@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Regular.woff2') format("woff2"), url('../fonts/EudoxusSans-Regular.woff') format("woff"), url('../fonts/EudoxusSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-ExtraLight.woff2') format("woff2"), url('../fonts/EudoxusSans-ExtraLight.woff') format("woff"), url('../fonts/EudoxusSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-ExtraBold.woff2') format("woff2"), url('../fonts/EudoxusSans-ExtraBold.woff') format("woff"), url('../fonts/EudoxusSans-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Bold.woff2') format("woff2"), url('../fonts/EudoxusSans-Bold.woff') format("woff"), url('../fonts/EudoxusSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Light.woff2') format("woff2"), url('../fonts/EudoxusSans-Light.woff') format("woff"), url('../fonts/EudoxusSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Medium.woff2') format("woff2"), url('../fonts/EudoxusSans-Medium.woff') format("woff"), url('../fonts/EudoxusSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-outline: #e2e7f1;
  --body-display: #6e7488;
  --dark: #090b19;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --white: #fff;
  --pin-stripe: #f3f6fc;
  --radiant-ui-components-library-marketplace--color--theme-color: #9f703b;
  --black: #0d0d0d;
  --gold: #a87d4d;
  --radiant-ui-components-library-marketplace--color--white: white;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-500: #6b7094;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --spark-library--foreground-secondary: #000000c2;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --radiant-ui-components-library-marketplace--light-grey: #5a5a5a;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-600: #393b6a;
  --spark-library--foreground-interactive: #5532fa;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6em;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 3px solid var(--dark-outline);
  color: var(--body-display);
  background-color: #ffffffa6;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 18px 24px;
  font-size: 18px;
  line-height: 1.6em;
}

.section {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 4rem;
  display: flex;
  position: relative;
}

.section.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

.section.no-verticle-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-verticle-padding.dark {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  margin-bottom: 0;
  padding-bottom: 40px;
}

.section.no-verticle-padding.dark.hide {
  display: none;
}

.section.video-section {
  z-index: 10;
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  color: #fff;
  padding-top: 240px;
  padding-bottom: 160px;
}

.section.video-section.old {
  display: none;
}

