:root {
  --white: white;
  --black: black;
  --transparent: #fff0;
  --font-family: Poppins, sans-serif;
  --link-color: #aed2b1;
  --primary: #193737;
  --div-bg-color: #f8fafd;
  --testimonial-bg-color: #1b1d1bcf;
  --secundary-color: #8dc9af;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-logo-left {
  background-color: #06030c;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-stack {
  color: #fff;
  background-color: #06030c;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.image {
  display: inline-block;
}

.heading {
  color: #fff;
  justify-content: flex-start;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 52px;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-without-image-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  background-image: url('../images/background.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 80px 30px;
  position: relative;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.hero-image-2.shadow-two {
  opacity: .25;
  flex: 0 auto;
  width: 250px;
  position: absolute;
}

.container-3 {
  min-width: 5%;
}

.heading-2 {
  color: #fff;
  font-weight: 700;
}

.heading-3 {
  color: var(--white);
  font-size: 100px;
}

.hero-without-image-3 {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.image-3 {
  z-index: -99;
  object-fit: fill;
  justify-content: center;
  align-items: flex-start;
  display: inline-block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: auto;
}

.flex-block {
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
}

.section-hero {
  background-color: #412929;
  background-image: url('../images/hero-bg.svg'), url('../images/hero-bg-color.svg');
  background-position: 50% 100%, 50% 0;
  background-repeat: repeat-y, repeat;
  background-size: cover, cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 0;
  height: 100vh;
  display: flex;
  position: static;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: inline-flex;
  overflow: visible;
}

.heading-5 {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-color: var(--black);
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 80%;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  line-height: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.image-4 {
  opacity: .25;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 30%;
  max-width: none;
  display: inline-flex;
  position: absolute;
}

.quick-stack {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--transparent);
  padding: 0;
}

.body {
  font-family: var(--font-family);
}

.heading-6 {
  z-index: 80;
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px #0003;
  margin-top: -130px;
  font-size: 6.5em;
  line-height: 1em;
  display: block;
  position: relative;
  overflow: visible;
}

.image-5 {
  z-index: auto;
  aspect-ratio: auto;
  opacity: .2;
  mix-blend-mode: normal;
  object-fit: fill;
  width: 400px;
  margin-top: -260px;
  display: inline-block;
  position: absolute;
  overflow: visible;
}

.navbar-logo-left-2 {
  z-index: 99;
  color: var(--white);
  background-color: #0000;
  width: 100%;
  display: block;
  position: fixed;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 0 0 20px;
  display: inline-block;
}

.container-5 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #193737b3;
  border-radius: 0;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-menu-wrapper-3 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.paragraph {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--black);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.1em;
}

.section-quote {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: relative;
}

.heading-7 {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--black);
  font-size: 3em;
  font-weight: 600;
  line-height: 1em;
}

.div-block-2 {
  object-fit: fill;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/bear_leaf.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  border-radius: 30px;
  width: 100%;
  height: 350px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  object-fit: fill;
  border: 0 #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-left: 140px;
  padding-right: 140px;
  display: block;
  position: static;
}

.section-services {
  border-bottom: 0px none var(--white);
  padding: 60px 140px;
  position: relative;
}

.container-6 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.pricing-description {
  text-align: center;
  max-width: none;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.service-text {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  color: var(--link-color);
  margin-left: 2px;
  display: flex;
}

.text-block {
  color: var(--link-color);
}

.readmore {
  color: var(--link-color);
  text-align: center;
}

.text-span {
  color: var(--primary);
}

.testimonial-slider-small-2 {
  background-color: var(--transparent);
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 80px;
  position: relative;
}

.container-7 {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  color: var(--black);
  text-align: center;
  margin-bottom: 16px;
  font-size: 3em;
  line-height: 1em;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-2 {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper-2 {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card-2 {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info-2 {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: contain;
  border-radius: 50%;
  flex: 0 auto;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image-2.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-2 {
  margin-bottom: 2px;
}

.tagline-2 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper-2 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.testimonial-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav-2 {
  display: none;
}

.footer-dark-2 {
  background-color: var(--primary);
  color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 10px;
  position: relative;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block-4 {
  background-color: var(--div-bg-color);
  color: var(--black);
  border-radius: 20px;
  padding: 20px 40px;
}

.div-block-5 {
  background-color: var(--div-bg-color);
  border-radius: 20px;
  padding: 20px 40px;
}

.heading-8 {
  color: var(--black);
  font-weight: 600;
}

.heading-9 {
  font-weight: 600;
}

.text-span-2 {
  color: var(--primary);
}

.paragraph-2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.heading-10 {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 44px;
}

.div-block-6 {
  padding: 0 40px 20px;
}

.image-6 {
  align-self: center;
  margin-top: auto;
  overflow: visible;
}

.cell {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.section-why-us {
  border: 1px solid var(--white);
  -webkit-text-stroke-color: var(--transparent);
  padding: 60px 140px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 55%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  border-radius: 20px;
  flex: 0 auto;
  width: 200px;
  height: 150px;
  margin-right: 16px;
}

.heading-11 {
  color: var(--black);
  font-size: 42px;
  line-height: 40px;
}

.text-span-3 {
  color: var(--primary);
}

.heading-12 {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: block;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.testimonial-column-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  background-color: var(--testimonial-bg-color);
  perspective: 808px;
  border: 1px solid #000;
  border-radius: 20px;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  transform: translate(0)perspective(918px);
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-author-name {
  color: var(--white);
  font-weight: 700;
}

.testimonial-slider-large {
  background-color: #0000;
  border-bottom: 1px #e4ebf3;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 140px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: var(--transparent);
  border: 0 #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 12px 100px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  color: var(--white);
  margin-bottom: 24px;
}

.testimonial-quote {
  color: var(--white);
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.testimonial-image-two {
  opacity: 1;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 20px;
  width: 250px;
  height: 300px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.testimonial-slider-nav {
  color: #fff;
  -webkit-text-stroke-color: transparent;
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-2 {
  color: var(--white);
}

.text-span-4 {
  color: var(--primary);
}

.section {
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 140px 100px;
}

.div-block-7 {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-left: 140px;
  margin-right: 140px;
  display: block;
  position: static;
}

.image-7 {
  clear: none;
  object-fit: fill;
  flex: 1;
  align-self: center;
  width: 60px;
  max-width: none;
  margin-bottom: 20px;
  position: relative;
}

.heading-13 {
  align-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 28px;
}

.text-block-3 {
  text-align: center;
  align-self: center;
  font-size: 16px;
  line-height: 20px;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 40px;
}

.cell-3 {
  border-right: 2px solid var(--primary);
  border-left: 2px solid var(--primary);
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.nav-dropdown-list-4 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-4.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.cell-4 {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.image-8 {
  background-color: var(--secundary-color);
  border: 1px #bf3434;
  border-radius: 5px;
}

.cell-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.testimonial-stack-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 140px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three-2 {
  text-align: center;
  background-color: #f5f7fa;
  margin-left: 140px;
  margin-right: 140px;
  padding: 64px 42px;
}

.testimonial-card-content-2 {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading-2 {
  margin-bottom: 24px;
}

.testimonial-text-three-2 {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image-3.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three-2 {
  margin-bottom: 10px;
}

.div-block-8 {
  background-image: url('../images/pexels-photo-14675789.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-span-5 {
  color: var(--primary);
  font-weight: 600;
}

.text-span-6 {
  color: var(--primary);
}

.image-9 {
  width: 200px;
  max-width: none;
  height: auto;
}

.image-10 {
  opacity: .7;
  max-width: none;
  padding-top: 0;
}

.section-2 {
  padding: 60px 140px;
}

@media screen and (min-width: 1920px) {
  .navbar-no-shadow {
    position: absolute;
  }

  .navbar-no-shadow-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    max-width: none;
    margin-top: -80px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: fixed;
  }

  .navbar-wrapper-2 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: block;
    position: absolute;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible;
  }

  .nav-menu-wrapper-2 {
    margin-left: 0;
    margin-right: -200px;
  }

  .nav-link-2, .nav-dropdown-toggle-2 {
    color: #fff;
    font-size: 18px;
  }

  .hero-wrapper-two-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hero-stack-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: contain;
    background-attachment: scroll;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    padding: 0;
    display: flex;
    position: relative;
  }

  .hero-image-2.shadow-two {
    width: 500px;
    margin-top: 0;
    font-size: 14px;
    top: 161px;
    left: 681px;
  }

  .heading-2 {
    aspect-ratio: auto;
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    width: 100%;
    height: 265px;
    font-size: 100px;
    text-decoration: none;
    position: absolute;
  }

  .code {
    aspect-ratio: 16 / 9;
    text-transform: capitalize;
    white-space: pre-wrap;
    overflow-wrap: normal;
    border: 1px #000;
    height: 265px;
  }

  .heading-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    color: #fff;
    text-align: center;
    -webkit-text-stroke-color: var(--white);
    object-fit: fill;
    justify-content: center;
    align-items: center;
    font-size: 110px;
    line-height: 100px;
    display: block;
    position: absolute;
    top: 313px;
    left: 330px;
  }

  .image-2 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-hero {
    background-position: 50% 100%;
    width: 100vw;
    min-width: 0%;
    height: 100vh;
  }

  .body {
    max-width: 4000px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-6 {
    font-size: 6.5em;
  }

  .image-5 {
    margin-top: -260px;
  }

  .navbar-logo-left-2 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .navbar-wrapper-3 {
    padding: 10px 40px;
  }

  .nav-link-3 {
    font-size: 18px;
    font-weight: 600;
  }

  .paragraph {
    font-size: 20px;
    line-height: 24px;
  }

  .section-quote {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-7 {
    font-size: 38px;
    line-height: 42px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    height: 450px;
    display: flex;
  }

  .div-block-3 {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 220px;
    padding-right: 220px;
  }

  .service-text {
    font-size: 18px;
    line-height: 24px;
  }

  .service-heading {
    font-size: 28px;
  }

  .footer-content-2 {
    grid-column-gap: 80px;
  }

  .title-small-2, .footer-link-2 {
    font-size: 16px;
  }

  .heading-9 {
    font-size: 28px;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-10 {
    font-size: 44px;
    line-height: 46px;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 24px;
  }

  .features-paragraph {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-11 {
    font-size: 44px;
  }

  .heading-12 {
    font-size: 22px;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 24px;
  }

  .section-2 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .logos-without-title {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .icon {
    color: #fff;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-stack-2 {
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: contain;
    height: auto;
  }

  .heading-3 {
    min-width: 20px;
  }

  .heading-4 {
    min-width: 40px;
  }

  .container-4 {
    max-width: 728px;
  }

  .section-hero {
    background-repeat: repeat-x;
    background-size: cover;
    width: 100vw;
    min-width: 0;
    height: 60vh;
    max-height: none;
  }

  .quick-stack {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .heading-6 {
    margin-top: -8px;
    font-size: 4.5em;
  }

  .image-5 {
    width: 250px;
    margin-top: -81px;
  }

  .navbar-logo-left-2 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .navbar-logo-left-container-2.shadow-three {
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding: 0 0 10px;
    display: flex;
  }

  .container-5 {
    border-radius: 0;
    flex: 1;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #193737b3;
    border-radius: 0;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .paragraph {
    -webkit-text-stroke-width: 0px;
    font-size: 14px;
    line-height: 16px;
  }

  .section-quote {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-7 {
    -webkit-text-stroke-width: 0px;
    margin-top: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-2 {
    width: auto;
    height: 250px;
    display: flex;
  }

  .div-block-3 {
    margin-top: 51px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-services {
    padding: 40px 60px;
  }

  .container-6 {
    max-width: 728px;
  }

  .centered-heading-2 {
    font-size: 38px;
    line-height: 42px;
  }

  .pricing-description {
    max-width: none;
    font-size: 16px;
    line-height: 20px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .container-7 {
    max-width: 728px;
  }

  .testimonial-slider-left-2 {
    left: -20px;
  }

  .testimonial-slider-right-2 {
    right: -20px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .div-block-4 {
    flex: 1;
  }

  .heading-8 {
    font-size: 1.5em;
    line-height: 1em;
  }

  .heading-9 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-2 {
    font-size: 13px;
    line-height: 15px;
  }

  .heading-10 {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
  }

  .div-block-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-3 {
    font-size: .8em;
    line-height: 1em;
  }

  .paragraph-4 {
    font-size: 13px;
    line-height: 14px;
  }

  .image-6 {
    margin-top: auto;
    margin-bottom: 60px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .section-why-us {
    padding: 40px 60px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-paragraph {
    font-size: 22px;
    line-height: 26px;
  }

  .features-right {
    max-width: 100%;
    list-style-type: disc;
  }

  .features-block-two {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-11 {
    margin-top: 0;
    font-size: 42px;
    line-height: 40px;
  }

  .container-8 {
    max-width: 728px;
  }

  .container-9 {
    width: 90%;
    max-width: none;
    margin-left: 25px;
    margin-right: 25px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .testimonial-slider-large {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 60px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    overflow: visible;
  }

  .testimonial-image-two {
    width: 150px;
    height: 200px;
  }

  .testimonial-slider-nav {
    margin-top: 0;
  }

  .section {
    padding: 40px 60px 60px;
  }

  .div-block-7 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-7 {
    flex: 1;
    width: 35px;
    margin-bottom: 10px;
  }

  .heading-13 {
    font-size: 22px;
    line-height: 22px;
  }

  .text-block-3 {
    font-size: 14px;
    line-height: 16px;
  }

  .quick-stack-2 {
    margin-top: 20px;
  }

  .nav-menu-wrapper-4 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .cell-5 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-10 {
    max-width: 728px;
  }

  .div-block-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-9 {
    width: 100px;
  }

  .section-2 {
    padding: 40px 60px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-stack, .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-without-image, .features-table, .team-slider {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .hero-without-image-2, .hero-stack-2, .hero-without-image-3 {
    padding: 60px 15px;
  }

  .section-hero {
    background-repeat: repeat-x;
    background-size: cover;
    height: 40vh;
    min-height: 40vh;
    max-height: 40vh;
  }

  .quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0;
  }

  .heading-6 {
    margin-top: -31px;
    font-size: 2.5em;
  }

  .image-5 {
    width: 150px;
    margin-top: -85px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-logo-left-container-2.shadow-three {
    padding: 0;
  }

  .container-5 {
    border-radius: 0;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-wrapper-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .paragraph {
    -webkit-text-stroke-width: 0px;
    font-size: 11px;
    line-height: 12px;
  }

  .section-quote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7 {
    -webkit-text-stroke-width: 0px;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-2 {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 225px;
    display: flex;
  }

  .div-block-3 {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-services {
    padding: 20px 40px;
  }

  .container-6 {
    flex-flow: column;
    max-width: 90%;
    display: flex;
  }

  .centered-heading-2 {
    font-size: 28px;
    line-height: 30px;
  }

  .pricing-description {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
  }

  .pricing-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .service-image {
    width: 50px;
    height: 50px;
  }

  .service-text {
    font-size: 12px;
    line-height: 14px;
  }

  .arrow-embed-2 {
    font-size: 1em;
    line-height: 1em;
  }

  .readmore {
    font-size: .85em;
    line-height: 1em;
  }

  .service-heading {
    font-size: 16px;
    line-height: 14px;
  }

  .testimonial-slider-small-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .div-block-4 {
    flex: 1;
    order: 1;
    align-self: auto;
    padding: 10px 20px;
  }

  .heading-8 {
    font-size: 1.3em;
    line-height: 1em;
  }

  .heading-9 {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-10 {
    margin-top: 0;
    font-size: 26px;
    line-height: 30px;
  }

  .div-block-6 {
    padding-bottom: 0;
  }

  .paragraph-3 {
    font-size: 12px;
    line-height: 12px;
  }

  .paragraph-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .image-6 {
    order: 1;
    align-self: center;
    margin-bottom: 0;
    padding-top: 0;
  }

  .cell {
    justify-content: flex-start;
    align-items: center;
  }

  .team-slider-2 {
    padding: 60px 15px;
  }

  .section-why-us {
    padding: 20px 40px;
  }

  .features-wrapper-two {
    text-align: center;
  }

  .features-left {
    margin-bottom: 20px;
  }

  .features-paragraph {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .features-block-two {
    flex-flow: column;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .features-image {
    width: 400px;
    height: 200px;
    margin-bottom: 10px;
  }

  .heading-11 {
    font-size: 32px;
    line-height: 36px;
  }

  .heading-12 {
    font-size: 20px;
    line-height: 24px;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .testimonial-slider-large {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 40px;
  }

  .testimonial-slider-two {
    padding: 20px 40px;
  }

  .testimonial-slide {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    padding: 20px 20px 0;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-quote {
    font-size: 14px;
    line-height: 15px;
  }

  .testimonial-image-two {
    width: 80%;
    height: auto;
  }

  .section {
    padding: 20px 40px 40px;
  }

  .div-block-7 {
    width: auto;
  }

  .image-7 {
    width: 30px;
  }

  .heading-13 {
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-3 {
    font-size: 14px;
    line-height: 16px;
  }

  .quick-stack-2 {
    padding: 10px;
  }

  .navbar-brand-4 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-13 {
    margin-top: 10px;
  }

  .cell-5 {
    flex-flow: row-reverse wrap;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .heading-14 {
    font-size: 1.25em;
    line-height: 1em;
  }

  .paragraph-5 {
    font-size: 14px;
    line-height: 15px;
  }

  .paragraph-6, .paragraph-7 {
    font-size: 1em;
    line-height: 1em;
  }

  .heading-15 {
    font-size: 1.25em;
    line-height: 1em;
  }

  .testimonial-stack-2 {
    padding: 60px 15px;
  }

  .testimonial-text-three-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-9 {
    width: 150px;
  }

  .image-10 {
    width: 65px;
    overflow: hidden;
  }

  .section-2 {
    padding: 20px 40px;
  }

  .div-block-9 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container-2, .container-4 {
    max-width: none;
  }

  .section-hero {
    background-position: 50% 100%;
    min-width: auto;
    height: 40vh;
    min-height: auto;
    max-height: none;
  }

  .div-block {
    display: flex;
  }

  .heading-6 {
    margin-top: -36px;
    font-size: 2em;
  }

  .image-5 {
    width: 125px;
    margin-top: -82px;
  }

  .navbar-logo-left-container-2.shadow-three {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-5 {
    max-width: none;
  }

  .navbar-wrapper-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .paragraph {
    font-size: 10px;
    line-height: 14px;
  }

  .section-quote {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-7 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-2 {
    width: auto;
    height: 300px;
  }

  .div-block-3 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-services {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .pricing-description {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .pricing-card-three {
    justify-content: flex-start;
    align-items: center;
  }

  .service-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .service-heading {
    font-size: 20px;
  }

  .container-7 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .paragraph-2 {
    margin-bottom: 0;
  }

  .heading-10 {
    text-align: left;
    font-size: 20px;
    line-height: 20px;
  }

  .image-6 {
    overflow: visible;
  }

  .cell {
    border-left-style: none;
    border-right-style: none;
    display: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .section-why-us {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-paragraph {
    text-align: center;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .container-8 {
    max-width: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .container-9 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .testimonial-slider-large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-slider-two {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    text-align: center;
    font-size: 10px;
    line-height: 14px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-13 {
    font-size: 18px;
  }

  .text-block-3 {
    word-break: break-all;
    font-size: 13px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .cell-4 {
    border-left-style: none;
    border-right-style: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-5 {
    line-height: 16px;
  }

  .container-10 {
    max-width: none;
  }

  .testimonial-card-three-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four-2 {
    text-align: center;
    flex-direction: column;
  }

  .image-10 {
    width: 40px;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-7, .cell-8 {
    display: none;
  }
}

#Home.w-node-_8254c741-e3dd-af7f-4f21-6055e6a272ce-968b1abf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-_7a7c553b-7d8c-7541-c238-80c4872c210f-968b1abf, #w-node-_7a7c553b-7d8c-7541-c238-80c4872c2119-968b1abf, #w-node-_7a7c553b-7d8c-7541-c238-80c4872c2123-968b1abf, #w-node-_3da3dab1-495a-eee3-9500-db3aea1801f7-968b1abf, #w-node-_3da3dab1-495a-eee3-9500-db3aea1801ed-968b1abf, #w-node-_3da3dab1-495a-eee3-9500-db3aea1801e3-968b1abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e72d86e-fe74-23c6-bb2a-76f64890f3a0-968b1abf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6e88a969-a15d-9221-b681-72d5c2799e0d-968b1abf, #w-node-_6e88a969-a15d-9221-b681-72d5c2799e16-968b1abf, #w-node-_6e88a969-a15d-9221-b681-72d5c2799e21-968b1abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4e72d86e-fe74-23c6-bb2a-76f64890f3a0-968b1abf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #Home.w-node-_8254c741-e3dd-af7f-4f21-6055e6a272ce-968b1abf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4e72d86e-fe74-23c6-bb2a-76f64890f3a0-968b1abf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


