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

h1 {
  text-align: left;
  text-transform: capitalize;
  font-family: Hind Madurai, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  text-transform: capitalize;
  padding-bottom: 1rem;
  font-family: Yantramanav, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}

h3 {
  color: #000;
  text-transform: capitalize;
  font-family: Yantramanav, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  max-width: 45ch;
  text-align: justify;
  font-family: Khula, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
}

.div-wrapper {
  overflow: auto;
}

.section-general {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: relative;
}

.section-general.black {
  background-color: #000;
  background-image: linear-gradient(#000, #b37474);
  overflow: scroll;
}

.section-general._200vh {
  height: 200vh;
}

.div-snapper {
  height: 100vh;
  overflow: scroll;
}

.div-fullscreen {
  width: 100vw;
  height: 100vh;
}

.div-sticky {
  z-index: 6;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-sticky.z5 {
  z-index: 5;
}

.div-sticky.height {
  height: 100vh;
  background-color: #fff;
  top: 2.5rem;
}

.div-sticky.height.flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-sticky.height.sticky0 {
  height: 120vh;
  top: 0;
}

.div-sticky.height.sticky0.black {
  background-color: #000;
}

.div-sticky.height.padding {
  padding-top: 2.5rem;
}

.div-sticky.height.mid {
  justify-content: center;
  display: flex;
}

.div-sticky.height.mid._0opacity {
  background-color: rgba(255, 255, 255, 0);
  align-items: center;
}

.div-sticky.height.transparent {
  background-color: rgba(0, 0, 0, 0);
  top: 0;
}

.div-sticky.height.transparent.flex.black {
  background-color: #000;
}

.div-sticky._2-5 {
  width: 100vw;
  height: 100vh;
  top: 2.5rem;
  overflow: hidden;
}

.div-sticky.overflow-hidden {
  overflow: hidden;
}

.div-sticky.auto-height {
  height: auto;
}

.div-grid {
  width: 100vw;
  height: 100vh;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  object-fit: cover;
  grid-template-rows: .5fr 1fr .5fr;
  grid-template-columns: .25fr .25fr .5fr .5fr .25fr .25fr;
  grid-auto-columns: 1fr;
  padding: 5rem;
  display: grid;
}

.div-grid.margin-offset {
  object-fit: cover;
  grid-template-columns: .25fr .25fr .25fr .25fr .25fr .25fr;
  margin-top: 0;
}

.div-grid.nopadding {
  padding: 0;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

.image-cover.z0 {
  z-index: 0;
  object-fit: cover;
  position: relative;
}

.image-cover.z1 {
  z-index: 1;
  opacity: 1;
  position: relative;
}

.image-cover.z1.opacity0 {
  opacity: 0;
}

.image-cover.z2 {
  z-index: 2;
  position: relative;
}

.image-cover.z2._50 {
  height: 50%;
}

.image-cover.height {
  height: 72%;
}

.image-cover.abs-pos {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-cover.abs-pos.z0, .image-cover.abs-pos.z1 {
  max-height: 100vh;
}

.image-cover.width {
  height: auto;
}

.image-cover.width.abs-pos {
  height: 100%;
}

.cover-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 0;
  position: relative;
  overflow: visible;
}

.cover-video.min-height {
  width: 100%;
  max-width: 100%;
  min-height: auto;
  object-fit: contain;
  overflow: hidden;
}

.cover-video.height {
  height: 68%;
}

.cover-video.earth-height {
  width: 100vw;
  height: 56.25vw;
  max-height: 1080px;
  max-width: 2000px;
  min-height: 540px;
  min-width: 960px;
  object-fit: contain;
}

.brix---btn-primary-small {
  color: #000;
  font-variation-settings: "wght"387;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
  justify-content: center;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-family: Yantramanav, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
  transition: all .2s;
}

.brix---btn-primary-small:hover {
  color: #fff;
  font-variation-settings: normal;
  background-color: #000;
  transform: scale(.95);
}

.brix---btn-primary-small.invert {
  z-index: 5;
  filter: invert();
  position: relative;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  width: 52px;
  height: 4px;
  background-color: #211f54;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brix---header-right-col {
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  width: 100%;
  height: 100%;
  color: #a1a1a1;
  text-transform: capitalize;
  background-color: #fff;
  align-items: center;
  padding: 0 20px;
  font-family: Yantramanav, sans-serif;
  font-size: .8rem;
  transition: transform .2s;
  display: flex;
}

.brix---header-nav-link:hover {
  color: #000;
  background-color: #f1f1f1;
  transform: scale(.9);
}

.brix---header-nav-link.w--current {
  color: #000;
}

.brix---header-nav-list-item-middle {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: 0;
  font-family: Nunito Sans;
  font-size: .8rem;
  font-weight: 700;
  transition: background-color .5s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.brix---header-nav-menu-list {
  z-index: 1;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-menu-wrapper, .brix---header-middle-col {
  height: 100%;
}

.brix---header-logo {
  width: 6.5rem;
  max-width: 150px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default {
  height: 100%;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5rem;
  padding-right: 5rem;
}

.brix---header-wrapper {
  z-index: 5;
  height: 2.5rem;
  -webkit-backdrop-filter: brightness(200%) blur(20px);
  backdrop-filter: brightness(200%) blur(20px);
  background-color: rgba(255, 255, 255, .7);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: flex;
  overflow: hidden;
}

.brix---header-wrapper.sticky {
  z-index: 7;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.html-embed-2 {
  display: none;
}

.grid {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.fullscreen {
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.fullscreen.height {
  height: 450vh;
}

.fullscreen.height.v2 {
  max-height: 300vh;
  min-height: 300vh;
}

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

.fullscreen.flex.auto-height {
  height: auto;
  background-color: #f1f1f1;
  flex-direction: column;
}

.fullscreen.flex.auto-height.green {
  background-color: #effaf3;
}

.fullscreen.height-product {
  height: 600vh;
  max-height: 5600px;
  background-color: #000;
}

.fullscreen.height-product.black {
  background-color: #000;
}

.fullscreen.height-snap {
  height: 150vh;
}

.fullscreen.white {
  background-color: #fff;
}

.fullscreen.auto-height {
  height: auto;
}

.fullscreen.auto-height.flex.heightv2 {
  height: 150vh;
  justify-content: flex-start;
}

.fullscreen.auto-height.offwhite {
  background-color: #f1f1f1;
}

.fullscreen.sticky-height {
  height: 135vh;
}

.fullscreen.sticky-height.off-white {
  background-color: #f1f1f1;
}

.fullscreen.height-anim {
  height: 165vh;
}

.fullscreen.black {
  background-color: #000;
}

.fullscreen.black.flex-v1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fullscreen.hero-anim-height {
  height: 150vh;
}

.fullscreen.offwhite {
  background-color: #f1f1f1;
}

.fullscreen.hero-grid {
  height: 150vh;
}

.fullscreen.touch-panel {
  height: 300vh;
}

.full-video {
  z-index: 1;
  width: 100vw;
  height: 81.77vw;
}

.overlay-black {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75) 60%, #000);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: translate(0);
}

.overlay-black.flip {
  transform: translate(0, -5px)rotate(180deg);
}

.hero-text {
  width: 29ch;
  color: #fff;
  position: relative;
}

.hero-text.black {
  color: #000;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-text.black._0margin {
  z-index: 3;
  width: auto;
  max-width: 35ch;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  transform: translate(0);
}

.hero-text.black.padding {
  z-index: 3;
  width: 45ch;
  max-width: 300px;
  padding: 0 20px;
}

.hero-text._0margin {
  margin-left: 0%;
  margin-right: 0%;
}

.content {
  z-index: 5;
  padding-top: 0;
  padding-bottom: 0;
}

.html-embed-4 {
  display: none;
}

.wrapper {
  height: 100vh;
  overflow: scroll;
}

.body {
  background-color: #eee;
  justify-content: center;
  align-items: center;
  font-family: Yantramanav, sans-serif;
  font-size: .8rem;
  line-height: 1;
}

.list {
  z-index: 10;
  max-width: 10%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.list-item {
  z-index: 10;
  width: 100%;
  position: relative;
}

.link-block {
  z-index: 10;
  width: 100%;
  color: rgba(0, 0, 0, 0);
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.link-block:hover, .link-block.w--current, .link-block.w--current:hover {
  color: #000;
}

.div-span {
  z-index: 10;
  width: 5px;
  height: 20px;
  background-color: #000;
  border-radius: 2px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.heading-section-name {
  text-transform: capitalize;
}

.before-after-holder {
  min-height: 500px;
  position: relative;
}

.udesly-code-snippet {
  display: none;
}

.udesly-label-text {
  width: auto;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}

.udesly-after-label {
  z-index: 3;
  width: 100px;
  background-color: rgba(255, 255, 255, .15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.udesly-before-label {
  z-index: 3;
  width: 100px;
  background-color: rgba(255, 255, 255, .15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.udesly-circle-handle {
  width: 60px;
  height: 60px;
  cursor: grab;
  background-color: #fff;
  background-image: url('../images/arrows.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  position: absolute;
}

.udesly-handlebar-wrapper {
  z-index: 10;
  width: 5px;
  height: 100%;
  color: rgba(0, 0, 0, 0);
  cursor: grab;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.udesly-before-after-slider {
  width: 100%;
  height: 100%;
  max-height: 650px;
  max-width: 900px;
  min-height: 500px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.brix---mg-bottom-0 {
  max-width: 60ch;
  color: #000;
  margin-bottom: 23px;
  font-size: .8rem;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---paragraph-default {
  color: #3f3f3f;
  margin-bottom: 0;
}

.brix---text-200-bold {
  color: #3b3b3b;
  font-size: .6rem;
  line-height: 1.5;
  text-decoration: none;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---heading-h3-size {
  min-width: 10ch;
  color: #000;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.brix---color-neutral-800 {
  text-decoration: none;
}

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

.brx---content-inside-card-team-member-v11 {
  width: 45ch;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
}

.brix---image-team-v11 {
  height: 25vh;
  max-height: 300px;
  filter: grayscale();
  object-fit: cover;
  text-decoration: none;
}

.brix---team-v11-image-wrapper {
  width: 100%;
  max-width: 275px;
  object-fit: fill;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  overflow: hidden;
}

.brix---card-team-v11 {
  width: 100%;
  max-width: 550px;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---card-team-v11:hover {
  color: #6e7191;
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-team-v11 {
  max-height: 75vh;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.brix---heading-h2-size {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.brix---container-default-2 {
  height: 100%;
  max-height: 650px;
  max-width: 75vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: .25fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.brix---section {
  height: 100vh;
  color: #fff;
  justify-content: center;
  display: flex;
}

.brix---section.brix-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 0 #000;
  grid-template-rows: .25fr 1fr 1fr .25fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-gallery-view {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.div-gallery {
  height: 100vh;
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  grid-template-rows: 1fr .25fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: grid;
  transform: translate(0);
}

.div-gallery-image {
  width: 23vw;
  height: 100%;
  max-height: 70vh;
  max-width: 700px;
  flex-direction: column;
  display: flex;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .14), -8px 0 20px rgba(0, 0, 0, .11);
}

.gallery-image {
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: 3px;
  transition: all .3s;
}

.gallery-image:hover {
  transform: none;
}

.brix---accordion-btn-horizontal-line {
  width: 18px;
  height: 2px;
  background-color: #211f54;
  border-radius: 20px;
  position: absolute;
}

.brix---accordion-btn-vertical-line {
  width: 18px;
  height: 2px;
  background-color: #211f54;
  border-radius: 20px;
  position: absolute;
  transform: rotate(90deg);
}

.brix---btn-circle-accordion-btn {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-circle-accordion-btn:hover {
  background-color: #fff;
  border-color: #eff0f6;
  transform: scale3d(.94, .94, 1.01);
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---mg-bottom-2 {
  max-width: 60ch;
  color: #3f3f3f;
  margin-bottom: 0;
  font-size: .9rem;
}

.brix---paragraph-default-2 {
  max-width: none;
  color: #3f3f3f;
  margin-bottom: 0;
}

.brix---color-neutral-801 {
  color: #6e7191;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  max-width: 61ch;
  color: #000;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.brix---color-neutral-802 {
  color: #211f54;
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-width-660px {
  max-width: 660px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-item-wrapper-v6 {
  width: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  justify-content: space-between;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---accordion-item-wrapper-v6:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---tabs-content {
  overflow: visible;
}

.brix---badge-secondary---tabs {
  color: #000;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .06);
}

.brix---badge-secondary---tabs:hover, .brix---badge-secondary---tabs.w--current {
  color: #fff;
  background-color: #000;
}

.brix---tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

.brix---heading-h2-size-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 50px;
}

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

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

.brix---inner-container-574px---center-2 {
  max-width: 574px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  transform: scale(.9);
}

.brix---section-2 {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider {
  color: #475467;
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-blogpost01_author-heading {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.uui-blogpost01_author-image {
  width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  min-width: 3.5rem;
  object-fit: cover;
  border-radius: 100%;
}

.uui-blogpost01_author-image-wrapper {
  margin-right: 1rem;
}

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

.uui-blogpost01_divider {
  width: 100%;
  height: 1px;
  max-width: 48rem;
  background-color: #eaecf0;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.uui-button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-icon.text-color-gray400 {
  color: #98a2b3;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray.icon-only {
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.uui-blogpost01_share {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text h5, .uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text p {
  max-width: none;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.7;
}

.uui-text-rich-text blockquote {
  max-width: none;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  text-align: left;
  margin-top: 1rem;
}

.uui-blogpost01_content {
  margin-bottom: 4rem;
}

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

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-blogpost01_image {
  width: 100%;
  height: 100%;
  max-width: 1218px;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-blogpost01_image-wrapper {
  width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.uui-blogpost01_content-top {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
}

.uui-breadcrumb-link {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.uui-breadcrumb-link:hover {
  color: #344054;
}

.uui-breadcrumb-link.w--current {
  color: #6941c6;
  font-weight: 600;
}

.uui-breadcrumb-link.w--current:hover {
  color: #53389e;
}

.uui-breadcrumb-divider {
  width: 1rem;
  height: 1rem;
  color: #667085;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.uui-blogpost01_breadcrumb {
  width: 100%;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-blogpost01_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-guide {
  display: none;
}

.tab-text {
  font-size: 1rem;
  line-height: 1;
}

.heading {
  text-transform: none;
}

.hero-holder {
  z-index: 5;
  width: 100vw;
  max-width: 1000px;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1rem;
  display: grid;
  position: relative;
}

.benefits-grid {
  width: 100%;
  height: 80%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 10rem;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  padding: 5rem 5rem 30vh;
  display: grid;
}

.image-cover-benefits {
  z-index: 3;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.white-card {
  z-index: 3;
  width: 100%;
  height: 100%;
  max-height: 650px;
  max-width: 1000px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  justify-content: center;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 4rem rgba(0, 0, 0, .18);
}

.white-card-2 {
  width: 100%;
  height: 100%;
  max-height: 35vh;
  max-width: 900px;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-highlighter {
  z-index: 0;
  color: #3b3b3b;
  letter-spacing: 1rem;
  margin-bottom: 6rem;
  font-size: 8rem;
  position: -webkit-sticky;
  position: sticky;
  top: 35%;
}

.border-button {
  z-index: 3;
  transform: scale3d(1none, 1none, 1none);
  color: #000;
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #000;
  border-radius: 4px;
  margin-top: 1.5rem;
  font-family: Yantramanav, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  transition: all .25s;
  position: relative;
}

.border-button:hover {
  color: #fff;
  background-color: #000;
  transform: scale(.95);
}

.border-button._50-width {
  width: 50%;
  background-color: #fff;
}

.border-button.v2 {
  margin-top: 0;
}

.border-button.ingrid {
  width: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-glass {
  z-index: 2;
  -webkit-backdrop-filter: brightness(200%) blur(10px);
  backdrop-filter: brightness(200%) blur(10px);
  background-color: rgba(255, 255, 255, .4);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  transform: rotate(0);
}

.div-glass.flip {
  transform: rotate(180deg);
}

.heading-atf-hero {
  text-align: center;
  letter-spacing: 5.4px;
  font-size: 3.7vw;
  transform: scale(.5);
}

.heading-atf-hero.v2 {
  z-index: 3;
  color: #3f3f3f;
  text-shadow: none;
  margin-top: 75px;
  position: relative;
}

.holder-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.product-anim {
  background-color: #000;
}

.fulllottie-holder {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-lottie {
  width: 100%;
  object-fit: cover;
}

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

.div-block-4 {
  z-index: 3;
  width: 100vw;
  height: 100%;
  grid-column-gap: 6rem;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.f-tab-pane {
  width: 124.446vh;
  height: 70vh;
  max-width: 100vw;
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
}

.f-tab-button-line {
  text-align: left;
  background-color: #fff;
  border-top: 2px solid #ddd;
  margin-left: 25px;
  margin-right: 25px;
  padding: 12px 1px;
}

.f-tab-button-line.w--current {
  color: #000;
  background-color: #fff;
  border-top-color: #000;
}

.f-tab-menu {
  width: 106.667vh;
  max-width: 1200px;
  justify-content: center;
  margin-top: 1rem;
  display: flex;
}

.f-tab-menu.center {
  justify-content: center;
}

.f-tab {
  max-height: 85vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -10vh;
  padding-top: 0;
  display: flex;
}

.f-tab.no-height {
  height: auto;
}

.f-tab.no-height.right {
  margin-left: 300px;
  margin-right: 0;
}

.f-tab.v2 {
  max-height: 80vh;
  padding-top: 0;
}

.text-block-4 {
  max-width: 29ch;
  text-align: left;
  margin-top: 13px;
  font-family: Khula, sans-serif;
  line-height: 1.2;
}

.text-block-head {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}

.text-block-head.big {
  padding-left: 5px;
  padding-right: 5px;
  font-family: Yantramanav, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2rem;
}

.div-banner {
  z-index: 3;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 5rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0;
}

.rich-text-block-2 {
  color: #000;
  text-align: justify;
  text-shadow: none;
  padding-left: 2rem;
  padding-right: 2rem;
}

.f-pricing-button {
  min-height: 48px;
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  background-color: #535353;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-pricing-button:hover {
  background-color: #333;
}

.f-pricing-line-dark {
  height: 1px;
  background-color: #282556;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.f-paragraph-small.f-text-color-gray-400 {
  color: #fff;
}

.f-text-color-gray-400 {
  color: #b6b9ce;
}

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

.f-pricing-feature-item {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.f-pricing-feature-list {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.f-pricing-duration {
  color: #b6b9ce;
  font-size: 16px;
  font-weight: 400;
}

.f-h3-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

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

.f-pricing-month-wrapper {
  align-items: center;
  display: flex;
}

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

.f-badge-filled {
  color: #fff;
  background-color: #535353;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small.f-text-color-white {
  color: #fff;
}

.f-pricing-type-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.f-pricing-card-dark {
  color: #fff;
  background-color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 16px;
  padding: 40px;
  position: relative;
}

.f-button-secondary {
  min-height: 48px;
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  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: #f5f5f5;
  border-color: rgba(0, 0, 0, 0);
}

.f-pricing-line {
  height: 1px;
  background-color: #e4e6f1;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-card-outline {
  height: 100%;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  display: flex;
}

.f-pricing-column-basic {
  max-width: 750px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.f-pricing-tab-pane {
  width: 100%;
}

.f-pricing-button-toggle {
  color: #160042;
  text-align: center;
  letter-spacing: -.01em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding: 12px 44px;
  font-size: 14px;
}

.f-pricing-button-toggle.w--current {
  color: #000;
  background-color: #fff;
  font-weight: 500;
  box-shadow: 3px 8px 20px rgba(131, 131, 131, .16);
}

.f-pricing-toggle-menu {
  box-shadow: none;
  background-color: #e7e7e7;
  border: 1px solid rgba(0, 0, 0, .11);
  border-radius: 8px;
  align-items: center;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.f-pricing-tab {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.f-h2-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
}

.f-pricing-title-wrapper {
  max-width: 600px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.f-section-large {
  background-color: #fff;
  padding: 92px 5%;
  position: relative;
}

.f-section-large.transparent {
  background-color: rgba(0, 0, 0, 0);
}

.text-block-5 {
  color: #000;
}

.image-3 {
  padding: 1.5rem;
}

.image-3.invert {
  filter: invert();
  object-fit: scale-down;
}

.ar-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-tab-pane-2 {
  width: 124.446vh;
  height: 70vh;
  max-height: 540px;
  max-width: 960px;
  background-color: #fff;
  border-radius: 12px;
  padding-top: 1rem;
}

.f-tab-pane-2.width {
  width: 91vh;
  height: 70vh;
  max-height: 540px;
  max-width: 702px;
}

.div-flex {
  height: 100vh;
  max-width: none;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-flex.ver {
  flex-direction: column;
  justify-content: center;
}

.div-flex.max {
  max-width: 1200px;
  justify-content: space-between;
}

.div-flex.width {
  width: 100vw;
  max-width: 1218px;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
}

.div-flex.width.transparent {
  height: auto;
  max-width: none;
  grid-column-gap: 6rem;
  grid-row-gap: 3rem;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  padding-left: 6rem;
  padding-right: 6rem;
}

.f-tab-button-line-2 {
  text-align: left;
  background-color: #fff;
  border-top: 2px solid #ddd;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.f-tab-button-line-2.w--current {
  color: #000;
  background-color: #fff;
  border-top-color: #000;
}

.f-tab-button-line-2.min-width {
  min-width: 20ch;
  justify-content: center;
  align-items: center;
  margin-left: 45px;
  margin-right: 45px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-tab-holder {
  width: 100vw;
  height: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -3rem;
  display: flex;
}

.div-tab-holder.horizontal {
  width: 100vw;
  max-width: 1200px;
  grid-column-gap: 1rem;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
}

.div-banner-2 {
  z-index: 3;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-banner-2.left {
  left: 0;
  right: auto;
}

.cd-image-label {
  width: 300px;
  height: 100%;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 60px;
  padding-right: 60px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, 20px);
}

.cd-image-label.original {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  left: 0;
  right: auto;
}

.cd-image-container {
  width: 100%;
  max-width: 960px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cd-handle {
  width: 60px;
  height: 60px;
  opacity: 0;
  cursor: ew-resize;
  transform-style: preserve-3d;
  background-color: #333;
  background-image: url('../images/cd-arrows.svg');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin-top: -30px;
  margin-left: -32.5px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale3d(0, 0, 0);
}

.cd-image {
  height: 100%;
}

.cd-resize-img {
  width: 100%;
  height: 100%;
  border-right: 5px solid #333;
  justify-content: center;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translate(0);
}

.compare-text {
  align-items: center;
  margin-bottom: 20px;
  line-height: 1.6;
  display: flex;
}

.compare-text.after {
  z-index: 2;
  text-align: right;
  text-shadow: 1px 1px 3px #000;
  font-family: Khula, sans-serif;
  position: relative;
}

.cd-image-2 {
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: auto;
}

.udesly-code-snippet-2 {
  display: none;
}

.udesly-label-text-2 {
  width: auto;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}

.udesly-after-label-2 {
  z-index: 3;
  width: 100px;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.udesly-before-label-2 {
  z-index: 3;
  width: 100px;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.udesly-circle-handle-2 {
  width: 40px;
  height: 40px;
  cursor: grab;
  background-color: #fff;
  background-image: url('../images/arrows.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  position: absolute;
}

.udesly-handlebar-wrapper-2 {
  z-index: 10;
  width: 2px;
  height: 100%;
  color: rgba(0, 0, 0, 0);
  cursor: grab;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.udesly-right-image-2 {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.udesly-before-after-slider-2 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-before-after {
  width: 43ch;
}

.div-block-6 {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.benefits-heading {
  margin-top: 1rem;
  padding-bottom: 0;
}

.benefits-heading.pad {
  margin-top: -2rem;
  padding-bottom: 2rem;
}

.bg-video-process {
  z-index: 3;
  width: 100%;
  height: 100%;
}

.heading-4 {
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 5%;
  font-size: 1.6rem;
}

.heading-4.v2 {
  padding-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0%;
  font-size: 2.3rem;
}

.before-after-content {
  max-width: 300px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.before-after-content.flexv2 {
  width: 360px;
  max-width: none;
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph {
  max-width: 42ch;
  border-left: 1px solid #000;
  padding-left: 5%;
}

.paragraph.noborder {
  min-width: 30ch;
  text-align: justify;
  border-left-width: 0;
  padding-left: 0%;
  font-size: 1rem;
}

.text-block-6 {
  text-shadow: 1px 1px 3px #000;
  font-family: Khula, sans-serif;
}

.tab-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: .5rem;
  font-size: 1.1rem;
  line-height: 2rem;
}

.div-block-8 {
  height: 10ch;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.lottie-floorshift {
  width: 80%;
  max-width: 1200px;
}

.div-block-9 {
  width: 100%;
  height: 20%;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9.vert {
  width: auto;
  flex-direction: column;
  padding-left: 26px;
  padding-right: 26px;
}

.heading-5 {
  margin-right: 5%;
}

.inline-link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.grid-2 {
  width: 48%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-areas: ".";
}

.cell {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell.crop {
  max-height: 350px;
  overflow: hidden;
}

.cell.footer {
  max-width: 30ch;
  align-items: flex-start;
}

.cell.mix-max {
  width: 100%;
  max-height: 300px;
  max-width: 400px;
  min-height: 300px;
}

.team-pic {
  width: 100%;
  max-height: 300px;
  max-width: 400px;
  min-height: 300px;
  filter: saturate(0%);
  object-fit: cover;
}

.heading-6 {
  margin-bottom: 50px;
}

.div-hero-text-holder {
  z-index: 4;
  width: auto;
  height: 150px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: absolute;
  top: 75%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-footer04_legal-link {
  color: #5a5a5a;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer04_legal-link:hover {
  color: #475467;
}

.uui-footer04_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small {
  color: #5a5a5a;
  letter-spacing: normal;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-footer04_bottom-wrapper {
  grid-column-gap: 1.5rem;
  border-top: 1px solid #eaecf0;
  justify-content: center;
  margin-top: 4rem;
  padding-top: 2rem;
  font-family: Khula, sans-serif;
  display: flex;
}

.uui-footer04_social-icon {
  width: 1.5rem;
  height: 1.5rem;
  filter: brightness(35%) grayscale();
}

.uui-footer04_social-link {
  color: #98a2b3;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link:hover {
  color: #667085;
}

.uui-footer04_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.uui-footer04_link {
  grid-column-gap: .5rem;
  color: #5a5a5a;
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_link:hover {
  color: #344054;
}

.uui-footer04_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  font-family: Yantramanav, sans-serif;
  display: grid;
}

.uui-logo_image {
  width: auto;
  height: 100%;
  flex: none;
  display: none;
}

.uui-logo_component {
  width: auto;
  height: 2rem;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-footer04_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-container-large-2 {
  z-index: 4;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.uui-page-padding-2 {
  border-top: 2px solid rgba(0, 0, 0, .11);
  padding-left: 2rem;
  padding-right: 2rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, .27);
}

.uui-footer04_component {
  background-color: #fff;
  box-shadow: 0 0 300px rgba(0, 0, 0, .16);
}

.image-4 {
  width: 6.5rem;
  max-width: 150px;
}

.footer-contact-us {
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 60px;
}

.heading-7 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.address-block {
  font-family: Khula, sans-serif;
  font-size: .8rem;
  line-height: 1.6;
}

.lottie-animation {
  z-index: 4;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.div-block-12 {
  z-index: 4;
  width: 219px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-lottie {
  width: 150px;
  margin-top: -10px;
}

.grid-3 {
  width: 100%;
  height: 70%;
  max-width: 1200px;
  grid-column-gap: 2.5rem;
  grid-template-rows: 600px .25fr;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.design-slider {
  width: 60vh;
  height: 65vh;
  max-height: 600px;
  max-width: 500px;
}

.paragraph-copy {
  max-width: 71ch;
}

.div-para-button {
  border-left: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  display: flex;
}

.loopslider-names {
  color: #000;
}

.different-design-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(0);
}

.arrow-shade, .arrow-shade.flip {
  background-image: none;
}

.big-text-number {
  font-size: 2rem;
}

.icon {
  -webkit-backdrop-filter: brightness(65%) blur(5px);
  backdrop-filter: brightness(65%) blur(5px);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 28px;
  display: flex;
}

.content-holder-column {
  width: 300px;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0;
}

.content-holder-column.flex {
  z-index: 4;
  width: 360px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-holder-column.flex.left {
  left: 0;
  right: auto;
}

.brix---cta-v4-floating-item-01 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.brix---cta-v3-floating-item-02-2 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: #fff;
}

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

.brix---success-message {
  color: #fff;
  background-color: #000;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #3f3f3f;
  border-radius: 4px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #000;
  transform: translate3d(0, -3px, .01px);
}

.brix---input {
  min-height: 50px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 1.2rem;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---input:hover {
  border-color: #000;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---input::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input-label {
  color: #000;
  margin-bottom: 16px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.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---card-form {
  min-height: 576px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 56px 40px;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---text-200-list-bold {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---icon-list {
  filter: grayscale();
  margin-right: 16px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

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

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---grid-cta-v4 {
  grid-column-gap: 100px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .86fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-family: Khula, sans-serif;
  display: grid;
  transform: scale(.8);
}

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

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---cta-section {
  height: 100%;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-holder {
  height: 403px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-8 {
  width: 1.8rem;
  height: 1.8rem;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 24px;
  display: flex;
}

.div-heading-holder {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.heading-9 {
  padding-bottom: 0;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-slider-arrow-right---top-right {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

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

.brix---btn-slider-arrow-right---top-left {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  bottom: auto;
  left: auto;
  right: 84px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

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

.brix---icon-square-36px {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  filter: none;
  background-color: #eff0f6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---icon-square-36px.grayscale {
  filter: grayscale();
}

.brix---social-media-grid-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: center;
  justify-items: center;
}

.brix---social-media-grid-center.grayscale {
  filter: grayscale();
}

.brix---paragraph-default-3 {
  color: #3f3f3f;
  margin-bottom: 0;
  font-size: 1rem;
}

.brix---color-neutral-803 {
  color: #6e7191;
}

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

.brix---text-200-medium {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-accent-2 {
  color: #4a3aff;
}

.brix---text-uppercase-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 700;
}

.brix---heading-h3-size-link {
  color: #211f54;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s;
}

.brix---heading-h3-size-link:hover {
  color: #4a3aff;
}

.brix---text-decoration-none {
  text-decoration: none;
}

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

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

.brix---avatar-image-link {
  height: 100%;
  filter: grayscale();
  object-fit: cover;
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---avatar-image-link.bright {
  filter: brightness(125%) grayscale();
}

.brix---avatar-image-link.scale {
  transform: translate(0);
}

.brix---avatar-circle-06 {
  width: 160px;
  height: 160px;
  max-height: 160px;
  max-width: 160px;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.brix---avatar-circle-06.v2 {
  margin-right: 24px;
}

.brix---card-team-v1 {
  max-width: 45ch;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px 56px;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---card-team-v1.v2 {
  max-width: 70ch;
  flex-direction: row;
}

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

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

.brix---slider-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-804 {
  color: #211f54;
}

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

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

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Khula, sans-serif;
}

.brix---section-overflow-hidden {
  overflow: hidden;
}

.earth-heading {
  z-index: 3;
  -webkit-backdrop-filter: brightness(106%) blur(5px);
  backdrop-filter: brightness(106%) blur(5px);
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .1);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: absolute;
  top: 87%;
  left: 0;
  right: 0;
}

.background-video {
  z-index: 3;
  width: 100vw;
  height: 56.25vw;
  max-height: 1080px;
  max-width: 1920px;
  object-fit: contain;
}

.div-team-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.div-team-grid.verti {
  grid-column-gap: 50px;
  grid-row-gap: 51px;
  grid-template-columns: 1fr 1fr;
}

.div-team-grid.hide {
  display: none;
}

.div-team-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem 70px 50px;
  display: grid;
}

.brix---text-300-medium {
  color: #3f3f3f;
  font-weight: 500;
}

.brix---color-neutral-805 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #3f3f3f;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---color-neutral-805.vertical {
  flex-direction: column;
}

.brix---text-uppercase-3 {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---heading-h3-size-3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
}

.brix---heading-h3-size-link-2 {
  color: #211f54;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s;
}

.brix---heading-h3-size-link-2:hover {
  color: #4a3aff;
}

.brix---text-decoration-none-2 {
  text-decoration: none;
}

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

.brix---avatar-image-link-2 {
  height: 100%;
  filter: grayscale();
  object-fit: cover;
  transition: transform .3s;
}

.brix---avatar-image-link-2:hover {
  transform: scale(1.1);
}

.brix---avatar-circle-07 {
  width: 150px;
  height: 150px;
  max-height: 150px;
  max-width: 150px;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

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

.brix---flex-vertical-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brix---grid-3-columns-team-v5 {
  grid-column-gap: 28px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h2-size-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-806 {
  color: #211f54;
}

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

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

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

.brix---container-default-6.scale {
  max-width: 1000px;
  font-family: Khula, sans-serif;
  transform: scale(.85);
}

.brix---section-3 {
  width: 100%;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.brix---section-3.hide {
  display: none;
}

.brix---team-v8-overlay {
  height: 80%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---text-200-medium-2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-neutral-807 {
  color: #fff;
}

.brix---heading-h3-size-4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 700;
}

.brix---heading-h3-size-4.white {
  color: #fff;
}

.brix---team-v8-content {
  z-index: 1;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 56px;
  left: 48px;
  right: auto;
}

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

.brix---team-text-wrapper.grayscale {
  filter: grayscale();
}

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

.brix---image.grayscale {
  width: 100%;
  max-height: 400px;
  filter: grayscale();
}

.brix---team-member-wrapper-v8 {
  text-decoration: none;
  transition: transform .3s, color .3s;
  position: relative;
  overflow: hidden;
}

.brix---grid-3-columns {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 150px;
  display: grid;
}

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-808 {
  color: #6e7191;
}

.brix---heading-h2-size-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.brix---color-neutral-809 {
  color: #211f54;
}

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

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

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

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

.brix---container-default-7 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Khula, sans-serif;
}

.brix---section-4 {
  color: #fff;
}

.helper-heading-big {
  color: #f0f0f0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10rem;
}

.arrows-lottie.invert {
  z-index: 5;
  width: 30px;
  height: 30px;
  filter: invert();
  position: absolute;
  bottom: 100px;
  left: 48%;
  right: 0;
}

.arrows-lottie.invert.v2 {
  bottom: 4.5%;
}

.flex-cell {
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-cell.max {
  height: 100%;
  max-width: 300px;
  justify-content: flex-start;
}

.drag-indicator {
  color: #fff;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.div-block-14 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
}

.div-heroimg-holder {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: scale(.5);
}

.flag-img {
  width: 45px;
}

.paragraph-2 {
  text-align: justify;
  font-size: 1rem;
}

.heading-design-names {
  text-transform: uppercase;
  font-family: Khula, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.team-heading {
  padding-bottom: 0;
}

.body-2 {
  font-family: Khula, sans-serif;
}

.heading-7-copy {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.ar-heading {
  color: #fff;
}

.html-embed-5 {
  z-index: 7;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.hero-heading {
  max-width: 55ch;
  text-align: center;
  letter-spacing: 5px;
}

.div-hero {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 1fr .25fr;
  grid-template-columns: 1fr 960px 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.div-hero-holder {
  height: 50vh;
  background-color: #000;
  position: relative;
}

.div-sunroooftransition {
  width: 100%;
  height: 100%;
  position: relative;
}

.div-buttons {
  z-index: 6;
  width: 250px;
  height: 250px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: brightness(200%) blur(5px);
  backdrop-filter: brightness(200%) blur(5px);
  background-color: #fff;
  border-radius: 7px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -100px;
  padding: 1rem;
  display: grid;
  position: absolute;
  top: 50%;
  right: 5rem;
}

.div-buttons.invert {
  filter: invert();
}

.div-product-grid {
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr .5fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-15 {
  object-fit: scale-down;
}

.nav-link__line {
  width: 0;
  height: .2em;
  background-color: #e9c6dd;
}

.hero__wrap {
  width: 49%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.cursor__dot2 {
  width: 52px;
  height: 52px;
  color: rgba(0, 0, 0, 0);
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: border-color .35s, height .35s, width .35s, background-color .35s, color .35s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.section.is--hero {
  z-index: 3;
  position: relative;
}

.section.is--nav {
  z-index: 900;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section.is--slider {
  z-index: 2;
  margin-bottom: 5em;
  position: relative;
}

.background__fill {
  width: 100%;
  height: 100%;
  background-color: #0d0628;
}

.menu__right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1em;
  padding-bottom: 1.7em;
  padding-right: 10.99em;
  display: flex;
}

.container {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container.is--nav {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.65em;
  padding-bottom: 1.65em;
  display: flex;
  position: relative;
}

.container.is--slider {
  padding-top: 0;
  padding-bottom: 0;
}

.container.is--menu {
  z-index: 2;
  height: 100vh;
  color: #e9c6dd;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.container.is--hero {
  padding-top: 11.26em;
  padding-bottom: 0;
}

.menu__contain {
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav-link__contain {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav__svg {
  width: 100%;
}

.nav-link {
  justify-content: flex-start;
  align-items: center;
  margin-top: .7em;
  margin-bottom: .7em;
  display: flex;
  overflow: hidden;
}

.nav-link:hover {
  font-style: italic;
  font-weight: 700;
}

.nav-link.is--3 {
  margin-left: 6.2em;
}

.nav-link.is--1 {
  margin-left: 12.4em;
}

.sublink__text {
  letter-spacing: -.04em;
  font-size: 1.77em;
  line-height: 1.2;
}

.menu__left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 4.06em;
  display: flex;
  position: relative;
}

.nav-link__text {
  letter-spacing: -.05em;
  font-size: 7.03em;
  line-height: 1.2;
}

.hero__p {
  margin-top: 1em;
  font-weight: 400;
}

.sublink {
  margin-top: 1.5em;
  overflow: hidden;
}

.trigger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.overflow {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.nav__logo {
  width: 5.52em;
}

.sublinks {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.control__arrow {
  z-index: 2;
  width: 1.5em;
  height: 1.3em;
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.control__arrow.is--flipped {
  transform: rotate(-180deg);
}

.sublink__line {
  width: 100%;
  height: .2em;
  background-color: #eed9e7;
  transform: translate(-100%);
}

.background__lottie {
  width: 100%;
  margin-top: -1%;
}

.cursor {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.splide__slide {
  width: 33.3333%;
  height: 40vw;
  min-height: 41.88em;
  flex: none;
  padding-left: .52em;
  padding-right: .52em;
}

.nav-link__img {
  z-index: -2;
  width: 46em;
  height: 30em;
  object-fit: contain;
  margin-right: -35em;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-link__num {
  letter-spacing: -.04em;
  margin-top: .7em;
  margin-left: .3em;
  font-size: 1.25em;
  font-style: normal;
  line-height: 1;
}

.control {
  width: 3.33em;
  height: 3.33em;
  color: #0d0628;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(.9);
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slider__wave {
  z-index: 2;
  margin-top: -.6vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slider__wave.is--bottom {
  margin-bottom: -.6vw;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(-180deg);
}

.trigger__circle {
  width: 14.58em;
  height: 14.58em;
  border: .2em solid #0d0628;
  border-radius: 50%;
  position: absolute;
}

.menu__icon {
  width: 3.02em;
}

.trigger__line {
  width: 3em;
  height: .2em;
  background-color: #0d0628;
  margin-top: .3em;
  margin-bottom: .3em;
}

.menu {
  z-index: 1;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.background {
  z-index: 1;
  width: 100%;
  height: 101%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.control__fill {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #0d0628;
  border-radius: 50%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cursor__dot1 {
  width: 6px;
  height: 6px;
  background-color: #0d0628;
  border-radius: 50%;
  transition: opacity .35s, background-color .35s, height .35s, width .35s;
}

.controls {
  z-index: 4;
  width: 13em;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-4 {
  grid-row-gap: 14.5rem;
  grid-template-rows: 65vh 65vh 65vh;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 65vh;
  padding: 9rem;
}

.big-text {
  color: #e4e4e4;
  text-transform: uppercase;
  margin-top: 50px;
  margin-left: 9rem;
  margin-right: 9rem;
  font-size: 10rem;
  font-weight: 400;
  position: -webkit-sticky;
  position: sticky;
  top: 2.5rem;
}

.big-text.dark {
  color: #bbb;
}

.image-content {
  z-index: 3;
  max-width: 40ch;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 20px;
  position: relative;
}

.div-scroll-progress {
  z-index: 20;
  width: 100vw;
  height: 10px;
  transform-origin: 0%;
  background-color: #000;
  border-top: 2px solid #fff;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: scale(1);
}

.audio-player-html {
  width: 100%;
  height: 100px;
}

.audio-player-html.hide {
  width: 75%;
  display: none;
}

.div-testimonials-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 5rem;
  padding-right: 5rem;
  display: grid;
}

.collection-list-wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.collection-list {
  width: 100%;
  max-width: 960px;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-11 {
  border-bottom: 3px solid #f1f1f1;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5px;
}

.heading-testimonial {
  margin-bottom: 5rem;
}

.heading-type {
  color: #929292;
  margin-top: 15px;
  margin-bottom: 20px;
}

.html-embed-6 {
  margin-top: -10px;
}

.lottie-touchpanel {
  z-index: 6;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-16 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.click-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: .5fr 1fr .5fr;
  grid-template-columns: .5fr .5fr .5fr .75fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.buttons-div {
  z-index: 7;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 17px 38px 7px;
  display: grid;
  position: relative;
}

.heading-12 {
  position: relative;
}

.div-button-click {
  cursor: pointer;
}

.map {
  width: 960px;
  height: 540px;
  opacity: .12;
  position: absolute;
}

.div-map-holder {
  width: 100%;
  height: 540px;
  max-width: 960px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.map-lottie {
  filter: brightness(67%) grayscale();
  cursor: pointer;
  position: absolute;
}

.map-lottie.india {
  top: 193px;
  left: 641.5px;
}

.map-lottie.uae {
  top: 185px;
  left: 579.5px;
}

.map-lottie.germany {
  top: 98px;
  left: 463.5px;
}

.map-lottie.usa {
  top: 129px;
  left: 193.5px;
}

.map-lottie.australia {
  top: 330px;
  left: 788.5px;
}

.locations-heading {
  z-index: 8;
  background-color: #fff;
  border-radius: 9px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px;
  font-size: 1rem;
  position: absolute;
  top: 165px;
  left: 617.547px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.locations-heading.dubai {
  top: 158px;
  left: 503.547px;
}

.locations-heading.germany {
  top: 70px;
  left: 411.547px;
}

.locations-heading.usa {
  top: 99px;
  left: 166.547px;
}

.locations-heading.australia {
  top: 301px;
  left: 737.547px;
}

.grid-whoweare {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 150px;
  margin-bottom: 150px;
  display: grid;
}

.heading-whoweare {
  max-width: 75%;
  background-color: #f1f1f1;
  margin-bottom: 5%;
  margin-left: 10px;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.div-line {
  height: 2px;
  background-color: #333;
}

.div-icon-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-heading {
  text-transform: uppercase;
  font-family: Khula, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

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

.f-gallery-image-x-small-square {
  height: 255px;
}

.f-gallery-lightbox {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.f-gallery-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.f-gallery-image-x-tall {
  height: 550px;
}

.f-gallery-two-column-s {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 40px;
}

.f-h3-heading-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.f-heading-detail-small-2 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.f-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

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

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.flooshift-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 100vh;
  grid-template-columns: 360px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (min-width: 1440px) {
  .fullscreen.auto-height.flex.heightv2 {
    justify-content: center;
  }

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

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---section-3 {
    max-height: 90vh;
  }
}

@media screen and (min-width: 1920px) {
  .brix---card-team-v11 {
    width: 100%;
  }

  .heading-atf-hero {
    font-size: 4.1vw;
  }

  .map-lottie {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .div-grid {
    padding: 5rem 0;
  }

  .brix---btn-primary-small {
    padding: .5rem 1rem;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 150px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .full-video {
    object-fit: contain;
    overflow: visible;
  }

  .udesly-handlebar-wrapper {
    height: 500px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-team-v11 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

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

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

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

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .uui-blogpost01_content {
    margin-bottom: 3rem;
  }

  .uui-blogpost01_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .uui-blogpost01_title-wrapper {
    margin-bottom: 4rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .f-pricing-column-basic {
    grid-template-columns: 1fr;
  }

  .cd-image-label {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cd-image-container, .cd-image-2 {
    width: 768px;
  }

  .udesly-handlebar-wrapper-2 {
    height: 500px;
  }

  .uui-footer04_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .brix---cta-v3-floating-item-02-2 {
    display: none;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

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

  .brix---grid-cta-v4 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---btn-slider-arrow-right---top-right {
    top: auto;
    bottom: -90px;
    left: auto;
    right: 39.5%;
  }

  .brix---btn-slider-arrow-right---top-left {
    top: auto;
    bottom: -90px;
    left: 39.5%;
    right: auto;
  }

  .brix---social-media-grid-center {
    grid-column-gap: 10px;
  }

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

  .brix---heading-h3-size-2, .brix---heading-h3-size-link {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---avatar-circle-06 {
    width: 140px;
    height: 140px;
    max-height: 140px;
    max-width: 140px;
  }

  .brix---slider-mask-width-388px {
    position: static;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

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

  .brix---heading-h3-size-3, .brix---heading-h3-size-link-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---avatar-circle-07 {
    width: 200px;
    height: 200px;
    max-height: 200px;
    max-width: 200px;
  }

  .brix---grid-3-columns-team-v5 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

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

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-4 {
    font-size: 22px;
    line-height: 32px;
  }

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

  .brix---heading-h2-size-6 {
    font-size: 30px;
    line-height: 46px;
  }

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

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

  .background__fill {
    z-index: 1;
    position: relative;
  }

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

  .hero__p {
    font-size: 12px;
  }

  .overflow {
    min-height: 100vh;
  }

  .background__lottie {
    z-index: 2;
    flex: none;
    position: relative;
  }

  .cursor {
    display: none;
  }

  .menu {
    height: 100vh;
  }

  .f-gallery-two-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .f-gallery-image-x-tall {
    height: 440px;
  }

  .f-gallery-two-column-s {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  blockquote {
    font-size: 1rem;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

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

  .brx---content-inside-card-team-member-v11 {
    padding: 32px 24px 40px;
  }

  .brix---team-v11-image-wrapper {
    height: 100%;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    flex: 0 auto;
  }

  .brix---card-team-v11 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---grid-team-v11 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v6 {
    padding: 40px 24px;
  }

  .brix---badge-secondary---tabs {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

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

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

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .uui-blogpost01_author-heading {
    font-size: 1rem;
  }

  .uui-blogpost01_author-image {
    width: 3rem;
    height: 3rem;
    min-height: 3rem;
    min-width: 3rem;
  }

  .uui-blogpost01_author-image-wrapper {
    margin-right: .75rem;
  }

  .uui-blogpost01_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .uui-blogpost01_content {
    margin-bottom: 2rem;
  }

  .uui-blogpost01_content-top {
    margin-top: 2rem;
  }

  .uui-blogpost01_title-wrapper {
    margin-bottom: 3rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-tab-button-line {
    width: 100%;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-pricing-button-toggle {
    width: 100%;
  }

  .f-pricing-toggle-menu {
    flex-wrap: wrap;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-tab-button-line-2 {
    width: 100%;
  }

  .cd-image-label {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cd-image-label.original {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cd-image-container, .cd-image-2 {
    width: 480px;
  }

  .uui-footer04_legal-link:hover {
    color: #98a2b3;
  }

  .uui-footer04_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer04_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer04_social-link:hover {
    color: #98a2b3;
  }

  .uui-footer04_link:hover {
    color: #667085;
  }

  .uui-footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---cta-v3-floating-item-02-2 {
    max-width: 50%;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-cta-v4 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---social-media-grid-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

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

  .brix---avatar-circle-06 {
    width: 120px;
    height: 120px;
    max-height: 120px;
    max-width: 120px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

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

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

  .brix---text-300-medium {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---avatar-circle-07 {
    width: 160px;
    height: 160px;
    max-height: 160px;
    max-width: 160px;
  }

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

  .brix---grid-3-columns-team-v5 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-200-medium-2 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .brix---heading-h2-size-6 {
    font-size: 28px;
    line-height: 40px;
  }

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

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

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

  .hero__wrap {
    width: 90%;
  }

  .section.is--slider {
    margin-bottom: 9.9em;
  }

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

  .container.is--nav {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .container.is--hero {
    padding-top: 136px;
    padding-bottom: 3.4em;
  }

  .nav__svg {
    font-size: 1em;
  }

  .sublink {
    font-size: 7px;
  }

  .trigger {
    font-size: 8px;
  }

  .nav__logo {
    font-size: 10px;
  }

  .sublink__line {
    display: none;
  }

  .splide__slide {
    width: 100%;
    min-height: 89em;
    padding-left: .92em;
    padding-right: .92em;
  }

  .menu__icon {
    font-size: 10px;
  }

  .controls {
    margin-bottom: -3em;
    font-size: 2em;
  }

  .f-gallery-two-column-s {
    grid-template-columns: 1fr;
  }

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

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  h5 {
    font-size: .9rem;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item-middle {
    width: 100%;
    text-align: left;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .udesly-circle-handle {
    width: 60px;
    height: 60px;
  }

  .udesly-handlebar-wrapper {
    height: 300px;
  }

  .udesly-before-after-slider {
    width: 100%;
    min-width: 250px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .brix---team-v11-image-wrapper {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .brix---card-team-v11 {
    flex-direction: column;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    height: 44px;
    min-height: 44px;
    min-width: 44px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---badge-secondary---tabs {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

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

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

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-blogpost01_author-wrapper {
    margin-bottom: 1rem;
  }

  .uui-blogpost01_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-tab-menu {
    width: 100%;
  }

  .f-pricing-card-dark, .f-pricing-card-outline {
    padding: 32px;
  }

  .cd-image-container {
    width: 320px;
    height: 180px;
  }

  .cd-image-2 {
    width: 320px;
  }

  .udesly-circle-handle-2 {
    width: 60px;
    height: 60px;
  }

  .udesly-handlebar-wrapper-2 {
    height: 300px;
  }

  .udesly-before-after-slider-2 {
    width: 100%;
    min-width: 250px;
  }

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

  .uui-footer04_link-list {
    grid-template-columns: 1fr 1fr;
  }

  .brix---cta-v3-floating-item-02-2 {
    max-width: 70%;
    right: -33%;
  }

  .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::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---btn-slider-arrow-right---top-right {
    bottom: -72px;
    right: 26%;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: -72px;
    left: 26%;
  }

  .brix---icon-square-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-center {
    flex: 1;
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

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

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

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

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

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

  .brix---grid-3-columns-team-v5 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h3-size-4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---team-v8-content {
    bottom: 32px;
    left: 24px;
  }

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

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-6 {
    font-size: 24px;
    line-height: 34px;
  }

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

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

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero__wrap {
    width: 100%;
  }

  .menu__right {
    text-align: center;
    align-items: center;
    padding-top: 5.3em;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 5px;
  }

  .menu__contain {
    display: block;
  }

  .menu__left {
    padding-left: 0;
    font-size: 2em;
  }

  .sublink {
    font-size: 2em;
  }

  .sublinks {
    text-align: center;
    align-items: center;
    padding-top: 1.3em;
  }

  .menu__icon {
    font-size: 2em;
  }

  .controls {
    margin-bottom: -47px;
    font-size: 10px;
  }

  .f-gallery-image-x-small-square {
    height: 130px;
  }

  .f-gallery-image-x-tall {
    height: 300px;
  }
}

#heroHolder.w-node-_2a534a66-5d6b-a37b-fb28-1e9fdff9dade-da9e3ba9 {
  grid-area: 1 / 1 / 3 / 4;
  align-self: end;
}

#heroHead.w-node-_110b80d2-231f-7cd0-3482-05aaa55d6734-da9e3ba9 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: start;
}

#w-node-ae98b344-4a40-191f-0f7f-2f0235db504f-da9e3ba9 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-ae98b344-4a40-191f-0f7f-2f0235db5056-da9e3ba9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-ae98b344-4a40-191f-0f7f-2f0235db505d-da9e3ba9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-ae98b344-4a40-191f-0f7f-2f0235db505e-da9e3ba9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ae98b344-4a40-191f-0f7f-2f0235db5065-da9e3ba9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-ae98b344-4a40-191f-0f7f-2f0235db5074-da9e3ba9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-ae98b344-4a40-191f-0f7f-2f0235db507b-da9e3ba9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-ae98b344-4a40-191f-0f7f-2f0235db5083-da9e3ba9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c5679a6-afd5-fe5d-8c1e-8aee8ced631c-da9e3ba9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_603c6ab5-9c16-7bcf-de75-b0e3713715fb-da9e3ba9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-e6b75b68-5f55-a97a-368c-2b658c841a8e-da9e3ba9, #w-node-e6b75b68-5f55-a97a-368c-2b658c841a94-da9e3ba9, #w-node-e6b75b68-5f55-a97a-368c-2b658c841a90-da9e3ba9, #w-node-e6b75b68-5f55-a97a-368c-2b658c841a92-da9e3ba9, #w-node-e6b75b68-5f55-a97a-368c-2b658c841a96-da9e3ba9, #w-node-e6b75b68-5f55-a97a-368c-2b658c841a98-da9e3ba9, #w-node-e6b75b68-5f55-a97a-368c-2b658c841a9a-da9e3ba9, #w-node-e6b75b68-5f55-a97a-368c-2b658c841a9c-da9e3ba9, #w-node-b5b88195-f858-ecf7-8994-73e4cea92b70-da9e3ba9, #w-node-d52fdfb9-d78c-fbe5-1c53-a3ee09932b11-da9e3ba9, #w-node-_4c2ba49d-9efe-e248-a5c7-56f8f7969406-da9e3ba9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: center;
}

#w-node-e6b75b68-5f55-a97a-368c-2b658c841a9e-da9e3ba9 {
  grid-area: 3 / 11 / 4 / 12;
  align-self: center;
  justify-self: center;
}

#w-node-_3049dafa-cf01-5614-f275-13eafea4653b-da9e3ba9 {
  align-self: center;
}

#w-node-_1aa7109f-7114-9abe-d786-3239f65cfcbc-da9e3ba9, #w-node-c111c0ef-29fc-c5bd-dd3e-11267c42a0d0-da9e3ba9 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: end;
}

#w-node-_8bcf7ef1-0dfc-abd5-1bca-5800384b2045-da9e3ba9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a81802a0-cf12-42ea-a758-df0826688b14-da9e3ba9 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-f42dea3b-ba10-e9c3-16c9-d0ad54d2a95a-da9e3ba9 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-f42dea3b-ba10-e9c3-16c9-d0ad54d2a95b-da9e3ba9 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_0278fc90-77f2-982c-f370-b21ad120f5ab-da9e3ba9 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_0278fc90-77f2-982c-f370-b21ad120f5ac-da9e3ba9 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-c3e32260-4b67-7e38-545a-984abcfa39ef-da9e3ba9 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-c3e32260-4b67-7e38-545a-984abcfa39f0-da9e3ba9 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-c032f7a0-e402-6096-76d6-65617e0d63b2-da9e3ba9, #w-node-_4a59f1a8-8de0-8e42-be51-69df5bb4de70-da9e3ba9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec7bf24a-d664-ae10-89ae-170d10dda333-da9e3ba9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: center;
}

#w-node-_1d4fbe79-b32a-1690-8c35-8fef3dc952a7-da9e3ba9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed304485-cc7d-eb82-59be-b552f8d4c789-da9e3ba9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: center;
}

#w-node-ed304485-cc7d-eb82-59be-b552f8d4c7aa-da9e3ba9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75915786-103a-4bb4-b9aa-4c80a344c687-da9e3ba9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0eede3b0-c896-ac3b-a9bf-43cc71bff352-71bff333 {
  justify-self: end;
}

#w-node-_0eede3b0-c896-ac3b-a9bf-43cc71bff35b-71bff333 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0eede3b0-c896-ac3b-a9bf-43cc71bff35c-71bff333 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0eede3b0-c896-ac3b-a9bf-43cc71bff35f-71bff333 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0eede3b0-c896-ac3b-a9bf-43cc71bff377-71bff333, #w-node-_0eede3b0-c896-ac3b-a9bf-43cc71bff390-71bff333, #w-node-_0eede3b0-c896-ac3b-a9bf-43cc71bff3a9-71bff333, #w-node-_0eede3b0-c896-ac3b-a9bf-43cc71bff3c2-71bff333 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_67bcfa44-a8ba-de62-00ed-9e4e873ca1ea-873ca1ea {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-e6b75b68-5f55-a97a-368c-2b658c841a8e-da9e3bbb, #w-node-e6b75b68-5f55-a97a-368c-2b658c841a90-da9e3bbb, #w-node-e6b75b68-5f55-a97a-368c-2b658c841a92-da9e3bbb, #w-node-e6b75b68-5f55-a97a-368c-2b658c841a94-da9e3bbb, #w-node-e6b75b68-5f55-a97a-368c-2b658c841a96-da9e3bbb, #w-node-e6b75b68-5f55-a97a-368c-2b658c841a98-da9e3bbb, #w-node-e6b75b68-5f55-a97a-368c-2b658c841a9a-da9e3bbb, #w-node-e6b75b68-5f55-a97a-368c-2b658c841a9c-da9e3bbb {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: center;
}

#w-node-e6b75b68-5f55-a97a-368c-2b658c841a9e-da9e3bbb {
  grid-area: 3 / 8 / 4 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_0183b9b4-833d-9214-60a2-cd6acc8dc1af-da9e3bbb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_48a39d1b-6e0c-8378-926d-8a6850443fe2-da9e3bbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48a39d1b-6e0c-8378-926d-8a6850443fe3-da9e3bbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_48a39d1b-6e0c-8378-926d-8a6850443fe4-da9e3bbb, #w-node-_48a39d1b-6e0c-8378-926d-8a6850443fe5-da9e3bbb, #w-node-_33909776-9df0-5ff2-3c89-81168f82c249-da9e3bbb, #w-node-_881b4460-724d-87cf-bdfe-895644314af3-da9e3bbb, #w-node-_78c4a4d8-0379-293e-41f1-1db1caf815d0-da9e3bbb, #w-node-_4abd5d00-4b93-1000-c346-d15199b827da-da9e3bbb, #w-node-_4784c458-ed56-08b0-5b0e-6639f4957925-da9e3bbb, #w-node-a5326508-61ed-16bf-3b49-b179e974f4af-da9e3bbb, #w-node-e27d4c73-0955-7d61-11ff-9ff32cc3fb1a-da9e3bbb, #w-node-f67022aa-1fa8-a526-6f06-20cf6db68606-da9e3bbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43523c75-c77a-e09a-6d26-f3fc32f8cad1-da9e3bbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_8d143ddb-10ff-6503-5f6f-00d3c1ece551-da9e3bbb, #w-node-e4f08a3b-0369-836c-63d2-dd2308fa06b9-da9e3bc0, #w-node-e4f08a3b-0369-836c-63d2-dd2308fa06bb-da9e3bc0, #w-node-e4f08a3b-0369-836c-63d2-dd2308fa06bd-da9e3bc0, #w-node-e4f08a3b-0369-836c-63d2-dd2308fa06bf-da9e3bc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02ead62d-02b4-25d1-215b-553139b4bf5c-da9e3bc2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b632b271-3915-8390-1f1a-df37a92e1901-da9e3bc2, #w-node-_0ad6ed30-ed41-6a48-6d79-45e33c3db64d-da9e3bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1e7128ae-d2a6-4897-001f-3153358570f8-da9e3bc2, #w-node-_706d04a7-e50c-3228-4a61-ca1c31174742-da9e3bc2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_5dd3a8e3-eaac-eb73-83f0-dc41150d7ee4-da9e3bc2, #w-node-_38922281-747e-28f6-1821-bb694b80fabe-da9e3bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_77524744-293b-d81f-c196-67b5a8d21bd8-da9e3bc2, #w-node-_8aac27ac-af35-e685-c34b-ac901f134e2a-da9e3bc2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-a07caff7-effa-5b53-c8cf-dba5c39118ea-da9e3bc2, #w-node-_0d070ee3-1652-2603-f8a2-c6e5e6d7152e-da9e3bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_26a7a949-2fc2-22b0-c85c-e894e9614e20-da9e3bc2, #w-node-_46db9f32-6449-cd8f-8984-7e1c668ed989-da9e3bc2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_46db9f32-6449-cd8f-8984-7e1c668ed98a-da9e3bc2, #w-node-_46db9f32-6449-cd8f-8984-7e1c668ed991-da9e3bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_46db9f32-6449-cd8f-8984-7e1c668ed998-da9e3bc2, #w-node-_46db9f32-6449-cd8f-8984-7e1c668ed999-da9e3bc2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_46db9f32-6449-cd8f-8984-7e1c668ed99a-da9e3bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-da6ebf8c-837c-11c7-39cd-0eb489a17d54-da9e3bc5 {
  grid-area: 1 / 1 / 4 / 7;
}

#w-node-fa609970-1f4d-707f-5d52-cbd90939bca1-da9e3bc5 {
  grid-area: 1 / 1 / 4 / 7;
  align-self: start;
  justify-self: center;
}

#w-node-a8c78b8d-38dc-199b-3032-01d0805cb04d-da9e3bc5, #w-node-_4a219a81-6a64-2142-933c-1ee4a0bfa735-da9e3bc5, #w-node-_3301a6f2-53fc-006d-20fd-25fbd4e8e771-da9e3bc5 {
  grid-area: 1 / 3 / 4 / 7;
  align-self: start;
  justify-self: center;
}

#w-node-_3f8783b2-fd85-4911-adc5-fb5144e9b7fb-da9e3bc6 {
  grid-area: 1 / 1 / 2 / 11;
}

#top-home.w-node-c2b894d8-b789-4b2f-8e04-292405289c74-da9e3bc6 {
  grid-area: 1 / 1 / 9 / 11;
  align-self: start;
  justify-self: center;
}

#w-node-_9afc9fb1-ddf0-2778-f1af-6230d44f2399-da9e3bc6 {
  grid-area: 7 / 1 / 9 / 11;
  align-self: stretch;
  justify-self: center;
}

#w-node-acbb9900-8e44-6b4f-f8b3-1bc4af1065a5-da9e3bc6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
  justify-self: center;
}

#w-node-_4709e0f9-111a-df65-876d-1ce7feee5e7a-da9e3bc6 {
  grid-area: 6 / 1 / 9 / 11;
}

#w-node-_274c5d85-ef05-78f0-770d-e362815a9119-da9e3bc6 {
  grid-area: 1 / 8 / 9 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-_9b5ec370-2a5f-a57d-89c6-6dec28d80523-da9e3bc6 {
  grid-area: 3 / 2 / 7 / 8;
}

#w-node-_8c8cdf99-4739-d89b-0281-75ed6364a6ba-da9e3bc6, #w-node-_4bc1f105-4fe6-aa4a-bf72-7cb62db715e0-da9e3bc6 {
  grid-area: 2 / 2 / 8 / 8;
  align-self: center;
  justify-self: center;
}

#w-node-_8bb47351-a9b9-607d-e649-30e4cd86bfbf-da9e3bc6 {
  grid-area: 3 / 8 / 5 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-_52e4de11-edff-feb5-de6d-4b29489471f2-da9e3bc6 {
  grid-area: 5 / 8 / 6 / 11;
  align-self: start;
  justify-self: center;
}

#w-node-_4559d19c-197a-718d-8d54-68093d80d7cc-da9e3bc6 {
  grid-area: 3 / 1 / 5 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-aa0d0d95-dac8-970c-90b9-4cbc91d27c22-da9e3bc6 {
  grid-area: 2 / 4 / 8 / 10;
  align-self: center;
  justify-self: center;
}

#w-node-_891adaae-d788-5237-6e7b-070e67e2a321-da9e3bc6 {
  grid-area: 5 / 1 / 6 / 4;
  align-self: start;
  justify-self: center;
}

#w-node-cca3cb76-8b49-e2fc-cc21-08ab8b46a615-da9e3bc6 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-cca3cb76-8b49-e2fc-cc21-08ab8b46a617-da9e3bc6 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_7dbe5aae-e746-f3ff-7cbc-5f26eabedaac-da9e3bc6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_98b2afda-10e0-dd63-05e1-0a3462fe2194-da9e3bc6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d0087bda-c3be-b57b-33a9-678cc38945dd-da9e3bc6 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_8890b02c-172d-2a98-eea6-d6abf266261d-da9e3bc6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_8890b02c-172d-2a98-eea6-d6abf266261f-da9e3bc6 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_8890b02c-172d-2a98-eea6-d6abf266261e-da9e3bc6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc1d25a7-e5d2-8dc5-ee70-52141bf0c108-da9e3bc6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-bc1d25a7-e5d2-8dc5-ee70-52141bf0c109-da9e3bc6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc1d25a7-e5d2-8dc5-ee70-52141bf0c10a-da9e3bc6 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_912ecd1f-81c5-9485-7207-cc2e6de18a37-da9e3bc6 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_912ecd1f-81c5-9485-7207-cc2e6de18a38-da9e3bc6 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_912ecd1f-81c5-9485-7207-cc2e6de18a42-da9e3bc6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5b3998d5-d4ff-4b6c-afcf-7f64173e3d2d-da9e3bc6, #w-node-_2f20e166-ec18-734b-85b9-7766e8cd2fb6-da9e3bc6, #w-node-_5236b347-2119-4cdc-3e62-4db5e2306510-da9e3bc6, #w-node-c17f73a7-e2c3-e451-2dce-d14104abf579-da9e3bc6, #w-node-_1b622efc-5bbf-46b6-af04-cd1afa2b8bb4-da9e3bc6, #w-node-eccbbfcb-d44d-3170-51d7-1afd8e630124-da9e3bc6, #w-node-_4666a3b0-a35d-a9c4-4347-8721bc3c19e8-da9e3bc6, #w-node-d8ac2c5a-e9c1-20ab-8839-0a8744eb3372-da9e3bc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3165e33f-8123-f2ac-575f-120dd1dbdae8-da9e3bc6 {
  grid-area: 2 / 8 / 3 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-fb36ec3c-016a-aa3e-385d-f032b46c9647-da9e3bc7 {
  grid-area: 1 / 1 / 9 / 11;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-c2b894d8-b789-4b2f-8e04-292405289c74-da9e3bc7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_9afc9fb1-ddf0-2778-f1af-6230d44f2399-da9e3bc7 {
  grid-area: 7 / 1 / 9 / 11;
  align-self: stretch;
  justify-self: center;
}

#w-node-_78be12e9-aaec-d66d-dd29-042bb074e7de-da9e3bc7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
  justify-self: center;
}

#w-node-_4709e0f9-111a-df65-876d-1ce7feee5e7a-da9e3bc7 {
  grid-area: 6 / 1 / 9 / 11;
}

#w-node-_4559d19c-197a-718d-8d54-68093d80d7cc-da9e3bc7 {
  grid-area: 2 / 9 / 4 / 11;
  align-self: end;
  justify-self: center;
}

#w-node-aa0d0d95-dac8-970c-90b9-4cbc91d27c22-da9e3bc7 {
  grid-area: 1 / 1 / 9 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_76fac099-5d4e-4596-6754-31acc98250df-da9e3bc7 {
  grid-area: 4 / 9 / 5 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-a1a1ed9a-74b3-d7be-4041-939a26ca85d2-da9e3bc7 {
  grid-area: 2 / 1 / 4 / 3;
  align-self: end;
  justify-self: center;
}

#w-node-_81400524-30e2-8aa9-9a6d-a4c0c445f5d6-da9e3bc7 {
  grid-area: 1 / 3 / 9 / 11;
}

#w-node-a1a1ed9a-74b3-d7be-4041-939a26ca85d9-da9e3bc7 {
  grid-area: 4 / 1 / 5 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_5b3998d5-d4ff-4b6c-afcf-7f64173e3d2d-da9e3bc7, #w-node-_2f20e166-ec18-734b-85b9-7766e8cd2fb6-da9e3bc7, #w-node-_5236b347-2119-4cdc-3e62-4db5e2306510-da9e3bc7, #w-node-c17f73a7-e2c3-e451-2dce-d14104abf579-da9e3bc7, #w-node-_1b622efc-5bbf-46b6-af04-cd1afa2b8bb4-da9e3bc7, #w-node-eccbbfcb-d44d-3170-51d7-1afd8e630124-da9e3bc7, #w-node-_4666a3b0-a35d-a9c4-4347-8721bc3c19e8-da9e3bc7, #w-node-d8ac2c5a-e9c1-20ab-8839-0a8744eb3372-da9e3bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3165e33f-8123-f2ac-575f-120dd1dbdae8-da9e3bc7 {
  grid-area: 2 / 8 / 3 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_912ecd1f-81c5-9485-7207-cc2e6de18a37-da9e3bc7 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_912ecd1f-81c5-9485-7207-cc2e6de18a38-da9e3bc7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: center;
}

#w-node-_912ecd1f-81c5-9485-7207-cc2e6de18a42-da9e3bc7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_955d093d-2632-a50a-ae32-c85895550756-da9e3bc8 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_955d093d-2632-a50a-ae32-c85895550757-da9e3bc8 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_955d093d-2632-a50a-ae32-c8589555075d-da9e3bc8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_955d093d-2632-a50a-ae32-c8589555075e-da9e3bc8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6541358c-b712-70a3-6a9f-fb3022713105-da9e3bc8 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_955d093d-2632-a50a-ae32-c85895550764-da9e3bc8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_7dc09012-ed62-921b-eeb2-b9476ccf100b-da9e3bc8 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_955d093d-2632-a50a-ae32-c8589555076a-da9e3bc8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e6b75b68-5f55-a97a-368c-2b658c841a8e-da9e3bc8, #w-node-e6b75b68-5f55-a97a-368c-2b658c841a90-da9e3bc8, #w-node-e6b75b68-5f55-a97a-368c-2b658c841a92-da9e3bc8, #w-node-e6b75b68-5f55-a97a-368c-2b658c841a94-da9e3bc8, #w-node-e6b75b68-5f55-a97a-368c-2b658c841a96-da9e3bc8, #w-node-e6b75b68-5f55-a97a-368c-2b658c841a98-da9e3bc8, #w-node-e6b75b68-5f55-a97a-368c-2b658c841a9a-da9e3bc8, #w-node-e6b75b68-5f55-a97a-368c-2b658c841a9c-da9e3bc8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: center;
}

#w-node-e6b75b68-5f55-a97a-368c-2b658c841a9e-da9e3bc8 {
  grid-area: 3 / 8 / 4 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-d681671b-39a2-f567-b578-10ddfe8bd80c-da9e3bc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3f7ccca-01df-e624-fbe5-55a0f4dca448-da9e3bc8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5c86452d-7e6e-32d1-4b21-448fc405c934-da9e3bc9 {
  grid-area: 1 / 1 / 7 / 4;
  align-self: start;
  justify-self: stretch;
}

#w-node-_57cc213a-70c4-a2cc-854d-a4cc033ec618-da9e3bc9 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_40cddd78-ac50-1462-bc4c-450ff3ca4804-da9e3bc9 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_0687f5ac-d037-2f99-e930-79bf7cdcb989-da9e3bc9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-d391e932-dcd5-fc06-13c6-ed3e00f8a8e4-da9e3bc9 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-ca1f2e7e-c05d-979c-6c24-ddeec9da5a92-da9e3bc9, #w-node-f73918a8-970b-09ef-1731-82aade2f77fd-da9e3bc9, #w-node-c0a5dbe0-7db6-8e02-0cd3-6da7d8fe8a38-da9e3bc9, #w-node-f16174e8-c633-c9a1-9ee3-81b7aa05181c-da9e3bc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e776452b-19ad-cc55-e010-efa9183ee795-da9e3bc9 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_5e8437c1-4995-62f4-7153-a5f82aaeec1f-da9e3bc9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_7aa42243-40e4-f9f1-a174-bb4b8945bb11-da9e3bc9 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a78abf1c-3f54-e540-3769-933512af0434-da9e3bc9, #w-node-a0c62fb4-a9a6-d074-a487-92704be0146a-da9e3bc9, #w-node-_1245e023-5ac1-78e4-8042-e20b4f94e2ed-da9e3bc9, #w-node-_575505a5-84a7-2773-5a61-d6c764fc6109-da9e3bc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8f146070-8143-6d3d-49cf-f008c021f9de-da9e3bc9, #w-node-_8f146070-8143-6d3d-49cf-f008c021f9e9-da9e3bc9, #w-node-_8f146070-8143-6d3d-49cf-f008c021f9ed-da9e3bc9, #w-node-_8f146070-8143-6d3d-49cf-f008c021f9f1-da9e3bc9, #w-node-_8f146070-8143-6d3d-49cf-f008c021f9f5-da9e3bc9, #w-node-_8f146070-8143-6d3d-49cf-f008c021f9fc-da9e3bc9, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa0b-da9e3bc9, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa10-da9e3bc9, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa15-da9e3bc9, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa1a-da9e3bc9, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa24-da9e3bc9, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa2f-da9e3bc9, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa33-da9e3bc9, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa37-da9e3bc9, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa3b-da9e3bc9, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa42-da9e3bc9, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa51-da9e3bc9, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa56-da9e3bc9, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa5b-da9e3bc9, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa60-da9e3bc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_250dba3b-1162-56c1-2c0a-c445f39af30f-da9e3bcb {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-acc050dd-0856-f6b9-8b2a-d3e16bb022ab-da9e3bcb {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-b84e448e-28ac-42b6-875f-d5967867cf13-da9e3bcb {
  justify-self: center;
}

#w-node-_6fa7cb9c-0a7d-acb8-ab89-4c708e618c79-da9e3bcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_78d4c566-78e2-8a86-22c3-99b620465e81-da9e3bcb {
  justify-self: center;
}

#w-node-_1499e5a3-2c18-2db7-b797-19b81b90ddd7-da9e3bcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e0b046fd-a414-091f-2df8-57fc04539269-da9e3bcb, #w-node-de351491-f57c-39be-5956-8178b12f4d57-da9e3bcb, #w-node-_373ba78d-887a-c3d3-7895-f480d586889d-da9e3bcb {
  justify-self: center;
}

#w-node-_38c19753-1b54-a641-9bac-17d59fd96997-da9e3bcb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: end;
}

#w-node-_1e2cc8d5-8004-d723-7c01-6321df738c92-da9e3bcb {
  justify-self: center;
}

#w-node-_1e2cc8d5-8004-d723-7c01-6321df738caf-da9e3bcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1e2cc8d5-8004-d723-7c01-6321df738ccc-da9e3bcb {
  justify-self: center;
}

#w-node-_1e2cc8d5-8004-d723-7c01-6321df738ce9-da9e3bcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1e2cc8d5-8004-d723-7c01-6321df738d06-da9e3bcb, #w-node-_1e2cc8d5-8004-d723-7c01-6321df738d23-da9e3bcb, #w-node-_1e2cc8d5-8004-d723-7c01-6321df738d40-da9e3bcb {
  justify-self: center;
}

#w-node-_1baaa113-faa5-c537-4398-09347395e829-da9e3bcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_3f8783b2-fd85-4911-adc5-fb5144e9b7fb-da9e3be0 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-c2b894d8-b789-4b2f-8e04-292405289c74-da9e3be0 {
  grid-area: 1 / 1 / 9 / 11;
  align-self: start;
  justify-self: center;
}

#w-node-_9afc9fb1-ddf0-2778-f1af-6230d44f2399-da9e3be0 {
  grid-area: 7 / 1 / 9 / 11;
  align-self: stretch;
  justify-self: center;
}

#w-node-_51b99bfd-f820-af87-c248-813b048b4c7a-da9e3be0, #w-node-c44fc487-9744-ea83-f817-22ade36021f1-da9e3be0, #w-node-_96c841d2-c28f-a64c-6340-c5161235edb7-da9e3be0 {
  align-self: end;
  justify-self: center;
}

#w-node-_4709e0f9-111a-df65-876d-1ce7feee5e7a-da9e3be0 {
  grid-area: 6 / 1 / 9 / 11;
}

#w-node-df1edafe-4f6c-3364-1cc1-8666ddf2ba70-da9e3be0 {
  grid-area: 5 / 1 / 7 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_8bb47351-a9b9-607d-e649-30e4cd86bfbf-da9e3be0 {
  grid-area: 3 / 1 / 7 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_8c8cdf99-4739-d89b-0281-75ed6364a6ba-da9e3be0, #w-node-_4bc1f105-4fe6-aa4a-bf72-7cb62db715e0-da9e3be0 {
  grid-area: 1 / 1 / 9 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-_9bd5023d-9720-c29c-529c-aceb6873a23f-da9e3be0 {
  grid-area: 3 / 1 / 7 / 4;
}

#w-node-_302b17c2-6746-0803-6412-962e0f482cd0-da9e3be0 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_4559d19c-197a-718d-8d54-68093d80d7cc-da9e3be0 {
  grid-area: 3 / 8 / 7 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-aa0d0d95-dac8-970c-90b9-4cbc91d27c22-da9e3be0 {
  grid-area: 1 / 1 / 9 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-_76fac099-5d4e-4596-6754-31acc98250df-da9e3be0 {
  grid-area: 5 / 8 / 7 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-_94fca90c-c804-7b0f-6260-5c0e5d3db22a-da9e3be0 {
  grid-area: 3 / 8 / 7 / 11;
}

#w-node-cca3cb76-8b49-e2fc-cc21-08ab8b46a615-da9e3be0 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-cca3cb76-8b49-e2fc-cc21-08ab8b46a617-da9e3be0 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_7dbe5aae-e746-f3ff-7cbc-5f26eabedaac-da9e3be0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_98b2afda-10e0-dd63-05e1-0a3462fe2194-da9e3be0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d0087bda-c3be-b57b-33a9-678cc38945dd-da9e3be0 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_8890b02c-172d-2a98-eea6-d6abf266261d-da9e3be0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_8890b02c-172d-2a98-eea6-d6abf266261f-da9e3be0 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_8890b02c-172d-2a98-eea6-d6abf266261e-da9e3be0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc1d25a7-e5d2-8dc5-ee70-52141bf0c108-da9e3be0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-bc1d25a7-e5d2-8dc5-ee70-52141bf0c109-da9e3be0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc1d25a7-e5d2-8dc5-ee70-52141bf0c10a-da9e3be0 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_274c5d85-ef05-78f0-770d-e362815a9119-da9e3be0 {
  grid-area: 1 / 8 / 9 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-_9b5ec370-2a5f-a57d-89c6-6dec28d80523-da9e3be0 {
  grid-area: 3 / 2 / 7 / 8;
}

#w-node-_912ecd1f-81c5-9485-7207-cc2e6de18a37-da9e3be0 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_912ecd1f-81c5-9485-7207-cc2e6de18a38-da9e3be0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_912ecd1f-81c5-9485-7207-cc2e6de18a42-da9e3be0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5b3998d5-d4ff-4b6c-afcf-7f64173e3d2d-da9e3be0, #w-node-_2f20e166-ec18-734b-85b9-7766e8cd2fb6-da9e3be0, #w-node-_5236b347-2119-4cdc-3e62-4db5e2306510-da9e3be0, #w-node-c17f73a7-e2c3-e451-2dce-d14104abf579-da9e3be0, #w-node-_1b622efc-5bbf-46b6-af04-cd1afa2b8bb4-da9e3be0, #w-node-eccbbfcb-d44d-3170-51d7-1afd8e630124-da9e3be0, #w-node-_4666a3b0-a35d-a9c4-4347-8721bc3c19e8-da9e3be0, #w-node-d8ac2c5a-e9c1-20ab-8839-0a8744eb3372-da9e3be0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3165e33f-8123-f2ac-575f-120dd1dbdae8-da9e3be0 {
  grid-area: 2 / 8 / 3 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_5c86452d-7e6e-32d1-4b21-448fc405c934-da9e3be2 {
  grid-area: 1 / 1 / 7 / 4;
  align-self: start;
  justify-self: stretch;
}

#w-node-_98397654-3d5e-a510-494a-c408335d78f6-da9e3be2 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e776452b-19ad-cc55-e010-efa9183ee795-da9e3be2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5e8437c1-4995-62f4-7153-a5f82aaeec1f-da9e3be2 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_7aa42243-40e4-f9f1-a174-bb4b8945bb11-da9e3be2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_4e204d3d-599e-e790-40f7-8cdf0415d3fb-da9e3be2, #w-node-_4e204d3d-599e-e790-40f7-8cdf0415d404-da9e3be2, #w-node-_4e204d3d-599e-e790-40f7-8cdf0415d40d-da9e3be2, #w-node-_4e204d3d-599e-e790-40f7-8cdf0415d40f-da9e3be2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8f146070-8143-6d3d-49cf-f008c021f9de-da9e3be2, #w-node-_8f146070-8143-6d3d-49cf-f008c021f9e9-da9e3be2, #w-node-_8f146070-8143-6d3d-49cf-f008c021f9ed-da9e3be2, #w-node-_8f146070-8143-6d3d-49cf-f008c021f9f1-da9e3be2, #w-node-_8f146070-8143-6d3d-49cf-f008c021f9f5-da9e3be2, #w-node-_8f146070-8143-6d3d-49cf-f008c021f9fc-da9e3be2, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa0b-da9e3be2, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa10-da9e3be2, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa15-da9e3be2, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa1a-da9e3be2, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa24-da9e3be2, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa2f-da9e3be2, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa33-da9e3be2, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa37-da9e3be2, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa3b-da9e3be2, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa42-da9e3be2, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa51-da9e3be2, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa56-da9e3be2, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa5b-da9e3be2, #w-node-_8f146070-8143-6d3d-49cf-f008c021fa60-da9e3be2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0eede3b0-c896-ac3b-a9bf-43cc71bff352-71bff333 {
    justify-self: center;
  }

  #w-node-a8c78b8d-38dc-199b-3032-01d0805cb04d-da9e3bc5, #w-node-_4a219a81-6a64-2142-933c-1ee4a0bfa735-da9e3bc5, #w-node-_3301a6f2-53fc-006d-20fd-25fbd4e8e771-da9e3bc5 {
    grid-area: 1 / 1 / 3 / 7;
    align-self: start;
    justify-self: center;
  }

  #top-home.w-node-c2b894d8-b789-4b2f-8e04-292405289c74-da9e3bc6 {
    justify-self: start;
  }

  #w-node-_274c5d85-ef05-78f0-770d-e362815a9119-da9e3bc6 {
    grid-area: 1 / 1 / 9 / 11;
    align-self: end;
    justify-self: center;
  }

  #w-node-_4559d19c-197a-718d-8d54-68093d80d7cc-da9e3bc6 {
    grid-area: 1 / 1 / 9 / 11;
    align-self: center;
    justify-self: center;
  }

  #w-node-c2b894d8-b789-4b2f-8e04-292405289c74-da9e3bc7 {
    justify-self: start;
  }

  #w-node-_4559d19c-197a-718d-8d54-68093d80d7cc-da9e3bc7, #w-node-a1a1ed9a-74b3-d7be-4041-939a26ca85d2-da9e3bc7 {
    grid-area: 1 / 1 / 9 / 11;
    align-self: center;
    justify-self: center;
  }

  #w-node-c2b894d8-b789-4b2f-8e04-292405289c74-da9e3be0 {
    justify-self: start;
  }

  #w-node-_4559d19c-197a-718d-8d54-68093d80d7cc-da9e3be0 {
    grid-area: 1 / 1 / 9 / 11;
    align-self: center;
    justify-self: center;
  }

  #w-node-_274c5d85-ef05-78f0-770d-e362815a9119-da9e3be0 {
    grid-area: 1 / 1 / 9 / 11;
    align-self: end;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_75915786-103a-4bb4-b9aa-4c80a344c687-da9e3ba9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0eede3b0-c896-ac3b-a9bf-43cc71bff338-71bff333 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3f7ccca-01df-e624-fbe5-55a0f4dca448-da9e3bc8 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_48a39d1b-6e0c-8378-926d-8a6850443fe2-da9e3bbb, #w-node-_48a39d1b-6e0c-8378-926d-8a6850443fe3-da9e3bbb, #w-node-_48a39d1b-6e0c-8378-926d-8a6850443fe4-da9e3bbb, #w-node-_48a39d1b-6e0c-8378-926d-8a6850443fe5-da9e3bbb, #w-node-_33909776-9df0-5ff2-3c89-81168f82c249-da9e3bbb, #w-node-_881b4460-724d-87cf-bdfe-895644314af3-da9e3bbb, #w-node-_78c4a4d8-0379-293e-41f1-1db1caf815d0-da9e3bbb, #w-node-_4abd5d00-4b93-1000-c346-d15199b827da-da9e3bbb, #w-node-_4784c458-ed56-08b0-5b0e-6639f4957925-da9e3bbb, #w-node-a5326508-61ed-16bf-3b49-b179e974f4af-da9e3bbb, #w-node-e27d4c73-0955-7d61-11ff-9ff32cc3fb1a-da9e3bbb, #w-node-f67022aa-1fa8-a526-6f06-20cf6db68606-da9e3bbb, #w-node-_43523c75-c77a-e09a-6d26-f3fc32f8cad1-da9e3bbb, #w-node-_8d143ddb-10ff-6503-5f6f-00d3c1ece551-da9e3bbb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


