@font-face {
  font-family: Satoshi Variable;
  src: url("/assets/fonts/satoshi-variable.ttf") format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Variable;
  src: url("/assets/fonts/satoshi-variable.ttf") format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Variable;
  src: url("/assets/fonts/satoshi-variable.ttf") format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Variable;
  src: url("/assets/fonts/satoshi-variable.ttf") format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Variable;
  src: url("/assets/fonts/satoshi-variable.ttf") format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  color: #000;
  font-family: Satoshi Variable, Arial, sans-serif;
}

.hero-section {
  padding: 100px 5%;
}

.hs-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.hs-paragraph {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.hs-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 120%;
}

.nav-hs {
  background-image: var(--image-i7bedfecc);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.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: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.navbar-brand {
  padding-right: 20px;
}

.nav-menu-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  margin: 0;
  padding: 0;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.nav-link:hover {
  color: #27686e;
  font-weight: 500;
}

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

.nav-link.w--current {
  color: #27686e;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-weight: 500;
}

.bold {
  font-size: 24px;
  font-weight: 700;
}

.about-section {
  padding: 100px 5%;
}

.as-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  max-width: 1250px;
  display: flex;
}

.as-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.as-ryt {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.as-heading {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
}

.as-para {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.as-button {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #5bb2be;
  border-radius: 37px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.as-button:hover {
  color: #fff;
  background-color: #5bb2be;
}

.green {
  color: #27686e;
  font-weight: 700;
}

.ss-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.ss-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
}

.ss-para {
  text-align: center;
  width: 60%;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.credit-section {
  background-image: var(--image-i57722886);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 5%;
}

.cs-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.cs-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  line-height: 120%;
}

.cs-para {
  text-align: center;
  width: 70%;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cs-bottom-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.cs-bottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.csb-heading {
  color: #fbb528;
  text-align: center;
  margin-top: 0;
  font-size: 50px;
  font-weight: 900;
  line-height: 150%;
}

.csb-txt {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.testimonial-section {
  background-image: var(--image-77732c85), var(--image-7ab29740);
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 100px 5%;
}

.ts-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.ts-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  line-height: 120%;
}

.ts-txt {
  text-align: center;
  width: 70%;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.ts-bottom-wrapper {
  width: 100%;
}

.testimonial-slider-small {
  border: 0 solid #000;
  padding: 20px 30px;
  position: relative;
}

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

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

.testimonial-card {
  background-color: #f8f8f8;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
  box-shadow: 2px 3px 11px #0003;
}

.testimonial-info {
  justify-content: flex-start;
  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-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.tagline {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

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

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

.arrow-wrapper {
  display: none;
}

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

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

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

.testimonial-slide-nav {
  display: block;
  top: 410px;
}

.ts-author-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ts-para {
  margin-top: 20px;
  font-size: 20px;
  line-height: 150%;
}

.mask {
  padding: 20px 10px;
}

.blog-section {
  padding: 100px 5%;
}

.bs-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.bs-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  line-height: 120%;
}

.ts-txt-copy {
  text-align: center;
  width: 70%;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cta-section {
  background-image: radial-gradient(circle closest-side, #faf2e5, #fff 50%, #faf2e5);
  padding: 100px 5% 0;
}

.c-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  max-width: 1250px;
  display: flex;
}

.c-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.c-ryt {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 600px;
  display: flex;
  position: relative;
}

.c-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  line-height: 120%;
}

.c-paragraph {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.c-button {
  color: #fff;
  background-image: linear-gradient(#5bb2be 14%, #0d434a);
  border-radius: 37px;
  padding: 16px 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.c-button:hover {
  background-image: linear-gradient(279deg, #5bb2be 14%, #0d434a);
}

.footer-section {
  color: #fff;
  background-image: linear-gradient(108deg, #14484f, #1d6973 52%, #2ea5b5);
  padding: 100px 5%;
}

.fs-container {
  max-width: 1250px;
}

.fs-top {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.fs-mid {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-bottom: 40px;
  display: flex;
}

.fs-bottom {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fs-top-left {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

.fs-top-ryt {
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.fs-top-ryt-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.ftrl-heading {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.ftrl-txt {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.ftrl-txt:hover {
  text-decoration: underline;
}

.fs-bottom-txt {
  font-size: 16px;
  line-height: 150%;
}

.fss-mid-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fs-mid-haading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 150%;
}

.fs-mid-txt {
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.fs-mid-txt:hover {
  text-decoration: underline;
}

.fs-mid-ryt {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.background-video {
  z-index: 10;
  border-radius: 50px;
  width: 100%;
  height: 738px;
}

.hs-vid-wrap {
  border-radius: 50px;
  width: 100%;
  margin-top: 40px;
}

.ftrl-heading-copy {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.body-2 {
  color: #000;
  font-family: Satoshi Variable, Arial, sans-serif;
}

.a-hs-section {
  background-image: linear-gradient(357deg, #fff, #cde5dd 100%, #b5d9cd 100%, #b5d9cd);
  padding: 100px 5% 0;
}

.ahs-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.ahs-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 120%;
}

.ahs-para {
  text-align: center;
  width: 60%;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.ahs-img {
  margin-top: 20px;
}

.a-as-section {
  padding: 100px 5%;
}

.a-as-container {
  max-width: 1250px;
  display: flex;
}

.aas-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 0;
  display: flex;
}

.aas-ryt {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.aas-heading {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  line-height: 120%;
}

.aas-para {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.a-vs-section {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding: 100px 5% 100px 0%;
}

.a-vs-container {
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  display: flex;
}

.avs-ryt-wrap {
  width: 50%;
}

.avs-heading {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 120%;
}

.avs-para {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.avs-bottom-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.avs-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.avs-botttom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.p-hs-section {
  background-image: var(--image-6348e943), var(--image-635700c4), linear-gradient(177deg, #66b09726, #9ecdbd75 36%, #fff);
  background-position: 100% 100%, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  padding: 140px 5%;
}

.p-hs-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.p-hs-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 120%;
}

.p-hs-txt {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.body-3 {
  color: #000;
  font-family: Satoshi Variable, Arial, sans-serif;
}

.body-4 {
  color: #000;
}

.c-hs-section {
  color: #fff;
  background-color: #20707b;
  border-bottom-right-radius: 65px;
  padding: 100px 5%;
}

.c-hs-container {
  max-width: 1250px;
}

.body-5 {
  color: #000;
  font-family: Satoshi Variable, Arial, sans-serif;
}

.c-hs-headiing {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 120%;
}

.c-hs-para {
  width: 35%;
  font-size: 18px;
  line-height: 150%;
}

.c-cs-section {
  padding: 100px 5%;
}

.c-cs-container {
  max-width: 1250px;
  display: flex;
}

.c-cs-left {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.c-cs-ryt {
  flex-flow: column;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 369px 40px 0;
  display: flex;
  position: relative;
}

.ccs-conrtact-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #27686e17;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.css-contact {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.css-contact-txt {
  color: #27686e;
  background-color: #fff;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.css-contact-link {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.css-contact-link-copy {
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.c-cs-ryt-top {
  z-index: 5;
  background-color: #fff;
  border-radius: 9px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -30% 0% auto;
  box-shadow: 3px 5px 11px #0003;
}

.field-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-2 {
  text-align: center;
  width: 100%;
}

.map {
  border-radius: 30px;
}

.c-fs-section {
  background-color: #fafafa;
  padding: 100px 5%;
}

.c-fs-ontainer {
  max-width: 1250px;
  display: flex;
}

.c-fs-left {
  width: 40%;
  padding-right: 40px;
}

.c-fs-ryt {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.c-fs-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
}

.c-fs-para {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.c-fs-qn-ans {
  cursor: pointer;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}

.c-fs-qn {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-fs-ans {
  margin-top: 10px;
}

.qn {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.ans {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.g-hs-section {
  background-image: var(--image-68ca30fa), var(--image-ib438e13);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 100px 5%;
}

.g-hs-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.body-6 {
  color: #000;
  font-family: Satoshi Variable, Arial, sans-serif;
}

.g-hs-par {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.g-hs-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 120%;
}

.g-gs-section {
  padding: 100px 5%;
}

.g-gs-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.g-gs-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  line-height: 120%;
}

.g-gs-para {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.g-gs-bottom {
  width: 100%;
  margin-top: 60px;
}

.collection-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-7 {
  color: #000;
  font-family: Satoshi Variable, Arial, sans-serif;
}

.s-hssection {
  color: #fff;
  background-image: var(--image-b0817f7);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 5%;
}

.s-hs-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.s-hs-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 74px;
  font-weight: 900;
  line-height: 120%;
}

.s-hs-para {
  text-align: center;
  width: 60%;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.s-ss-section {
  padding: 100px 5%;
}

.s-ss-container {
  max-width: 1250px;
}

.collection-list-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.s-ss-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.s-ss-head {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 130%;
}

.s-ss-para {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.s-ss-img {
  object-fit: contain;
}

.link-block {
  color: #000;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.link-block:hover {
  height: auto;
  transform: scale(.99);
  box-shadow: 2px 2px 13px #0003;
}

.body-8 {
  color: #000;
  font-family: Satoshi Variable, Arial, sans-serif;
}

.ss-hs-section {
  background-image: var(--image-68ca30fa), var(--image-ib438e13), linear-gradient(183deg, #66b09726, #9ecdbd75 36%, #fff);
  background-position: 100% 100%, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 150px, auto, auto;
  padding: 140px 5%;
}

.ss-hs-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.ss-ss-section {
  padding: 100px 5%;
}

.ss-ss-container {
  max-width: 1250px;
}

.ss-rs-section {
  padding: 100px 5%;
}

.ss-rs-container {
  max-width: 1250px;
}

.ss-hs-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 120%;
}

.ss-ss-top {
  margin-bottom: 60px;
}

.ss-ss-bottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 220px;
  display: flex;
}

.ss-ss-head-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 120%;
}

.ss-ss-head-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 120%;
}

.ss-ss-head-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#5bb2be, #0d434a);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 64px;
  line-height: 120%;
}

.ss-ss-head-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.ss-ss-para {
  font-size: 20px;
  font-weight: 500;
  line-height: 168%;
}

.ss-ss-img {
  border-radius: 13px;
  width: 800px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ss-rs-heading {
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
}

.collection-list-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ss-rs-wrap {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.ss-rs-wrap:hover {
  transform: scale(.99);
  box-shadow: 0 2px 5px #0003;
}

.ss-rs-heading-sub {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 130%;
}

.ss-rs-para {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.pagination {
  margin-top: 40px;
}

.body-9 {
  color: #000;
  font-family: Satoshi Variable, Arial, sans-serif;
}

.b-hs-section {
  color: #fff;
  background-image: var(--image-b0817f7);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 5%;
}

.b-bs-section {
  padding: 100px 5%;
}

.b-hs-container, .b-bs-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.b-hs-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 120%;
}

.b-hs-heading-copy {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 74px;
  font-weight: 900;
  line-height: 120%;
}

.b-bs-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.b-bs-para {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.b-bs-bottom-wrap {
  width: 100%;
  margin-top: 60px;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b-bs-bottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.b-bs-head {
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.b-bs-down-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.b-bs-txt {
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.body-10 {
  color: #000;
  font-family: Satoshi Variable, Arial, sans-serif;
}

.sb-hs-section {
  background-image: var(--image-68ca30fa), var(--image-ib438e13), linear-gradient(175deg, #66b09726, #9ecdbd5c 36%, #fff);
  background-position: 100% 100%, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  padding: 140px 5%;
}

.sb-hs-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.sb-b-section {
  padding: 100px 5%;
}

.sb-b-container {
  max-width: 1250px;
}

.sb-hs-heading {
  text-align: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 56px;
  line-height: 120%;
}

.sb-b-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rich-text-block {
  margin-top: 60px;
  font-size: 18px;
  line-height: 150%;
}

.image-2 {
  object-fit: cover;
  border-radius: 13px;
  width: 1000px;
  height: 500px;
}

.link-block-2 {
  color: #000;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.link-block-2:hover {
  transform: scale(.99);
  box-shadow: 3px 2px 9px #0003;
}

.collection-list-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ss-wrap {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.ss-wrap:hover {
  background-color: #fff;
  border-radius: 9px;
  transform: scale(.99);
  box-shadow: 2px 4px 18px #0003;
}

.ss-img {
  object-fit: contain;
  width: 180px;
  height: 180px;
}

.ss-head {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 130%;
}

.ss-paragra {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.ss-button-wrap {
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.collection-list-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bs-bottom-wrap {
  color: #000;
  padding: 20px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.bs-bottom-wrap:hover {
  transform: scale(.99);
  box-shadow: 2px 3px 10px #0003;
}

.bs-head {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.bs-txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.bs-r-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.body-11 {
  color: #000;
  font-family: Satoshi Variable, Arial, sans-serif;
}

.c-o-section {
  padding: 100px 5%;
}

.c-o-container {
  max-width: 1250px;
}

.c-f-section {
  padding: 100px 5%;
}

.c-f-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.co-heading {
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
}

.cf-txt {
  text-align: center;
  width: 60%;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-heading {
  text-align: center;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
}

.cf-txt-2 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.div-block-3 {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.field-label-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.image-3 {
  width: 600px;
  position: relative;
}

.image-3-copy {
  z-index: 10;
  position: absolute;
  inset: auto auto 0% 0%;
}

.green-italic {
  color: #27686e;
  font-style: italic;
  font-weight: 900;
}

.avs-left-wrap {
  width: 50%;
}

.a-vs-container-copy {
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  display: none;
}

.p-m-section {
  padding: 100px 0%;
}

.p-m-container {
  max-width: none;
}

.p-m-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.p-m-wrap-left {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.p-m-wrap-ryt {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.p-m-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.p-m-ryt {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.c-logo-1 {
  object-fit: contain;
}

.p-m-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.p-marque-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.c-button-copy:hover {
  background-color: #0d434a;
  background-image: linear-gradient(81deg, #5bb2be 14%, #0d434a);
}

.hamburger-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.burger-line {
  background-color: #444;
  border-radius: 2px;
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.blog-arrow {
  width: 20px;
}

.ccc {
  background-color: #66b09729;
  border-bottom: 1px solid #000;
  padding: 30px;
}

.collection-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.collection-list-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.ccc-heading {
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.rich-text-block-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.form-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.form-2-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-block-copy {
  text-align: center;
  width: 80%;
  margin-top: 60px;
}

.c-button-copy {
  color: #fff;
  background-image: linear-gradient(#5bb2be 14%, #0d434a);
  border-radius: 37px;
  padding: 16px 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.c-button-copy:hover {
  background-image: linear-gradient(279deg, #5bb2be 14%, #0d434a);
}

.c-button-cop {
  color: #fff;
  background-image: linear-gradient(#5bb2be 14%, #0d434a);
  border-radius: 37px;
  padding: 16px 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.c-button-cop:hover {
  background-image: linear-gradient(279deg, #5bb2be 14%, #0d434a);
}

.career-txt-field {
  background-color: #66b09726;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #068a13;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #bd1616;
}

.success-message-2 {
  color: #fff;
  background-color: #068a13;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #bd1616;
}

.ss-heading-copy {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
}

.ss-para-copy {
  text-align: center;
  width: 60%;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.product-section {
  background-color: #f4d5a3;
  padding: 100px 5%;
}

.service-section {
  background-image: linear-gradient(#fff, #f4d5a3);
  padding: 100px 5%;
}

.ps-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.ps-bottom-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.psb-content-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: transform .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.psb-content-wrap:hover {
  transform: scale(.98);
}

.psb-image {
  width: 260px;
  height: 260px;
}

.psb-txt {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.tagline-copy {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.grt {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hs-paragraph {
    font-size: 17px;
  }

  .hs-heading {
    font-size: 56px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    z-index: 10000;
    background-color: #fff;
    flex-flow: row;
    padding: 20px;
  }

  .nav-link {
    border: 1px solid #0000004d;
    border-radius: 15px;
    padding: 10px;
  }

  .nav-link:hover {
    background-color: #27686e1a;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #0000;
  }

  .bold {
    font-size: 22px;
  }

  .about-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .as-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .as-left {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .as-ryt {
    width: 100%;
    margin-top: 40px;
  }

  .as-heading {
    text-align: center;
    font-size: 42px;
  }

  .as-para {
    text-align: center;
    font-size: 17px;
  }

  .as-button {
    font-size: 17px;
  }

  .as-img {
    width: 500px;
  }

  .ss-heading {
    font-size: 42px;
  }

  .ss-para {
    width: 80%;
    font-size: 17px;
  }

  .credit-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cs-heading {
    font-size: 42px;
  }

  .cs-para {
    width: 80%;
    font-size: 17px;
  }

  .cs-bottom-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .csb-heading {
    font-size: 40px;
  }

  .csb-txt {
    font-size: 18px;
  }

  .testimonial-section {
    background-size: 250px, 250px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ts-heading {
    font-size: 42px;
  }

  .ts-txt {
    font-size: 17px;
  }

  .testimonial-slide-wrapper {
    max-width: 98%;
  }

  .testimonial-author {
    font-size: 17px;
  }

  .tagline {
    font-size: 15px;
  }

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

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

  .testimonial-slide-nav {
    top: auto;
    bottom: -50px;
  }

  .ts-para {
    font-size: 18px;
  }

  .blog-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bs-heading {
    font-size: 42px;
  }

  .ts-txt-copy {
    font-size: 17px;
  }

  .cta-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .c-left {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .c-ryt {
    width: 100%;
    height: 500px;
    margin-top: 40px;
  }

  .c-heading {
    text-align: center;
    font-size: 42px;
  }

  .c-paragraph {
    text-align: center;
    font-size: 17px;
  }

  .c-button {
    font-size: 15px;
  }

  .footer-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .fs-mid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .logo {
    width: 200px;
    height: 80px;
  }

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

  .ftrl-txt, .fs-bottom-txt {
    font-size: 15px;
  }

  .fss-mid-content {
    flex-flow: column;
    width: 100%;
  }

  .fs-mid-haading {
    font-size: 18px;
  }

  .fs-mid-txt {
    text-align: center;
    font-size: 15px;
  }

  .fs-mid-ryt {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .background-video {
    z-index: 1;
    height: 600px;
  }

  .ftrl-heading-copy {
    font-size: 18px;
  }

  .image {
    width: 200px;
    height: 50px;
  }

  .div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .a-hs-section {
    padding-top: 80px;
  }

  .ahs-heading {
    font-size: 56px;
  }

  .ahs-para {
    width: 80%;
    font-size: 17px;
  }

  .a-as-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .aas-heading {
    font-size: 42px;
  }

  .aas-para {
    font-size: 17px;
  }

  .a-vs-section {
    background-size: 400px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .avs-heading {
    font-size: 38px;
  }

  .avs-para {
    font-size: 17px;
  }

  .avs-txt {
    font-size: 15px;
  }

  .p-hs-section {
    background-size: 100px, 100px, auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .p-hs-heading {
    font-size: 56px;
  }

  .p-hs-txt {
    font-size: 17px;
  }

  .c-hs-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .c-hs-headiing {
    font-size: 56px;
  }

  .c-hs-para {
    width: 60%;
    margin-top: 10px;
    font-size: 17px;
  }

  .c-cs-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .c-cs-container {
    flex-flow: column;
  }

  .c-cs-left {
    width: 100%;
  }

  .c-cs-ryt {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .css-contact-txt {
    font-size: 18px;
  }

  .css-contact-link, .css-contact-link-copy {
    font-size: 15px;
  }

  .c-cs-ryt-top {
    width: 100%;
    position: static;
  }

  .field-label {
    font-size: 15px;
  }

  .c-fs-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .c-fs-heading {
    font-size: 42px;
  }

  .c-fs-para {
    font-size: 17px;
  }

  .qn {
    font-size: 18px;
  }

  .ans {
    font-size: 15px;
  }

  .g-hs-section {
    background-size: 100px, 100px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .g-hs-par {
    font-size: 17px;
  }

  .g-hs-heading {
    font-size: 56px;
  }

  .g-gs-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .g-gs-heading {
    font-size: 42px;
  }

  .g-gs-para {
    font-size: 17px;
  }

  .collection-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .s-hssection {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .s-hs-heading {
    font-size: 64px;
  }

  .s-hs-para {
    width: 80%;
    font-size: 17px;
  }

  .s-ss-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .s-ss-head {
    font-size: 30px;
  }

  .s-ss-para {
    font-size: 15px;
  }

  .s-ss-img {
    width: 150px;
    height: 150px;
  }

  .ss-hs-section {
    background-size: 100px, 100px, auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ss-ss-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ss-hs-heading {
    font-size: 56px;
  }

  .ss-ss-bottom {
    padding-left: 100px;
  }

  .ss-ss-head-1 {
    font-size: 30px;
  }

  .ss-ss-head-2, .ss-ss-head-3 {
    font-size: 56px;
  }

  .ss-ss-para {
    font-size: 18px;
  }

  .ss-ss-img {
    width: 500px;
  }

  .ss-rs-heading {
    margin-bottom: 60px;
    font-size: 42px;
  }

  .collection-list-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .ss-rs-img {
    width: 150px;
    height: 150px;
  }

  .ss-rs-heading-sub {
    font-size: 30px;
  }

  .ss-rs-para {
    font-size: 15px;
  }

  .b-hs-section, .b-bs-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .b-hs-heading {
    font-size: 56px;
  }

  .b-hs-heading-copy {
    font-size: 64px;
  }

  .b-bs-heading {
    font-size: 42px;
  }

  .b-bs-para {
    font-size: 17px;
  }

  .collection-list-4 {
    grid-template-columns: 1fr 1fr;
  }

  .b-bs-head {
    font-size: 18px;
  }

  .b-bs-txt {
    font-size: 17px;
  }

  .sb-hs-section {
    background-size: 100px, 100px, auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sb-b-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sb-hs-heading {
    font-size: 48px;
  }

  .rich-text-block {
    font-size: 17px;
  }

  .image-2 {
    width: 100%;
    height: 400px;
  }

  .collection-list-5 {
    grid-template-columns: 1fr 1fr;
  }

  .ss-img {
    width: 150px;
    height: 150px;
  }

  .ss-head {
    font-size: 30px;
  }

  .ss-paragra {
    font-size: 15px;
  }

  .collection-list-6 {
    grid-template-columns: 1fr 1fr;
  }

  .bs-head {
    font-size: 18px;
  }

  .bs-txt {
    font-size: 17px;
  }

  .c-o-section, .c-f-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .co-heading {
    font-size: 42px;
  }

  .cf-txt {
    width: 70%;
    font-size: 17px;
  }

  .cf-heading {
    font-size: 42px;
  }

  .cf-txt-2 {
    font-size: 17px;
  }

  .field-label-2 {
    font-size: 15px;
  }

  .image-3 {
    width: 450px;
  }

  .image-3-copy {
    width: 350px;
  }

  .a-vs-container-copy {
    display: none;
  }

  .p-m-wrap-left {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .p-m-wrap-ryt {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .p-m-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .c-logo-1 {
    width: 100px;
    margin: 0;
  }

  .c-logo-2 {
    width: 100px;
  }

  .p-m-heading {
    font-size: 17px;
  }

  .c-button-copy {
    width: 100%;
    font-size: 15px;
  }

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

  .rich-text-block-2, .c-button-copy, .c-button-cop {
    font-size: 15px;
  }

  .ss-heading-copy {
    font-size: 42px;
  }

  .ss-para-copy {
    width: 80%;
    font-size: 17px;
  }

  .product-section, .service-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ps-bottom-wrap {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .psb-image {
    width: 240px;
    height: 240px;
  }

  .psb-txt {
    font-size: 18px;
  }

  .tagline-copy {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hs-paragraph {
    font-size: 16px;
  }

  .hs-heading {
    font-size: 48px;
  }

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

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

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

  .bold {
    font-size: 20px;
  }

  .about-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .as-heading {
    font-size: 36px;
  }

  .as-para, .as-button {
    font-size: 16px;
  }

  .as-img {
    width: 400px;
  }

  .ss-heading {
    font-size: 36px;
  }

  .ss-para {
    width: 90%;
    font-size: 16px;
  }

  .credit-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cs-heading {
    font-size: 36px;
  }

  .cs-para {
    font-size: 16px;
  }

  .cs-bottom-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .csb-heading {
    font-size: 30px;
  }

  .csb-txt {
    font-size: 17px;
  }

  .testimonial-section {
    background-size: 200px, 200px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ts-heading {
    font-size: 36px;
  }

  .ts-txt {
    font-size: 16px;
  }

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

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

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

  .testimonial-author {
    font-size: 16px;
  }

  .tagline {
    font-size: 14px;
  }

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

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

  .ts-para {
    font-size: 17px;
  }

  .blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bs-heading {
    font-size: 36px;
  }

  .ts-txt-copy {
    font-size: 16px;
  }

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

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

  .c-ryt {
    height: auto;
  }

  .c-heading {
    font-size: 36px;
  }

  .c-paragraph {
    font-size: 16px;
  }

  .c-button {
    font-size: 14px;
  }

  .footer-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fs-top {
    flex-flow: column;
  }

  .fs-mid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: start;
    display: grid;
  }

  .fs-top-left {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .fs-top-ryt {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
  }

  .fs-top-ryt-left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .ftrl-heading {
    font-size: 17px;
  }

  .ftrl-txt, .fs-bottom-txt {
    font-size: 14px;
  }

  .fs-mid-haading {
    font-size: 17px;
  }

  .fs-mid-txt {
    font-size: 14px;
  }

  .background-video {
    height: 500px;
  }

  .ftrl-heading-copy {
    font-size: 17px;
  }

  .image {
    width: 150px;
    height: 40px;
  }

  .a-hs-section {
    padding-top: 60px;
  }

  .ahs-heading {
    font-size: 48px;
  }

  .ahs-para {
    font-size: 16px;
  }

  .a-as-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .a-as-container {
    flex-flow: column;
  }

  .aas-left {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .aas-ryt {
    width: 100%;
  }

  .aas-heading {
    text-align: center;
    font-size: 36px;
  }

  .aas-para {
    text-align: center;
    font-size: 16px;
  }

  .a-vs-section {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 5%;
  }

  .a-vs-container {
    display: none;
  }

  .avs-ryt-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .avs-heading {
    font-size: 36px;
  }

  .avs-para {
    text-align: center;
    font-size: 16px;
  }

  .avs-txt {
    font-size: 14px;
  }

  .p-hs-section {
    background-size: 70px, 70px, auto;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .p-hs-heading {
    font-size: 48px;
  }

  .p-hs-txt {
    font-size: 16px;
  }

  .c-hs-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-hs-headiing {
    text-align: center;
    font-size: 48px;
  }

  .c-hs-para {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
  }

  .c-cs-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-cs-container {
    flex-flow: column;
  }

  .c-cs-left {
    width: 100%;
  }

  .c-cs-ryt {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }

  .c-fs-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-fs-ontainer {
    flex-flow: column;
  }

  .c-fs-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
    display: flex;
  }

  .c-fs-ryt {
    width: 100%;
  }

  .c-fs-heading {
    text-align: center;
    font-size: 36px;
  }

  .c-fs-para {
    text-align: center;
    font-size: 16px;
  }

  .qn {
    font-size: 17px;
  }

  .ans {
    font-size: 14px;
  }

  .g-hs-section {
    background-size: 60px, 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .g-hs-par {
    font-size: 16px;
  }

  .g-hs-heading {
    font-size: 48px;
  }

  .g-gs-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .g-gs-heading {
    font-size: 38px;
  }

  .g-gs-para {
    font-size: 16px;
  }

  .collection-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .s-hssection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .s-hs-heading {
    font-size: 50px;
  }

  .s-hs-para {
    font-size: 16px;
  }

  .s-ss-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .collection-list-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .s-ss-head {
    font-size: 28px;
  }

  .s-ss-para {
    font-size: 14px;
  }

  .s-ss-img {
    width: 130px;
    height: 130px;
  }

  .ss-hs-section {
    background-size: 70px, 70px, auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ss-ss-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ss-hs-heading {
    font-size: 48px;
  }

  .ss-ss-bottom {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .ss-ss-head-1 {
    text-align: center;
    font-size: 28px;
  }

  .ss-ss-head-2, .ss-ss-head-3 {
    font-size: 48px;
  }

  .ss-ss-head-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .ss-ss-para {
    text-align: center;
    font-size: 17px;
  }

  .ss-ss-img {
    width: 400px;
  }

  .ss-rs-heading {
    text-align: center;
    margin-bottom: 40px;
    font-size: 36px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .ss-rs-img {
    width: 130px;
    height: 130px;
  }

  .ss-rs-heading-sub {
    font-size: 28px;
  }

  .ss-rs-para {
    font-size: 14px;
  }

  .b-hs-section, .b-bs-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .b-hs-heading {
    font-size: 48px;
  }

  .b-hs-heading-copy {
    font-size: 56px;
  }

  .b-bs-heading {
    font-size: 36px;
  }

  .b-bs-para {
    font-size: 16px;
  }

  .b-bs-bottom-wrap {
    margin-top: 40px;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .b-bs-bottom {
    justify-content: center;
    align-items: center;
  }

  .b-bs-head {
    text-align: center;
    font-size: 17px;
  }

  .b-bs-down-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .b-bs-txt {
    font-size: 16px;
  }

  .sb-hs-section {
    background-size: 70px, 70px, auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sb-b-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sb-hs-heading {
    font-size: 42px;
  }

  .rich-text-block {
    font-size: 16px;
  }

  .image-2 {
    height: 350px;
  }

  .collection-list-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .ss-img {
    width: 130px;
    height: 130px;
  }

  .ss-head {
    font-size: 28px;
  }

  .ss-paragra {
    font-size: 14px;
  }

  .collection-list-6 {
    grid-template-columns: 1fr;
  }

  .bs-bottom-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .bs-head {
    text-align: center;
    font-size: 17px;
  }

  .bs-txt {
    font-size: 16px;
  }

  .bs-r-wrap {
    justify-content: center;
    align-items: center;
  }

  .c-o-section, .c-f-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .co-heading {
    font-size: 36px;
  }

  .cf-txt {
    width: 90%;
    font-size: 16px;
  }

  .cf-heading {
    font-size: 36px;
  }

  .cf-txt-2 {
    font-size: 16px;
  }

  .field-label-2 {
    font-size: 14px;
  }

  .image-3 {
    width: 400px;
  }

  .image-3-copy {
    width: 300px;
  }

  .avs-left-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
  }

  .a-vs-container-copy {
    flex-flow: column;
    display: flex;
  }

  .image-4, .image-6 {
    width: 350px;
  }

  .p-m-wrap-left {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .p-m-wrap-ryt {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .c-logo-1, .c-logo-2 {
    width: 80px;
  }

  .p-m-heading {
    font-size: 16px;
  }

  .c-button-copy {
    font-size: 14px;
  }

  .ccc-heading {
    font-size: 17px;
  }

  .rich-text-block-2, .c-button-copy, .c-button-cop {
    font-size: 14px;
  }

  .ss-heading-copy {
    font-size: 36px;
  }

  .ss-para-copy {
    width: 90%;
    font-size: 16px;
  }

  .product-section, .service-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ps-bottom-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .psb-image {
    width: 220px;
    height: 220px;
  }

  .psb-txt {
    font-size: 16px;
  }

  .tagline-copy {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hs-paragraph {
    font-size: 15px;
  }

  .hs-heading {
    font-size: 36px;
  }

  .container {
    max-width: none;
  }

  .bold {
    font-size: 18px;
  }

  .about-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .as-heading {
    font-size: 32px;
  }

  .as-img {
    width: auto;
  }

  .ss-heading {
    font-size: 34px;
  }

  .credit-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cs-heading {
    font-size: 34px;
  }

  .cs-bottom-wrap {
    grid-template-columns: 1fr;
  }

  .csb-heading {
    font-size: 26px;
  }

  .csb-txt {
    font-size: 16px;
  }

  .testimonial-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ts-heading {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .ts-txt {
    width: 100%;
  }

  .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;
  }

  .ts-para {
    font-size: 16px;
  }

  .blog-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bs-heading {
    font-size: 34px;
  }

  .ts-txt-copy {
    width: 100%;
  }

  .cta-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .c-left {
    margin-bottom: 40px;
  }

  .c-ryt {
    height: auto;
  }

  .c-heading {
    font-size: 34px;
  }

  .c-button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fs-mid {
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .fs-top-ryt {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .logo {
    width: 150px;
    height: 60px;
  }

  .background-video {
    height: 400px;
  }

  .ftrl-heading-copy {
    display: none;
  }

  .image {
    width: 130px;
    height: 30px;
  }

  .a-hs-section {
    padding-top: 40px;
  }

  .ahs-heading {
    margin-bottom: 20px;
    font-size: 42px;
  }

  .ahs-para {
    width: 100%;
  }

  .a-as-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .aas-heading {
    font-size: 34px;
  }

  .a-vs-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .avs-heading {
    font-size: 34px;
  }

  .p-hs-section {
    background-size: 50px, 50px, auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-hs-heading {
    font-size: 42px;
  }

  .c-hs-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-hs-headiing {
    font-size: 36px;
  }

  .c-hs-para {
    font-size: 15px;
  }

  .c-cs-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-cs-ryt {
    padding: 0;
  }

  .c-fs-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-fs-heading {
    font-size: 34px;
  }

  .c-fs-para {
    font-size: 15px;
  }

  .g-hs-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .g-hs-heading {
    font-size: 42px;
  }

  .g-gs-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .g-gs-heading {
    font-size: 34px;
  }

  .s-hssection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .s-hs-heading {
    font-size: 42px;
  }

  .s-hs-para {
    width: 100%;
    font-size: 15px;
  }

  .s-ss-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .s-ss-head {
    font-size: 26px;
  }

  .s-ss-img {
    width: 100px;
    height: 100px;
  }

  .ss-hs-section {
    background-size: 50px, 50px, auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ss-ss-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ss-hs-heading {
    font-size: 42px;
  }

  .ss-ss-bottom {
    padding-left: 0;
  }

  .ss-ss-head-1 {
    font-size: 26px;
  }

  .ss-ss-head-2, .ss-ss-head-3 {
    text-align: center;
    font-size: 42px;
  }

  .ss-ss-img {
    width: 300px;
  }

  .ss-rs-heading {
    font-size: 32px;
  }

  .ss-rs-img {
    width: 100px;
    height: 100px;
  }

  .ss-rs-heading-sub {
    font-size: 26px;
  }

  .b-hs-section, .b-bs-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .b-hs-heading {
    font-size: 42px;
  }

  .b-hs-heading-copy {
    font-size: 48px;
  }

  .b-bs-heading {
    font-size: 32px;
  }

  .b-bs-para {
    font-size: 15px;
  }

  .b-bs-head {
    font-size: 16px;
  }

  .b-bs-txt {
    font-size: 15px;
  }

  .sb-hs-section {
    background-size: 50px, 50px, auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sb-b-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sb-hs-heading {
    font-size: 36px;
  }

  .image-2 {
    height: 300px;
  }

  .collection-list-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ss-img {
    width: 100px;
    height: 100px;
  }

  .ss-head {
    font-size: 26px;
  }

  .c-o-section, .c-f-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .co-heading, .cf-heading {
    font-size: 32px;
  }

  .image-3-copy {
    width: 250px;
  }

  .image-4, .image-6 {
    width: auto;
  }

  .p-m-wrap-left {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .p-m-wrap-ryt {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .p-m-left, .p-m-ryt {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .c-logo-1, .c-logo-2 {
    width: 70px;
  }

  .form-block-copy {
    width: 100%;
    margin-top: 40px;
  }

  .c-button-copy, .c-button-cop {
    padding-left: 40px;
    padding-right: 40px;
  }

  .ss-heading-copy {
    font-size: 34px;
  }

  .product-section, .service-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ps-bottom-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .psb-image {
    width: 200px;
    height: 200px;
  }
}

#w-node-d9120876-5eac-14a0-d0e4-eeea83a015dd-a486de39, #w-node-b9e1c755-198c-e04a-9bea-b49f033748d5-a486de39, #w-node-d2c6ce29-9743-ea22-3a7d-aa3719d492bf-a486de39, #w-node-e6b64427-9adc-eb61-bfb3-6f0661c0f5db-a486de39 {
  place-self: center;
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url("/assets/fonts/satoshi-variable.ttf") format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url("/assets/fonts/satoshi-variable.ttf") format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url("/assets/fonts/satoshi-variable.ttf") format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url("/assets/fonts/satoshi-variable.ttf") format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url("/assets/fonts/satoshi-variable.ttf") format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}