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

@font-face {
  font-family: Aktivgrotesk;
  src: url('../fonts/AktivGrotesk-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aktivgrotesk;
  src: url('../fonts/AktivGrotesk-HairlineItalic.otf') format("opentype"), url('../fonts/AktivGrotesk-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Aktivgrotesk;
  src: url('../fonts/AktivGrotesk-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Aktivgrotesk;
  src: url('../fonts/AktivGrotesk-XBoldItalic.otf') format("opentype"), url('../fonts/AktivGrotesk-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Aktivgrotesk;
  src: url('../fonts/AktivGrotesk-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Aktivgrotesk;
  src: url('../fonts/AktivGrotesk-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aktivgrotesk;
  src: url('../fonts/AktivGrotesk-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

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

.background-video {
  height: 800px;
}

.text-color-blue {
  color: #0475ff;
}

.heading {
  font-family: Aktivgrotesk, Verdana, sans-serif;
  font-size: 42px;
  line-height: 48px;
}

.main-button-6 {
  z-index: 20;
  color: #fff;
  letter-spacing: .15em;
  background-color: #cb9b3424;
  border: 1px solid #fff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 40%;
  min-width: 16em;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 1.5em 1em;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.075, .82, .165, 1), box-shadow .4s cubic-bezier(.075, .82, .165, 1), letter-spacing .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  display: flex;
  position: relative;
  transform: translate(0);
}

.main-button-6:hover {
  color: #fff;
  letter-spacing: .25em;
  background-color: #0e0b1d;
  border-color: #c07ca580;
  transform: translate(0, -3px);
  box-shadow: 0 10px 40px -10px #332864;
}

._3d-block-for-text {
  z-index: 8;
  border-bottom: 1px #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.main-shapes-wrapper {
  filter: blur(120px);
}

.shape-9-2 {
  background-color: #1b1b1b;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.gutter-outside {
  text-align: center;
}

.shape-8-2 {
  background-color: #9fc68e;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.header-3-grid {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-radius: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.image-3 {
  filter: saturate(130%);
}

.button-text-12 {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  line-height: 1em;
}

.link-2 {
  color: #ffffff42;
  letter-spacing: 1px;
  font-size: 1vw;
}

.header-3 {
  z-index: 30;
  color: #f0c8e0;
  background-color: #000;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.header-3.teaser {
  background-color: #0000;
}

.gradient-intro-wrapper {
  z-index: 1;
  color: #f5f5f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.background-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shape-7-2 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.intro-description {
  padding-top: 2em;
  padding-left: 4em;
  padding-right: 4em;
}

.shape-2-2 {
  background-color: #fff8d136;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.shape-4-2 {
  background-color: #f6c779;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.shape-5-2 {
  background-color: #a59cb9;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.ultra-gradient-wrapper {
  background-color: #000;
  background-image: linear-gradient(#da8dcd3d, #da8dcd3d), linear-gradient(#f3277766, #f3277766);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
}

.ultra-gradient-wrapper.front {
  background-image: radial-gradient(circle, #000, #ffffff94), linear-gradient(#000000b8, #000000b8), url('../images/sand--soca-post-LONG.jpg'), linear-gradient(#5f26c02e, #5f26c02e), linear-gradient(#aa960030, #aa960030);
  background-position: 0 0, 0 0, 100% 100%, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat, repeat;
  background-size: auto, auto, auto, auto, auto;
}

.shape-1-2 {
  background-color: #23d3d6a8;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.header-3-content-1 {
  grid-row-gap: 1em;
  perspective: 1000px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35em;
  display: flex;
}

.container-w3 {
  width: 100%;
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
}

.section-ultra-gradients {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 45em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-ultra-gradients.is-first {
  z-index: 2;
  z-index: 2;
  z-index: 2;
  border: 2px #fff;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
}

.header-3-padding {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.header-3-padding.without-menu {
  background-image: linear-gradient(#000c, #000c), url('../images/background-frombanfield.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 3em;
}

.header-3-padding.without-menu.teaser {
  background-image: none;
  background-position: 0 0;
}

.header-3-padding.without-menu.teaser.front {
  background-color: #08194200;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.header-3-padding.without-menu.teaser {
  background-color: #081942;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border: 0 #e5c397;
  border-radius: 0;
}

.text-block {
  color: #ffffff61;
  text-align: left;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.shape-3-2 {
  background-color: #001eff1a;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

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

.shape-6-2 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.header-3-block-1 {
  z-index: 100;
  box-shadow: none;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 6em;
  display: flex;
  position: relative;
  overflow: visible;
}

.cards_component {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
  position: absolute;
  top: 21.6vh;
}

.content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.cards_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  cursor: pointer;
  background-color: #fff3;
  border: .05px solid #000;
  border-radius: .5rem;
  flex-flow: column;
  width: 12rem;
  height: 3.5rem;
  padding: 1rem;
  display: flex;
}

.heading-2 {
  color: #2c1f3d;
  letter-spacing: -.15vw;
  text-transform: none;
  font-size: 8.5vw;
  font-weight: 500;
  line-height: 90%;
}

.cards_image-wrapper {
  aspect-ratio: 1;
  border-radius: .25rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.credits {
  color: #2c1f3d;
  letter-spacing: -.25px;
  font-size: .85rem;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  inset: auto auto 1rem 2.5rem;
}

.menu_icon {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  position: absolute;
  inset: auto 0 0 auto;
}

.menu_layout {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: #fff3;
  border: .05px solid #000;
  border-radius: 1.5rem;
  flex-flow: column;
  padding: 1.6rem;
  display: flex;
}

.page-wrapper {
  background-color: #2c203d;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

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

.header_wrapper {
  z-index: 2;
  position: absolute;
  bottom: 3rem;
  left: 1.5rem;
  right: auto;
}

.menu_line {
  background-color: #2c1f3d;
  flex: none;
  width: 1.5rem;
  height: .15rem;
}

.menu_links {
  color: #2c1f3d;
  letter-spacing: -.02rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.menu_content {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-bg {
  z-index: 0;
  background-color: #ebd6fb;
  background-image: url('../images/cash-macanaya-XDFfAHlxw9I-unsplash-1.jpg');
  background-position: 50% 26%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.menu_wrapper {
  z-index: 2;
  position: absolute;
  inset: auto 2rem 2rem auto;
}

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

.cards_star {
  color: #2c1f3d;
  font-size: 1.25rem;
  font-weight: 400;
}

.cards_text-top {
  color: #2c1f3d;
  font-size: 1.125rem;
  font-weight: 400;
}

.text-rendering {
  display: none;
}

.heading-hero {
  z-index: 0;
  color: #fff;
  text-align: center;
  letter-spacing: -.06em;
  width: 100%;
  margin-top: 0;
  margin-bottom: -1.1rem;
  font-size: 10rem;
  font-weight: 800;
  line-height: 115%;
  position: absolute;
}

.heading-hero.gradient-2 {
  z-index: 1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #7928ca, #ff0080);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 6rem;
  position: relative;
}

.heading-hero.gradient-3 {
  z-index: 1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff4d4d, #f9cb28);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 12rem;
  font-weight: 800;
  position: relative;
}

.heading-hero.gradient-1 {
  z-index: 1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #007cf0, #00dfd8);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 12rem;
  position: relative;
}

.main-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
}

.page-wrapper-2 {
  width: 100vw;
  overflow: hidden;
}

.heading-wrapper {
  position: relative;
}

.navbar_inner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about_link-icon {
  position: absolute;
  inset: 50% 24px 0% auto;
  transform: translate(0, -50%);
}

.section_footer {
  overflow: hidden;
}

.footer_icon {
  width: 50%;
}

.back-to-top-code {
  display: none;
}

.about_card-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #dac5a70d;
  border: 1px solid #dac5a726;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 1.125rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.about_award-list {
  width: 100%;
}

.section_newsletter {
  background-color: #dac5a70d;
}

.hero_text-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.newsletter_marq-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #dac5a71a;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.footer_link-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: .8125rem;
  display: flex;
}

.about_label {
  color: #dac5a799;
  text-transform: uppercase;
  font-size: .8125rem;
}

.button_wrap.margin-top {
  margin-top: 1rem;
}

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

.footer_top-button {
  z-index: 999999999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .6rem 1.25rem;
  font-size: .8125rem;
  text-decoration: none;
  display: flex;
}

.about_img {
  width: 40%;
  position: sticky;
  top: 100px;
}

.hero_btn {
  background-color: #dac5a70d;
  border: 1px solid #dac5a726;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  display: flex;
}

.button {
  color: #0e0e0e;
  text-align: center;
  text-transform: uppercase;
  background-color: #dac5a7;
  border-radius: 2px;
  padding: .75rem 1.5rem;
  font-size: .8125rem;
  font-weight: 400;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.about_list-item {
  border-bottom: 1px solid #dac5a726;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.15rem;
  display: flex;
}

.section-navbar {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #dac5a70d;
  border: 1px solid #dac5a726;
  border-radius: 2px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_menu {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about_title-wrap {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  display: flex;
}

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

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

.footer_rights-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
  display: flex;
}

.hide {
  display: none;
}

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

.navbar_link {
  color: #dac5a7;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: .8125rem;
  padding: 0;
  font-size: .8125rem;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
}

.navbar_link.w--current {
  font-weight: 500;
}

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

.hero_btn-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  font-size: .8125rem;
  text-decoration: none;
  display: flex;
}

.footer {
  background-color: #dac5a70d;
}

.about_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: flex;
  position: relative;
}

.span_tilt {
  font-style: italic;
}

.newsletter_content-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_content-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.footer_icon-wrap {
  background-color: #dac5a70d;
  border: 1px solid #dac5a726;
  border-radius: 50%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  min-width: 2.25rem;
  height: 2.25rem;
  min-height: 2.25rem;
  display: flex;
}

.text-size-large {
  color: #dac5a7;
  font-size: 1.5rem;
}

.about_awards-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-style-h1 {
  letter-spacing: -1px;
  font-size: 8rem;
  font-weight: 300;
  line-height: 1;
}

.label_capital {
  color: #dac5a7;
  text-transform: uppercase;
  font-size: .8125rem;
  text-decoration: none;
}

.footer_logo {
  font-size: 1.25rem;
}

.section_about-hero {
  margin-top: 6rem;
}

.navbar_logo-img {
  width: 55px;
}

.text-block-3 {
  text-decoration: none;
}

.about_content-wrap {
  width: 60%;
}

.about_content-wrap.margin-top {
  margin-top: 5rem;
}

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

.navbar_wrap {
  justify-content: space-between;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.newsletter_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.footer_right-text {
  color: #dac5a799;
  font-size: .8125rem;
}

.footer_title {
  color: #dac5a7;
  font-size: 1.25rem;
}

.footer_title.is-capital {
  text-transform: uppercase;
}

.navbar_btn {
  color: #0e0e0e;
  background-color: #dac5a7;
  border-radius: 2px;
  padding: .625rem 1rem;
  font-size: .8125rem;
}

.footer_card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #dac5a799;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer_link.w--current {
  color: #dac5a7;
}

.page-wrapper-3 {
  color: #dac5a7;
  background-color: #0e0e0e;
  overflow: hidden;
}

.page-wrapper-3.is_overflow {
  overflow: visible;
}

.main-wrapper {
  overflow: hidden;
}

.main-wrapper.overflow {
  overflow: visible;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.footer_top-icon {
  background-color: #dac5a70d;
  border: 1px solid #dac5a726;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  display: flex;
}

.about_card {
  background-color: #dac5a70d;
  border: 1px solid #dac5a726;
  border-radius: 2px;
  width: 100%;
  padding: 3rem;
}

.newsletter_marq-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: space-between;
  align-items: center;
  font-size: .8125rem;
  display: flex;
}

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

.about_list.margin-top {
  margin-top: 8rem;
}

.header-7-flex {
  z-index: 20;
  grid-row-gap: 4em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 57em;
  padding: 20vh 4em;
  display: flex;
  position: relative;
}

._3d-block-for-text-2 {
  z-index: 8;
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.uppercase-title-dark {
  color: #fff;
  text-align: center;
  letter-spacing: .4em;
  text-indent: .4em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6em;
  display: none;
}

.video-sticky-block {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.header-7-content {
  z-index: 20;
  grid-row-gap: 3.5em;
  perspective: 1000px;
  color: #f0aa14;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  margin-bottom: -5vh;
  display: flex;
  position: relative;
}

.main-circle-button {
  z-index: 20;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  display: flex;
  position: relative;
}

.circle-button-border-1 {
  z-index: 5;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #f0c8e012;
  border: 1px solid #f0aa14;
  border-radius: 50%;
  transition: border-radius .4s;
  position: absolute;
  inset: 0%;
}

.cover-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cover-image.is-parallax-medium {
  height: 150%;
  display: block;
  top: auto;
  bottom: auto;
}

.circle-button-icon-1 {
  z-index: 10;
  filter: brightness(200%);
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  position: absolute;
}

.while-scrolling-effect-5rem {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image {
  mix-blend-mode: lighten;
}

.heading-3 {
  z-index: 10;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 200;
  line-height: 1.2em;
  position: relative;
}

.heading-3.is-header-4-title-1 {
  color: #f0aa14;
  text-align: center;
  text-transform: none;
  text-shadow: 0 1px 2px #f0aa149c;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/yellow-wall-texture-with-scratches.png');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 96px;
  font-weight: 200;
  line-height: 1.1em;
  display: none;
}

.header-4-bg-3 {
  z-index: 5;
  opacity: .9;
  color: #d3b1b1;
  mix-blend-mode: multiply;
  background-image: linear-gradient(45deg, #f0aa1473, #0e0b1d);
  position: absolute;
  inset: 0%;
}

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

.animation-color-bg {
  z-index: 15;
  background-color: #f0aa14;
  display: none;
  position: absolute;
  inset: 0%;
}

.animation-color-bg.is-purple-dark {
  background-color: #0e0b1d;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.circle-button-text-1 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  width: 8em;
  font-family: Montserrat, sans-serif;
  font-size: .85em;
  font-weight: 300;
  line-height: 1.2em;
  display: none;
  position: absolute;
}

.image-animation-trigger-vertical {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.header-7-image-1 {
  z-index: 10;
  width: 100%;
  height: 80vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.parallax-animation-medium {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header-7 {
  z-index: 10;
  color: #f0c8e0;
  background-color: #15112a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 80vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.circle-button-content {
  z-index: 20;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.grid-wrapper-5 {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.navbar-5 {
  background-color: #0000;
  background-image: linear-gradient(#000, #fff0);
  justify-content: center;
  height: 80px;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.mobile-nav-menu {
  display: none;
}

.text-block-15 {
  font-weight: 700;
}

.text-block-15:hover {
  color: #ffe205;
}

.nav-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  background-color: #09131400;
  border: 1px #eff9fc1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.nav-link-5 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.brand-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.image-17 {
  transition: all .2s;
}

.image-17:hover {
  filter: sepia();
}

.text-block-14 {
  font-weight: 700;
}

.nav-cover-4 {
  background-color: #060d11;
  border-bottom: 1px solid #eff9fc1a;
  height: 100%;
  position: absolute;
  inset: -100% 0% 0%;
}

.text-block-16 {
  font-weight: 700;
}

.nav-link-line {
  background-color: #eff9fc1a;
  width: 100%;
  height: 1px;
}

.text-block-17 {
  font-weight: 600;
}

.nav-menu-items {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 36px auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  display: grid;
  position: relative;
}

.div-block {
  margin-top: 0;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 100;
}

.project-background {
  z-index: 2;
  background-image: url('../images/sand--soca-post-LONG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-background.trinidad {
  background-image: url('../images/WhatsApp-Image-2025-09-26-at-11.16.56.jpeg');
}

.project-background.stlucia {
  background-image: url('../images/WhatsApp-Image-2025-09-26-at-11.18.31-1.jpeg');
}

.project-background.guyana {
  background-image: url('../images/sand--soca-post-LONG.jpg');
}

.project-background.stvincent {
  background-image: url('../images/WhatsApp-Image-2025-09-26-at-11.18.31.jpeg');
}

.project-background.barbados {
  background-image: url('../images/WhatsApp-Image-2025-09-26-at-11.18.17.jpeg');
}

.project-background.grenada {
  background-image: url('../images/WhatsApp-Image-2025-09-26-at-11.17.06.jpeg');
}

.project-name {
  z-index: 15;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  grid-template-rows: auto auto auto;
  grid-template-columns: 2.25fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: relative;
}

.project-background-wrapper {
  z-index: 2;
  border-radius: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.overlay-7 {
  color: #fff;
  background-color: #d81e5f00;
  background-image: linear-gradient(#2727278c, #356403);
  border-radius: 0 0 0 5px;
  position: absolute;
  inset: 0%;
}

.overlay-7.reggae {
  background-image: linear-gradient(#01a40129, #fff0), radial-gradient(circle at 50% 100%, #083f52, #fff0), linear-gradient(#2727278c, #0f0f0f);
  justify-content: center;
  align-items: center;
  display: flex;
}

.overlay-7.reggae.trinidad {
  background-image: linear-gradient(#0009, #fff0), linear-gradient(#ff0005a6, #fff0), radial-gradient(circle at 50% 100%, #fff, #fff0), linear-gradient(#2727278c, #0f0f0f);
}

.overlay-7.reggae.jamaica {
  background-image: radial-gradient(circle at 100%, #094709, #fff0), linear-gradient(#ffe100ab, #fff0), radial-gradient(circle at 50% 100%, #000, #fff0), linear-gradient(#2727278c, #0f0f0f);
}

.overlay-7.reggae.lucia {
  background-image: linear-gradient(#0000, #ffffff61), linear-gradient(225deg, #000000c4, #fff0), linear-gradient(#00e1ffb5, #fff0), linear-gradient(#2727278c, #0f0f0f);
}

.overlay-7.reggae.england {
  background-image: linear-gradient(0deg, #113296b0, #fff0), linear-gradient(270deg, #b10d0dbf, #fff0), linear-gradient(#ffffff6e, #fff0), linear-gradient(#2727278c, #0f0f0f);
}

.overlay-7.reggae.grenada {
  background-image: linear-gradient(270deg, #01410c, #fff0), linear-gradient(315deg, #cc18189e, #fff0), linear-gradient(#ffd00073, #fff0), linear-gradient(#2727278c, #0f0f0f);
}

.overlay-7.reggae.bgi {
  background-image: linear-gradient(#ffbf0073, #fff0), linear-gradient(0deg, #030a3fbf, #fff0), linear-gradient(#01a40129, #fff0), linear-gradient(#2727278c, #0f0f0f);
}

.heading-27 {
  letter-spacing: 2px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  font-weight: 500;
}

.text-block-24 {
  color: #011128;
  letter-spacing: 2.5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

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

.project-card-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #9d080b0a;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  min-height: 300px;
  margin-bottom: 10px;
  padding: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 16px 3px #00000038;
}

.skew-background {
  position: absolute;
  inset: 0%;
}

.skew-background-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.journal-category-tag {
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-clip: border-box;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 8px 10px 8px 12px;
  font-size: 8px;
  line-height: 1.2em;
  display: flex;
}

.heading-14 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 38px;
}

.heading-28 {
  letter-spacing: 2px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  font-weight: 500;
}

.heading-29 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.body {
  background-image: linear-gradient(#038bc18c, #fff0 74%), linear-gradient(#000000db, #000000db), url('../images/water.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
}

.columns {
  padding-top: 10px;
}

.container-large-2 {
  z-index: 0;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-image: linear-gradient(#000000d1, #000000d1), url('../images/sand--soca-post-LONG.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.centre-text {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spacer-24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 1.5rem;
  height: 1.5rem;
}

.paragraph {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph.large {
  color: #ffc201;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.45;
}

.heading-31 {
  text-align: center;
  margin-top: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.spacer-80 {
  background-color: #0000;
  width: 5rem;
  height: 5rem;
}

.row-3 {
  background-color: #0000;
  background-image: radial-gradient(circle at 50% 0, #19ccba6b, #fff0), linear-gradient(#0c0c0ce3, #0c0c0ce3), url('../images/sand--soca-post-LONG.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.row-3._2 {
  background-color: #a0ff95;
  background-image: linear-gradient(#000000d6, #000000d6), url('../images/departurebox.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.row-3._3 {
  background-color: #fdafb1;
  background-image: radial-gradient(circle at 0%, #03c1e869, #fff0), linear-gradient(#080808f0, #080808f0), url('../images/sand--soca-post-LONG.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.text-holder {
  margin-left: 60px;
  margin-right: 60px;
  position: absolute;
  inset: 0%;
}

.text {
  color: #ffc803;
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1em;
  display: flex;
  position: fixed;
  inset: 0%;
}

.blog-content-wrapper {
  z-index: 100;
  color: #fff;
  width: 100%;
  padding: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.about-us {
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-top: 60px;
  padding-left: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 44px;
}

.blog-grid-wrapper {
  justify-content: space-between;
  display: flex;
}

.blog-card-wrapper {
  background-image: url('../images/blog-img-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45%;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.blog-card-wrapper._3 {
  cursor: pointer;
  background-image: url('../images/passport.png');
}

.blog-card-wrapper._2 {
  cursor: pointer;
  background-image: url('../images/departurebox.png');
}

.blog-card-wrapper._1 {
  cursor: pointer;
  background-image: url('../images/sand--soca-post-LONG.jpg');
  width: 100%;
}

.link-3 {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  text-decoration: none;
}

.s-blog {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#000000fc, #000000fc);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
}

.blog-post-heading {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.blog-post-overlay {
  opacity: .5;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.c-1200 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.link-4 {
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  text-decoration: none;
}

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

.shape-1-3 {
  background-color: #f3f3f3;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.main {
  padding-top: 0;
  display: block;
}

.shape-2-3 {
  background-color: #ff0bef;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.header-8 {
  z-index: 30;
  color: #f0c8e0;
  background-color: #000;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.gradient-intro-wrapper-2 {
  z-index: 1;
  color: #f5f5f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.shape-3-3 {
  background-color: #ff0073;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.paragraph-2 {
  color: #e3be8e;
  font-size: 60px;
}

.paragraph-2.main {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.shape-5-3 {
  background-color: #e7805b;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.header-3-block-3 {
  z-index: 100;
  background-color: #000;
  background-image: linear-gradient(0deg, #141414, #fff0), linear-gradient(#0000009e, #0000009e), url('../images/sand--soca-post-LONG.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 800px;
  padding: 0 6em;
  display: flex;
  position: relative;
  box-shadow: 0 2px 14px -3px #cb9b348f, 0 2px 18px 14px #ffffff5c;
}

._3d-block-for-text-3 {
  z-index: 8;
  border-bottom: 1px #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-18 {
  filter: saturate(130%);
}

.link-5 {
  color: #ffffff42;
  letter-spacing: 1px;
  font-size: 1vw;
}

.header-9 {
  z-index: 30;
  color: #f0c8e0;
  background-color: #000;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.header-9.teaser {
  background-color: #0000;
}

.shape-5-4 {
  background-color: #a59cb9;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.ultra-gradient-wrapper-2 {
  background-color: #000;
  background-image: linear-gradient(#da8dcd3d, #da8dcd3d), linear-gradient(#f3277766, #f3277766), url('../images/geometric4.png'), url('../images/Layer-16.jpg');
  background-position: 0 0, 0 0, 50%, 50%;
  background-repeat: repeat, repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover, cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
}

.ultra-gradient-wrapper-2.front {
  background-image: radial-gradient(circle at 50% 0, #3cadfd, #fff0), linear-gradient(#0009, #0009), linear-gradient(#5f26c02e, #5f26c02e), linear-gradient(#aa960030, #aa960030);
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, auto, auto;
}

.shape-1-4 {
  background-color: #23d3d6a8;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.text-block-25 {
  color: #ffffff61;
  text-align: left;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.shape-3-4 {
  background-color: #001eff1a;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.section {
  height: 140px;
}

.navbar-6 {
  background-color: #0000;
  justify-content: center;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.text-block-26 {
  font-weight: 700;
}

.text-block-26:hover {
  color: #ffe205;
}

.image-19 {
  transition: all .2s;
}

.image-19:hover {
  filter: sepia();
}

.text-block-27, .text-block-28 {
  font-weight: 700;
}

.text-block-29 {
  font-weight: 600;
}

.navbar-7 {
  background-color: #0000;
  justify-content: center;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.text-block-30 {
  font-weight: 700;
}

.text-block-30:hover {
  color: #ffe205;
}

.image-20 {
  transition: all .2s;
}

.image-20:hover {
  filter: sepia();
}

.text-block-31, .text-block-32 {
  font-weight: 700;
}

.text-block-33 {
  font-weight: 600;
}

.subfooter-1-black {
  z-index: 20;
  background-color: #000;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  position: relative;
}

.subfooter-links-list {
  grid-column-gap: 2.75em;
  grid-row-gap: .5em;
  text-align: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container {
  z-index: 20;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  position: relative;
}

.container.is-full-width {
  width: 94%;
  padding-left: 0;
  padding-right: 0;
}

.footer-link {
  color: #e0b1ce;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1em;
  transition: opacity .2s, border-color .2s, color .2s;
}

.footer-link:hover {
  color: #f8ecf3;
  border-bottom-color: #f8ecf3;
}

.footer-link.w--current {
  color: #f8ecf3;
}

.footer-link.is-2nd {
  opacity: .6;
  color: #ffd000;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.footer-link.is-2nd:hover {
  opacity: 1;
}

.subfooter-links {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.empty-state-hidden {
  display: none;
}

.subfooter-dot {
  background-color: #f0c8e0;
  width: 3px;
  height: 3px;
}

.heading-32 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.page-loader {
  z-index: 99999;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-image: radial-gradient(circle, #fff0, #000000ad), linear-gradient(#1c111fab, #1c111fab), url('../images/WhatsApp-Image-2025-09-26-at-11.16.56.jpeg'), linear-gradient(#e3be8e, #e3be8e);
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, cover, auto;
  flex-flow: column;
  place-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-14 {
  filter: sepia(0%);
  padding-bottom: 20px;
}

.div-block-19 {
  width: 80px;
}

.lottie-animation-4 {
  filter: invert();
}

.video {
  height: 1200px;
  display: block;
}

.youtube {
  height: 1200px;
}

@media screen and (min-width: 1280px) {
  .project-name {
    grid-template-columns: 1fr;
  }

  .project-card-3 {
    min-height: 350px;
  }
}

@media screen and (min-width: 1440px) {
  .about-us {
    color: #0b2e3f;
  }
}

@media screen and (min-width: 1920px) {
  .project-card-3 {
    min-width: 200px;
    min-height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .main-button-6:hover {
    letter-spacing: .15em;
  }

  .shape-4-2 {
    top: 22em;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .header-3-content-1 {
    grid-row-gap: 4em;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-3-2 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .header-3-block-1 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .heading-hero {
    font-size: 8rem;
  }

  .about_img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .section-navbar {
    margin-top: 2rem;
  }

  .navbar_menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #222;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .navbar_link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
  }

  .about_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

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

  .about_content-wrap.margin-top {
    width: auto;
  }

  .navbar_button.w--open {
    color: #222;
    background-color: #dac5a7;
  }

  .heading-3.is-header-4-title-1 {
    font-size: 5em;
  }

  .grid-wrapper-5 {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  .navbar-5 {
    border-bottom: 1px #eff9fc1a;
    display: block;
  }

  .menu-button-4 {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

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

  .mobile-nav-menu {
    background-color: #060d11;
    border-top: 1px #eff9fc1a;
    border-bottom: 1px #0000;
  }

  .menu-icon-3 {
    width: 30px;
  }

  .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    justify-items: stretch;
  }

  .nav-link-5 {
    border-bottom: 1px solid #eff9fc1a;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-link-5.w--current {
    color: #fff;
    background-color: #04090c;
  }

  .menu-button-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 60px;
    height: 100%;
    display: flex;
  }

  .nav-menu-items {
    display: none;
  }

  .row-3._3 {
    background-color: #55b92a;
  }

  .text {
    text-align: center;
    white-space: normal;
    font-size: 10vw;
  }

  .blog-content-wrapper {
    padding: 30px;
  }

  .blog-grid-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .blog-card-wrapper._3, .blog-card-wrapper._2, .blog-card-wrapper._1 {
    min-height: 400px;
  }

  .s-blog {
    padding-top: 0;
  }

  .blog-post-heading {
    font-size: 1.5em;
  }

  .c-1200 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .shape-3-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .header-3-block-3 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .ultra-gradient-wrapper-2 {
    font-size: 1.3vh;
  }

  .shape-3-4 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .navbar-6, .navbar-7 {
    border-bottom: 1px #eff9fc1a;
    display: none;
  }

  .subfooter-1-black {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .subfooter-links-list {
    grid-column-gap: 2em;
    grid-row-gap: 1em;
    justify-content: center;
  }

  .container {
    padding-left: 4em;
    padding-right: 4em;
  }

  .footer-link.is-2nd {
    font-size: 1.1em;
  }

  .subfooter-links {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .main-shapes-wrapper {
    filter: blur(80px);
  }

  .header-3-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .header-3 {
    min-height: auto;
  }

  .intro-description {
    padding-left: 0;
    padding-right: 0;
  }

  .blending-group-wrapper {
    filter: blur(80px);
  }

  .header-3-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .shape-3-2 {
    width: 30em;
    height: 100em;
  }

  .header-3-block-1 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .heading-hero {
    margin-bottom: -.8rem;
    font-size: 23vw;
  }

  .about_img {
    width: 65%;
  }

  .section-navbar {
    margin-top: 1rem;
  }

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

  .footer_grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .about_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

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

  .footer_card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about_card {
    padding: 2rem;
  }

  .header-7-flex {
    padding-top: 14em;
    padding-bottom: 8em;
  }

  .header-7-content {
    margin-bottom: 0;
  }

  .main-circle-button {
    width: 7em;
    height: 7em;
    font-size: .8em;
  }

  .circle-button-icon-1 {
    font-size: 1.5em;
  }

  .heading-3.is-header-4-title-1 {
    font-size: 4.7em;
  }

  .header-7-image-1 {
    width: 90%;
  }

  .header-7 {
    min-height: 80vh;
  }

  .navbar-5 {
    display: block;
  }

  .container-large-2 {
    width: 100%;
  }

  .spacer-24 {
    height: 2.5rem;
  }

  .spacer-80 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .blog-grid-wrapper {
    display: block;
  }

  .blog-card-wrapper._3 {
    width: 100%;
  }

  .blog-card-wrapper._2, .blog-card-wrapper._1 {
    width: 100%;
    margin-bottom: 50px;
  }

  .s-blog {
    padding-top: 0;
  }

  .header-8 {
    min-height: auto;
  }

  .shape-3-3 {
    width: 30em;
    height: 100em;
  }

  .header-3-block-3 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .header-9 {
    min-height: auto;
  }

  .shape-3-4 {
    width: 30em;
    height: 100em;
  }

  .navbar-6, .navbar-7 {
    display: none;
  }

  .subfooter-links-list {
    grid-row-gap: 1em;
  }

  .footer-link {
    font-size: 1.1em;
  }

  .footer-link.is-2nd {
    color: #f0c8e0;
  }

  .subfooter-links {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .subfooter-links-wrap {
    border-bottom: 1px solid #4d418180;
    width: 100%;
    margin-bottom: 2em;
    padding-bottom: 2em;
  }

  .subfooter-dot {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .main-button-6 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    border-style: solid;
    border-color: #e3be8e;
  }

  .main-button-6:hover {
    background-image: linear-gradient(#fdd210db, #fff0);
  }

  .header-3-grid {
    grid-auto-flow: row;
    place-items: center;
  }

  .link-2 {
    font-size: 2.5vw;
  }

  .background-noise {
    background-image: linear-gradient(#000, #000), linear-gradient(#12084b, #fff0), url('../images/noise.png');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, auto;
  }

  .shape-4-2 {
    top: 30.7em;
  }

  .ultra-gradient-wrapper {
    background-color: #1f32fc;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .ultra-gradient-wrapper.front {
    background-image: url('../images/left-side-curtain.png'), url('../images/other-left-curtain.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000), none;
    background-position: 100%, 0 0, 0 0, 0 0, 0 0, 50%;
    background-repeat: no-repeat, no-repeat, repeat, repeat, repeat, repeat;
    background-size: contain, contain, auto, auto, auto, cover;
  }

  .header-3-content-1 {
    grid-row-gap: 3em;
  }

  .header-3-padding.without-menu {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header-3-padding.without-menu.teaser.front {
    background-color: #08194200;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .header-3-block-1 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .heading-hero.gradient-3, .heading-hero.gradient-1 {
    font-size: 6rem;
  }

  .about_img {
    width: 80%;
  }

  .about_list-item {
    font-size: 1rem;
  }

  .section-navbar {
    margin-top: 0;
  }

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

  .heading-style-h1, .heading-style-h1.services_title {
    font-size: 4rem;
  }

  .about_card {
    padding: 1rem;
  }

  .header-7-flex {
    padding-top: 10em;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .heading-3.is-header-4-title-1 {
    font-size: 10vw;
  }

  .navbar-5 {
    border-bottom: 1px #eff9fc1a;
    display: block;
  }

  .mobile-nav-menu {
    border-top-style: none;
  }

  .nav-link-5 {
    color: #000;
    background-image: linear-gradient(#f6c300, #f6c300);
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
  }

  .overlay-7 {
    background-image: linear-gradient(#39bcc84f, #05532b);
  }

  .project-card-3 {
    border-radius: 15px;
    min-height: 275px;
    padding: 24px;
  }

  .paragraph {
    font-size: .875rem;
  }

  .paragraph.large {
    font-size: 1.0625rem;
  }

  .spacer-80 {
    width: 3rem;
    height: 3rem;
  }

  .row-3._2 {
    background-image: radial-gradient(circle at 50% 0, #000000eb 29%, #fff0), url('../images/departurebox.png');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .row-3._3 {
    background-image: linear-gradient(#000000e3, #000000e3), url('../images/sand--soca-post-LONG.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .text-holder {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text {
    padding: 30px;
    font-size: 4vw;
  }

  .about-us {
    font-size: 27px;
    font-weight: 700;
    line-height: 35px;
  }

  .link-3, .link-4 {
    font-size: 32px;
  }

  .main {
    background-size: auto;
  }

  .paragraph-2.main {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
    line-height: 14px;
  }

  .header-3-block-3 {
    width: 100%;
    height: 800px;
    margin-left: 0;
    margin-right: 0;
    padding: 2em 0;
  }

  .link-5 {
    font-size: 2.5vw;
  }

  .ultra-gradient-wrapper-2.front {
    background-image: linear-gradient(#00000080, #00000080), url('../images/sand--soca-post-LONG.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .navbar-6, .navbar-7 {
    border-bottom: 1px #eff9fc1a;
    display: none;
  }

  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container.is-full-width {
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .footer-link {
    font-size: 1em;
  }

  .page-loader {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff0, #000000ad), url('../images/Geometric-Frame-3.png'), linear-gradient(to bottom, null, null), url('../images/04_104.avif'), linear-gradient(to bottom, null, null);
    background-position: 0 0, 50%, 0 0, 0 0, 0 0;
  }
}

#w-node-e9d0f214-a06d-5628-7f2f-590334c903d8-888bf63d, #w-node-e9d0f214-a06d-5628-7f2f-590334c903ee-888bf63d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0acddc56-4875-9a84-7a17-014f7aaab156-c20b409f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_0acddc56-4875-9a84-7a17-014f7aaab157-c20b409f {
  justify-self: start;
}

#w-node-_0acddc56-4875-9a84-7a17-014f7aaab158-c20b409f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_0acddc56-4875-9a84-7a17-014f7aaab159-c20b409f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0acddc56-4875-9a84-7a17-014f7aaab15e-c20b409f {
  justify-self: end;
}

#w-node-_0acddc56-4875-9a84-7a17-014f7aaab162-c20b409f {
  justify-self: center;
}

#w-node-_04cef92b-29d9-5dd7-176d-5b669325b07a-12d8e797 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_04cef92b-29d9-5dd7-176d-5b669325b07b-12d8e797 {
  justify-self: start;
}

#w-node-_04cef92b-29d9-5dd7-176d-5b669325b07c-12d8e797 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_04cef92b-29d9-5dd7-176d-5b669325b07d-12d8e797 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_04cef92b-29d9-5dd7-176d-5b669325b082-12d8e797 {
  justify-self: end;
}

#w-node-_04cef92b-29d9-5dd7-176d-5b669325b086-12d8e797 {
  justify-self: center;
}

#w-node-_3d65f0e4-cdff-ff88-8cf5-00375f82b492-12d8e797 {
  place-self: center;
}

#w-node-_3d65f0e4-cdff-ff88-8cf5-00375f82b496-12d8e797 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3d65f0e4-cdff-ff88-8cf5-00375f82b498-12d8e797, #w-node-_879e9174-ebd4-eccd-6002-6b5b5a8903c0-12d8e797 {
  place-self: center;
}

#w-node-_879e9174-ebd4-eccd-6002-6b5b5a8903c1-12d8e797 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_879e9174-ebd4-eccd-6002-6b5b5a8903c3-12d8e797, #w-node-_973dfca3-7449-caa5-65af-45c6fe736beb-12d8e797 {
  place-self: center;
}

#w-node-_973dfca3-7449-caa5-65af-45c6fe736bec-12d8e797 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_973dfca3-7449-caa5-65af-45c6fe736bee-12d8e797, #w-node-_973dfca3-7449-caa5-65af-45c6fe736bfa-12d8e797 {
  place-self: center;
}

#w-node-_973dfca3-7449-caa5-65af-45c6fe736bfb-12d8e797 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_973dfca3-7449-caa5-65af-45c6fe736bfd-12d8e797, #w-node-_9a9f889c-da7f-db9f-e88e-15a66dda7073-12d8e797 {
  place-self: center;
}

#w-node-_9a9f889c-da7f-db9f-e88e-15a66dda7074-12d8e797 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9a9f889c-da7f-db9f-e88e-15a66dda7076-12d8e797, #w-node-_9a9f889c-da7f-db9f-e88e-15a66dda7082-12d8e797 {
  place-self: center;
}

#w-node-_9a9f889c-da7f-db9f-e88e-15a66dda7083-12d8e797 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9a9f889c-da7f-db9f-e88e-15a66dda7085-12d8e797, #w-node-db91703b-9a69-3265-beca-7c3b614dd748-12d8e797 {
  place-self: center;
}

#w-node-db91703b-9a69-3265-beca-7c3b614dd749-12d8e797 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-db91703b-9a69-3265-beca-7c3b614dd74b-12d8e797, #w-node-db91703b-9a69-3265-beca-7c3b614dd757-12d8e797 {
  place-self: center;
}

#w-node-db91703b-9a69-3265-beca-7c3b614dd758-12d8e797 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-db91703b-9a69-3265-beca-7c3b614dd75a-12d8e797, #w-node-_2958db92-2abb-01b2-4d88-939ba064254e-12d8e797 {
  place-self: center;
}

#w-node-_2958db92-2abb-01b2-4d88-939ba064254f-12d8e797 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2958db92-2abb-01b2-4d88-939ba0642551-12d8e797, #w-node-_2958db92-2abb-01b2-4d88-939ba064255d-12d8e797 {
  place-self: center;
}

#w-node-_2958db92-2abb-01b2-4d88-939ba064255e-12d8e797 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2958db92-2abb-01b2-4d88-939ba0642560-12d8e797 {
  place-self: center;
}

#w-node-bdc4c0fe-2ada-08c9-cb31-66212d3cd3be-23ad4fda {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-bdc4c0fe-2ada-08c9-cb31-66212d3cd3bf-23ad4fda {
  justify-self: start;
}

#w-node-bdc4c0fe-2ada-08c9-cb31-66212d3cd3c0-23ad4fda {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-bdc4c0fe-2ada-08c9-cb31-66212d3cd3c1-23ad4fda {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-bdc4c0fe-2ada-08c9-cb31-66212d3cd3c6-23ad4fda {
  justify-self: end;
}

#w-node-bdc4c0fe-2ada-08c9-cb31-66212d3cd3ca-23ad4fda {
  justify-self: center;
}

#w-node-_760bee0e-e28e-a8ad-f6ee-8aab31218787-23ad4fda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_157bc454-16cb-2e8b-c53f-0bf942d18081-72fb99ee {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_157bc454-16cb-2e8b-c53f-0bf942d18082-72fb99ee {
  justify-self: start;
}

#w-node-_157bc454-16cb-2e8b-c53f-0bf942d18083-72fb99ee {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_157bc454-16cb-2e8b-c53f-0bf942d18084-72fb99ee {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_157bc454-16cb-2e8b-c53f-0bf942d18089-72fb99ee {
  justify-self: end;
}

#w-node-_157bc454-16cb-2e8b-c53f-0bf942d1808d-72fb99ee {
  justify-self: center;
}

#w-node-_11381b8b-5658-ec27-7f1c-9a828d0c6110-72fb99ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0acddc56-4875-9a84-7a17-014f7aaab15c-c20b409f {
    justify-self: start;
  }

  #w-node-_0acddc56-4875-9a84-7a17-014f7aaab16a-c20b409f {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_04cef92b-29d9-5dd7-176d-5b669325b080-12d8e797 {
    justify-self: start;
  }

  #w-node-_04cef92b-29d9-5dd7-176d-5b669325b092-12d8e797 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-bdc4c0fe-2ada-08c9-cb31-66212d3cd3c4-23ad4fda {
    justify-self: start;
  }

  #w-node-bdc4c0fe-2ada-08c9-cb31-66212d3cd3d6-23ad4fda {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_157bc454-16cb-2e8b-c53f-0bf942d18087-72fb99ee {
    justify-self: start;
  }

  #w-node-_157bc454-16cb-2e8b-c53f-0bf942d18099-72fb99ee {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_760bee0e-e28e-a8ad-f6ee-8aab31218787-23ad4fda, #w-node-_11381b8b-5658-ec27-7f1c-9a828d0c6110-72fb99ee {
    place-self: center;
  }
}


@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-HairlineItalic.otf') format('opentype'), url('../fonts/AktivGrotesk-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-XBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-XBoldItalic.otf') format('opentype'), url('../fonts/AktivGrotesk-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk Hairline';
  src: url('../fonts/AktivGrotesk-Hairline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}