@font-face {
  font-family: Suisseintl webm;
  src: url('../fonts/SuisseIntl-SemiBold-WebM.woff2') format("woff2"), url('../fonts/SuisseIntl-SemiBold-WebM.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl webm;
  src: url('../fonts/SuisseIntl-SemiBoldItalic-WebM.woff2') format("woff2"), url('../fonts/SuisseIntl-SemiBoldItalic-WebM.woff') format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl webm;
  src: url('../fonts/SuisseIntl-RegularItalic-WebM.woff2') format("woff2"), url('../fonts/SuisseIntl-RegularItalic-WebM.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl webm;
  src: url('../fonts/SuisseIntl-Regular-WebM.woff2') format("woff2"), url('../fonts/SuisseIntl-Regular-WebM.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #e20e18;
  --black: #030303;
  --grey: #131313;
  --white: white;
  --color: #dbdbdb;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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: #fff;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-style: italic;
  font-weight: 800;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--red);
  text-decoration: underline;
}

strong {
  font-weight: 800;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: Suisseintl webm, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 80rem;
}

.container.centered {
  justify-items: center;
}

.container.rel-4 {
  z-index: 4;
  position: relative;
}

.button {
  float: left;
  border: 2px solid var(--red);
  min-width: 200px;
  color: var(--red);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  padding: 16px 32px;
  font-family: Suisseintl webm, Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.button:hover {
  background-color: var(--red);
  color: #fff;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  font-family: Suisseintl webm, Arial, sans-serif;
  font-size: 72px;
  font-style: italic;
  font-weight: 600;
  line-height: 110%;
}

.heading._404-title {
  align-self: center;
  width: 100%;
}

.padding-big {
  padding-top: 144px;
  padding-bottom: 144px;
}

.padding-big.footer-bottom {
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Suisseintl webm, Arial, sans-serif;
  font-size: 32px;
  font-style: italic;
  line-height: 110%;
}

.heading-2.newsletter-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 56px;
  font-size: 56px;
}

.paragraph {
  color: #fff;
  max-width: 400px;
  font-family: Suisseintl webm, Arial, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.footer {
  flex-direction: column;
  display: flex;
}

.footer.full-width {
  max-width: 100%;
}

.paragraph-2 {
  color: #fff;
  max-width: 400px;
  font-family: Suisseintl webm, Arial, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.section {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.padding-big.newsletter {
  text-align: center;
  background-color: #131313;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section._4rem {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section._4rem._5--padding {
  padding-left: 5%;
  padding-right: 5%;
}

.section._2rem {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-link {
  color: #fff;
}

.form {
  color: #fff;
  border-bottom: 1px #000;
  font-family: Suisseintl webm, Arial, sans-serif;
  font-size: 16px;
  display: flex;
  position: relative;
}

.input {
  background-color: #0000;
  border-top: 1px #000;
  border-bottom: 1px solid #fff;
  border-left: 1px #000;
  border-right: 0 solid #000;
  flex: 0 auto;
  align-self: flex-end;
  height: 100%;
  margin-bottom: 0;
  margin-right: 40px;
  padding: 16px;
}

.form-block {
  width: 100%;
  max-width: 800px;
  padding-left: 16px;
  padding-right: 16px;
}

.text-block {
  color: #fff;
  font-size: 16px;
}

.success-message {
  background-color: #0000;
}

.error-message {
  background-color: var(--red);
  color: #fff;
  margin-top: 32px;
  padding: 32px;
  font-family: Suisseintl webm, Arial, sans-serif;
  font-size: 16px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: auto;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.body-2 {
  background-color: #000;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-3 {
  background-color: #000;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.nav-link.link-block {
  font-size: 16px;
}

.nav-link.link-block.w--current {
  color: #fff;
  text-decoration: underline;
}

.link-block {
  height: 100%;
  margin-right: 40px;
  text-decoration: none;
}

.link-block:hover {
  color: #fff;
  text-decoration: underline;
}

.navbar {
  z-index: 98;
  color: #fff;
  background-color: #ddd0;
  width: 100vw;
  padding: 64px 5% 0;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-link.link-block {
  letter-spacing: .2px;
  margin-right: 32px;
  padding: 0;
  font-size: 14px;
}

.brand {
  order: -1;
}

.nav-menu {
  order: 1;
  align-self: center;
  align-items: center;
  display: flex;
}

.h1 {
  text-transform: uppercase;
  font-size: 56px;
  font-style: italic;
  font-weight: 800;
  line-height: 110%;
}

.h1.center {
  text-align: center;
}

.h1.center.testimonials-header {
  margin-top: 0;
  margin-bottom: 48px;
}

.h1.center.faq-header {
  max-width: 550px;
  margin: 0 auto 40px;
  font-family: Montserrat, sans-serif;
  font-size: 49px;
}

.link {
  color: #fff;
}

.accordion-item-trigger {
  color: #fff;
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.html-embed {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.footer-links {
  column-count: 2;
  margin-bottom: 0;
  margin-left: 120px;
  margin-right: 120px;
  line-height: 130%;
}

.footer-link {
  line-height: 140%;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.testimonials {
  margin-top: -72px;
  padding-top: 0;
}

.page-header {
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.home-testimonials-videos-wrapper {
  height: 100%;
}

.home-testimonials-videos-list {
  grid-column-gap: 32px;
  height: 100%;
  display: flex;
}

.hidden {
  display: none;
}

.home-testimonials-videos-item {
  width: 100%;
  height: 100%;
}

.tetimonials-slider {
  background-color: #0000;
  height: 100%;
  display: block;
}

.mask {
  width: 90%;
  height: 100%;
  margin-left: 5%;
}

.slide {
  background-color: var(--grey);
  width: 48%;
  height: 100%;
  margin-right: 4%;
}

.video {
  height: 100%;
}

.slider-view-more {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.book-a-call {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 120px;
  display: flex;
}

.toggle {
  color: #b1b1b1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.toggle:hover, .toggle.w--open {
  color: #fff;
}

.dropdown-wrapper {
  padding: 34px 3% 50px;
  overflow: hidden;
  box-shadow: 33px 115px 100px #0414341a;
}

.dropdown-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-navigation {
  color: #000;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 500px;
  padding: 12px 24px;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  transition: all .35s;
}

.button-navigation:hover {
  background-color: var(--red);
  color: #fff;
  transform: scale(.9);
}

.button-navigation.black {
  color: #fff;
  background-color: #000;
}

.button-navigation.black.mobile-only {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.link-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.navigation {
  z-index: 9999;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.menu-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.nav-link-2 {
  color: #b1b1b1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: center;
  height: 100%;
  padding: 20px;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.nav-link-2.hide {
  display: none;
}

.link-description {
  color: var(--red);
  line-height: 24px;
}

.navigation-wrapper {
  align-items: center;
  display: flex;
}

.header-icon {
  color: #fdfdff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.search-link {
  margin-right: 24px;
}

.brand-2 {
  max-width: 260px;
}

.container-navigation {
  border-bottom: 1px #0414341a;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-left {
  align-items: center;
  width: 50%;
  min-height: 60px;
  display: flex;
}

.dropdown-list {
  min-width: 100%;
}

.dropdown-list.w--open {
  background-color: #0a0a0a;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 80px 0 auto;
}

.navigation-link-content {
  border: 2px solid #2b2b2b;
  border-radius: 16px;
  align-items: center;
  padding: 10px 10px 8px;
  text-decoration: none;
  transition: border-color .5s, background-color .5s;
  display: flex;
}

.navigation-link-content:hover {
  border-color: var(--red);
  background-color: #1a1a1b;
}

.dropdown {
  height: 100%;
  position: static;
}

.navigation-link-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.navigation-wrap {
  z-index: 99;
  background-color: #131313;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 60px;
  display: flex;
}

.arrow-link-wrapper {
  align-items: center;
  margin-top: 8px;
  font-size: 14px;
  display: flex;
}

._25px-spacer {
  width: 25px;
  height: 25px;
}

.paragraph-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
}

.arrow-circle {
  border: 1px solid #67718e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-right: 18px;
  padding: 4px;
  display: flex;
}

.bold-text {
  font-weight: 900;
}

.button-arrow {
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.hero-h1-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 47px;
  font-style: italic;
  font-weight: 600;
  line-height: 110%;
}

.caption-medium {
  color: #1c2122;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.caption-medium.text-color-gray-600 {
  color: #607276;
}

.footer-line {
  background-color: #ccd4d6;
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-social-link {
  color: #94a5a8;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-social-link:hover {
  color: #323c3e;
  overflow: hidden;
}

.footer-brand-block {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  display: flex;
}

.footer-logo-2 {
  max-width: 240px;
}

.footer-title-bold {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
}

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

.footer-bottom-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  display: flex;
}

.footer-link-3 {
  color: #878888;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.footer-link-3:hover {
  color: #fff;
  transform: translate(5px);
}

.footer-social {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.footer-legal-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-footer-dark {
  background-color: #000;
  padding: 35px 5% 32px;
}

.footer-legal-button {
  color: #607276;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
}

.footer-legal-button:hover {
  color: var(--red);
}

.footer-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  margin-bottom: 48px;
}

.footer-column-2 {
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.icon-3 {
  width: 24px;
  height: 24px;
  color: var(--red);
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-3.white {
  color: #fff;
}

.header-wrapper {
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  display: flex;
}

.header-wrapper.img {
  background-image: linear-gradient(to right, #000000f2, #131313b0), url('../images/BG-Image.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.header-grid {
  grid-column-gap: 72px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
}

.container-regular {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-content {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.header-block {
  color: #9c9eab;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  font-weight: 600;
  display: flex;
}

.header-block.hide {
  display: none;
}

.header-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
  display: flex;
}

.div-block-2 {
  max-width: 1280px;
}

.reviews-badge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
}

.overlay-hero {
  z-index: -1;
  background-image: linear-gradient(270deg, #0000, #000000e3);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.question-title {
  color: #0b1033;
  font-size: 16px;
  line-height: 24px;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.animation {
  width: 60px;
  height: 60px;
}

.paragraph-4 {
  color: #d1d1d1;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 42px;
  padding-bottom: 42px;
  font-size: 16px;
  line-height: 28px;
}

.faq-wrap {
  flex-direction: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.faq-question-bar {
  letter-spacing: .7px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.div-block-3 {
  width: 100%;
}

.footer-icons {
  width: 32px;
  height: 32px;
  color: var(--red);
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.footer-icons:hover {
  color: #fff;
  transform: translate(0, -5px);
}

.nav-banner-detail {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.nav-banner {
  z-index: 9999;
  background-color: var(--red);
  min-height: 48px;
  color: var(--grey);
  justify-content: center;
  align-items: center;
  padding: 14px 5%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.announcment-link-wrapper {
  color: #fff;
  align-items: center;
  margin-left: 15px;
  font-size: 13px;
  display: flex;
}

.section-regular {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 15px;
  display: flex;
  position: relative;
}

.section-regular.hide {
  display: none;
}

.contact-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  display: flex;
}

.contact-grid:where(.w-variant-4cac3edc-a489-bbc4-f001-57666d5066fd) {
  flex-flow: row-reverse;
}

.contact-grid._1-2 {
  grid-template-columns: 1fr 1.5fr;
}

.heading-detail-section {
  color: #b2b2b2;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.heading-detail-section.margin-bottom-12 {
  margin-bottom: 12px;
}

.contact-card-2 {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  width: 100%;
  margin-left: auto;
  padding: 10px;
  box-shadow: 9px 34px 64px -14px #4d4d4d26;
}

.modal-detail {
  color: #151c34;
  white-space: nowrap;
  font-weight: 600;
}

.module-header-right {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.close {
  opacity: .5;
  transition: opacity .2s;
}

.close:hover {
  opacity: 1;
}

.slider-right {
  opacity: .5;
  color: #151c34;
  justify-content: center;
  align-items: center;
  padding: 4px 15px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.slider-right:hover {
  opacity: 1;
}

.module-header-left {
  width: 50%;
  height: 100%;
  display: flex;
}

.modal-header {
  border-bottom: 1px solid #151c341a;
  justify-content: space-between;
  align-items: center;
  min-height: 55px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.modal-element {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 800px;
}

.modal-overlay {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #131313e3;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-slide {
  color: #151c34;
}

.div-block-35 {
  padding: 15px;
}

.image-3 {
  width: 100%;
}

.paragraph-6 {
  color: #dde0e8;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

._25px-spacer-2 {
  height: 25px;
}

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

.container-4.centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._45px-emoji {
  width: 45px;
  height: 45px;
}

.login-bg {
  background-image: linear-gradient(#252525, #000);
  padding: 120px 5%;
  position: relative;
}

.login-bg._100-height {
  align-items: center;
  min-height: 90vh;
  display: flex;
}

.carousel-l {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  display: flex;
}

.gradient-l {
  z-index: 5;
  background-image: linear-gradient(to right, #000, #000 25%, #00000094 60%, #0000);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-r {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  display: flex;
}

.carousel-group {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  align-items: center;
  display: flex;
}

.gradient-r {
  z-index: 5;
  background-image: linear-gradient(to right, #0000, var(--grey));
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.icon-x-large {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 50px;
  display: flex;
}

.ticker-wrapper {
  align-items: center;
  width: 100%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h5-heading {
  color: #131315;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 1.2;
}

.ticker-css {
  display: none;
}

.carousel-item {
  color: #b8b8b8;
  justify-content: center;
  align-items: center;
  transition: color .5s;
  display: flex;
}

.carousel-item:hover {
  color: #000;
}

.integraion-card-r {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  align-items: center;
  width: 165px;
  height: 165px;
  padding: 32px;
  display: flex;
  box-shadow: 3px 3px #131315;
}

.paragraph-7 {
  color: #fff;
  font-family: Suisseintl webm, Arial, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.contact-card-3 {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  width: 100%;
  margin-left: auto;
  padding: 20px;
  box-shadow: 9px 34px 64px -14px #4d4d4d26;
}

.m-navigation-icon-button {
  color: #dedfe3;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: none;
}

.m-navigation-icon-button:hover {
  color: #fff;
  border-color: #151517;
}

.hamburger {
  padding: 10px 10px 5px;
}

.accordion_description-wrapper {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.accordion_title {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 800;
}

.menu-container {
  z-index: 99;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  padding: 120px 2em 45px;
}

.accordion_item {
  position: relative;
  overflow: hidden;
}

.accordion_title-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.accordion_title-wrapper.link {
  opacity: 1;
}

.accordion_item-wrapper {
  cursor: pointer;
  margin-bottom: 0;
}

.accordion_item-wrapper.w--current {
  background-color: #f7f7f4;
  border-bottom-style: none;
  border-radius: 5px;
}

.accordion_list-wrapper {
  padding-left: 0;
  list-style-type: none;
}

.mob-menu {
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #131313f7;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.accordion_arrow {
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.button-icon {
  margin-right: 4px;
}

.author-name---brix {
  color: var(--grey);
  margin-bottom: 4px;
  font-size: 28px;
  line-height: 36px;
}

.flex {
  display: flex;
}

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

.flex.center.start {
  justify-content: flex-start;
}

.grid-1-col {
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}

.arrow-button-wrapper---brix {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.arrow-button-wrapper---brix.white {
  background-color: #eff2f6;
}

.card-4 {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  overflow: hidden;
}

.card-4.author {
  border-color: #eff2f6;
  padding-bottom: 58px;
  display: none;
  box-shadow: 0 5px 12px #080f340d;
}

.social-icon---brix {
  background-color: var(--grey);
  border-radius: 32px;
  margin: 4px 6px;
  transition: transform .3s;
}

.social-icon---brix:hover {
  transform: translate(0, -4px);
}

.author-description---brix {
  color: var(--red);
  margin-bottom: 12px;
}

.social-media-wrapper---brix {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-circle-arrow {
  color: #fff;
  text-align: left;
  cursor: pointer;
  background-color: #030b1a;
  border-radius: 80px;
  justify-content: space-between;
  align-items: center;
  padding: 9px 9px 9px 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, background-color .3s;
  display: flex;
}

.button-circle-arrow:hover {
  color: #fff;
  background-color: #25282e;
  transform: translate(0, -2px);
}

.button-circle-arrow.whatsapp {
  background-color: #25d366;
}

.button-circle-arrow.white {
  color: #030b1a;
  background-color: #fff;
  border: 1px solid #eff2f6;
  transition: border-color .3s, transform .3s, background-color .3s;
}

.button-circle-arrow.white:hover {
  border-color: #030b1a;
}

.author-wrapper---brix {
  justify-content: center;
  align-items: center;
  display: flex;
}

.author-avatar---brix {
  border: 5px solid #fff;
  border-radius: 50%;
  margin-top: -84px;
}

.author-links-wrapper---brix {
  max-width: 406px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.author-text-wrapper---brix {
  text-align: center;
  max-width: 450px;
  margin: 16px auto 26px;
  padding-left: 20px;
  padding-right: 20px;
}

.icon-s {
  width: 35px;
  height: 35px;
  margin-bottom: 5px;
}

.image-4 {
  width: 100%;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.icon-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-link_circle {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 1px;
  display: flex;
}

.hover-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover-arrow.left-arrow {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.clip {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.button-main {
  background-color: var(--white);
  color: #030303;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 22px;
  padding-right: 15px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  transition: transform .35s;
  display: flex;
}

.button-main:hover, .button-main.red {
  background-color: var(--red);
  color: var(--white);
}

.text-size-small {
  padding-top: 0;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  overflow: hidden;
}

.hover-text.bottom {
  position: absolute;
  bottom: -100%;
}

.dropdown-list-2 {
  padding: 1rem;
  top: 100%;
}

.dropdown-list-2.w--open {
  background-color: #0a0a0a;
  border: 1px solid #ffffff29;
  left: 0;
  right: 0;
}

.dropdown-toggle {
  grid-column-gap: 6px;
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 16px 0;
  font-style: italic;
  font-weight: 700;
  display: flex;
}

.dropdown-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 16px;
  display: flex;
  position: static;
}

.vavbar_link {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.link-dropdown {
  color: #fff;
  text-align: left;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.link-dropdown:hover {
  background-color: #ffffff0a;
}

.link-dropdown.w--current {
  color: var(--red);
}

.dropdown-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.text-size-small-2 {
  padding-top: 0;
  font-size: 1rem;
}

.vavbar_link-2 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.flex-cta-hero-home {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.subtitle {
  letter-spacing: .3px;
  font-size: 24px;
  line-height: 135%;
}

.div-block-138 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-bg {
  background-image: linear-gradient(90deg, #000000e0, #000c), url('../images/Access-Denied-Collage.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.hero-bg.sundrew {
  background-image: linear-gradient(90deg, #000000e0, #000c), url('../images/Sundew-QuenchPRO-in-action_2023.jpg');
  background-position: 0 0, 50%;
}

.hero-bg.gutterguard {
  background-image: linear-gradient(90deg, #000000e0, #000c), url('../images/Gutter-Guard.jpg');
  background-position: 0 0, 50%;
}

.hero-bg.sundrew-copy {
  background-image: linear-gradient(90deg, #000000e0, #000c), url('../images/Sundew-QuenchPRO-in-action_2023.jpg');
  background-position: 0 0, 50%;
}

.maincontainer {
  z-index: 2;
  width: 100%;
}

.header-form-lead {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  color: var(--grey);
  background-color: #fff;
  flex-flow: column;
  padding: 1.5rem 1.2rem;
  display: flex;
}

.wrap-v-small-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.wrap-v-tiny-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.icon-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.formmain {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.cta-footer {
  background-image: radial-gradient(circle farthest-side, #0000 50%, #00000080 75%, #000c), linear-gradient(#000000c4, #000000c4), url('../images/Access-Denied-Collage.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, auto;
  justify-content: center;
  align-items: center;
  padding: 3rem 5%;
  display: flex;
  position: relative;
}

.brand-review-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #f8f8f8;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header-grid-lead {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.paragraph-small.text-weight-medium {
  font-weight: 500;
}

.div-block-5 {
  display: flex;
}

.row-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.success-message-2 {
  color: #00381e;
  background-color: #ebfff5;
  border-radius: 12px;
}

.contact-field {
  border: 1px solid var(--grey);
  color: #081717;
  background-color: #eff5f5;
  height: 55px;
  margin-bottom: 0;
  padding-bottom: 8px;
  padding-left: 2.5rem;
  padding-right: 20px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
}

.contact-field:hover {
  border-color: var(--black);
}

.contact-field:focus {
  border-color: var(--black);
  color: #1d1c21;
}

.contact-field::placeholder {
  color: #526061;
}

.contact-field.phoneicon {
  background-image: url('../images/phone-line.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.contact-field.message {
  background-image: url('../images/edit.svg');
  background-position: 11px 18px;
  background-repeat: no-repeat;
  background-size: auto;
  height: 120px;
  padding-top: 16px;
}

.contact-field.email {
  background-image: url('../images/sms.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-field.name {
  background-image: url('../images/user.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-field.address {
  background-image: url('../images/map-pin-2-line.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

/* Prevent Chrome autofill from hiding icons or changing background */
.contact-field:-webkit-autofill,
.contact-field:-webkit-autofill:hover,
.contact-field:-webkit-autofill:focus,
.contact-field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #1d1c21 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.contact-field.phoneicon:-webkit-autofill,
.contact-field.phoneicon:-webkit-autofill:hover,
.contact-field.phoneicon:-webkit-autofill:focus {
  background-image: url('../images/phone-line.svg') !important;
  background-position: 15px !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
}

.contact-field.email:-webkit-autofill,
.contact-field.email:-webkit-autofill:hover,
.contact-field.email:-webkit-autofill:focus {
  background-image: url('../images/sms.svg') !important;
  background-position: 15px !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}

.contact-field.name:-webkit-autofill,
.contact-field.name:-webkit-autofill:hover,
.contact-field.name:-webkit-autofill:focus {
  background-image: url('../images/user.svg') !important;
  background-position: 15px !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}

.contact-field.address:-webkit-autofill,
.contact-field.address:-webkit-autofill:hover,
.contact-field.address:-webkit-autofill:focus {
  background-image: url('../images/map-pin-2-line.svg') !important;
  background-position: 15px !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
}

.contact-field.message:-webkit-autofill,
.contact-field.message:-webkit-autofill:hover,
.contact-field.message:-webkit-autofill:focus {
  background-image: url('../images/edit.svg') !important;
  background-position: 11px 18px !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}

.google-g {
  width: 1.5rem;
  height: 1.5rem;
}

.wrap-v-large-2 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.max-width-regular {
  width: 100%;
  max-width: 550px;
}

.header-column {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  max-width: 628px;
  display: flex;
}

.form-grid-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-message-2 {
  text-align: center;
  background-color: #030303;
  border-radius: 8px;
  padding: 12px 16px;
}

.contact-form-block-outline-2 {
  margin-bottom: 0;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.brand-review-divider {
  background-color: #eaedf040;
  width: 2px;
  height: 18px;
}

.text-size-tiny-2 {
  font-size: .75rem;
}

.column-large {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.container-large-3 {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrap-heading-top-text-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-icon {
  color: #fff;
  background-color: #0a0a0a;
  border: 2px solid #1d1d1d;
  border-radius: 1rem;
  text-decoration: none;
  transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
  position: relative;
  overflow: hidden;
}

.card-icon:hover {
  border-color: var(--red);
}

.heading-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-center.mg-bottom-64 {
  margin-bottom: 64px;
}

.sub-heading-small-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

.quote-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.card_title_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.card_base-2 {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 250px;
  padding: 2rem 5%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 1346px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-small-3 {
  margin-bottom: 0;
  line-height: 1.5;
}

.icon-card {
  width: 5rem;
}

.icon-card:where(.w-variant-b7ff93fb-b89c-21ad-7527-f7b4d00add17) {
  width: 6rem;
  height: 5rem;
}

.icon-card.xl {
  width: 6.5rem;
}

.grid-cta-three {
  z-index: 1;
  grid-template-rows: auto;
  position: relative;
}

.master-cta-box {
  background-color: #0a0a0a;
  border-radius: 32px;
  max-width: 1346px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -3px 100px -10px #ff000087;
}

.left-cta-three {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.neon-cta-box-one {
  z-index: 4;
  height: 90%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.limit-subtitle-cta-box {
  max-width: 450px;
}

.neon-cta-box-two {
  height: 70%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.h2-cta-box {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 125%;
}

.image {
  z-index: -4;
}

.button-phone {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--red);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: .65rem 1rem;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.phoneiconbutton {
  width: 1.3rem;
  height: 1.3rem;
}

.phoneiconbutton:hover {
  cursor: pointer;
}

.text-size-small-7 {
  white-space: nowrap;
  padding-top: 0;
}

._1rem-spacer {
  width: 1rem;
  height: 1rem;
}

.code-embed {
  width: 100%;
}

.footer-logo-link-2 {
  max-width: 250px;
}

.icon-small-3 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.footer-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 2rem;
  display: grid;
}

.section-footer {
  background-color: var(--red);
  width: 100%;
  padding-top: 5px;
}

.footer-legal-link {
  color: #5b616e;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.footer-legal-link:hover {
  color: var(--red);
}

.footer-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-legal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subheading-large {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
}

.footer-social-link-2 {
  border: 1px solid var(--red);
  color: var(--color);
  padding: 10px;
  text-decoration: none;
  transition: color .3s;
}

.footer-social-link-2:hover {
  background-color: var(--red);
  color: var(--black);
}

.image-54 {
  width: 100%;
}

.column-x-large-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.section-footer-links {
  background-color: var(--black);
  border-bottom: 1px #293039;
  padding-top: 4rem;
  padding-bottom: 1rem;
}

.footer-legal-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

.footer-company {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-links-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.paragraph-regular-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.row-regular {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--color);
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-link-2:hover {
  color: var(--red);
}

.column-large-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.div-block-537 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.section-data {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.benefit-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.benefit-item-list {
  background-image: url('../images/checkbox-circle-fill.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  margin-bottom: 0;
  padding-left: 32px;
  list-style-type: none;
}

.cta-grid {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  position: relative;
  overflow: hidden;
}

.master-contact-list-footer {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.single-contact-list-footer {
  grid-column-gap: 8px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.icon-contact-list-footer {
  width: 24px;
  height: 24px;
}

.section-2 {
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.faq-paragraph-2 {
  letter-spacing: -.01em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 2rem;
  display: flex;
  overflow: hidden;
}

.faq-question-bar-2 {
  color: #fff;
  background-color: #1d1d1d;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.faq-content-2 {
  color: #fff;
  margin-top: -2px;
  overflow: hidden;
}

._10px-spacer {
  width: 10px;
  height: 10px;
}

.maincontainer-2 {
  z-index: 2;
  width: 100%;
  max-width: 80rem;
  position: relative;
}

.master-faqs-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 130%;
}

.top-text {
  color: var(--red);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.button-main-2 {
  color: #030303;
  background-color: #bed730;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: transform .35s;
  display: flex;
}

.button-main-2:hover {
  transform: scale(1.05);
}

.text-size-small-8 {
  padding-top: 0;
}

.question-title-2 {
  line-height: 24px;
}

.service-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.ikonik-8jptc {
  width: 20px;
  height: 20px;
}

.div-text-style-allcaps {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-home-learn_card-tagline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.square-vid-wrap {
  background-color: #022d4b0d;
  border-radius: 12px;
  height: 100%;
  padding: 5px;
}

.square-video-player {
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-text-size-small-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: .73px;
  display: flex;
}

.div-block-486 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 10px 10px;
}

.div-home-learn_card-live-labels-bot {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 233.322px;
  padding-right: .00998688px;
  display: flex;
}

.gif-video-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-home-learn_card-live-label {
  background-color: #000000b3;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 11px;
  display: flex;
}

.div-block-484 {
  z-index: 1;
  position: absolute;
  inset: 10px 10px auto auto;
}

.text-203 {
  color: #f1f9ff;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 14px;
}

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

.div-block-538 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.navigation-feature-content {
  align-items: center;
  display: flex;
}

.help-center-text-small {
  color: #8f8fa3;
}

.platform-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

.line-break-nav {
  background-color: #f1f1f9;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.badge-title-wrapper {
  align-items: center;
  display: flex;
}

.navigation-dropdown-link {
  color: #000;
  border-radius: 10px;
  align-items: flex-start;
  padding: 20px;
  text-decoration: none;
  transition: background-color .4s, color .4s;
  display: flex;
}

.navigation-dropdown-link:hover {
  color: #f90;
  background-color: #fffaf2;
}

.navigation-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.toggle-2 {
  color: #101b22;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.toggle-2:hover, .toggle-2.w--open {
  color: #f90;
}

.help-detail-wrapper {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.help-center-text-large {
  color: #1e1e48;
  margin-right: 20px;
}

.nav-column {
  height: 100%;
}

.dropdown-list-3 {
  z-index: 99;
  min-width: 100%;
}

.dropdown-list-3.w--open {
  z-index: 99;
  background-color: #0000;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: absolute;
  inset: 90px 0 auto;
}

.help-icon-circle {
  color: #7070c2;
  border: 1px solid #dbdbf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 24px;
  text-decoration: none;
  display: flex;
}

.new-badge {
  color: #14b881;
  background-color: #d1faec;
  border-radius: 50px;
  margin-left: 4px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
}

.help-center-wrapper {
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.product-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
}

.navigation-grid {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.navigation-link-content-2 {
  align-items: center;
  display: flex;
}

.link-title-2 {
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.text-link {
  color: #f90;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.link-description-2 {
  color: #8f8fa3;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.dropdown-container-2 {
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-wrapper-2 {
  background-color: #fff;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  overflow: hidden;
}

.small-image-block {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  margin-right: 20px;
  display: flex;
  overflow: hidden;
}

.large-image-block {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 160px;
  min-width: 160px;
  height: 92px;
  min-height: 92px;
  margin-right: 20px;
  display: flex;
  overflow: hidden;
}

.div-block-539 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small, .margin-bottom.margin-xxsmall, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  font-size: 1.125rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.tabs-menu {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.pricing17_feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.pricing17_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: inline-block;
}

.text-weight-medium {
  font-weight: 500;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.margin-vertical, .margin-vertical.margin-medium {
  margin-left: 0;
  margin-right: 0;
}

.pricing17_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.pricing17_plan {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.pricing17_top-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.tab-link {
  border: 1px solid var(--\<unknown\|relume-variable-transparent\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  font-weight: 500;
}

.pricing17_plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.section_pricing17 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.pricing17_tabs {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.divider-horizontal {
  width: 100%;
  height: var(--\<unknown\|relume-variable-divider-width\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
}

.margin-top, .margin-top.margin-xxsmall, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

.pricing17_feature-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.div-block-540 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._2rem-spacer {
  width: 2rem;
  height: 2rem;
}

.price-card {
  border: 4px solid var(--red);
  padding: 1rem;
}

.grey-line {
  background-color: #3b3b3b;
  height: 1px;
}

.sundrew-logo {
  width: 12rem;
}

.sundrew-logo:where(.w-variant-b7ff93fb-b89c-21ad-7527-f7b4d00add17) {
  width: 6rem;
  height: 5rem;
}

.sundrew-logo.xl {
  width: 6.5rem;
}

._50-grid {
  width: 50%;
}

.places-card_content {
  z-index: 2;
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.places-card {
  background-color: #181818;
  width: 100%;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.places-card_country-text {
  opacity: .6;
  letter-spacing: .125rem;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .625rem;
}

.places-card_desc-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.places-card_image-wrap {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.image-56 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.places-card_heading-text {
  font-size: 2rem;
  font-weight: 500;
}

.places-card_desc-text {
  opacity: .6;
  margin-top: .5rem;
  font-size: .875rem;
}

.places-card_image-overlay {
  background-image: linear-gradient(to top, #181818, #1110);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-541 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-57 {
  border: 3px solid var(--white);
  border-radius: 1rem;
  width: 7rem;
}

.image-57.small {
  border-width: 1px;
  border-radius: .75rem;
  width: 5rem;
  height: 5rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section_logo6 {
  background-color: var(--red);
}

.logo6_logo {
  max-height: 5rem;
}

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

.container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.logo6_wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .875rem;
  display: flex;
  overflow: hidden;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.logo6_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.padding-section-1rem {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.max-width-medium {
  width: 100%;
  max-width: 40rem;
}

.slider-background_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.typo-zoom-text-image {
  width: 100%;
}

.header-slider-section {
  color: #fff;
  width: 100%;
  min-height: 85svh;
  position: relative;
  overflow: hidden;
}

.slider-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-slider-pagination_wrap {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  pointer-events: none;
}

.hero-slider-pagination_wrap .hero-pagination {
  pointer-events: auto;
}

.low-carbon-leather {
  width: 6.5rem;
}

.heading-style-h2-4 {
  font-size: 3rem;
  line-height: 1.2;
}

.div-block-509 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-516 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-4 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #f4f4f4;
  text-align: center;
  border-radius: 100px;
  padding: .5rem 1rem .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s, color .2s;
}

.button-4:hover {
  color: #fff;
  background-color: #f4f4f433;
}

.button-4.white-28 {
  border: 1px solid #fff;
}

.hero-pagination {
  height: 18px;
  margin-bottom: 16px;
  position: static;
}

.div-block-4 {
  height: 5rem;
}

.typo-zoom-text-wrapper {
  z-index: 99;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 25vw;
  display: flex;
}

.hero-slide-content_layout {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  overflow: hidden;
}

.slider-background-image-overlay {
  background-image: linear-gradient(#0000008c 32%, #0000009c);
  position: absolute;
  inset: 0%;
}

.icon-link-3 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.typo-zoom-text {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.more-than {
  text-align: center;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
}

.header-slide {
  min-height: 85svh;
  position: relative;
}

.text-size-small-9 {
  padding-top: 0;
}

.hero-2 {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 65%;
  display: flex;
  position: relative;
}

.max-width-large-2 {
  width: 100%;
  max-width: 650px;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  justify-content: center;
  align-items: center;
  padding: 9px 23px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.paragraph-x-small {
  font-size: 12px;
  line-height: 20px;
}

.navigation-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-content-lead {
  grid-column-gap: 25vh;
  grid-row-gap: 25vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.banner {
  background-color: #ff5805;
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-left-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.h1-heading {
  color: #252527;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading.text-color-white {
  color: #fff;
}

.header-section-video {
  background-color: #f5f5f6;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  display: flex;
  position: relative;
}

.row-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.overline-large {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.overline-large.text-color-white {
  color: #fff;
}

.banner-block-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.overline-regular {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.header-background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navigation-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-rating-divider {
  background-color: #fff;
  border-radius: 2px;
  width: 1px;
  height: 16px;
}

.row-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h6-heading {
  color: #252527;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.h6-heading.text-color-white {
  color: #fff;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.button-outline-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.max-width-regular-2 {
  width: 100%;
  max-width: 588px;
}

.navigation-brand-divider {
  background-color: #e6e6e7;
  border-bottom: 1px solid #e6e6e7;
  border-radius: 2px;
  width: 1px;
  height: 24px;
}

.header-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  max-width: 420px;
}

.navigation-link-ghost {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.navigation-right-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-color-brand {
  color: #ff5805;
}

.paragraph-x-large {
  font-size: 20px;
  line-height: 32px;
}

.navigation-wrapper-ghost {
  z-index: 9992;
  position: absolute;
  inset: 0% 0% auto;
}

.button-ghost-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-ghost-small.text-color-white {
  color: #fff;
}

.banner-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.background-video-overlay {
  z-index: 1;
  background-image: radial-gradient(circle at 100%, #fff0 30%, #00000080 69%, #000c), none;
  background-position: 0 0, 0 0;
  background-size: auto, 720px;
  position: absolute;
  inset: 0%;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.header-bottom-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.container-large-6 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navigation-ghost {
  z-index: 999;
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #f5f5f6;
  padding: 16px 5%;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff5805;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.background {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.div-block-542 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #65cd8a73;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.new-circle {
  background-color: #00ff5b;
  border-radius: 100px;
  width: .85rem;
  height: .85rem;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-label-after-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.bas-icon-regular {
  width: 24px;
  height: 24px;
  color: var(--grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

.bas-label-before-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-handle-h {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-image-before {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.booster-script {
  display: none;
}

.bas-wrapper {
  width: 100%;
  max-width: 80rem;
  height: 460px;
  position: relative;
  overflow: hidden;
}

.bas-line-h {
  z-index: 1;
  background-color: #fff;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.icon-section {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-section.padding-big.newsletter {
  text-align: center;
  background-color: #131313;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-section._4rem {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.icon-section._4rem._5--padding {
  padding-left: 5%;
  padding-right: 5%;
}

.icon-section._2rem {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

._0-5rem-spacer {
  height: .5rem;
}

.swiper-pink-wedge-antilles-424 {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.swiper-webflow {
  overflow: hidden;
}

.emergency-logo {
  width: 8rem;
}

@media screen and (min-width: 1920px) {
  .padding-global {
    justify-content: center;
    align-items: center;
  }

  .header-form-lead {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: .5rem;
    flex-flow: column;
    display: flex;
  }

  .cta-footer {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-slide-content_layout {
    max-width: 90rem;
  }
}

@media screen and (max-width: 991px) {
  .container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading {
    font-size: 48px;
  }

  .padding-big.footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-2 {
    font-size: 24px;
  }

  .heading-2.newsletter-heading {
    font-size: 40px;
  }

  .footer-logo.w--current {
    width: 200px;
    margin-bottom: 40px;
  }

  .nav-link.link-block {
    display: none;
  }

  .navbar {
    padding: 24px;
  }

  .h1.center.testimonials-header {
    margin-bottom: 32px;
    font-size: 40px;
  }

  .h1.center.faq-header {
    margin-top: 48px;
    margin-bottom: 48px;
    font-size: 40px;
  }

  .html-embed {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-links {
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .page-header {
    padding-top: 25%;
    padding-bottom: 20%;
  }

  .tetimonials-slider {
    height: 100%;
  }

  .mask {
    width: 100%;
    height: auto;
    margin-left: 0%;
  }

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

  .left-arrow {
    height: 100%;
  }

  .toggle {
    justify-content: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .toggle:hover {
    color: var(--red);
  }

  .toggle.w--open {
    width: 100%;
  }

  .dropdown-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-container {
    padding: 0;
  }

  .menu-wrap {
    background-color: #131313;
    height: auto;
    position: absolute;
  }

  .nav-link-2 {
    text-align: left;
    width: 100%;
  }

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

  .brand-2 {
    margin-right: 10px;
    padding: 0;
  }

  .dropdown-list.w--open {
    padding-top: 0;
    position: static;
  }

  .dropdown {
    width: 100%;
  }

  .navigation-link-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-h1-2 {
    font-size: 40px;
  }

  .footer-logo-2.w--current {
    width: 200px;
    margin-bottom: 40px;
  }

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

  .footer-grid-large, .header-grid {
    grid-template-columns: 1fr;
  }

  .header-content {
    flex-direction: column;
    display: flex;
  }

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

  .header-bottom {
    flex-direction: column;
    align-items: center;
  }

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

  .reviews-badge {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .contact-grid:where(.w-variant-4cac3edc-a489-bbc4-f001-57666d5066fd) {
    flex-flow: column;
  }

  .contact-grid._1-2 {
    grid-template-columns: 1fr;
  }

  .contact-card-2 {
    margin-right: auto;
  }

  .ticker-wrapper {
    width: 95%;
  }

  .contact-card-3 {
    margin-right: auto;
  }

  .m-navigation-icon-button {
    display: block;
  }

  .menu-container {
    flex: 0 auto;
    padding-left: 3%;
    padding-right: 3%;
    overflow: scroll;
  }

  .accordion_title-wrapper.link.hide {
    display: none;
  }

  .card-4.author {
    display: block;
  }

  .social-icon---brix {
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    padding: 4px;
    display: flex;
  }

  .social-icon---brix.facebook {
    display: flex;
  }

  .author-avatar---brix {
    background-color: snow;
    max-width: 100px;
    max-height: 100px;
    margin-top: -55px;
    padding: 3px;
  }

  .desktop-only {
    display: none;
  }

  .cover {
    object-fit: cover;
    width: 100%;
    max-height: 175px;
  }

  .insta-logo {
    width: 25px;
  }

  .dropdown-list-2.w--open {
    position: static;
  }

  .dropdown-toggle {
    color: #ff3128;
    font-size: 22px;
  }

  .dropdown-2 {
    display: block;
  }

  .link-dropdown {
    font-size: 20px;
    line-height: 130%;
  }

  .subtitle {
    font-size: 28px;
  }

  .hero-bg {
    min-height: 100svh;
    padding-left: 5%;
    padding-right: 5%;
  }

  .header-form-lead {
    max-width: none;
  }

  .header-grid-lead {
    grid-template-columns: 1fr;
  }

  .header-column {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .column-large {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

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

  .grid-cta-three {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .master-cta-box {
    max-width: 740px;
    padding: 65px;
  }

  .left-cta-three {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-row {
    grid-template-columns: 1fr;
  }

  .section-data {
    max-width: 100%;
  }

  .cta-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .grid-4x {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }

  .navigation-dropdown-link {
    padding: 10px;
  }

  .toggle-2 {
    color: #7070c2;
    justify-content: flex-start;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .toggle-2:hover {
    color: #4c4cb3;
  }

  .toggle-2.w--open {
    color: #fff;
    background-color: #7070c2;
    width: 100%;
  }

  .help-detail-wrapper {
    flex-direction: column;
  }

  .dropdown-list-3.w--open {
    padding-top: 0;
    position: static;
  }

  .navigation-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .dropdown-container-2 {
    padding: 0;
  }

  .dropdown-wrapper-2 {
    box-shadow: none;
    border-radius: 0;
    padding: 20px 10px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

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

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  ._50-grid {
    width: auto;
  }

  .padding-section-medium, .padding-section-1rem {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .slider-background_wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .slider-background-image {
    object-fit: cover;
    object-position: 80% 50%;
  }

  .heading-style-h2-4 {
    font-size: 2.75rem;
  }

  .typo-zoom-text-wrapper {
    width: 50vw;
  }

  .hero-slide-content_layout {
    height: 100svh;
  }

  .hero-2 {
    max-width: 100%;
  }

  .navigation-menu {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e7;
    padding: 8px 5% 16px;
  }

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .header-section-video {
    padding-left: 5%;
    padding-right: 5%;
  }

  .navigation-container {
    position: static;
  }

  .navigation-brand-divider {
    display: none;
  }

  .menu-button {
    color: #fff;
    background-color: #ff5805;
    padding: 8px;
  }

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

  .navigation-link-ghost {
    color: #434347;
  }
}

@media screen and (max-width: 767px) {
  .button {
    float: none;
    max-width: 300px;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .padding-big.footer-bottom {
    margin-left: 0;
    margin-right: 0;
    padding: 15% 5%;
  }

  .heading-2.newsletter-heading {
    margin-bottom: 40px;
    font-size: 32px;
  }

  .paragraph {
    max-width: none;
  }

  .section.padding-big.newsletter {
    background-color: var(--grey);
    align-items: flex-start;
    padding: 15% 5%;
  }

  .footer-logo, .footer-logo.w--current {
    margin-bottom: 10%;
  }

  .form {
    flex-direction: column;
  }

  .input {
    border-radius: 0;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .form-block {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-container {
    text-align: center;
  }

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

  .nav-menu {
    display: none;
  }

  .h1 {
    font-size: 32px;
  }

  .h1.center.testimonials-header {
    text-align: left;
    margin-top: 24px;
    font-size: 32px;
  }

  .h1.center.faq-header {
    text-align: left;
    max-width: 300px;
    margin: 0 0 32px;
    font-size: 32px;
  }

  .html-embed {
    margin-bottom: 16px;
  }

  .footer-links {
    min-width: 300px;
    margin-bottom: 10%;
  }

  .page-header {
    padding-top: 25%;
    padding-bottom: 17%;
  }

  .button-navigation.black.mobile-only {
    margin-top: 10px;
  }

  .paragraph-3 {
    max-width: none;
  }

  .hero-h1-2 {
    font-size: 32px;
  }

  .footer-logo-2, .footer-logo-2.w--current {
    margin-bottom: 10%;
  }

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

  .footer-grid-large, .header-grid {
    grid-template-columns: 1fr;
  }

  .header-bottom {
    margin-bottom: 44px;
  }

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

  .reviews-badge {
    margin-bottom: 16px;
  }

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

  .module-header-right {
    display: none;
  }

  .container-4 {
    text-align: center;
  }

  .login-bg {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .arrow-button-wrapper---brix {
    width: 44px;
    height: 44px;
  }

  .button-circle-arrow {
    font-size: 16px;
    line-height: 18px;
  }

  .flex-cta-hero-home {
    grid-template-columns: 1fr;
  }

  .subtitle {
    font-size: 26px;
  }

  .header-form-lead {
    padding: .8rem;
  }

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

  .master-cta-box {
    padding: 40px;
  }

  .h2-cta-box {
    font-size: 3rem;
  }

  .section-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .faq-question-bar-2 {
    padding-right: 5px;
  }

  .navigation-dropdown-link {
    padding: 10px;
  }

  .help-detail-wrapper {
    align-items: flex-start;
  }

  .dropdown-list-3.w--open {
    height: 600px;
    overflow: scroll;
  }

  .help-center-wrapper {
    display: none;
  }

  .product-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .navigation-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing17_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .pricing17_feature-list, .div-block-541 {
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logo6_logo {
    max-height: 3rem;
  }

  .logo6_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

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

  .padding-section-1rem {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h2-4 {
    font-size: 2.25rem;
  }

  .typo-zoom-text-wrapper {
    width: 60vw;
  }

  .hero-slide-content_layout {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .navigation-buttons, .banner-block.hide-mobile {
    display: none;
  }

  .icon-section.padding-big.newsletter {
    background-color: var(--grey);
    align-items: flex-start;
    padding: 15% 5%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    max-width: 100vw;
  }

  .heading {
    font-size: 40px;
  }

  .section.padding-big.newsletter {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .link-description, .navigation-wrapper {
    display: none;
  }

  .navigation-left {
    width: 100%;
  }

  .navigation-link-content {
    min-height: 110px;
  }

  .navigation-link-grid {
    grid-template-columns: 1fr 1fr;
  }

  .arrow-link-wrapper {
    display: none;
  }

  .hero-h1-2 {
    font-size: 26px;
  }

  .footer-bottom-wrapper-2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-legal-wrap {
    flex-wrap: wrap;
  }

  .header-wrapper.img {
    padding-top: 25px;
  }

  .header-grid {
    justify-items: center;
  }

  .header-block {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .question-title {
    flex: 1;
  }

  .nav-banner, .announcment-link-wrapper {
    display: none;
  }

  .contact-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .contact-card-2 {
    padding: 24px;
  }

  ._45px-emoji {
    width: 45px;
    margin-left: 10px;
    top: -9px;
  }

  .gradient-l, .gradient-r {
    width: 40px;
  }

  .contact-card-3 {
    padding: 10px;
  }

  .menu-container {
    flex: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .arrow-button-wrapper---brix {
    width: 40px;
    height: 40px;
  }

  .card-4.author {
    padding-bottom: 37px;
  }

  .button-circle-arrow {
    font-size: 15px;
    line-height: 17px;
  }

  .author-avatar---brix {
    width: 36%;
    margin-top: -40px;
  }

  .flex-cta-hero-home {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    max-width: 270px;
  }

  .subtitle {
    font-size: 22px;
  }

  .maincontainer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-footer {
    padding-top: 5rem;
  }

  .header-grid-lead {
    grid-template-columns: 1fr;
  }

  .card_base-2 {
    min-height: 220px;
  }

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

  .grid-cta-three {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .master-cta-box {
    padding: 24px;
  }

  .h2-cta-box {
    font-size: 2.5rem;
  }

  .footer-links-grid {
    grid-template-columns: 1fr;
  }

  .div-block-537 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .cta-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .maincontainer-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .question-title-2 {
    flex: 1;
  }

  .service-grid, .grid-4x {
    grid-template-columns: 1fr;
  }

  .navigation-feature-content {
    display: block;
  }

  .navigation-dropdown-link {
    flex-direction: column;
  }

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

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

  .large-image-block {
    margin-bottom: 16px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .places-card {
    padding-top: 100%;
  }

  .places-card_heading-text {
    font-size: 1.125rem;
  }

  .places-card_desc-text {
    margin-bottom: 0;
  }

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

  .logo6_list {
    flex-flow: column;
  }

  .slider-background-image {
    object-position: 70% 50%;
  }

  .typo-zoom-text-wrapper {
    width: 80vw;
  }

  .header-buttons {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .icon-section.padding-big.newsletter {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

#w-node-_55343453-4140-b8b3-d982-d140da8aa1a0-e6133477, #w-node-_156e1595-defd-b8ac-3f56-fe136abbf154-6abbf150 {
  align-self: center;
}

#w-node-_9f484c45-2d8e-8cac-cfdb-d06ae862d14c-e862d14c {
  justify-self: end;
}

#w-node-_9f484c45-2d8e-8cac-cfdb-d06ae862d157-e862d14c, #w-node-_9f484c45-2d8e-8cac-cfdb-d06ae862d159-e862d14c, #w-node-dfe93822-11be-56c2-403e-8e8ecd51f39d-e862d14c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_268d3825-d87a-947a-e024-b5ba785c7983-785c7977, #w-node-_268d3825-d87a-947a-e024-b5ba785c7985-785c7977 {
  justify-self: center;
}

#w-node-ddc5573e-8e15-25a6-4c5f-79390b738d6e-0b738d6e {
  place-self: stretch stretch;
}

#w-node-aa9116ea-bc76-4c41-4be0-7d004785ff3a-4785ff38 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_94b49e3e-cc33-900e-2928-16c2fa6b935b-bf17a997, #w-node-_94b49e3e-cc33-900e-2928-16c2fa6b935b-681e0666, #w-node-_94b49e3e-cc33-900e-2928-16c2fa6b935b-352e4676, #w-node-_94b49e3e-cc33-900e-2928-16c2fa6b935b-8cce94b8, #w-node-_94b49e3e-cc33-900e-2928-16c2fa6b935b-46515195, #w-node-_94b49e3e-cc33-900e-2928-16c2fa6b935b-49bfc109, #w-node-_94b49e3e-cc33-900e-2928-16c2fa6b935b-225e9d4e, #w-node-_94b49e3e-cc33-900e-2928-16c2fa6b935b-1ada9d55, #w-node-_94b49e3e-cc33-900e-2928-16c2fa6b935b-3e27a687, #w-node-_94b49e3e-cc33-900e-2928-16c2fa6b935b-34427b68, #w-node-_94b49e3e-cc33-900e-2928-16c2fa6b935b-1713f4df, #w-node-_94b49e3e-cc33-900e-2928-16c2fa6b935b-f279ed16, #w-node-_94b49e3e-cc33-900e-2928-16c2fa6b935b-c643f196, #w-node-de640b8f-083e-7882-556c-b4b9b6e80f17-6250de22, #w-node-f2b5e33d-bdfb-9f52-f46e-62a9ab34ed09-d36fceee, #w-node-bc919323-8246-6d51-59b8-c8bbb84067eb-494423f1, #w-node-_94b49e3e-cc33-900e-2928-16c2fa6b935b-725cf1d4, #w-node-_94b49e3e-cc33-900e-2928-16c2fa6b935b-abccdf43, #w-node-_94b49e3e-cc33-900e-2928-16c2fa6b935b-3254338a, #w-node-_94b49e3e-cc33-900e-2928-16c2fa6b935b-c3ad6e7c, #w-node-bc919323-8246-6d51-59b8-c8bbb84067eb-5a3efe49 {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_9f484c45-2d8e-8cac-cfdb-d06ae862d14c-e862d14c {
    align-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9f484c45-2d8e-8cac-cfdb-d06ae862d14c-e862d14c {
    justify-self: auto;
  }

  #w-node-d304df20-13d6-0d8c-5cc8-20dce6698422-e669841e {
    justify-self: center;
  }

  #w-node-d304df20-13d6-0d8c-5cc8-20dce669842c-e669841e, #w-node-e48240f6-6b5e-56e9-dc3c-44ea4cca8714-4cca870f, #w-node-_92939dcb-93e6-19de-3a37-6d326f06dbd7-bf17a997, #w-node-_07657cba-767d-33fc-cc41-7fbc1eda2687-bf17a997, #w-node-_9d146597-5b3b-44cb-622c-135ff94607e8-681e0666, #w-node-_07657cba-767d-33fc-cc41-7fbc1eda2687-681e0666, #w-node-_5a65b45d-d3b5-7bfb-ef92-7adc1b4198fe-352e4676, #w-node-_07657cba-767d-33fc-cc41-7fbc1eda2687-352e4676, #w-node-_12115829-c67b-b9c3-9299-fb50f1aeb5ef-8cce94b8, #w-node-_07657cba-767d-33fc-cc41-7fbc1eda2687-8cce94b8, #w-node-_041c12db-c03d-359d-821f-022222f32f3a-46515195, #w-node-_07657cba-767d-33fc-cc41-7fbc1eda2687-46515195, #w-node-_5d9c359c-b997-0fc5-022b-086c93b7e748-49bfc109, #w-node-_07657cba-767d-33fc-cc41-7fbc1eda2687-49bfc109, #w-node-_89384247-991e-d388-a80c-9eef482cc534-225e9d4e, #w-node-_07657cba-767d-33fc-cc41-7fbc1eda2687-225e9d4e, #w-node-_3ee25c86-87da-6959-f2e7-0472d06c7705-1ada9d55, #w-node-_07657cba-767d-33fc-cc41-7fbc1eda2687-1ada9d55, #w-node-f12c3d75-f64a-d7e8-8fae-38464b4dd8f7-3e27a687, #w-node-_07657cba-767d-33fc-cc41-7fbc1eda2687-3e27a687, #w-node-_12564fcb-8df6-d796-89af-91ec47be2b41-34427b68, #w-node-_07657cba-767d-33fc-cc41-7fbc1eda2687-34427b68, #w-node-_9ac28868-a5fd-8959-1986-0e87a54e54be-1713f4df, #w-node-_07657cba-767d-33fc-cc41-7fbc1eda2687-1713f4df {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9f484c45-2d8e-8cac-cfdb-d06ae862d157-e862d14c, #w-node-_9f484c45-2d8e-8cac-cfdb-d06ae862d159-e862d14c, #w-node-dfe93822-11be-56c2-403e-8e8ecd51f39d-e862d14c {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Suisseintl webm';
  src: url('../fonts/SuisseIntl-SemiBold-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-SemiBold-WebM.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl webm';
  src: url('../fonts/SuisseIntl-SemiBoldItalic-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-SemiBoldItalic-WebM.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl webm';
  src: url('../fonts/SuisseIntl-RegularItalic-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-RegularItalic-WebM.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl webm';
  src: url('../fonts/SuisseIntl-Regular-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-Regular-WebM.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Custom video thumbnail + lightbox */
.video-thumb-wrap{position:relative;cursor:pointer;width:100%;aspect-ratio:1/1;overflow:hidden;}
.video-thumb-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease;}
.video-thumb-wrap:hover img{transform:scale(1.03);}
.video-play-btn{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;}
.video-play-btn span{width:72px;height:72px;background:#e10909;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px rgba(0,0,0,.5);transition:transform .2s ease,background .2s ease;}
.video-thumb-wrap:hover .video-play-btn span{transform:scale(1.1);background:#c00;}
.video-play-btn svg{margin-left:2px;}
#video-lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:9999;align-items:center;justify-content:center;}
#video-lightbox.active{display:flex;}
.video-lightbox-inner{position:relative;max-height:90vh;max-width:calc(90vh * 9/16);}
.video-lightbox-inner video{display:block;max-height:90vh;max-width:100%;}
.video-lightbox-close{position:absolute;top:-2.5rem;right:0;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;line-height:1;padding:0;}

/* Custom accordion FAQ */
.hp-faq { display: flex; flex-direction: column; }
.hp-faq-item { border-bottom: 1px solid rgba(255,255,255,0.1); }
.hp-faq-item:first-child { border-top: 1px solid rgba(255,255,255,0.1); }
.hp-faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .875rem 0; background: none; border: none; color: #fff; font-size: 1rem; font-weight: 600; text-align: left; cursor: pointer; line-height: 1.4; font-family: inherit; }
.hp-faq-chevron { flex-shrink: 0; transition: transform .25s ease; color: rgba(255,255,255,0.5); }
.hp-faq-item.open .hp-faq-chevron { transform: rotate(180deg); }
.hp-faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.hp-faq-item.open .hp-faq-a { max-height: 300px; }
.hp-faq-a p { color: rgba(255,255,255,0.7); font-size: .9375rem; line-height: 1.7; margin: 0; padding-bottom: 1rem; }

/* SES section: text first in DOM; row-reverse on desktop keeps image on left */
@media screen and (min-width: 768px) {
  .ses-contact-grid { flex-direction: row-reverse; }
}
