@font-face {
  font-family: Flecha;
  src: url('../fonts/FlechaMLight.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Whyte Light;
  src: url('../fonts/Whyte-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Whyte book;
  src: url('../fonts/Whyte-Book.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oatmealprotrial;
  src: url('../fonts/OatmealProTRIAL-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oatmealprotrial;
  src: url('../fonts/OatmealProTRIAL-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oatmealprotrial;
  src: url('../fonts/OatmealProTRIAL-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oatmealprotrial;
  src: url('../fonts/OatmealProTRIAL-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oatmealprotrial;
  src: url('../fonts/OatmealProTRIAL-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oatmealprotrial;
  src: url('../fonts/OatmealProTRIAL-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Typekiln Eloquiadisplay;
  src: url('../fonts/Typekiln---EloquiaDisplay-ExtraBold.otf') format("opentype"), url('../fonts/Typekiln---EloquiaDisplay-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Typekiln Eloquiatext;
  src: url('../fonts/Typekiln---EloquiaText-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

:root {
  --khaki: #ffd975;
  --maroon: #840f0f;
  --saddle-brown: #843700;
  --sandy-brown: #ffa765;
  --midnight-blue: #272745;
  --floral-white: #f9f9f1;
  --dark-slate-grey: #175243;
  --lavender: #e9defc;
  --misty-rose: #ffe2d7;
  --light-blue: #d1edfb;
  --olive: #876400;
  --light-goldenrod-yellow: #e6faca;
  --dark-slate-blue: #54356f;
  --misty-rose-2: #ffd4d4;
  --coral: #ff672d;
  --blanched-almond: #ffebc9;
  --black-3: #0f100f;
  --black-2: #080c08;
  --white: white;
  --black: #0f150e;
  --text: #101014;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--primary-600: #6157f8;
  --combine-library--grey-600: #5f6570;
  --combine-library--white: white;
  --combine-library--grey-050: #f2f3f7;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--accent--primary-1: #ffd13a;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --conversion-flow-library--medium-purple: #fffb00;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--coral: #ff8a56;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --waves-library--black: #131313;
  --waves-library--white: white;
  --combine-library--error-100: #ffecec;
  --combine-library--error-800: #e2004f;
  --combine-library--grey-200: #bfc4ce;
  --combine-library--grey-400: #8c94a5;
  --combine-library--grey-100: #d9dce2;
  --combine-library--success-800: #6d9400;
  --combine-library--success-100: #ebf7de;
  --combine-library--primary-800: #472def;
  --combine-library--secondary-600: #00a1c1;
  --combine-library--warning-400: #f8b34b;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Outfit;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.flex.half {
  display: flex;
}

.div-block {
  flex: 0 50%;
}

.div-block.content-wrapper {
  background-color: var(--khaki);
  justify-content: center;
  align-items: center;
  min-height: 46vw;
  padding: 3.75rem 1.875rem;
  display: flex;
}

.div-block.content-wrapper.maroon {
  background-color: var(--maroon);
}

.div-block.bg-image {
  background-image: url('../images/ezgif.com-gif-maker.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content {
  color: var(--saddle-brown);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content.left-align {
  align-items: flex-start;
}

.text-block {
  margin-bottom: 1.875rem;
  font-family: Flecha, sans-serif;
  font-size: 4.375rem;
  font-weight: 300;
  line-height: 100%;
}

.text-block.maroon-section {
  color: var(--sandy-brown);
  font-family: Whyte Light, sans-serif;
  font-weight: 300;
}

.text-block-2 {
  text-align: center;
  letter-spacing: .01em;
  max-width: 33.75rem;
  margin-bottom: 30px;
  font-family: Whyte book, sans-serif;
  font-size: 1.375rem;
  line-height: 1.925rem;
}

.text-block-2.maroon-section {
  color: var(--sandy-brown);
  text-align: left;
  font-family: Whyte Light, sans-serif;
  font-weight: 300;
}

.text-block-2.header {
  font-size: 16px;
  line-height: 1.4rem;
}

.button {
  border: 1px solid var(--saddle-brown);
  background-color: var(--saddle-brown);
  color: var(--khaki);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 15.625rem;
  height: 3.125rem;
  padding: 0 1.25rem;
  font-family: Whyte book, sans-serif;
  font-size: 1rem;
  display: flex;
}

.button:hover {
  background-color: var(--khaki);
  color: var(--saddle-brown);
}

.button.black-button {
  border-color: var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: var(--floral-white);
}

.button.black-button:hover {
  background-color: var(--floral-white);
  color: var(--midnight-blue);
}

.button.sandy-brown {
  border-color: var(--sandy-brown);
  background-color: var(--sandy-brown);
  color: var(--maroon);
}

.button.sandy-brown:hover {
  background-color: var(--maroon);
  color: var(--sandy-brown);
}

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

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

.div-block-4 {
  align-items: center;
  width: 50%;
  display: flex;
}

.small-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 25vw;
  padding: 3.75rem 1.875rem;
  display: flex;
}

.small-content-wrapper.orange {
  background-color: var(--sandy-brown);
  color: var(--midnight-blue);
}

.small-content-wrapper.green {
  background-color: var(--dark-slate-grey);
  color: var(--floral-white);
}

.small-content-wrapper.green.pink-text {
  color: var(--lavender);
}

.small-content-wrapper.brown {
  background-color: var(--saddle-brown);
  color: var(--misty-rose);
}

.small-content-wrapper.sky-blue {
  background-color: var(--light-blue);
  color: var(--olive);
}

.small-content-wrapper.light-green {
  background-color: var(--light-goldenrod-yellow);
  color: var(--dark-slate-blue);
}

.small-content-wrapper.maroon {
  background-color: var(--maroon);
  color: var(--misty-rose-2);
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 28.75rem;
  display: flex;
}

.div-block-5.left-align {
  text-align: right;
  align-items: flex-end;
}

.text-block-3 {
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
  font-family: Whyte Light, sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 2.7rem;
}

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

.text-block-4 {
  max-width: 33.75rem;
  margin-bottom: 1.875rem;
  font-family: Whyte book, sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
}

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

.div-block-6 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.link {
  color: var(--midnight-blue);
  margin-bottom: 1.875rem;
  font-family: Whyte book, sans-serif;
  font-size: 1.125rem;
  line-height: 1.35rem;
}

.link.white {
  color: var(--floral-white);
}

.link.rose {
  color: var(--misty-rose);
}

.link.olive {
  color: var(--olive);
}

.link.dark-slate-blue {
  color: var(--dark-slate-blue);
}

.link.lavender {
  color: var(--lavender);
}

.link.misty-rose {
  color: var(--misty-rose-2);
}

.link-2 {
  color: var(--midnight-blue);
  font-size: 1.125rem;
  line-height: 1.35rem;
  text-decoration: none;
}

.div-block-7 {
  background-image: url('../images/ezgif.com-gif-maker_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.div-block-8 {
  background-color: var(--floral-white);
  color: var(--midnight-blue);
  width: 100%;
  padding: 3.75rem;
}

.div-block-9 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-5 {
  margin-right: 1.875rem;
  font-family: Flecha, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 4rem;
}

.text-block-6 {
  color: var(--sandy-brown);
}

.link-3, .link-4, .link-5 {
  color: var(--sandy-brown);
  text-decoration: none;
}

.newsletter-div {
  background-color: var(--floral-white);
  flex-wrap: wrap;
  height: 14.375rem;
  display: flex;
}

._50 {
  width: 50%;
}

._50.content-left {
  background-color: #f7f6f5;
  padding: 100px 80px 100px 100px;
}

._50.content-right {
  background-image: url('../images/Section02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

._50.list-left {
  color: #101014;
  background-color: #fdd109;
  justify-content: center;
  align-items: center;
  padding: 130px 80px;
  display: flex;
}

._50.list-right {
  background-image: url('../images/mos-sukjaroenkraisri-SHOP_CkCb6w-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  display: flex;
}

._50.global-left {
  border-right: 2px solid #ecebeb;
  padding-left: 100px;
  padding-right: 90px;
}

._50.global-right {
  align-items: center;
  padding-left: 130px;
  padding-right: 140px;
  display: flex;
}

._50.pass-left {
  background-color: #101014;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._50.pass-right {
  padding: 100px 80px;
}

._50.mint-left {
  background-image: url('../images/BG-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 50px;
  padding-right: 30px;
  display: flex;
}

._50.mint-right {
  background-image: url('../images/BG-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 50px;
  padding-right: 30px;
  display: flex;
}

.footer-social-feed {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-signup {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding: 20px 19px;
  display: flex;
}

.footer-signup.asd {
  margin-top: 51px;
}

.footer-signup.line-block-9 {
  background-color: var(--coral);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 5px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Be Vietnam Pro;
  font-weight: 500;
}

.text-block-7 {
  color: var(--midnight-blue);
  margin-bottom: 24px;
  font-family: Whyte Light, sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 120%;
}

.form {
  max-width: none;
  display: none;
}

.text-field {
  border: 1px solid var(--midnight-blue);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 3.125rem;
  min-height: 50px;
  padding: 0 20px;
  font-family: Whyte book, sans-serif;
  font-size: 1rem;
}

.submit-button {
  background-color: var(--midnight-blue);
  color: var(--floral-white);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 3.125rem;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Whyte book, sans-serif;
  font-size: 1rem;
}

.footer-nav-primary {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 60px;
  font-family: Whyte book, sans-serif;
  display: grid;
}

.footer-nav-secondary {
  background-color: var(--midnight-blue);
  color: var(--floral-white);
  justify-content: space-between;
  align-items: center;
  padding: 72px 60px;
  font-family: Whyte book, sans-serif;
  font-size: .75rem;
  line-height: 130%;
  display: flex;
}

.footer-secondary-div {
  display: flex;
}

.link-6 {
  color: var(--floral-white);
  text-decoration: none;
}

.text-block-8 {
  margin-bottom: 24px;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
}

.list-item {
  margin-bottom: 1rem;
}

.link-7 {
  color: var(--midnight-blue);
  font-size: 16px;
  text-decoration: none;
}

.social-links {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-9 {
  color: var(--midnight-blue);
  font-size: 16px;
  text-decoration: none;
}

.image {
  margin-right: 10px;
}

.form-block {
  width: 70%;
  margin-bottom: 0;
  overflow: visible;
}

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

.brand {
  text-align: center;
  font-size: 30px;
  line-height: 1em;
}

.text-block-10 {
  color: var(--midnight-blue);
  font-family: Flecha, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.div-block-10 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 1;
  opacity: 1;
  color: #000;
  mix-blend-mode: normal;
  background-color: #0000;
  justify-content: flex-end;
  margin-left: auto;
  font-family: Whyte book, sans-serif;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.text-block-11 {
  padding: 20px;
}

.nav-link {
  margin-left: 0;
  margin-right: 0;
}

.link-block {
  margin-left: 30px;
}

.link-block.first-link-block {
  margin-left: 10px;
}

.marquee-horizontal {
  z-index: 200;
  background-color: #00f;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-horizontal.test {
  background-color: var(--sandy-brown);
  text-transform: uppercase;
  align-items: flex-start;
  height: 132px;
  font-family: Whyte Light, sans-serif;
  font-weight: 300;
}

.marquee-horizontal.test.marquee-horizontal2 {
  background-color: var(--saddle-brown);
}

.marquee-horizontal.test.marquee-horizontal3 {
  background-color: var(--dark-slate-grey);
}

.marquee-horizontal.test {
  text-transform: uppercase;
  background-color: #ffa765;
  align-items: flex-start;
  height: 132px;
  font-family: Whyte Light, sans-serif;
  font-weight: 300;
}

.marquee-horizontal.test.marquee-horizontal4 {
  background-color: #0000;
  height: 100%;
}

.track-horizontal {
  color: var(--maroon);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.track-horizontal.track-horizontal2 {
  justify-content: flex-end;
  margin-left: -486px;
}

.div-block-46 {
  flex-direction: row;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px 10px;
  display: flex;
}

.div-block-46.for-image {
  border-radius: 4px;
  width: 11.875rem;
  height: 11.875rem;
  margin-left: 0;
  margin-right: .625rem;
  padding: 0;
  overflow: hidden;
}

.text-block-30 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 4.5rem;
}

.text-block-30.second-line {
  color: var(--blanched-almond);
}

.text-block-30.third-line {
  color: var(--lavender);
}

.text-block-31.second-line {
  color: var(--blanched-almond);
}

.text-block-31.third-line {
  color: var(--lavender);
}

.div-block-47 {
  width: 120px;
  height: 120px;
}

.div-block-48 {
  background-color: var(--midnight-blue);
  color: var(--floral-white);
  padding: 5rem 3.75rem;
  font-family: Flecha, sans-serif;
  font-weight: 300;
}

.text-block-32 {
  font-size: 4.875rem;
  line-height: 5.11875rem;
  display: inline;
}

.div-block-49 {
  max-width: 90rem;
  margin-right: auto;
}

.div-block-50 {
  font-size: 4.875rem;
  line-height: 5.11875rem;
  display: inline-block;
  position: relative;
}

.image-2 {
  width: 60px;
  height: 60px;
}

.image-2.first-layer {
  opacity: 1;
  margin-top: 10px;
  position: absolute;
  left: 0;
}

.image-2.second-layer, .image-2.third-layer {
  opacity: 0;
  margin-top: 10px;
  position: absolute;
  left: 0;
}

.div-block-51 {
  max-width: 53rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

.text-block-33 {
  display: inline;
}

.div-block-52 {
  width: 1em;
  min-width: 1em;
  height: 1em;
  min-height: 1em;
  display: inline-block;
}

.text-block-34 {
  border-bottom: 3px solid var(--floral-white);
  color: var(--floral-white);
  text-decoration: none;
  display: inline;
}

.link-block-3 {
  line-height: 5.11875rem;
  text-decoration: none;
}

.div-block-53 {
  width: 60px;
  height: 60px;
  margin-right: 1rem;
  display: inline-block;
}

.section {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: linear-gradient(to top, #00000069, #fff0);
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 75vh;
  margin-top: 0;
  display: flex;
  position: relative;
}

.image-3 {
  height: 30px;
  margin-left: -42px;
}

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

.text-block-35 {
  color: #0f100f;
  font-family: Oatmealprotrial, sans-serif;
  font-weight: 500;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 600;
}

.heading-2.white-faq {
  color: #fff;
  margin-bottom: 120px;
  font-size: 30px;
  font-weight: 500;
}

.heading-2.white-faq.dark {
  color: #03013f;
  margin-bottom: 0;
}

.heading-2.white-faq.dark.bot-pad {
  margin-bottom: 30px;
  display: flex;
}

.heading-2.white-faq.dark.bot-pad.blog {
  color: #fff;
  font-family: Oatmealprotrial, sans-serif;
}

.text-block-36 {
  color: #03013f;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-36.no {
  color: #fff;
  margin-bottom: 0;
  font-family: Oatmealprotrial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
}

.text-block-36.no.mid {
  text-align: left;
}

.text-block-36.no.mid.sd {
  text-align: center;
  width: 670px;
}

.text-block-36.no.mid.sd.bl {
  color: var(--black-3);
  text-align: center;
}

.text-block-36.no.mid.left.bl {
  color: var(--black-3);
}

.text-block-36.no.small {
  font-size: 14px;
  line-height: 28px;
}

.text-block-36.no.small.s {
  margin-bottom: 25px;
}

.text-block-36.no.midsiz {
  margin-bottom: 29px;
  font-size: 15px;
}

.link-13 {
  color: #001dff;
  border-bottom: 1px solid #001dff24;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.link-13:hover {
  border-bottom-color: #001dff;
}

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

.collection-list-wrapper-2 {
  width: 100%;
}

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

.div-block-4223 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 63%;
  display: flex;
}

.div-block-4223.how {
  margin-bottom: 8px;
}

.margin {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.margin.how {
  align-items: center;
}

.margin.div {
  flex-direction: row;
  justify-content: center;
}

.margin.double {
  flex-direction: row;
  align-items: stretch;
  max-width: 100%;
  height: 100vh;
}

.margin.eps {
  align-items: center;
}

.section-base {
  background-color: #0f100f;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.section-base.padd {
  background-color: #0f150e;
  border-bottom: 1px solid #343434;
  height: auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

.section-base.padd.white {
  background-color: #fff9f4;
  padding-top: 174px;
  padding-bottom: 174px;
}

.section-base.padd.rel {
  background-color: #0f100f;
  border-bottom-color: #34343473;
  align-items: flex-start;
  height: 1050px;
  display: none;
  position: relative;
}

.section-base._2 {
  background-color: var(--black-2);
  border-bottom: 1px solid #34343473;
  padding-top: 130px;
  padding-bottom: 130px;
}

.section-base._2.s {
  padding-top: 133px;
  padding-bottom: 0;
  display: none;
}

.section-base._2.whi {
  background-color: #fffdf8;
}

.section-base.how {
  background-color: var(--black-3);
  border-bottom: 1px solid #4e4e4e5c;
  padding-top: 160px;
  padding-bottom: 171px;
}

.section-base.how.m, .section-base.how.d {
  display: none;
}

.section-base.foot {
  background-color: #120505;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding-top: 66px;
  padding-bottom: 53px;
  display: none;
}

.section-base.how-copy {
  background-color: var(--black-3);
  border-bottom: 1px solid #4e4e4e5c;
  padding-top: 160px;
  padding-bottom: 171px;
}

.section-base.how-copy.m {
  display: none;
}

.section-base.line {
  border-bottom: 1px solid #4848485c;
}

.section-base.line.jj {
  background-color: #151715;
}

.section-base.nopad {
  background-image: url('../images/bg.svg');
  background-position: 100%;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section-base.nopad.dt {
  background-color: #f9f6ee;
  background-image: none;
  background-position: 0 0;
  height: 100vh;
}

.section-base.nopad.mob {
  display: none;
}

.section-base.epl {
  background-image: linear-gradient(360deg, #0f100f 58%, #0000), url('../images/2_1.png'), url('../images/1_1.png');
  background-position: 0 0, 105% 40px, -40px 50px;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 288px, 288px;
  border-top: 1px solid #5a5a5a61;
  justify-content: center;
  display: flex;
}

.section-base.epl.hide {
  display: none;
}

.div-block-4307 {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.div-block-4308 {
  z-index: 5;
  -webkit-text-fill-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30%;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.text-block-37 {
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
  font-family: Oatmealprotrial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.text-block-37.bl {
  color: var(--black-3);
}

.div-block-4309 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-4310 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 300px;
  display: flex;
  position: relative;
}

.text-block-38 {
  color: var(--white);
  text-align: center;
  letter-spacing: -2px;
  width: 700px;
  margin-bottom: 0;
  font-family: Be Vietnam Pro;
  font-size: 45px;
  font-weight: 500;
  line-height: 58px;
}

.image-4 {
  width: 250px;
  height: auto;
  margin-bottom: 35px;
}

.div-block-4311 {
  width: 100%;
  padding: 78px 66px 66px;
}

.div-block-4311._20 {
  background-image: url('../images/bg_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  height: 100%;
  padding-top: 170px;
  padding-bottom: 148px;
  display: flex;
}

.div-block-4311.s.asd:hover {
  opacity: 1;
}

.heading-3 {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oatmealprotrial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 25px;
}

.heading-3._2 {
  color: var(--black);
  margin-left: 5px;
}

.heading-3.inv {
  color: var(--black);
}

.heading-3.mo {
  font-size: 25px;
}

.heading-3.mo.bl {
  color: #000;
}

.heading-3.smaller {
  text-align: center;
  font-size: 23px;
  font-weight: 500;
}

.div-block-4312 {
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
  display: flex;
}

.div-block-4312.padd {
  width: 100%;
  margin-bottom: 33px;
}

.div-block-4312.s {
  flex-direction: row;
  margin-bottom: 25px;
}

.div-block-4312.left {
  justify-content: flex-start;
}

.div-block-4312.left.padmin {
  margin-bottom: 28px;
}

.div-block-4312.full {
  width: 100%;
  margin-bottom: 48px;
}

.div-block-4312.epl {
  margin-bottom: 47px;
}

.image-5 {
  text-align: center;
  width: 230px;
  height: 100%;
  margin-top: -52px;
  margin-left: -22px;
  margin-right: 6px;
}

.image-5.inv {
  filter: invert();
}

.image-5.s {
  width: 200px;
  margin-top: -38px;
}

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

.grid-statistics-4x.grid-2-row-mobile {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-statistics-4x.grid-2-row-mobile:hover {
  mix-blend-mode: normal;
}

.grid-statistics-4x.grid-2-row-mobile._4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 50px;
}

.block-01 {
  background-image: url('../images/Card-BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 280px;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  position: relative;
}

.card-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 200px;
  margin-bottom: 15px;
}

.sub-heading-regular {
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oatmealprotrial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
}

.sub-heading-regular.inv {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.sub-heading-regular.none {
  margin-top: 0;
  margin-bottom: 0;
}

.sub-heading-regular.bl {
  color: var(--black);
}

.sub-heading-regular.timeshare {
  color: #101014;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Be Vietnam Pro;
  font-size: 13px;
  font-weight: 500;
  line-height: 1em;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.web-desc {
  color: var(--white);
  margin-top: 10px;
  font-family: Oatmealprotrial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.paragraph-small.web-desc.inv {
  color: var(--black);
}

.paragraph-small.web-desc.s {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  line-height: 20px;
}

.paragraph-small.web-desc.bl {
  color: var(--black-3);
}

.heading-3-copy {
  color: #0f100f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oatmealprotrial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 25px;
}

.heading-3-copy._2 {
  margin-left: 5px;
}

.image-5-copy {
  width: 260px;
  height: auto;
  margin-top: -23px;
  margin-left: -22px;
}

.image-5-copy.inv {
  filter: invert();
  margin-left: -21px;
}

.div-block-4313 {
  margin-bottom: 90px;
}

.asda {
  color: #0f1326;
  text-align: left;
  width: 700px;
  font-family: Oatmealprotrial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
}

.asda.no {
  color: #fff;
  margin-bottom: 0;
  font-family: Oatmealprotrial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
}

.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: 260px;
  display: flex;
}

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

.non-main {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oatmealprotrial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 25px;
}

.heading-1._2 {
  margin-left: 5px;
}

.heading-1.bl {
  color: #1b1f22;
}

.div-block-4314 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-4314.left {
  align-items: flex-start;
}

.image-6 {
  width: 150px;
}

.asd {
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
}

.asd:hover {
  opacity: .9;
}

.asd._1 {
  margin-right: 15px;
}

.image-6-copy {
  filter: invert();
  width: 150px;
}

.div-block-4315 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  width: 160px;
  position: absolute;
  top: 636.877px;
  right: -53px;
}

.image-7._2 {
  width: 180px;
  top: auto;
  right: 174px;
}

.image-7._3 {
  width: 70px;
  inset: auto auto -36% 37px;
}

.image-7._5 {
  width: 70px;
  top: 829.877px;
  right: 192px;
}

.image-7._1 {
  width: 150px;
  top: auto;
  right: -29px;
}

.div-block-4316 {
  z-index: 99;
  mix-blend-mode: soft-light;
  background-color: #f0e7d205;
  width: 100%;
  height: 589px;
  display: none;
  position: absolute;
}

.image-8 {
  width: 130px;
  position: absolute;
  bottom: 343.99px;
  left: 183px;
}

.image-9 {
  width: 190px;
  position: absolute;
  bottom: 53.802px;
  left: 396px;
}

.image-10 {
  width: 145px;
  position: absolute;
  bottom: 364.99px;
  right: 211px;
}

.image-11 {
  width: 160px;
  position: absolute;
  bottom: 162.802px;
  right: 439px;
}

.div-block-4223-copy {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 63%;
  display: flex;
}

.frame {
  display: flex;
}

.showcase-footer {
  background-color: #f2f0f0;
  border-radius: 32px;
  max-width: 50%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.main-2 {
  width: 100%;
  max-width: 1200px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 128px;
  padding-bottom: 128px;
}

.button-2 {
  background-color: #1381ed;
  border-radius: 8px;
  transition: all .2s;
}

.button-2:hover {
  background-color: #2e97ff;
}

.footer-text {
  margin-bottom: 32px;
}

.showcase-explanation {
  max-width: 50%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.track {
  height: 200vw;
}

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

.item {
  flex: none;
  width: 350px;
  height: 400px;
  padding: 40px;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.showcase {
  perspective: 1280px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.divider-128 {
  height: 128px;
}

.list-2 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.sticky_top-line {
  background-color: #52bedc;
  width: 100%;
  height: .16em;
}

.horizontal-trigger {
  position: absolute;
  inset: 0% 0% auto;
}

.sticky_top {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.fixed_backgroumd {
  z-index: -1;
  opacity: 1;
  background-color: #0e0f0e;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card_img {
  z-index: 1;
  object-fit: cover;
  border-radius: 100vw;
  width: 250px;
  height: 400px;
  margin: 5.6em auto -6.7em;
  display: block;
  position: relative;
}

.blue_span {
  color: #52bedc;
}

.card {
  color: #fff;
  background-color: #151615;
  border: 2px #000;
  border-radius: 8px;
  width: 100%;
  padding: 0;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.card_icon {
  flex: none;
  width: 3em;
}

.horizontal-item {
  flex: none;
  width: 40%;
  padding-right: 20px;
}

.horizontal-sticky {
  width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky_title {
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  padding-right: 1em;
  font-weight: 400;
}

.wrapper {
  width: 100%;
}

.container-2 {
  width: 100%;
  max-width: 1440px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
}

.container-2.is--sticky {
  background-color: #0e0f0e;
  background-image: url('../images/bg.svg');
  background-position: 0 0;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 60px;
  display: flex;
}

.card_blue {
  z-index: 1;
  background-color: #52bedc4d;
  background-image: linear-gradient(#52bedc4d, #fcee0a);
  width: 100%;
  height: 10%;
  position: absolute;
  inset: 0%;
}

.card_back-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card_top {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  height: 350px;
  display: flex;
  position: relative;
}

.horizontal-section {
  background-color: #0e0f0e;
  border-bottom: 1px solid #4b4b4b6e;
  width: 100%;
  display: none;
  position: relative;
}

.div-block-4317 {
  padding: 68px;
}

.card-image-copy {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 250px;
}

.text-block-39 {
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.text-block-40 {
  color: #fff;
  margin-bottom: 0;
  font-family: Oatmealprotrial, sans-serif;
  font-size: 12px;
  line-height: 24px;
}

.text-block-40.imag {
  color: #575757;
  text-align: center;
  margin-top: 12px;
  margin-left: -36px;
  font-size: 10px;
}

.text-block-40.mid {
  text-align: center;
}

.text-block-40.timeshare {
  color: #101014;
  font-family: Be Vietnam Pro;
  font-size: 13px;
  line-height: 23px;
}

.heading-49-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oatmealprotrial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-copy {
  width: 60%;
  margin-bottom: 60px;
}

.div-copy._2 {
  justify-content: flex-start;
  width: 40%;
  margin-bottom: 0;
  display: flex;
  position: sticky;
  top: 140px;
}

.div-copy.stick {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.heading-47-copy {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1em;
}

.margin1 {
  border-style: none;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.margin1.we {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-108 {
  width: 70%;
  margin-bottom: 60px;
}

.image-43 {
  width: 30px;
  margin-bottom: 20px;
}

.div-block-4312-copy {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

.div-block-4312-copy.padd {
  width: 100%;
  margin-bottom: 33px;
}

.div-block-4312-copy.s {
  margin-bottom: 25px;
}

.div-block-4312-copy.sticky {
  width: auto;
  margin-bottom: 45px;
  position: static;
}

.image-5-copys {
  width: auto;
  height: 100%;
  margin-top: -34px;
  margin-left: -12px;
}

.image-5-copys.inv {
  filter: invert();
}

.image-5-copys.mo {
  width: 180px;
  height: auto;
}

.image-5-copys.mo.s {
  margin: 0 15px 0 0;
}

.div-block-4318 {
  flex-direction: column;
  width: 40%;
  margin-bottom: 15px;
  display: flex;
  position: sticky;
  top: 113px;
}

.icon {
  filter: contrast(200%) hue-rotate(181deg) invert();
  object-fit: contain;
  width: 50px;
  max-width: none;
  height: 40px;
  margin-bottom: 15px;
}

.icon._2 {
  width: 45px;
}

.icon.epl {
  filter: none;
}

.icon.epl.white {
  filter: invert();
}

.image-44 {
  width: 100px;
}

.text-span, .text-span-2 {
  font-family: Be Vietnam Pro;
  font-weight: 900;
}

.div-block-4319 {
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 600px;
  margin-bottom: 0;
  padding: 17px;
  display: flex;
  position: relative;
}

.image-45, .image-46, .image-47 {
  width: 80%;
  position: absolute;
}

.div-block-4320 {
  width: 700px;
}

.div-block-4320.mid {
  text-align: center;
  margin-bottom: 35px;
}

.div-block-4321 {
  justify-content: center;
  width: 800px;
  display: flex;
}

.image-48 {
  width: 140px;
  margin-bottom: 16px;
  padding: 20px;
}

.div-block-4322 {
  background-color: #131313;
  border-radius: 9px;
  flex-direction: column;
  align-items: center;
  width: 250px;
  margin-left: 9px;
  margin-right: 9px;
  padding: 0;
  display: flex;
}

.text-block-41 {
  color: var(--white);
  font-family: Be Vietnam Pro;
  font-size: 15px;
  font-weight: 700;
}

.text-block-41._2 {
  font-family: Be Vietnam Pro;
  font-size: 12px;
  font-weight: 500;
}

.div-block-4323 {
  text-align: center;
  background-color: #181717;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  padding: 26px;
}

.image-49 {
  width: 60%;
  margin-left: 36px;
  margin-right: auto;
}

.div-block-4324 {
  width: 50%;
  padding: 24px;
}

.div-block-4325 {
  width: 50%;
}

.text-block-42 {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-family: Oatmealprotrial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 33px;
}

.newsletter-div-2 {
  background-color: var(--black-3);
  flex-wrap: wrap;
  height: 14.375rem;
  display: flex;
}

.submit-button-2 {
  background-color: var(--coral);
  color: #f9f9f1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 3.125rem;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Be Vietnam Pro;
  font-size: 15px;
  font-weight: 500;
}

.submit-button-2:hover {
  background-color: #db5724;
}

.track-horizontal-2 {
  color: #840f0f;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-field-2 {
  border: 1px #272745;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: auto;
  min-height: 50px;
  padding: 12px 20px;
  font-family: Be Vietnam Pro;
  font-size: 15px;
  font-weight: 500;
}

.div-block-4326 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.inv {
  border: 1px none var(--white);
  filter: hue-rotate(180deg) invert();
  width: 45px;
  margin-right: 0;
}

.inv.s {
  margin-bottom: 5px;
}

.link-block-4 {
  cursor: pointer;
  background-color: #1f1f1f;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 31px;
  margin-right: 31px;
  padding: 12px;
  display: flex;
}

.link-block-4:hover {
  opacity: .84;
}

.div-block-4327 {
  flex-direction: column;
  align-items: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.foot {
  color: var(--white);
  text-align: center;
  margin-bottom: 26px;
  font-family: Oatmealprotrial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}

.foot-copy {
  color: #5f5f5f;
  text-align: center;
  margin-top: 52px;
  margin-bottom: 0;
  font-family: Oatmealprotrial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 33px;
}

.image-50 {
  width: 75%;
  margin-left: -18px;
}

.image-45-copy, .image-46-copy, .image-47-copy {
  width: 80%;
  position: absolute;
}

.text-block-36-copy {
  color: #03013f;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-36-copy.no {
  color: #fff;
  margin-bottom: 0;
  font-family: Oatmealprotrial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
}

.text-block-36-copy.no.mid {
  text-align: center;
}

.text-block-36-copy.no.small {
  font-size: 14px;
  line-height: 28px;
}

.text-block-36-copy.no.small.s {
  margin-bottom: 25px;
}

.text-block-36-copy.no.midsiz {
  margin-bottom: 29px;
  font-size: 15px;
}

.div-block-4321-copy {
  justify-content: center;
  width: 800px;
  display: flex;
}

.hote {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 90px;
  display: flex;
}

.hote.padd {
  width: 100%;
  margin-bottom: 33px;
}

.hote.s {
  margin-bottom: 25px;
}

.hote.left {
  justify-content: flex-start;
}

.inv-copy {
  filter: brightness(0%) hue-rotate(180deg) invert();
  width: 45px;
  margin-right: 15px;
}

.form-2 {
  width: auto;
  display: block;
}

.submit-button-3 {
  color: var(--black);
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  width: 150px;
  font-weight: 400;
}

.text-field-3 {
  border-radius: 5px;
  width: 100%;
}

.background-video {
  z-index: auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.form-block-2 {
  width: 500px;
  margin-bottom: 22px;
}

.bold-text {
  width: 100%;
}

.video {
  position: absolute;
}

.youtube {
  height: auto;
  display: none;
  position: absolute;
}

.form-block-3 {
  margin-bottom: 0;
}

.form-3 {
  max-width: 860px;
  display: flex;
}

.text-field-4 {
  border: 1px solid #272745;
  border-radius: 5px;
  height: auto;
  min-height: auto;
  margin-bottom: 22px;
  padding: 15px 20px;
  font-family: Oatmealprotrial, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.submit-button-4 {
  background-color: var(--coral);
  color: #f9f9f1;
  cursor: pointer;
  border-radius: 7px;
  height: auto;
  padding: 13px 27px;
  font-family: Oatmealprotrial, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block-4328 {
  flex-direction: column;
  display: flex;
}

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

.error-message {
  background-color: var(--maroon);
}

.column {
  background-color: var(--black-3);
  mix-blend-mode: normal;
  object-fit: cover;
  height: auto;
  min-height: 550px;
  position: relative;
  overflow: visible;
}

.form-block-4 {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.field-label {
  color: var(--white);
  white-space: normal;
  font-family: Oatmealprotrial, sans-serif;
}

.field-label-2 {
  color: var(--white);
  font-family: Oatmealprotrial, sans-serif;
}

.form-4 {
  object-fit: fill;
  padding: 40px 60px;
}

.heading-4 {
  color: var(--white);
  padding-bottom: 10px;
  font-size: 30px;
}

.text-field-5 {
  background-color: #ffffff8f;
  border: 5px #0000;
  border-radius: 5px;
}

.text-field-6 {
  background-color: #ffffff8f;
  border: 1px #0000;
  border-radius: 5px;
}

.text-field-7, .text-field-8 {
  background-color: #ffffff8f;
  border-radius: 5px;
}

.submit-button-5 {
  float: right;
  background-color: var(--saddle-brown);
  width: 150px;
  margin-top: 10px;
  padding-top: 10px;
}

.column-2 {
  background-color: var(--black-3);
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding: 40px 60px;
  display: flex;
}

.textarea {
  background-color: #ffffffa6;
  border-radius: 5px;
}

.field-label-3, .field-label-4 {
  color: var(--white);
  font-family: Oatmealprotrial, sans-serif;
}

.text-field-9, .text-field-10 {
  background-color: #ffffffa6;
  border-radius: 5px;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-2 {
  display: block;
  overflow: hidden;
}

.section-3 {
  background-color: var(--black);
  color: var(--white);
  font-family: Oatmealprotrial, sans-serif;
}

.section-3.sp {
  background-color: #111311;
  align-items: center;
  height: 100vh;
  padding-top: 154px;
  padding-bottom: 154px;
  display: flex;
}

.heading-5 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Oatmealprotrial, sans-serif;
}

.paragraph {
  padding-left: 60px;
  padding-right: 60px;
}

.heading-6 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  display: flex;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.video-2 {
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
}

.text-block-43 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1em;
}

.text-block-44, .text-block-45 {
  text-align: center;
  font-size: 24px;
  line-height: 1em;
}

.div-block-4329 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4330 {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
}

.heading-7 {
  margin-left: 40px;
  margin-right: 40px;
  font-size: 25px;
  font-weight: 200;
  line-height: 1em;
}

.image-51 {
  width: 200px;
}

.collab {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collab.how {
  margin-bottom: 8px;
}

.image-52 {
  width: 140px;
}

.div-block-4331 {
  background-color: #38383863;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.form-block-5 {
  width: 100%;
}

.div-block-150-2-home {
  background-color: #fff;
  background-image: url('../images/Visual-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.div-block-142 {
  background-color: #0000;
  border: 1px solid #0000001c;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 350px;
  padding: 23px;
  display: flex;
}

.tab-link-tab-2 {
  cursor: pointer;
  background-color: #a1a1a173;
  border: 1px solid #0000001c;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 13px;
  display: flex;
}

.tab-link-tab-2:hover {
  background-color: #f3f3f3;
}

.tab-link-tab-2.w--current {
  background-color: var(--white);
  color: var(--black-3);
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 0 13px;
  display: flex;
}

.div-block-144 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-145 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 13px;
  display: flex;
}

.button-2-copy {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  width: 100%;
  margin-left: 0;
  padding: 10px 9px;
  font-size: 12px;
  font-weight: 600;
}

.button-2-copy:hover {
  color: #fff;
  background-color: #ff9168;
}

.image-53 {
  margin-bottom: 27px;
}

.tabs-menu-5 {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.image-10-copy {
  width: 20px;
  margin-bottom: 0;
  margin-right: 12px;
}

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

.text-block-68-copy {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.price-meta-info1 {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.price-meta-info1.green {
  color: #55b24a;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.image-11-buttons {
  width: 150px;
  margin-bottom: 40px;
}

.tabs {
  flex-direction: column;
  align-items: center;
  width: 700px;
  display: flex;
  position: static;
}

.form-block-traveller {
  width: 500px;
  margin-bottom: 22px;
}

.background-video-2 {
  width: 100%;
  height: 75vh;
  position: absolute;
}

.button-3 {
  background-color: var(--coral);
  color: var(--black-3);
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  margin-right: 15px;
  padding: 11px 11px 8px 10px;
  font-family: Be Vietnam Pro;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
}

.button-3:hover {
  background-color: #e55e2b;
}

.section-4 {
  padding-top: 66px;
  padding-bottom: 66px;
}

.div-block-4333 {
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-4334 {
  width: 30%;
  position: relative;
}

.div-block-4335 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.grid-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.div-block-108-copy {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 120px;
  margin-bottom: 0;
  display: flex;
}

.text-span-3 {
  font-family: Be Vietnam Pro;
}

.image-54 {
  width: 68%;
  position: absolute;
  bottom: -74.223px;
  left: -8px;
}

.image-54._2 {
  z-index: 2;
  width: 48%;
  bottom: -175.152px;
  left: 138px;
}

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

.div-block-4337 {
  background-image: url('../images/ad.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: auto;
}

.pow {
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Be Vietnam Pro;
  font-size: 10px;
  font-weight: 400;
  line-height: 32px;
}

.pow.inv {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.pow.none {
  margin-top: 0;
  margin-bottom: 0;
}

.pow.bl {
  color: var(--black);
}

.footer-powered-by {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 50px;
  text-decoration: none;
  display: flex;
}

.footer-powered-by:hover {
  opacity: .82;
}

.footer-powered-by.powered-by-div {
  margin-top: 0;
  margin-bottom: 30px;
}

.image-55 {
  width: 80px;
}

.text-block-46 {
  margin-bottom: 20px;
  font-family: Be Vietnam Pro;
  font-size: 12px;
  font-weight: 700;
}

.section-5 {
  z-index: 99999;
  background-color: var(--coral);
  height: 40px;
  display: flex;
  position: relative;
}

.link-block-5 {
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.text-block-47 {
  color: var(--floral-white);
  font-family: Oatmealprotrial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-47.larger-text {
  font-size: 14px;
}

.epl-steps {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  width: 100%;
}

.text-span-4, .text-span-5 {
  color: var(--coral);
}

.text-span-6 {
  color: var(--coral);
  text-decoration: none;
}

.text-span-7 {
  color: var(--white);
  text-decoration: underline;
}

.text-span-8 {
  color: var(--coral);
  text-decoration: none;
}

.link-14 {
  text-decoration: none;
}

.div-block-4339 {
  width: 100%;
  margin-top: 33px;
}

.text-block-48 {
  color: #5c5c5c;
  font-size: 10px;
}

.div-block-4340 {
  background-color: #3d3d3d33;
  border: 1px solid #7474743d;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 71px;
  padding: 19px 31px 22px;
  display: flex;
}

.image-56 {
  width: 80px;
}

.div-block-4341 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-49 {
  color: #fff;
  margin-left: 19px;
  margin-right: 19px;
  font-family: Oatmealprotrial, sans-serif;
  font-weight: 600;
}

.image-57 {
  opacity: .26;
  width: 100px;
  margin-top: 35px;
}

.text-block-50 {
  color: #fff;
  margin-bottom: 15px;
  font-family: Oatmealprotrial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-block-51 {
  color: #fff;
  margin-bottom: 40px;
  font-family: Oatmealprotrial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-decoration: underline;
}

.link-15 {
  text-decoration: none;
}

.link-16 {
  color: var(--coral);
  text-decoration: none;
}

.container-3 {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-3.mid-size {
  max-width: 1100px;
}

.container-3.intro-container {
  max-width: 1180px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-3.minting-container {
  padding-top: 120px;
  padding-bottom: 120px;
}

.container-3.mint-nft-container, .container-3.how-to-mint-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-3.redeem-container {
  padding-top: 100px;
  padding-bottom: 75px;
}

.container-3.terms-container {
  padding-top: 80px;
  padding-bottom: 100px;
}

.container-3.faq-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-3.tag-container {
  object-fit: fill;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: visible;
}

.container-3.terms-container-2 {
  padding-top: 80px;
  padding-bottom: 100px;
}

.section-6 {
  background-image: url('../images/Top-banner_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.flex-v.header-div {
  color: var(--white);
  align-items: center;
  padding-top: 115px;
  padding-bottom: 100px;
  font-family: Oatmealprotrial, sans-serif;
}

.flex-v.nft-section {
  color: var(--white);
  align-items: center;
  padding-top: 65px;
  padding-bottom: 65px;
}

.flex-v.arsenal-experience {
  text-align: center;
  align-items: center;
  width: 600px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.flex-v.align-center {
  align-items: center;
}

.flex-v.align-center.intro-right {
  border: 0px solid var(--coral);
  padding-bottom: 30px;
}

.flex-v.passes-wrapper {
  align-items: center;
  width: 100%;
  padding-top: 85px;
  padding-bottom: 85px;
}

.flex-v.feature-wrapper {
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 140px;
}

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

.flex-v.nft-stay-tune {
  align-items: center;
  padding-top: 75px;
  padding-bottom: 0;
}

.flex-h {
  justify-content: center;
  display: flex;
}

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

.flex-h.checkbox-div.list-checbox {
  margin-bottom: 10px;
  font-family: Be Vietnam Pro;
  font-size: 13px;
}

.flex-h.checkbox-div.arsenal {
  margin-top: 60px;
}

.flex-h.checkbox-div.form {
  justify-content: flex-start;
  margin-bottom: 5px;
}

.flex-h.checkbox-wrapper {
  justify-content: space-between;
  width: 1000px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.flex-h.align-center {
  align-items: center;
}

.flex-h.align-center.arsenal {
  justify-content: center;
}

.flex-h.footer-links {
  justify-content: center;
  width: 580px;
  margin-top: 50px;
}

.flex-h.footer-socials {
  justify-content: space-between;
  width: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.flex-h.footer-credits {
  justify-content: center;
  align-items: center;
  width: 100%;
}

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

.flex-h.full-height {
  align-items: stretch;
}

.flex-h.nft-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-h.pass-flex {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-h.nft-div {
  align-items: center;
  margin-top: 45px;
  margin-bottom: 40px;
}

.flex-h.nft-checklist {
  justify-content: space-between;
  width: 100%;
}

.flex-h.align-left {
  justify-content: flex-start;
}

.flex-h.align-left.logo-div {
  justify-content: flex-start;
  align-items: center;
}

.flex-h.mint-nft {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-h.matches-div, .flex-h.minting-desc {
  justify-content: space-between;
}

.flex-h.referral-checklist {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.text-block-52 {
  text-align: center;
  max-width: 320px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Be Vietnam Pro;
  font-size: 15px;
}

.text-block-53 {
  font-family: Outfit;
  font-size: 27px;
  font-weight: 500;
  line-height: 1em;
}

.section-7 {
  background-color: #120505;
}

.text-block-54 {
  text-align: center;
  width: 325px;
  margin-top: 15px;
  font-family: Be Vietnam Pro;
  font-size: 13px;
  line-height: 16px;
}

.dark-divider {
  border-bottom: 2px solid #251919;
  width: 400px;
}

._35 {
  width: 35%;
}

._35.global-left {
  color: var(--white);
  background-color: #e9423c;
  padding: 85px 65px 85px 100px;
}

._65 {
  width: 65%;
}

._65.global-right {
  background-image: url('../images/section-5.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
}

.text-block-55 {
  text-align: center;
  max-width: 500px;
  font-family: Outfit;
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}

.text-block-56 {
  text-align: center;
  width: 290px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Be Vietnam Pro;
  font-size: 15px;
  line-height: 19px;
}

.new-listing-wrapper {
  background-color: var(--white);
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  width: 400px;
  margin-bottom: -45px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 25px 10px;
}

.new-listing-wrapper.prop-section {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fffffff2;
  background-clip: border-box;
  margin-bottom: 0;
  padding-bottom: 30px;
  box-shadow: 7px 7px 9px 1px #0009;
}

.new-listing-wrapper.first-section {
  opacity: .95;
  margin-bottom: 0;
  padding-bottom: 30px;
  box-shadow: 7px 7px 9px 1px #0009;
}

.section-8 {
  background-color: var(--coral);
  padding-top: 35px;
  padding-bottom: 35px;
}

.text-block-57 {
  color: var(--white);
  margin-left: 20px;
  font-family: Be Vietnam Pro;
  font-size: 13px;
  font-weight: 600;
}

.submit-button-6 {
  color: var(--white);
  background-color: #353ce5;
  border-radius: 6px;
  padding: 8px 25px;
  font-family: Be Vietnam Pro;
  font-size: 12px;
}

.text-block-58 {
  color: #060104;
  margin-bottom: 20px;
  font-family: Be Vietnam Pro;
  font-size: 9px;
  line-height: 11px;
}

.text-field-11 {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  font-family: Be Vietnam Pro;
  font-size: 13px;
}

._40 {
  width: 40%;
}

._40.intro-left {
  background-color: var(--floral-white);
  background-image: url('../images/bg_1.svg');
  background-position: 0 0;
  background-size: 750px;
  background-attachment: fixed;
  align-items: center;
  padding-left: 80px;
  padding-right: 70px;
  display: flex;
}

._40.prop-left {
  color: var(--white);
  background-color: #160204;
  align-items: center;
  padding: 100px 90px 100px 100px;
  display: flex;
}

._40.pass-right {
  padding-top: 80px;
  padding-bottom: 100px;
  padding-right: 70px;
}

._60 {
  width: 60%;
}

._60.intro-right {
  background-color: var(--text);
}

._60.prop-right {
  background-image: url('../images/edvin-johansson-rlwE8f8anOc-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

._60.pass-left {
  background-color: #101014;
}

.text-block-59 {
  color: var(--white);
  font-family: Be Vietnam Pro;
  font-size: 10px;
  font-weight: 500;
}

.grid-7 {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.section-9 {
  background-color: var(--floral-white);
  border-bottom: 2px solid #ecebeb;
}

.grid-8 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 45px;
}

.pass-steps {
  background-color: var(--floral-white);
  border: 1px solid #dcdbda;
  border-radius: 6px;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.number {
  background-color: var(--coral);
  color: #f7f6f5;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  display: flex;
}

.text-block-60 {
  color: #101014;
  margin-left: 15px;
  font-family: Be Vietnam Pro;
  font-size: 12px;
  font-weight: 500;
}

.text-block-61 {
  color: var(--text);
  font-family: Be Vietnam Pro;
  font-size: 22px;
  font-weight: 600;
}

.text-block-62 {
  color: var(--text);
  margin-top: 12px;
  margin-bottom: 70px;
  font-family: Be Vietnam Pro;
  font-size: 13px;
  font-weight: 500;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 25px;
}

.nights-div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-63 {
  color: var(--text);
  font-family: Be Vietnam Pro;
  font-size: 11px;
  font-weight: 600;
}

.text-block-64 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Outfit;
  font-size: 35px;
  font-weight: 500;
  line-height: 1em;
}

.text-block-65 {
  color: var(--text);
  font-family: Be Vietnam Pro;
  font-size: 9px;
  font-weight: 600;
}

.section-10 {
  background-color: #f7f6f5;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  width: 100%;
  margin-bottom: 60px;
}

.div-block-4342 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 135px;
  display: flex;
}

.text-block-66 {
  color: #120505;
  font-family: Be Vietnam Pro;
  font-size: 15px;
  font-weight: 600;
}

.text-block-67 {
  color: #231f20;
  font-family: Be Vietnam Pro;
}

.image-58 {
  width: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-58.height {
  margin-bottom: 32px;
}

.image-58.globe {
  margin-bottom: 18px;
}

.grid-11 {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.div-block-4343 {
  color: #120505;
  align-items: center;
  font-family: Be Vietnam Pro;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.div-block-4343.pass-checkbox {
  margin-bottom: 14px;
}

.image-59 {
  margin-right: 15px;
}

.image-59.pass-icon, .image-59.rev-icon {
  width: 35px;
}

.text-block-68 {
  color: #120505;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 345px;
  margin-bottom: 30px;
  font-family: Be Vietnam Pro;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.section-11 {
  background-color: #e55735;
  padding-top: 80px;
  padding-bottom: 100px;
}

.text-block-69 {
  color: var(--white);
  text-align: center;
  font-family: Be Vietnam Pro;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-70 {
  color: var(--white);
  text-align: center;
  max-width: 325px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-family: Be Vietnam Pro;
  font-size: 13px;
}

.grid-12 {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1100px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-4344 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-71 {
  color: #fbfbfb;
  text-align: center;
  margin-top: 20px;
  font-family: Be Vietnam Pro;
  font-size: 13px;
}

._37 {
  width: 40%;
}

._37.prop-left {
  color: var(--white);
  background-color: #160204;
  padding: 100px 90px 100px 100px;
}

._63 {
  width: 60%;
}

.text-block-72 {
  font-family: Outfit;
  font-size: 35px;
  font-weight: 500;
  line-height: 1em;
}

.text-block-73 {
  margin-top: 20px;
  margin-bottom: 35px;
  font-family: Be Vietnam Pro;
  font-size: 15px;
}

.text-block-74 {
  margin-bottom: 10px;
  font-family: Be Vietnam Pro;
  font-size: 15px;
  font-weight: 600;
}

.text-block-75 {
  margin-bottom: 20px;
  font-family: Be Vietnam Pro;
  font-size: 12px;
  line-height: 15px;
}

.text-block-76 {
  margin-left: 12px;
}

.text-block-76.arsenal {
  max-width: none;
  font-family: Be Vietnam Pro;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.image-60 {
  height: 60px;
}

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

.text-block-77 {
  color: #060104;
  font-family: Be Vietnam Pro;
  font-size: 15px;
  font-weight: 600;
}

.text-block-78 {
  color: #060104;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Be Vietnam Pro;
  font-size: 12px;
  line-height: 15px;
}

.text-block-79 {
  color: #060104;
  margin-left: 15px;
  font-family: Be Vietnam Pro;
  font-size: 13px;
}

.form-block-6 {
  margin-top: 35px;
}

.form-block-7 {
  margin-top: 35px;
  display: none;
}

.footer-section {
  background-color: #120505;
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/martha-dominguez-de-gouveia-OSWovjnNBRs-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 70px;
  padding-bottom: 45px;
}

.image-61 {
  width: 115px;
}

.link-17 {
  color: var(--white);
  font-family: Be Vietnam Pro;
  font-size: 13px;
  text-decoration: none;
}

.image-62 {
  opacity: .4;
  filter: invert();
  width: 20px;
}

.text-block-80 {
  color: var(--white);
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  font-family: Be Vietnam Pro;
  font-size: 10px;
}

.link-block-7 {
  margin-right: 25px;
  text-decoration: none;
}

.image-63 {
  height: 20px;
}

.text-block-81 {
  color: #101014;
  text-align: center;
  margin-bottom: 12px;
  font-family: Be Vietnam Pro;
  font-size: 22px;
  font-weight: 600;
}

.text-block-82 {
  color: #101014;
  text-align: center;
  width: auto;
  font-family: Be Vietnam Pro;
  font-size: 13px;
  line-height: 16px;
}

.text-block-83 {
  color: #101014;
  margin-bottom: 20px;
  font-family: Be Vietnam Pro;
  font-size: 22px;
  font-weight: 600;
}

.text-block-84 {
  color: #09140e;
  font-family: Be Vietnam Pro;
  font-size: 14px;
  line-height: 26px;
}

.text-block-85 {
  max-width: 300px;
  font-family: Outfit;
  font-size: 27px;
  font-weight: 500;
  line-height: 34px;
}

.text-block-86 {
  width: 240px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Be Vietnam Pro;
  font-size: 15px;
  line-height: 19px;
}

.button-4 {
  background-color: var(--white);
  color: #120505;
  border-radius: 5px;
  padding: 6px 15px;
  font-family: Be Vietnam Pro;
  font-size: 12px;
  font-weight: 500;
}

.text-block-87 {
  font-family: Be Vietnam Pro;
  font-size: 20px;
  font-weight: 600;
}

.text-block-88 {
  margin-top: 10px;
  font-family: Be Vietnam Pro;
  font-size: 13px;
  line-height: 24px;
}

.text-block-89 {
  color: #fffaf8;
  margin-left: 12px;
  font-family: Be Vietnam Pro;
  font-size: 13px;
}

.text-block-90 {
  font-family: Be Vietnam Pro;
  font-size: 20px;
  font-weight: 600;
}

.text-block-91 {
  color: #09140e;
  font-family: Be Vietnam Pro;
  font-size: 20px;
  font-weight: 600;
}

.text-block-92 {
  color: #09140e;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: Be Vietnam Pro;
  font-size: 14px;
  line-height: 26px;
}

.text-block-93 {
  color: #09140e;
  margin-bottom: 30px;
  font-family: Be Vietnam Pro;
  font-size: 13px;
  font-weight: 600;
}

.image-64 {
  width: 200px;
}

.image-65 {
  height: 100px;
}

.text-block-94 {
  margin-left: 35px;
  margin-right: 35px;
  font-family: Whyte Light, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.link-block-8 {
  filter: invert();
}

.image-66 {
  width: 120px;
}

.div-block-4346 {
  justify-content: space-between;
  align-items: center;
  padding: 15px 80px 12px;
  display: flex;
}

.text-block-95 {
  color: #120505;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 18px;
  font-family: Be Vietnam Pro;
  font-size: 18px;
  font-weight: 600;
}

.text-block-96 {
  color: #120505;
  margin-bottom: 25px;
  font-family: Be Vietnam Pro;
  font-size: 13px;
  line-height: 16px;
}

.image-67 {
  filter: invert();
  width: 100px;
}

.image-68 {
  width: 45px;
}

.div-block-4347 {
  background-color: var(--coral);
  border-radius: 4px;
  margin-top: 25px;
  padding: 10px 20px;
  display: inline-block;
}

.text-block-97 {
  color: var(--white);
  font-family: Be Vietnam Pro;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.text-block-98 {
  color: #120505;
  white-space: pre;
  flex: 1;
  align-self: center;
  align-items: stretch;
  font-family: Be Vietnam Pro;
  font-size: 22px;
  font-weight: 600;
  display: block;
}

.text-block-99 {
  color: #120505;
  width: auto;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Be Vietnam Pro;
  font-size: 15px;
  font-weight: 500;
}

.text-block-100 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.text-block-101 {
  color: #120505;
  border-bottom: 2px solid #f1f1f1;
  font-family: Be Vietnam Pro;
  font-size: 13px;
  line-height: 40px;
}

.text-block-101.first-one {
  border-top: 2px solid #f1f1f1;
}

.pass-feature-box {
  width: 250px;
  margin-top: 25px;
}

.image-69 {
  width: 100px;
}

.image-70 {
  width: 150px;
  margin-left: 40px;
  margin-right: 40px;
}

.image-71 {
  width: 100px;
}

.image-72 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 40px;
  margin-bottom: 10px;
}

.nights-image-div {
  background-color: #e3e3e2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 10px;
  display: flex;
}

.image-73 {
  width: 100%;
}

.image-73.small-moon {
  width: 55%;
}

.image-75 {
  width: 25px;
}

.image-76 {
  filter: invert();
  width: 45px;
}

.image-77 {
  filter: invert();
  width: 25px;
}

.link-block-9, .link-block-9.w--current {
  color: var(--white);
  background-color: #e55735;
  border-radius: 4px;
  padding: 8px 20px;
  font-family: Be Vietnam Pro;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-9.sign-up {
  margin-top: 50px;
}

.link-block-9.sign-up.gpp {
  margin-top: 30px;
}

.link-block-9.sign-up.gpp-white {
  background-color: var(--white);
  color: #120505;
  margin-top: 20px;
  margin-bottom: 60px;
}

.link-block-9.challenge {
  justify-content: center;
  align-items: center;
  width: 120px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-9.challenge.white {
  background-color: var(--white);
  color: #e55735;
}

.image-78 {
  width: 25px;
  margin-top: 30px;
}

.hide {
  display: none;
}

.cross {
  width: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.section-12 {
  background-color: #f7f6f5;
  border-bottom: 2px solid #ecebeb;
  padding-top: 80px;
}

.image-79 {
  width: 25%;
}

.image-80 {
  width: 40%;
}

.arrow {
  width: 45px;
  margin-top: 40px;
}

.text-block-102 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: center;
  padding-top: 5px;
  font-family: Be Vietnam Pro;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.text-block-103 {
  color: #000;
  padding-top: 2px;
  padding-bottom: 14px;
  font-family: Be Vietnam Pro;
  font-size: 16px;
}

.div-block-4348.flex-v {
  justify-content: center;
  align-items: center;
}

.div-block-4349 {
  align-self: center;
  align-items: center;
  display: flex;
}

.section-13 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

._100 {
  background-color: #f7f6f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-block-104, .text-block-105 {
  font-size: 14px;
}

.text-block-106 {
  color: var(--coral);
  font-size: 14px;
  font-weight: 400;
}

.text-block-107, .text-block-108, .text-block-109 {
  font-size: 14px;
}

.text-block-110 {
  color: var(--text);
  text-align: center;
  padding-bottom: 40px;
  font-family: Be Vietnam Pro;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.text-span-9 {
  color: #120505;
}

.text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .bold-text-2, .text-span-15, .text-span-16 {
  color: var(--coral);
}

.white-cross {
  width: 30px;
  margin-left: 40px;
  margin-right: 40px;
}

.white-tick {
  filter: invert();
  width: 25px;
}

.image-81 {
  width: 140px;
}

.image-81.middle {
  width: 175px;
  margin-left: 55px;
  margin-right: 55px;
}

.link-18 {
  color: var(--text);
  text-align: left;
  text-transform: uppercase;
  font-family: Be Vietnam Pro;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.link-18.w--current {
  color: var(--coral);
}

.container-4 {
  max-width: 1400px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 80px;
  padding-right: 80px;
}

.brand-2 {
  filter: invert();
}

.div-block-4352 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-2 {
  z-index: 5;
  background-color: var(--white);
}

.image-82 {
  width: 200px;
}

.section-14 {
  background-image: url('../images/bg.-2jpg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._33 {
  width: 34%;
}

.nft-checklist-image {
  object-fit: cover;
  min-height: 550px;
}

.nft-checklist-image._1 {
  background-image: url('../images/section3-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nft-checklist-image._2 {
  background-image: url('../images/section3-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nft-checklist-image._3 {
  background-image: url('../images/section3-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.checklist-box {
  justify-content: center;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
}

.checklist-box._1 {
  background-color: #30232c;
}

.checklist-box._2 {
  background-color: #6d8512;
}

.checklist-box._3 {
  background-color: #5a7eba;
}

.image-83 {
  width: 20px;
}

.link-19 {
  color: var(--white);
  margin-left: 20px;
  margin-right: 20px;
  font-family: Be Vietnam Pro;
  text-decoration: none;
}

.text-block-113 {
  color: var(--white);
  font-family: Be Vietnam Pro;
  font-size: 20px;
  font-weight: 600;
}

.text-block-114 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Be Vietnam Pro;
}

.small-wrap {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.small-wrap.form-wrap {
  color: var(--black);
  padding-top: 40px;
}

.text-block-115 {
  font-family: Be Vietnam Pro;
}

.text-block-116 {
  margin-bottom: 20px;
  font-family: Outfit;
  font-size: 24px;
  line-height: 1em;
}

.form-block-8 {
  margin-top: 30px;
  margin-bottom: 70px;
  font-family: Be Vietnam Pro;
}

.text-span-17 {
  color: #d93025;
}

.text-span-18 {
  font-style: italic;
}

.text-block-117 {
  font-family: Be Vietnam Pro;
  font-style: italic;
}

.text-field-12 {
  border: 0 solid #000;
  border-bottom: 2px solid #ecebeb;
  margin-bottom: 25px;
}

.text-field-12:focus {
  border-bottom-color: #dcdbda;
}

.text-field-12.phone-field {
  margin-bottom: 0;
  display: none;
}

.image-84 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.radio-button {
  border-width: 1px;
  border-color: #ecebeb;
  width: 16px;
  height: 16px;
}

.radio-button.w--redirected-checked {
  border-width: 5px;
  border-color: #ff672d;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px #ff672d;
}

.radio-button-field {
  margin-bottom: 30px;
}

.submit-button-7 {
  background-color: #ff672d;
  border-radius: 5px;
}

.image-85 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.file-upload {
  margin-top: 20px;
  margin-bottom: 40px;
}

.div-block-4353 {
  text-align: center;
  background-color: #ddd;
  margin-top: 30px;
  margin-bottom: 70px;
  padding: 20px;
}

.text-block-118 {
  color: var(--white);
  text-align: center;
  text-indent: 5px;
  font-family: Be Vietnam Pro;
  font-size: 10px;
}

.text-block-118.footer-link {
  text-indent: 3px;
  text-decoration: none;
}

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

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

.section-15 {
  background-image: linear-gradient(to right, #0009 31%, #0000 72%), url('../images/Image-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.image-ticket-logo {
  width: 80px;
  padding-left: 0;
  padding-right: 0;
}

.image-87 {
  width: 15px;
  height: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.text-block-119 {
  color: var(--white);
  max-width: 450px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Be Vietnam Pro;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.text-block-120 {
  color: var(--white);
  max-width: 450px;
  margin-bottom: 35px;
  font-family: Be Vietnam Pro;
}

.button-5 {
  background-color: var(--coral);
  border-radius: 4px;
  padding: 10px 35px;
  font-family: Be Vietnam Pro;
  font-size: 12px;
  font-weight: 500;
}

.button-5.redeem-button {
  margin-top: 10px;
}

.minting-point {
  color: var(--white);
  align-items: flex-start;
  margin-bottom: 15px;
  font-family: Be Vietnam Pro;
  font-weight: 300;
  display: flex;
}

.image-88 {
  width: 20px;
  margin-right: 15px;
}

.text-block-121 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Outfit;
  font-size: 22px;
  font-weight: 600;
}

.text-span-19, .text-span-20 {
  color: var(--coral);
  font-weight: 700;
}

.text-span-21 {
  font-style: italic;
  font-weight: 300;
}

.text-span-22, .text-span-23, .text-span-24, .text-span-25 {
  color: var(--coral);
  font-weight: 700;
}

.text-span-26 {
  font-style: italic;
  font-weight: 300;
}

.text-span-27 {
  color: var(--coral);
  font-weight: 700;
}

.text-span-28 {
  font-style: italic;
  font-weight: 300;
}

.text-span-29 {
  color: var(--coral);
  font-weight: 700;
}

.text-span-30 {
  font-style: italic;
  font-weight: 300;
}

.text-span-31 {
  color: var(--coral);
  font-weight: 700;
}

.text-span-32 {
  font-style: italic;
  font-weight: 300;
}

.text-span-33 {
  color: var(--coral);
  font-weight: 700;
}

.text-block-122 {
  color: #e9423c;
  font-family: Outfit;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

.text-block-122.small {
  margin-right: 2px;
  font-size: 14px;
  line-height: 39px;
}

.div-block-4355 {
  align-self: flex-start;
}

.div-block-4356 {
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.text-block-123 {
  text-align: center;
  font-family: Outfit;
  font-size: 18px;
  line-height: 35px;
}

.div-block-4357 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-4358 {
  margin-left: 30px;
}

.div-block-4359 {
  justify-content: space-between;
  max-width: 380px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-4360 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-16 {
  background-color: var(--coral);
}

.text-block-124 {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  font-family: Outfit;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
}

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

.div-block-4362 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-89 {
  width: 40px;
}

.text-block-125 {
  color: var(--white);
  text-align: center;
  font-family: Outfit;
}

.text-block-126 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit;
  font-size: 20px;
  font-weight: 600;
}

.image-90 {
  filter: invert();
  width: 40px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-127 {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-family: Outfit;
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
}

.match-wrap {
  max-width: 690px;
  transition: all .4s;
  display: flex;
}

.match-wrap:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 5px #0000004d;
}

.match-left {
  width: 50%;
}

.match-left._3 {
  background-image: url('../images/Arsenal-Matches-03_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.match-left._1 {
  background-image: url('../images/Arsenal-Matches-01_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.match-left._2 {
  background-image: url('../images/Arsenal-Matches-02_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.match-left._4 {
  background-image: url('../images/Arsenal-Matches-04_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.match-left.g {
  background-image: url('../images/Arsenal-Matches-05.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.match-left.r {
  background-image: url('../images/Arsenal-Matches-06.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.match-right {
  background-color: #320f0f;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding: 25px 20px 20px;
  font-family: Be Vietnam Pro;
  display: flex;
}

.image-91 {
  min-width: 100%;
  display: none;
}

.text-block-128 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Be Vietnam Pro;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}

.text-block-129 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 16px;
}

.text-block-130 {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 10px;
  line-height: 14px;
}

.text-block-130.empty-top {
  margin-top: 70px;
}

.matches-div {
  grid-column-gap: 25px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.matches-div.show-more {
  grid-column-gap: 25px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: none;
}

.text-block-131 {
  text-align: center;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  font-family: Be Vietnam Pro;
  font-weight: 400;
}

.text-block-132 {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-family: Outfit;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
}

.section-terms-conditions {
  background-color: #f7f6f5;
}

.text-span-34 {
  color: var(--coral);
  font-weight: 600;
}

.link-20 {
  text-decoration: none;
}

.section-18 {
  padding-top: 100px;
  overflow: hidden;
}

.text-block-133 {
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  font-family: Outfit;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
}

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

.text-block-134 {
  color: #000;
  text-align: center;
  margin-bottom: 80px;
  font-family: Outfit;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
}

.section-19 {
  background-color: #eae2db;
}

.image-92 {
  z-index: 2;
  width: 100%;
  transition: opacity .4s ease-in-out;
  position: relative;
}

.image-92:hover {
  opacity: 0;
}

.plus {
  background-color: #09121f;
  border-radius: 20px;
  width: 2px;
  height: 38%;
  position: absolute;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit;
  font-size: 20px;
  font-weight: 600;
}

.faq-item {
  background-color: #f0f0f0;
  border: 1px #212121;
  border-radius: 5px;
}

.paragraph-3 {
  margin-bottom: 0;
  font-family: Be Vietnam Pro;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.faq-answer {
  height: auto;
  overflow: hidden;
}

.faq-answer-inner {
  padding: 0 20px 20px;
  overflow: visible;
}

.minus {
  background-color: #09121f;
  border-radius: 20px;
  width: 38%;
  height: 2px;
  position: absolute;
}

.p-m-wrap {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 60px;
  display: flex;
  position: relative;
}

.div-block-4364 {
  background-color: var(--white);
}

.faq-div {
  margin-bottom: 4px;
}

.slider {
  background-color: #0000;
  display: none;
}

.section-20 {
  object-fit: fill;
  font-family: Be Vietnam Pro;
  display: none;
  overflow: visible;
}

.heading-8 {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
}

.paragraph-4 {
  font-size: 10px;
  line-height: 1.2em;
}

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

.heading-9 {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
}

.link-21 {
  color: #333;
  text-decoration: none;
}

.section-21 {
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/bg-pattern_black.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

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

.mask {
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slider-2 {
  width: 33.3%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.modal-component {
  text-align: center;
  display: block;
}

.button-6 {
  background-color: #4353ff;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition-property: none;
}

.button-6.modal-open_btn {
  color: var(--coral);
  background-color: #0000;
  padding: 0;
  font-family: Be Vietnam Pro;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.modal-wrapper {
  z-index: 99999;
  background-color: #141414cc;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.modal-container {
  z-index: 5;
  background-color: #fff;
  width: 85%;
  max-width: 780px;
  margin: 10vh auto 20px;
  padding: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close_btn:hover {
  color: #444;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0;
}

.paragraph-5 {
  color: var(--text);
  font-family: Be Vietnam Pro;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-5.index {
  text-align: left;
  margin-bottom: 30px;
}

.paragraph-5.body {
  text-align: justify;
  white-space: normal;
  margin-bottom: 40px;
  font-weight: 400;
}

.image-93 {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-span-36 {
  color: var(--coral);
  font-weight: 700;
}

.text-block-135 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 80px;
  font-family: Be Vietnam Pro;
}

.section-22 {
  background-color: #f7f6f5;
}

.text-span-37 {
  font-size: 18px;
}

.bold-text-3 {
  font-weight: 400;
}

.div-block-4366 {
  width: 65%;
  max-width: 440px;
  height: 100%;
}

.button-7 {
  display: none;
}

.select-field {
  border: 1px #000;
  border-radius: 5px;
}

.section-23 {
  border-radius: 10px;
}

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

.button-8 {
  background-color: #e55735;
  border-radius: 4px;
  align-self: center;
  height: 34px;
  font-family: Be Vietnam Pro;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.18px;
  display: none;
}

.button-8.hide {
  display: none;
}

.button-8.nav-cta {
  background-color: var(--black-3);
  text-transform: uppercase;
  border-radius: 5px;
  height: 46px;
  font-size: 16px;
  line-height: 30px;
  display: block;
}

.button-8.nav-cta:hover {
  background-color: #e65635;
}

.button-8.nav-cta.hide {
  display: none;
}

.div-block-4368 {
  width: 35%;
  padding-left: 20px;
  padding-right: 20px;
}

.image-94 {
  width: 100%;
  max-width: 240px;
}

.div-block-4369 {
  text-align: center;
  margin-top: 75px;
}

.button-9 {
  background-color: var(--coral);
  border-radius: 4px;
  padding: 12px 30px;
  font-family: Be Vietnam Pro;
  font-size: 12px;
  font-weight: 500;
}

.button-9.hide-more {
  display: none;
}

.div-block-4370 {
  background-color: var(--white);
  border-radius: 5px;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 40px;
  font-family: Be Vietnam Pro;
}

.text-block-136 {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Outfit;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

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

.section-24 {
  background-image: url('../images/Image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 90px;
  display: flex;
}

.form-block-9 {
  color: var(--black);
  margin-top: 40px;
}

.form-half-wrap {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.form-half-wrap.last-row {
  margin-bottom: 30px;
}

.form-half-div {
  width: 47%;
}

.text-field-13 {
  background-color: #d9d9d9;
  border-radius: 5px;
  margin-bottom: 20px;
}

.text-field-13::placeholder {
  color: #707070;
}

.text-span-38 {
  color: #d93025;
}

.text-field-14 {
  border: 0 solid #000;
  border-bottom: 1px solid #707070;
  border-radius: 0;
}

.submit-button-8 {
  background-color: var(--coral);
  border-radius: 5px;
  padding: 10px 15px;
}

.text-block-138 {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

.text-block-139 {
  color: var(--black);
  text-align: center;
  margin-bottom: 30px;
}

.ticket-redeem-form {
  color: var(--white);
  margin-bottom: 0;
}

.submit-button-9 {
  background-color: var(--coral);
}

.text-block-140 {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 12px;
}

.redeemed-text {
  font-size: 12px;
  font-weight: 400;
}

.redeem-checkbox {
  font-size: 13px;
}

.redeem-tick {
  background-color: var(--floral-white);
  border: 0 solid #000;
  border-radius: 2px;
  width: 14px;
  height: 14px;
}

.redeem-tick.w--redirected-checked {
  background-color: var(--coral);
}

.success-message-2 {
  background-color: var(--coral);
  text-align: left;
  padding: 12px;
  font-size: 12px;
}

.error-message-2 {
  background-color: red;
}

.text-block-141 {
  font-size: 12px;
}

.checkbox-label {
  font-size: 13px;
}

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

.heading-10 {
  color: #fff;
}

.div-block-4372 {
  padding-left: 20px;
  line-height: 16px;
}

.link-block-10 {
  height: 18px;
}

.text-block-142 {
  color: #fff;
  font-family: Be Vietnam Pro;
  font-size: 12px;
  font-weight: 500;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}

.link-block-11 {
  color: #fff;
  flex: 0 auto;
  align-self: center;
  padding-left: 20px;
  font-family: Be Vietnam Pro;
  text-decoration: none;
}

.top-banner-challenge {
  background-image: linear-gradient(96deg, #0009 18%, #0000 68%), url('../images/top-banner.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding: 80px 40px;
  display: block;
}

.give-away {
  text-align: left;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/sec-2_bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 100px 40px 80px;
}

.text-block-small-title {
  color: var(--white);
  text-align: center;
  margin-left: 20px;
  font-family: Be Vietnam Pro;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.big-title {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Be Vietnam Pro;
  font-size: 45px;
}

.ticket-1 {
  text-align: center;
  border-right: 1px solid #fff;
  flex: 0 auto;
  width: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.prizes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.text-block-date {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Be Vietnam Pro;
}

.image-staynex {
  width: 100px;
}

.image-vs {
  width: 60px;
  height: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.steps-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 40px auto;
  display: block;
  position: static;
}

.steps-icon {
  width: 60px;
}

.div-prizes {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr 1fr .3fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-bottom: 50px;
  display: grid;
}

.div-steps {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ticket-2 {
  border-right: 0 #fff;
  width: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.give-away-2 {
  text-align: center;
  background-image: linear-gradient(#9000004d, #9000004d), url('../images/arsenal-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 0 solid #000;
  border-top-color: #fff;
  margin-bottom: 0;
  padding: 100px 0 0;
  font-family: Be Vietnam Pro;
}

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

.small-tile {
  color: #fff;
  text-align: center;
  border: 0 solid #000;
  border-top: 1px solid #fff;
  width: 60%;
  margin-top: 60px;
  padding-top: 60px;
  font-family: Be Vietnam Pro;
  font-weight: 500;
  display: inline-block;
}

.div-block-4373 {
  background-image: linear-gradient(#ff423ccc, #ff423ccc);
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-h-copy {
  justify-content: center;
  display: flex;
}

.flex-h-copy.checkbox-div {
  justify-content: center;
  align-items: center;
}

.flex-h-copy.checkbox-div.list-checbox {
  margin-bottom: 10px;
  font-family: Be Vietnam Pro;
  font-size: 13px;
}

.flex-h-copy.checkbox-div.arsenal {
  margin-top: 60px;
}

.flex-h-copy.checkbox-div.form {
  justify-content: flex-start;
  margin-bottom: 5px;
}

.flex-h-copy.checkbox-wrapper {
  justify-content: space-between;
  width: 1000px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.flex-h-copy.align-center {
  align-items: center;
}

.flex-h-copy.align-center.arsenal {
  justify-content: center;
}

.flex-h-copy.footer-links {
  justify-content: center;
  width: 580px;
  margin-top: 50px;
}

.flex-h-copy.footer-socials {
  justify-content: space-between;
  width: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.flex-h-copy.footer-credits {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-h-copy.logo-crossover {
  justify-content: center;
  align-items: center;
}

.flex-h-copy.full-height {
  align-items: stretch;
}

.flex-h-copy.nft-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-h-copy.pass-flex {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-h-copy.nft-div {
  align-items: center;
  margin-top: 45px;
  margin-bottom: 40px;
}

.flex-h-copy.nft-checklist {
  justify-content: space-between;
  width: 100%;
}

.flex-h-copy.align-left {
  justify-content: flex-start;
}

.flex-h-copy.align-left.logo-div {
  justify-content: flex-start;
  align-items: center;
}

.flex-h-copy.mint-nft {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-h-copy.matches-div, .flex-h-copy.minting-desc {
  justify-content: space-between;
}

.div-block-4374 {
  flex: 0 auto;
  width: auto;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-block-4375 {
  text-align: center;
  align-self: center;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.vertical {
  text-align: right;
  border: 0 solid #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: auto;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-95 {
  width: 50px;
  max-width: 80%;
}

.image-ticket-logo-small {
  width: 60px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-126---alignleft {
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Be Vietnam Pro;
  font-size: 20px;
  font-weight: 500;
}

.small {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit;
  font-size: 20px;
  font-weight: 600;
}

.text-block-date-align-left {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Be Vietnam Pro;
}

.image-96 {
  width: 180px;
  padding-bottom: 10px;
  padding-right: 10px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.floating {
  width: 200px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.link-block-12 {
  width: 200px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.image-97 {
  width: 60px;
  max-width: 50px;
}

.image-99 {
  text-align: center;
  display: block;
}

.prizes-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-101 {
  width: 90px;
}

.div-prizes-2 {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr 1fr .3fr 1fr .3fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-bottom: 50px;
  display: grid;
}

.steps-container-x-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 40px auto;
  display: block;
  position: static;
}

.bold-text-5 {
  font-size: 14px;
  text-decoration: underline;
}

.text-span-39, .text-span-40, .bold-text-6, .bold-text-7 {
  text-decoration: underline;
}

.spacer {
  height: 60px;
}

.div-block-4377 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  font-family: Be Vietnam Pro;
  font-weight: 600;
}

.image-104 {
  text-align: center;
  display: block;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
  display: block;
}

.italic-text {
  color: #fffc;
  text-align: center;
  font-size: 12px;
}

.modal-component-sec-1 {
  text-align: center;
}

.div-block-4378 {
  margin-top: 0;
  padding: 40px;
}

.text-block-138-2 {
  color: var(--black);
  text-align: left;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

.text-span-41 {
  font-weight: 700;
  text-decoration: none;
}

.bold-text-8, .bold-text-9 {
  font-weight: 400;
}

.paragraph-8 {
  text-align: left;
  margin-bottom: 40px;
}

.heading-12 {
  color: var(--black-2);
  text-align: left;
  font-size: 12px;
  text-decoration: underline;
}

.paragraph-9 {
  text-align: left;
}

.bold-text-5-5 {
  font-size: 12px;
  text-decoration: underline;
}

.image-105 {
  width: 50px;
}

.select-field-2 {
  background-color: #fff;
  border: 1px #000;
  border-bottom: 2px solid #ecebeb;
  margin-bottom: 25px;
}

.select-field-2:focus {
  border-bottom-color: #dcdbda;
}

.button-10 {
  color: #fff;
  text-align: center;
  background-color: #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.prefix-dropdown_toggle {
  grid-column-gap: .375rem;
  align-items: center;
  min-width: 6.5rem;
  height: 100%;
  padding: 0 .5rem;
  transition: background-color .2s;
  display: flex;
}

.prefix-dropdown_toggle:hover, .prefix-dropdown_toggle:focus {
  background-color: #ececec;
}

.prefix-dropdown_item {
  grid-column-gap: .375rem;
  cursor: pointer;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.prefix-dropdown_item:hover, .prefix-dropdown_item:focus {
  background-color: #ececec;
}

.prefix-dropdown_item:focus-visible, .prefix-dropdown_item[data-wf-focus-visible] {
  outline-style: none;
}

.prefix-dropdown_item.w--current {
  background-color: #e4e4e4;
}

.phone-form_form {
  background-color: #fff;
  border: 1px solid #0003;
  align-items: stretch;
  display: flex;
}

.prefix-dropdown_list {
  background-color: #fff;
  border: 1px solid #0000000d;
  width: 100%;
  max-height: 16rem;
  list-style-type: none;
  overflow: auto;
}

.text-field-15 {
  background-color: #fff;
  border-style: none;
  height: auto;
  margin-bottom: 0;
  padding: .625rem;
  font-size: 1.125rem;
}

.text-field-15::placeholder {
  color: #acb3b4;
}

.prefix-dropdown_component {
  flex: none;
  position: relative;
}

.phone-form_component {
  margin-bottom: 0;
}

.prefix-dropdown_flag {
  object-fit: cover;
  border: 1px solid #0000001a;
  border-radius: 999rem;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.prefix-dropdown_chevron {
  flex-direction: column;
  width: .5rem;
  margin-left: auto;
  display: flex;
}

.prefix-dropdown_list-wrapper {
  background-color: #0000;
  padding-top: .5rem;
  position: absolute;
  left: 0;
  right: 0;
}

.hide-2 {
  display: none;
}

.phone-form {
  flex-direction: column;
  margin-bottom: 25px;
  display: flex;
}

.text-field-16 {
  color: #9ca3af;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  height: 48px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-16:hover {
  border-color: #3b82f6;
}

.text-field-16:focus {
  border-color: #2563eb;
}

.text-field-16::placeholder {
  color: #d1d5db;
}

.text-field-16.phone {
  color: var(--black);
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #ecebeb;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.text-field-16.phone:focus {
  border-bottom-color: #dcdbda;
}

.html-embed {
  display: block;
}

.div-block-4379 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.section-hitec {
  background-image: linear-gradient(to right, #fff0 30%, #92050d 75%), url('../images/bg-use.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hitec-title {
  color: var(--white);
  max-width: 450px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Be Vietnam Pro;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4em;
}

._45 {
  width: 45%;
}

.annoucement-bar {
  z-index: 5;
  background-color: var(--coral);
  height: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.form-grid-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-title-2 {
  margin-bottom: 40px;
}

.field-label-5 {
  color: #151f2a;
  font-weight: 400;
}

.form-success {
  color: #fff;
  background-color: #399776;
  border-radius: 7px;
  padding: 21px;
}

.container-5 {
  z-index: 6;
  perspective: 150px;
  direction: ltr;
  width: 500px;
  position: relative;
  overflow: auto;
  transform: none;
}

.medium-heading-3 {
  color: #151f2a;
  letter-spacing: -.01em;
  text-transform: none;
  margin-bottom: 21px;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

.image-106 {
  cursor: pointer;
  width: 15px;
  position: absolute;
  inset: 6% 5% auto auto;
}

.button-11 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  max-height: 52px;
  padding: 12px 21px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-block-10 {
  margin-bottom: 0;
}

.form-input {
  color: #1c4a36;
  letter-spacing: -.01em;
  border: 1px solid #1c4a3626;
  min-height: 52px;
  margin-bottom: 0;
  padding: 12px 21px;
  font-size: 18px;
  line-height: 28px;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: #1c4a36bf;
}

.form-input::placeholder {
  color: #1c4a36bf;
  letter-spacing: -.01em;
}

.form-error {
  text-align: center;
  border-radius: 7px;
  margin-top: 14px;
  padding: 21px;
}

.div-block-23 {
  z-index: 3;
  background-color: #00000047;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.section-25 {
  z-index: 100;
  background-color: #0f100f80;
  justify-content: center;
  align-items: center;
  padding: 37px;
  display: none;
  position: fixed;
  inset: 0%;
}

.grid-half {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-4380 {
  background-image: url('../images/texture.svg'), linear-gradient(to bottom, var(--coral), var(--coral));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  display: flex;
}

.div-block-4381 {
  position: relative;
}

.text-block-143 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Be Vietnam Pro;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.div-block-4382 {
  max-width: 450px;
}

.text-span-42 {
  color: var(--white);
  font-weight: 600;
  text-decoration: underline;
}

.text-span-43 {
  display: block;
}

.section-26 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/top-banner-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.referral-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
}

.referral-content {
  color: var(--black-2);
  text-align: center;
  font-family: Be Vietnam Pro;
}

.text-block-144 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.text-span-44 {
  display: block;
}

.text-block-145 {
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1em;
}

.text-block-146 {
  margin-bottom: 10px;
}

.text-block-147 {
  margin-bottom: 40px;
  font-family: Outfit;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

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

.form-half {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-half.top-spacing {
  margin-top: 60px;
}

.text-span-45 {
  font-weight: 400;
}

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

.slider-3 {
  z-index: 1;
  height: 100%;
}

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

.right-arrow-2, .left-arrow-2, .icon-3 {
  display: none;
}

.link-block-13 {
  color: var(--coral);
  justify-content: flex-start;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.form-5 {
  flex-direction: column;
  align-items: flex-start;
}

.hotel-div {
  margin-top: 60px;
}

.hotel-div.hotel-div-2 {
  transition: all .2s;
  display: block;
}

.hotel-div.hotel-div-3 {
  display: block;
}

.image-108 {
  width: 18px;
  margin-right: 8px;
}

.div-block-4383 {
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
}

.referee-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: underline;
}

.navbar-logo-left {
  background-color: var(--white);
  position: static;
}

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

.navbar-logo-left-container.shadow-three {
  background-color: #fff;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10%;
  display: flex;
}

.container-6 {
  object-fit: fill;
  flex-direction: column;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

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

.nav-menu-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

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

.nav-link-2.disabled-nav-link {
  color: #878787;
}

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

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

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

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

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

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

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

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

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

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

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

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

.button-primary {
  color: var(--black);
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #ffdd71;
  border-radius: 50px;
  padding: 12px 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

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

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

.home-background {
  background-image: url('../images/Home-v2-welcome.png');
  background-position: 100% 100%;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-wrapper-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  object-fit: contain;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% auto 30% 62%;
}

.margin-bottom-24px {
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

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

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

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

.body-2 {
  background-color: var(--white);
}

.text-block-148 {
  text-align: center;
  font-family: Outfit;
  font-weight: 500;
}

.heading-13 {
  color: #000;
  text-align: left;
  font-family: Outfit;
  font-size: 60px;
  line-height: 80px;
}

.hero-heading-right {
  background-color: #ffe343;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
  display: flex;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-left: 0;
  margin-right: 10%;
  display: flex;
}

.shadow-two {
  width: 100%;
}

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

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

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

.home-header {
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  margin-top: -86px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.feature-image-container {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

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

.div-block-4384 {
  border: 1px solid #000;
  border-radius: 18px;
  justify-content: center;
  width: 65px;
  height: 65px;
  display: flex;
}

.text-block-149 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.grid-13 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 60px;
}

.section-28 {
  height: 100vh;
  display: flex;
}

.hotel-and-resorts {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.zero-color-overlay {
  background-color: #76bfdebf;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 60px 40px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.zero-bg-img {
  background-image: url('../images/hotel-receptionist-giving-key-card-client-front-desk-2.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.heading-15 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 62px;
}

.text-block-150 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.div-block-4386 {
  justify-content: center;
  margin-top: 20%;
  display: flex;
}

.bottom-text-container {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.hotel-resorts-color-overlay {
  background-color: #ffdd71c7;
  width: 100%;
  height: 100%;
  padding: 60px 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hotel-resorts-bg-img {
  filter: blur();
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  background-image: url('../images/maldives-water-bungalow-ocean-water-landscape-1.png');
  background-position: 0 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.innovate-bg-img {
  background-image: url('../images/aerial-view-floating-water-scooter-blue-water-sunny-day-summer-1.png');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.innovate-color-overlay {
  background-color: #c4d8eac2;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 60px 40px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bottom-text-heading {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
}

.loyalty-bg-img {
  background-image: url('../images/young-man-arms-wellbeing-concept-1.png');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.loyalty-color-overlay {
  background-color: #71cbdfa8;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 60px 40px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-29 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
  overflow: hidden;
}

.image-109 {
  flex: 1;
}

.div-block-4387 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.button-12 {
  background-color: var(--white);
  color: var(--black);
  text-transform: capitalize;
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 62px;
}

.text-block-151 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.div-block-4388 {
  justify-content: space-between;
  display: flex;
}

.section-30 {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.heading-17 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit;
  font-size: 60px;
  line-height: 62px;
}

.text-block-152 {
  font-family: Outfit;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-153 {
  font-family: Outfit;
  font-size: 20px;
  line-height: 30px;
}

.div-block-4389 {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20% 10%;
  display: flex;
}

.image-110 {
  height: 80%;
  position: absolute;
  inset: auto 5% -5% auto;
}

.section-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-image: url('../images/4745.jpg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-block-154 {
  color: var(--floral-white);
  font-size: 30px;
  font-weight: 600;
  line-height: 62px;
}

.heading-18 {
  color: var(--text);
  text-align: center;
  font-size: 120px;
  line-height: 100px;
}

.div-block-4390 {
  border-bottom: 20px solid #ffdd71;
  width: 730px;
  text-decoration: none;
}

.section-32 {
  background-color: #ffc200;
  justify-content: flex-start;
  padding: 5% 20%;
  display: flex;
}

.link-22 {
  color: var(--black);
  font-family: Outfit;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  display: none;
}

.div-block-4391 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.div-block-4392 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  display: flex;
}

.div-block-4393 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.text-block-155 {
  font-family: Outfit;
  font-size: 12px;
  line-height: 24px;
}

.text-block-156 {
  font-size: 10px;
  line-height: 17px;
}

.image-111 {
  width: 150px;
}

.image-116 {
  object-fit: none;
}

.text-block-156-copy {
  font-family: Outfit;
  font-size: 10px;
  line-height: 17px;
  display: none;
}

.link-block-14 {
  z-index: 100;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 30px;
  right: 30px;
  box-shadow: 0 6px 12px 1px #0003;
}

.text-block-157 {
  color: var(--black);
  font-family: Outfit;
  font-size: 17px;
  font-weight: 700;
  line-height: 17.5px;
  text-decoration: none;
}

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

.div-block-4395 {
  background-image: url('../images/Beach-bay.png');
  background-position: 100% 100%;
  background-size: cover;
}

.text-block-158, .text-block-159 {
  font-family: Outfit;
  font-size: 10px;
  line-height: 17px;
}

.collection-list-wrapper-3 {
  display: block;
}

.div-block-4396 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 100%;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.section-33 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 100px;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.heading-19 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 77.5px;
}

.team-1st-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.heading-20 {
  margin-top: 36px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.text-block-160 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.text-block-161 {
  color: #000;
  font-family: Outfit;
  font-size: 20px;
  font-weight: 800;
  line-height: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.div-block-4398 {
  position: relative;
}

.header-slide {
  height: 100vh;
  margin-top: -88px;
  overflow: hidden;
}

.div-block-4399 {
  background-image: url('../images/Home-v2-welcome.png');
  background-position: 100% 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.miss-grand-header, .staynex-ambassador, .staynexplorer {
  height: 100%;
  display: block;
}

.section-34 {
  display: none;
}

.div-block-4400 {
  width: 100%;
  height: 100%;
}

.image-119 {
  object-fit: cover;
  object-position: 100% 30%;
  width: 100%;
  height: 100%;
}

.intro-to-staynex-link {
  color: var(--black);
  font-family: Outfit;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  display: none;
}

.image-120 {
  width: 24px;
  height: 24px;
}

.left-arrow-3, .right-arrow-3 {
  display: none;
}

.slider-4 {
  overflow: hidden;
}

.div-block-4401 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-item-2 {
  display: none;
}

.team-desktop-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-tablet-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-4402-copy, .div-block-4403-copy {
  display: block;
}

.team-mobile-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-4404, .div-block-4405, .div-block-4406, .div-block-4407 {
  display: none;
}

.text-block-151-copy {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.div-block-4408 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.div-block-4409, .div-block-4410, .div-block-4411, .div-block-4402-copy-copy {
  display: none;
}

.div-block-4399-copy {
  background-image: url('../images/RegisterNow-07-1-1.png');
  background-position: 100% 100%;
  background-size: cover;
  height: 100%;
  display: block;
  position: relative;
}

.button-primary-copy {
  color: var(--black);
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #ffdd71;
  border-radius: 50px;
  padding: 12px 25px;
  font-family: Outfit;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

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

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

.button-primary-copy-2 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #ffdd71;
  border-radius: 50px;
  padding: 12px 25px;
  font-family: Outfit;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  transition: all .2s;
  position: absolute;
  top: 78%;
  left: 62%;
  box-shadow: 0 2px 5px #0003;
}

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

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

.heading-21 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Outfit;
  font-size: 60px;
  line-height: 80px;
}

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

.div-block-4413 {
  max-width: 750px;
  margin-left: 10%;
  position: static;
  left: 60%;
}

.dollar-text {
  position: relative;
}

.strikethrough-img {
  position: absolute;
}

.one-per-month-text {
  color: #ffdd71;
  margin-top: 0;
  font-family: Outfit;
  font-size: 80px;
  line-height: 80px;
}

.text-block-162 {
  color: #000;
  font-family: Outfit;
  font-size: 22px;
}

.one-per-month-container {
  position: absolute;
}

.div-block-4399-copy {
  background-image: url('../images/RegisterNow-blank-1.png');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.heading-22 {
  color: #fff;
  font-family: Outfit;
  font-size: 70px;
  line-height: 70px;
}

.text-block-163 {
  color: #fff;
  margin-bottom: 30px;
  font-family: Outfit;
  font-size: 22px;
  line-height: 28px;
}

.register-for-free-button {
  background-color: var(--white);
  color: var(--black);
  text-transform: none;
  border-radius: 50px;
  margin-top: 60px;
  padding: 12px 24px;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-4399-copy-copy {
  background-image: url('../images/SubscribeNow-blank-1.png');
  background-position: 100% 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.div-block-4413-copy {
  margin-right: 40px;
  position: absolute;
  left: 60%;
}

.header-3-container {
  max-width: 750px;
  margin-left: 77px;
  position: static;
  left: 60%;
}

.div-block-4414 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  max-width: 540px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.text-block-164 {
  color: #fff;
  flex: none;
  font-family: Outfit;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-164-copy {
  color: #fff;
  font-family: Outfit;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
}

.header-3-button {
  background-color: var(--white);
  color: var(--black);
  text-transform: none;
  border-radius: 50px;
  margin-top: 60px;
  padding: 12px 24px;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.heading-22-copy {
  color: #000;
  font-family: Outfit;
  font-size: 70px;
  line-height: 70px;
}

.text-block-163-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: Outfit;
  font-size: 22px;
  line-height: 28px;
}

.text-block-164-copy-copy {
  color: #fff;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-4399-copy-copy {
  background-image: url('../images/RegisterNow-blank-2.png');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.div-block-4413-copy-copy {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.text-block-163-copy-copy {
  color: #fff;
  text-align: center;
  font-family: Outfit;
  font-size: 22px;
  line-height: 28px;
}

.register-for-free-button-copy {
  background-color: var(--white);
  color: var(--black);
  text-transform: none;
  border-radius: 50px;
  margin-top: 10px;
  padding: 12px 24px;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-4415 {
  justify-content: center;
  display: flex;
}

.text-block-163-copy-copy-copy {
  color: #fff;
  text-align: center;
  font-family: Outfit;
  font-size: 10px;
  line-height: 28px;
}

.section-35 {
  display: none;
}

.link-23 {
  color: var(--white);
}

.text-block-163-copy-copy {
  color: #000;
  text-align: left;
  margin-bottom: 30px;
  font-family: Outfit;
  font-size: 22px;
  line-height: 28px;
}

.div-block-4399-copy-copy-copy {
  background-image: url('../images/MGI-exclusive-private-trip-website-2.jpg');
  background-position: 100% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.link-block-15 {
  width: 100%;
  height: 100%;
}

.div-block-4417, .div-block-4418, .div-block-4419, .div-block-4420, .div-block-4421, .div-block-4422 {
  flex: 1;
}

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

.container-9 {
  background-color: #fff;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.team-block {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 24px;
  display: flex;
}

.team-member-image-two {
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 7px;
  flex: 1;
  margin-bottom: 18px;
}

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

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

.team-member-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

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

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

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

.button-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

.confetti_7 {
  transform-style: preserve-3d;
  position: absolute;
  inset: 66px auto auto -82px;
  transform: none;
}

.confetti_3 {
  transform-style: preserve-3d;
  position: relative;
  top: 63px;
  left: 46px;
  transform: none;
}

.hero_content_right {
  flex: 1;
  padding-top: 75px;
  padding-left: 6%;
  padding-right: 6%;
  position: relative;
  overflow: hidden;
}

.confetti_5 {
  transform-style: preserve-3d;
  position: absolute;
  top: 245px;
  left: 84px;
  transform: none;
}

.confetti_12 {
  position: absolute;
  bottom: -182px;
  right: 140px;
}

.confetti_16 {
  transform-style: preserve-3d;
  position: absolute;
  top: -23px;
  left: 105px;
  transform: none;
}

.confetti_8 {
  transform-style: preserve-3d;
  position: absolute;
  inset: auto auto -99px 0;
  transform: none;
}

.confetti_contain {
  z-index: 2;
  perspective: 667px;
  position: absolute;
  inset: 16% 8% auto auto;
  transform: perspective(706px);
}

.confetti_6 {
  position: absolute;
  top: 84px;
  left: 47px;
}

.image-122 {
  transform-style: preserve-3d;
  transform: none;
}

.confetti_13 {
  transform-style: preserve-3d;
  position: absolute;
  inset: auto auto -172px -28px;
  transform: none;
}

.search {
  width: 75%;
  max-width: 600px;
  margin-bottom: 50px;
  padding-top: 24px;
  display: flex;
}

.search-input {
  color: #333;
  border: 1px solid #0000000a;
  border-radius: 2px;
  height: 45px;
  font-weight: 400;
  box-shadow: 1px 1px 14px #0000000d;
}

.search-input:active {
  border-color: #0000000a;
}

.search-input:focus {
  border-color: #2322221c;
}

.search-button {
  color: #23222242;
  background-color: #0000;
  height: 45px;
  margin-left: -53px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
}

.confetti_9 {
  transform-style: preserve-3d;
  position: absolute;
  inset: auto auto -147px 55px;
  transform: none;
}

.confetti_10 {
  position: absolute;
  inset: auto 15px -182px auto;
}

.confetti_14 {
  position: absolute;
  inset: auto auto -115px -47px;
}

.confetti_17 {
  transform-style: preserve-3d;
  position: absolute;
  inset: auto auto -279px 9px;
  transform: none;
}

.confetti_4 {
  transform-style: preserve-3d;
  position: absolute;
  top: 112px;
  left: 86px;
  transform: none;
}

.confetti_2 {
  transform-style: preserve-3d;
  position: relative;
  bottom: -20px;
  left: 37px;
  transform: rotateX(0)rotateY(20deg)rotateZ(0);
}

.confetti_11 {
  transform-style: preserve-3d;
  position: absolute;
  inset: auto 0 -225px -29px;
  transform: none;
}

.confetti_15 {
  position: absolute;
  bottom: -6px;
  right: 106px;
}

.max_500 {
  z-index: 1;
  color: #232222;
  max-width: 500px;
  font-weight: 900;
  position: relative;
}

.collection-list-country-slider {
  height: 100%;
}

.slide-nav-5 {
  padding-right: 10%;
  inset: auto 0% 2% auto;
}

.slide-2 {
  padding: 0;
}

.hero_slider_contain {
  width: 35%;
  position: static;
  inset: 0% auto 0% 0%;
}

.collection-item-country-slider {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_slider {
  background-color: #0000;
  border-top-right-radius: 100px;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.collection-list-wrapper-contry-slider {
  height: 100%;
}

.slide-nav-6 {
  padding-right: 10%;
  inset: auto 0% 2% auto;
}

.slide-3 {
  padding: 0;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin: 10px auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.team-card-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-2 {
  margin-bottom: 24px;
}

.features-metrics {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper {
  color: #fff;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.image-124 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

.navbar-wrapper-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-primary-7.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

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

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

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

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

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

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

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

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

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.pricing-card-text {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

.blog-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-chevron-right_icon {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon {
  color: var(--combine-library--grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: var(--combine-library--primary-600);
}

.combine-blog4_paragraph {
  color: var(--combine-library--grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h6 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-blog4_date {
  color: var(--combine-library--grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-blog4_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 1rem;
  display: flex;
}

.combine-blog4_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-blog4_label {
  z-index: 2;
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  border-radius: 4rem;
  margin-top: .75rem;
  margin-left: .75rem;
  padding: .25rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  inset: 0% auto auto 0%;
}

.combine-blog4_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  max-width: 12rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-blog4_item {
  color: var(--combine-library--grey-800);
  flex-direction: row;
  text-decoration: none;
  display: flex;
}

.combine-blog4_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h5 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-blog4_content-featured {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.combine-blog4_image-featured {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 12rem;
  height: 24rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-blog4_featured {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  border-radius: 1.25rem;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.combine-blog4_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 20px;
  display: grid;
}

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

.combine-space-large {
  height: 4rem;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_blog4 {
  background-color: var(--combine-library--white);
}

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

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

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

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

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

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

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

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

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

.combine-chevron-right_icon-2 {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.combine-button-content-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon-2 {
  color: var(--combine-library--grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon-2:hover {
  color: var(--combine-library--primary-600);
}

.combine-text-size-small {
  color: var(--combine-library--grey-800);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-color-grey {
  color: var(--combine-library--grey-600);
}

.combine-heading-style-h5-2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-blog3_date {
  color: var(--combine-library--grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-blog3_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.combine-blog3_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-blog3_label {
  z-index: 2;
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  border-radius: 4rem;
  margin-top: .75rem;
  margin-left: .75rem;
  padding: .25rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  inset: 0% auto auto 0%;
}

.combine-blog3_image-wrapper {
  width: 100%;
  min-width: 12rem;
  min-height: 15rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-blog3_item {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  border-radius: 1.25rem;
  flex-direction: row;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s, color .25s;
  display: flex;
  overflow: hidden;
}

.combine-blog3_item:hover {
  transform: translate(0, -.75rem);
  box-shadow: 0 16px 20px #8c94a533;
}

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

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

.combine-space-large-2 {
  height: 4rem;
}

.combine-text-size-regular-2 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_blog3 {
  background-color: var(--combine-library--grey-050);
}

.combine-blog4_paragraph-2 {
  color: var(--combine-library--grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h6-2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-blog4_date-2 {
  color: var(--combine-library--grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-blog4_content-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 1rem;
  display: flex;
}

.combine-blog4_image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-blog4_label-2 {
  z-index: 2;
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  border-radius: 4rem;
  margin-top: .75rem;
  margin-left: .75rem;
  padding: .25rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  inset: 0% auto auto 0%;
}

.combine-blog4_image-wrapper-2 {
  border-radius: 1.25rem;
  width: 100%;
  max-width: 12rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-blog4_item-2 {
  color: var(--combine-library--grey-800);
  flex-direction: row;
  text-decoration: none;
  display: flex;
}

.combine-blog4_wrapper-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-blog4_content-featured-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.combine-blog4_image-featured-2 {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 12rem;
  height: 24rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-blog4_featured-2 {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  border-radius: 1.25rem;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.combine-blog4_component-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-section_blog4-2 {
  background-color: var(--combine-library--white);
}

.collection-list-wrapper-5 {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.brix---paragraph-default {
  color: var(--combine-library--white);
  margin-bottom: 0;
  font-family: Outfit;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h3-size {
  color: var(--combine-library--white);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Outfit;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---heading-h1-size---mg-0 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---circle-number {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 160px;
  min-width: 160px;
  height: 160px;
  min-height: 160px;
  margin-bottom: 32px;
  display: flex;
}

.brix---content-center-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

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

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---logo-strip-image-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 1px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 16px;
  width: 284px;
  margin: 14px 16px;
}

.brix---logo-strip-full-width {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.brix---heading-h2-size-2 {
  color: var(--combine-library--grey-800);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

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

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-logo-strip-v6 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: center;
  justify-items: center;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: Outfit;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
  font-family: Outfit;
  font-size: 18px;
}

.brix---display-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.brix---heading-link-dark {
  color: var(--elements-webflow-library--neutral--800);
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link-dark:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

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

.brix---badge-secondary-small-bold {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---badge-wrapper-bottom-center {
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: auto 0% 33px;
}

.brix---avatar-image-link {
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---avatar-image-square {
  border-radius: 16px;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---grid-3-columns-gap-row-64px {
  grid-column-gap: 28px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---contact-v10-half-bg-image-right {
  z-index: -1;
  width: 46%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---text-area {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---input-label {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---grid-contact-v10 {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .95fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-contact-v10 {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
}

.brix---heading-h3-size-2 {
  color: var(--combine-library--white);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---display-2 {
  color: var(--elements-webflow-library--neutral--100);
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

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

.brix---grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Exo, sans-serif;
  display: grid;
}

.brix---heading-h2-size-3 {
  color: var(--combine-library--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.text-block-165 {
  font-size: 30px;
}

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.clients-quote-two {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

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

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

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

.footer-copyright-2 {
  color: #3a4554;
}

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

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

.brix---bg-image-full-width-2 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---contact-v4-half-bg-image {
  z-index: -1;
  width: 65%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.brix---error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---icon-success-message-big-2 {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---text-area-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---text-area-2:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-area-2::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---input-label-2 {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---input-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input-2:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input-2::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---form-grid-2-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 30px;
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---card-form-v2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 78px;
}

.brix---grid-contact-v4 {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-position-relative {
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: padding-box;
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

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

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

.centered-heading-6.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

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

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

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

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.brix---cta-v1-floating-item-02 {
  position: absolute;
  inset: auto -2% 0% auto;
}

.brix---cta-v1-floating-item-01 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto -1%;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---grid-cta-v1 {
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---cta-section {
  background-color: var(--elements-webflow-library--accent--primary-1);
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-circle-logo-strip-v7-sec-right {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 64px;
  bottom: 0%;
  right: 42.5%;
}

.brix---btn-circle-logo-strip-v7-sec-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-circle-logo-strip-v7-sec-left {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 64px;
  bottom: 0%;
  left: 42.5%;
}

.brix---btn-circle-logo-strip-v7-sec-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

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

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---section-small---bottom-large {
  padding-top: 100px;
  padding-bottom: 160px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---color-neutral-811 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---grid-cta-v10 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .78fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---cta-bg-overlay {
  background-image: linear-gradient(#0009, #0009);
  align-items: center;
  min-height: 80vh;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-chevron-right_icon-3 {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.combine-button-content-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon-3 {
  color: var(--combine-library--grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon-3:hover {
  color: var(--combine-library--primary-600);
}

.combine-text-size-regular-3 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h5-3 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-feature6_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-feature6_image-wrapper {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 17rem;
  display: flex;
  overflow: hidden;
}

.combine-feature6_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--combine-library--grey-800);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: transform .25s, color .25s;
  display: flex;
}

.combine-feature6_item:hover {
  transform: translate(0, -.75rem);
}

.combine-feature6_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-container-large-3 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large-3 {
  height: 4rem;
}

.combine-space-medium-3 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-3 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-container-small-3 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

.combine-padding-global-3 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_feature6 {
  background-color: var(--combine-library--white);
}

.text-block-166 {
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 44px;
}

.brix---grid-6-columns-logo-strip-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-167 {
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 33px;
}

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

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

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

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
  font-family: Typekiln Eloquiatext, sans-serif;
  font-size: 1.2rem;
}

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

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

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

.shadow-two-5 {
  box-shadow: 0 4px 24px #96a3b514;
}

.cf-review-text---18px---italic {
  color: #0d0e10e6;
  letter-spacing: -.16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 167%;
}

.cf-reviewer-image-3 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
  margin-left: -20px;
}

.cf-reviewer-image-2 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
  height: 52px;
  margin-left: -20px;
}

.cf-reviewer-image-1 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
}

.cf-bottom-right-container {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 240px;
  display: flex;
}

.cf-view-more-line {
  filter: grayscale();
  background-color: #0d0e10;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.cf-mail-icon {
  margin-left: 0;
  margin-right: 10px;
}

.cf-hero-email {
  color: #0d0e10;
  letter-spacing: -.32px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 4px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-bio-text {
  color: #0d0e10e6;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-top-right-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-right-info-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 29%;
  max-width: 290px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cf-hero-main-image {
  width: 45%;
  max-width: 581px;
}

.cf-hero-image-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-review-text {
  color: #0d0e10e6;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-review-stars-image {
  object-fit: contain;
  width: 100%;
  max-width: 152px;
  margin-bottom: 16px;
}

.cf-review-logo {
  object-fit: contain;
  width: 100%;
  max-width: 110px;
  margin-bottom: 20px;
}

.cf-bottom-left-contain {
  flex-direction: column;
  align-items: flex-start;
  max-width: 175px;
  display: flex;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-call-arrow-down.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-call-arrow-contain {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain.cf-gradient {
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.cf-gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-call-button {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-58px-heading {
  color: #000;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 110%;
}

.cf-top-left-contain {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-left-info-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  max-width: 400px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cf-1140px-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-1 {
  background-color: #f3f3f3;
  overflow: hidden;
}

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

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

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

.centered-heading-7.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

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

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

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

.shadow-two-6 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.navbar-logo-center-container-3.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-3 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-3 {
  width: 100%;
}

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

.nav-menu-block-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cf-logo-background-text {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff12, #fff0 90%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: PT Serif, serif;
  font-size: 300px;
  font-weight: 600;
  line-height: 320px;
  display: block;
  position: absolute;
  inset: 3% 0% auto;
}

.cf-logos-image {
  object-fit: contain;
}

.cf-logo-image-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 178px;
  height: 100px;
  margin-bottom: 32px;
  margin-right: 47px;
  display: flex;
}

.cf-logo-image-container.last {
  margin-right: 0;
}

.hide-3 {
  display: none;
}

.cf-logos-contain {
  z-index: 10;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 855px;
  display: flex;
  position: relative;
}

.cf-logos-heading {
  z-index: 10;
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #000;
  max-width: 620px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}

.cf-logo-wrapper {
  background-color: #ffc800;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 56px;
  display: flex;
  position: relative;
}

.cf-logo-section-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-125 {
  box-sizing: border-box;
  float: left;
  text-align: center;
  border-radius: 0;
}

.cf-form-text {
  color: #fffc;
  margin-top: 24px;
  font-size: 18px;
  line-height: 156%;
}

.cf-error-message {
  color: #fff;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-submit-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  background-image: url('../images/Arrow---Right-2.svg'), linear-gradient(150deg, #ffd000 20% 60%, #fff156 80%, #ffd000);
  background-position: 85% 53%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 70px;
  padding-right: 40px;
  font-size: 22px;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.cf-submit-button:hover {
  background-color: #ff5e69;
}

.cf-newsletter-text-field {
  color: #fff;
  background-color: #0d0e10;
  background-image: url('../images/EnvelopeSimple-white.svg');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff3;
  border-radius: 56px;
  width: 450px;
  height: 70px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 16px 28px 20px 66px;
  font-size: 20px;
  line-height: 150%;
}

.cf-newsletter-text-field:focus {
  border-color: #ff5e6966;
}

.cf-form {
  display: flex;
}

.cf-newsletter-form-block {
  flex-direction: row;
  margin-bottom: 0;
  display: block;
}

.cf-h2-white-heading-center {
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-info-heading {
  color: #fff6;
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.cf-newsletter-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-forms-section-2 {
  background-color: #0d0e10;
  margin-top: 100px;
  margin-bottom: 100px;
}

.cf-tab-image.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image.tab-1 {
  box-sizing: border-box;
  clear: none;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
  width: 66%;
  max-width: 385px;
}

.cf-tabs-right-tab {
  background-color: var(--elements-webflow-library--accent--primary-1);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.cf-tabs-element {
  position: absolute;
  inset: 4% 10% auto auto;
}

.cf-tabs-element._2 {
  inset: auto -6% -4% auto;
}

.cf-black-small-button {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  width: 169px;
  padding: 22px 32px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .9s;
}

.cf-black-small-button:hover {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple) 31%, var(--conversion-flow-library--light-coral) 75%, var(--conversion-flow-library--coral) 92%, var(--conversion-flow-library--sandy-brown));
}

.cf-black-small-button:active {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple) 31%, var(--elements-webflow-library--accent--primary-1) 100%, var(--conversion-flow-library--sandy-brown));
}

.cf-tabs-content-text {
  color: #000c;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-tabs-content-heading {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-sub-heading {
  color: var(--conversion-flow-library--medium-purple);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tabs-sub-heading:hover {
  -webkit-text-stroke-color: var(--elements-webflow-library--accent--primary-1);
}

.cf-tabs-left-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-content-contain {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 689px;
  display: flex;
}

.cf-tabs-image.absolute {
  position: absolute;
  inset: auto 17% 7% auto;
  box-shadow: 8px 18px 160px #0003;
}

.cf-tabs-image.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-image.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  inset: auto 8% 15% auto;
}

.cf-tabs-image.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 14%;
}

.cf-tabs-image.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-tabs-content {
  border-radius: 12px;
}

.cf-home-tab-link {
  color: #fff;
  background-color: #0000;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link:hover {
  opacity: .8;
}

.cf-home-tab-link.w--current {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 20px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cf-tabs-menu {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-home-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-tabs-header-text {
  color: #fffc;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-features-4-tabs-heading {
  text-align: center;
  max-width: 744px;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-header {
  color: #fff;
  max-width: 839px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-features-4-tabs-wrapper {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-features-section-4 {
  background-color: #0d0e10;
}

.text-block-168, .text-block-169, .text-block-170 {
  text-align: center;
}

.image-126 {
  box-sizing: border-box;
  aspect-ratio: 2 / 3;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 0;
  position: absolute;
}

.cf-testimonial-logos {
  width: 100%;
  max-width: 120px;
}

.cf-testimonial-logos._3 {
  margin-right: 20px;
}

.cf-hero-logos-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.cf-logos-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
}

.cf-testimonial-logos-contain {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1130px;
  margin: 70px auto;
  display: flex;
}

.cf-hero-layer-blur {
  filter: blur(25px);
  background-color: #f3f3f3;
  width: 100%;
  height: 140px;
  position: absolute;
  inset: auto 0% -12%;
}

.cf-testimonial-name-position {
  color: #0d0e10;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.cf-testimonial-text---italic {
  color: #0d0e10;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.cf-black-review-stars {
  margin-bottom: 14px;
}

.cf-hero-testimonial-contain {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  max-width: 360px;
  padding: 24px 32px;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 24px 94px #00000014;
}

.cf-image-review-container {
  width: 50%;
  max-width: 627px;
  position: relative;
}

.cf-testimonial-logo-image {
  margin-left: 16px;
}

.cf-extra-bold-span {
  font-weight: 800;
}

.cf-star-image {
  margin-right: 16px;
}

.cf-testmonial-text-wrapper {
  color: #0d0e10e6;
  align-items: center;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.cf-button-gradient {
  z-index: auto;
  background-color: #ffc800;
  background-image: linear-gradient(90deg, #f6c900 20%, #fcff5e 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

.cf-call-arrow-down-2 {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-cta-arrow-div {
  z-index: 1;
  background-color: #0000;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-cta-button.rectangle.small {
  padding: 20px 20px 20px 34px;
}

.cf-18px-paragraph {
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-64px-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 105%;
}

.home-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 540px;
  margin-top: 100px;
  display: flex;
}

.cf-1140px-wrapper-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-2 {
  background-color: #fff;
  overflow: hidden;
}

.cf-testimonial-logos-2 {
  width: 100%;
  max-width: 120px;
}

.cf-testimonial-logos-2._3 {
  margin-right: 20px;
}

.cf-hero-logos-wrap-2 {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.cf-logos-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
}

.cf-testimonial-logos-contain-2 {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1130px;
  margin: 70px auto;
  display: flex;
}

.cf-hero-layer-blur-2 {
  filter: blur(25px);
  background-color: #f3f3f3;
  width: 100%;
  height: 140px;
  position: absolute;
  inset: auto 0% -12%;
}

.cf-testimonial-name-position-2 {
  color: #0d0e10;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.cf-testimonial-text---italic-2 {
  color: #0d0e10;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.cf-black-review-stars-2 {
  margin-bottom: 14px;
}

.cf-hero-testimonial-contain-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  max-width: 360px;
  padding: 24px 32px;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 24px 94px #00000014;
}

.cf-hero-right-image-2 {
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: 2.39;
  vertical-align: text-top;
  object-fit: cover;
  object-position: 100% 50%;
  width: 999px;
  display: inline-block;
  position: relative;
  top: -98px;
  left: 146px;
}

.cf-image-review-container-2 {
  width: 50%;
  max-width: 627px;
  position: relative;
}

.cf-testimonial-logo-image-2 {
  margin-left: 16px;
}

.cf-extra-bold-span-2 {
  font-weight: 800;
}

.cf-star-image-2 {
  margin-right: 16px;
}

.cf-testmonial-text-wrapper-2 {
  color: #0d0e10e6;
  align-items: center;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.cf-button-gradient-2 {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

.cf-call-arrow-down-3 {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-cta-arrow-div-2 {
  z-index: 1;
  background-color: #0000;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text-2 {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button-2 {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button-2:hover {
  background-color: #b16cea;
}

.cf-cta-button-2.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-cta-button-2.rectangle.small {
  text-align: left;
  background-color: #ffc800;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 20px 20px 20px 34px;
}

.cf-18px-paragraph-2 {
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-64px-heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 105%;
}

.home-left-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 540px;
  margin-top: 100px;
  display: flex;
}

.cf-1140px-wrapper-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-3 {
  background-color: #fff;
  overflow: hidden;
}

.image-127 {
  float: none;
  text-align: center;
  position: relative;
  right: -77px;
}

.section-36 {
  background-color: #000;
}

.cf-features-section-1-block-paragraph {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.cf-block-h5-heading {
  color: #000;
  margin-top: 24px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.cf-features-section-1-image-contain {
  object-fit: contain;
}

.cf-features-section-1-grid-cell {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  box-shadow: 0 14px 100px #0000000d;
}

.cf-features-section-1-grid-cell.black {
  color: #17294e;
  background-color: #0000;
  padding: 0;
}

.cf-features-section-1-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-58px-heading---white {
  color: #000;
  text-align: center;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 110%;
}

.cf-features-section-1-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 140px;
}

.cf-features-section-1 {
  background-color: #fff;
}

.hero-heading-right-2 {
  background-color: #fff;
  background-image: url('../images/2_2.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-7 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

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

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

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

.waves-gradient-hero-1 {
  z-index: 9;
  background-image: linear-gradient(#faebe3, #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(to top, #faebe3, #faebe300);
  inset: auto 0% -1px;
}

.waves-image-hero-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-image-wrap-hero-1 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-column-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-hero-primary {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-bottom-line-2 {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.cf-faq-content-2 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
}

.cf-faq-answer-wrap-2 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 7%;
}

.cf-faq-line-vertical {
  background-color: #121212;
  border-radius: 100px;
  width: 2px;
  height: 10px;
  position: absolute;
}

.cf-faq-line {
  background-color: #121212;
  border-radius: 100px;
  width: 10px;
  height: 2px;
}

.cf-faq-icon-contain {
  border: 2px solid #121212;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.cf-faq-questions-2 {
  color: #0d0e10;
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

.cf-faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-faq-question-container-3 {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.cf-faq-question-container-3.first {
  border-top: 1px solid #e5e5e5;
}

.cf-faq-plus-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faqs-container {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.cf-faq-main-heading {
  color: #000;
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-faq-container {
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  padding-top: 100px;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-section-large {
  margin-top: 67px;
  padding-top: 0;
  padding-bottom: 0;
}

.footer8_legal-link {
  color: #000;
  font-size: .875rem;
  text-decoration: underline;
}

.home_team_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.home_testimonial_component {
  column-count: 3;
  column-gap: 2rem;
}

.text-weight-semibold {
  font-size: 20px;
  font-weight: 600;
}

.error-message-3 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.home_features-list_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.home_features-list_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.heading-23 {
  text-align: left;
  margin-bottom: 1.7rem;
  margin-right: -463px;
  padding-left: 0;
  padding-right: 449px;
  display: inline;
}

.navbar5_dropdown-content-right {
  flex: 1;
  max-width: 35rem;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  position: relative;
}

.bold-text-10 {
  float: none;
  display: flex;
}

.home_client-logos-list_component {
  box-sizing: border-box;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.home_timeline_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.padding-vertical, .padding-vertical.padding-xxlarge, .padding-vertical.padding-xsmall {
  padding-left: 0;
  padding-right: 0;
}

.text-align-center {
  text-align: center;
  margin-top: -52px;
}

.list-item-11 {
  text-align: center;
}

.navbar5_icon-wrapper {
  flex: none;
}

.home_features-list_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(500px, .75fr);
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.footer8_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

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

.footer8_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.home_blog-list_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.navbar5_dropdown-content {
  width: 100%;
  display: flex;
}

.navbar5_menu-left {
  display: flex;
}

.home_testimonial_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.home_cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home_faq_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.home_faq_accordion {
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

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

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.home_blog-list_title-wrapper {
  margin-bottom: .5rem;
}

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

.footer8_left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home_timeline_timeline-wrapper {
  position: relative;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-12 {
  font-family: Typekiln Eloquiatext, sans-serif;
}

.navbar5_blog-image-wrapper {
  flex: 1 0 40%;
  width: 100%;
}

.navbar5_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

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

.home_blog-list_component {
  flex-direction: column;
  align-items: center;
}

.features-metrics-2 {
  background-color: #ffe032;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.superscript-2 {
  font-size: 40px;
  display: inline;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
  padding-top: 21px;
}

.home_timeline_progress-bar {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.spline-scene-5 {
  box-sizing: border-box;
  aspect-ratio: 2 / 3;
}

.navbar5_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home_blog-list_item-content {
  background-color: #fff;
  background-image: url('../images/Staynex-3.png'), url('../images/Staynex-2.png'), linear-gradient(277deg, #ffd900, #fff);
  background-position: 100% 0, 0 0, 0 0;
  background-size: cover, auto, auto;
  border: 1px solid #000;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.home_blog-list_image {
  aspect-ratio: auto;
  filter: brightness(50%);
  object-fit: cover;
  background-image: url('../images/1_RkQJxe4Msv_dqws-nFWljA.webp');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

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

.home_blog-list_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

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

.navbar5_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.bold-text-11 {
  font-family: PT Sans, sans-serif;
}

.home_blog-list_button-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding-top: 24px;
  padding-left: 31px;
  padding-right: 0;
  display: flex;
}

.navbar5_dropdown-toggle {
  grid-column-gap: .5rem;
  color: #000;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.home_about_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(415px, 1.25fr) 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: -186px;
  padding-top: 80px;
  display: grid;
}

.navbar5_link {
  color: #000;
  padding: 1.5rem 1rem;
}

.navbar5_link.w--current {
  color: #000;
}

.navbar5_large-item-content {
  flex-direction: column;
  flex: auto;
  justify-content: flex-start;
  display: flex;
}

.padding-global {
  border: 1px solid var(--white);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0;
  margin-top: 78px;
  padding-top: 58px;
  padding-left: 5%;
  padding-right: 5%;
}

.home_blog-list_item-link {
  opacity: 1;
  mix-blend-mode: hard-light;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.home_timeline_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home_blog-list_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

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

.home_blog-list_author-wrapper {
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.home_blog-list_item {
  border: 1px solid #000;
}

.success-message-3 {
  background-color: #eee;
  padding: 1.5rem;
}

.features-title-2 {
  margin-bottom: 8px;
  font-family: Exo, sans-serif;
  font-size: 77px;
  font-weight: 600;
  line-height: 48px;
}

.footer8_link {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer8_bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer8_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.home_features-list_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.home_team_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button-14 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-14.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-14.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-14.is-small {
  padding: .5rem 1.25rem;
}

.button-14.is-secondary {
  color: #000;
  background-color: #0000;
  font-family: Typekiln Eloquiadisplay, sans-serif;
}

.navbar5_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.home_blog-list_author-image-wrapper {
  margin-right: 1rem;
}

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-select-input {
  background-image: none;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.footer8_credit-text {
  font-size: .875rem;
}

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

.margin-top.margin-huge {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  background-image: url('../images/Staynex-IDO-Launch-Kit.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 90vw;
  margin: 35px 0 0;
  padding-top: 0;
  padding-bottom: 34px;
  display: flex;
}

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

.navbar5_menu-button {
  padding: 0;
}

.navbar5_blog-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar5_dropdown-content-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar5_dropdown-content-wrapper.z-index-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content max-content;
  grid-auto-rows: max-content;
  width: 100%;
}

.home_blog-list_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.home_faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.home_features-list_lightbox-image {
  object-fit: cover;
}

.home_faq_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.heading-style-h5 {
  color: var(--waves-library--black);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.navbar5_blog-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.text-size-medium {
  padding-bottom: 17px;
  font-family: Typekiln Eloquiatext, sans-serif;
  font-size: 1.2rem;
  position: static;
}

.text-size-medium.text-weight-bold {
  font-family: Typekiln Eloquiadisplay, sans-serif;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.footer8_top-wrapper {
  grid-column-gap: 9vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.home_timeline_progress-bar-wrapper {
  background-color: #00000026;
  width: 2px;
  height: 75%;
  position: absolute;
  top: 10%;
  left: 2.4375rem;
  right: auto;
}

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

.bold-text-12 {
  padding-right: 14px;
}

.navbar5_dropdown-background-layer {
  background-color: #eee;
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home_timeline_timeline-icon-wrapper {
  z-index: 1;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.home_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #ecfdf3;
  cursor: pointer;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.home_timeline_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.home_blog-list_category-wrapper {
  margin-bottom: .5rem;
  display: flex;
}

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

.navbar5_menu-dropdown {
  position: static;
}

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

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

.columns-2 {
  padding-top: 0;
  padding-bottom: 53px;
}

.navbar5_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.line-divider {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.spline-scene-6 {
  aspect-ratio: 1;
}

.navbar5_dropdown-list.w--open {
  background-color: #fff;
  border-bottom: 1px solid #000;
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
}

.home_features-list_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home_testimonial_card {
  opacity: 1;
  mix-blend-mode: darken;
  background-color: #ffe209;
  border: 1px solid #000;
  border-right-width: 3px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
  box-shadow: 5px 2px 5px #0003;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-large.text-weight-semibold {
  margin-top: auto;
}

.navbar5_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.footer8_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.home_testimonial_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.footer8_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

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

.navbar5_logo-link {
  padding-left: 0;
}

.home_team_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template: ". Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.home_team_image {
  aspect-ratio: 1;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar5_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer8_right-wrapper {
  flex-direction: column;
  display: flex;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.text-size-regular {
  color: #000;
  font-family: PT Sans, sans-serif;
  font-size: 1rem;
}

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

.navbar5_component {
  background-color: #eee;
  border-bottom: 1px solid #000;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.text-size-small {
  color: var(--waves-library--black);
  font-size: .875rem;
  font-weight: 900;
}

.text-size-small.text-weight-semibold {
  color: #000;
}

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

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

.home_timeline_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

.home_team_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.heading-38 {
  text-align: left;
  margin-bottom: 1.7rem;
  margin-right: -463px;
  padding-left: 105px;
  padding-right: 402px;
  display: inline;
}

.bold-text-13 {
  float: none;
  display: flex;
}

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

.features-metrics-3 {
  background-color: #ffe032;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.bold-text-14 {
  font-family: PT Sans, sans-serif;
}

.features-title-3 {
  margin-bottom: 8px;
  font-family: Exo, sans-serif;
  font-size: 77px;
  font-weight: 600;
  line-height: 48px;
}

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

.bold-text-15 {
  padding-right: 14px;
}

.spline-scene-7 {
  aspect-ratio: 1;
}

.heading-51 {
  padding-top: 78px;
  padding-left: 2px;
}

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

.image-128 {
  padding-left: 159px;
}

.image-129 {
  padding-left: 163px;
}

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

.button-15.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-15.is-small {
  padding: .5rem 1.25rem;
}

.button-15.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-15.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer.hide {
  display: none;
}

.home_hero-header_component {
  flex-direction: column;
  height: 100svh;
  min-height: 100svh;
  display: flex;
}

.home_hero-header_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home_hero-header_image-wrapper {
  flex: 1;
  position: relative;
}

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

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

.home_hero-header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.home_about_image {
  width: 100%;
  height: 100%;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.home_features-list_image {
  width: 100%;
  height: 100%;
}

.home_testimonial_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.home_testimonial_rating-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.home_client-logos-list_logo {
  max-height: 3.5rem;
}

.success-message-4 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

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

.button-16.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-16.is-small {
  padding: .5rem 1.25rem;
}

.button-16.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-16.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.success-message-5 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

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

.button-17.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-17.is-small {
  padding: .5rem 1.25rem;
}

.button-17.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-17.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.about-us_header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.about-us_feature-1_image {
  width: 100%;
  height: 100%;
}

.about-us_feature-1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-us_feature-1_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.about-us_feature-2_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 1.5rem;
  display: grid;
}

.about-us_feature-2_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-us_feature-2_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.about-us_feature-2_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.about-us_feature-2_image-wrapper {
  width: 100%;
  overflow: hidden;
}

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

.about-us_team_image {
  width: 100%;
  height: 100%;
}

.about-us_team_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.about-us_team_item {
  display: flex;
}

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

.success-message-6 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

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

.button-18.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-18.is-secondary.is-alternate {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.button-18.is-small {
  padding: .5rem 1.25rem;
}

.button-18.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-18.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.section_solutions_header {
  position: relative;
}

.solutions_header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.text-color-white {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

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

.solutions_feature-1_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.solutions_feature-1_image {
  width: 100%;
  height: 100%;
}

.solutions_feature-2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.solutions_feature-2_image, .solutions_feature-3_image {
  width: 100%;
  height: 100%;
}

.solutions_feature-3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.solutions_feature-3_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.button-19.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-19.is-small {
  padding: .5rem 1.25rem;
}

.button-19.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-19.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.blog_featured-blog-list-header_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog_featured-blog-list-header_menu-link {
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.blog_featured-blog-list-header_menu-link.w--current {
  border-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog_featured-blog-list-header_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog_featured-blog-list-header_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog_featured-blog-list-header_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog_featured-blog-list-header_category-link.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog_featured-blog-list-header_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog_featured-blog-list-header_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog_featured-blog-list-header_author-image-wrapper {
  margin-right: 1rem;
}

.blog_featured-blog-list-header_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog_featured-blog-list-header_date-wrapper {
  align-items: center;
  display: flex;
}

.blog_featured-blog-list-header_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.blog_featured-blog-list-header_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog_featured-blog-list-header_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog_featured-blog-list-header_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.blog_list-1_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog_list-1_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog_list-1_item {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.blog_list-1_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.blog_list-1_category {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.blog_list-1_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog_list-1_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog_list-1_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.blog_list-1_title-wrapper {
  margin-bottom: .5rem;
}

.blog_list-1_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog_list-2_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog_list-2_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog_list-2_title-wrapper {
  margin-bottom: .5rem;
}

.blog_list-2_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog_list-2_item {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.blog_list-2_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog_list-2_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog_list-2_component {
  flex-direction: column;
  align-items: center;
}

.blog_list-2_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog_list-2_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.blog_list-2_category {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.blog_contact_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog_contact_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blog_contact_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

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

.button-20.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-20.is-small {
  padding: .5rem 1.25rem;
}

.button-20.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-20.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.blog-post_header_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blog-post_header_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post_header_category-link {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post_header_category-link.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog-post_header_date {
  margin-left: .25rem;
  font-size: .875rem;
}

.blog-post_header_meta-wrapper {
  margin-bottom: 1.5rem;
}

.blog-post_header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.blog-post_header_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

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

.blog-post_header_title-wrapper {
  flex-direction: column;
}

.blog-post_body_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

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

.blog-post_body_content {
  margin-bottom: 4rem;
}

.blog-post_body_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post_body_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blog-post_body_divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.blog-post_body_tag-item {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post_body_tag-item.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog-post_body_author-image-wrapper {
  margin-right: 1rem;
}

.blog-post_body_social-link {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  border-radius: 20px;
  padding: .25rem;
}

.blog-post_body_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.blog-post_body_tag-list-wrapper {
  width: 50%;
}

.blog-post_body_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-post_testimonial_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-post_testimonial_logo {
  max-height: 3rem;
}

.blog-post_testimonial_rating-wrapper {
  display: flex;
}

.blog-post_testimonial_rating-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

.blog-post_testimonial_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.blog-post_testimonial_divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  align-self: stretch;
  width: 1px;
}

.blog-post_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post_cta_image {
  width: 100%;
  height: 100%;
}

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

.blog-post_contact_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blog-post_contact_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post_contact_map {
  width: 100%;
  height: 100%;
}

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

.button-21.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-21.is-small {
  padding: .5rem 1.25rem;
}

.button-21.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-21.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.section_contact_header {
  position: relative;
}

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

.contact_header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.contact_contact-1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.contact_contact-1_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_contact-1_map {
  width: 100%;
  height: 100%;
}

.form_checkbox-icon {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_radio-icon {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-label {
  margin-bottom: 0;
}

.contact_contact-2_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.form_radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_contact-2_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-text {
  color: #e23939;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.success-text {
  font-weight: 600;
}

.form_field-wrapper {
  position: relative;
}

.contact_form_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.contact_form_item {
  display: flex;
}

.contact_form_map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contact_form_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.contact_form_map-wrapper {
  width: 100%;
  height: 35rem;
  position: relative;
}

.contact_locations_item {
  display: flex;
}

.contact_locations_image {
  width: 100%;
  height: 100%;
}

.contact_locations_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

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

.contact_locations_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer8_legal-link-2 {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  font-size: .875rem;
  text-decoration: underline;
}

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

.heading-54 {
  text-align: left;
  margin-bottom: 1.7rem;
  margin-right: -463px;
  padding-left: 0;
  padding-right: 449px;
  display: inline;
}

.bold-text-16 {
  float: none;
  display: flex;
}

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

.features-metrics-4 {
  background-color: #ffe032;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.bold-text-17 {
  font-family: PT Sans, sans-serif;
}

.success-message-7 {
  background-color: #eee;
  padding: 1.5rem;
}

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

.bold-text-18 {
  padding-right: 14px;
}

.spline-scene-8 {
  aspect-ratio: 1;
}

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

.heading-70 {
  text-align: left;
  margin-bottom: 1.7rem;
  margin-right: -463px;
  padding-left: 0;
  padding-right: 449px;
  display: inline;
}

.bold-text-19 {
  float: none;
  display: flex;
}

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

.features-metrics-5 {
  background-color: #ffe032;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.bold-text-20 {
  font-family: PT Sans, sans-serif;
}

.success-message-8 {
  background-color: #eee;
  padding: 1.5rem;
}

.heading-78 {
  box-sizing: border-box;
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  flex-flow: row;
  margin-left: 2px;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 11px;
  font-family: Typekiln Eloquiadisplay, sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

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

.bold-text-21 {
  padding-right: 14px;
}

.spline-scene-9 {
  aspect-ratio: 1;
}

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

.heading-81 {
  text-align: left;
  margin-bottom: 1.7rem;
  margin-right: -419px;
  padding-left: 0;
  padding-right: 481px;
  display: inline;
}

.bold-text-22 {
  float: none;
  display: flex;
}

.heading-82, .heading-83 {
  text-align: center;
}

.bold-text-23 {
  color: var(--waves-library--black);
  font-family: PT Sans, sans-serif;
}

.success-message-9 {
  background-color: #eee;
  padding: 1.5rem;
}

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

.bold-text-24 {
  padding-left: 93px;
  padding-right: 14px;
}

.spline-scene-10 {
  aspect-ratio: 1;
}

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

.container-23 {
  padding-left: 160px;
}

.image-130 {
  padding-left: 134px;
}

.image-131 {
  padding-left: 129px;
}

.heading-86 {
  text-align: center;
  margin-bottom: 1.7rem;
  margin-right: -420px;
  padding-left: 75px;
  padding-right: 449px;
  display: inline;
}

.bold-text-25 {
  margin-left: 210px;
  padding-left: 0;
  padding-right: 14px;
  font-size: 40px;
}

.heading-87 {
  text-align: left;
  margin-bottom: 1.7rem;
  margin-right: -463px;
  padding-left: 0;
  padding-right: 449px;
  display: inline;
}

.bold-text-26 {
  padding-right: 14px;
  font-size: 40px;
}

.bold-text-27, .bold-text-28 {
  color: var(--waves-library--black);
}

.bold-text-29 {
  text-align: center;
  font-size: 40px;
}

.spline-scene-11 {
  padding-top: 23px;
  padding-bottom: 0;
}

.footer-subscribe-2 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 50px 30px 40px;
  position: relative;
}

.container-24 {
  color: var(--floral-white);
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two-2 {
  color: #000;
  background-color: #f5f7fa;
  background-image: linear-gradient(#fb0 19%, #ffe389 69%, #fb0 78%, #fc0 100%, #f60 100%, #fff);
  border: 3px solid #000;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input-2 {
  border: 1px #000;
  border-radius: 20px;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input-2::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.button-primary-15.footer-form-button {
  border-radius: 20px;
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three-2 {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

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

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

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

.footer-bottom-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-3 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

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

.footer-legal-link-2 {
  color: #f8fbff;
  margin-left: 24px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.container-25 {
  padding-top: 52px;
}

.bold-text-30 {
  font-family: Typekiln Eloquiadisplay, sans-serif;
  font-size: 50px;
}

.body-3 {
  font-family: Typekiln Eloquiadisplay, sans-serif;
}

.text-block-191 {
  font-family: Typekiln Eloquiatext, sans-serif;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  font-family: Typekiln Eloquiadisplay, sans-serif;
  display: flex;
}

.heading-88 {
  font-family: Typekiln Eloquiadisplay, sans-serif;
}

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

.bold-text-31 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.spline-scene-3 {
  box-sizing: border-box;
  aspect-ratio: 2.39;
  object-fit: fill;
}

.heading-89 {
  font-family: Typekiln Eloquiadisplay, sans-serif;
}

.bold-text-32 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-section-large-3 {
  padding-top: 6.7rem;
  padding-bottom: 7rem;
  position: static;
}

.spline-scene-12 {
  box-sizing: border-box;
  aspect-ratio: 2.39;
  object-fit: fill;
}

.background-color-yellow300 {
  background-color: #fde272;
}

.background-color-yellow500 {
  background-color: #eaaa08;
}

.background-color-yellow900 {
  background-color: #713b12;
}

.background-color-yellow700 {
  background-color: #a15c07;
}

.background-color-yellow50 {
  background-color: #fefbe8;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #dee3f4;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.background-color-yellow400 {
  background-color: #fac515;
}

.background-color-yellow600 {
  background-color: #ca8504;
}

.background-color-yellow100 {
  background-color: #fef7c3;
}

.background-color-yellow800 {
  background-color: #854a0e;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.background-color-yellow200 {
  background-color: #feee95;
}

.background-color-yellow25 {
  background-color: #fefdf0;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.heading-90 {
  font-family: Typekiln Eloquiadisplay, sans-serif;
}

.bold-text-33 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.spline-scene-13 {
  box-sizing: border-box;
  aspect-ratio: 2.39;
  object-fit: fill;
}

.text-weight-semibold {
  font-family: Typekiln Eloquiadisplay, sans-serif;
  font-weight: 600;
}

.navbar5_component-2 {
  background-color: #fff;
  border-bottom: 1px solid #000;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Typekiln Eloquiadisplay, sans-serif;
  display: flex;
}

.text-size-small-2 {
  font-size: .875rem;
}

.heading-91 {
  font-family: Typekiln Eloquiadisplay, sans-serif;
}

.bold-text-34 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-13, .paragraph-14 {
  font-family: Typekiln Eloquiatext, sans-serif;
}

.heading-style-h4-2 {
  font-family: Typekiln Eloquiadisplay, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.spline-scene-4 {
  aspect-ratio: 1;
  object-fit: fill;
  margin-top: -345px;
  margin-left: -196px;
  margin-right: -205px;
  padding: 250px 18px 0 178px;
}

.home_features-list_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.paragraph-15 {
  font-family: Typekiln Eloquiatext, sans-serif;
}

.bold-text-35 {
  text-align: left;
  font-size: 20px;
  line-height: 20px;
}

.bold-text-36 {
  font-size: 21px;
  line-height: 20px;
}

.bold-text-37, .bold-text-38 {
  text-align: left;
  font-size: 21px;
  line-height: 20px;
}

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

.heading-93 {
  justify-content: center;
  align-items: center;
  font-size: 40px;
  display: flex;
}

.text-block-192 {
  font-family: Typekiln Eloquiatext, sans-serif;
  font-size: 1.2em;
}

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

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

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

.bold-text-40, .bold-text-40-copy {
  padding-left: 205px;
}

.bold-text-41 {
  padding-left: 280px;
}

.paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20 {
  font-family: Typekiln Eloquiatext, sans-serif;
}

.features-table {
  border: 1px solid #fff;
  margin-bottom: -90px;
  padding: 22px 30px 80px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

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

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

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

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

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

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

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

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

.brix---paragraph-default-4 {
  color: var(--waves-library--white);
  -webkit-text-stroke-color: var(--waves-library--black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-812 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library--secondary--color-2);
}

.brix---display-4 {
  color: var(--waves-library--white);
  -webkit-text-stroke-color: var(--waves-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.brix---color-neutral-813 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px-4 {
  margin-bottom: 16px;
}

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

.brix---grid-4-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 44px;
  display: grid;
}

.brix---heading-h2-size-5 {
  color: var(--waves-library--white);
  -webkit-text-stroke-color: var(--waves-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px-2 {
  margin-bottom: 56px;
}

.brix---container-default-6 {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #000;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-4 {
  color: var(--waves-library--black);
  padding-top: 0;
  padding-bottom: 0;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-testimonial-4 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---testimonial-text-big {
  font-size: 32px;
  line-height: 130%;
}

.waves-bottom-testimonial-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 180px;
  display: flex;
}

.waves-logo-testimonial-4 {
  height: 30px;
}

.waves-right-testimonial-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.waves-image-testiomnial-4 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.waves-grid-testimoials-4 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
}

.waves-master-testimonial-4 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 24px;
  padding: 62px;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-parallax-scribble-2 {
  width: 100%;
  max-width: 329px;
  position: absolute;
  inset: auto auto 10% 15%;
}

.cf-parallax-scribble-1 {
  width: 100%;
  max-width: 370px;
  position: absolute;
  inset: auto 5% 15% auto;
}

.cf-parallax-image-4 {
  z-index: 1;
  border-radius: 20px;
  width: 40%;
  max-width: 520px;
  position: relative;
}

.cf-parallax-image-3 {
  z-index: 2;
  border-radius: 20px;
  width: 25%;
  max-width: 330px;
  position: absolute;
  inset: auto auto 0% 51%;
}

.cf-parallax-image-2 {
  z-index: 1;
  border-radius: 20px;
  width: 24%;
  max-width: 280px;
  position: absolute;
  inset: 20% -2% auto auto;
}

.cf-parallax-image-1 {
  z-index: 1;
  border-radius: 20px;
  width: 50%;
  max-width: 400px;
  position: absolute;
  inset: auto auto 5% -10%;
}

.cf-parallax-image-contain {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 812px;
  margin: 0 auto 200px;
  display: flex;
  position: relative;
}

.cf-82px-heading {
  color: #fff;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Typekiln Eloquiadisplay, sans-serif;
  font-size: 82px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.cf-hero-section-5---heading-wrapper {
  z-index: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.cf-hero-section-5 {
  background-color: #fff;
  background-image: linear-gradient(#0d0e10 50%, #fff 50%);
  border: 1px solid #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.container-27 {
  padding-top: 0;
  padding-bottom: 69px;
}

.bold-text-42 {
  font-family: Typekiln Eloquiadisplay, sans-serif;
}

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

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

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 36px;
}

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

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

.waves-master-logos-2 {
  grid-column-gap: 80px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 950px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  padding-top: 0;
  padding-bottom: 100px;
}

.heading-96 {
  text-align: center;
  font-size: 40px;
}

.bold-text-45 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-21 {
  font-family: Typekiln Eloquiatext, sans-serif;
  font-size: 1.2rem;
  line-height: 23px;
}

.cf-features-section-1-block-paragraph-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.cf-block-h5-heading-2 {
  margin-top: 24px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.cf-features-section-1-image-contain-2 {
  object-fit: contain;
}

.cf-features-section-1-grid-cell-2 {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  box-shadow: 0 14px 100px #0000000d;
}

.cf-features-section-1-grid-cell-2.black {
  color: #fff;
  background-color: #0000;
  padding: 0;
}

.cf-features-section-1-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-58px-heading---white-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 110%;
}

.cf-features-section-1-wrapper-2 {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 140px;
}

.cf-features-section-5 {
  background-color: #0d0e10;
}

.spline-scene-14 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.image-132 {
  width: 325.32px;
}

.image-133 {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 9px;
}

.cf-logo-images-2 {
  background-color: #0000;
  margin-bottom: 0;
  margin-left: 1%;
  margin-right: 1%;
}

.cf-logos-contain-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  opacity: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

.cf-logo-22px-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Typekiln Eloquiadisplay, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.cf-logos-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.efi-jumbo {
  margin-top: -154px;
  padding-left: 0;
  font-size: 5.5vh;
  line-height: 1.1em;
}

.efi-hr-01-title-wrapper {
  margin-bottom: 25px;
}

.efi-button {
  background-color: #000;
  border-radius: 20px;
  margin-right: 31px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 400;
  transition: all .7s;
}

.efi-button:hover {
  transform: translate(0, -7px);
}

.efi-hr-01-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -4%;
  margin-left: 1px;
  padding-top: 189px;
  padding-left: 105px;
  display: flex;
}

.background-video-3 {
  background-image: linear-gradient(#0000004a, #0000004a), linear-gradient(#ffc7005c, #fff);
  height: 700px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.efi-hr-01-left-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.header {
  font-family: Typekiln Eloquiatext, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.efi-hr-01-right-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.superscript-3 {
  font-size: 6vh;
}

.image-134 {
  background-color: #fff;
  border-radius: 8px;
}

.image-135 {
  background-color: #fff;
  border-radius: 5px;
}

.image-136 {
  background-color: #fff;
  border-radius: 3px;
}

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.combine-team1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library--grey-600);
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-team1_social-link:hover {
  color: var(--combine-library--primary-600);
}

.combine-team1_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-text-size-regular-4 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-team1_job-title {
  color: var(--combine-library--grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h6-3 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-team1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-team1_image-wrapper {
  border-radius: 4rem;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
}

.combine-team1_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--combine-library--white);
  text-align: center;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.5rem;
  display: flex;
}

.combine-team1_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  margin-top: 39px;
  display: flex;
}

.combine-container-medium {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large-4 {
  height: 4rem;
}

.combine-space-medium-4 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-4 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-container-small-4 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

.combine-padding-global-4 {
  background-color: var(--waves-library--white);
  padding-top: 125px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_team1 {
  background-color: var(--combine-library--grey-050);
}

.bold-text-47 {
  vertical-align: baseline;
  margin-left: auto;
  margin-right: auto;
  display: inline;
}

@media screen and (min-width: 1280px) {
  ._50.list-right {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  ._50.pass-left {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._50.pass-right {
    background-color: #f7f6f5;
  }

  .footer-signup.line-block-9 {
    cursor: pointer;
  }

  .section {
    background-color: #16171600;
    height: 100vh;
  }

  .div-block-4307 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    height: auto;
  }

  .heading-47-copy {
    width: 100%;
  }

  .margin1 {
    width: 100%;
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .margin1.we {
    align-items: flex-start;
  }

  .background-video-2 {
    object-fit: cover;
    height: 100vh;
    position: absolute;
  }

  .image-54 {
    width: 230px;
    bottom: -74.223px;
    left: 28%;
  }

  .image-54._2 {
    width: 190px;
    bottom: -161.152px;
    left: -3%;
  }

  .footer-powered-by.powered-by-div {
    margin-bottom: 20px;
  }

  .container-3.intro-container {
    display: block;
  }

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

  .flex-h.checkbox-div.arsenal {
    justify-content: flex-start;
  }

  .flex-h.footer-socials {
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  ._65.global-right {
    background-position: 50% 0;
  }

  .new-listing-wrapper.first-section {
    opacity: 1;
    background-color: #fffffff2;
  }

  .text-block-57 {
    font-size: 14px;
  }

  ._40.intro-left {
    -webkit-text-fill-color: inherit;
    background-color: #f9f9f1b3;
    background-image: url('../images/bg_1.svg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    background-clip: border-box;
  }

  ._60.prop-right {
    background-position: 100% 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .text-block-59 {
    font-size: 12px;
  }

  .text-block-62, .text-block-71 {
    font-size: 14px;
  }

  .text-block-77 {
    font-size: 20px;
  }

  .text-block-79 {
    font-size: 14px;
  }

  .image-62 {
    opacity: .45;
    filter: invert();
    cursor: pointer;
    width: 30px;
  }

  .text-block-80 {
    color: #ffffffb3;
    font-size: 12px;
  }

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

  .text-block-82 {
    text-align: center;
    object-fit: fill;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    display: block;
    position: static;
    overflow: visible;
  }

  .image-67 {
    width: 120px;
  }

  .image-68 {
    width: 50px;
  }

  .text-block-98 {
    font-size: 22px;
  }

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

  .image-76 {
    width: 50px;
  }

  .link-block-9.sign-up {
    cursor: pointer;
  }

  .div-block-4348 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-111 {
    font-size: 14px;
  }

  .div-block-4350 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    overflow: visible;
  }

  .container-4 {
    display: block;
  }

  .div-block-4352 {
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu {
    justify-content: space-between;
    align-self: auto;
    display: flex;
  }

  .nft-checklist-image {
    min-height: 630px;
  }

  .section-15 {
    background-position: 0 0, 50% 70%;
  }

  .match-wrap {
    min-height: 200px;
  }

  .button-7 {
    color: #fff;
    text-align: center;
    background-color: #e55735;
    border-radius: 4px;
    flex: 0 auto;
    width: 132px;
    height: 34px;
    padding: 0 20px;
    font-family: Be Vietnam Pro;
    font-size: 12px;
    font-weight: 500;
    line-height: 34px;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .button-8 {
    background-color: var(--coral);
    opacity: 1;
    mix-blend-mode: normal;
    border-radius: 4px;
    align-self: center;
    align-items: center;
    height: 34px;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .button-8.nav-cta {
    padding-top: 9px;
    padding-bottom: 9px;
  }

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

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

  .text-block-small-title {
    font-size: 14px;
  }

  .ticket-1 {
    width: auto;
    padding-left: 80px;
    padding-right: 80px;
  }

  .prizes {
    justify-content: center;
  }

  .div-prizes {
    grid-template-columns: 1fr .3fr 1fr .3fr 1fr;
  }

  .ticket-2 {
    width: auto;
    padding-left: 80px;
    padding-right: 80px;
  }

  .give-away-2 {
    border-top-width: 0;
  }

  .flex-h-copy.checkbox-div.arsenal {
    justify-content: flex-start;
  }

  .flex-h-copy.footer-socials {
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .vertical {
    padding-left: 30px;
  }

  .image-97 {
    max-width: 80%;
  }

  .prizes-copy {
    justify-content: center;
  }

  .div-prizes-2 {
    grid-template-columns: 1fr .3fr 1fr .3fr 1fr .3fr 1fr;
  }

  .image-102 {
    cursor: pointer;
    transition: left .225s;
  }

  .section-hitec {
    background-position: 0 0, 50% 5%;
  }

  .section-29 {
    overflow: hidden;
  }

  .navbar-no-shadow {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .navbar-no-shadow-container {
    line-height: 20px;
  }

  .container-regular {
    max-width: 1286px;
  }

  .navbar-wrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
    display: flex;
  }

  .nav-link-5 {
    font-size: 16px;
    font-weight: 500;
  }

  .cf-tabs-element {
    top: 18%;
    right: 21%;
  }

  .cf-testimonial-logos, .cf-testimonial-logos-2 {
    max-width: 130px;
  }

  .superscript-2 {
    font-size: 33px;
  }

  .home_about_component {
    height: 60vw;
    display: flex;
  }

  .bold-text-27, .bold-text-28 {
    font-family: Typekiln Eloquiadisplay, sans-serif;
  }

  .bold-text-30 {
    width: 50%;
    height: 80vw;
  }

  .brix---paragraph-default-4 {
    color: var(--floral-white);
  }

  .brix---display-4 {
    color: var(--waves-library--white);
  }

  .brix---heading-h2-size-5 {
    color: var(--floral-white);
  }

  .brix---container-default-6 {
    background-color: #000;
  }

  .bold-text-43 {
    font-family: Typekiln Eloquiadisplay, sans-serif;
    font-weight: 200;
  }

  .bold-text-46 {
    height: 100vw;
  }
}

@media screen and (min-width: 1440px) {
  .zero-bg-img {
    color: #1f1111;
  }

  .team-member-image, .team-member-image-2 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .brix---form-grid-2-columns-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .cf-tab-image.tab-5 {
    width: 68%;
  }

  .cf-tab-image.tab-4 {
    width: 78%;
  }

  .cf-tab-image.tab-3 {
    width: 80%;
  }

  .cf-tab-image.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-tabs-element {
    top: 18%;
    right: 20%;
  }

  .cf-tabs-image.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image.absolute.card {
    width: 48%;
  }

  .cf-tabs-image.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-image.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image.tab-2 {
    width: 62%;
  }

  .cf-testimonial-logos, .cf-testimonial-logos-2 {
    max-width: 140px;
  }

  .body-3 {
    margin-left: -4.5vw;
    padding-right: 0;
  }

  .cf-logos-contain-2 {
    padding-bottom: 89px;
  }
}

@media screen and (min-width: 1920px) {
  ._50.list-right {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  ._50.global-right {
    padding-bottom: 10px;
  }

  .section {
    height: 100vh;
  }

  .collection-list-wrapper-2 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .margin {
    max-width: 1280px;
  }

  .div-block-4307 {
    background-image: none;
    height: 70vh;
  }

  .image-9 {
    bottom: -144.198px;
    left: 577px;
  }

  .image-11 {
    bottom: -138.198px;
    right: 715px;
  }

  .fixed_backgroumd {
    background-color: #0e0f0e;
  }

  .background-video-2 {
    height: 100vh;
  }

  .image-54 {
    width: 250px;
    bottom: -165.223px;
    left: 195px;
  }

  .image-54._2 {
    width: 230px;
    bottom: -306.152px;
    left: 45px;
  }

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

  .container-3.minting-container {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  ._65.global-right {
    background-position: 50% 0;
    min-height: 420px;
  }

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

  ._60.prop-right {
    background-position: 50%;
    background-size: cover;
  }

  .nft-checklist-image {
    min-height: 840px;
  }

  .section-15 {
    background-position: 0 0, 50% 60%;
  }

  .text-block-119 {
    max-width: 480px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .text-block-120, .text-block-125 {
    font-size: 16px;
  }

  .text-block-126 {
    font-size: 24px;
  }

  .text-block-131 {
    font-size: 16px;
    line-height: 22px;
  }

  .button-8 {
    background-color: #e55735;
    display: none;
  }

  .top-banner-challenge {
    object-fit: fill;
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .text-block-small-title {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

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

  .div-prizes {
    grid-template-columns: 1fr .3fr 1fr .3fr 1fr;
  }

  .text-block-126---alignleft {
    font-size: 24px;
  }

  .text-block-date-align-left {
    font-size: 16px;
  }

  .floating, .link-block-12 {
    width: 250px;
  }

  .div-prizes-2 {
    grid-template-columns: 1fr .3fr 1fr .3fr 1fr .3fr 1fr;
  }

  .image-102 {
    width: 100%;
  }

  .section-hitec {
    background-position: 0 0, 50% 10%;
  }

  .hitec-title {
    max-width: 480px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 32px;
  }

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

  .shadow-two {
    box-shadow: none;
  }

  .zero-color-overlay {
    padding: 120px 50px;
  }

  .div-block-4386 {
    margin-top: 100%;
  }

  .hotel-resorts-color-overlay, .innovate-color-overlay, .loyalty-color-overlay {
    padding: 120px 50px;
  }

  .section-29 {
    width: 100%;
    overflow: hidden;
  }

  .div-block-4389 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .heading-18 {
    pointer-events: auto;
  }

  .image-112, .image-113, .image-114 {
    height: 120%;
  }

  .link-block-14 {
    z-index: 100;
    background-color: #f3f3f3;
    border-radius: 12px;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    display: flex;
    position: fixed;
    bottom: 60px;
    right: 60px;
    box-shadow: 0 11px 12px #0003;
  }

  .text-block-157 {
    color: var(--black);
    font-family: Outfit;
    font-size: 17px;
    font-weight: 700;
    line-height: 17.5px;
    text-decoration: none;
  }

  .button-13 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .team-card {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .team-slider-2 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: content-box;
  }

  .heading-23 {
    text-align: left;
    margin-right: -463px;
    padding-right: 449px;
  }

  .padding-global {
    width: 100vw;
    margin-left: 11vw;
    margin-right: 11vw;
    padding-top: 11vw;
  }

  .heading-38 {
    padding-left: 419px;
  }

  .efi-hr-01-grid {
    background-image: none;
    margin-left: 207px;
    padding-right: 0;
  }

  .background-video-3 {
    background-image: linear-gradient(#0000004a, #0000004a), linear-gradient(#ffc7005c, #fff);
    height: 1000px;
    margin-left: -95px;
    margin-right: -100px;
  }

  .efi-hr-01-left-content {
    padding-left: 46px;
  }

  .efi-hr-01-right-content {
    background-position: 0%;
  }
}

@media screen and (max-width: 991px) {
  ._50.content-left {
    padding: 70px 60px;
  }

  ._50.global-left {
    padding-left: 45px;
    padding-right: 45px;
  }

  ._50.global-right {
    padding-left: 55px;
    padding-right: 55px;
  }

  ._50.mint-left {
    flex-direction: column;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  ._50.mint-right {
    border-top: 0 solid #b1b1b180;
    border-left-style: none;
    flex-direction: column;
    width: 100%;
    padding-top: 50px;
    padding-left: 30px;
  }

  .footer-signup {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    margin-left: 15%;
  }

  .heading-2.white-faq {
    margin-bottom: 100px;
  }

  .heading-2.white-faq.dark {
    margin-bottom: 0;
  }

  .text-block-36.no.mid {
    text-align: center;
  }

  .text-block-36.no.mid.left.l {
    text-align: left;
  }

  .text-block-36.no.small.s {
    text-align: center;
  }

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

  .div-block-4223 {
    width: 90%;
  }

  .margin {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .margin.double.mob {
    padding-left: 0;
    padding-right: 0;
  }

  .section-base.padd.rel {
    height: auto;
    padding-top: 40px;
    padding-bottom: 218px;
  }

  .section-base._2 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section-base.how {
    display: block;
  }

  .section-base.how.m {
    padding-top: 80px;
    padding-bottom: 81px;
    display: block;
  }

  .section-base.how.d {
    display: none;
  }

  .section-base.how-copy {
    display: block;
  }

  .section-base.how-copy.m {
    padding-top: 80px;
    padding-bottom: 81px;
    display: none;
  }

  .section-base.how-copy.d, .section-base.nopad.dt {
    display: none;
  }

  .section-base.nopad.mob {
    background-color: #f9f6ee;
    background-image: url('../images/bg_1.svg');
    display: flex;
  }

  .section-base.epl {
    background-image: linear-gradient(360deg, #0f100f 71%, #0000), url('../images/2_1.png'), url('../images/1_1.png');
    background-position: 0 0, 105% 40px, -40px 50px;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, 288px, 288px;
  }

  .div-block-4311.s.asd {
    padding: 0;
  }

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

  .div-block-4312 {
    margin-bottom: 30px;
  }

  .div-block-4312.s {
    padding-top: 42px;
  }

  .div-block-4312.s.sfg {
    padding-top: 14px;
  }

  .div-block-4312.left {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 37px;
    padding-top: 22px;
  }

  .div-block-4312.left.padmin {
    justify-content: flex-start;
  }

  .div-block-4312.epl {
    text-align: center;
    width: 50%;
  }

  .image-5 {
    width: 150px;
    margin-top: -26px;
    margin-left: -10px;
  }

  .grid-statistics-4x.grid-2-row-mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .card-image {
    height: 150px;
  }

  .image-8 {
    bottom: -412.01px;
    left: auto;
    right: 237px;
  }

  .image-9 {
    width: 100px;
    bottom: -423.198px;
    left: 215px;
  }

  .image-10 {
    width: 80px;
    bottom: -290.01px;
    right: 57px;
  }

  .image-11 {
    width: 110px;
    bottom: -336.198px;
    left: 37px;
    right: auto;
  }

  .div-block-4223-copy {
    width: 60%;
  }

  .frame {
    flex-direction: column;
  }

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

  .main-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .showcase-explanation {
    max-width: 100%;
  }

  .track {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item {
    height: 50vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .fixed_backgroumd {
    background-size: auto, auto;
  }

  .horizontal-item {
    width: 52%;
  }

  .container-2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .text-block-39 {
    font-size: 14px;
    line-height: 24px;
  }

  .div-copy {
    width: 80%;
  }

  .div-copy._2 {
    width: 80%;
    position: static;
  }

  .div-copy.stick {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .heading-47-copy {
    font-size: 25px;
  }

  .margin1.we {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-4312-copy.sticky {
    justify-content: center;
  }

  .image-5-copys.mo {
    margin-top: -32px;
  }

  .div-block-4318 {
    width: 80%;
    margin-bottom: 60px;
    position: static;
  }

  .div-block-4319 {
    padding: 34px;
  }

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

  .div-block-4322 {
    width: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-4322._1, .div-block-4322._2, .div-block-4322._3 {
    width: 200px;
  }

  .image-49 {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }

  .inv {
    width: 30px;
  }

  .link-block-4 {
    margin-left: 18px;
    margin-right: 18px;
  }

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

  .text-block-36-copy.no.small.s {
    text-align: center;
  }

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

  .hote {
    margin-bottom: 30px;
  }

  .hote.s {
    padding-top: 42px;
  }

  .hote.left {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 37px;
    padding-top: 22px;
  }

  .inv-copy {
    width: 30px;
  }

  .form-2 {
    width: auto;
  }

  .form-block-2 {
    width: 450px;
  }

  .youtube {
    background-image: none;
  }

  .collab {
    width: 90%;
  }

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

  .form-block-traveller {
    width: 450px;
  }

  .button-3 {
    text-align: left;
  }

  .div-block-4333 {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-4334, .div-block-4335 {
    width: 100%;
  }

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

  .image-54 {
    width: 13%;
    top: -125px;
    bottom: auto;
    left: auto;
  }

  .image-54._2 {
    width: 11%;
    inset: -141.562px 3px auto auto;
  }

  .div-block-4337.mob {
    background-position: 100%;
  }

  .div-block-4337.mob.hid {
    display: none;
  }

  .text-block-46 {
    margin-bottom: 0;
  }

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

  .container-3.mint-nft-container {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .container-3.how-to-mint-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-6 {
    background-image: url('../images/Top-banner_1.jpg');
    background-position: 20%;
  }

  .flex-h.checkbox-div.arsenal {
    justify-content: flex-start;
  }

  .flex-h.checkbox-wrapper {
    width: auto;
  }

  .flex-h.align-left.logo-div {
    justify-content: center;
  }

  .flex-h.mint-nft {
    flex-direction: column;
  }

  ._35.global-left {
    padding-left: 40px;
    padding-right: 30px;
  }

  ._65.global-right {
    background-position: 50%;
  }

  .new-listing-wrapper.prop-section, .new-listing-wrapper.first-section {
    width: 90%;
  }

  ._40.intro-left {
    padding: 120px 55px;
  }

  ._40.prop-left {
    width: 50%;
    padding-left: 45px;
    padding-right: 45px;
  }

  ._40.pass-right {
    padding-right: 40px;
  }

  ._60.prop-right {
    width: 50%;
  }

  .text-block-99 {
    width: auto;
  }

  .link-18 {
    background-color: var(--white);
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-menu {
    padding-bottom: 10px;
    box-shadow: 0 10px 10px -10px #00000080;
  }

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

  .menu-button.w--open {
    background-color: var(--white);
  }

  .nft-checklist-image {
    min-height: 330px;
  }

  .checklist-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-119 {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .text-block-120 {
    text-align: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .button-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4361 {
    grid-column-gap: 5px;
  }

  .text-block-128 {
    font-size: 22px;
  }

  .text-block-129 {
    font-size: 14px;
  }

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

  .image-92:hover {
    opacity: 1;
  }

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

  .button-8 {
    align-self: center;
    padding-top: 9.5px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Be Vietnam Pro;
    font-size: 12px;
    line-height: 15.18px;
  }

  .div-block-4368 {
    width: 50%;
    margin-bottom: 40px;
  }

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

  .div-block-4371 {
    justify-content: center;
  }

  .top-banner-challenge {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/top-banner.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .div-prizes {
    grid-column-gap: 5px;
    grid-template-columns: 1fr .3fr 1fr .3fr 1fr;
    grid-auto-columns: .25fr;
  }

  .flex-h-copy.checkbox-div.arsenal {
    justify-content: flex-start;
  }

  .flex-h-copy.checkbox-wrapper {
    width: auto;
  }

  .flex-h-copy.mint-nft {
    flex-direction: column;
  }

  .vertical {
    height: auto;
  }

  .image-95 {
    width: 50px;
  }

  .image-ticket-logo-small {
    width: 45px;
  }

  .text-block-126---alignleft {
    text-align: center;
    width: 200px;
  }

  .image-97 {
    width: 80px;
    max-width: 80px;
  }

  .bold-text-4 {
    display: inline;
  }

  .div-prizes-2 {
    grid-column-gap: 5px;
    grid-template-columns: 1fr .3fr 1fr .3fr 1fr;
    grid-auto-columns: .25fr;
  }

  .section-hitec {
    background-image: linear-gradient(#92050d80, #92050d80), url('../images/bg-use.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hitec-title {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  ._45 {
    text-align: center;
    width: 100%;
  }

  .text-span-43 {
    display: inline;
  }

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

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

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

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

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

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

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

  .hero-wrapper-two {
    display: flex;
  }

  .margin-bottom-24px {
    font-size: 30px;
    line-height: 40px;
  }

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

  .hero-heading-right {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .home-header {
    justify-content: flex-start;
    margin-top: -88px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .feature-image-container {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-14 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-149 {
    font-size: 14px;
  }

  .grid-13 {
    margin-top: 40px;
  }

  .section-28 {
    height: 50vh;
  }

  .heading-15 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-150 {
    font-size: 14px;
    line-height: 18px;
  }

  .bottom-text-heading {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 30px;
  }

  .section-29 {
    height: 50vh;
    overflow: hidden;
  }

  .div-block-4387 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 15%;
    margin-right: 15%;
  }

  .button-12 {
    font-size: 10px;
  }

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

  .text-block-151 {
    font-size: 14px;
    line-height: 18px;
  }

  .section-30 {
    height: 50vh;
  }

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

  .div-block-4389 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .image-110 {
    right: 2%;
  }

  .section-31 {
    background-position: 50%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-18 {
    font-size: 60px;
    line-height: 40px;
  }

  .div-block-4390 {
    border-bottom-width: 10px;
    width: 370px;
  }

  .section-32 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .div-block-4393 {
    order: 1;
  }

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

  .image-112, .image-113, .image-114 {
    height: 50%;
  }

  .image-115 {
    width: 50%;
  }

  .text-block-156-copy {
    display: none;
  }

  .section-33 {
    height: auto;
    margin-bottom: 100px;
  }

  .team-1st-row {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .miss-grand-header, .staynex-ambassador {
    display: block;
  }

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

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

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

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

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

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

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

  .team-desktop-row {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-block-4402, .div-block-4403 {
    display: block;
  }

  .team-tablet-row {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: flex;
  }

  .team-mobile-row {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-block-4404, .div-block-4405, .div-block-4406 {
    display: block;
  }

  .div-block-4407 {
    display: none;
  }

  .div-block-4409, .div-block-4410, .div-block-4411, .div-block-4399-copy {
    display: block;
  }

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

  .div-block-4413 {
    max-width: 400px;
    padding-top: 40px;
  }

  .strikethrough-img {
    width: 50px;
  }

  .one-per-month-text {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-162 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-4399-copy {
    background-position: 30% 0;
  }

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

  .text-block-163 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .register-for-free-button {
    margin-top: 30px;
  }

  .div-block-4413-copy {
    flex-direction: column;
    justify-content: center;
    max-width: 500px;
    height: 100%;
    display: flex;
    left: 64%;
  }

  .header-3-container {
    max-width: 400px;
    margin-top: 20px;
    margin-left: 30px;
  }

  .div-block-4414 {
    max-width: 300px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-164, .text-block-164-copy {
    font-size: 14px;
    line-height: 18px;
  }

  .header-3-button {
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
  }

  .heading-22-copy {
    font-size: 30px;
    line-height: 34px;
  }

  .text-block-163-copy {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-164-copy-copy {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-4399-copy-copy {
    background-position: 50% 0;
  }

  .register-for-free-button-copy {
    margin-top: 30px;
    font-size: 10px;
  }

  .text-block-163-copy-copy {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-4399-copy-copy-copy {
    background-position: 0%;
  }

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

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

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

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .hero_content_right {
    background-color: #ffbf00;
    padding-top: 30px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .confetti_contain {
    z-index: 0;
    top: 23%;
    right: 3%;
  }

  .search {
    z-index: 2;
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    position: relative;
  }

  .image-123 {
    aspect-ratio: 2;
    text-align: left;
    object-fit: contain;
  }

  .max_500 {
    mix-blend-mode: darken;
  }

  .hero_slider_contain {
    width: 40%;
  }

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

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

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

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

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

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

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

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

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

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

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

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

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

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

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

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

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

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    top: 70px;
  }

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

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

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

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

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

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

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

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

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

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

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

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

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .combine-button-icon-2 {
    white-space: nowrap;
  }

  .combine-blog3_content {
    justify-content: center;
  }

  .combine-blog3_image-wrapper {
    max-width: 15rem;
  }

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

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---heading-h1-size---mg-0 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---logo-strip-image-card {
    border-radius: 12px;
    width: 200px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---social-media-grid-center {
    grid-column-gap: 10px;
  }

  .brix---display-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---contact-v10-half-bg-image-right {
    background-image: none;
    width: 100%;
    height: 400px;
    margin-top: 56px;
    inset: auto 0% 0%;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

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

  .brix---section-contact-v10 {
    padding-top: 118px;
    padding-bottom: 497px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

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

  .footer-form-container {
    max-width: 350px;
  }

  .brix---contact-v4-half-bg-image {
    width: 100%;
    height: 50%;
    inset: auto 0% 0%;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---card-form-v2 {
    padding: 54px 40px;
  }

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

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .brix---cta-v1-floating-item-02 {
    width: 38%;
    bottom: -3%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: .7fr;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    top: 160px;
    right: 40%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    top: 160px;
    left: 40%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---section-small---bottom-large {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .brix---grid-cta-v10 {
    grid-template-columns: .78fr;
  }

  .brix---cta-bg-overlay {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .combine-button-icon-3 {
    white-space: nowrap;
  }

  .combine-feature6_image-wrapper {
    height: 12rem;
  }

  .combine-feature6_item {
    color: var(--combine-library--grey-800);
    text-decoration: none;
  }

  .combine-heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .combine-padding-global-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .brix---grid-6-columns-logo-strip-2 {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

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

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

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .cf-bottom-right-container {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .cf-bio-text {
    margin-bottom: 0;
  }

  .cf-top-right-wrapper {
    max-width: 350px;
  }

  .cf-right-info-wrapper {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    position: static;
  }

  .cf-review-text {
    margin-bottom: 0;
  }

  .cf-bottom-left-contain {
    margin-top: 40px;
  }

  .cf-58px-heading {
    font-size: 50px;
  }

  .cf-top-left-contain {
    max-width: 400px;
  }

  .cf-left-info-wrapper {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 0;
    position: static;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

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

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .navbar-wrapper-three-3 {
    justify-content: space-between;
  }

  .navbar-brand-three-3 {
    position: relative;
  }

  .nav-menu-wrapper-three-3 {
    background-color: #0000;
    top: 70px;
  }

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

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

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

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

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

  .cf-logo-background-text {
    font-size: 200px;
    top: -4%;
  }

  .cf-logo-image-container.last {
    margin-right: 47px;
  }

  .cf-logo-image-container.last.hide {
    display: none;
  }

  .cf-logos-contain {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .cf-logos-heading {
    margin-top: 0;
    font-size: 28px;
  }

  .cf-logo-wrapper {
    padding-top: 100px;
  }

  .cf-form-text {
    text-align: center;
    width: 90%;
  }

  .cf-h2-white-heading-center {
    font-size: 30px;
  }

  .cf-tabs-right-tab {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .cf-testimonial-logos._3 {
    margin-right: 0;
  }

  .cf-hero-logos-wrap {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    display: flex;
  }

  .cf-hero-logos-wrap.header-2 {
    width: 100%;
  }

  .cf-testimonial-logos-contain {
    align-items: flex-start;
    margin-top: 20px;
  }

  .cf-testimonial-logos-contain.header-2 {
    z-index: 1;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    position: relative;
  }

  .cf-image-review-container {
    width: 80%;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-18px-paragraph.header-2 {
    margin-bottom: 40px;
  }

  .cf-64px-heading {
    font-size: 54px;
  }

  .home-left-wrapper {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cf-1140px-wrapper-2 {
    flex-direction: column;
    padding-top: 0;
  }

  .cf-testimonial-logos-2._3 {
    margin-right: 0;
  }

  .cf-hero-logos-wrap-2 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    display: flex;
  }

  .cf-hero-logos-wrap-2.header-2 {
    width: 100%;
  }

  .cf-testimonial-logos-contain-2 {
    align-items: flex-start;
    margin-top: 20px;
  }

  .cf-testimonial-logos-contain-2.header-2 {
    z-index: 1;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    position: relative;
  }

  .cf-image-review-container-2 {
    width: 80%;
  }

  .cf-18px-paragraph-2 {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-18px-paragraph-2.header-2 {
    margin-bottom: 40px;
  }

  .cf-64px-heading-2 {
    font-size: 54px;
  }

  .home-left-wrapper-2 {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cf-1140px-wrapper-3 {
    flex-direction: column;
    padding-top: 0;
  }

  .cf-features-section-1-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-58px-heading---white {
    font-size: 52px;
  }

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

  .hero-wrapper-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-7 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .cf-faq-content-2 {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap-2 {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-container {
    width: 90%;
    padding-top: 0;
  }

  .cf-faq-main-heading {
    text-align: center;
    font-size: 30px;
  }

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

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .italic-text-2 {
    font-style: normal;
  }

  .home_testimonial_component {
    column-count: 2;
  }

  .navbar5_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
  }

  .home_timeline_timeline-step {
    grid-column-gap: 24px;
  }

  .menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .home_features-list_component {
    grid-column-gap: 3rem;
  }

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

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

  .navbar5_dropdown-content {
    flex-direction: column;
  }

  .home_cta_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .features-wrapper-2 {
    justify-content: space-between;
  }

  .navbar5_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar5_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .navbar5_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .home_about_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .navbar5_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar5_large-item-content {
    width: 100%;
  }

  .home_timeline_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .footer8_form-block {
    min-width: auto;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

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

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

  .menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar5_dropdown-content-wrapper {
    width: 100%;
  }

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

  .navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar5_blog-list {
    width: 100%;
  }

  .footer8_top-wrapper {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .navbar5_dropdown-background-layer {
    min-width: 100%;
  }

  .navbar5_menu-dropdown {
    width: 100%;
    position: relative;
  }

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

  .navbar5_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar5_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar5_blog-item {
    width: 100%;
  }

  .home_team_list {
    grid-column-gap: 2rem;
  }

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

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

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .home_hero-header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .about-us_header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .about-us_feature-1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-us_feature-2_list {
    grid-template-columns: 1fr 1fr;
  }

  .about-us_team_component, .solutions_feature-1_component, .solutions_feature-2_component, .solutions_feature-3_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .blog_featured-blog-list-header_list, .blog_list-1_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .blog_contact_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .blog-post_header_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .blog-post_body_content {
    margin-bottom: 3rem;
  }

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

  .blog-post_cta_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .blog-post_contact_component, .contact_contact-1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact_form_component {
    grid-column-gap: 3rem;
  }

  .contact_form_map-wrapper {
    height: 30rem;
  }

  .contact_locations_component {
    grid-column-gap: 3rem;
  }

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

  .footer-form-two-2 {
    padding: 40px;
  }

  .footer-form-title-2 {
    margin-right: 15px;
  }

  .footer-form-input-2 {
    width: 400px;
    padding-right: 180px;
  }

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

  .footer-social-block-three-2 {
    margin-top: 40px;
  }

  .home_about_component-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-large-2, .padding-section-large-3, .padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .home_features-list_component-2 {
    grid-column-gap: 3rem;
  }

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

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

  .testimonial-quote {
    overflow: visible;
  }

  .brix---display-4 {
    font-size: 32px;
    line-height: 44px;
  }

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

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 48px;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .waves-bottom-testimonial-4 {
    margin-top: 64px;
  }

  .waves-grid-testimoials-4 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .cf-parallax-scribble-2 {
    bottom: 15%;
    left: 20%;
  }

  .cf-parallax-scribble-1 {
    bottom: 37%;
    right: -16%;
  }

  .cf-parallax-image-3 {
    bottom: 25%;
  }

  .cf-parallax-image-1 {
    width: 40%;
    bottom: 17%;
    left: -14%;
  }

  .cf-parallax-image-contain {
    margin-bottom: 60px;
  }

  .cf-82px-heading {
    font-size: 70px;
  }

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

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

  .waves-master-logos-2 {
    grid-column-gap: 40px;
  }

  .cf-features-section-1-grid-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-58px-heading---white-2 {
    font-size: 52px;
  }

  .cf-logo-images-2 {
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .cf-logos-contain-2 {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .cf-logos-wrapper {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .efi-jumbo {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 51px;
    line-height: 1em;
  }

  .efi-hr-01-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 65px;
    padding-left: 0;
  }

  .efi-hr-01-left-content {
    padding-left: 20px;
    padding-right: 0%;
  }

  .superscript-3 {
    font-size: 47px;
    line-height: 1px;
  }

  .combine-team1_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .combine-padding-global-4 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  ._50.content-left {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._50.content-right {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  ._50.list-left {
    width: 100%;
  }

  ._50.list-right {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._50.global-left {
    border-bottom: 2px solid #ecebeb;
    border-right-width: 0;
    width: 100%;
  }

  ._50.global-right {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  ._50.pass-left {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._50.pass-right {
    width: 100%;
  }

  ._50.mint-left {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._50.mint-right {
    padding-bottom: 40px;
  }

  .navbar {
    margin-left: 15%;
  }

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

  .heading-2.white-faq {
    text-align: left;
    width: 80%;
    margin-bottom: 90px;
    line-height: 35px;
  }

  .heading-2.white-faq.dark {
    width: 100%;
  }

  .heading-2.white-faq.dark.bot-pad {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .heading-2.white-faq.dark.bot-pad.blog {
    text-align: left;
  }

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

  .text-block-36.no.mid {
    text-align: center;
  }

  .text-block-36.no.mid.sd {
    text-align: center;
    width: auto;
  }

  .text-block-36.no.mid.left, .text-block-36.no.mid.left.l {
    text-align: center;
  }

  .link-13 {
    text-align: left;
    font-size: 14px;
  }

  .margin {
    width: auto;
    overflow: hidden;
  }

  .margin.double.mob {
    flex-direction: column;
  }

  .section-base._2 {
    padding-top: 0;
  }

  .section-base.foot {
    flex-direction: column;
    display: block;
  }

  .section-base.nopad.dt, .section-base.nopad.mob {
    background-image: none;
  }

  .section-base.epl {
    background-image: linear-gradient(360deg, #0f100f 73%, #0000), url('../images/2_1.png'), url('../images/1_1.png');
    background-position: 0 0, 105% 40px, -40px 50px;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, 288px, 288px;
  }

  .div-block-4310 {
    padding-left: 31px;
    padding-right: 31px;
  }

  .text-block-38 {
    width: auto;
    font-size: 35px;
    line-height: 35px;
  }

  .div-block-4311._20 {
    width: 100%;
    padding: 66px 55px 55px;
  }

  .div-block-4311.s {
    padding-top: 31px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .heading-3.mo {
    line-height: 35px;
  }

  .div-block-4312.s.g {
    padding-top: 0;
  }

  .div-block-4312.left.padmin {
    justify-content: center;
  }

  .div-block-4312.epl {
    width: 70%;
  }

  .grid-statistics-4x, .grid-statistics-4x.grid-2-row-mobile {
    grid-template-columns: 1fr;
  }

  .grid-statistics-4x.grid-2-row-mobile._4 {
    grid-template-columns: 1fr 1fr;
  }

  .block-01.height {
    max-height: none;
  }

  .sub-heading-regular {
    text-align: left;
  }

  .sub-heading-regular.mid {
    text-align: center;
  }

  .asda {
    font-size: 16px;
  }

  .div-block-4314.left {
    align-items: center;
  }

  .main-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .track, .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .horizontal-item {
    width: 106%;
    padding-right: 4vw;
  }

  .text-block-40.imag {
    margin-left: 0;
  }

  .div-copy {
    width: 100%;
  }

  .div-copy.stick {
    padding-left: 0;
  }

  .div-block-4312-copy.sticky {
    z-index: 2;
    position: relative;
  }

  .div-block-4319 {
    width: 100%;
    height: 100%;
    min-height: auto;
    padding: 238px 4px;
  }

  .div-block-4320.mid {
    width: auto;
  }

  .link-block-4 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .div-block-4327 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .section-3.sp {
    padding-top: 0;
    padding-bottom: 52px;
  }

  .image-52 {
    width: 100px;
  }

  .div-block-150-2-home {
    width: 100%;
    height: 400px;
  }

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

  .tabs {
    width: auto;
  }

  .div-block-4333 {
    flex-direction: column;
  }

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

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

  .image-54 {
    z-index: 1;
    left: 7px;
  }

  .image-54._2 {
    z-index: 1;
    inset: -191.562px 6px auto auto;
  }

  .div-block-4337.mob {
    width: 100%;
    height: 300px;
    display: none;
  }

  .div-block-4337.mob.hid {
    display: block;
  }

  .pow {
    text-align: left;
  }

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

  .epl-steps {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .container-3 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3.minting-container {
    padding-top: 40px;
    padding-bottom: 220px;
  }

  .container-3.minting-container.hitec-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-3.terms-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-3.faq-container {
    padding-left: 45px;
    padding-right: 45px;
  }

  .container-3.terms-container-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-6 {
    background-image: url('../images/Top-banner_1.jpg');
    background-position: 20%;
  }

  .flex-v.arsenal-experience {
    width: auto;
  }

  .flex-h {
    flex-direction: column;
  }

  .flex-h.checkbox-div, .flex-h.checkbox-div.list-checbox, .flex-h.checkbox-div.arsenal {
    flex-direction: row;
  }

  .flex-h.align-center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .flex-h.align-center.arsenal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .flex-h.footer-links {
    align-items: center;
    width: auto;
  }

  .flex-h.footer-socials, .flex-h.logo-crossover, .flex-h.nft-wrapper, .flex-h.pass-flex, .flex-h.nft-div {
    flex-direction: row;
  }

  .flex-h.align-left.logo-div {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .flex-h.mint-nft {
    padding-bottom: 75px;
  }

  .flex-h.referral-checklist {
    flex-direction: row;
  }

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

  .text-block-54 {
    width: auto;
  }

  ._35.global-left {
    width: 100%;
  }

  ._65.global-right {
    width: 100%;
    min-height: 280px;
  }

  .text-block-57 {
    margin-left: 0;
    display: block;
  }

  ._40.intro-left, ._40.prop-left {
    width: 100%;
  }

  ._40.pass-right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._60.intro-right, ._60.prop-right, ._60.pass-left {
    width: 100%;
  }

  .grid-7, .grid-8, .grid-9, .grid-11 {
    grid-template-columns: 1fr;
  }

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

  .text-block-72 {
    font-size: 32px;
  }

  .text-block-76.arsenal.no-max {
    max-width: none;
  }

  .footer-section {
    padding-bottom: 25px;
  }

  .link-block-7.last-link {
    margin-right: 0;
  }

  .text-block-86 {
    width: auto;
  }

  .image-64 {
    width: 100px;
  }

  .image-65 {
    height: 60px;
  }

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

  .arrow {
    margin-top: 40px;
    margin-bottom: 40px;
    transform: rotate(90deg);
  }

  .white-cross {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-81 {
    width: 22%;
  }

  .image-81.middle {
    width: 32%;
    margin-left: 25px;
    margin-right: 25px;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  ._33 {
    width: 100%;
  }

  .nft-checklist-image {
    min-height: 730px;
  }

  .link-19 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-15 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/Image-1.png');
    background-position: 0 0, 50% 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .image-ticket-logo {
    width: 60px;
  }

  .button-5.match-btn {
    text-align: center;
    margin-top: 0;
  }

  .div-block-4357 {
    margin-right: 10px;
  }

  .div-block-4358 {
    margin-left: 10px;
  }

  .div-block-4359 {
    max-width: 350px;
  }

  .div-block-4361 {
    grid-template-columns: 1fr;
  }

  .text-block-125 {
    width: 300px;
  }

  .text-block-126 {
    width: auto;
    max-width: 800px;
  }

  .image-90 {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    transform: rotate(90deg);
  }

  .match-wrap {
    flex-direction: column;
  }

  .match-left {
    width: 100%;
  }

  .match-left._3, .match-left._1, .match-left._2, .match-left._4, .match-left.g, .match-left.r {
    min-height: 280px;
  }

  .match-right {
    align-items: stretch;
    width: 100%;
    padding-right: 20px;
  }

  .image-91 {
    height: auto;
  }

  .text-block-128 {
    font-size: 24px;
  }

  .text-block-129 {
    font-size: 14px;
  }

  .matches-div {
    grid-template-columns: 1fr;
    display: none;
  }

  .div-block-4363 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .slider {
    max-width: 400px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .slide-nav {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    font-size: 8px;
    top: 100%;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .text-span-35 {
    display: block;
  }

  .mask {
    overflow: hidden;
  }

  .slider-2 {
    width: 100%;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }

  .text-block-135 {
    margin-bottom: 45px;
  }

  .button-8 {
    font-family: Be Vietnam Pro;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.18px;
  }

  .div-block-4369 {
    display: none;
  }

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

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

  .form-half-wrap {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .form-half-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-block-142 {
    font-size: 18px;
  }

  .heading-11 {
    text-align: left;
    font-size: 32px;
  }

  .top-banner-challenge {
    background-image: linear-gradient(#0009, #0009), url('../images/top-banner.jpg');
    background-position: 0 0, 80%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .text-block-small-title {
    width: auto;
    margin-right: 20px;
  }

  .big-title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
  }

  .ticket-1 {
    border-right-width: .5px;
    border-right-color: #fff9;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .prizes {
    display: flex;
  }

  .steps-container {
    border: 0 solid #000;
  }

  .div-prizes {
    grid-template-columns: 1fr;
    display: block;
  }

  .ticket-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .small-tile {
    width: 80%;
  }

  .flex-h-copy {
    flex-direction: column;
  }

  .flex-h-copy.checkbox-div, .flex-h-copy.checkbox-div.list-checbox, .flex-h-copy.checkbox-div.arsenal {
    flex-direction: row;
  }

  .flex-h-copy.footer-links {
    align-items: center;
    width: auto;
  }

  .flex-h-copy.footer-socials, .flex-h-copy.logo-crossover, .flex-h-copy.nft-wrapper, .flex-h-copy.pass-flex, .flex-h-copy.nft-div, .flex-h-copy.align-left.logo-div {
    flex-direction: row;
  }

  .flex-h-copy.mint-nft {
    padding-bottom: 75px;
  }

  .vertical {
    justify-content: center;
    display: inline-block;
  }

  .text-block-126---alignleft {
    width: auto;
  }

  .floating, .link-block-12 {
    width: 150px;
  }

  .image-97 {
    width: 65px;
  }

  .image-98, .image-99 {
    width: 50px;
  }

  .prizes-copy {
    display: block;
  }

  .div-prizes-2 {
    grid-template-columns: 1fr;
    display: block;
  }

  .steps-container-x-4 {
    border-right-style: solid;
    border-right-color: #fff9;
  }

  .image-103 {
    width: 60px;
    max-width: 100%;
  }

  .hitec-title {
    font-size: 26px;
  }

  .section-title-2 {
    margin-bottom: 42px;
  }

  .medium-heading-3 {
    letter-spacing: -.01em;
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 42px;
  }

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

  .text-span-44 {
    display: inline;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .home-background {
    padding: 60px 15px;
  }

  .hero-wrapper-two {
    margin-left: 10%;
    margin-right: 10%;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .home-header {
    margin-top: -88px;
    padding: 60px 0;
  }

  .div-block-4384 {
    border-radius: 10px;
    align-items: center;
    width: 50px;
    height: 50px;
  }

  .text-block-149 {
    line-height: 18px;
  }

  .grid-13 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 20px;
  }

  .section-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100vh;
    display: grid;
  }

  .div-block-4386 {
    margin-top: 70%;
  }

  .section-29 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .div-block-4387 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .section-30 {
    height: 50vh;
  }

  .image-110 {
    height: 85%;
    bottom: 10%;
  }

  .text-block-154 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .section-32 {
    padding: 10%;
  }

  .link-22 {
    text-align: right;
    line-height: 14px;
  }

  .div-block-4391 {
    align-items: flex-end;
  }

  .image-112, .image-113, .image-114 {
    height: 30%;
  }

  .image-116 {
    height: 20px;
  }

  .text-block-156-copy {
    display: none;
  }

  .section-33 {
    margin-bottom: 80px;
  }

  .intro-to-staynex-link {
    text-align: right;
    line-height: 14px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .div-block-4399-copy-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

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

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

  .hero_content_right {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .confetti_contain {
    top: 20%;
  }

  .search {
    z-index: 2;
    position: relative;
  }

  .slide-nav-5 {
    bottom: 9%;
  }

  .hero_slider_contain {
    width: 100%;
    height: auto;
  }

  .hero_slider {
    border-top-right-radius: 0;
  }

  .slide-nav-6 {
    bottom: 9%;
  }

  .navbar-brand-three {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .team-member-text-2 {
    font-style: normal;
  }

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

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

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .team-slider-3, .hero-heading-left, .pricing-overview, .hero-without-image {
    padding: 60px 15px;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog-staynex {
    padding: 60px 15px;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .brix---heading-h1-size---mg-0 {
    font-size: 38px;
    line-height: 46px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---logo-strip-image-card {
    width: 148px;
    margin: 8px 10px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---social-media-grid-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-row-gap: 68px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---contact-v10-half-bg-image-right {
    height: 309px;
    display: none;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

  .brix---section-contact-v10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

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

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

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---text-area-2 {
    border-radius: 18px;
  }

  .brix---input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---card-form-v2 {
    padding: 56px 32px;
  }

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

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .brix---cta-v1-floating-item-02 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 34%;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    right: 34%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    left: 34%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---section-small---bottom-large {
    padding-top: 72px;
    padding-bottom: 130px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---grid-cta-v10 {
    grid-template-columns: 1fr;
  }

  .brix---cta-bg-overlay {
    min-height: 66vh;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .combine-feature6_image-wrapper {
    height: 17rem;
  }

  .combine-feature6_component {
    grid-template-columns: minmax(min-content, 24rem);
    justify-content: center;
  }

  .combine-padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .brix---grid-6-columns-logo-strip-2 {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .cf-bottom-right-container {
    max-width: none;
  }

  .cf-top-right-wrapper {
    max-width: none;
    margin-top: 40px;
  }

  .cf-right-info-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .cf-hero-main-image {
    width: 60%;
  }

  .cf-bottom-left-contain {
    max-width: none;
  }

  .cf-58px-heading {
    font-size: 45px;
  }

  .cf-top-left-contain {
    max-width: none;
  }

  .cf-left-info-wrapper {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .cf-logo-background-text {
    font-size: 150px;
  }

  .cf-logo-image-container {
    margin-bottom: 0;
    margin-right: 0;
  }

  .cf-logo-image-container.last {
    margin-right: 0;
  }

  .cf-logos-contain {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    display: grid;
  }

  .cf-logos-heading {
    width: 90%;
    font-size: 24px;
  }

  .cf-form-text {
    text-align: center;
    font-size: 16px;
  }

  .cf-submit-button {
    background-position: 65% 53%, 0 0;
    width: auto;
    height: 70px;
    font-size: 20px;
  }

  .cf-newsletter-text-field {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .cf-form {
    flex-direction: column;
    width: 100%;
  }

  .cf-newsletter-form-block {
    width: 90%;
    max-width: 400px;
  }

  .cf-h2-white-heading-center {
    font-size: 28px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-newsletter-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cf-tabs-right-tab {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-content-heading {
    font-size: 22px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    min-height: auto;
  }

  .cf-home-tab-link {
    padding: 15px 30px;
  }

  .cf-tabs-menu {
    width: 100%;
  }

  .cf-features-4-tabs-heading {
    font-size: 35px;
  }

  .cf-hero-logos-wrap {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .cf-hero-logos-wrap.header-2 {
    justify-content: center;
  }

  .cf-logos-text {
    margin-bottom: 20px;
  }

  .cf-testimonial-logos-contain {
    flex-direction: column;
    align-items: center;
  }

  .cf-testimonial-logos-contain.header-2 {
    margin-top: 0;
  }

  .cf-image-review-container {
    width: 100%;
  }

  .cf-button-gradient, .cf-cta-button {
    font-size: 20px;
  }

  .cf-64px-heading {
    font-size: 50px;
  }

  .cf-1140px-wrapper-2 {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .cf-hero-logos-wrap-2 {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .cf-hero-logos-wrap-2.header-2 {
    justify-content: center;
  }

  .cf-logos-text-2 {
    margin-bottom: 20px;
  }

  .cf-testimonial-logos-contain-2 {
    flex-direction: column;
    align-items: center;
  }

  .cf-testimonial-logos-contain-2.header-2 {
    margin-top: 0;
  }

  .cf-image-review-container-2 {
    width: 100%;
  }

  .cf-button-gradient-2, .cf-cta-button-2 {
    font-size: 20px;
  }

  .cf-64px-heading-2 {
    font-size: 50px;
  }

  .cf-1140px-wrapper-3 {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .cf-block-h5-heading {
    font-size: 40px;
  }

  .cf-58px-heading---white {
    font-size: 46px;
  }

  .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 22px;
  }

  .cf-faq-main-heading {
    font-size: 28px;
  }

  .cf-faq-container {
    margin-bottom: 100px;
  }

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

  .home_testimonial_component {
    column-count: 1;
  }

  .navbar5_dropdown-content-right {
    padding: 1.5rem;
  }

  .home_client-logos-list_component {
    padding-top: 1rem;
  }

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

  .home_features-list_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .footer8_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: start;
  }

  .home_blog-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .home_cta_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .features-wrapper-2 {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

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

  .navbar5_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .features-metrics-2 {
    padding: 60px 15px;
  }

  .navbar5_menu {
    padding-bottom: 6rem;
  }

  .home_about_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .footer8_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer8_credit-text {
    margin-top: 2rem;
  }

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

  .home_faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home_faq_icon-wrappper {
    width: 1.75rem;
  }

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

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

  .footer8_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .home_timeline_progress-bar-wrapper {
    left: 2rem;
  }

  .home_timeline_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .home_faq_question {
    padding: 1rem 1.25rem;
  }

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

  .navbar5_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .home_testimonial_card {
    padding: 1.5rem;
  }

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

  .navbar5_blog-item {
    grid-template-columns: .6fr 1fr;
  }

  .footer8_link-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
  }

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

  .home_team_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

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

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

  .navbar5_component {
    min-height: 4rem;
  }

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

  .home_team_image-wrapper {
    height: 100%;
  }

  .features-metrics-3 {
    padding: 60px 15px;
  }

  .home_hero-header_component {
    height: auto;
    max-height: none;
  }

  .home_hero-header_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .home_client-logos-list_logo {
    max-height: 3rem;
  }

  .about-us_header_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .about-us_feature-1_component, .about-us_feature-2_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-us_feature-2_image-wrapper {
    height: 100%;
  }

  .about-us_team_component, .solutions_feature-1_component, .solutions_feature-2_component, .solutions_feature-3_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog_featured-blog-list-header_menu-link.last-link {
    margin-right: 2rem;
  }

  .blog_featured-blog-list-header_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog_featured-blog-list-header_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog_featured-blog-list-header_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .blog_list-1_list, .blog_list-2_list, .blog_contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-post_header_component {
    grid-row-gap: 3rem;
  }

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

  .blog-post_body_content {
    margin-bottom: 2rem;
  }

  .blog-post_body_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blog-post_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .blog-post_testimonial_client-info {
    margin-bottom: 1rem;
  }

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

  .blog-post_testimonial_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .blog-post_testimonial_divider {
    display: none;
  }

  .blog-post_cta_component {
    grid-row-gap: 3rem;
  }

  .blog-post_contact_map-wrapper {
    height: 25rem;
  }

  .blog-post_contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact_contact-1_map-wrapper {
    height: 25rem;
  }

  .contact_contact-1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .contact_form_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact_form_map-wrapper {
    height: 25rem;
  }

  .contact_locations_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .features-metrics-4, .features-metrics-5 {
    padding: 60px 15px;
  }

  .spline-scene-10 {
    height: 85vw;
  }

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

  .footer-form-container-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-block-two-2 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input-2 {
    width: 100%;
  }

  .footer-block-three-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three-2 {
    margin-bottom: 10px;
  }

  .footer-social-block-three-2 {
    margin-top: 10px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block-2 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .home_about_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .navbar5_component-2 {
    min-height: 4rem;
  }

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

  .home_features-list_component-2 {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .features-table, .testimonial-slider-large-2 {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

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

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

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

  .brix---mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 40px;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .waves---testimonial-text-big {
    font-size: 26px;
  }

  .waves-master-testimonial-4 {
    padding: 20px 32px;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .cf-parallax-scribble-2 {
    bottom: 3%;
  }

  .cf-parallax-scribble-1 {
    bottom: 53%;
  }

  .cf-parallax-image-3 {
    bottom: 19%;
  }

  .cf-parallax-image-1 {
    bottom: 5%;
  }

  .cf-parallax-image-contain {
    height: 500px;
    margin-top: -60px;
  }

  .cf-82px-heading {
    font-size: 50px;
  }

  .cf-hero-section-5---heading-wrapper {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

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

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

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cf-block-h5-heading-2 {
    font-size: 40px;
  }

  .cf-58px-heading---white-2 {
    font-size: 46px;
  }

  .cf-logo-22px-heading {
    font-size: 20px;
  }

  .cf-logos-wrapper {
    width: 90%;
  }

  .efi-jumbo {
    font-size: 41px;
    line-height: 1em;
  }

  .efi-button.jumboo {
    position: static;
    left: -19px;
  }

  .efi-hr-01-grid {
    grid-column-gap: 50px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 45px;
    margin-bottom: 0%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .efi-hr-01-grid.jumboo {
    margin-top: 38px;
    margin-bottom: 0%;
    padding-bottom: 12px;
    padding-left: 0;
  }

  .background-video-3 {
    width: 570px;
    height: 740px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .efi-hr-01-left-content {
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 25px;
  }

  .header {
    padding-bottom: 0;
    font-size: 23px;
    line-height: 20px;
  }

  .header.jumboo {
    margin-top: 21px;
    margin-bottom: -21px;
    font-size: 20px;
    line-height: 20px;
    position: static;
    left: -19px;
  }

  .superscript-3 {
    font-size: 35px;
    line-height: 1px;
    position: static;
    left: -19px;
  }

  .combine-team1_component {
    flex-direction: column;
    align-items: center;
  }

  .combine-padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  ._50.list-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._50.list-right {
    padding-bottom: 50px;
  }

  ._50.global-left {
    border-bottom-width: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._50.global-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._50.pass-left {
    width: 100%;
  }

  ._50.pass-right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-signup {
    align-items: center;
    width: auto;
    padding: 10px;
  }

  .footer-signup.asd {
    flex-direction: column;
    width: 100%;
  }

  .navbar {
    margin-left: -5%;
    overflow: hidden;
  }

  .div-block-11 {
    margin-right: -13px;
  }

  .div-block-46 {
    min-width: 260px;
    height: 320px;
  }

  .text-block-30 {
    font-size: 40px;
    line-height: 40px;
  }

  .section {
    height: 100vh;
  }

  .heading-2 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }

  .heading-2.white-faq {
    text-align: left;
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-2.white-faq.dark {
    width: 100%;
  }

  .heading-2.white-faq.dark.bot-pad {
    text-align: center;
    margin-top: 3px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 18px;
  }

  .heading-2.white-faq.dark.bot-pad.blog {
    text-align: center;
    justify-content: center;
    display: block;
  }

  .text-block-36 {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-36.no.mid {
    text-align: left;
    font-size: 12px;
    line-height: 24px;
  }

  .link-13:hover {
    color: #f79327;
  }

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

  .main {
    display: block;
  }

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

  .div-block-4223 {
    width: 100%;
    margin-bottom: 21px;
  }

  .margin {
    padding-top: 55px;
    padding-bottom: 28px;
    overflow: visible;
  }

  .margin.how {
    display: none;
  }

  .margin.double.mob {
    height: auto;
    padding-top: 0;
  }

  .margin.s {
    padding-top: 0;
  }

  .section-base.padd.rel {
    padding-top: 0;
    padding-bottom: 156px;
  }

  .section-base._2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-base.how.m {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-base.how-copy.m {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-base.line.jj {
    padding-top: 37px;
    padding-bottom: 55px;
  }

  .section-base.epl {
    background-image: linear-gradient(360deg, #0f100f 76%, #0000), url('../images/1_1.png'), url('../images/2_1.png');
    background-position: 0 0, -40px 50px, 105% 55px;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, 288px, 280px;
    border-top: 1px #d1d1d1;
  }

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

  .text-block-38 {
    font-size: 25px;
    font-weight: 500;
  }

  .image-4 {
    width: 200px;
  }

  .div-block-4311._20 {
    padding: 45px 18px;
  }

  .div-block-4311.s {
    margin-top: 45px;
    margin-bottom: 45px;
    padding: 0;
  }

  .heading-3.mo {
    margin-bottom: 15px;
    line-height: 25px;
  }

  .div-block-4312.s {
    margin-bottom: 14px;
    padding-top: 27px;
  }

  .div-block-4312.left {
    flex-direction: column;
    padding-top: 0;
  }

  .div-block-4312.left.padmin {
    flex-direction: row;
    margin-top: 22px;
  }

  .div-block-4312.epl {
    width: 100%;
  }

  .image-5 {
    margin-top: -34px;
    margin-left: -17px;
  }

  .image-5.mo {
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .image-5.s {
    width: 120px;
    margin: -20px 5px 6px -12px;
  }

  .grid-statistics-4x.grid-2-row-mobile {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .grid-statistics-4x.grid-2-row-mobile._4 {
    grid-template-columns: 1fr 1fr;
    margin-top: 31px;
  }

  .card-image {
    height: 170px;
  }

  .sub-heading-regular {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-small.web-desc {
    margin-top: 10px;
    font-size: 12px;
  }

  .asda {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .non-main {
    display: block;
  }

  .heading-1 {
    font-size: 25px;
  }

  .div-block-4314 {
    margin-top: 20px;
  }

  .image-8 {
    width: 50px;
    bottom: -13px;
    right: 31px;
  }

  .image-9 {
    width: 70px;
    bottom: -80.198px;
    left: 30%;
  }

  .image-10 {
    width: 50px;
    bottom: 36.99px;
    right: 29%;
  }

  .image-11 {
    width: 60px;
    bottom: -39px;
    left: 26px;
  }

  .div-block-4223-copy {
    width: 100%;
    margin-bottom: 21px;
  }

  .item {
    padding: 10px 20px;
  }

  .card {
    padding: 0;
  }

  .div-block-4317 {
    padding: 23px;
  }

  .text-block-39 {
    font-size: 12px;
    line-height: 24px;
  }

  .text-block-40.imag {
    margin-left: 0;
  }

  .div-copy._2 {
    width: 100%;
  }

  .div-copy.stick {
    margin-bottom: 0;
    padding-left: 0;
  }

  .heading-47-copy {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .margin1.we {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .div-block-4312-copy.sticky {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-5-copys {
    margin-top: 0;
    margin-left: 0;
  }

  .image-5-copys.mo {
    margin-top: -5px;
  }

  .image-5-copys.mo.s {
    margin-bottom: 10px;
    margin-left: -8px;
    margin-right: 0;
  }

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

  .div-block-4319 {
    width: 100%;
    height: 100%;
    min-height: 300px;
    margin-top: 35px;
    padding: 0;
  }

  .div-block-4320.mid {
    width: auto;
    margin-top: 73px;
  }

  .div-block-4321 {
    grid-template-columns: 1fr;
  }

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

  .text-block-42 {
    margin-bottom: 22px;
    font-size: 20px;
  }

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

  .inv {
    filter: hue-rotate(180deg) invert();
    margin-right: 0;
  }

  .link-block-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-4327 {
    width: auto;
    padding-left: 17px;
    padding-right: 17px;
  }

  .text-block-36-copy {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-36-copy.no.mid, .text-block-36-copy.no.midsiz {
    font-size: 12px;
    line-height: 24px;
  }

  .div-block-4321-copy {
    grid-template-columns: 1fr 1fr;
  }

  .hote {
    flex-direction: column;
    align-items: flex-start;
  }

  .hote.left {
    flex-direction: column;
    margin-top: 84px;
    padding-top: 0;
  }

  .inv-copy {
    margin-bottom: 11px;
  }

  .form-block-2 {
    width: 100%;
  }

  .submit-button-4 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .section-3.sp {
    border-top: 1px solid #000;
    padding-bottom: 17px;
  }

  .collab {
    width: 100%;
    margin-bottom: 0;
    padding: 37px 20px;
  }

  .image-52 {
    width: 120px;
  }

  .div-block-150-2-home {
    height: 250px;
  }

  .tab-link-tab-2 {
    margin: 7px 5px;
    padding: 10px;
  }

  .tab-link-tab-2.w--current {
    color: #000;
    background-color: #fff;
    order: 0;
    margin: 7px 5px;
    padding: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .tabs-menu-5 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .text-block-68-copy {
    font-size: 12px;
    line-height: 15px;
  }

  .tabs {
    width: 100%;
  }

  .form-block-traveller {
    width: auto;
  }

  .div-block-4332, .tab-pane-tab-6, .tabs-content {
    width: 100%;
  }

  .background-video-2 {
    height: 100vh;
  }

  .div-block-4333 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-4334 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 51px;
    display: flex;
    position: static;
  }

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

  .div-block-108-copy {
    width: 100%;
  }

  .div-block-108-copy.timeshare {
    min-height: 105px;
  }

  .image-54 {
    width: 35%;
    position: static;
    top: -126px;
  }

  .image-54._2 {
    width: 20%;
    position: static;
  }

  .pow {
    line-height: 25px;
  }

  .text-block-46 {
    font-size: 10px;
    font-weight: 800;
  }

  .section-5 {
    height: 30px;
  }

  .text-block-47 {
    text-align: center;
    font-size: 10px;
    line-height: 15px;
  }

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

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

  .container-3.minting-container {
    padding-top: 30px;
    padding-bottom: 280px;
  }

  .container-3.redeem-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-3.terms-container-2 {
    padding: 60px 20px;
  }

  .section-6 {
    background-image: url('../images/Top-banner_1.jpg');
    background-position: 25%;
  }

  .flex-v.align-center.intro-right {
    padding-bottom: 45px;
  }

  .flex-h.align-center.arsenal {
    flex-direction: row;
  }

  .flex-h.footer-socials {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .flex-h.nft-wrapper {
    flex-direction: row;
    padding-top: 50px;
  }

  ._65.global-right {
    min-height: 200px;
  }

  .text-block-55 {
    font-size: 40px;
    line-height: 50px;
  }

  .new-listing-wrapper.first-section {
    margin-bottom: 0;
  }

  .section-8 {
    text-align: left;
  }

  .text-block-57 {
    text-align: left;
    font-size: 14px;
  }

  ._40.prop-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._60.prop-right {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

  .grid-10 {
    grid-column-gap: 10px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .div-block-4342 {
    max-width: none;
  }

  .image-58, .image-58.height, .image-58.globe {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .text-block-69 {
    line-height: 25px;
  }

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

  .text-block-71 {
    margin-top: 15px;
  }

  .text-block-76.arsenal {
    max-width: none;
  }

  .text-block-81 {
    line-height: 24px;
  }

  .text-block-82 {
    width: auto;
  }

  .text-block-83 {
    line-height: 24px;
  }

  .text-block-99 {
    margin-bottom: 40px;
  }

  .image-69 {
    width: 20%;
  }

  .image-70 {
    width: 30%;
    margin-left: 25px;
    margin-right: 25px;
  }

  .image-71 {
    width: 20%;
  }

  .link-block-9 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-block-9.w--current {
    border-radius: 5px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 18px;
  }

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

  .text-block-110 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-112 {
    text-align: center;
    border-radius: 5px;
    line-height: 14px;
  }

  .div-block-4351 {
    color: #0000;
  }

  .nav-menu {
    background-color: var(--white);
    box-shadow: 2px 2px 8px #00000080;
  }

  .menu-button {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nft-checklist-image {
    min-height: 480px;
  }

  .section-15 {
    background-position: 0 0, 70% 80%;
  }

  .text-block-119 {
    max-width: 450px;
  }

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

  .text-block-124 {
    line-height: 1.2em;
  }

  .match-left._3, .match-left._1, .match-left._2, .match-left._4, .match-left.g, .match-left.r {
    min-height: 200px;
  }

  .match-right {
    min-height: 250px;
  }

  .text-block-131 {
    font-size: 14px;
  }

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

  .p-m-wrap {
    margin-left: 40px;
  }

  .slider {
    max-width: 280px;
    height: 100%;
    min-height: 440px;
  }

  .div-block-4365 {
    grid-template-columns: 1fr;
  }

  .button-6.modal-open_btn:focus {
    border: 2px solid #ff9500;
  }

  .button-8 {
    background-color: #e55735;
    border-radius: 4px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    display: none;
  }

  .button-8.hide {
    display: none;
  }

  .button-8.nav-cta {
    padding: 9px 8px;
    font-size: 11px;
  }

  .div-block-4371 {
    flex-direction: row;
  }

  .text-block-142 {
    text-align: left;
    font-size: 12px;
  }

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

  .link-block-11 {
    width: auto;
    padding-left: 10px;
  }

  .top-banner-challenge {
    padding-left: 20px;
    padding-right: 20px;
  }

  .give-away {
    padding: 60px 20px;
  }

  .text-block-small-title {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .big-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .ticket-1 {
    border-bottom: .5px solid #fff;
    border-right-width: 0;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .prizes {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: minmax(auto, 1fr) auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    display: grid;
  }

  .image-staynex {
    width: 80px;
  }

  .image-vs {
    width: 40px;
  }

  .steps-container {
    border-right-width: 0;
  }

  .div-prizes {
    border-right: 0 solid #000;
  }

  .ticket-2 {
    margin: 0 10px 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .give-away-2 {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#0000, #0000), url('../images/arsenal-bg.jpg');
    background-position: 0 0, 70%;
    background-clip: border-box;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .small-tile {
    width: 80%;
    margin-top: 40px;
    padding-top: 40px;
  }

  .div-block-4373 {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex-h-copy.align-center.arsenal {
    flex-direction: row;
  }

  .flex-h-copy.footer-socials {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .flex-h-copy.nft-wrapper {
    flex-direction: row;
    padding-top: 50px;
  }

  .div-block-4374 {
    display: block;
  }

  .vertical {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-95 {
    width: 40px;
  }

  .image-ticket-logo-small {
    width: 35px;
  }

  .floating, .link-block-12 {
    width: 130px;
  }

  .image-97 {
    max-width: 25%;
  }

  .prizes-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-100 {
    width: 50px;
  }

  .image-101 {
    width: 80px;
  }

  .div-prizes-2 {
    border-right: 0 solid #000;
  }

  .steps-container-x-4 {
    border-right-width: 0;
  }

  .image-103 {
    width: 55px;
  }

  .div-block-4376 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hitec-title {
    max-width: 450px;
  }

  .annoucement-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-2 {
    margin-bottom: 35px;
  }

  .medium-heading-3 {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 36px;
  }

  .section-25 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-4380 {
    padding: 70px 40px 60px;
  }

  .div-block-4381 {
    height: 400px;
  }

  .text-block-143, .text-block-144 {
    font-size: 25px;
  }

  .text-block-145 {
    font-size: 22px;
  }

  .form-half {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-bottom: 5px;
  }

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

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

  .home-background {
    background-position: 50% 0;
  }

  .hero-wrapper-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .margin-bottom-24px {
    font-size: 28px;
    line-height: 34px;
  }

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

  .hero-heading-right {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .hero-wrapper, .hero-split {
    margin-bottom: 0;
  }

  .feature-image-container {
    display: none;
  }

  .heading-14 {
    font-size: 14px;
  }

  .zero-color-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-15 {
    margin-bottom: 0;
  }

  .div-block-4386 {
    margin-top: 0%;
  }

  .hotel-resorts-color-overlay {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px 20px;
    display: flex;
  }

  .innovate-color-overlay, .loyalty-color-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-29 {
    display: block;
  }

  .image-109 {
    display: none;
  }

  .div-block-4387 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0%;
    padding: 40px 20px;
  }

  .div-block-4388 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    width: 100%;
    overflow: hidden;
  }

  .section-30 {
    height: auto;
  }

  .heading-17 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-152, .text-block-153 {
    font-size: 14px;
    line-height: 16px;
  }

  .div-block-4389 {
    height: auto;
  }

  .image-110 {
    height: 75%;
    top: 20px;
    bottom: 0%;
  }

  .heading-18 {
    font-size: 32px;
    line-height: 12px;
  }

  .div-block-4390 {
    width: 195px;
  }

  .section-32 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .div-block-4391 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .div-block-4392 {
    margin-top: 0;
  }

  .div-block-4393 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
  }

  .text-block-156 {
    text-align: center;
    display: none;
  }

  .image-112, .image-113, .image-114 {
    height: 50px;
  }

  .text-block-156-copy {
    text-align: center;
    display: block;
  }

  .link-block-14 {
    padding: 5px;
    bottom: 20px;
    right: 20px;
  }

  .text-block-157 {
    font-size: 12px;
  }

  .div-block-4395 {
    height: 30vh;
  }

  .image-117 {
    width: 50%;
  }

  .text-block-158, .text-block-159 {
    display: none;
  }

  .section-33 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-19 {
    font-size: 42px;
    line-height: 44px;
  }

  .team-1st-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-20 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .header-slide {
    height: 30vh;
    margin-top: 0;
  }

  .slider-4 {
    height: 30vh;
    display: block;
  }

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

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

  .team-desktop-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .team-tablet-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .div-block-4402-copy {
    display: block;
  }

  .team-mobile-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    display: block;
  }

  .div-block-4407 {
    display: block;
  }

  .text-block-151-copy {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-4408 {
    margin-bottom: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-4402-copy-copy, .div-block-4399-copy {
    display: block;
  }

  .button-primary-copy {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .heading-21 {
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-4413 {
    padding-top: 50px;
  }

  .one-per-month-text {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 32px;
  }

  .text-block-162 {
    font-size: 12px;
  }

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

  .text-block-163 {
    font-size: 8px;
    line-height: 10px;
  }

  .register-for-free-button {
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 8px;
    line-height: 12px;
  }

  .div-block-4413-copy {
    max-width: 250px;
    margin-right: 30px;
  }

  .header-3-container {
    max-width: 200px;
    margin-top: 0;
    margin-left: 20px;
  }

  .text-block-164, .text-block-164-copy {
    font-size: 8px;
    line-height: 10px;
  }

  .header-3-button {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-22-copy {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-163-copy {
    font-size: 10px;
    line-height: 14px;
  }

  .text-block-164-copy-copy {
    font-size: 8px;
    line-height: 10px;
  }

  .div-block-4399-copy-copy {
    background-position: 0 0;
  }

  .register-for-free-button-copy {
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 10px;
    line-height: 14px;
  }

  .section-35 {
    display: block;
  }

  .div-block-4416 {
    background-color: #0a0905;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-121 {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 180px;
    overflow: hidden;
  }

  .link-24 {
    color: #fff;
  }

  .text-block-163-copy-copy {
    font-size: 8px;
    line-height: 12px;
  }

  .div-block-4399-copy-copy-copy {
    background-image: url('../images/MGI-exclusive-private-trip-igs-1.jpg');
    background-position: 0 -5px;
  }

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

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

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

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

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

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

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

  .confetti_7 {
    top: 69px;
    left: -54px;
  }

  .confetti_3 {
    top: 47px;
  }

  .hero_content_right {
    padding-top: 10px;
  }

  .confetti_12 {
    bottom: -165px;
    right: 74px;
  }

  .confetti_16 {
    top: -41px;
    left: 94px;
  }

  .confetti_8 {
    bottom: -83px;
    left: 17px;
  }

  .confetti_contain {
    z-index: 2;
    top: 22%;
    right: 11%;
  }

  .confetti_6 {
    top: 72px;
    left: 63px;
  }

  .image-122 {
    position: relative;
    top: -17px;
    left: 67px;
  }

  .confetti_13 {
    bottom: -157px;
    left: -56px;
  }

  .search {
    z-index: 3;
    margin-bottom: 10px;
    padding-top: 12px;
    position: relative;
  }

  .confetti_9 {
    bottom: -137px;
    left: 41px;
  }

  .confetti_10 {
    bottom: -167px;
  }

  .confetti_17 {
    bottom: -141px;
    left: 0;
  }

  .confetti_2 {
    left: 16px;
  }

  .confetti_11 {
    bottom: -196px;
  }

  .confetti_15 {
    bottom: -18px;
    right: 52px;
  }

  .max_500 {
    max-width: none;
  }

  .hero_slider_contain {
    height: 400px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button-primary-7.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

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

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

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

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

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

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

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

  .combine-blog4_content {
    margin-left: 0;
  }

  .combine-blog4_image-wrapper {
    max-width: none;
  }

  .combine-blog4_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .combine-blog3_image-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .combine-blog3_item {
    flex-direction: column;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-blog4_content-2 {
    margin-left: 0;
  }

  .combine-blog4_image-wrapper-2 {
    max-width: none;
  }

  .combine-blog4_item-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---heading-h1-size---mg-0 {
    font-size: 32px;
    line-height: 38px;
  }

  .brix---circle-number {
    width: 110px;
    min-width: 110px;
    height: 110px;
    min-height: 110px;
    margin-bottom: 14px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---logo-strip-image-card {
    box-shadow: 0 1px 6px 0 var(--elements-webflow-library--general--shadow-02);
    border-radius: 10px;
    width: 120px;
    margin: 6px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-center {
    flex: 1;
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---display-3 {
    font-size: 26px;
    line-height: 39px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---badge-secondary-small-bold {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---badge-wrapper-bottom-center {
    bottom: 20px;
  }

  .brix---avatar-image-link {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---section-contact-v10 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .footer-block-two {
    margin-top: 40px;
  }

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

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

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area-2 {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area-2::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input-2 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---card-form-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .brix---cta-v1-floating-item-02 {
    width: 44%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 39%;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    top: 210px;
    right: 32%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    top: 210px;
    left: 32%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---section-small---bottom-large {
    padding-top: 64px;
    padding-bottom: 150px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---cta-bg-overlay {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---grid-6-columns-logo-strip-2 {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .cf-bio-text {
    font-size: 16px;
  }

  .cf-hero-main-image {
    width: 100%;
  }

  .cf-bottom-left-contain {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-58px-heading {
    font-size: 40px;
  }

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

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

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

  .cf-logo-background-text {
    font-size: 80px;
    top: -7%;
  }

  .cf-logo-image-container {
    height: auto;
    min-height: 60px;
  }

  .cf-logos-contain {
    grid-template-columns: 1fr 1fr;
    align-content: center;
    align-items: center;
  }

  .cf-logos-heading {
    font-size: 22px;
  }

  .cf-logo-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .cf-submit-button {
    background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 15px;
  }

  .cf-newsletter-text-field {
    padding-left: 55px;
  }

  .cf-h2-white-heading-center {
    font-size: 24px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-tabs-right-tab {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-element._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-tabs-content-text {
    font-size: 16px;
  }

  .cf-tabs-content-heading {
    font-size: 20px;
  }

  .cf-tabs-left-wrap {
    padding: 40px 15px;
  }

  .cf-tabs-content-contain {
    min-height: auto;
  }

  .cf-home-tab-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cf-tabs-menu {
    margin-bottom: 50px;
  }

  .cf-tabs-header-text {
    font-size: 16px;
  }

  .cf-features-4-tabs-heading {
    font-size: 30px;
  }

  .cf-hero-logos-wrap {
    justify-content: space-between;
    margin-left: 0;
  }

  .cf-testimonial-logos-contain, .cf-testimonial-logos-contain.header-2 {
    margin-top: 100px;
  }

  .cf-testimonial-name-position {
    font-size: 14px;
    line-height: 140%;
  }

  .cf-testimonial-text---italic {
    font-size: 16px;
  }

  .cf-hero-testimonial-contain {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    bottom: -40%;
  }

  .cf-testimonial-logo-image {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .cf-star-image {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cf-testmonial-text-wrapper {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-cta-arrow-div {
    flex: none;
  }

  .cf-button-text {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 50px;
  }

  .cf-18px-paragraph {
    font-size: 16px;
  }

  .cf-64px-heading {
    font-size: 40px;
    line-height: 110%;
  }

  .cf-hero-logos-wrap-2 {
    justify-content: space-between;
    margin-left: 0;
  }

  .cf-testimonial-logos-contain-2, .cf-testimonial-logos-contain-2.header-2 {
    margin-top: 100px;
  }

  .cf-testimonial-name-position-2 {
    font-size: 14px;
    line-height: 140%;
  }

  .cf-testimonial-text---italic-2 {
    font-size: 16px;
  }

  .cf-hero-testimonial-contain-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    bottom: -40%;
  }

  .cf-hero-right-image-2 {
    box-sizing: content-box;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .cf-testimonial-logo-image-2 {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .cf-star-image-2 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cf-testmonial-text-wrapper-2 {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-cta-arrow-div-2 {
    flex: none;
  }

  .cf-button-text-2 {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button-2 {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button-2.rectangle {
    padding-left: 50px;
  }

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

  .cf-64px-heading-2 {
    font-size: 40px;
    line-height: 110%;
  }

  .cf-features-section-1-block-paragraph {
    font-size: 18px;
  }

  .cf-block-h5-heading {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 36px;
  }

  .cf-features-section-1-grid-cell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-features-section-1-grid {
    max-width: none;
  }

  .cf-58px-heading---white {
    font-size: 40px;
  }

  .cf-features-section-1-wrapper {
    padding-bottom: 100px;
  }

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

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---section-hero-primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-faq-main-heading {
    text-align: center;
    margin-bottom: 60px;
    font-size: 24px;
  }

  .cf-faq-container {
    margin-bottom: 100px;
  }

  .home_client-logos-list_component {
    justify-content: center;
  }

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

  .home_features-list_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

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

  .navbar5_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home_blog-list_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .navbar5_large-item-content {
    margin-top: 1rem;
  }

  .padding-global {
    margin-top: 0;
  }

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

  .navbar5_dropdown-link {
    padding-left: 0;
  }

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

  .main-wrapper {
    position: sticky;
  }

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

  .footer8_top-wrapper {
    grid-row-gap: 48px;
  }

  .home_features-list_tabs-menu {
    grid-row-gap: 2.5rem;
  }

  .navbar5_blog-item {
    flex-direction: column;
    display: flex;
  }

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

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

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

  .home_team_image-wrapper {
    padding-top: 66%;
  }

  .home_hero-header_content-wrapper, .about-us_header_component, .about-us_feature-1_component, .about-us_feature-1_item-list, .about-us_feature-2_list, .about-us_team_component, .solutions_feature-1_item-list, .solutions_feature-1_component, .solutions_feature-2_component, .solutions_feature-3_component, .solutions_feature-3_item-list {
    grid-template-columns: 1fr;
  }

  .blog_featured-blog-list-header_list {
    grid-row-gap: 3.25rem;
  }

  .blog_list-1_item-content, .blog_list-2_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog_contact_component, .blog-post_header_component {
    grid-template-columns: 1fr;
  }

  .blog-post_body_tag-list {
    justify-content: flex-start;
  }

  .blog-post_body_author-wrapper {
    margin-bottom: 1rem;
  }

  .blog-post_body_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blog-post_body_tag-list-wrapper {
    width: 100%;
  }

  .blog-post_body_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .blog-post_cta_component, .blog-post_contact_component, .contact_contact-1_component, .contact_form_component, .contact_form_contact-list, .contact_locations_contact-list, .contact_locations_component {
    grid-template-columns: 1fr;
  }

  .heading-78 {
    line-height: 38px;
  }

  .bold-text-26 {
    justify-content: center;
    align-items: center;
    font-size: 27px;
    line-height: 120%;
    display: flex;
  }

  .bold-text-29 {
    justify-content: center;
    align-items: center;
    line-height: 43px;
    display: flex;
  }

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

  .footer-form-two-2 {
    padding: 20px;
  }

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

  .footer-form-input-2 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-15.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .home_features-list_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .bold-text-35 {
    line-height: 20px;
  }

  .bold-text-36 {
    text-align: left;
    line-height: 20px;
  }

  .bold-text-37, .bold-text-38 {
    line-height: 20px;
  }

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

  .heading-95 {
    line-height: 26px;
  }

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

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

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

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

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

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

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

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

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

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

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---display-4 {
    font-size: 26px;
    line-height: 39px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .brix---grid-4-columns-2 {
    grid-template-columns: 1fr;
    padding-bottom: 28px;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .waves---heading-3-no-margins, .waves---testimonial-text-big {
    font-size: 22px;
  }

  .waves-grid-testimoials-4 {
    grid-row-gap: 32px;
  }

  .waves-master-testimonial-4 {
    padding: 19px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cf-parallax-scribble-2 {
    width: 50%;
    bottom: 22%;
  }

  .cf-parallax-scribble-1 {
    width: 60%;
    bottom: 78%;
  }

  .cf-parallax-image-3 {
    bottom: 25%;
  }

  .cf-parallax-image-1 {
    bottom: 8%;
  }

  .cf-parallax-image-contain {
    height: 350px;
  }

  .cf-82px-heading {
    font-size: 40px;
  }

  .cf-hero-section-5---heading-wrapper {
    padding-bottom: 60px;
  }

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

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

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

  .waves---heading-2-no-margins {
    font-size: 34px;
    line-height: 120%;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
    display: inline;
  }

  .heading-96 {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    display: flex;
  }

  .bold-text-44 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .paragraph-21 {
    line-height: 25px;
  }

  .italic-text-3 {
    font-size: 35px;
  }

  .cf-features-section-1-block-paragraph-2 {
    font-size: 18px;
  }

  .cf-block-h5-heading-2 {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 36px;
  }

  .cf-features-section-1-grid-cell-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-features-section-1-grid-2 {
    max-width: none;
  }

  .cf-58px-heading---white-2 {
    font-size: 40px;
  }

  .cf-features-section-1-wrapper-2 {
    padding-bottom: 100px;
  }

  .cf-logo-images-2 {
    width: 150px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .cf-logos-contain-2 {
    grid-row-gap: 40px;
  }

  .cf-logos-wrapper {
    text-align: center;
  }

  .efi-jumbo {
    font-size: 45px;
  }

  .efi-jumbo.jumboo {
    width: 230px;
    height: 209px;
    padding-left: 0;
    font-size: 32px;
    line-height: .9em;
  }

  .efi-button {
    padding-top: 11px;
    padding-bottom: 14px;
    font-size: 10px;
    line-height: 1;
  }

  .efi-button.jumboo {
    float: none;
    clear: none;
    margin-top: 0;
    font-size: 10px;
  }

  .efi-hr-01-grid {
    padding-top: 0;
    padding-left: 12px;
    font-size: .5rem;
  }

  .efi-hr-01-grid.jumboo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-left: 18px;
    padding-bottom: 12px;
    padding-left: 0;
  }

  .background-video-3 {
    height: 499px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .efi-hr-01-left-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0% 0 0;
  }

  .header {
    font-size: 10px;
  }

  .header.jumboo {
    margin-top: 8px;
    margin-bottom: -31px;
    padding-bottom: 0;
    font-size: 13px;
    line-height: 18px;
  }

  .superscript-3 {
    font-size: 26px;
    line-height: .5;
  }

  .combine-padding-global-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-_35c2d7b4-dacd-5f54-0b07-9381116c8154-29559105 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35c2d7b4-dacd-5f54-0b07-9381116c815f-29559105 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f45f4f0b-3521-9170-f0ad-87324a486aaf-29559105 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dbb0d77b-e3d6-bfb7-f4bb-7fa8cc56c463-29559105, #w-node-dbb0d77b-e3d6-bfb7-f4bb-7fa8cc56c465-29559105, #w-node-dbb0d77b-e3d6-bfb7-f4bb-7fa8cc56c468-29559105, #w-node-dbb0d77b-e3d6-bfb7-f4bb-7fa8cc56c46a-29559105, #w-node-dbb0d77b-e3d6-bfb7-f4bb-7fa8cc56c46d-29559105, #w-node-dbb0d77b-e3d6-bfb7-f4bb-7fa8cc56c46f-29559105, #w-node-dbb0d77b-e3d6-bfb7-f4bb-7fa8cc56c472-29559105, #w-node-dbb0d77b-e3d6-bfb7-f4bb-7fa8cc56c474-29559105, #w-node-dbb0d77b-e3d6-bfb7-f4bb-7fa8cc56c477-29559105, #w-node-dbb0d77b-e3d6-bfb7-f4bb-7fa8cc56c479-29559105, #w-node-_6ee3db71-fe17-b59a-14dc-2b1b58245876-29559105, #w-node-_6ee3db71-fe17-b59a-14dc-2b1b58245878-29559105, #w-node-_6ee3db71-fe17-b59a-14dc-2b1b5824587b-29559105, #w-node-_6ee3db71-fe17-b59a-14dc-2b1b5824587d-29559105, #w-node-_6ee3db71-fe17-b59a-14dc-2b1b58245880-29559105, #w-node-_6ee3db71-fe17-b59a-14dc-2b1b58245882-29559105, #w-node-_6ee3db71-fe17-b59a-14dc-2b1b58245885-29559105, #w-node-_6ee3db71-fe17-b59a-14dc-2b1b58245887-29559105 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f45f4f0b-3521-9170-f0ad-87324a486ba6-29559105 {
  grid-area: Area;
}

#w-node-_67fbf53f-6245-e9ca-e654-17c65011e491-29559105 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_67fbf53f-6245-e9ca-e654-17c65011e495-29559105 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67fbf53f-6245-e9ca-e654-17c65011e4b5-29559105 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_67fbf53f-6245-e9ca-e654-17c65011e4b9-29559105 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec3cb4f4-537b-0443-4536-d8a5a9b53ab6-29559105 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-ec3cb4f4-537b-0443-4536-d8a5a9b53aba-29559105 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec3cb4f4-537b-0443-4536-d8a5a9b53ac8-29559105 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-ec3cb4f4-537b-0443-4536-d8a5a9b53acc-29559105 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec3cb4f4-537b-0443-4536-d8a5a9b53ada-29559105 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-ec3cb4f4-537b-0443-4536-d8a5a9b53ade-29559105 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87f1a41b-23ad-8249-dd6f-4fd456f8cdde-29559105 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_87f1a41b-23ad-8249-dd6f-4fd456f8cde2-29559105, #w-node-ae8759a1-6792-c757-8d13-7b4440a94dfe-29559105, #w-node-ae8759a1-6792-c757-8d13-7b4440a94dff-29559105, #w-node-_3a858c9d-e273-6077-32c0-d2ba7f5004ba-30c6e9ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9373d76-ca35-6529-21a4-be78d6677840-30c6e9ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6402972a-b56a-f283-21bd-2adae0a10270-30c6e9ff, #w-node-_1473bbaa-f7cf-2d81-7055-7d39655d7a62-30c6e9ff, #w-node-f00b6155-2d55-e828-0cfe-e22dbc2b557f-30c6e9ff, #w-node-_72b5ab7a-7dbe-6334-c9c4-de531b29c464-30c6e9ff, #w-node-_289f1d42-ee46-3c6c-28c3-d14b8e4ef087-30c6e9ff, #w-node-_289f1d42-ee46-3c6c-28c3-d14b8e4ef07b-30c6e9ff, #w-node-_289f1d42-ee46-3c6c-28c3-d14b8e4ef08d-30c6e9ff, #w-node-d8cf9322-c93f-fe8c-5cf2-7d92183cc8e1-30c6e9ff, #w-node-b6b66912-09a7-6297-efd1-e3287382db14-30c6e9ff, #w-node-fb35337a-c1b5-58c4-6cab-1734200759eb-30c6e9ff, #w-node-_2b684ea4-298e-7f97-10d0-bd9fc7a7d12d-91c6ea00, #w-node-_2b684ea4-298e-7f97-10d0-bd9fc7a7d133-91c6ea00, #w-node-_2b684ea4-298e-7f97-10d0-bd9fc7a7d139-91c6ea00, #w-node-_2b684ea4-298e-7f97-10d0-bd9fc7a7d13f-91c6ea00, #w-node-_2b684ea4-298e-7f97-10d0-bd9fc7a7d145-91c6ea00, #w-node-_2b684ea4-298e-7f97-10d0-bd9fc7a7d14b-91c6ea00, #w-node-_2b684ea4-298e-7f97-10d0-bd9fc7a7d151-91c6ea00, #w-node-_2b684ea4-298e-7f97-10d0-bd9fc7a7d157-91c6ea00, #w-node-_2b684ea4-298e-7f97-10d0-bd9fc7a7d15d-91c6ea00, #w-node-_2b684ea4-298e-7f97-10d0-bd9fc7a7d163-91c6ea00, #w-node-_6a39da8c-241f-a212-f0a5-45dc424c895f-01c6ea02, #w-node-_6a39da8c-241f-a212-f0a5-45dc424c8985-01c6ea02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a39da8c-241f-a212-f0a5-45dc424c89d5-01c6ea02 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6a39da8c-241f-a212-f0a5-45dc424c8c49-01c6ea02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a39da8c-241f-a212-f0a5-45dc424c8c4e-01c6ea02 {
  justify-self: start;
}

#w-node-c69b7eb6-db1b-bef5-c458-5535c872f627-e2c6ea04, #w-node-c69b7eb6-db1b-bef5-c458-5535c872f62f-e2c6ea04, #w-node-c69b7eb6-db1b-bef5-c458-5535c872f630-e2c6ea04, #w-node-c69b7eb6-db1b-bef5-c458-5535c872f638-e2c6ea04, #w-node-c69b7eb6-db1b-bef5-c458-5535c872f639-e2c6ea04, #w-node-_8d617266-cfa4-bed9-bcee-5e65f885ead0-e2c6ea04, #w-node-_8d617266-cfa4-bed9-bcee-5e65f885eadd-e2c6ea04, #w-node-_8d617266-cfa4-bed9-bcee-5e65f885eade-e2c6ea04, #w-node-_591a4f3b-2a7b-8d58-6974-bdf4e9275116-e2c6ea04, #w-node-d76e2b6d-0b61-bb2e-099c-0566e72aa262-e2c6ea04, #w-node-_8d617266-cfa4-bed9-bcee-5e65f885eae9-e2c6ea04, #w-node-_8d617266-cfa4-bed9-bcee-5e65f885eaea-e2c6ea04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae68cbd3-53d8-907c-ce6e-d82b5f335d6b-e2c6ea04 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ae68cbd3-53d8-907c-ce6e-d82b5f335e9c-e2c6ea04 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a2eb833c-f0ef-41ae-76ac-db82676a6766-f6c6ea06, #w-node-_5d116ab7-9517-fbe4-f5f2-d91c678667eb-f6c6ea06, #w-node-_077d5c78-4866-fa4f-316e-e4ad32559d62-f6c6ea06, #w-node-b0f7d933-0a25-c98c-7168-83eb75e8dfc8-f6c6ea06, #w-node-ac877cfb-de8a-604f-1dac-fb5091b49663-f6c6ea06, #w-node-_7aa98969-25db-7a38-90de-09b536779661-f6c6ea06, #w-node-_926c3ffc-89f6-5de5-d610-abf0db3af8f1-f6c6ea06, #w-node-_7aff2106-2843-f5ee-2088-c194817f2b8e-f6c6ea06, #w-node-da78e2bc-4d11-9184-300c-f2749a1afe8f-f6c6ea06, #w-node-c6f49a55-d0ac-c1ad-2a2e-c1d8f8ce55ab-f6c6ea06, #w-node-f7beb3a9-fe24-0422-e7dd-9da5ea8f1b72-f6c6ea06, #w-node-cfe44798-24cf-61e8-b6e5-d79cd3d684c8-f6c6ea06, #w-node-bdafccb5-b26f-d983-b8d1-4944e1932e56-f6c6ea06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f7bc956-7cd5-8ece-248b-b729543b3c33-f6c6ea06 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f7bc956-7cd5-8ece-248b-b729543b3c3f-f6c6ea06 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d83c5a93-4306-8b8f-cb9e-8a1a236a86f8-f6c6ea06, #w-node-ef191c77-7a5e-4187-6768-590bec9f096e-3b263049, #w-node-_3fc6c279-545f-d0e4-2ede-df28b1f99495-3b263049, #w-node-ca1292ea-0baa-df6e-de0e-c17bdf8e3ffc-3b263049, #w-node-_680b2551-be49-3800-7b72-3cc9dce34721-3b263049, #w-node-_0d1a4c49-7aea-1cf9-9fa7-d8e84d304ff6-3b263049, #w-node-_5e421906-35c1-e1fe-75ed-2774c01e85af-3b263049, #w-node-_43745930-ba43-0304-cde8-d827dd568a66-3b263049, #w-node-_43745930-ba43-0304-cde8-d827dd568a6a-3b263049, #w-node-_43745930-ba43-0304-cde8-d827dd568a6e-3b263049, #w-node-d3db95c8-f0a1-6dab-5266-de450e9b605e-3b263049, #w-node-_081c72ac-c430-d3a7-dc56-6db2f0666785-3b263049, #w-node-_042b8096-2d33-5abc-0f80-3df467791cab-3b263049, #w-node-_39908d75-a1ef-8912-89f2-ef03d1e762e4-3b263049 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1f82530-98e4-dff0-be8c-d2294a919142-3b263049 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_28b7a89c-a053-d69b-42ac-eb648530c363-3b263049 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40e111f8-ec70-9b78-0ae0-3524678c0c77-3b263049 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c3ea93be-fbf2-bf61-518d-1f5ca04ff2b5-3b263049 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5ef8558-ed44-54da-4124-8e7858420437-3b263049 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4ce96461-cf53-d7c5-5433-ea9a13461353-3b263049, #w-node-_758b8058-657a-498e-e651-727a65cc6a96-3b263049, #w-node-_485b76e7-7651-a50c-2152-ec336572c060-3b263049, #w-node-_8313293c-afb7-d7d0-b822-acd82cd7565a-3b263049, #w-node-_5f530589-5b91-1001-f24f-46865f675bfa-3b263049, #w-node-_9d0eb252-8223-c4ad-1e40-6ab7761a09b9-3b263049, #w-node-_7a0447ea-c3fb-039d-58ed-6f035128f188-3b263049, #w-node-b0eca62a-1f30-c3b3-c683-2d1a167bfbb8-1a11c7a0, #w-node-_09a669f3-910b-d053-7688-d3754d53f61f-1a11c7a0, #w-node-bf90c442-93da-b2f2-2d5e-4c03da204f15-1a11c7a0, #w-node-f0f3d77e-5390-481e-abda-5cc4e45b3d6e-1a11c7a0, #w-node-_17ce0c00-8f54-bdda-03c1-79cead50aa87-b244e648, #w-node-_17ce0c00-8f54-bdda-03c1-79cead50aaad-b244e648 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfb2d50a-d714-a7b6-1a76-2df40b640e7b-b244e648 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c6e4e844-c73e-4245-5f2b-b256d6405b96-f151d1b4, #w-node-c6e4e844-c73e-4245-5f2b-b256d6405b9c-f151d1b4, #w-node-c6e4e844-c73e-4245-5f2b-b256d6405ba2-f151d1b4 {
  align-self: start;
}

#w-node-_14eabdb1-4692-7c9d-b222-c439559d771b-559d76e2, #w-node-_14eabdb1-4692-7c9d-b222-c439559d7741-559d76e2, #w-node-cad991a2-a27c-62aa-fc94-a23ec37c5e38-356f59e7, #w-node-cad991a2-a27c-62aa-fc94-a23ec37c5e5e-356f59e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cad991a2-a27c-62aa-fc94-a23ec37c5eae-356f59e7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cad991a2-a27c-62aa-fc94-a23ec37c6122-356f59e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cad991a2-a27c-62aa-fc94-a23ec37c6127-356f59e7 {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_35c2d7b4-dacd-5f54-0b07-9381116c8154-29559105 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_35c2d7b4-dacd-5f54-0b07-9381116c815f-29559105 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6a39da8c-241f-a212-f0a5-45dc424c8c4a-01c6ea02, #w-node-cad991a2-a27c-62aa-fc94-a23ec37c6123-356f59e7 {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6a39da8c-241f-a212-f0a5-45dc424c8c4a-01c6ea02 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6a39da8c-241f-a212-f0a5-45dc424c8c4e-01c6ea02 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-c6e4e844-c73e-4245-5f2b-b256d6405ac0-f151d1b4, #w-node-_09f47b95-1881-5f22-f901-11ca973d1c51-8bb2653f {
    order: -9999;
  }

  #w-node-cad991a2-a27c-62aa-fc94-a23ec37c6123-356f59e7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cad991a2-a27c-62aa-fc94-a23ec37c6127-356f59e7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6a39da8c-241f-a212-f0a5-45dc424c8c4a-01c6ea02, #w-node-cad991a2-a27c-62aa-fc94-a23ec37c6123-356f59e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Flecha';
  src: url('../fonts/FlechaMLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Whyte Light';
  src: url('../fonts/Whyte-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Whyte book';
  src: url('../fonts/Whyte-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oatmealprotrial';
  src: url('../fonts/OatmealProTRIAL-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oatmealprotrial';
  src: url('../fonts/OatmealProTRIAL-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oatmealprotrial';
  src: url('../fonts/OatmealProTRIAL-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oatmealprotrial';
  src: url('../fonts/OatmealProTRIAL-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oatmealprotrial';
  src: url('../fonts/OatmealProTRIAL-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oatmealprotrial';
  src: url('../fonts/OatmealProTRIAL-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typekiln Eloquiadisplay';
  src: url('../fonts/Typekiln---EloquiaDisplay-ExtraBold.otf') format('opentype'), url('../fonts/Typekiln---EloquiaDisplay-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typekiln Eloquiatext';
  src: url('../fonts/Typekiln---EloquiaText-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}