.section.video-section.new {
  background-color: var(--white);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.no-bottom-padding.clip {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  padding: 0 0;
}

.section.no-bottom-padding.clip.white {
  background-color: var(--white);
  padding: 0 0;
}

.section.no-bottom-padding.clip.hide {
  display: none;
}

.section.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.section.clip {
  background-color: var(--dark);
}

.section.clip.purpose {
  display: none;
}

.background-cover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-cover._1 {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.background-image {
  z-index: 1;
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-image.testimonial-001 {
  background-image: url('../images/2-1.jpg'), url('../images/ChatGPT-Image-Jun-26-2025-06_00_20-PM.png'), url('../images/3_1.png');
  background-position: 50%, 50% 100%, 50% 40%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, cover, cover;
}

.background-image.testimonial-002 {
  background-image: url('../images/5-2.jpg'), url('../images/ChatGPT-Image-Jun-26-2025-06_08_00-PM.png');
  background-position: 50%, 100% 100%;
  background-repeat: repeat, repeat;
  background-size: cover, cover;
}

.background-image.testimonial-002.commerce-consumer-ventures {
  background-image: url('../images/Commerce.jpeg'), url('../images/ChatGPT-Image-Jun-26-2025-06_08_00-PM.png'), url('../images/5.png');
}

.background-image.testimonial-002.philanthropy-social {
  background-image: url('../images/Philanthorpy.jpeg'), url('../images/ChatGPT-Image-Jun-26-2025-06_08_00-PM.png'), url('../images/5.png');
}

.background-image.testimonial-003 {
  background-image: url('../images/house-7313645_640.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.background-image.testimonial-004 {
  background-image: url('../images/iStock-1315757284-modified-168aea21-19d2-43b9-8c0a-428057384a94.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-image.testimonial-005 {
  background-image: url('../images/ChatGPT-Image-Jun-26-2025-06_04_52-PM.png'), url('../images/4.png');
  background-position: 0 100%, 50% 65%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.image-overlay {
  z-index: 1;
  background-color: #090b19a8;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-overlay.light-overlay {
  background-color: #090b1926;
}

.image-overlay.dark-overylay {
  background-color: #090b1973;
}

.navbar {
  z-index: 100;
  background-color: #ddd0;
  justify-content: center;
  height: 75px;
  margin-top: 20px;
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: Inter, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.wrapper.navbar-wrapper {
  border: 1px solid #f3f6fc;
  border-top: 1px #f3f6fc00;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.wrapper.new {
  margin-left: auto;
  margin-right: auto;
}

.nav-link {
  color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link.w--current {
  color: var(--dark);
}

.left-navbar {
  z-index: 30;
  border: 1px none var(--pin-stripe);
  letter-spacing: -.03em;
  background-color: #fff;
  justify-content: space-between;
  width: 33.33%;
  min-width: 275px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.menu-wrapper {
  border: 1px #f3f6fc00;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 33.33%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu {
  z-index: 10;
  border: 1px #f3f6fc00;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 76%;
  display: flex;
}

.brand {
  color: var(--dark);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 24px;
  font-size: 22px;
  display: flex;
}

.brand.w--current {
  padding-left: 40px;
  padding-right: 40px;
}

.body {
  color: var(--dark);
  font-family: Open Sans, sans-serif;
}

.full-menu-button {
  border-right: 1px solid var(--pin-stripe);
  border-left: 1px solid var(--pin-stripe);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-right: -.5px;
  padding: 26px;
  display: block;
}

.stripe-wrapper {
  z-index: 5;
  justify-content: center;
  width: 100vw;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.stripe-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.pin-stripe {
  background-color: var(--pin-stripe);
  width: 1px;
}

.pin-stripe.white {
  background-color: #ffffff1f;
}

.hero-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 3rem;
  display: grid;
}

.xxl-heading {
  letter-spacing: 0;
  margin-right: 1px;
  font-size: 3.5vw;
}

.xxl-heading.one, .xxl-heading.two {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 5rem;
  font-weight: 400;
}

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

.page-wrapper {
  z-index: 15;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  position: relative;
}

.banner-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-content.portfolio {
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.banner-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
  position: relative;
}

.large-heading {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

.large-heading.one {
  font-size: 2rem;
}

.large-heading.black {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-size: 3.2rem;
}

.large-heading.is-core {
  font-size: 2rem;
}

.body-display {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.6em;
}

.body-display.white {
  color: var(--white);
  font-size: 1.1rem;
}

.body-display.large {
  font-size: 18px;
}

.body-display.black {
  color: var(--black);
  text-align: justify;
}

.body-display.larg-bold {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 400;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.horizontal-line {
  background-color: var(--dark-outline);
  flex: 1;
  height: 1px;
  margin-left: 18px;
}

.horizontal-line.white {
  background-color: #ffffff1f;
}

.button {
  border: 1px solid var(--dark);
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  border-color: var(--dark-outline);
  background-color: var(--dark-outline);
  color: var(--dark);
}

.button.small {
  padding: 9px 18px;
  font-size: 9px;
}

.button.solid-white {
  color: var(--dark);
  background-color: #fff;
  border-color: #fff;
}

.button.solid-white:hover {
  background-color: var(--dark-outline);
}

.button.white-outline {
  background-color: #090b1900;
  border-style: solid;
  border-color: #ffffffbf;
  font-family: Big Shoulders, sans-serif;
  font-size: 1.2rem;
}

.button.white-outline:hover {
  border-color: var(--dark);
  color: var(--white);
  background-color: #9f703b;
}

.button.white-outline.second-section-button:hover {
  background-color: var(--white);
  color: var(--dark);
  font-weight: 700;
}

.button.grey-outline {
  border-color: var(--dark-outline);
  color: var(--dark);
  background-color: #090b1900;
}

.button.grey-outline:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: #fff;
}

.navigation-cover {
  border-left: 1px solid var(--pin-stripe);
  background-color: #fff;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  margin-left: -1px;
  margin-right: -5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.testimonial-slider.hide {
  display: none;
}

.testimonial-arrow {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #090b1980;
  border-right: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50%;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  display: flex;
  inset: auto auto 0% 0;
}

.testimonial-arrow.right-arrow {
  border-bottom: 1px solid #ffffff1a;
  top: 0;
  bottom: auto;
  right: auto;
}

.slider-dots {
  display: none;
}

.testimonial-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: grid;
}

.testimonial-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 48px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.testimonial-column.testimonial-description.left, .testimonial-column.testimonial-description.right {
  padding: 1rem;
}

.rotate-text {
  transform: rotate(-90deg);
}

.stacked-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.stacked-description.large {
  grid-row-gap: 24px;
}

.stacked-description.horizontal {
  grid-column-gap: 12px;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  width: 100%;
}

.stacked-description.short {
  grid-row-gap: 12px;
  padding-right: 0;
}

.stacked-description.new {
  flex-flow: column;
  place-items: start;
  width: auto;
}

.credits-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: stretch;
  width: auto;
  padding: 60px 48px;
  display: grid;
}

.page-info-ribbon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.credit-item {
  justify-content: center;
  align-items: center;
  max-width: 120px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card-hover-item.no-top-border {
  border-top-style: none;
}

.card-hover-item.no-borders {
  border-top-style: none;
  border-bottom-style: none;
}

.icon {
  z-index: 10;
  background-color: var(--pin-stripe);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  position: relative;
}

.subtitle-wrapper {
  margin-bottom: 18px;
  overflow: hidden;
}

.subtitle-wrapper.small-subtitle {
  margin-bottom: 12px;
}

.subtitle {
  z-index: 10;
  color: var(--dark);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle.small {
  font-size: 12px;
}

.subtitle.white {
  color: #fff;
  padding-left: 1rem;
  font-family: Cormorant Garamond, sans-serif;
}

.subtitle.white.new {
  padding-left: 0;
  font-size: 1.1rem;
}

.subtitle.quote-credit {
  border-left: 2px solid var(--dark);
  margin-left: -1px;
  padding-left: 18px;
}

.subtitle.grey {
  color: var(--body-display);
}

.tripple-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.tripple-grid.no-margin {
  margin-bottom: 0;
}

.section-bottom-cover {
  z-index: 20;
  background-color: #fff;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.intro-wrapper {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Big Shoulders, sans-serif;
  font-weight: 500;
  display: flex;
  position: relative;
}

.services-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pin-stripe);
  border-right: 1px solid var(--pin-stripe);
  border-left: 1px solid var(--pin-stripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-grid.two-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-style: none;
  grid-template-rows: minmax(36px, auto);
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(36px, auto);
}

.services-grid.top-border {
  border-top: 1px solid var(--pin-stripe);
  border-left-style: none;
  border-right-style: none;
}

.card-circle {
  background-color: var(--gold);
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.card-circle.white {
  background-color: #fff;
}

.card-circle.overlay {
  background-color: #090b1959;
}

.box-heading {
  z-index: 10;
  color: var(--white);
  letter-spacing: 1px;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 400;
  position: relative;
}

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

.logos-headline {
  color: var(--body-display);
  align-items: center;
  display: flex;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.video-link-wrapper {
  margin-left: -24px;
  position: relative;
  inset: 0 0 0 0;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.dual-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-info {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.project-categories-wrapper {
  z-index: 20;
  justify-content: center;
  width: 100%;
  min-height: 156px;
  margin-top: -36px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.large-menu-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  flex-direction: column;
  grid-template-rows: 75px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 25px;
  display: grid;
  position: relative;
}

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

.project-collection-item:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px 24px;
  display: flex;
  position: relative;
}

.project-hover-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-top.team-info {
  flex-direction: row;
  justify-content: space-between;
}

.project-info-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.categories-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 100%;
  display: grid;
}

.category-collection-list-wrapper {
  background-color: var(--pin-stripe);
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.projects-search-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 75px;
  display: grid;
}

.search {
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.search-input {
  border: 1px #000;
  min-height: 42px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 13px;
  font-weight: 300;
}

.search-input::placeholder {
  color: var(--body-display);
}

.search-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.search-button {
  background-color: var(--dark);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 0 32px;
  font-size: 9px;
}

.mega-category-list {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.mega-category-list.middle {
  border-right: 1px solid var(--dark-outline);
  border-left: 1px solid var(--dark-outline);
}

.mega-menu {
  z-index: 25;
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--pin-stripe);
  background-color: var(--pin-stripe);
  margin-left: -1px;
  margin-right: -1px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.mega-menu-overlay {
  z-index: 20;
  background-color: #090b1980;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.collection-list.two-columns {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-items: stretch;
}

.team-collection-item {
  flex-direction: column;
}

.team-collection-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: 80px;
}

.team-collection-item:last-child {
  margin-top: 160px;
}

.team-collection-item.two-column-item:nth-child(2n) {
  margin-top: 80%;
  margin-bottom: -20%;
}

.team-collection-item.two-column-item:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.team-social-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.team-social-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.team-social-icon.outline {
  border: 1px solid var(--dark-outline);
}

.team-social-icon.small {
  width: 30px;
  height: 30px;
  padding: 7px;
  font-family: Poppins, sans-serif;
}

.featured-news-list {
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.post-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
  display: grid;
}

.post-list-item.category-list-item {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  min-height: 80px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
}

.collection-list-item {
  border-top: 1px #000;
  border-bottom: 1px solid var(--pin-stripe);
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-item:nth-child(odd) {
  border-bottom-style: solid;
}

.collection-list-item:nth-child(2n) {
  margin-top: 48px;
  margin-bottom: -48px;
}

.inner-page-hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-bottom: 24px;
  display: grid;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-height: 30vh;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.mission-column {
  align-items: center;
  display: flex;
}

.navigation-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-menu-wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.banner-items {
  background-color: var(--pin-stripe);
  white-space: nowrap;
  align-items: center;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.banner-items.template-credit {
  height: auto;
  overflow: visible;
}

.services-dual-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.sticky-services-menu {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.sticky-services-menu.left-side {
  border-right: 1px solid var(--pin-stripe);
  margin-right: -.5px;
}

.sticky-services-menu.extra-top-margin {
  top: 148px;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  color: var(--body-display);
  letter-spacing: -.03em;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item:hover {
  color: var(--dark);
}

.menu-list-item.w--current {
  color: var(--dark);
  padding-left: 36px;
}

.menu-list-item.white {
  color: #fff;
  cursor: pointer;
  border-top-color: #ffffff26;
  border-bottom-color: #ffffff26;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-list-item.white.small {
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Poppins, sans-serif;
}

.menu-list-item.white.mew {
  border-bottom-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
}

.menu-list-item.small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-list-item.discovery-item {
  border: 1px #000;
  width: 100%;
  height: 100%;
}

.menu-list-item.dark {
  background-color: var(--dark);
  color: #fff;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-menu-list.white {
  border-top-color: #ffffff26;
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}

.list-heading-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.scrolling-text {
  align-items: center;
  height: 100%;
  display: flex;
}

.dark-dot {
  background-color: var(--dark);
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  margin-left: 6px;
  margin-right: 10px;
}

.mega-social-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.services-menu-hide-cover {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0% 0;
}

.team-portrait-wrapper {
  min-height: 475px;
  position: relative;
  overflow: hidden;
}

.rich-text {
  color: var(--body-display);
  font-size: 16px;
}

.rich-text h2 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.25em;
}

.rich-text h4 {
  color: var(--dark);
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.25em;
}

.rich-text h3 {
  color: var(--dark);
  margin-top: 24px;
  margin-bottom: 18px;
  line-height: 1.25em;
}

.rich-text h5 {
  color: var(--dark);
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 1.25em;
}

.rich-text h6 {
  color: var(--dark);
  font-size: 14px;
  line-height: 1.3em;
}

.rich-text h1 {
  color: var(--dark);
}

.rich-text p {
  margin-bottom: 16px;
}

.right-grid-intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.blog-card-image-wrapper {
  z-index: 1;
  width: 100%;
  min-height: 225px;
  position: relative;
  overflow: hidden;
}

.post-card-description {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 48px;
  color: var(--dark);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  padding: 36px 36px 24px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.mega-menu-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.post-card-info {
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: center;
  width: 100vw;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.left-preloader {
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 100%;
}

.middle-preloader {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.right-preloader {
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 100%;
}

.stripe-preloader {
  border-right: 1px solid var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 33.33%;
}

.stripe-preloader.left {
  border-left: 1px solid var(--pin-stripe);
}

.grid-wrapper {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: minmax(5vw, 1fr);
  grid-auto-flow: row;
  place-content: space-between;
  place-items: stretch start;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-wrapper.projects-search {
  z-index: 15;
  flex: 0 auto;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  right: auto;
  overflow: hidden;
}

.grid-wrapper.fixed {
  z-index: 25;
  align-content: end;
  align-items: end;
  max-height: 0;
}

.grid-wrapper.two-row {
  flex: 0 auto;
  grid-template-rows: 1fr auto;
  align-content: space-between;
}

.hero-bottom-feature {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: var(--dark);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 33.33%;
  padding: 0;
}

.featured-project-column {
  background-color: var(--pin-stripe);
  color: var(--body-display);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 11px;
  display: flex;
}

.hero-feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 36px;
  text-decoration: none;
  display: grid;
}

.card-button-wrapper {
  display: flex;
}

.feature-card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(44px, auto) auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(106px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-wrapper.new {
  grid-column-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: minmax(44px, auto) auto;
  justify-content: space-between;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-credits {
  font-size: 13px;
  font-weight: 400;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.hero-background-image {
  background-image: url('../images/wmremove-transformed.jpg'), url('../images/videoframe_7264.png');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  position: absolute;
  inset: 0%;
}

.hero-background-image.team-background {
  background-image: url('../images/Team004.jpeg');
  background-position: 50% 0;
}

.hero-background-image.projects-background {
  background-image: url('../images/Space008.jpeg');
  background-position: 50% 40%;
}

.hero-background-image.services-background, .hero-background-image.contact-background {
  background-image: url('../images/Space007.jpeg');
}

.hero-background-image.news-background {
  background-image: url('../images/Space006.jpeg');
}

.hero-background-image._404-background {
  background-image: url('../images/Space012.jpeg');
}

.hero-background-image.password-background {
  background-image: url('../images/Space007.jpeg');
}

.hero-background-image.search-background {
  background-image: url('../images/Space002.jpeg');
}

.project-details-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 1px;
  margin-right: 1px;
  display: grid;
  position: relative;
}

.project-detail-item {
  border-top: 1px solid #ffffff1f;
  border-left: 1px #ffffff1f;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px 12px 48px 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.project-detail-item.middle-item {
  border-left-style: solid;
  border-left-color: #ffffff1f;
}

.project-detail-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-project-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffff26;
  border-top: 2px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-gallery-wrapper {
  z-index: 15;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.gallery-items-wrapper {
  z-index: 20;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 123px;
  padding-bottom: 48px;
  padding-right: 6px;
  display: flex;
  position: relative;
  overflow: visible;
}

.more-projects-wrapper {
  z-index: 25;
  flex-direction: column;
  justify-content: flex-end;
  height: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.fly-out-button {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--pin-stripe);
  white-space: nowrap;
  cursor: pointer;
  border-top: 1px #ffffff1f;
  grid-template-rows: auto;
  grid-template-columns: 5vw 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 33.33%;
  max-width: 33.33%;
  height: 48px;
  max-height: 48px;
  padding: 0 5vw 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.fly-out-button.on-click {
  z-index: 50;
  background-color: #fff;
}

.fly-out-button.off-click {
  z-index: 50;
  width: 100%;
  max-width: 100%;
}

.projects-lottie {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.project-search-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(100px, 1fr);
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(100px, 1fr);
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.project-search-collection {
  flex-direction: column;
  flex: 1;
  padding-right: 12px;
  display: flex;
  overflow: auto;
}

.project-search-collection-item {
  border-bottom: 1px solid var(--dark-outline);
  width: 100%;
  display: flex;
  overflow: hidden;
}

.project-search-collection-item:first-child {
  border-top: 1px solid var(--dark-outline);
}

.project-search-collection-item:last-child {
  border-bottom-style: none;
}

.project-description-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-description {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  background-color: var(--pin-stripe);
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 60px;
  display: grid;
  position: relative;
}

.project-description.top-grey-border {
  border-top: 1px solid var(--dark-outline);
}

.project-features, .general-collection-wrapper {
  padding-top: 80px;
}

.projects-lottie-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14px;
  display: flex;
}

.project-gallery-overlay {
  z-index: 5;
  background-color: #090b1980;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

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

.news-list-item {
  border-bottom: 1px solid var(--pin-stripe);
}

.news-list-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: 80px;
}

.pagination {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pagination-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(0, auto);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  align-items: center;
  display: grid;
}

.large-search-wrapper {
  background-color: #fff;
  border-radius: 100px;
  width: 50%;
  margin-bottom: 0;
  padding: 4px;
  display: flex;
}

.large-search-input {
  background-color: #fff0;
  border: 1px #000;
  border-radius: 100px;
  min-height: 48px;
  margin-bottom: 0;
  padding-left: 24px;
}

.large-search-button {
  background-color: var(--dark);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 11px;
}

.search-results-info {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-item {
  width: 100%;
  padding: 0;
}

.search-results-link {
  border-right: 1px solid var(--pin-stripe);
  border-bottom: 1px solid var(--dark-outline);
  border-left: 1px solid var(--pin-stripe);
  color: var(--dark);
  padding: 48px 36px 48px 24px;
  text-decoration: none;
  transition: background-color .4s linear;
}

.search-results-link:hover {
  background-color: #fff;
}

.search-result-wrapper {
  border-top: 1px solid var(--dark-outline);
  background-color: var(--pin-stripe);
  padding-top: 0;
}

.results-help-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: var(--dark);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  display: grid;
}

.author-post-item {
  grid-column-gap: 24px;
  grid-row-gap: 9px;
  border-bottom: 1px solid var(--pin-stripe);
  color: var(--body-display);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 18px 24px;
  text-decoration: none;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.author-post-item:hover {
  color: var(--dark);
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

.list-item-text {
  font-family: Poppins, sans-serif;
}

.list-item-text.new {
  font-size: 1rem;
}

.gallery-heading {
  white-space: nowrap;
  padding-left: 24px;
}

.author-card {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  padding-left: 24px;
  display: grid;
}

.author-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.empty-state {
  background-color: #0000;
}

.empty-collection {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: var(--pin-stripe);
  text-align: center;
  white-space: normal;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 36px;
  display: grid;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.field-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  border: 1px solid var(--dark-outline);
  background-color: #ffffffa6;
  border-radius: 2px;
  min-height: 54px;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  background-color: #fff;
  border-color: #d4ddee;
}

.text-field::placeholder {
  color: var(--body-display);
}

.text-field.large {
  min-height: 140px;
}

.text-field.light {
  color: #fff;
  background-color: #ffffff14;
  border-color: #ffffff29;
}

.text-field.light:focus {
  background-color: #fff0;
  border-color: #fff;
}

.text-field.light::placeholder {
  color: #ffffffd9;
}

.submit-button {
  background-color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  min-width: 160px;
  padding: 16px 32px;
  font-size: 12px;
}

.submit-button.white {
  color: var(--dark);
  background-color: #fff;
}

.utility-message {
  background-color: #0000;
  height: 100%;
  margin-top: auto;
  padding: 0;
}

.success-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border: 1px solid var(--dark-outline);
  background-color: #ffffffd9;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  padding: 60px;
  display: grid;
}

.success-wrapper.dark {
  color: #fff;
  background-color: #fff0;
  border-style: none;
  align-content: center;
  height: 100%;
}

.error-message {
  background-color: var(--dark-outline);
  color: var(--dark);
  margin-top: 0;
  padding: 12px 18px;
}

.discovery-button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fly-out-button-wrapper {
  margin-left: -5vw;
  padding-left: 5vw;
  display: flex;
  overflow: hidden;
}

.services-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

.service-examples-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-info {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mission-description {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  padding-bottom: 20%;
  padding-left: 24px;
  display: grid;
}

.about-quote {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  padding-top: 20%;
  padding-left: 24px;
  display: grid;
}

.project-gallery-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.project-gallery-image:nth-child(odd) {
  margin-top: 160px;
  margin-bottom: 36px;
}

.project-schowcae-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 160px;
  margin-bottom: 36px;
  display: grid;
}

.tablet-mobile-menu, .tablet-mobile-nav-links {
  display: none;
}

.image-cover {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  width: 0%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-cover-wrapper {
  z-index: 15;
  width: 66.66%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.image-cover-wrapper.right-side {
  justify-content: flex-end;
  display: flex;
  inset: 0% 0% 0% auto;
}

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

.template-screen {
  z-index: 10;
  border: 1px solid var(--pin-stripe);
  flex-direction: row;
  width: 100%;
  margin-bottom: 6px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.feature-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.template-showcase-grid {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(80px, auto) minmax(80px, auto);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(80px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.page-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 120px;
  display: grid;
  overflow: hidden;
}

.page-info.no-clip {
  overflow: visible;
}

.client-quote {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-quote.black {
  color: var(--black);
}

.project-discovery-cover {
  z-index: 10;
  background-color: var(--pin-stripe);
  width: 100%;
}

.project-discovery-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-discovery-list {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.screen-image {
  width: 100%;
  max-width: none;
  height: 100%;
}

.client-quote-credit {
  border-left: 2px solid #fff;
  margin-left: -24px;
  padding-left: 24px;
}

.news-category-item {
  border-bottom: 1px none var(--pin-stripe);
}

.background-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 116%;
  position: absolute;
  inset: auto 0%;
}

.background-banner.video-banner {
  background-image: none;
  background-position: 0 0;
}

.background-banner.video-banner.our-operating-pho {
  background-image: linear-gradient(#000000de, #000000ad 24%, #0000), url('../images/4-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto 100%;
  height: 100%;
}

.background-banner.projects-banner {
  background-image: url('../images/videoframe_7236.png');
  background-position: 50%;
}

.background-banner.team-banner {
  background-image: url('../images/Team006.jpeg');
}

.background-banner.service-1-banner {
  background-image: url('../images/Space006.jpeg');
}

.background-banner.service-2-banner {
  background-image: url('../images/Space025.jpeg');
}

.background-banner.service-3-banner {
  background-image: url('../images/Space021.jpeg');
}

.background-banner.newsletter-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 0%;
}

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

.newsletter-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.dark-cover {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.newsletter-form-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.newsletter-intro {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 36px;
  display: grid;
  position: relative;
}

.form-block {
  z-index: 20;
  margin-bottom: 0;
  position: relative;
}

.form-column {
  flex-direction: row;
  display: flex;
}

.form-column.right {
  padding-left: 24px;
  padding-right: 24px;
}

.radio-button {
  border-color: #fff;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 18px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.w--redirected-checked {
  box-shadow: none;
  background-color: #fff;
  border-color: #fff;
  transform: scale(1.3);
}

.field-label {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.checklist {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checklist-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.checklist-icon {
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
}

.radio-item {
  cursor: pointer;
  border-bottom: 1px solid #ffffff1f;
  align-items: center;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-size: 16px;
  display: flex;
}

.button-text {
  z-index: 10;
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.button-text.menu {
  letter-spacing: 2px;
  font-family: Big Shoulders, sans-serif;
  font-size: 1.2em;
}

.button-text.menu.mobile {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.menu-collection-list-item {
  border-bottom: 1px solid var(--dark-outline);
}

.empty-search-results {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: grid;
}

.sticky-section {
  z-index: 200;
  justify-content: center;
  align-items: stretch;
  height: 0;
  margin-bottom: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 75px;
}

.page-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 650px;
  padding-top: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 750px;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.password-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 100vh;
  padding-top: 36px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

._404-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 650px;
  padding-top: 36px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-description {
  padding-right: 24px;
}

.about-description {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 24px;
  display: grid;
}

.about-description.new {
  flex-flow: column;
  width: 33%;
  display: flex;
}

.category-description {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 250px;
  display: grid;
}

.category-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 120px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-card {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 36px;
  display: grid;
}

.banner-categories {
  width: 100%;
  height: 100%;
  padding-top: 36px;
  overflow: hidden;
}

.minimal-card {
  z-index: 10;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  align-items: center;
  height: 100%;
  padding: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.anchor-link {
  z-index: 10;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.banner-items-wrapper {
  height: 120px;
  overflow: hidden;
}

.home-hero {
  z-index: 10;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-section {
  z-index: 10;
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 4rem 36px;
  display: flex;
  position: relative;
}

.template-card {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border-top: 1px solid var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px;
  display: grid;
}

.template-card.bottom-border {
  border-bottom-style: solid;
}

.newsletter-overlay {
  background-color: #090b19e6;
  position: absolute;
  inset: 0%;
}

.template-credit {
  white-space: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.nav-link-hover-button {
  border: 1px #ffffff1f;
  border-radius: 20px;
  width: 100%;
  height: 46px;
  position: absolute;
}

.banner-scrolling-wrapper {
  background-color: var(--pin-stripe);
  width: 100%;
  height: 100%;
}

.recent-projects-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.transparent-fill {
  width: 100%;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #000000bf;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: .25rem 0 0 0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 14.5rem;
  padding: .3rem .5rem;
  text-decoration: none;
  transition: color .2s linear, background-color .2s linear;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

.delete-me:hover {
  color: #000;
  background-color: #f1f1f1;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
}

.delete-me_text-title {
  letter-spacing: -.025em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.3;
}

.f-h1-heading {
  color: var(--white);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-container-regular {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-margin-bottom-24 {
  margin-bottom: 10px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

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

.f-paragraph-large {
  color: var(--white);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large.main-banner-pera {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
}

.f-paragraph-large.main-banner-pera.black {
  color: var(--black);
}

.f-section-large {
  background-color: var(--dark);
  padding: 92px 5%;
  display: none;
  position: relative;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 600px;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.main-banner-dis {
  max-width: 800px;
}

.main-banner-dis.our-purpose-section-dis {
  margin-bottom: 40px;
}

.main-banner-dis.our-operating-philosophy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-scroll-content {
  padding-top: 4.5rem;
}

.button-2 {
  color: #fffdf3;
  text-align: center;
  letter-spacing: .02rem;
  background-color: #232325;
  border-radius: 999rem;
  padding: 1.2rem 1.7rem;
  font-weight: 600;
}

.page-padding {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.column-scroll-content-text {
  color: var(--white);
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4;
}

.column-scroll-content-text.black {
  color: var(--black);
  text-align: justify;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.column-scroll-sticky-inner {
  width: 45vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.spacer-sm-end {
  max-width: 219px;
  padding-bottom: 2.25rem;
}

.spacer-sm-end.our-purpose-button {
  padding-bottom: 0;
}

.column-scroll-wrapper {
  width: 100%;
  height: 270vh;
  position: relative;
}

.column-scroll-image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.column-scroll-content-title {
  text-transform: uppercase;
  font-size: 8vw;
  font-weight: 500;
  line-height: .95;
}

.column-scroll-content-title.is-2 {
  color: var(--white);
}

.column-scroll-content-title.is-1 {
  color: #9f703b;
  padding-bottom: 2rem;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.section-3-column-scroll {
  background-color: var(--white);
}

.column-scroll-content-copy {
  width: 100%;
  max-width: 70%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.column-scroll-content-wrapper {
  z-index: 2;
  width: 50rem;
  min-height: 100vh;
  margin-top: -100vh;
  padding-right: 7rem;
  position: relative;
}

.column-scroll-item {
  flex: none;
  width: 33.3333vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: 1.5rem 0 2rem #0000001c;
}

.column-scroll-item.is-2 {
  margin-left: auto;
  margin-right: auto;
  top: auto;
  right: 0;
}

.column-scroll-item.is-3 {
  inset: 0% 0% 0% auto;
}

.column-scroll-sticky {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.bold-text {
  text-transform: capitalize;
  font-family: Big Shoulders, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.bold-text-3 {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Big Shoulders, sans-serif;
  font-weight: 400;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-text-semibold {
  font-weight: 600;
}

.rt-text-semibold.rt-text-white {
  color: #fff;
}

.rt-text-semibold.rt-text-white.rt-margin-bottom-five {
  margin-bottom: 5px;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-button-orange-arrow {
  margin-top: 2px;
}

.rt-button-white-arrow {
  opacity: 0;
  margin-top: 2px;
  position: absolute;
}

.rt-feautures-card-overlay {
  background-color: #16232b;
  height: 18%;
  position: absolute;
  inset: auto 0% -4%;
  transform: skew(0deg, 4deg);
}

.rt-feautures-card-overlay.rt-card-black-overlay {
  z-index: 2;
}

.rt-feautures-card-overlay.rt-card-orange-overlay {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  bottom: -3%;
}

.rt-features-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 25px;
  display: flex;
}

.rt-features-cards {
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 358px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-features-information {
  z-index: 10;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rt-small-arrow-icon {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: relative;
}

.rt-home-one-features-marquee {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rt-marquee-train-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-margin-bottom-twenty {
  color: var(--white);
  letter-spacing: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-margin-bottom-twenty.rt-body-font-color {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  line-height: 1.9;
}

.rt-component-container-2 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 0;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-full-width {
  border-radius: 10px;
  width: 100%;
}

.rt-overflow-hidden-2 {
  overflow: hidden;
}

.rt-advertise-content-icon-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 42px;
  display: flex;
}

.rt-advertise-icon-wrapper {
  color: var(--white);
  background-color: #9f703b;
  border: 1px solid #0000004d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-weight: 600;
  position: relative;
}

.rt-advertise-icon-wrapper.rt-icon-one, .rt-advertise-icon-wrapper.rticon-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--white);
}

.rt-advertise-icon-wrapper.rt-icon-four {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--white);
  width: 2.5rem;
  height: 2.5rem;
}

.rt-advertise-icon-wrapper.rt-icon-three {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--white);
}

.rt-dotted-line {
  border: 1px dashed #0003;
  flex: 1;
  width: 1px;
  height: 100%;
}

.rt-advertise-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-advertise-image-wrapper.rt-position-relative.rt-overflow-hidden-2 {
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 50%;
}

.rt-advertise-content-text-wrapper {
  width: 50%;
  max-width: none;
  padding: 3rem 2rem;
}

.rt-border-radius-six {
  border-radius: 6px;
}

.rt-border-radius-six.rt-full-width {
  object-fit: cover;
  border-radius: 0;
  height: 100%;
}

.rt-advertise-content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-advertise-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.rt-body-font-color {
  color: var(--white);
  font-family: Inter, sans-serif;
  transition: color .35s;
}

.rt-position-relative {
  position: relative;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size {
  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---hidden-desktop {
  display: none;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---link-wrapper-white {
  color: var(--elements-webflow-library--neutral--100);
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.brix---link-wrapper-white:hover {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---paragraph-default {
  color: var(--white);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.brix---inner-container-547px {
  max-width: 574px;
}

.brix---btn-slider-arrow-right---top-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;
  inset: -100px 84px auto auto;
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-slider-arrow-right---top-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: -100px;
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-1 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: #0084ff;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-1:hover {
  color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-2 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: red;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-3 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: #4353ff;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-3:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---slider-mask-width-490px {
  max-width: 480px;
  height: 100%;
  overflow: visible;
}

.brix---section-overflow-hidden {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.paragraph-16 {
  color: #f5f5f7;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 25px;
}

.accordion-list {
  background-color: #ddd0;
  display: block;
  position: static;
}

.bold-text-19 {
  font-size: 18px;
}

.deopdown-acco {
  background-color: var(--gold);
  border: 5px solid #0000;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  position: static;
  overflow: hidden;
  box-shadow: 0 2px 20px #0003;
}

.accordion-icon {
  color: #f5f5f7;
  font-size: 18px;
}

.div-block-17 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-block-35 {
  color: #f5f5f7;
  font-size: 20px;
  font-weight: 600;
}

.text-span-7 {
  font-size: 20px;
  font-weight: 400;
}

.text-span-8 {
  color: #ededed;
  font-size: 20px;
  text-decoration: none;
}

.avatarkit-container-component-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-7 {
  color: #f5f5f7;
  text-align: center;
  width: 1000px;
  font-size: 3vw;
}

.avatarkit-padding-global-components-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  color: #000;
  padding-top: 5rem;
  padding-bottom: 1rem;
  padding-right: 0;
}

.avatarkit-padding-global-components-2.hide {
  display: none;
}

.dropdown-toggle-2 {
  width: 100%;
  height: 60px;
}

.paragraph-18 {
  color: #f5f5f7;
  text-align: center;
  width: 100%;
}

.bold-text-40 {
  font-size: 48px;
}

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

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  width: 100%;
  padding: 100px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.8em;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

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

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row.spark-5-spacing.spark-flipped-row {
  flex-direction: row-reverse;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon.spark-primary-color {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  width: 1.5rem;
  height: 1.5rem;
}

.spark-hero-section-image {
  object-fit: cover;
  border-radius: 0;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-hero-section-left-side {
  width: 50%;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-checked-item {
  grid-column-gap: 16px;
  color: var(--spark-library--foreground-secondary);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 296px;
  display: flex;
}

.spark-flex-column {
  grid-row-gap: 7px;
  flex-direction: column;
  display: flex;
}

.bold-text-41 {
  color: var(--white);
}

.text-block-36 {
  font-family: Inter, sans-serif;
}

.text-block-37 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-300 {
  color: var(--elements-webflow-library--neutral--300);
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---section {
  background-color: var(--dark);
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 60px;
  padding-bottom: 176px;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

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

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---text-200-bold {
  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;
}

.brix---grid-2-columns---gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-link-img-bg {
  border-radius: 24px;
  align-items: flex-end;
  min-height: 500px;
  padding: 48px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---card-link-img-bg:hover {
  transform: scale(.96);
}

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

.brix---bg-overlay-gradient {
  z-index: -1;
  background-image: linear-gradient(#0000 15%, #0000008f 61%, #000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-803.margin-top {
  margin-top: 3rem;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  color: var(--elements-webflow-library--neutral--100);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 0;
  display: flex;
}

.brix---heading-h2-size-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 50px;
}

.brix---heading-h3-size-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 34px;
}

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

.brix---team-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---team-content-v9 {
  z-index: 1;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  position: absolute;
}

.brix---team-v9-wrapper {
  margin-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  position: relative;
  overflow: hidden;
}

.brix---paragraph-default-2 {
  color: var(--flowui-component-library--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-574px---center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.brix---text-200-medium {
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3;
}

.brix---team-v9-overlay {
  background-image: linear-gradient(#9f703bb5, #9f703bb5);
  width: 100%;
  height: 100%;
}

.brix---grid-3-columns-gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.brix---grid-3-columns-gap-0.hide {
  display: none;
}

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

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---text-200 {
  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: 20px;
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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---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---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---heading-h1-size {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.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---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---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  transform: scale3d(.96, .96, 1.01);
}

.brix---subtitle {
  color: var(--flowui-component-library--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---paragraph-default-3 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---card-form {
  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: 576px;
  margin-bottom: 0;
  padding: 56px 40px;
}

.brix---input-label {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---text-200-bold-2 {
  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;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---section-position-relative {
  background-color: var(--dark);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.brix---half-bg-right---width-36 {
  z-index: 0;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  width: 36%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.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---text-300-bold {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---grid-contact-v1 {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.brix---inner-container-400px {
  max-width: 400px;
}

.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-margin-bottom-twenty-2 {
  margin-bottom: 20px;
}

.rt-component-heading-four {
  color: #233050;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.rt-component-heading-four.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 4rem 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-white-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
}

.rt-white-text.rt-margin-bottom-zero {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.rt-margin-bottom-zero {
  margin-bottom: 0;
}

.rt-margin-bottom-zero.rt-padding-left-right-twenty-one {
  padding-left: 21%;
  padding-right: 21%;
}

.rt-margin-bottom-zero.rt-padding-left-right-twenty-one.rt-body-font-color-2 {
  color: var(--white);
  padding-left: 0%;
  padding-right: 0%;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.rt-margin-top-zero {
  margin-top: 0;
}

.rt-margin-top-zero.rt-margin-bottom-twenty-2 {
  color: #9f703b;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.rt-body-font-color-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-no-underline {
  cursor: pointer;
  text-decoration: none;
}

.rt-footer-address-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 10px;
}

.rt-footer-address-flex.phone {
  display: none;
}

.rt-home-one-submit {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: .11rem;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  width: 285px;
  padding: 17px 5px;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.5625rem;
}

.rt-home-one-submit.rt-home-one-submit-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 43px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1vw;
}

.rt-image-height-auto-2 {
  object-fit: cover;
  height: auto;
  margin-top: 6px;
}

.rt-contact-two-flex-one {
  margin-top: 35px;
  margin-bottom: 20px;
}

.rt-contact-two-flex-one.hide {
  display: none;
}

.rt-contact-two-flex-two {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 45px;
}

.rt-footer-social-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: none;
}

.rt-footer-phone-link {
  color: #fff;
  letter-spacing: .02rem;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 150%;
  text-decoration: none;
}

.rt-home-one-form-text-field {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #49392a;
  height: 58px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
}

.rt-home-one-form-text-field.rt-menu-two-field {
  color: #abaaaa;
  background-color: #f5f3f0;
  border-color: #f5f3f0;
  margin-bottom: 20px;
}

.rt-home-one-form-text-field.rt-menu-two-field::placeholder {
  color: #abaaaa;
}

.rt-home-one-form-text-field.rt-menu-two-field.rt-contact-two-input {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.rt-home-one-form-text-field.rt-menu-two-field.rt-contact-two-input::placeholder {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.rt-home-one-form-text-field.rt-menu-two-field.rt-contact-two-textarea {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #f3f3f3;
  border-radius: 5px;
  height: 105px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.rt-home-one-form-text-field.rt-menu-two-field.rt-contact-two-textarea::placeholder {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.rt-form-flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 10px;
}

.rt-form-flex-block.rt-contact-two-form-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.rt-courrse-name-form-block {
  text-align: center;
  align-self: stretch;
  margin-top: 30px;
}

.rt-contact-two-block-right {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #a87d4da3;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 30%;
  height: 400px;
  padding: 0 2.5rem;
  display: flex;
}

.rt-contact-two-block-left {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  padding: 38px 70px;
  display: flex;
}

.rt-contact-two-form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: stretch;
  box-shadow: 0 4px 60px #0000001a;
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.bold-text-42 {
  color: var(--white);
}

.form-2 {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.about-us {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.2rem;
}

.f-navigation-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: none;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-logo {
  width: 200px;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.navbar-new {
  z-index: 1000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0000;
  border-bottom: 1px solid #ffffff1f;
  padding-top: 1em;
  padding-bottom: 1em;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.navbar-new.sticky {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.nav-inner {
  z-index: 20;
  justify-content: space-between;
  width: 100%;
  min-height: 3em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: relative;
}

.nav-brand {
  justify-content: space-between;
  display: flex;
}

.nav-menu-button {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 5em;
  padding: .5em;
  display: none;
  position: relative;
}

.nav-burger-menu {
  z-index: 10;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  justify-content: space-between;
  width: 1.7em;
  height: 15px;
  display: flex;
  position: relative;
}

.burger-line {
  background-color: #9f703b;
  width: 100%;
  height: 2px;
}

.brand-auto {
  border-left: 1px #9f703b;
  justify-content: flex-start;
  align-items: center;
  padding: .5em 1em;
  display: flex;
  position: relative;
  left: -1px;
}

.autio-logo {
  width: 13rem;
}

.nav-menu-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.nav-link-block {
  color: #e2e7f1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-family: Eudoxussans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nav-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.2rem;
}

.main-button {
  z-index: 10;
  opacity: .8;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--gold);
  background-color: #a87d4d26;
  border: 2px solid #a87d4d8c;
  border-radius: 0;
  justify-content: space-around;
  align-items: center;
  min-width: 12em;
  min-height: 4em;
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.main-button.mobile {
  color: var(--white);
  background-color: #b6b6b626;
  border-color: #ffffff8c;
  min-height: 2.5em;
}

.main-button.mobile-2 {
  color: var(--white);
  background-color: #b6b6b626;
  border-color: #ffffff8c;
}

.button-arrow {
  width: 1.7rem;
}

.bold-text-43 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Big Shoulders, sans-serif;
  font-weight: 400;
}

.bold-text-44, .bold-text-45, .bold-text-46, .bold-text-47 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Big Shoulders, sans-serif;
  font-weight: 400;
}

.fullscreen-hero-overlay {
  background-image: linear-gradient(#0006, #07050400 20%, #0000), linear-gradient(270deg, #0000005e, #00000096 13%, #0000);
  position: absolute;
  inset: 0%;
}

.nav-menu-links-mobile {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  padding-left: 3em;
  padding-right: 3em;
  display: none;
}

.icon-auto {
  opacity: .96;
  filter: grayscale();
  width: 38px;
}

.map-img {
  filter: invert();
  background-color: #fffffff0;
  border-radius: 20px;
  width: 220px;
  padding: 1rem;
}

.contact-text {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.service-menu-list-new {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-menu-list-new.white {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top-style: none;
  border-top-color: #ffffff26;
  place-items: start;
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
  display: flex;
}

.contactmap {
  border-top: 1px solid #ffffff26;
  padding-top: 1rem;
}

.copyright {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--white);
  opacity: .75;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.copyright-text {
  font-family: Poppins, sans-serif;
}

.footer-link-blocks {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.privacy {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.text-block-38 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.navbar-new--sticky {
  z-index: 1000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0000;
  border-bottom: 1px solid #ffffff1f;
  padding-top: 1em;
  padding-bottom: 2em;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.navbar-new--sticky.sticky {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.services-overlay {
  color: var(--white);
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 5rem;
  font-family: Eudoxussans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.serives-hd {
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  transform: rotate(-90deg);
}

.looking-back-overlay {
  color: var(--white);
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  font-family: Eudoxussans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.process-img {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.process-details {
  flex-flow: wrap;
  width: 80%;
  display: flex;
}

.process-text {
  width: 48%;
}

.text-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 1218px;
  padding: 2rem 6rem;
  display: flex;
}

.section_core {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  padding: 5rem 4rem;
}

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

.core_card-wrapper {
  margin-top: 3rem;
  position: static;
}

.core_card-wrapper.is-1st {
  margin-top: 4rem;
}

.core_image-wrapper {
  margin-top: 1.5rem;
}

.core-image {
  object-fit: cover;
  border-radius: 0;
  width: 70%;
  height: 23rem;
}

.core_description-wrapper {
  width: 70%;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.core_divider {
  background-color: #ffffff80;
  width: 70%;
  height: 1px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.core_divider.is-last {
  display: none;
}

.core-heading {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

.core-heading.one {
  font-size: 2rem;
}

.core-heading.black {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-size: 3.2rem;
}

.core-heading.is-core {
  font-size: 2rem;
}

.core-title {
  color: #f5f5f7;
  text-align: center;
  width: 1000px;
  font-size: 3vw;
}

.core_heading {
  color: var(--white);
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .section.video-section.new {
    background-color: var(--white);
  }

  .background-image.testimonial-001 {
    background-image: url('../images/2-1.jpg'), url('../images/ChatGPT-Image-Jun-26-2025-06_00_20-PM.png'), url('../images/3_1.png');
  }

  .background-image.testimonial-002 {
    background-image: url('../images/5-2.jpg'), url('../images/ChatGPT-Image-Jun-26-2025-06_08_00-PM.png'), url('../images/5.png');
  }

  .background-image.testimonial-003 {
    background-image: url('../images/house-7313645_640.jpg'), url('../images/1.png');
    background-position: 50%, 50% 10%;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
  }

  .background-image.testimonial-005 {
    background-image: url('../images/3-2.jpg'), url('../images/ChatGPT-Image-Jun-26-2025-06_04_52-PM.png'), url('../images/4.png');
  }

  .image-overlay {
    background-color: #090b19;
  }

  .large-heading {
    font-size: 3.5vw;
  }

  .large-heading.black {
    font-size: 3vw;
  }

  .card-hover-item {
    padding: 0;
  }

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

  .video-info {
    padding-left: 0;
  }

  .hero-background-image {
    background-image: url('../images/wmremove-transformed.jpg'), url('../images/videoframe_7264.png');
    background-position: 0 0, 50% 0;
  }

  .background-banner.video-banner.our-operating-pho {
    background-image: linear-gradient(86deg, #000000de 24%, #000000ad 65%, #0000), url('../images/4-1.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .newsletter-form-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .newsletter-intro {
    padding: 80px 48px;
  }

  .sticky-section {
    width: 100%;
  }

  .main-banner-dis.our-operating-philosophy {
    max-width: none;
  }

  .column-scroll-content-wrapper {
    padding-left: 0;
  }

  .main-button.mobile {
    min-width: 15vw;
    min-height: 3vw;
  }

  .button-arrow {
    width: 1.7vw;
  }

  .core-heading {
    font-size: 3.5vw;
  }

  .core-heading.black {
    font-size: 3vw;
  }
}

@media screen and (min-width: 1440px) {
  .background-image.testimonial-003 {
    background-image: url('../images/house-7313645_640.jpg'), url('../images/house-7313645_640.jpg');
  }

  .wrapper {
    max-width: none;
  }

  .body-display.white {
    font-size: 1.1rem;
  }

  .credits-wrapper {
    grid-column-gap: 80px;
  }

  .subtitle.white.new {
    font-size: 16px;
  }

  .dual-wrapper {
    grid-template-columns: .9fr;
  }

  .menu-list-item.white.mew {
    padding-left: 0;
    font-size: 18px;
  }

  .service-menu-list.white {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .hero-feature-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .list-item-text.new {
    font-size: 1.1rem;
  }

  .image-cover-wrapper {
    width: 100%;
  }

  .services-card {
    padding: 48px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }

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

@media screen and (min-width: 1920px) {
  .background-image.testimonial-003 {
    background-image: url('../images/house-7313645_640.jpg'), url('../images/1.png');
    background-position: 50%, 50% 10%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .body-display.white {
    font-size: 1.5rem;
  }

  .subtitle.white {
    font-size: 22px;
  }

  .subtitle.white.new {
    padding-left: 0;
  }

  .dual-wrapper {
    grid-template-columns: .9fr;
  }

  .menu-list-item.white.small {
    padding-top: 0;
  }

  .menu-list-item.white.mew {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-list-item.white.mew.w--current {
    padding-left: 24px;
  }

  .hero-feature-card {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 48px;
  }

  .list-item-text.new {
    font-size: 1.2rem;
  }

  .services-card {
    border: 1px solid var(--radiant-ui-components-library-marketplace--color--white);
  }

  .column-scroll-content-copy {
    max-width: 70%;
  }

  .rt-advertise-image-wrapper {
    border-radius: 6px;
  }

  .bold-text-39 {
    line-height: 25px;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .bold-text-19 {
    font-size: 25px;
  }

  .div-block-17 {
    color: #fff;
  }

  .paragraph-18 {
    color: #ededed;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }

  .about-us {
    font-size: 2rem;
  }

  .map-img {
    width: 400px;
    padding-top: 1rem;
  }

  .contact-text {
    font-size: 18px;
  }

  .privacy, .text-block-38 {
    font-size: 20px;
  }
}

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

  .section.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .nav-link {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link.w--current {
    color: var(--dark);
  }

  .left-navbar {
    width: 100%;
  }

  .nav-menu, .pin-stripe.hide-tablet {
    display: none;
  }

  .hero-content-wrapper {
    max-width: none;
  }

  .xxl-heading {
    font-size: 64px;
  }

  .xxl-heading.one, .xxl-heading.two {
    font-size: 3rem;
  }

  .banner-content {
    min-height: 325px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .body-display.dark {
    color: var(--dark);
  }

  .project-item {
    min-height: 375px;
    max-height: 550px;
  }

  .button.white-outline {
    font-size: 1rem;
  }

  .testimonial-arrow {
    height: 25%;
    top: 25%;
    bottom: auto;
  }

  .testimonial-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row;
  }

  .testimonial-column {
    min-height: 400px;
    padding: 48px 24px;
  }

  .testimonial-column.testimonial-description {
    min-height: auto;
  }

  .testimonial-column.testimonial-image {
    min-height: 450px;
  }

  .stacked-description.new {
    width: 40%;
  }

  .page-info-ribbon {
    grid-template-columns: 1fr;
  }

  .tripple-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .project-categories-wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .large-menu-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 75px;
    padding-bottom: 0;
  }

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

  .project-collection-item:nth-child(odd) {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .projects-search-wrapper {
    grid-template-columns: 1fr;
  }

  .search-wrapper {
    display: flex;
  }

  .mega-category-list {
    display: none;
  }

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

  .team-collection-item:nth-child(odd) {
    margin-top: 0;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 60%;
    margin-bottom: -40%;
  }

  .post-list-item {
    height: auto;
    font-size: 16px;
  }

  .post-list-item.category-list-item {
    min-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .inner-page-hero-wrapper {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }

  .sticky-services-menu {
    position: relative;
    top: 0;
  }

  .sticky-services-menu.extra-top-margin {
    top: 0;
  }

  .menu-list-item.white.mew {
    padding-right: 0;
  }

  .rich-text h2 {
    font-size: 28px;
  }

  .rich-text h4 {
    font-size: 18px;
  }

  .rich-text h3 {
    font-size: 22px;
  }

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

  .hero-bottom-feature {
    width: 50%;
  }

  .footer-wrapper {
    grid-template-rows: minmax(44px, auto) minmax(106px, auto) minmax(106px, auto) minmax(36px, auto);
    grid-template-columns: 1fr 1fr;
  }

  .featured-project-details {
    grid-template-columns: 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 160px;
  }

  .fly-out-button {
    width: 50%;
    max-width: 50%;
  }

  .fly-out-button.on-click {
    width: 66.66%;
    max-width: 66.66%;
  }

  .project-description-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .project-description {
    padding: 36px 24px;
  }

  .project-features {
    padding-top: 0;
  }

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

  .news-list-item:nth-child(2n) {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .pagination {
    grid-template-columns: 1fr 1fr;
    padding-top: 36px;
  }

  .large-search-wrapper {
    width: 100%;
  }

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

  .about-quote {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 0%;
  }

  .project-gallery-image-wrapper {
    grid-template-rows: auto 1fr;
  }

  .project-schowcae-title {
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-bottom: 0;
  }

  .tablet-mobile-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dropdown {
    border-bottom: 1px solid var(--dark-outline);
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown.top {
    border-top: 1px solid var(--dark-outline);
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 24px;
    display: flex;
  }

  .tablet-mobile-nav-links {
    background-color: #fff;
    display: flex;
  }

  .dropdown-list {
    background-color: #fff;
    position: relative;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .image-cover-wrapper {
    width: 50%;
  }

  .dropdown-lottie {
    justify-content: center;
    align-items: center;
    width: 18px;
    margin-left: 24px;
    display: flex;
  }

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

  .page-info {
    overflow: auto;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

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

  .button-text.menu.mobile {
    font-size: .8rem;
  }

  .about-description.new {
    width: 100%;
  }

  .services-card {
    padding: 36px 24px;
  }

  .banner-categories {
    padding-top: 0;
  }

  .minimal-card {
    padding: 24px;
  }

  .home-hero {
    padding-top: 2rem;
  }

  .footer-section {
    padding: 2rem;
  }

  .template-card {
    padding: 24px;
  }

  .f-paragraph-large.main-banner-pera {
    font-size: 1rem;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

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

  .column-scroll-content-text.black {
    font-size: .9rem;
  }

  .rt-category-cards-text.rt-margin-bottom-twenty {
    font-size: 1.8rem;
  }

  .rt-advertise-content-text-wrapper {
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rt-advertise-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    align-items: stretch;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---btn-slider-arrow-right---top-left {
    inset: auto auto -90px 39.5%;
  }

  .brix---btn-slider-arrow-right---top-right {
    inset: auto 39.5% -90px auto;
  }

  .brix---slider-mask-width-490px {
    position: static;
  }

  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .bold-text-39 {
    color: #ededed;
  }

  .avatarkit-container-component-2 {
    max-width: 75rem;
  }

  .heading-7 {
    width: 100%;
  }

  .avatarkit-padding-global-components-2 {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---card-link-img-bg {
    padding-bottom: 40px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

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

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-2 {
    font-size: 2rem;
    line-height: 32px;
  }

  .brix---grid-3-columns-gap-0 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---half-bg-right---width-36 {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .rt-home-one-submit {
    width: 200px;
  }

  .rt-home-one-submit.rt-home-one-submit-two {
    font-size: 1rem;
  }

  .rt-contact-two-flex-one {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .rt-contact-two-flex-two {
    margin-bottom: 25px;
  }

  .rt-home-one-form-text-field {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-form-flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 10px;
  }

  .rt-contact-two-block-right {
    max-width: 100%;
    height: 250px;
    padding-left: 40px;
  }

  .rt-contact-two-block-left {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .rt-contact-two-form-block {
    display: block;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .nav-menu-button {
    display: flex;
  }

  .burger-line {
    background-color: var(--white);
  }

  .privacy, .text-block-38 {
    font-size: .8rem;
  }

  .core-image {
    width: 100%;
    height: 290px;
  }

  .core_description-wrapper, .core_divider {
    width: 100%;
  }

  .core-heading {
    font-size: 1.5rem;
  }

  .core-title {
    width: 100%;
  }

  .core_heading {
    font-family: Cormorant Garamond, sans-serif;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  blockquote {
    padding-left: 18px;
    padding-right: 12px;
  }

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

  .wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .nav-link {
    border-bottom: 1px solid var(--pin-stripe);
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-link.bottom {
    border-bottom-style: none;
  }

  .left-navbar {
    border-style: none solid solid;
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .menu-wrapper {
    display: none;
  }

  .brand {
    padding-left: 18px;
  }

  .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

  .xxl-heading {
    font-size: 54px;
  }

  .large-heading {
    font-size: 2.1rem;
  }

  .large-heading.one, .large-heading.is-core {
    font-size: 1.8rem;
  }

  .project-item {
    width: 100%;
    height: auto;
  }

  .testimonial-arrow {
    border-top: 1px solid #ffffff1a;
    border-bottom: 1px solid #ffffff1f;
    width: 50%;
    height: 60px;
    top: 0%;
  }

  .testimonial-arrow.right-arrow {
    border-right-style: none;
    left: auto;
    right: 0;
  }

  .testimonial-content {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .testimonial-column {
    min-height: auto;
  }

  .testimonial-column.testimonial-description {
    border-top: 1px solid #ffffff1f;
  }

  .testimonial-column.testimonial-image {
    min-height: 400px;
  }

  .rotate-text.no-rotate-on-mobile {
    transform: none;
  }

  .credits-wrapper {
    grid-column-gap: 24px;
    padding: 36px;
  }

  .tripple-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .services-grid.two-column {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .services-grid.top-border {
    grid-row-gap: 0px;
  }

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

  .hover-link-wrapper.video-link-wrapper, .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .large-menu-wrapper {
    grid-template-rows: 65px auto;
  }

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

  .project-collection-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .projects-search-wrapper {
    height: 65px;
  }

  .search-wrapper {
    display: none;
  }

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

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

  .team-collection-item {
    flex-direction: row;
    min-height: 500px;
    display: flex;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-collection-item.two-column-item:nth-child(2n) {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .featured-news-list {
    grid-template-columns: 1fr;
  }

  .collection-list-item:nth-child(2n) {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
  }

  .team-grid {
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .banner-items {
    height: 80px;
  }

  .banner-items.template-credit {
    height: 100px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.discovery-item, .mega-social-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .right-grid-intro {
    margin-bottom: 24px;
  }

  .grid-wrapper {
    grid-row-gap: 120px;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 60px;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .hero-feature-card {
    padding: 24px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(36px, auto);
  }

  .project-detail-items {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    grid-template-columns: 60px 1fr;
    width: 66.66%;
    max-width: 66.66%;
  }

  .fly-out-button.on-click {
    width: 100%;
    max-width: 100%;
  }

  .project-description {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .general-collection-wrapper {
    padding-top: 36px;
  }

  .news-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .news-list-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .results-help-wrapper {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .gallery-heading {
    padding-left: 18px;
  }

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

  .services-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .service-examples-wrapper, .services-info {
    grid-template-columns: 1fr;
  }

  .mission-description {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 0;
    padding-left: 0;
  }

  .about-quote {
    padding-bottom: 24px;
    padding-left: 0;
  }

  .project-gallery-image-wrapper {
    grid-row-gap: 36px;
  }

  .project-gallery-image:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-schowcae-title {
    grid-template-columns: 1fr;
  }

  .dropdown-toggle {
    min-height: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .category-collection-item {
    border-bottom: 1px solid var(--dark-outline);
  }

  .category-collection-item:nth-child(odd) {
    border-right: 1px solid var(--dark-outline);
  }

  .image-cover-wrapper {
    width: 100%;
  }

  .page-info {
    height: auto;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .dark-cover {
    background-color: #0000;
  }

  .newsletter-form-wrapper {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .newsletter-intro {
    padding: 36px 24px;
  }

  .form-column.right {
    flex-direction: column;
  }

  .sticky-section {
    height: auto;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .page-hero {
    min-height: 550px;
  }

  ._404-hero {
    min-height: 450px;
  }

  .category-link {
    min-height: 80px;
  }

  .anchor-link {
    border-bottom: 1px solid var(--dark-outline);
    min-height: 80px;
  }

  .anchor-link.bottom {
    border-bottom-style: none;
  }

  .banner-items-wrapper {
    height: 80px;
  }

  .footer-section {
    padding-bottom: 72px;
  }

  .template-card {
    border-bottom-style: solid;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-paragraph-large.main-banner-pera {
    font-size: 1rem;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .column-scroll-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .column-scroll-sticky-inner {
    width: 100%;
  }

  .column-scroll-wrapper {
    height: auto;
  }

  .column-scroll-content-title {
    font-size: 15vw;
  }

  .column-scroll-content-title.is-1 {
    text-align: center;
  }

  .column-scroll-content-copy {
    text-align: center;
    max-width: 100%;
  }

  .column-scroll-content-wrapper {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding-right: 0;
  }

  .column-scroll-sticky {
    position: static;
  }

  .rt-feautures-card-overlay {
    height: 20%;
    bottom: -6%;
  }

  .rt-feautures-card-overlay.rt-card-orange-overlay {
    bottom: -5%;
  }

  .rt-features-cards {
    justify-content: flex-end;
    align-items: stretch;
    width: 100vw;
    max-width: none;
  }

  .rt-features-image {
    width: 100%;
  }

  .rt-features-information {
    padding-bottom: 10px;
  }

  .rt-marquee-train-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 15px;
  }

  .rt-advertise-image-wrapper.rt-position-relative.rt-overflow-hidden-2, .rt-advertise-content-text-wrapper {
    width: 100%;
  }

  .rt-advertise-content-wrapper {
    flex-flow: column;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---card-testimonial-color-1, .brix---card-testimonial-color-2, .brix---card-testimonial-color-3 {
    padding: 48px 32px;
  }

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

  .bold-text-19, .div-block-17 {
    width: 100%;
  }

  .avatarkit-padding-global-components-2 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-18, .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row.spark-5-spacing.spark-flipped-row {
    flex-direction: column-reverse;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

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

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---team-v9-wrapper {
    max-height: 400px;
  }

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-3-columns-gap-0 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

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

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .rt-margin-bottom-zero.rt-padding-left-right-twenty-one {
    padding-left: 10%;
    padding-right: 10%;
  }

  .rt-home-one-submit {
    width: 100%;
  }

  .rt-contact-two-flex-one, .rt-contact-two-flex-two {
    flex: 1;
  }

  .rt-form-flex-block {
    display: block;
  }

  .rt-contact-two-block-right {
    height: 300px;
    padding-top: 2rem;
  }

  .rt-contact-two-block-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_core {
    padding: 4rem 2rem;
  }

  .core_image-wrapper {
    width: 100%;
  }

  .core-image {
    width: 100%;
    height: auto;
  }

  .core_description-wrapper, .core_divider {
    width: 100%;
  }

  .core-heading {
    font-size: 1.5rem;
  }

  .core-heading.one, .core-heading.is-core {
    font-size: 1.8rem;
  }

  .core_heading {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  blockquote {
    padding-left: 18px;
    padding-right: 0;
    font-size: 16px;
  }

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

  .section.no-verticle-padding.dark {
    background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.video-section {
    padding: 2rem 1rem;
  }

  .section.clip {
    padding-top: 40px;
  }

  .navbar {
    height: 65px;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    border-bottom-style: none;
  }

  .nav-menu {
    display: block;
  }

  .brand {
    align-items: stretch;
    padding-left: 18px;
  }

  .xxl-heading, .xxl-heading.one, .xxl-heading.two {
    font-size: 2.5rem;
  }

  .clip {
    z-index: 30;
  }

  .banner-content {
    min-height: auto;
    padding: 48px 12px;
  }

  .banner-intro {
    grid-row-gap: 24px;
  }

  .large-heading, .large-heading.black {
    font-size: 2rem;
  }

  .body-display {
    font-size: .8rem;
  }

  .horizontal-line {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .horizontal-line.white {
    margin-top: 0;
  }

  .button.white-outline.second-section-button {
    font-size: 1rem;
  }

  .testimonial-arrow {
    font-size: 12px;
  }

  .testimonial-column.testimonial-description {
    border-top-style: none;
    padding: 36px 1rem 1rem;
  }

  .testimonial-column.testimonial-image {
    width: 100%;
    min-height: 350px;
  }

  .testimonial-column.testimonial-name {
    z-index: 30;
    background-color: #090b1959;
    border-top: 1px #ffffff1f;
    border-bottom: 1px #ffffff1f;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .stacked-description {
    grid-template-columns: 1fr;
    justify-content: space-between;
  }

  .stacked-description.new {
    width: 100%;
  }

  .credits-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding-left: 24px;
    padding-right: 24px;
  }

  .icon {
    margin-bottom: 0;
  }

  .subtitle.white.new {
    font-size: 1rem;
  }

  .tripple-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 36px;
  }

  .tripple-grid.no-margin {
    grid-row-gap: 36px;
  }

  .logos-headline {
    flex-direction: row;
    align-items: center;
  }

  .video-info {
    grid-row-gap: 48px;
    padding-left: 0;
  }

  .project-categories-wrapper {
    position: relative;
  }

  .large-menu-wrapper {
    padding-top: 65px;
  }

  .project-card-info {
    padding: 18px 12px;
  }

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

  .category-collection-list-wrapper {
    overflow: hidden;
  }

  .mega-menu {
    display: none;
  }

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

  .team-collection-item {
    min-height: 350px;
  }

  .featured-news-list {
    width: 100%;
  }

  .post-list-item.category-list-item {
    height: auto;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
  }

  .navigation-links {
    background-color: var(--gold);
  }

  .banner-items.template-credit {
    height: 80px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-list-item.white {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.discovery-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .list-heading-wrapper {
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-left: 18px;
  }

  .team-portrait-wrapper {
    min-height: 400px;
  }

  .rich-text h2 {
    font-size: 26px;
  }

  .right-grid-intro {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 12px;
  }

  .post-card-description {
    padding: 24px;
  }

  .mega-menu-list-wrapper {
    grid-template-rows: auto;
    grid-auto-rows: auto;
    align-items: start;
  }

  .grid-wrapper {
    grid-row-gap: 2rem;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 36px;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .featured-project-column {
    font-size: 9px;
  }

  .hero-feature-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-wrapper.new {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .project-detail-item {
    padding: 36px 18px;
  }

  .project-detail-item.middle-item {
    border-left-style: solid;
  }

  .project-detail-items {
    grid-template-columns: 1fr;
    overflow: auto;
  }

  .featured-project-details {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    width: 100%;
    max-width: 100%;
  }

  .project-description {
    grid-row-gap: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .search-result-list, .search-result-item {
    flex-direction: column;
    display: flex;
  }

  .search-results-link {
    padding: 36px 18px;
  }

  .search-result-wrapper {
    flex-direction: column;
  }

  .results-help-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .author-post-item {
    padding-left: 18px;
    padding-right: 18px;
  }

  .list-item-text.new {
    font-size: .8rem;
  }

  .author-card {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: auto;
    padding-left: 0;
  }

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

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-list {
    height: auto;
  }

  .category-collection-item:nth-child(odd) {
    border-right-style: none;
  }

  .category-collection-item:last-child {
    border-bottom: 1px #000;
  }

  .client-quote-credit {
    margin-left: 0;
    padding-left: 18px;
  }

  .background-banner.projects-banner {
    background-image: linear-gradient(#0000005c, #0000005c), url('../images/videoframe_7236.png');
    background-position: 0 0, 50%;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .radio-item {
    padding-left: 18px;
  }

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

  .button-text.menu {
    color: var(--white);
  }

  .button-text.menu.mobile {
    font-size: 1em;
  }

  .page-hero {
    min-height: 450px;
    padding-top: 89px;
  }

  .projects-hero {
    padding-top: 89px;
  }

  .password-hero {
    min-height: 93vh;
  }

  .about-description.new {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .category-link {
    min-height: 60px;
  }

  .services-card {
    padding: 36px 18px;
  }

  .minimal-card {
    padding: 24px;
  }

  .anchor-link {
    min-height: 60px;
  }

  .home-hero {
    min-height: 50vh;
    padding-top: 3rem;
  }

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

  .nav-link-hover-button {
    border-style: none;
    border-radius: 0;
  }

  .f-h1-heading {
    color: var(--radiant-ui-components-library-marketplace--color--theme-color);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-family: Cormorant Garamond, sans-serif;
    font-size: 3rem;
    font-weight: 500;
    display: flex;
  }

  .f-image-cover {
    object-fit: cover;
    object-position: 0% 50%;
  }

  .f-paragraph-large {
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: .8rem;
    line-height: 1.5;
  }

  .f-paragraph-large.main-banner-pera {
    opacity: 1;
    text-align: left;
    font-size: 1rem;
  }

  .f-section-large {
    background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
    padding-bottom: 10px;
    display: block;
  }

  .f-header-grid {
    grid-auto-flow: row;
  }

  .column-scroll-sticky-inner {
    position: relative;
  }

  .spacer-sm-end {
    max-width: 100%;
  }

  .section-3-column-scroll {
    display: none;
  }

  .column-scroll-item {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    position: relative;
  }

  .column-scroll-sticky {
    height: auto;
  }

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

  .div-block {
    text-align: left;
  }

  .rt-features-cards {
    width: 98vw;
  }

  .rt-features-information {
    padding-bottom: 20px;
  }

  .rt-category-cards-text.rt-margin-bottom-twenty {
    font-family: Cormorant Garamond, sans-serif;
    font-size: 1.3rem;
  }

  .rt-advertise-icon-wrapper {
    color: var(--white);
    width: 2.5rem;
    height: 2.5rem;
  }

  .rt-advertise-icon-wrapper.rt-icon-four {
    width: 2.5rem;
    height: 2.5rem;
  }

  .rt-dotted-line {
    display: none;
  }

  .rt-advertise-image-wrapper.rt-position-relative.rt-overflow-hidden-2 {
    width: 100%;
  }

  .rt-advertise-content-text-wrapper {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
  }

  .rt-advertise-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .rt-advertise-content {
    flex-flow: row;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: -72px;
    left: 26%;
  }

  .brix---btn-slider-arrow-right---top-right {
    bottom: -72px;
    right: 26%;
  }

  .brix---card-testimonial-color-1, .brix---card-testimonial-color-2, .brix---card-testimonial-color-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .paragraph-16 {
    -webkit-text-stroke-width: 0px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-top: -48px;
    padding-top: 0;
    font-size: 14px;
  }

  .bold-text-39 {
    font-size: 18px;
  }

  .bold-text-19 {
    max-width: 10%;
  }

  .deopdown-acco {
    opacity: 1;
    transition: opacity .2s, opacity .2s;
  }

  .accordion-icon {
    display: none;
    position: absolute;
  }

  .div-block-17 {
    color: #f5f5f7;
    width: 100%;
    max-width: 100%;
  }

  .text-block-35 {
    box-sizing: border-box;
    float: none;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    text-align: left;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: break-word;
    -webkit-text-fill-color: inherit;
    vertical-align: baseline;
    mix-blend-mode: normal;
    object-fit: fill;
    background-clip: border-box;
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    place-content: flex-start;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    height: 50px;
    margin-right: 0;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    display: inline-flex;
    position: static;
    overflow: auto;
  }

  .avatarkit-container-component-2 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .heading-7 {
    width: 100%;
  }

  .avatarkit-padding-global-components-2 {
    background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
    padding-top: 40px;
  }

  .dropdown-toggle-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    height: 60px;
    margin-bottom: 40px;
    padding-top: 5px;
    padding-left: 11px;
    padding-right: 40px;
    line-height: 0;
    display: block;
    overflow: hidden;
  }

  .paragraph-18 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .spark-section {
    padding: 2rem 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-section p {
    font-size: 1rem;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-small-icon.spark-primary-color {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1rem;
  }

  .spark-checked-item {
    grid-column-gap: 8px;
  }

  .text-block-37 {
    font-size: .8rem;
    line-height: 1.6;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---card-link-img-bg {
    min-height: 440px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-2 {
    padding-top: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---grid-3-columns-gap-0 {
    grid-template-columns: 1fr;
  }

  .brix---avatar-image-100 {
    width: 100%;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .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---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---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 50px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .rt-component-heading-four.rt-text-white-2 {
    font-size: 1.8rem;
  }

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

  .rt-white-text.rt-margin-bottom-zero {
    text-align: center;
    font-size: 1rem;
  }

  .rt-margin-bottom-zero.rt-padding-left-right-twenty-one {
    padding-left: 5%;
    padding-right: 5%;
  }

  .rt-margin-bottom-zero.rt-padding-left-right-twenty-one.rt-body-font-color-2 {
    font-size: 1rem;
  }

  .rt-margin-top-zero.rt-margin-bottom-twenty-2 {
    font-size: 2rem;
  }

  .rt-footer-address-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-home-one-submit.rt-home-one-submit-two {
    font-size: 1rem;
  }

  .rt-contact-two-flex-two {
    align-items: stretch;
  }

  .rt-footer-phone-link {
    font-size: 1rem;
  }

  .rt-contact-two-block-right {
    height: 28rem;
    padding: 40px 20px;
  }

  .about-us {
    font-size: 1rem;
  }

  .f-navigation-button {
    display: none;
  }

  .navbar-new {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding-top: 1em;
    padding-bottom: 1em;
    display: block;
  }

  .nav-inner {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-brand {
    width: auto;
  }

  .nav-menu-button {
    width: 5em;
    display: flex;
  }

  .nav-burger-menu {
    width: 1.5em;
  }

  .burger-line {
    background-color: var(--white);
    height: 2px;
  }

  .autio-logo {
    width: 13em;
  }

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

  .main-button {
    background-color: #f1f1f126;
    min-width: 9em;
  }

  .main-button.mobile {
    min-width: 7.2rem;
    height: 3rem;
    min-height: auto;
    display: none;
  }

  .main-button.mobile-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    min-width: 9rem;
    height: 3rem;
    min-height: auto;
    display: flex;
  }

  .nav-menu-links-mobile {
    z-index: 2000;
    background-color: var(--black);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 2rem;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobile-menu-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .close {
    position: absolute;
    inset: 5% 10% auto auto;
  }

  .menu-icon {
    width: 48px;
    height: 48px;
  }

  .contact-text {
    font-size: .8rem;
  }

  .service-menu-list-new {
    grid-auto-rows: 1fr;
  }

  .privacy {
    font-size: .8rem;
  }

  .text-block-38 {
    text-align: center;
    font-size: .8rem;
  }

  .navbar-new--sticky {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding-top: 1em;
    padding-bottom: 1em;
    display: block;
  }

  .process-img {
    width: 100%;
  }

  .process-text {
    width: 1000%;
  }

  .text-container {
    padding-left: 0;
    padding-right: 0;
  }

  .core_card-wrapper {
    border: 1px solid #ffffff80;
    border-radius: 8px;
    margin-top: 1.5rem;
    padding: .75rem;
  }

  .core_divider {
    display: none;
  }

  .core-heading {
    font-size: 1.4rem;
  }

  .core-heading.black {
    font-size: 2rem;
  }

  .core-title {
    width: 100%;
  }

  .core_heading {
    font-size: 2.1rem;
  }
}

#w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-77561d04 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_991b9d86-d746-6bac-12b8-a27bc65d39a9-77561d04 {
  justify-self: start;
}

#w-node-c3dc174b-78b2-9eb5-4dbe-d315274a7469-77561d04 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-b128c289-fbf9-8a15-41a5-2bcdbae8da0b-77561d04 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_4063be45-b8b3-9a31-cad9-bfe36485df5b-77561d04 {
  place-self: center end;
}

#w-node-d75a5be9-120d-a9cc-09fb-cefd7dff224e-77561d04 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_0dd08918-7f41-acbc-9013-88e478edd643-77561d04 {
  justify-self: end;
}

#w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-77561d04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_70edc27a-5d85-b4b7-cc4a-a4055e230b7f-77561d04 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_0a9cf967-1bab-d51b-704d-bc20763c3729-77561d04 {
  place-self: center;
}

#w-node-_5b9065ad-af47-09db-f27b-1a512227ef0d-77561d04, #w-node-bcbf4415-2859-faa2-fb1b-0f99edc9cdca-77561d04, #w-node-c1e1b49b-0c7e-9615-0d4f-d0b7c60160fe-77561d04, #w-node-_2b47c216-6cc3-8cd2-9f3e-e7fb4458670c-77561d04, #w-node-d47338f1-1d6b-4e9e-da1b-f2a63d09019a-77561d04, #w-node-f4c50e66-fed8-950f-7982-ca3be3fe97e4-77561d04 {
  align-self: center;
}

#w-node-_350c6c1f-41b0-3b24-0110-810c9891f33c-77561d04, #w-node-cc70e0bf-b473-1274-8e80-a3687ec2dccc-77561d04, #w-node-_00240bfa-8714-a962-fb6f-1a6bef620063-77561d04, #w-node-aec2fba6-2296-51fa-3784-f7602eefd58b-77561d04 {
  place-self: center start;
}

#w-node-ab57f7e9-a149-217a-22d7-fe5f30157d96-77561d04 {
  justify-self: start;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7ea-77561d05 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7f4-77561d05 {
  grid-area: 1 / 3 / 3 / 4;
  justify-self: stretch;
}

#w-node-_08384802-3d40-5ff7-3c81-a3b15502acd2-77561d05 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-beaac2f3-5b16-a510-41e2-9e4db7d9b271-77561d05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-77561d05 {
  grid-area: 2 / 1 / 4 / 3;
  place-self: center start;
}

#w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-77561d05 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_16ee6cac-97cc-c25f-3bd3-f27e8d74ef9a-77561d05 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-77561d05, #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-77561d05, #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-77561d05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_932aec57-c897-daa7-63a7-de070d7de04e-77561d05 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_59975544-c2ae-ff5f-1ffe-92b04da09837-77561d05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a1c244f3-8cbe-fe76-b113-ae7ccd7450fe-77561d05 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff4-77561d05 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-77561d05 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start stretch;
}

#w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89af-77561d05 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89b7-77561d05 {
  align-self: stretch;
}

#w-node-_2a42631d-d202-6918-ff84-7da87f7c0333-77561d05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a42631d-d202-6918-ff84-7da87f7c0334-77561d05 {
  justify-self: start;
}

#w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-77561d05 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: center;
}

#w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff669-77561d05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01acba91-92e0-3fdc-f04f-81f56b42dc19-77561d05 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_81c4021d-70e7-bdee-d916-1636e757f75a-77561d05 {
  place-self: center;
}

#w-node-ed248ec9-b803-b9b9-17e2-a152e6711631-77561d05 {
  align-self: stretch;
}

#w-node-ed248ec9-b803-b9b9-17e2-a152e671163c-77561d05 {
  justify-self: end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
  grid-area: 3 / 3 / 6 / 4;
  place-self: start stretch;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b929-c426b91d {
  place-self: center start;
}

#w-node-_9528b6cc-5881-ac46-ac4f-f9567a600aa3-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b92d-c426b91d {
  place-self: center start;
}

#w-node-_3ba5fc0d-00d1-0032-83ee-52ea90be55fb-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b931-c426b91d {
  place-self: center start;
}

#w-node-d7478ca7-7861-03a0-e2af-d807b17707c6-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b935-c426b91d {
  place-self: center start;
}

#w-node-_7efe9b07-839d-97d2-24ef-14c8a804e1f9-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
  grid-area: 2 / 2 / 5 / 3;
  place-self: start stretch;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93c-c426b91d {
  place-self: center start;
}

#w-node-eaf30d13-d8b4-446b-d7d2-d527e95fa99a-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93f-c426b91d {
  place-self: center start;
}

#w-node-_6e84a20c-5fdf-34ef-f5da-11af0219cea5-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b942-c426b91d {
  place-self: center start;
}

#w-node-_800e5816-2ed2-cae5-269d-04a046bc20b0-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b945-c426b91d {
  place-self: center start;
}

#w-node-_47bab92c-8f85-cc70-5380-573db90b0da1-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b948-c426b91d {
  place-self: center start;
}

#w-node-f9bea813-e527-c7ca-8e20-11a3cd4098db-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
  grid-area: 2 / 1 / 4 / 2;
  align-self: start;
}

#w-node-_397244f1-6d58-8f51-019c-f7e5a2b1e41a-f9270e17 {
  justify-self: stretch;
}

#w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-c47dbc6c-9b93-d53a-3ac5-94688c374a85-f9270e17 {
  align-self: center;
}

#w-node-_6ad8919c-2309-2a37-80a2-1e0756464dfe-f9270e17 {
  place-self: center end;
}

#w-node-_24909537-2aef-fa73-cf08-5d19c7632e15-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f0-f9270e17 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f1-f9270e17 {
  place-self: center start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f3-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c1267971-e98a-4887-2b61-4f4973f4569f-f9270e17 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1a-f9270e17 {
  place-self: center start;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1c-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center stretch;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5d-336b9d43 {
  place-self: center stretch;
}

#w-node-e16c4357-004d-8209-e100-36bb04545bd4-336b9d43 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e16c4357-004d-8209-e100-36bb04545bd6-336b9d43 {
  place-self: center start;
}

#w-node-f6a0a796-4f1d-5758-490b-395b2a23adce-336b9d43, #w-node-_169c8dac-dcf9-9d77-b5a0-6fe2bb220d51-336b9d43, #w-node-fbb98bb2-0970-908c-f9a3-aa45d34eaea4-336b9d43, #w-node-_4541705a-de97-7f82-8818-9c9145464680-4546467a {
  place-self: center end;
}

#w-node-e8411f27-0bc9-1e9f-ead1-b785bda240e5-bda240e0 {
  place-self: center start;
}

#w-node-e8411f27-0bc9-1e9f-ead1-b785bda240e6-bda240e0 {
  place-self: center end;
}

#w-node-_7a338548-6995-26a0-d4df-2c2b4c59a395-4c59a38f {
  justify-self: end;
}

#w-node-_33f3ed3b-6ef6-48e9-e36c-11ae30b77e83-77561d06 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-77561d06 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-77561d06 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-e7c312ca-3267-e1f8-a11b-2d85efa42270-77561d06 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-c3a15cc0-7d19-0591-2742-341248fa6606-77561d06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c3a15cc0-7d19-0591-2742-341248fa6607-77561d06 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7ca4e425-eb0d-0a61-bbb4-07c11c1a140e-77561d06 {
  align-self: stretch;
}

#w-node-_7ca4e425-eb0d-0a61-bbb4-07c11c1a1419-77561d06 {
  justify-self: end;
}

#w-node-f176f584-7e9e-672d-84c6-8a1bf32c0f9f-77561d06 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-d7f4df13-5316-c505-a444-21863c437f4b-77561d06 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d7f4df13-5316-c505-a444-21863c437f52-77561d06 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_7b9c87a0-4164-dfa3-00cc-0a8b81af83f5-77561d06 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-ff11f385-19e7-2610-e10a-74658e22583e-77561d07 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225841-77561d07 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center stretch;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225846-77561d07 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d88-77561d07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d78-77561d07 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-77561d07, #w-node-ba34e9c2-df0a-57da-3430-f5bf64771393-77561d07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba34e9c2-df0a-57da-3430-f5bf6477139a-77561d07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d59e9609-7efc-4afd-8f71-7d2c1f85a44c-77561d07 {
  place-self: end center;
}

#w-node-_605cd59d40ef8e036e3d508d00000000001a-77561d07 {
  place-self: start center;
}

#w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-77561d07 {
  justify-self: end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-77561d07 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad13-77561d07 {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad15-77561d07 {
  place-self: center end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad17-77561d07 {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad19-77561d07 {
  place-self: center end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1b-77561d07 {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1d-77561d07 {
  place-self: center end;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a2-77561d08 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-77561d08 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-77561d08 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_34b8dcd5-1955-bf6e-0f89-fcc3d503f83d-77561d08 {
  grid-area: 1 / 2 / 4 / 3;
  align-self: start;
}

#w-node-_8074e9fb-dd46-63be-e290-1496ab6343dc-77561d08 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_552207c6-973e-0cf0-9e2b-ac76c36effc4-77561d08 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-77561d08 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-77561d08 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-77561d08 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a8f5d73b-ace2-f797-46d1-36f3cf6a04a5-77561d08, #w-node-c04e9192-59b2-bc34-a507-563815198cc5-77561d08, #w-node-b6de9297-1ccb-3ab5-e022-83f7a40897da-77561d08 {
  place-self: center end;
}

#w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-77561d08 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_7a763298-e931-6ef6-cedf-70b1c6225332-77561d08 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f3d-77561d08 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996e9f-77561d08 {
  align-self: center;
}

#w-node-c24eb999-a985-3d62-3c8f-4ef59619728d-77561d08 {
  place-self: center end;
}

#w-node-e1af8745-7e74-7c0a-9e26-ec9a8040a014-77561d08 {
  align-self: center;
}

#w-node-e0cdb0fe-0301-d3b0-3d3a-5117b3338481-77561d08 {
  place-self: center end;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996ea2-77561d08 {
  align-self: center;
}

#w-node-_44ab065a-7e1c-c80d-67d8-c6e33d5e4bcf-77561d08 {
  place-self: center end;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996ea5-77561d08 {
  align-self: center;
}

#w-node-_5f1bb171-88ed-c3df-b02c-276c811e5d3d-77561d08 {
  place-self: center end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027112-77561d08 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027119-77561d08 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-77561d08 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027120-77561d08 {
  align-self: stretch;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02712a-77561d08 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02712f-77561d08 {
  justify-self: end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02713e-77561d08 {
  place-self: center end;
}

#w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b73165-77561d08 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b7316c-77561d08 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_6a710c8c-00bc-3097-3a96-dedad61552fb-77561d08 {
  place-self: center end;
}

#w-node-b84cb859-5226-6842-ec2f-395770060748-77561d08 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b84cb859-5226-6842-ec2f-39577006074f-77561d08 {
  align-self: stretch;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb34-77561d09 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb37-77561d09 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb3c-77561d09 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_4e5ecd76-5faa-c0fa-2ba9-f682a18ca2e6-77561d09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_124d18ca-1db6-6665-586b-74af69a6943b-77561d09 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe106-77561d09 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe107-77561d09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe114-77561d09 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_71d7d42d-61ca-06a9-788b-33b7b02b1dc8-77561d09 {
  align-self: center;
}

#w-node-_72e2dcb8-b47b-e0fd-2af3-2e0f24390bf8-77561d09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6dc7b8bf-dfd3-4025-fcd6-f726c2f032cb-77561d09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe116-77561d09 {
  align-self: start;
}

#w-node-_259ad0eb-16f4-544b-74e2-a7917233ab8a-77561d09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_851487d2-797d-908d-5867-0f20f9562c11-77561d09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_5c176a8b-9730-dc1c-c9b1-0ca5febf5530-77561d09 {
  place-self: center;
}

#w-node-b29b5680-a2a2-7be5-dd1c-591f9d5b251c-77561d09 {
  place-self: center end;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-77561d09 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-77561d09 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-77561d09 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98e-77561d09 {
  align-self: stretch;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc998-77561d09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc99e-77561d09 {
  justify-self: end;
}

#w-node-_2bf53f8e-7528-82b3-54a0-6e63150524f2-77561d09 {
  place-self: center end;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-77561d0a {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-d15422da-e94e-a208-9f30-9461a834d48a-77561d0a {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-77561d0a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8772bea6-a819-33f0-5093-5f51aa74b743-77561d0a {
  align-self: stretch;
}

#w-node-_8772bea6-a819-33f0-5093-5f51aa74b74e-77561d0a {
  justify-self: end;
}

#w-node-_17967762-cbf5-21cc-9417-419df7e89e3a-77561d0a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2c8-77561d0b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2cb-77561d0b {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2d0-77561d0b {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-d5cbc97f-6c81-0aa7-94f1-53f10cb27f1c-77561d0b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1309089-a2bc-3eba-7f02-d532a9467d85-77561d0b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_24f471f5-7ae5-636f-791d-ef5b1eb8c6ea-77561d0b {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5018a62d-76c9-9b79-e637-eba824af5874-77561d0b {
  align-self: stretch;
}

#w-node-_56ccd570-0519-3bf2-4705-a8c2647a0020-77561d0b {
  grid-area: 1 / 1 / 2 / 4;
  align-self: stretch;
}

#w-node-f68f6a28-e129-6b94-46f2-4058b39ff83c-77561d0b {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-f68f6a28-e129-6b94-46f2-4058b39ff83d-77561d0b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c8016839-d34a-93dc-5848-6b1c4cd42057-77561d0b {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-_05feffb7-128e-e30f-38d4-0e5d778328fb-77561d0b {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-a7aef5a2-89ad-9607-aebc-418f300b7abe-77561d0b, #w-node-_039a13e7-2f12-63de-e7c0-249b72a7dc04-77561d0b, #w-node-_4e3a1c6c-f575-30fc-b449-822c3b2e726d-77561d0b {
  place-self: center end;
}

#w-node-c9f0e5df-545f-1b48-ac6e-40272a3c46d6-77561d0b {
  justify-self: start;
}

#w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d9398-77561d0b {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-dab5903c-a7e0-3d67-1fc1-3f4bc831cca3-77561d0b {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-c856d493-a86f-98c0-cc6d-ee3dea7be915-77561d0b {
  align-self: start;
}

#w-node-_53e77774-181e-6532-0ddd-1bf3be51f711-77561d0b {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d93a6-77561d0b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2dc0e3de-1db8-f7bc-5bf8-522432bd6fd8-77561d0b, #w-node-_7b55ff7e-c0c1-d1bd-d48d-a6a1b72716ed-77561d0b, #w-node-_9abc7d49-bd28-7c24-d044-69b2caffdbb5-77561d0b {
  place-self: center end;
}

#w-node-_5ef7b72b-ba8b-2d27-ce02-b7b47ea3e12c-77561d0b {
  place-self: center;
}

#w-node-f308c788-1b49-0625-87a1-4e17d6b8e52c-77561d0b {
  align-self: stretch;
}

#w-node-f308c788-1b49-0625-87a1-4e17d6b8e537-77561d0b {
  justify-self: end;
}

#w-node-_820c470e-2642-280b-4e92-cb88549a75a8-77561d0c {
  align-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-77561d0c {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-77561d0c {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_78588d14-247f-5076-34c1-c503a9ab4918-77561d0c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08abb744-5a25-175e-8602-d4c23b82483b-77561d0c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-77561d0c {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: stretch;
}

#w-node-c1386cff-6b52-7e7b-943b-f01eec93797f-77561d0c, #w-node-c1386cff-6b52-7e7b-943b-f01eec937981-77561d0c, #w-node-_5e3db900-a825-6509-a424-cf926f0e51a6-77561d0c, #name-3.w-node-_5e3db900-a825-6509-a424-cf926f0e51a8-77561d0c, #w-node-_9f611142-c9c4-1dbb-5d72-be5bad231d1e-77561d0c, #field.w-node-_9ecb47d5-8f4d-56b8-1721-4ed5246ec8ac-77561d0c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1386cff-6b52-7e7b-943b-f01eec937987-77561d0c {
  justify-self: start;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-77561d0c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e9ec757d-bde5-cfd1-09ea-ee86b7bf3893-77561d0c {
  place-self: center start;
}

#w-node-e9ec757d-bde5-cfd1-09ea-ee86b7bf3895-77561d0c {
  place-self: center end;
}

#w-node-b5f0f859-f2e3-8e3f-1204-c264ea8fba83-77561d0c {
  place-self: center start;
}

#w-node-b5f0f859-f2e3-8e3f-1204-c264ea8fba85-77561d0c {
  place-self: center end;
}

#w-node-b57d97ad-744c-763d-df42-64a37c179c93-77561d0c {
  place-self: center start;
}

#w-node-b57d97ad-744c-763d-df42-64a37c179c95-77561d0c {
  place-self: center end;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-77561d0d {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_06d98f73-386f-106d-9b9d-8057c0e4f1b4-77561d0d {
  justify-self: start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-77561d0d {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-e1bbc23b-cc52-041b-ca98-e15d9e779207-77561d0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_033af516-1361-809f-0fa9-5673c3e60457-77561d0d {
  place-self: center;
}

#w-node-_0591048e-13d2-03bf-8ce8-60fee10b88f6-77561d0d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-77561d0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-77561d0d {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-77561d0d {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-77561d0d {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-77561d0d {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-77561d0d {
  place-self: center start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-77561d0d {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-77561d0d {
  place-self: center start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-77561d0d {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-77561d0d {
  place-self: center start;
}

#w-node-_792cce88-f7a5-d11d-f236-79d89b593844-77561d0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73ddc849-29e3-f33a-cfa8-9f779aa8fd33-77561d0d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_0fb8815d-20d5-3c26-78ac-331de63809e9-77561d0d {
  justify-self: start;
}

#w-node-d5e0ee3a-1628-07be-9892-02b618562ee5-77561d0d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ca8ccc23-8d6d-8d56-208a-3f9deccdec62-77561d0d {
  align-self: stretch;
}

#w-node-ca8ccc23-8d6d-8d56-208a-3f9deccdec6d-77561d0d {
  justify-self: end;
}

#w-node-_191ab773-7ca3-afa4-431f-2f8a35bfbe14-77561d0d {
  place-self: center;
}

#w-node-_8c70667e-4d4d-f9ed-b4d0-11f34399cc57-77561d0d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-77561d0d {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-aabcbca2-070e-ecf2-9582-8eadaa647a9f-77561d0d {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7a-77561d0d {
  place-self: center start;
}

#w-node-b48f0a3f-0ade-e8e2-132a-106a82e533b3-77561d0d {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7d-77561d0d {
  place-self: center start;
}

#w-node-f49a0839-daa4-9010-a6d7-ab8a50a31c19-77561d0d {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c80-77561d0d {
  place-self: center start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-77561d0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-77561d0d {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-77561d0d {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c82-77561d0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dd666792-2b8b-813e-6194-48edbcd3bb63-77561d0d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_45ed1cd4-91e3-02a3-4157-82da7c791d92-77561d0d {
  place-self: center start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c8a-77561d0d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c92-77561d0d {
  align-self: stretch;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c9d-77561d0d {
  justify-self: end;
}

#w-node-_37353616-fbcc-56d4-42cb-28f01edaee90-77561d0d {
  place-self: center;
}

#w-node-a8b932e6-6aa0-9c11-6fa2-a1433858ebb3-77561d0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861202-77561d0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861205-77561d0d {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861208-77561d0d {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b86120b-77561d0d {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_2e2402ce-f7f5-e25d-bd7a-1b86de323233-77561d0d {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861211-77561d0d {
  place-self: center start;
}

#w-node-_0a39e03c-3c42-57d7-d981-57012b28d70b-77561d0d {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861214-77561d0d {
  place-self: center start;
}

#w-node-_676dd5f9-5a35-7b3b-b16e-b3a75a6b58f1-77561d0d {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861217-77561d0d {
  place-self: center start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861219-77561d0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_38bc6e90-99a5-7e40-f8b2-9cc2c6ea94de-77561d0d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_285753a1-cac1-74c6-d260-522957f03e89-77561d0d {
  place-self: center start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861221-77561d0d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861229-77561d0d {
  align-self: stretch;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861234-77561d0d {
  justify-self: end;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584fc-77561d0e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584ff-77561d0e {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff558506-77561d0e {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_428f3cde-bf82-0eb7-3d7d-f3c59b55c12e-77561d0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_428f3cde-bf82-0eb7-3d7d-f3c59b55c12f-77561d0e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389036-77561d0e {
  align-self: start;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389040-77561d0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389046-77561d0e {
  justify-self: end;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d38904c-77561d0e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389051-77561d0e {
  justify-self: stretch;
}

#w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67f5-77561d0e {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_26839ce7-6d80-da5b-5e89-56d12f47a617-77561d0f {
  align-self: start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-77561d0f {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-77561d0f {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_1754de0f-151f-b1a7-c989-ac3d7d858bf1-77561d0f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1754de0f-151f-b1a7-c989-ac3d7d858bd2-77561d0f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7bf-77561d10 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-77561d10 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center stretch;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-77561d10 {
  grid-area: 3 / 1 / 4 / 4;
  align-self: end;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a81f-77561d10 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a803-77561d10 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-77561d11 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-77561d11 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-77561d11 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_68afcda8-3419-398d-0a79-b3461fde7e0d-77561d11 {
  align-self: start;
}

#w-node-_68afcda8-3419-398d-0a79-b3461fde7e17-77561d11 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_68afcda8-3419-398d-0a79-b3461fde7e1d-77561d11 {
  justify-self: end;
}

#w-node-_9921994f-70cc-1547-5a78-2c400de6f5b8-77561d11 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_335d42e6-e27c-f1bd-6e39-94998e5d331c-77561d11 {
  justify-self: stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3f6-77561d12 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3f9-77561d12 {
  grid-area: 1 / 3 / 3 / 4;
  justify-self: stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3fa-77561d12 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3fb-77561d12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3fd-77561d12 {
  grid-area: 2 / 1 / 4 / 3;
  place-self: center start;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a402-77561d12 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a407-77561d12 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a408-77561d12, #w-node-b3205229-c2c3-f431-bb7a-14128002a409-77561d12, #w-node-b3205229-c2c3-f431-bb7a-14128002a416-77561d12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a41c-77561d12 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-da4a29e5-ca19-1db0-03d7-ead8e8090871-77561d12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e6c5d96b-8abb-74de-e98c-64b733d24ea7-77561d12 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f4914fd8-9661-30e6-850c-9d19244344ea-77561d12 {
  grid-area: 2 / 1 / 9 / 2;
}

#w-node-_51e59de1-b435-e6c0-8330-88ce3c921551-77561d12, #w-node-_3549fca4-0b88-8373-420e-189838fcdc23-77561d12, #w-node-_300a6bbb-d4bc-5c6d-fff6-7980173ea82b-77561d12 {
  place-self: center end;
}

#w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac517f-77561d12 {
  grid-area: 1 / 2 / 2 / 4;
}

#static.w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518a-77561d12 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518b-77561d12 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_353ee41b-0568-f449-8721-15e5500de963-77561d12 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_12102cb7-b253-85df-5ce8-de413b78032d-77561d12 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-f6a0648e-4c8a-eb8a-2c95-aead61518236-77561d12 {
  grid-area: 4 / 2 / 6 / 3;
}

#w-node-_34ad238f-d41e-3651-a4af-19a9f66bfd06-77561d12 {
  grid-area: 5 / 1 / 7 / 2;
}

#w-node-_903f8a31-5110-7a73-33fa-6ab5862ec27d-77561d12 {
  grid-area: 6 / 2 / 8 / 3;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ada-77561d12 {
  grid-area: 4 / 2 / 5 / 4;
}

#CMS.w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae5-77561d12 {
  grid-area: 5 / 2 / 6 / 4;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae6-77561d12 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14af3-77561d12 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b00-77561d12 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b0d-77561d12 {
  grid-area: 4 / 2 / 6 / 3;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b1a-77561d12 {
  grid-area: 5 / 1 / 7 / 2;
}

#w-node-e3b5db22-8e43-4f70-f4f3-5544dc291662-77561d12 {
  grid-area: 7 / 2 / 8 / 4;
}

#utility.w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166d-77561d12 {
  grid-area: 8 / 2 / 9 / 4;
}

#w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166e-77561d12 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e3b5db22-8e43-4f70-f4f3-5544dc29167b-77561d12 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-e3b5db22-8e43-4f70-f4f3-5544dc291688-77561d12 {
  grid-area: 3 / 1 / 5 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_0dd08918-7f41-acbc-9013-88e478edd632-77561d04 {
    order: -9999;
  }

  #w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-77561d04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8864-77561d04, #w-node-_8f986286-6be5-7fda-4809-b0f5bd56244f-77561d04, #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b84-77561d04, #w-node-_55b430a6-fcdd-50cc-dc29-08e683d81341-77561d04, #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395ee-77561d04, #w-node-_0a9cf967-1bab-d51b-704d-bc20763c3729-77561d04, #w-node-_5b9065ad-af47-09db-f27b-1a512227ef0d-77561d04, #w-node-bcbf4415-2859-faa2-fb1b-0f99edc9cdca-77561d04, #w-node-c1e1b49b-0c7e-9615-0d4f-d0b7c60160fe-77561d04, #w-node-_2b47c216-6cc3-8cd2-9f3e-e7fb4458670c-77561d04, #w-node-d47338f1-1d6b-4e9e-da1b-f2a63d09019a-77561d04, #w-node-f4c50e66-fed8-950f-7982-ca3be3fe97e4-77561d04 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff4-77561d05 {
    place-self: start stretch;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-77561d05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89af-77561d05 {
    grid-row: 2 / 3;
  }

  #w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-77561d05 {
    grid-column: 1 / 3;
  }

  #w-node-_01acba91-92e0-3fdc-f04f-81f56b42dc19-77561d05 {
    grid-row: 2 / 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    grid-column-end: 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
    grid-row-end: 3;
    grid-column-end: 2;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17, #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    grid-column-end: 3;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
    grid-column: 1 / 2;
  }

  #w-node-_6fe66bf6-22c6-7c4b-e980-c09ffd4740ae-336b9d43 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-e16c4357-004d-8209-e100-36bb04545bd4-336b9d43 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d364a0a1-eed2-cc02-8c38-c72be241387a-336b9d43 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_742bc615-eb92-0d24-5678-32641c325156-336b9d43 {
    justify-self: stretch;
  }

  #w-node-f6a0a796-4f1d-5758-490b-395b2a23adce-336b9d43 {
    place-self: center end;
  }

  #w-node-e7216152-f701-971a-aa13-8b0d399ea0a2-336b9d43 {
    justify-self: stretch;
  }

  #w-node-_169c8dac-dcf9-9d77-b5a0-6fe2bb220d51-336b9d43 {
    place-self: center end;
  }

  #w-node-fdd5de7a-6baa-18bc-4fc4-17f9de14bff9-336b9d43 {
    justify-self: stretch;
  }

  #w-node-fbb98bb2-0970-908c-f9a3-aa45d34eaea4-336b9d43 {
    place-self: center end;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-77561d06, #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-77561d06 {
    grid-column-end: 2;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f4b-77561d06 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7b9c87a0-4164-dfa3-00cc-0a8b81af83f5-77561d06 {
    grid-column: 1 / 3;
  }

  #w-node-ff11f385-19e7-2610-e10a-74658e225841-77561d07, #w-node-ff11f385-19e7-2610-e10a-74658e225846-77561d07 {
    grid-column-end: 2;
  }

  #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-77561d07 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-77561d08, #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-77561d08 {
    grid-column-end: 2;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-77561d08 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-77561d08 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-77561d08 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-77561d08 {
    grid-column: 1 / 3;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f3d-77561d08 {
    grid-row: 2 / 3;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027112-77561d08 {
    grid-column-start: 1;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-77561d08 {
    grid-column: 1 / 3;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027134-77561d08 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b73165-77561d08 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-b84cb859-5226-6842-ec2f-395770060748-77561d08 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb37-77561d09, #w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb3c-77561d09, #w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe106-77561d09 {
    grid-column-end: 2;
  }

  #w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe114-77561d09 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-77561d09 {
    grid-column-start: 1;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-77561d09 {
    grid-column: 1 / 3;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc9a3-77561d09 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-77561d0a {
    grid-column-end: 3;
  }

  #w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2cb-77561d0b, #w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2d0-77561d0b {
    grid-column-end: 2;
  }

  #w-node-_24f471f5-7ae5-636f-791d-ef5b1eb8c6ea-77561d0b {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_56ccd570-0519-3bf2-4705-a8c2647a0020-77561d0b {
    grid-row-end: 5;
    grid-column-end: 3;
  }

  #w-node-f68f6a28-e129-6b94-46f2-4058b39ff83c-77561d0b {
    grid-column: 1 / 2;
  }

  #w-node-c8016839-d34a-93dc-5848-6b1c4cd42057-77561d0b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_05feffb7-128e-e30f-38d4-0e5d778328fb-77561d0b {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_1c13acc5-517c-491d-fcdf-0a83558a1ead-77561d0b {
    align-self: stretch;
  }

  #w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d9398-77561d0b {
    grid-column: 1 / 3;
  }

  #w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d93a6-77561d0b {
    grid-row: 2 / 3;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-77561d0c {
    grid-column-end: 3;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-77561d0c {
    grid-column-end: 2;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-77561d0c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-77561d0d, #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-77561d0d {
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-77561d0d {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-77561d0d {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_792cce88-f7a5-d11d-f236-79d89b593844-77561d0d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-77561d0d {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-77561d0d {
    grid-column: span 2 / span 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c82-77561d0d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861202-77561d0d {
    grid-column: span 2 / span 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b86120b-77561d0d {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861219-77561d0d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584ff-77561d0e, #w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff558506-77561d0e {
    grid-column-end: 2;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67ee-77561d0e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-77561d0f {
    grid-column-end: 3;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-77561d10 {
    grid-column-end: 2;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-77561d10 {
    grid-column-end: 3;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-77561d11, #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-77561d11 {
    grid-column-end: 2;
  }

  #w-node-_9921994f-70cc-1547-5a78-2c400de6f5b8-77561d11 {
    grid-column: 1 / 2;
  }

  #w-node-f4914fd8-9661-30e6-850c-9d19244344ea-77561d12 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac517f-77561d12, #static.w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518a-77561d12, #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ada-77561d12, #CMS.w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae5-77561d12, #w-node-e3b5db22-8e43-4f70-f4f3-5544dc291662-77561d12, #utility.w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166d-77561d12 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-77561d04 {
    grid-column: span 1 / span 1;
  }

  #w-node-_70edc27a-5d85-b4b7-cc4a-a4055e230b7f-77561d04 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8864-77561d04 {
    grid-column-end: 3;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8859-77561d04, #w-node-_8f986286-6be5-7fda-4809-b0f5bd562444-77561d04 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8f986286-6be5-7fda-4809-b0f5bd56244f-77561d04 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b84-77561d04 {
    grid-column-end: 3;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b79-77561d04, #w-node-_55b430a6-fcdd-50cc-dc29-08e683d81336-77561d04 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_55b430a6-fcdd-50cc-dc29-08e683d81341-77561d04, #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395ee-77561d04 {
    grid-column-end: 3;
  }

  #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395e3-77561d04, #w-node-_0a9cf967-1bab-d51b-704d-bc20763c372d-77561d04 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0a9cf967-1bab-d51b-704d-bc20763c3729-77561d04, #w-node-_5b9065ad-af47-09db-f27b-1a512227ef0d-77561d04 {
    grid-column-end: 3;
  }

  #w-node-_5b9065ad-af47-09db-f27b-1a512227ef14-77561d04, #w-node-bcbf4415-2859-faa2-fb1b-0f99edc9cdc4-77561d04 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-bcbf4415-2859-faa2-fb1b-0f99edc9cdca-77561d04 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c1e1b49b-0c7e-9615-0d4f-d0b7c60160fe-77561d04 {
    grid-column-end: 3;
  }

  #w-node-c1e1b49b-0c7e-9615-0d4f-d0b7c60160f8-77561d04, #w-node-_2b47c216-6cc3-8cd2-9f3e-e7fb44586710-77561d04 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2b47c216-6cc3-8cd2-9f3e-e7fb4458670c-77561d04, #w-node-d47338f1-1d6b-4e9e-da1b-f2a63d09019a-77561d04 {
    grid-column-end: 3;
  }

  #w-node-d47338f1-1d6b-4e9e-da1b-f2a63d090194-77561d04, #w-node-f4c50e66-fed8-950f-7982-ca3be3fe97de-77561d04 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f4c50e66-fed8-950f-7982-ca3be3fe97e4-77561d04 {
    grid-column-end: 3;
  }

  #w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-77561d05 {
    grid-row-start: 3;
  }

  #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-77561d05 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-77561d05 {
    grid-column: span 3 / span 3;
  }

  #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-77561d05 {
    grid-column: span 1 / span 1;
  }

  #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-77561d05 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-77561d05 {
    grid-column: span 1 / span 1;
  }

  #w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-77561d05, #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    grid-column-end: 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17, #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    grid-column-end: 4;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    grid-column: span 3 / span 3;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-77561d06 {
    grid-row: 2 / 3;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-77561d06 {
    grid-row: 4 / 5;
  }

  #w-node-e7c312ca-3267-e1f8-a11b-2d85efa42270-77561d06 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f4b-77561d06 {
    grid-column: span 1 / span 1;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f52-77561d06 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-77561d07 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-77561d07 {
    justify-self: center;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-77561d08 {
    grid-row: 2 / 3;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-77561d08 {
    grid-row: 4 / 5;
  }

  #w-node-_34b8dcd5-1955-bf6e-0f89-fcc3d503f83d-77561d08 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-77561d08 {
    grid-row: span 1 / span 1;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-77561d08 {
    grid-column-end: 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027119-77561d08 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-77561d08, #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-77561d09 {
    grid-column-end: 2;
  }

  #w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-77561d09 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-77561d09 {
    grid-column-end: 2;
  }

  #w-node-d15422da-e94e-a208-9f30-9461a834d48a-77561d0a {
    align-self: end;
  }

  #w-node-_24f471f5-7ae5-636f-791d-ef5b1eb8c6ea-77561d0b {
    grid-row: 2 / 3;
  }

  #w-node-_56ccd570-0519-3bf2-4705-a8c2647a0020-77561d0b {
    grid-row-end: 2;
  }

  #w-node-f68f6a28-e129-6b94-46f2-4058b39ff83c-77561d0b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8016839-d34a-93dc-5848-6b1c4cd42057-77561d0b {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_05feffb7-128e-e30f-38d4-0e5d778328fb-77561d0b {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d9398-77561d0b {
    grid-column-end: 2;
  }

  #w-node-dab5903c-a7e0-3d67-1fc1-3f4bc831cca3-77561d0b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_53e77774-181e-6532-0ddd-1bf3be51f711-77561d0b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-77561d0c, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-77561d0c {
    grid-column-end: 2;
  }

  #w-node-c1386cff-6b52-7e7b-943b-f01eec937981-77561d0c {
    grid-column: span 1 / span 1;
  }

  #w-node-bf268399-4001-455f-2109-2c2bf6a721e7-77561d0d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7ccce7ec-88ce-6aba-e5aa-d09c7b6c987b-77561d0d {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_2b7c1bd8-fa21-aec1-85fb-d93364305335-77561d0d {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-77561d0d {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-77561d0d, #w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-77561d0d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_792cce88-f7a5-d11d-f236-79d89b593844-77561d0d {
    grid-column-end: 2;
  }

  #w-node-_73ddc849-29e3-f33a-cfa8-9f779aa8fd33-77561d0d {
    grid-column: 1 / 2;
  }

  #w-node-d5e0ee3a-1628-07be-9892-02b618562ee5-77561d0d {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_8c70667e-4d4d-f9ed-b4d0-11f34399cc57-77561d0d {
    grid-column: 1 / 3;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-77561d0d {
    grid-column: span 1 / span 1;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-77561d0d, #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-77561d0d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c82-77561d0d {
    grid-column-end: 2;
  }

  #w-node-dd666792-2b8b-813e-6194-48edbcd3bb63-77561d0d {
    grid-column: 1 / 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c8a-77561d0d {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861202-77561d0d {
    grid-column: span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861205-77561d0d, #w-node-_5e265911-3e42-184e-49b8-29b67b861208-77561d0d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861219-77561d0d {
    grid-column-end: 2;
  }

  #w-node-_38bc6e90-99a5-7e40-f8b2-9cc2c6ea94de-77561d0d {
    grid-column: 1 / 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861221-77561d0d {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67ee-77561d0e {
    grid-column: span 1 / span 1;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67f5-77561d0e {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-77561d0f, #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-77561d0f, #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-77561d10 {
    grid-column-end: 2;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a3fd-77561d12 {
    grid-row-start: 3;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a402-77561d12 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a408-77561d12 {
    grid-column: span 3 / span 3;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a409-77561d12 {
    grid-column: span 1 / span 1;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a416-77561d12 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f4914fd8-9661-30e6-850c-9d19244344ea-77561d12 {
    grid-column: span 1 / span 1;
  }

  #w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac517f-77561d12 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #static.w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518a-77561d12 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518b-77561d12, #w-node-_353ee41b-0568-f449-8721-15e5500de963-77561d12, #w-node-_12102cb7-b253-85df-5ce8-de413b78032d-77561d12, #w-node-f6a0648e-4c8a-eb8a-2c95-aead61518236-77561d12, #w-node-_34ad238f-d41e-3651-a4af-19a9f66bfd06-77561d12, #w-node-_903f8a31-5110-7a73-33fa-6ab5862ec27d-77561d12 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ada-77561d12 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #CMS.w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae5-77561d12 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae6-77561d12, #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14af3-77561d12, #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b00-77561d12, #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b0d-77561d12, #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b1a-77561d12 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e3b5db22-8e43-4f70-f4f3-5544dc291662-77561d12 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #utility.w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166d-77561d12 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166e-77561d12, #w-node-e3b5db22-8e43-4f70-f4f3-5544dc29167b-77561d12, #w-node-e3b5db22-8e43-4f70-f4f3-5544dc291688-77561d12 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0dd08918-7f41-acbc-9013-88e478edd632-77561d04 {
    place-self: auto;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8864-77561d04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8859-77561d04, #w-node-a2f09074-2040-5038-c74e-4369d77c8856-77561d04, #w-node-_8f986286-6be5-7fda-4809-b0f5bd562441-77561d04, #w-node-_8f986286-6be5-7fda-4809-b0f5bd562444-77561d04 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f986286-6be5-7fda-4809-b0f5bd56244f-77561d04, #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b84-77561d04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b79-77561d04, #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b76-77561d04, #w-node-_55b430a6-fcdd-50cc-dc29-08e683d81333-77561d04, #w-node-_55b430a6-fcdd-50cc-dc29-08e683d81336-77561d04 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_55b430a6-fcdd-50cc-dc29-08e683d81341-77561d04, #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395ee-77561d04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395e3-77561d04, #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395e0-77561d04, #w-node-_0a9cf967-1bab-d51b-704d-bc20763c3733-77561d04, #w-node-_0a9cf967-1bab-d51b-704d-bc20763c372d-77561d04 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0a9cf967-1bab-d51b-704d-bc20763c3729-77561d04, #w-node-_5b9065ad-af47-09db-f27b-1a512227ef0d-77561d04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5b9065ad-af47-09db-f27b-1a512227ef14-77561d04, #w-node-_5b9065ad-af47-09db-f27b-1a512227ef1a-77561d04, #w-node-bcbf4415-2859-faa2-fb1b-0f99edc9cdc1-77561d04, #w-node-bcbf4415-2859-faa2-fb1b-0f99edc9cdc4-77561d04 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bcbf4415-2859-faa2-fb1b-0f99edc9cdca-77561d04, #w-node-c1e1b49b-0c7e-9615-0d4f-d0b7c60160fe-77561d04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1e1b49b-0c7e-9615-0d4f-d0b7c60160f8-77561d04, #w-node-c1e1b49b-0c7e-9615-0d4f-d0b7c60160f5-77561d04, #w-node-_2b47c216-6cc3-8cd2-9f3e-e7fb44586716-77561d04, #w-node-_2b47c216-6cc3-8cd2-9f3e-e7fb44586710-77561d04 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2b47c216-6cc3-8cd2-9f3e-e7fb4458670c-77561d04, #w-node-d47338f1-1d6b-4e9e-da1b-f2a63d09019a-77561d04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d47338f1-1d6b-4e9e-da1b-f2a63d090194-77561d04, #w-node-d47338f1-1d6b-4e9e-da1b-f2a63d090191-77561d04, #w-node-f4c50e66-fed8-950f-7982-ca3be3fe97db-77561d04, #w-node-f4c50e66-fed8-950f-7982-ca3be3fe97de-77561d04 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f4c50e66-fed8-950f-7982-ca3be3fe97e4-77561d04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-77561d05, #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-77561d05 {
    grid-column-end: 2;
  }

  #w-node-_16ee6cac-97cc-c25f-3bd3-f27e8d74ef9a-77561d05 {
    grid-column-end: 3;
  }

  #w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-77561d05 {
    grid-column: span 3 / span 3;
  }

  #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-77561d05, #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-77561d05 {
    grid-column: span 1 / span 1;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-77561d07, #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-77561d07 {
    grid-column: span 2 / span 2;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-77561d08 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-77561d08 {
    order: -9999;
    grid-row: 1 / 2;
  }

  #w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-77561d08 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027112-77561d08 {
    grid-column-end: 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-77561d08, #w-node-de232761-f644-f9f0-bd3b-00bfbb027120-77561d08, #w-node-de232761-f644-f9f0-bd3b-00bfbb02713b-77561d08 {
    justify-self: stretch;
  }

  #w-node-_6a710c8c-00bc-3097-3a96-dedad61552fb-77561d08 {
    justify-self: start;
  }

  #w-node-c3e4a622-32f8-f922-a5f9-7c9122fd7a0c-77561d09 {
    place-self: center stretch;
  }

  #w-node-_231f18f0-034c-bf91-9e26-aa98c5f5105a-77561d09 {
    place-self: center;
  }

  #w-node-_6dc7b8bf-dfd3-4025-fcd6-f726c2f032cb-77561d09 {
    justify-self: center;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-77561d09, #w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-77561d09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc99e-77561d09 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-77561d0a {
    grid-column: span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-f68f6a28-e129-6b94-46f2-4058b39ff83c-77561d0b, #w-node-_05feffb7-128e-e30f-38d4-0e5d778328fb-77561d0b {
    order: 9999;
  }

  #w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-77561d11 {
    grid-column: span 1 / span 1;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a407-77561d12 {
    grid-column-end: 3;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a408-77561d12 {
    grid-column: span 3 / span 3;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a409-77561d12, #w-node-b3205229-c2c3-f431-bb7a-14128002a416-77561d12 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Regular.woff2') format('woff2'), url('../fonts/EudoxusSans-Regular.woff') format('woff'), url('../fonts/EudoxusSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraLight.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraLight.woff') format('woff'), url('../fonts/EudoxusSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraBold.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraBold.woff') format('woff'), url('../fonts/EudoxusSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Bold.woff2') format('woff2'), url('../fonts/EudoxusSans-Bold.woff') format('woff'), url('../fonts/EudoxusSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Light.woff2') format('woff2'), url('../fonts/EudoxusSans-Light.woff') format('woff'), url('../fonts/EudoxusSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Medium.woff2') format('woff2'), url('../fonts/EudoxusSans-Medium.woff') format('woff'), url('../fonts/EudoxusSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
