@font-face {
  font-family: Segoeuithibd;
  src: url('../fonts/segoeuithibd.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Segoeuithibd;
  src: url('../fonts/segoeuithibd.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Segoeuithis;
  src: url('../fonts/segoeuithis.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --_colors---default: #f8f8f6;
  --_colors---primary_text: #010103;
  --_font-sizes---base: 16px;
  --_font-sizes---sm: 14px;
  --_font-sizes---8xl: 64px;
  --_font-sizes---7xl: 52px;
  --_font-sizes---5xl: 40px;
  --_font-sizes---4xl: 36px;
  --_font-sizes---3xl: 28px;
  --_font-sizes---xl: 20px;
  --_font-sizes---2xl: 24px;
  --_font-sizes---lg: 18px;
  --_colors---secondarydark: #cecece;
  --_colors---light_white: #fff9;
  --_colors---secondarylight: #131416;
  --_font-sizes---xs: 12px;
  --_colors---white: white;
  --_colors---accent_red: #e8453c;
  --_colors---black: black;
  --_colors---error_light: #e63946;
  --_font-sizes---xxs: 8px;
  --_colors---paper: white;
  --_colors---secondary_text: #4a4c56;
  --_colors---primary_light: #c0d3ed;
  --_colors---primary_main: #5086ed;
  --_colors---primary_dark: #0041cc;
  --_font-sizes---6xl: 48px;
  --_colors---gray_400: #4a4c56;
  --_colors---gray_200: #a5a5ab;
  --_colors---gray_300: #7e8590;
  --_font-sizes---9xl: 72px;
  --_font-sizes---10xl: 0px;
  --_colors---error_main: #c1121f;
  --_colors---deep-navy: #1a1a2e;
  --_colors---mute: #6f6f7b;
}

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

.body_base {
  background-color: var(--_colors---default);
  color: var(--_colors---primary_text);
  font-family: Inter, sans-serif;
  font-size: var(--_font-sizes---base);
  font-weight: 400;
  line-height: 1.5em;
}

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

.h1 {
  font-family: Inter, sans-serif;
  font-size: var(--_font-sizes---8xl);
  letter-spacing: -1.92px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.2em;
}

.h1.mb-8 {
  margin-bottom: 8px;
}

.h1.mb-8.cap-none {
  text-transform: none;
}

.h2 {
  font-family: Inter, sans-serif;
  font-size: var(--_font-sizes---8xl);
  text-align: left;
  letter-spacing: -1.92px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.2em;
}

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

.h2.mb_16 {
  margin-bottom: 16px;
}

.h2.mb_16.ml {
  margin-left: -3px;
}

.h5 {
  font-family: Inter, sans-serif;
  font-size: var(--_font-sizes---3xl);
  letter-spacing: -1px;
  text-transform: none;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.2em;
  overflow: hidden;
}

.h5.mb_16 {
  margin-bottom: 16px;
}

.subtitle_1 {
  font-family: Inter, sans-serif;
  font-size: var(--_font-sizes---2xl);
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.6em;
}

.subtitle_1.mx-w {
  /* max-width: 820px; */
}

.subtitle_1.mx-w.large_text_hidden {
  display: none;
}

.body_2 {
  font-family: Inter, sans-serif;
  font-size: var(--_font-sizes---lg);
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.6em;
}

.body_2.text_secondary {
  color: var(--_colors---secondarydark);
}

.body_2.text_secondary.mb-16 {
  margin-bottom: 16px;
}

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

.body_2.center.mb_32.mute {
  color: var(--_colors---light_white);
}

.body_2.center.mb_32.mute.mb_48 {
  margin-bottom: 48px;
}

.body_2.mb_32 {
  margin-bottom: 32px;
}

.body_2.bold {
  font-weight: 400;
}

.body_2.mb-8 {
  margin-bottom: 8px;
}

.body_2.secondartext {
  color: var(--_colors---secondarylight);
  line-height: 1.6em;
}

.body_2.secondartext.mb-24 {
  margin-bottom: 24px;
}

.body_2.mb-16 {
  margin-bottom: 16px;
}

.body_3 {
  font-family: Inter, sans-serif;
  font-size: var(--_font-sizes---sm);
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.6em;
}

.body_3.link {
  opacity: .51;
  color: var(--_colors---white);
  text-decoration: none;
  transition: opacity .3s;
}

.body_3.link:hover {
  opacity: 100;
}

.body_3.bold {
  font-weight: 500;
}

.body_3.bold.mb-16 {
  margin-bottom: 16px;
}

.body_3.bold.mb-16.italic {
  font-style: italic;
}

.nav-inner-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.brand {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.brand.mb_16 {
  margin-bottom: 16px;
}

.brand.mb_16.h_64 {
  height: 64px;
}

.brand.black-brand {
  position: absolute;
  inset: 0;
}

.image {
  object-fit: contain;
  width: auto;
  height: auto;
  max-height: 100%;
}

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

.section.hero {
  position: relative;
}

.section.cta {
  color: var(--_colors---white);
  background-color: #071b1d;
  padding-top: 100px;
  padding-bottom: 64px;
}

.section.our-sectors {
  background-color: var(--_colors---white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.our-strategy {
  color: var(--_colors---white);
  background-color: #071b1d;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.our-investments {
  background-color: var(--_colors---white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.our-advisory {
  color: var(--_colors---white);
  background-color: #071b1d;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.terms-content {
  background-color: var(--_colors---white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero_content_containber {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.herro_left {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 920px;
  height: calc(100vh - 105px);
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.footer-section {
  color: var(--_colors---white);
  background-color: #071b1d;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-243 {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.image-37 {
  opacity: .5;
  width: 24px;
  height: 24px;
  transition: opacity .3s;
}

.image-37:hover {
  opacity: 1;
}

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

.div-block-245 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-246 {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  margin-bottom: 24px;
  display: flex;
}

.left_looking {
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.accordion-item-trigger {
  background-color: var(--_colors---accent_red);
  color: var(--_colors---white);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-253 {
  z-index: 1;
  height: 100%;
  color: var(--_colors---white);
  background-color: #00000026;
}

.code-embed {
  border-radius: 16px;
  justify-content: center;
  align-items: stretch;
}

.background-video {
  z-index: -1;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.swiper-button {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.div-block-270 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-271 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.image-wrapper.h {
  height: 56px;
}

.image-wrapper.h.start {
  justify-content: flex-start;
  align-items: center;
}

.image-wrapper.h-12 {
  height: 48px;
}

.image-wrapper.h-12.start {
  justify-content: flex-start;
  align-items: center;
}

.image-wrapper.h-475 {
  height: 475px;
}

.slide-nav-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mony_sub-copy {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-242-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-width: 350px;
  display: flex;
}

.nav-link-4 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: var(--_font-sizes---lg);
  border-bottom: 1px #0000;
  padding: 0;
  font-weight: 400;
  line-height: 1.5em;
  transition: transform .3s, border-color .3s;
}

.nav-link-4:hover {
  border: 1px none var(--_colors---white);
  transform: scale(1.1);
}

.nav-link-4.w--current {
  border-bottom-color: var(--_colors---black);
  color: var(--_colors---black);
}

.button_primary-2 {
  border: 1px solid var(--_colors---white);
  color: var(--_colors---white);
  white-space: nowrap;
  background-color: #ffffff40;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button_primary-2:hover {
  background-color: var(--_colors---white);
  color: var(--_colors---black);
}

.brand_wrapper-2 {
  justify-content: center;
  align-items: center;
  height: 56px;
  display: flex;
  position: relative;
}

.secondary_nav-2 {
  background-color: #0000;
  border: 1px #fff3;
  justify-content: center;
  align-items: center;
  height: 95px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.image-48 {
  object-fit: contain;
  width: auto;
  height: auto;
  max-height: 100%;
}

.div-block-290 {
  display: none;
}

.div-block-291 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-items {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-294 {
  position: relative;
}

.text-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sector-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-8 {
  margin-bottom: 32px;
  padding-left: 20px;
  list-style-type: disc;
}

.image-51 {
  object-fit: cover;
  width: 48px;
  height: 48px;
}

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

.our-strategy-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.right-strategy {
  grid-column-gap: 48px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-52 {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}

.investments {
  border: 1px solid var(--_colors---secondarydark);
  padding: 32px;
}

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

.our-advisory-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
  position: relative;
}

.left-advisory {
  height: 100%;
}

.div-block-296 {
  background-color: var(--_colors---white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.icon-img {
  height: 64px;
  margin-bottom: 16px;
}

.investment-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-303 {
  margin-bottom: 24px;
}

.example-content {
  border: 1px none var(--_colors---error_light);
  background-color: var(--_colors---default);
}

.sectors-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px none var(--_colors---secondarydark);
  background-color: var(--_colors---default);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-306 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.advisor-card-wrapper {
  background-color: #071b1d;
}

.our-purpose-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.other-header {
  background-color: #071b1d;
  height: 95px;
}

.container-large {
  width: 100%;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-large.h_full {
  height: 100%;
}

.list-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 24px;
  display: flex;
}

.data-privacy-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .h1 {
    font-size: var(--_font-sizes---7xl);
  }

  .subtitle_1.mx-w {
    width: auto;
  }

  .hero_content_containber {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .slide-nav-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-link-4 {
    color: var(--_colors---black);
  }

  .nav-link-4.w--current {
    color: #fff;
    font-weight: 500;
  }

  .menu-button-2 {
    border: 1px solid var(--_colors---white);
    color: #fff;
    border-radius: 8px;
    padding: 8px;
  }

  .div-block-290 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .icon-29 {
    font-size: 32px;
  }

  .nav-menu-items {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--_colors---white);
    flex-flow: column;
    padding: 32px;
    display: flex;
  }

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

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

@media screen and (max-width: 767px) {
  .body_base {
    font-size: var(--_font-sizes---sm);
  }

  .h1 {
    font-size: var(--_font-sizes---5xl);
  }

  .h2 {
    font-size: var(--_font-sizes---4xl);
  }

  .h5 {
    font-size: var(--_font-sizes---xl);
  }

  .subtitle_1 {
    font-size: var(--_font-sizes---lg);
  }

  .subtitle_1.mx-w.large_text_hidden {
    display: block;
  }

  .subtitle_1.small_text_hidden {
    display: none;
  }

  .body_2 {
    font-size: var(--_font-sizes---sm);
  }

  .body_2.center.mb_32.mute.mb_48 {
    margin-bottom: 32px;
  }

  .body_3 {
    font-size: var(--_font-sizes---xs);
  }

  .brand {
    justify-content: center;
    align-items: center;
    height: 48px;
    padding-left: 0;
  }

  .brand.mb_16.h_64 {
    height: 64px;
  }

  .section.cta, .section.our-sectors {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.our-strategy {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section.our-investments, .section.our-advisory, .section.terms-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero_content_containber {
    min-height: 450px;
  }

  .herro_left, .footer-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-243 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .div-block-246 {
    justify-content: space-between;
    width: 100%;
  }

  .div-block-270.slide-top-right, .slide-up-d-100 {
    width: 100%;
  }

  .image-wrapper.h {
    height: 72px;
  }

  .image-wrapper.h-12 {
    height: 64px;
  }

  .button_primary-2 {
    font-size: 14px;
  }

  .brand_wrapper-2 {
    height: 48px;
  }

  .secondary_nav-2 {
    height: 84px;
  }

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

  .icon-29 {
    font-size: 24px;
  }

  .sector-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .our-strategy-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .right-strategy {
    grid-row-gap: 32px;
  }

  .our-advisory-wrapper {
    grid-template-columns: 1fr;
  }

  .div-block-296 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .our-purpose-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .other-header {
    height: 84px;
  }

  .list-9 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .h2 {
    font-size: var(--_font-sizes---4xl);
  }

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

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

  .left_looking {
    padding: 0;
  }

  .div-block-290 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .right-strategy {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .investments {
    padding: 24px;
  }

  .our-advisory-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .list-9 {
    padding-left: 20px;
  }
}

#w-node-_3fc4dd23-d4c7-76f0-f0f7-7acd0b47bd7a-396278e6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3fc4dd23-d4c7-76f0-f0f7-7acd0b47bd7e-396278e6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0cae5bca-1e26-832c-ecdc-5f61ebb663de-396278e6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ddb15a18-4420-eacf-d811-87250396884f-396278e6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_328f4a8e-13bf-04ce-5aa5-c372ed89055d-396278e6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f33a0593-1e19-ef9c-7862-b7dc20269638-396278e6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0efecce6-0e67-5d6a-32b8-c97639fc7537-396278e6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5004d170-e766-cfc5-a7b6-0c1955030bcf-396278e6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_3fc4dd23-d4c7-76f0-f0f7-7acd0b47bd7a-396278e6, #w-node-_3fc4dd23-d4c7-76f0-f0f7-7acd0b47bd7e-396278e6, #w-node-_0cae5bca-1e26-832c-ecdc-5f61ebb663de-396278e6, #w-node-ddb15a18-4420-eacf-d811-87250396884f-396278e6 {
    grid-column: span 7 / span 7;
  }

  #w-node-_328f4a8e-13bf-04ce-5aa5-c372ed89055d-396278e6 {
    grid-column: span 3 / span 3;
  }

  #w-node-f33a0593-1e19-ef9c-7862-b7dc20269638-396278e6, #w-node-_0efecce6-0e67-5d6a-32b8-c97639fc7537-396278e6, #w-node-_5004d170-e766-cfc5-a7b6-0c1955030bcf-396278e6 {
    grid-column: span 7 / span 7;
  }
   .mobile_hide{
      display: none;
    }
}

@media screen and (max-width: 767px) {
  #w-node-_0cae5bca-1e26-832c-ecdc-5f61ebb663de-396278e6, #w-node-ddb15a18-4420-eacf-d811-87250396884f-396278e6, #w-node-_328f4a8e-13bf-04ce-5aa5-c372ed89055d-396278e6, #w-node-f33a0593-1e19-ef9c-7862-b7dc20269638-396278e6 {
    grid-column: span 5 / span 5;
  }
   
}

@media screen and (max-width: 479px) {
  #w-node-_3fc4dd23-d4c7-76f0-f0f7-7acd0b47bd7e-396278e6 {
    grid-column: span 7 / span 7;
  }
}


@font-face {
  font-family: 'Segoeuithibd';
  src: url('../fonts/segoeuithibd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoeuithibd';
  src: url('../fonts/segoeuithibd.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoeuithis';
  src: url('../fonts/segoeuithis.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Concrettexl Trial';
  src: url('../fonts/ConcretteXL-TRIAL-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}