:root {
  --envision-blue-1: #0a2260;
  --body-display: #626d86;
  --pinstripe: #0003;
  --flowui-component-library--white: white;
  --grey: #eef0f6;
  --shaddow: #292b4e12;
  --black: #111729;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-200: #f3f5fb;
  --spark-library--foreground-secondary: #000000c2;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-100: #f7f9fd;
  --orange-red: #ff4b27;
}

.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 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25em;
}

h2 {
  color: var(--envision-blue-1);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}

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

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: var(--body-display);
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.6em;
}

a {
  text-decoration: underline;
}

blockquote {
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: var(--pinstripe);
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 24px;
  font-size: 17px;
  line-height: 1.6em;
}

.body {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.section {
  padding-top: 40px;
  padding-bottom: 140px;
  position: relative;
}

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

.section.no-padding.grey {
  background-color: #f5faff00;
}

.section.no-padding.grey.home-servies-section, .section.no-padding.grey.personnel-founder, .section.no-padding.grey.personnel-others, .section.no-padding.grey.article-section {
  display: none;
}

.section.grey {
  background-color: #f5faff;
}

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

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

.section.no-top-padding.grey.stats {
  display: none;
}

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

.grid-wrapper.cta-section {
  display: none;
}

.grid-wrapper.cta-wrapper {
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px);
}

.home-hero {
  justify-content: center;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background {
  background-image: url('../images/envision-cta.jpg');
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.instagram-one {
  background-image: url('../images/012.jpeg');
}

.background.testimonial-background {
  background-image: linear-gradient(to bottom, var(--envision-blue-1), var(--envision-blue-1));
}

.background.about-background {
  background-image: url('../images/About.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.background.services-hero-background {
  background-image: url('../images/CRM3.jpg');
  background-position: 0%;
}

.background.services-hero-background.advisory-service {
  background-image: url('../images/Advisory.jpg');
  background-position: 50%;
}

.background.services-hero-background.consulting-service {
  background-image: url('../images/consulting.jpg');
  background-position: 50%;
}

.background.services-hero-background.legal-service {
  background-image: url('../images/Legal.jpg');
  background-position: 50%;
}

.background.services-hero-background.financial-service {
  background-image: url('../images/financial-services.jpg');
  background-position: 50%;
}

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

.background.about-hero-background {
  background-image: url('../images/2023-05-31.jpg');
}

.background.about-hero-background.life-at-en-background {
  background-image: url('../images/WhatsApp-Image-2024-05-04-at-3.53.08-PM.jpeg');
}

.background.contact-hero-background {
  background-image: url('../images/019.jpeg');
  background-position: 50% 30%;
}

.background.team-image-001 {
  background-image: url('../images/1_1.jpg');
  background-position: 50% 0;
}

.background.team-image-001.about-image-001 {
  background-image: url('../images/1.jpg');
}

.background.team-image-002 {
  background-image: url('../images/2.jpg');
}

.background.team-image-002.about-image-002 {
  background-image: url('../images/2_1.jpg');
}

.background.team-image-003 {
  background-image: url('../images/3.jpg');
  background-position: 50% 0;
}

.background.team-image-003.about-image-002 {
  background-image: url('../images/3_1.jpg');
}

.background.team-image-004 {
  background-image: url('../images/4.jpg');
  background-position: 50% 0;
}

.background.team-image-004.about-image-002 {
  background-image: url('../images/4_1.jpg');
}

.background.instagram-two {
  background-image: url('../images/016.jpeg');
}

.background.instagram-three {
  background-image: url('../images/006.jpeg');
}

.background.instagram-four {
  background-image: url('../images/018.jpeg');
}

.background.action-background {
  background-image: url('../images/envision-cta.jpg');
}

.background.great-place {
  background-image: url('../images/Envision_Next_LLP_IN_English_2024_Certification_Badge.svg');
  background-position: 50%;
  background-size: contain;
}

.background.dynamics {
  background-image: url('../images/dynamics-opt.jpg');
  background-position: 50%;
}

.background.insights, .background.mumbai {
  background-image: url('../images/insight-opt.jpg');
  background-position: 50%;
}

.overlay {
  background-color: #0a101dbf;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: #0a101d33;
}

.overlay.light.envisionoverlay {
  background-color: #0a101d00;
}

.overlay.dark {
  background-color: #0a101da6;
}

.centered-line {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: flex;
}

.centered-line.dark {
  background-color: var(--pinstripe);
}

.line-fill {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
  display: none;
}

.line-fill.light {
  background-color: #fff3;
}

.line-fill.light.financial-service {
  background-color: var(--pinstripe);
  display: block;
}

.services-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  min-height: 70px;
  margin-top: -80px;
  display: grid;
}

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

.slider-arrow {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  padding-left: 100px;
  display: none;
  top: 0;
  bottom: 80px;
  left: -100px;
}

.slider-arrow.right {
  padding-left: 0;
  padding-right: 100px;
  left: auto;
  right: -100px;
}

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

.navigation-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
}

.nav-right {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
  position: relative;
}

.nav-link {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  transition: all .3s;
  display: flex;
}

.nav-link:hover {
  border: 1px #000;
  text-decoration: none;
  box-shadow: inset 0 -12px 0 -5px #f5faff;
}

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

.nav-link.w--current:hover {
  mix-blend-mode: normal;
  box-shadow: inset 0 -9px #f5faff;
}

.nav-link.contact-navlink {
  display: none;
}

.navigation-content {
  z-index: 10;
  border-bottom: 1px solid #fff0;
  justify-content: space-between;
  width: 96%;
  display: flex;
  position: relative;
}

.nav-menu {
  justify-content: center;
  max-width: 650px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.brand {
  color: #000;
  letter-spacing: -.03em;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.service-link {
  border-right: 1px none var(--pinstripe);
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.xxl-heading {
  font-size: 56px;
  line-height: 1.2em;
}

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

.dual-wrapper.great-place {
  background-color: var(--flowui-component-library--white);
  grid-template-columns: auto .25fr;
  padding-top: 50px;
  padding-left: 60px;
}

.body-display {
  color: var(--envision-blue-1);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display.small {
  font-size: 14px;
  line-height: 1.45em;
}

.body-display.small.main-section {
  text-align: justify;
}

.body-display.light {
  color: #fff;
}

.body-display.dark {
  color: #000;
}

.body-display.bk-financial-services {
  margin-top: 15px;
}

.body-display.behindthevision {
  text-align: justify;
}

.body-display.financialservicesbold {
  font-weight: 500;
}

.medium-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  display: grid;
}

.subtitle {
  color: var(--envision-blue-1);
  letter-spacing: 3px;
  text-transform: none;
  font-size: 12px;
}

.subtitle.light {
  color: #fffc;
}

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

.subtitle.subtitle-service-page.financial-services {
  display: none;
}

.subtitle.services {
  font-size: 16px;
  font-weight: 600;
}

.subtitle.services.services-heading {
  font-size: 18px;
}

.subtitle.white {
  color: var(--flowui-component-library--white);
}

.subtitle.objectives {
  font-size: 15px;
}

.solid-button {
  background-color: var(--envision-blue-1);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template: "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-heading.life-at-en {
  grid-template-columns: minmax(200px, 1fr);
}

.stacked-heading.first {
  margin-top: 50px;
}

.left-line {
  background-color: #d7dfeb00;
  width: 60px;
  height: 2px;
  display: flex;
}

.left-line.light {
  background-color: #ffffff17;
}

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

.half-wrapper.blogwrapper {
  grid-template-columns: 1fr 1px 2fr;
}

.horizontal-line {
  background-color: var(--pinstripe);
  height: 1px;
}

.list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.list-item {
  grid-column-gap: 36px;
  grid-row-gap: 18px;
  border-bottom: 1px solid var(--pinstripe);
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  min-height: 160px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.service-link-top {
  z-index: 10;
  border-right: 1px none var(--pinstripe);
  border-bottom: 1px none var(--pinstripe);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.service-link-top.end {
  border-right-style: none;
}

.service-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  border-top: 1px none var(--grey);
  border-right: 1px solid var(--pinstripe);
  text-align: left;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-end;
  width: 100%;
  padding: 60px 36px 36px;
  display: grid;
}

.service-bottom.end {
  border-right-style: none;
}

.projects {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 0;
  display: grid;
  position: relative;
}

.light-fill {
  background-color: #fff;
  width: 100%;
  margin-top: -80px;
}

.featured-work-slider {
  z-index: 25;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 240px;
  padding-bottom: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featured-work-slider.testimonial-slide {
  padding-top: 40px;
  padding-bottom: 40px;
}

.slide-nav {
  display: none;
}

.projects-arrow {
  z-index: 15;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.projects-mask {
  z-index: 25;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

.hover-slider-arrow {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  max-width: 120px;
  height: 10vw;
  max-height: 120px;
  display: flex;
}

.testimonial-slide-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding-top: 36px;
  display: grid;
  position: relative;
}

.underline-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #fffc;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 9px;
  text-decoration: none;
  position: relative;
}

.underline-link.dark {
  border-bottom-color: var(--pinstripe);
  color: var(--body-display);
}

.underline-link.dark.about-page {
  display: none;
}

.testimonial-slide {
  z-index: 20;
  position: relative;
}

.project-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 60px;
  padding-left: 48px;
  display: grid;
  position: relative;
}

.project-grid.project-grid-service-page {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.project-grid.project-grid-about-page {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.project-grid.project-grid-about-page.project-grid-life-at-en {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 48px;
}

.project-grid.project-grid-about-page.life-at-en, .project-grid.project-grid-about-page.project-grid-en {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: #000;
  grid-template-rows: 1fr .75fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: visible;
}

.card.card-service-page {
  grid-template-rows: 1fr .25fr;
}

.card.card-service-page.card-life-at-en {
  min-width: 100%;
}

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

.project-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-card-info.project-card-info-service-page {
  grid-template-rows: auto;
}

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

.verticle-line {
  background-color: var(--pinstripe);
  height: 100%;
  position: relative;
}

.slider-section {
  z-index: 5;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.slider-section.textsection {
  padding-bottom: 100px;
}

.action-banner {
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

.grey-cover {
  background-color: var(--grey);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.grey-cover.cta-section {
  display: none;
}

.centered-intro {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  display: grid;
  position: relative;
}

.instagram-footer {
  z-index: 10;
  min-height: 200px;
  padding-top: 20px;
  position: relative;
}

.nav-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #272d4d;
  border-radius: 100px;
  padding: 12px 32px;
  font-size: 9px;
  text-decoration: none;
  overflow: hidden;
}

.social-circle {
  border: 1px none var(--pinstripe);
  cursor: pointer;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  display: none;
  position: relative;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  max-width: 850px;
  display: grid;
}

.hero-intro.large-intro {
  max-width: 775px;
}

.outline-button {
  border: 1px solid var(--pinstripe);
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.outline-button.light {
  color: #fff;
  background-color: #fff0;
  border-color: #fff3;
}

.outline-button.outline-button-blue {
  color: var(--envision-blue-1);
  border-color: #626d8640;
  font-weight: 500;
}

.outline-button.outline-button-blue.outline-button-service-section {
  margin-top: 20px;
}

.outline-button.briqhaus {
  margin-top: 10px;
}

.showreel-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  max-width: 675px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  position: relative;
}

.nav-cover {
  background-color: #fff;
  border: 1px #889ea80d;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  box-shadow: 0 12px 36px -8px #3e41741a;
}

.service-icon {
  background-color: var(--grey);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 12px;
  display: flex;
}

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

.service-description.about-page {
  grid-template-rows: auto;
}

.service-description.home-page {
  grid-template-rows: auto;
  align-content: end;
}

.service-description.home-page.learn-more {
  grid-row-gap: 60px;
  border-right: 1px solid var(--pinstripe);
  justify-content: end;
  width: 100%;
  padding-bottom: 36px;
  padding-left: 36px;
  padding-right: 36px;
}

.service-card-hover {
  background-color: var(--envision-blue-1);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 24px;
  font-size: 9px;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: -24px 0% auto;
}

.service-link-name {
  border-bottom: 1px solid var(--pinstripe);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.service-link-name.upper-section {
  border-bottom-style: none;
}

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

.instagram-feed {
  grid-column-gap: 60px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.instagram {
  justify-content: center;
  align-items: center;
  height: 16vw;
  max-height: 425px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-grey-cover {
  background-color: var(--grey);
  height: 90%;
  position: absolute;
  inset: 0% 0% auto;
}

.instagram-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-bottom: 24px;
  display: grid;
}

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

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

.footer-box {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px solid var(--pinstripe);
  color: #000;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 150px;
  padding: 18px 18px 0;
  text-decoration: none;
  display: grid;
}

.footer-box-top {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.footer-box-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px;
  display: none;
}

.footer-brand {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 300px;
  display: grid;
}

.footer-box-title {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-brand-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 125px;
  padding-bottom: 24px;
  display: grid;
}

.footer-credits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.legal-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.legal-link {
  color: var(--body-display);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 9px;
  text-decoration: none;
}

.testimonial-text {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

.testimonial-text.testimonial-employees {
  font-size: 18px;
  line-height: 1.5em;
}

.testimonial-text.testimonial-home {
  font-size: 20px;
  line-height: 1.5em;
}

.client {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.testimonial-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 25px;
  display: grid;
}

.client-avatar {
  border: 1px #fff3;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 6px;
  position: relative;
}

.client-avatar.dark {
  border-color: var(--pinstripe);
}

.client-avatar.employee {
  width: 110px;
  height: 110px;
}

.avatar {
  background-image: url('../images/Nora-Group.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 100%;
  height: 100%;
}

.avatar.avatar-002 {
  background-image: url('../images/Portrait003.jpg');
  background-position: 50% 30%;
}

.avatar.avatar-003 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 30%;
}

.avatar.avatar-004 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.avatar.avatar-005 {
  background-image: url('../images/Portrait004.jpg');
}

.avatar.jpv {
  background-image: url('../images/jpv.webp');
  background-position: 50%;
  background-size: contain;
}

.avatar.jvms {
  background-image: url('../images/jvms.png');
  background-position: 50%;
  background-size: contain;
}

.avatar.vastu {
  background-image: url('../images/vaastu.webp');
  background-position: 50%;
  background-size: contain;
}

.avatar.provenance {
  background-image: url('../images/provenance.webp');
  background-position: 50%;
  background-size: contain;
}

.avatar.testimonial {
  border-radius: 100%;
}

.avatar.testimonial.shivanshu {
  background-image: url('../images/shivanshu2.jpg');
  background-size: cover;
}

.avatar.testimonial.nitin {
  background-image: url('../images/Nitin-Panicker.jpg');
}

.avatar.testimonial.gaurav {
  background-image: url('../images/CA-Gaurav-Rajpal.jpg');
}

.avatar.testimonial.sampradnya {
  background-image: url('../images/Sampradnya-Majarekar.jpg');
}

.avatar.testimonial.kushal {
  background-image: url('../images/khushal-shah-500x500.jpg');
}

.avatar.testimonial.neha {
  background-image: url('../images/neha-500x500.jpg');
}

.avatar.testimonial.soham {
  background-image: url('../images/soham-500x500.jpg');
}

.avatar.testimonial.kiran {
  background-image: url('../images/kiran-500x500.jpg');
}

.testimonial-name {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-hero {
  z-index: 10;
  background-color: var(--grey);
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.inner-hero-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.inner-hero-background {
  margin-bottom: -80px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.collection-hero-banner {
  min-height: 500px;
  margin-bottom: -80px;
  position: relative;
  overflow: hidden;
}

.projects-wrapper {
  background-color: #fff;
  margin-top: -80px;
  padding-bottom: 140px;
}

.projects-wrapper.article-page {
  padding-bottom: 70px;
}

.side-fill {
  background-color: #fff;
  width: 100%;
}

.medium-width {
  max-width: 500px;
}

.about-content {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: -80px;
  padding: 0 0 0 60px;
  display: grid;
}

.inner-page-hero {
  justify-content: center;
  min-height: 850px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.about-image {
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

.benefits-row {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.number-item {
  grid-column-gap: 16px;
  grid-row-gap: 160px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 24px 36px;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
}

.number-item:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px var(--shaddow);
}

.number-info {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sticky-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 118px;
}

.hero-top {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 24px;
}

.hero-bottom {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.scroll-wrapper {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  place-items: stretch center;
  width: 1px;
  padding-top: 0;
  display: grid;
  position: relative;
}

.rotate-text {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  transform: rotate(90deg);
}

.scroll-line {
  background-color: #fff3;
  width: 1px;
  margin-top: 35px;
}

.about-hero-bottom {
  min-height: 140px;
  position: relative;
}

.step-card {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

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

.project-block {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-body {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: #fff;
  grid-template-rows: auto 1px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 400px;
  padding: 80px 0 80px 80px;
  display: grid;
}

.post-top {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 72px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.post-top.article-page {
  grid-template-rows: auto;
}

.author {
  border: 4px solid var(--grey);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: -40px;
  position: relative;
}

.post-body {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  min-height: 400px;
  padding: 80px 0 80px 80px;
  display: grid;
}

.post-body.article-body {
  grid-template-columns: 1fr;
}

.rich-text-wrapper {
  padding: 0;
}

.post-author-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 350px;
  padding: 0;
  position: sticky;
  top: 118px;
}

.rich-text h3, .rich-text h1, .rich-text h2, .rich-text h4, .rich-text h5, .rich-text h6 {
  margin-bottom: 12px;
}

.dropdown {
  justify-content: center;
  margin-left: 0;
  margin-right: 20px;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 12px;
  display: flex;
}

.dropdown-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 250px;
  min-width: 250px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px #292b4e1f;
}

.dropdown-link {
  border-bottom: 1px solid var(--pinstripe);
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 100%;
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}

.dropdown-link.bottom {
  border-bottom-style: none;
}

.projects-hero {
  justify-content: center;
  min-height: 900px;
  display: flex;
  overflow: hidden;
}

.slide-content {
  justify-content: center;
  height: 100%;
  padding-bottom: 160px;
  display: flex;
}

.project-hero-bottom {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.project-bottom {
  z-index: 10;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 48px;
  display: grid;
  position: relative;
}

.scroll-circle {
  background-color: var(--grey);
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 80px;
  height: 80px;
  margin-bottom: -36px;
  padding-top: 44px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.contact-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 0;
  display: grid;
}

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

.quick-link-wrapper.quick-link-contact-page {
  display: none;
}

.contact-form-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 36px;
  display: grid;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.text-field {
  border: 1px solid var(--pinstripe);
  min-height: 54px;
  margin-bottom: 0;
  padding: 18px 24px;
}

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

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

.field-wrapper.old {
  display: none;
}

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

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

.about-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 60px 0 60px 60px;
  display: grid;
}

.about-wrapper.life-at-en {
  margin-top: 0;
}

.services-dual-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 350px) 1px 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.services-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-list.financial-old {
  display: none;
}

.sticky-services-intro {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
  position: sticky;
  top: 118px;
}

.service-list-item {
  border-bottom: 1px solid var(--pinstripe);
  cursor: pointer;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.service-list-item.financial-services {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.service-list-item.financial-services.first, .service-list-item.financial-services.middle {
  padding-top: 50px;
  padding-bottom: 10px;
}

.service-list-item.financial-services.last {
  border-style: none;
  border-width: 1px;
  border-color: black black var(--pinstripe);
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 10px;
}

.service-list-item.financial-services.single {
  border-bottom-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.service-list-item.financial-services.line {
  border-bottom-style: solid;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
}

.service-list-item.deleted, .service-list-item.reracomplianceold {
  display: none;
}

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

.service-item-top {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item-top.financial-services {
  margin-top: 20px;
}

.service-item-bottom {
  overflow: hidden;
}

.service-bottom-content {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  color: var(--envision-blue-1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 24px;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  display: grid;
}

.service-bottom-content.service-bottom-content-new {
  grid-template-columns: 1fr;
}

.service-bottom-content.service-bottom-content-new.financial-services-content {
  padding-top: 30px;
}

.team-image {
  justify-content: center;
  align-items: center;
  height: 20vw;
  display: flex;
  position: relative;
  overflow: visible;
}

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

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

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

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

.about-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto 1px auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  min-height: 200px;
  display: grid;
}

.team-member-wrapper {
  background-color: #fff;
  min-height: 500px;
  padding: 60px 0 140px 60px;
}

.light-cover {
  background-color: #fff;
  width: 100%;
}

.project-banner {
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.top-cover {
  background-color: var(--grey);
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.client-testimonial {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  display: grid;
}

.project-details {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 650px;
  padding-bottom: 100px;
  display: grid;
}

.number-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px none var(--pinstripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-numbers-section {
  padding-top: 140px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.project-gallery-image {
  justify-content: center;
  align-items: center;
  height: 24vw;
  display: flex;
  position: relative;
}

.project-intro {
  grid-column-gap: 120px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.box-item {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.author-avatar {
  border: 1px solid var(--pinstripe);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  padding: 6px;
  position: relative;
}

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

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

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

.social-icon-wrapper {
  z-index: 10;
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
  position: relative;
}

.social-icon {
  background-color: var(--grey);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.social-icon.light {
  background-color: #c0ccd18c;
  border: 1px solid #fff3;
}

.core-value {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  border: 1px none var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
  position: relative;
}

.check-icon {
  background-color: #fff;
  border-radius: 100px;
  width: 32px;
  height: 32px;
}

.check-icon.dark {
  background-color: var(--grey);
}

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

.vertical-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--pinstripe);
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  justify-items: stretch;
  height: 100%;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.team-portrait {
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin-top: 17px;
  margin-left: 17px;
  margin-right: 17px;
  padding: 0;
  display: flex;
  position: relative;
}

.team-card-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 36px;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  position: relative;
}

.team-card-link {
  border-right: 1px none var(--envision-blue-1);
  border-left: 1px none var(--envision-blue-1);
  background-color: var(--envision-blue-1);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 28px;
  margin-left: 0;
  margin-right: 0;
  font-size: 9px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0 -28px;
}

.horizontal-journal-card {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border: 1px solid var(--pinstripe);
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 300px;
  padding: 18px;
  text-decoration: none;
  display: grid;
}

.popular-posts {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 118px;
}

.journal-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px .5fr;
  grid-auto-columns: 1fr;
  padding: 60px 0 60px 60px;
  display: grid;
}

.journal-grid.journal-grid-2 {
  grid-template-columns: 1fr;
}

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

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

.journal-info {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  display: grid;
}

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

.popular-posts-list {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.popular-post-card {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.popular-post-image {
  min-height: 100px;
  position: relative;
  overflow: hidden;
}

.popular-post-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  display: grid;
}

.preloader {
  z-index: 10000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-content {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center stretch;
  width: auto;
  max-width: 275px;
  display: grid;
}

.preloader-indicator {
  width: 100%;
}

.indicator-wrapper {
  background-color: var(--pinstripe);
  height: 3px;
  display: flex;
}

.indicator-fill {
  background-color: var(--envision-blue-1);
  width: 0%;
  height: 100%;
}

.preloader-brand {
  max-width: 185px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 36px;
}

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

.slide-hero-background {
  background-image: url('../images/033.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slide-hero-background.three {
  background-image: url('../images/072.jpeg');
}

.slide-hero-background.slider-001 {
  background-image: url('../images/072.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.slide-hero-background.slider-001.slide-hero-background-video {
  background-image: none;
  display: block;
}

.slide-hero-background.slider-002 {
  background-image: url('../images/016.jpeg');
}

.slide-hero-background.slider-003 {
  background-image: url('../images/017.jpeg');
}

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

.slider-arrow-icon {
  opacity: .3;
  width: 18px;
}

.team-bio-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-portrait-wrapper {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 118px;
  overflow: hidden;
}

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

.contact-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.stacked-hero-title {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-toggle {
  border: 1px solid var(--pinstripe);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 9px;
  display: flex;
}

.social-dropdown-list.w--open {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.social-drop-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  border: 1px none var(--pinstripe);
  background-color: #fff;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  padding: 6px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px #292b4e1f;
}

.dropdown-corner {
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: -5px auto auto;
  transform: rotate(45deg);
}

.collection-list-wrapper {
  grid-template-columns: 1fr;
  height: 100%;
}

.collection-list-wrapper.collection-list-wrapper-service-page {
  grid-template-columns: 1fr;
}

.collection-list-wrapper.collection-list-wrapper-service-page.collection-list-wrapper-about-2 {
  display: none;
}

.collection-list-wrapper.collection-list-wrapper-about, .collection-list-wrapper.collection-list-wrapper-article-page, .collection-list-wrapper.collection-list-wrapper-article-page-2 {
  grid-template-columns: 1fr;
}

.collection-list-wrapper.homepage {
  display: none;
}

.collection-list {
  height: 100%;
}

.collection-item {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.collection-item.collection-item-home-blog, .collection-item.collection-item-about-page-directors {
  display: block;
}

.outline-hover-circle {
  z-index: 10;
  border: 1px solid #fffdfd66;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.project-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: auto;
  display: flex;
  position: relative;
}

.hover-circle-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

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

.journal-list-title {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-line.financial-services {
  margin-top: 50px;
}

.hover-line-fill {
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

.scroll-arrow {
  width: 18px;
}

.collection-list-wrapper-3 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

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

.social-media-box {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border: 1px none var(--pinstripe);
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.job-description {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 6px;
  display: grid;
}

.social-box {
  border: 1px solid var(--pinstripe);
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding: 0;
  display: flex;
  position: relative;
}

.social-box-icon {
  width: 24px;
}

.list-arrow {
  width: 14px;
}

.post-author-card {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px 80px;
  display: grid;
  position: relative;
}

.post-author-card.blog-page {
  display: none;
}

.success-message {
  background-color: #0000;
  height: 100%;
  padding: 0;
}

.success-box {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border: 1px solid var(--pinstripe);
  background-color: var(--grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  height: 100%;
  min-height: 400px;
  padding: 24px;
  display: grid;
}

.core-value-top {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.slider-bottom {
  z-index: 25;
  padding-bottom: 80px;
  position: relative;
}

.slider-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 15px;
  margin-left: 6px;
  margin-right: -21px;
  display: flex;
}

.outline-social-icon {
  border: 1px solid var(--pinstripe);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.outline-social-icon.large {
  width: 34px;
  height: 34px;
}

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

.journal-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.recent-journal-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.verticle-journal-image {
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin: 18px 18px 0;
  display: flex;
  position: relative;
}

.vericle-journal-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0 36px 36px;
  display: grid;
}

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

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

.plus-lottie {
  justify-content: center;
  align-items: center;
  width: 18px;
  padding-top: 6px;
  display: flex;
}

.plus-lottie.service {
  padding-top: 0;
}

.small-width {
  max-width: 300px;
}

.small-width.title-width {
  max-width: 600px;
}

.pagination {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 12px;
  padding-left: 48px;
  display: grid;
}

.what-we-did {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-text {
  font-size: 12px;
}

.team-top-info {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.team-social-wrapper {
  z-index: 10;
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-bottom: 18px;
  display: grid;
  position: absolute;
  inset: auto auto 0%;
}

.error-message {
  background-color: var(--grey);
  color: var(--body-display);
  margin-top: 18px;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 22rem;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: auto .5rem .5rem auto;
}

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

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

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  line-height: 1.5;
}

.delete-me_link {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.image {
  filter: none;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block, .text-block-2, .text-block-3 {
  -webkit-text-stroke-color: var(--black);
}

.heading, .heading-2, .heading-3 {
  color: var(--envision-blue-1);
}

.html-embed {
  background-color: #ededed00;
}

.background-video {
  height: 100%;
}

.collection-list-wrapper-4 {
  display: none;
}

.service-thumbnail {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-2 {
  max-width: 225px;
}

.servicetextlink {
  text-decoration: none;
}

.address-contact {
  color: var(--envision-blue-1);
  font-size: 22px;
}

.nav__link {
  margin-left: 40px;
  margin-right: 0;
  transition: all .3s;
  box-shadow: inset 0 0 #e4cfa9;
}

.nav__link:hover {
  box-shadow: inset 0 -9px #e4cfa9;
}

.f-footer-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: none;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-bottom.bottom {
  justify-content: center;
}

.f-footer-horizontal-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.f-icon-regular:hover {
  color: var(--envision-blue-1);
}

.f-footer-social {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--envision-blue-1);
  -webkit-text-stroke-color: var(--envision-blue-1);
  background-color: #f5faff;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-logo {
  flex: none;
  width: 200px;
}

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

.f-footer-small {
  background-color: var(--flowui-component-library--white);
  margin-top: 50px;
  padding: 32px 5%;
  position: relative;
}

.nav-link-div {
  transition: all .3s;
}

.nav-link-div:hover {
  box-shadow: inset 0 -9px #fff;
}

.div-block {
  z-index: 11;
  padding-top: 32px;
  position: relative;
}

.cursor {
  z-index: 90000;
  opacity: 0;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor__dot {
  opacity: 1;
  mix-blend-mode: difference;
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
}

.header {
  z-index: 2000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.header--inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.footermenu {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.section-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.section-2.is--hero {
  height: 100vh;
}

.menu__link {
  letter-spacing: -5px;
  text-transform: uppercase;
  font-size: 6em;
  font-weight: 400;
  line-height: 1;
}

.menu__link.is--1 {
  color: #fff;
  mix-blend-mode: difference;
  font-size: 6.8em;
  position: relative;
}

.footer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.header-link {
  color: #cacaca;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  position: relative;
}

.header-link:hover {
  font-style: italic;
  text-decoration: line-through;
}

.header-link.is--email {
  margin-right: 0;
}

.copyright__text {
  color: #fff;
  text-transform: uppercase;
}

.copyright {
  border-top: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 95%;
}

.l-container {
  align-items: center;
  width: 100%;
  max-width: 1900px;
  display: block;
  position: relative;
}

.header-links-block {
  align-items: center;
  display: flex;
  position: relative;
}

.menu {
  color: #000;
  mix-blend-mode: difference;
  text-decoration: none;
  position: relative;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-icon.spark-20px-icon {
  align-items: center;
  width: 20px;
  padding: 2px;
  display: flex;
}

.spark-social-row {
  grid-column-gap: 24px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.spark-social-row.spark-left-aligned {
  justify-content: flex-start;
  display: none;
}

.spark-small-sub-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-small-sub-paragraph.spark-margin-bottom-1rem {
  margin-bottom: 1rem;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-team-member-details {
  max-width: 590px;
}

.spark-vertical-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 310px;
}

.spark-wrapped-team-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-team-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: border-color .15s;
}

.spark-wrapped-team-card.spark-stacked:hover {
  border: 1px solid var(--spark-library--foreground-secondary);
  border-radius: 8px;
  padding: 8px;
}

.spark-wrapped-team-card.spark-top-aligned {
  justify-content: center;
  align-items: center;
}

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

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

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

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

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

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

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

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

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

.spark-section p {
  color: var(--black);
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

.spark-stacked-card {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spark-gray-paragraph {
  color: var(--spark-library--foreground-secondary);
  line-height: 1.3;
}

.spark-horizontal-team-member-image {
  object-fit: cover;
  border-radius: 12px;
  width: 500px;
  max-width: none;
  height: 300px;
  display: block;
}

.spark-horizontal-team-member-image.spark-small {
  border: 1px solid var(--envision-blue-1);
  object-position: 50% 20%;
  width: 310px;
  height: 310px;
}

.spark-flex-row-of-two-team-members {
  grid-column-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.spark-flex-row-of-team-members {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-2 {
  z-index: 11;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: none;
  position: relative;
  top: -55px;
}

.text-block-4 {
  color: var(--envision-blue-1);
  text-align: center;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 600;
}

.explore-div {
  z-index: 20;
  position: relative;
}

.explore-wrapper {
  z-index: 20;
  margin-top: 304px;
  position: relative;
  top: auto;
}

.explore-text {
  z-index: 20;
  position: relative;
}

.text-block-5 {
  color: var(--grey);
}

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

.centered-line-2 {
  background-color: #ffffff17;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: flex;
}

.centered-line-2.dark {
  background-color: #889ea833;
}

.background-2 {
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.scroll-line-2 {
  background-color: #fff3;
  width: 1px;
}

.hero-intro-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  max-width: 650px;
  display: grid;
}

.hero-intro-2.large-intro {
  max-width: 775px;
}

.rotate-text-2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 12px;
  font-size: 9px;
  display: flex;
  transform: rotate(90deg);
}

.collection-hero-2 {
  z-index: 10;
  background-color: #eef0f6;
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.body-display-2 {
  color: #626d86;
  font-size: 17px;
  line-height: 1.6em;
}

.scroll-wrapper-2 {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  place-items: stretch center;
  width: 1px;
  padding-top: 12px;
  display: grid;
  position: relative;
}

.line-fill-2 {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.author-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #eef0f6;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: -40px;
  position: relative;
}

.collection-hero-banner-2 {
  min-height: 800px;
  margin-bottom: -80px;
  position: relative;
  overflow: hidden;
}

.overlay-2 {
  background-color: #0a101d4d;
  position: absolute;
  inset: 0%;
}

.overlay-2.light {
  background-color: #0a101d33;
}

.subtitle-2 {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.subtitle-2.small {
  font-size: 9px;
}

.section-3 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

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

.section-3.article-page {
  padding-top: 0;
  padding-bottom: 30px;
}

.social-icon-2 {
  background-color: #eef0f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.post-author-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid #889ea833;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 350px;
  padding: 0;
  position: sticky;
  top: 118px;
}

.team-card-link-2 {
  background-color: var(--envision-blue-1);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-left: 1px #ff6f44;
  border-right: 1px #ff6f44;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 28px;
  margin-left: 0;
  margin-right: 0;
  font-size: 9px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0 -28px;
}

.author-avatar-2 {
  border: 1px solid #889ea833;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  padding: 6px;
  position: relative;
}

.centered-line-3 {
  background-color: #ffffff17;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: flex;
}

.centered-line-3.dark {
  background-color: #889ea833;
}

.body-display-3 {
  color: #626d86;
  font-size: 17px;
  line-height: 1.6em;
}

.line-fill-3 {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.solid-button-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.div-block-4 {
  width: 75px;
}

.great-place.mobile {
  display: none;
}

.great-place-image {
  background-image: url('../images/Envision_Next_LLP_IN_English_2024_Certification_Badge.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 200px;
  min-height: 200px;
}

.counter {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  margin-top: 30px;
  display: flex;
}

.counter-stats {
  min-width: 170px;
}

.counter-text-block {
  text-align: center;
  font-size: 17px;
  line-height: 1.6em;
}

.div-block-5 {
  width: 50%;
  display: inline-block;
}

.financial-service-heading {
  color: var(--envision-blue-1);
  margin-top: 20px;
  font-size: 26px;
  font-weight: 500;
}

.great-place-to-work {
  max-width: 400px;
}

.great-place-to-work-wrapper {
  margin-bottom: 30px;
}

.great-place-to-work-title {
  color: var(--envision-blue-1);
}

.great-place-body {
  margin-top: 15px;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  margin-bottom: 5px;
  display: flex;
}

.image-4 {
  width: 35px;
  min-width: 35px;
  max-width: 100%;
}

.en-logo-svg {
  color: var(--flowui-component-library--white);
  width: 200px;
}

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

.bold-text, .bold-text-service, .bold-text-3 {
  font-weight: 600;
}

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

.image-5 {
  width: 60px;
}

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

.image-6 {
  align-self: center;
  width: auto;
  height: 20px;
  margin-right: 10px;
}

.desciptionhome {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
}

.overage-butt {
  background-color: #122442;
  border: 2px solid #000;
  font-size: 16px;
}

.list {
  padding-left: 20px;
}

.error-msg {
  text-align: center;
  background-color: #282828;
  border: 1px solid #282828;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.popup-terms-text-2 {
  font-size: 16px;
  line-height: 1.5em;
}

.popup-button-div {
  text-align: center;
  margin-top: 25px;
}

.popup-verify-text {
  text-align: left;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5em;
}

.popup-terms-text {
  margin-top: 20px;
  font-size: 16px;
}

.list-item-2 {
  margin-top: 15px;
  margin-bottom: 15px;
  list-style-type: square;
}

.error-text {
  color: #fff;
  font-size: 18px;
}

.age-verif-parent-2 {
  z-index: 9999;
  background-color: #191712bf;
  border: 1px solid #000;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
}

.popup-head {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 28px;
}

.underage-butt {
  color: #122442;
  background-color: #fff;
  border: 2px solid #122442;
  margin-left: 15px;
  font-size: 16px;
}

.age-popup {
  background-color: #fff;
  border-radius: 5px;
  align-self: center;
  width: 75%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 30px;
  display: block;
  position: relative;
  top: 0%;
  left: 0;
}

.blog-title {
  letter-spacing: -.03em;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}

.field-container {
  width: 100%;
  margin-bottom: 40px;
}

.field-container.hide {
  display: none;
}

.field-label {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
}

.text-field-2 {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #0009;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
}

.text-field-2:focus {
  border-bottom-color: #0009;
}

.text-field-2:focus-visible {
  border-bottom-color: #0009;
}

.text-field-2[data-wf-focus-visible] {
  border-bottom-color: #0009;
}

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

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

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

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

.f-modal-button-grid {
  grid-template-rows: auto;
}

.f-modal-wrapper-right {
  grid-column-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.f-modal-line {
  background-color: var(--flowui-component-library--grey-300);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-account-input-grid {
  grid-template-columns: 1fr;
}

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

.f-modal-close-link {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-modal-close-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-sub-heading-regular {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-modal-title-wrapper {
  color: var(--flowui-component-library--gray-900);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.modal-wrapper {
  border: 1px solid var(--flowui-component-library--gray-100);
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 408px;
  padding: 24px;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.form__submit-result-wrap {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.4rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form__submit-result-wrap.mod--modal {
  padding-left: .75rem;
}

.form__submit-result {
  align-items: center;
  width: 0;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.form__submit-result.active {
  width: 1rem;
  transition-duration: 1s;
}

.modal__close {
  z-index: 5;
  opacity: .4;
  filter: invert();
  cursor: pointer;
  background-image: url('../images/ico-close-modal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 2rem;
  height: 2rem;
  transition: all .2s;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.modal__close:hover {
  opacity: .9;
}

.form__submit-result-ico {
  filter: invert(90%);
  flex: none;
  width: 1rem;
  max-width: none;
  display: block;
}

.modal__heading {
  max-width: 11.25rem;
  font-size: 1.25rem;
}

.modal__text {
  max-width: 15rem;
  margin-bottom: 0;
  line-height: 1.5rem;
}

.form__submit {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.remodal.remodal--global {
  border: 1px solid var(--grey);
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  max-width: 37.25rem;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.btn-submit {
  z-index: 1;
  color: #1e1e2f;
  background-color: #97c680;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 100%;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  box-shadow: inset 0 0 #feba88;
}

.btn-submit:hover {
  box-shadow: inset 0 -70px #feba88;
}

.btn-submit.mod--modal {
  flex: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: auto;
  bottom: 1rem;
}

.modal__text-wrap {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
  display: block;
}

.form-2 {
  position: relative;
}

.btn-submit__arrow {
  opacity: 1;
  transition: all .2s;
  display: block;
}

.btn-submit__arrow.active {
  opacity: 0;
}

.modal__content {
  z-index: 2;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2.5rem 3rem 3rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.input {
  z-index: 0;
  border: 1px solid #1e1e2f33;
  border-radius: 0;
  width: 300px;
  height: 64px;
  padding-left: 25px;
  font-size: 16px;
  transition: all .3s;
  position: relative;
}

.input:hover {
  border-color: #1e1e2f66;
}

.input:focus {
  border-color: #97c680;
}

.input::placeholder {
  color: #1e1e2f;
}

.input.mod--modal {
  background-color: #fff0;
  border-width: 0 0 1px;
  flex: 1;
  width: auto;
  height: 72px;
  margin-bottom: 0;
  padding-left: 0;
}

.input.mod--modal::placeholder {
  color: #1e1e2f99;
}

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

.form-block-2.mod--modal {
  width: 100%;
}

.modal__img {
  object-fit: cover;
  width: 100%;
  display: block;
  position: relative;
}

.form__content {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .nav-menu {
    max-width: 650px;
  }

  .half-wrapper {
    grid-column-gap: 100px;
  }

  .list-item {
    grid-column-gap: 60px;
  }

  .service-link-top {
    padding-left: 48px;
    padding-right: 48px;
  }

  .service-bottom {
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .card {
    grid-template-rows: 1fr .5fr;
    align-content: center;
    width: 100%;
  }

  .service-description.home-page.learn-more {
    padding-left: 48px;
    padding-right: 48px;
  }

  .number-item {
    min-height: 275px;
    padding: 36px 48px;
  }

  .service-item-top {
    grid-column-gap: 48px;
    grid-template-columns: 2.5fr .5fr auto;
  }

  .story-grid {
    grid-column-gap: 100px;
  }

  .core-value {
    padding: 36px;
  }

  .team-member-grid {
    grid-column-gap: 48px;
  }

  .team-portrait {
    min-height: 350px;
  }

  .project-image {
    min-width: 100%;
    min-height: 250px;
  }

  .verticle-journal-grid {
    grid-column-gap: 48px;
  }

  .small-width.title-width {
    max-width: 600px;
  }
}

@media screen and (min-width: 1440px) {
  .subtitle.small {
    font-size: 10px;
  }

  .half-wrapper {
    grid-column-gap: 120px;
  }

  .half-wrapper.blogwrapper {
    grid-template-columns: 1fr 1px 2fr;
  }

  .list-item {
    grid-column-gap: 80px;
  }

  .project-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-content {
    grid-column-gap: 100px;
  }

  .number-item {
    min-height: 300px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .service-item-top, .service-bottom-content {
    grid-column-gap: 60px;
  }

  .story-grid {
    grid-column-gap: 120px;
  }

  .team-portrait {
    min-height: 425px;
  }

  .project-image {
    min-width: 100%;
    min-height: 250px;
  }

  .small-width.title-width {
    max-width: 600px;
  }

  .age-verif-parent-2 {
    display: block;
  }

  .age-popup {
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .background {
    background-image: url('../images/envision-cta.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .services-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #0000;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .slider {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-arrow {
    width: 160px;
    height: 160px;
  }

  .nav-link {
    border-style: solid none none;
    border-width: 1px;
    border-color: var(--pinstripe);
    background-color: #fff;
    min-height: 60px;
  }

  .nav-link.contact-navlink {
    text-align: center;
    display: block;
  }

  .navigation-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-menu {
    background-color: #0000;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .service-link {
    background-color: #fff;
  }

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

  .dual-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .dual-wrapper.great-place {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .half-wrapper {
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .half-wrapper.blogwrapper {
    grid-template-columns: auto 1px 1fr;
  }

  .list-item {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .service-link-top.our-services {
    display: none;
  }

  .service-bottom {
    padding-top: 48px;
  }

  .featured-work-slider {
    padding-top: 180px;
    padding-bottom: 280px;
  }

  .projects-arrow {
    width: 60px;
    height: 60px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 60px 80px;
  }

  .projects-arrow.left {
    bottom: 60px;
    left: 0;
    right: 80px;
  }

  .hover-slider-arrow {
    width: 100%;
    height: 100%;
  }

  .project-grid {
    grid-template-columns: 1fr 1fr;
    padding: 36px 0 48px 36px;
  }

  .project-grid.project-grid-service-page {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .project-grid.project-grid-about-page {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .card.card-service-page.card-life-at-en-mobile {
    justify-items: center;
  }

  .verticle-line {
    width: 100%;
  }

  .verticle-line.vertical-line-article-page {
    display: none;
  }

  .slider-section.textsection {
    padding-bottom: 70px;
  }

  .action-banner {
    min-height: 600px;
  }

  .instagram-footer {
    padding-top: 80px;
  }

  .showreel-info {
    padding-right: 160px;
  }

  .service-card-hover {
    display: none;
  }

  .instagram-feed {
    grid-template-columns: 1fr;
  }

  .instagram-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .instagram {
    height: 20vw;
  }

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

  .footer-wrapper {
    grid-row-gap: 100px;
    padding-top: 100px;
  }

  .inner-hero-content {
    padding-top: 36px;
  }

  .collection-hero-banner {
    min-height: 650px;
  }

  .projects-wrapper {
    padding-bottom: 100px;
  }

  .about-content {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 48px;
  }

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

  .number-item {
    grid-row-gap: 100px;
  }

  .sticky-intro {
    position: relative;
    top: 0;
  }

  .step-card {
    grid-row-gap: 60px;
    border-bottom: 1px solid var(--pinstripe);
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .step-card.end {
    border-bottom-style: none;
  }

  .project-body {
    grid-row-gap: 60px;
    padding: 48px 0 48px 48px;
  }

  .post-top {
    padding-top: 60px;
  }

  .post-body {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding: 48px 0 48px 48px;
  }

  .dropdown-list {
    position: absolute;
  }

  .dropdown-list.w--open {
    padding-top: 0;
  }

  .dropdown-wrapper {
    width: 100%;
    min-width: auto;
    box-shadow: 0 18px 36px -8px #292b4e1f;
  }

  .dropdown-link {
    border-top: 1px solid var(--pinstripe);
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    display: flex;
  }

  .contact-info-wrapper {
    grid-row-gap: 60px;
    padding-bottom: 60px;
  }

  .quick-link-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-left: 36px;
  }

  .about-wrapper {
    padding: 48px 0 48px 48px;
  }

  .services-dual-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .sticky-services-intro {
    position: relative;
    top: auto;
  }

  .service-bottom-content {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .team-image {
    min-height: 250px;
  }

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

  .story-grid {
    grid-row-gap: 48px;
    grid-template-rows: auto 1px;
    grid-template-columns: 1fr;
  }

  .team-member-wrapper {
    padding: 36px 0 60px 36px;
  }

  .project-banner {
    min-height: 400px;
  }

  .project-details {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .project-numbers-section {
    padding-top: 120px;
  }

  .project-gallery-image {
    min-height: 275px;
  }

  .project-intro {
    grid-template-columns: 1fr;
  }

  .project-gallery {
    grid-template-columns: 1fr 1fr;
  }

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

  .team-portrait {
    min-height: 375px;
  }

  .popular-posts {
    max-width: 500px;
    position: relative;
    top: auto;
  }

  .journal-grid {
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 48px 0 48px 48px;
  }

  .popular-post-image {
    min-height: 140px;
  }

  .popular-post-info {
    grid-row-gap: 36px;
  }

  .team-bio-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .social-drop-wrapper {
    border-style: solid;
  }

  .dropdown-corner {
    border-top: 1px solid var(--pinstripe);
    border-left: 1px solid var(--pinstripe);
    top: -6px;
  }

  .collection-list-wrapper.collection-list-wrapper-service-page.collection-list-wrapper-about-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .project-image.project-image-service {
    width: 220px;
    min-height: 150px;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 19px 0;
    display: flex;
  }

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

  .menu-icon-wrapper {
    border-style: none none none solid;
    border-width: 1px;
    border-color: black black black var(--pinstripe);
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 0 0 24px;
    display: flex;
  }

  .menu-icon {
    width: 28px;
  }

  .social-box {
    min-height: 120px;
  }

  .verticle-journal-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .menu-items {
    box-shadow: 0 18px 36px -8px var(--shaddow);
    flex-direction: column;
  }

  .pagination {
    padding-left: 36px;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .spark-wrapped-team-card {
    width: 45%;
  }

  .spark-wrapped-team-card.spark-top-aligned {
    grid-column-gap: 64px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .spark-four-column-team-grid {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section.personnel-section {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .spark-stacked-card {
    width: 45%;
  }

  .spark-flex-row-of-two-team-members {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .collection-hero-banner-2 {
    min-height: 650px;
  }

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

  .main {
    display: none;
  }

  .age-verif-parent-2 {
    object-fit: fill;
    justify-content: flex-end;
    height: 580vh;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: absolute;
    overflow: visible;
  }

  .age-popup {
    width: 95%;
    margin-top: 0;
  }

  .field-container {
    margin-bottom: 30px;
  }

  .field-label {
    margin-bottom: 5px;
  }

  .form-block-2 {
    width: 100%;
    max-width: 300px;
  }

  .form-block-2.mod--modal {
    max-width: 100%;
  }
}

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

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

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

  .slider-arrow {
    width: 140px;
    height: 140px;
    padding-left: 80px;
    left: -80px;
  }

  .slider-arrow.right {
    padding-right: 80px;
    right: -80px;
  }

  .nav-right {
    grid-column-gap: 18px;
  }

  .nav-link {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .dual-wrapper.great-place {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
  }

  .body-display.small.learn-more {
    display: none;
  }

  .half-wrapper {
    grid-row-gap: 24px;
  }

  .list-item {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .featured-work-slider {
    padding-top: 140px;
    padding-bottom: 260px;
  }

  .projects-arrow, .projects-arrow.left {
    bottom: 40px;
  }

  .testimonial-slide-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .project-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    padding: 30px 0 36px 30px;
  }

  .project-grid.project-grid-service-page {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .action-banner {
    min-height: auto;
  }

  .instagram-footer {
    padding-top: 60px;
  }

  .hero-intro {
    padding-left: 40px;
    padding-right: 40px;
  }

  .showreel-info {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 24px;
  }

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

  .instagram {
    height: 40vw;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    grid-row-gap: 60px;
    padding-top: 60px;
  }

  .footer-credits {
    grid-template-columns: 1fr;
  }

  .testimonial-text {
    font-size: 28px;
  }

  .inner-hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-hero-banner {
    min-height: 500px;
  }

  .projects-wrapper {
    padding-bottom: 80px;
  }

  .about-content {
    padding-left: 36px;
  }

  .about-image {
    min-height: 350px;
  }

  .benefits-row {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .number-item {
    grid-row-gap: 60px;
  }

  .about-hero-bottom {
    min-height: 100px;
  }

  .step-card {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .project-block {
    border-top: 1px solid var(--pinstripe);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .project-body {
    grid-row-gap: 48px;
    padding: 36px 0 36px 36px;
  }

  .post-top {
    grid-row-gap: 60px;
  }

  .post-body {
    padding: 36px 0 36px 36px;
  }

  .dropdown-link {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .projects-hero {
    min-height: 800px;
  }

  .project-bottom {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 24px;
  }

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

  .about-wrapper {
    padding: 36px 0 36px 36px;
  }

  .service-item-top {
    grid-template-columns: 1fr auto;
  }

  .service-bottom-content {
    grid-row-gap: 24px;
    padding-top: 36px;
  }

  .team-image {
    min-height: 200px;
  }

  .team-image-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .about-list {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .team-member-wrapper {
    padding: 24px 0 48px 24px;
  }

  .project-banner {
    min-height: 300px;
  }

  .project-details {
    grid-row-gap: 48px;
  }

  .number-box {
    grid-template-columns: 1fr;
  }

  .project-numbers-section {
    padding-top: 100px;
  }

  .project-gallery-image {
    min-height: 200px;
  }

  .project-gallery {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .box-item, .core-value {
    grid-row-gap: 48px;
  }

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

  .team-portrait {
    min-height: 500px;
  }

  .horizontal-journal-card {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .journal-grid {
    padding: 36px 0 36px 36px;
  }

  .journal-image {
    min-height: 275px;
  }

  .journal-info {
    grid-row-gap: 24px;
    padding: 0 12px 12px;
  }

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

  .team-portrait-wrapper {
    position: relative;
    top: auto;
  }

  .collection-list-wrapper.collection-list-wrapper-service-page.collection-list-wrapper-about-2 {
    margin-top: 35px;
  }

  .project-image.project-image-service {
    width: 350px;
    min-height: 200px;
  }

  .social-box {
    min-height: 100px;
  }

  .post-author-card {
    padding: 36px;
  }

  .verticle-journal-grid {
    grid-template-columns: 1fr;
  }

  .pagination {
    margin-top: 6px;
    padding-left: 30px;
  }

  .menu__link.is--1 {
    font-size: 5em;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-small-sub-paragraph.spark-margin-bottom-1rem {
    text-align: center;
  }

  .spark-wrapped-team-card {
    width: 100%;
  }

  .spark-wrapped-team-card.spark-stacked {
    width: 45%;
  }

  .spark-wrapped-team-card.spark-top-aligned {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .spark-four-column-team-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section h3 {
    text-align: center;
  }

  .spark-horizontal-team-member-image {
    width: 100%;
    height: auto;
  }

  .hero-intro-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .collection-hero-banner-2 {
    min-height: 500px;
  }

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

  .great-place.desktop {
    display: none;
  }

  .great-place.mobile {
    display: block;
  }

  .great-place-to-work-wrapper {
    margin-top: 20px;
  }

  .age-verif-parent-2 {
    height: 700vh;
  }

  .modal__close {
    top: 1rem;
    right: 1rem;
  }

  .remodal.remodal--global {
    max-width: 30rem;
  }

  .modal__content {
    padding: 1.5rem;
  }
}

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

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

  .home-hero {
    min-height: 93vh;
  }

  .slider-arrow {
    width: 120px;
    height: 120px;
    padding-left: 60px;
    top: auto;
    bottom: 140px;
    left: -60px;
  }

  .slider-arrow.right {
    padding-right: 60px;
    right: -60px;
  }

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

  .dual-wrapper {
    grid-row-gap: 48px;
  }

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .half-wrapper {
    grid-template-rows: auto;
  }

  .half-wrapper.blogwrapper {
    grid-column-gap: 0px;
    grid-template-columns: auto 1px;
  }

  .list-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .featured-work-slider {
    padding-bottom: 236px;
  }

  .projects-arrow, .projects-arrow.left {
    display: none;
  }

  .projects-mask {
    padding-bottom: 0;
  }

  .testimonial-slide-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .project-grid {
    padding-top: 28px;
    padding-bottom: 48px;
    padding-left: 28px;
  }

  .card {
    width: 100%;
  }

  .slider-section.textsection {
    padding-bottom: 85px;
  }

  .nav-button {
    display: none;
  }

  .hero-intro {
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .outline-button.outline-button-blue.outline-button-service-section {
    margin-left: auto;
    margin-right: auto;
  }

  .showreel-info {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-text {
    font-size: 26px;
  }

  .testimonial-text.testimonial-home {
    font-size: 18px;
  }

  .client {
    grid-template-columns: auto;
  }

  .client-avatar {
    width: 80px;
    height: 80px;
  }

  .inner-hero-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-hero-banner {
    min-height: 450px;
  }

  .projects-wrapper {
    padding-bottom: 60px;
  }

  .about-content {
    padding-left: 30px;
    padding-right: 0;
  }

  .inner-page-hero {
    min-height: 700px;
    padding-top: 104px;
  }

  .about-image {
    min-height: 250px;
  }

  .hero-top {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .project-body {
    grid-row-gap: 36px;
    padding: 30px 0 30px 30px;
  }

  .post-top {
    grid-row-gap: 48px;
    padding-top: 48px;
  }

  .post-body {
    padding: 24px 0 48px 24px;
  }

  .dropdown {
    margin-right: 0;
  }

  .projects-hero {
    min-height: 93vh;
  }

  .slide-content {
    padding-top: 124px;
    padding-bottom: 260px;
  }

  .project-hero-bottom {
    display: none;
  }

  .contact-form-wrapper {
    padding-right: 0;
  }

  .about-wrapper {
    padding: 18px 0 18px 18px;
  }

  .service-list-item {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .service-bottom-content {
    padding-top: 36px;
  }

  .team-image {
    min-height: 135px;
  }

  .team-image-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .project-banner {
    min-height: 200px;
  }

  .project-gallery-image {
    min-height: 125px;
  }

  .project-gallery {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .box-item {
    grid-row-gap: 36px;
  }

  .team-portrait {
    min-height: 375px;
  }

  .horizontal-journal-card {
    grid-row-gap: 24px;
  }

  .journal-grid {
    padding: 24px 0 24px 24px;
  }

  .popular-posts-list {
    grid-row-gap: 36px;
  }

  .popular-post-card {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .popular-post-info {
    grid-row-gap: 6px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .collection-list-wrapper.collection-list-wrapper-service-page.collection-list-wrapper-about-2 {
    margin-top: 25px;
  }

  .project-image {
    height: 150px;
  }

  .project-image.project-image-service {
    width: 230px;
    min-height: auto;
  }

  .hover-circle-wrapper {
    padding: 40px;
  }

  .menu-icon-wrapper {
    padding-left: 18px;
  }

  .collection-list-wrapper-3 {
    padding-bottom: 18px;
  }

  .social-box {
    min-height: 100px;
  }

  .post-author-card {
    padding: 24px;
  }

  .vericle-journal-info {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pagination {
    margin-top: 0;
    padding-left: 28px;
  }

  .button-text {
    line-height: 1.5em;
  }

  .image {
    max-width: 85%;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .section-2 {
    padding: 25px;
  }

  .menu__link.is--1 {
    letter-spacing: 0;
    font-size: 2.8em;
  }

  .header-links-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-icon.spark-20px-icon {
    flex: none;
    width: 20px;
    padding: 0;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-wrapped-team-card.spark-stacked {
    width: 100%;
  }

  .spark-wrapped-team-card.spark-top-aligned {
    align-items: stretch;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-stacked-card, .spark-horizontal-team-member-image.spark-small {
    width: 100%;
  }

  .hero-intro-2 {
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-hero-banner-2 {
    min-height: 450px;
  }

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

  .counter-stats {
    margin-left: auto;
    margin-right: auto;
  }

  .age-verif-parent-2 {
    height: 850vh;
    display: block;
  }

  .f-modal-button-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .modal__heading {
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .modal__text {
    max-width: 20rem;
  }

  .modal__text-wrap {
    display: block;
  }

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

  .input {
    width: 100%;
  }

  .form-block-2 {
    max-width: 100%;
  }
}

#w-node-_8b49a061-8ac9-29ef-f95d-1bbe13f8dc3e-f172705c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_819fb258-0938-7777-14ba-51413a9fd4d7-f172705c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_819fb258-0938-7777-14ba-51413a9fd4d8-f172705c {
  place-self: center;
}

#w-node-_220fa697-7ba6-2d4a-5721-86f59c902d91-f172705c {
  justify-self: center;
}

#w-node-_819fb258-0938-7777-14ba-51413a9fd4de-f172705c {
  place-self: center;
}

#w-node-_6a90bddf-4e55-262a-191f-7c2cac9f76c1-f172705c {
  justify-self: center;
}

#w-node-d440db47-823b-161c-3f50-6ace7afc9a03-f172705c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c106bab8-0123-b188-5c41-fd9bb42d15e1-f172705c {
  justify-self: center;
}

#w-node-ea4eae9c-60ca-ae5b-57ec-bb75635779b0-f172705c, #w-node-_2d8e7391-945b-fd2f-25d7-4084786cde7d-f172705c {
  align-self: auto;
}

#w-node-_2d8e7391-945b-fd2f-25d7-4084786cde80-f172705c {
  justify-self: start;
}

#w-node-a5503781-62bc-7a36-f470-a62d4250e756-f172705c {
  justify-self: center;
}

#w-node-a5503781-62bc-7a36-f470-a62d4250e757-f172705c, #w-node-_1ccfe933-b025-d507-b292-ba2a1a3f894c-f172705c {
  align-self: end;
}

#w-node-_96fb5459-4411-d666-d24f-7dbb554fa5d1-f172705c {
  justify-self: start;
}

#w-node-_0ce07434-4c8e-b1e5-37eb-c164820f6931-f172705c {
  justify-self: center;
}

#w-node-_91e0b11a-8aaf-7d9f-d99c-96e8b659c688-f172705c {
  justify-self: start;
}

#w-node-ce28df83-c641-fd99-f5b7-7c4713fa3d7e-f172705c {
  justify-self: center;
}

#w-node-_2f66354e-096d-a3f7-c536-4cb60cc36b13-f172705c {
  justify-self: start;
}

#w-node-db6915f9-61b5-4fb1-2fb0-8736580d2572-f172705c {
  justify-self: center;
}

#w-node-_1e432212-bcb7-dcff-0d45-154f668df908-f172705c {
  justify-self: start;
}

#w-node-_7f721e30-6a4b-32b8-57fb-e8c97c1a110a-f172705c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_550bbeb3-ad12-62b2-3b32-267633ceadb3-f172705c {
  place-self: center start;
}

#w-node-_5ec84a1f-0185-e0db-a05e-42b46efb7947-f172705c {
  justify-self: start;
}

#w-node-_2de0c92b-51c5-2305-1687-f7ca5a4bbcb7-f172705c, #w-node-_2de0c92b-51c5-2305-1687-f7ca5a4bbcb8-f172705c {
  align-self: start;
}

#w-node-_2de0c92b-51c5-2305-1687-f7ca5a4bbcbb-f172705c {
  place-self: end start;
}

#w-node-_9469e797-40ba-dc19-fa3d-40266e07e6bc-f172705c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_9469e797-40ba-dc19-fa3d-40266e07e6c5-f172705c {
  justify-self: center;
}

#w-node-_9469e797-40ba-dc19-fa3d-40266e07e6c8-f172705c {
  align-self: center;
}

#w-node-_545d7b5c-c2dc-bef6-b355-591bb4d375c4-f172705c {
  justify-self: center;
}

#w-node-_545d7b5c-c2dc-bef6-b355-591bb4d375c7-f172705c {
  align-self: center;
}

#w-node-_32f7a06f-1eb7-9111-0ee2-3045805495ff-f172705c {
  justify-self: center;
}

#w-node-_32f7a06f-1eb7-9111-0ee2-304580549602-f172705c {
  align-self: center;
}

#w-node-f9c335d0-4553-3cc4-f029-f5c6dbf222df-f172705c {
  justify-self: center;
}

#w-node-f9c335d0-4553-3cc4-f029-f5c6dbf222e2-f172705c {
  align-self: center;
}

#w-node-_43f7b54f-90e1-49fd-7d7d-cd3c99f0f634-f172705c {
  justify-self: center;
}

#w-node-_43f7b54f-90e1-49fd-7d7d-cd3c99f0f637-f172705c {
  align-self: center;
}

#w-node-_9469e797-40ba-dc19-fa3d-40266e07e708-f172705c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end start;
}

#w-node-_9469e797-40ba-dc19-fa3d-40266e07e70a-f172705c {
  justify-self: start;
}

#w-node-_9469e797-40ba-dc19-fa3d-40266e07e70d-f172705c {
  justify-self: center;
}

#w-node-_4b677261-dd5e-f789-c7a3-367c88901b39-f172705c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4b677261-dd5e-f789-c7a3-367c88901b3b-f172705c, #w-node-_4b677261-dd5e-f789-c7a3-367c88901b3e-f172705c {
  align-self: start;
}

#w-node-_4b677261-dd5e-f789-c7a3-367c88901b3c-f172705c {
  justify-self: start;
}

#w-node-_4b677261-dd5e-f789-c7a3-367c88901b3f-f172705c {
  align-self: start;
}

#w-node-_4b677261-dd5e-f789-c7a3-367c88901b44-f172705c {
  place-self: end start;
}

#w-node-_4b677261-dd5e-f789-c7a3-367c88901b3a-f172705c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f46ad1e6-1e78-af64-826c-183dae567843-f172705c, #w-node-c8732d9d-1e50-ab17-eda2-b5d36a588d78-f172705c, #w-node-ecf220fd-02aa-34fd-3cd1-6abc4ba2e839-f172705c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a769e-47c2-d17b-917b-7d577439edff-f172705c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_056965fa-12c6-28ae-93af-48138763607a-f172705c {
  align-self: start;
}

#w-node-d99672ba-2a6e-def1-2261-22a76b59d30b-f172705c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d99672ba-2a6e-def1-2261-22a76b59d30d-f172705c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d99672ba-2a6e-def1-2261-22a76b59d30f-f172705c {
  align-self: start;
}

#w-node-_0e28ccdc-e76e-09e3-0bbf-4499b44c6991-f172705c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e28ccdc-e76e-09e3-0bbf-4499b44c6993-f172705c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0e28ccdc-e76e-09e3-0bbf-4499b44c6995-f172705c {
  align-self: start;
}

#w-node-_38a9fbbc-ad57-c0dc-86f6-cf635faf7ae6-f172705c, #w-node-_38a9fbbc-ad57-c0dc-86f6-cf635faf7ae7-f172705c, #w-node-_38a9fbbc-ad57-c0dc-86f6-cf635faf7ae8-f172705c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38a9fbbc-ad57-c0dc-86f6-cf635faf7af5-f172705c {
  align-self: end;
}

#w-node-_38a9fbbc-ad57-c0dc-86f6-cf635faf7afa-f172705c {
  justify-self: start;
}

#w-node-_8e6078b4-847f-2b98-eaed-cf6323ea097e-f172705c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8e6078b4-847f-2b98-eaed-cf6323ea0982-f172705c {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_8e6078b4-847f-2b98-eaed-cf6323ea0988-f172705c {
  place-self: end start;
}

#w-node-f770ba7a-ad7c-4efc-b464-3870177abb13-177abb0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88df97de-bae8-9125-6a6a-06eac51105ce-c51105cc {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_88df97de-bae8-9125-6a6a-06eac51105e0-c51105cc {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f43c4d8d-56dd-7eed-a88e-2c7b7b0c8f26-0463cdca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a5-f172705d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-f172705d {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a8-f172705d {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59ac-f172705d {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b0-f172705d {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b3-f172705d {
  justify-self: center;
}

#w-node-_76715614-2a10-ff85-5085-a7a276a8e5fe-f172705d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76715614-2a10-ff85-5085-a7a276a8e60d-f172705d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a8387884-91ae-3291-a18c-017d97491434-f172705d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a3a95098-1593-07a5-c373-97375199b507-f172705d, #w-node-a3a95098-1593-07a5-c373-97375199b508-f172705d {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b509-f172705d {
  justify-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b50b-f172705d, #w-node-a3a95098-1593-07a5-c373-97375199b50c-f172705d {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b513-f172705d {
  justify-self: start;
}

#w-node-_05a92ddd-070b-0ef3-8800-949f454eab61-f172705d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea9aa71d-f5c2-8b6d-23ff-aac2418dba31-f172705d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ea9aa71d-f5c2-8b6d-23ff-aac2418dba32-f172705d, #w-node-ea9aa71d-f5c2-8b6d-23ff-aac2418dba33-f172705d, #w-node-ea9aa71d-f5c2-8b6d-23ff-aac2418dba52-f172705d, #w-node-ea9aa71d-f5c2-8b6d-23ff-aac2418dba34-f172705d, #w-node-ea9aa71d-f5c2-8b6d-23ff-aac2418dba43-f172705d, #w-node-f955b2fc-ebd1-f2dc-2b62-dfd23c350eae-f172705d, #w-node-_49f6a5b7-e2a8-cfe7-9ecd-8d9135530a3a-f172705d, #w-node-_4a4527e8-d4e2-b1f6-5f6a-f76a61dba84b-f172705d, #w-node-_4a4527e8-d4e2-b1f6-5f6a-f76a61dba84c-f172705d, #w-node-_4a4527e8-d4e2-b1f6-5f6a-f76a61dba84d-f172705d, #w-node-_4a4527e8-d4e2-b1f6-5f6a-f76a61dba85c-f172705d, #w-node-_4a4527e8-d4e2-b1f6-5f6a-f76a61dba86b-f172705d, #w-node-_4d499aeb-e416-4e73-650e-cf79a6dca040-f172705d, #w-node-_4a4527e8-d4e2-b1f6-5f6a-f76a61dba87a-f172705d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea9aa71d-f5c2-8b6d-23ff-aac2418dba61-f172705d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b75-f172705e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b76-f172705e {
  place-self: center;
}

#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b78-f172705e {
  justify-self: center;
}

#w-node-_1d0e4f42-01a1-efb3-0bea-d6c7f55f9d01-f172705e {
  place-self: center;
}

#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b80-f172705e {
  justify-self: start;
}

#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b83-f172705e {
  justify-self: center;
}

#w-node-ad593df4-eeb4-282c-d066-61e5ae8ffa2a-f172705e {
  grid-area: 1 / 2 / 2 / 3;
}

#contact-section-main.w-node-c00efebe-e4dc-1e51-0f70-a418b6d498d2-f172705e {
  justify-self: center;
}

#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4916-f172705e {
  align-self: start;
}

#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4917-f172705e {
  justify-self: start;
}

#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4919-f172705e, #w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d491a-f172705e, #w-node-bbd3f8b7-bdab-9bc6-9d87-f95d57dfe9cc-f172705e {
  align-self: start;
}

#w-node-_0c4c9186-3fa5-9225-a34b-b07b8fa7b1bb-f172705e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43e76f62-22f1-bc62-316f-4ba54345fa95-f172705e, #Name.w-node-_43e76f62-22f1-bc62-316f-4ba54345fa98-f172705e, #w-node-_77ddc4c8-888e-8019-6969-223dc9cb36a2-f172705e, #Email.w-node-_77ddc4c8-888e-8019-6969-223dc9cb36a4-f172705e, #w-node-_9549297c-42b1-3ae5-122e-2983a26a3a8f-f172705e, #Phone.w-node-_9549297c-42b1-3ae5-122e-2983a26a3a91-f172705e, #w-node-_2b490e51-7176-6809-0cb1-d8e443b695dc-f172705e, #Message.w-node-_4a4b3dc9-5f8b-1510-13a9-a8389fc1f04d-f172705e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#submit-button.w-node-_9bd5f798-de05-0e67-9c15-604007b939e3-f172705e {
  justify-self: start;
}

#w-node-ad593df4-eeb4-282c-d066-61e5ae8ffa51-f172705e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb610-f172705f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb611-f172705f {
  place-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb612-f172705f, #w-node-b969a808-e524-3cc4-90ac-2fa043afb614-f172705f, #w-node-b969a808-e524-3cc4-90ac-2fa043afb617-f172705f {
  justify-self: center;
}

#w-node-dbb57d42-b964-395b-64cb-f5b041f31e02-f172705f {
  place-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb5fc-f172705f {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_9ed63169-669b-0dd7-6906-788712583543-f172705f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_9ed63169-669b-0dd7-6906-788712583544-f172705f {
  justify-self: start;
}

#w-node-_9ed63169-669b-0dd7-6906-788712583547-f172705f {
  justify-self: center;
}

#w-node-_9762608f-4b29-bc60-0fbb-bbecdb170e03-f172705f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b6706ec4-e43a-2119-ea98-7acfcd046844-f172705f {
  justify-self: start;
}

#w-node-_16f69f18-0644-6e98-c3eb-059debe91807-f172705f {
  align-self: start;
}

#w-node-_37152615-0fe1-7cf7-c187-7f2da2fa8e2a-f172705f, #w-node-_70fae85e-0726-eb25-b66c-a502b3a38036-f172705f, #w-node-_5c936675-37cd-ebc8-cd25-71394519325e-f172705f {
  justify-self: center;
}

#w-node-_9762608f-4b29-bc60-0fbb-bbecdb170e59-f172705f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9ae3960b-8b2e-a9f7-8e4a-7621149c4232-f172705f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b21be0cc-59f5-5d18-08ee-084ca08c75cd-f172705f, #w-node-_94823f3f-18c8-2b72-da52-749a506b9380-f172705f {
  justify-self: center;
}

#w-node-_7dbc3dbd-151f-7d07-a61b-1cc434192283-f172705f, #w-node-_7dbc3dbd-151f-7d07-a61b-1cc434192284-f172705f {
  align-self: start;
}

#w-node-f1f09e54-6029-2406-2e8e-6aa3bda58d18-f172705f, #w-node-d1e55ea6-aace-f302-ef2c-69923b47c791-f172705f {
  justify-self: center;
}

#w-node-_78002257-30af-74c3-df9e-143e2f250058-f172705f {
  place-self: end center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476ad-9974768b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
  align-self: center;
}

#w-node-_467b2036-62d9-0cae-a9e6-a2355e32ce5a-9974768b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476ba-9974768b {
  place-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476c0-9974768b {
  justify-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476c7-9974768b {
  place-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476cd-9974768b {
  place-self: end center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d4-9974768b {
  place-self: center;
}

#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6db-3ac6a6d9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6df-3ac6a6d9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6e4-3ac6a6d9 {
  place-self: end start;
}

#scroll.w-node-_57463f39-2b43-5959-78eb-09d8e48c6165-f1727060 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_51ce841c-8d6c-91bb-b1e8-5985f0545647-f1727060 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-d24f2895-6183-db7b-f323-c5fc47580c5e-f1727060, #w-node-_3a100899-eebf-6056-6f5e-29b2d62254ce-f1727060, #w-node-_59a4a72d-7c73-70d7-a9ba-049330057105-f1727060 {
  align-self: start;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320ea-f1727060 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320eb-f1727060 {
  place-self: center;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320ec-f1727060, #w-node-_739ad824-5627-5eb8-dc3f-36456389b798-f1727060, #w-node-_0fc492cc-3f08-8800-179c-cb200d3320ee-f1727060, #w-node-b1af9500-e175-eb02-775d-82b1f334f3fc-f1727060 {
  justify-self: center;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320f0-f1727060 {
  place-self: end center;
}

#w-node-_3d089456-f5ad-5392-7c73-7e6aa2789158-f1727060 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf541-f1727060 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf543-f1727060, #w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf544-f1727060 {
  align-self: start;
}

#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf547-f1727060 {
  justify-self: start;
}

#w-node-e5b29ab1-a4c1-9467-74ab-5211e97142d5-f1727060 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4b45f269-1771-548d-96bf-1cd99de73457-f1727060 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d67-f1727060 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d6b-f1727060 {
  justify-self: center;
}

#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d6e-f1727060 {
  align-self: center;
}

#w-node-d740d320-490b-38bc-0ce0-2d6f0e13d8b1-f1727060 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0adffef0-f704-bee0-844a-cc0178256817-f1727060 {
  place-self: center start;
}

#w-node-df64bdaf-4b16-4e0f-c3d6-cc3cad65d28f-f1727060 {
  justify-self: start;
}

#w-node-_0adffef0-f704-bee0-844a-cc0178256818-f1727060, #w-node-_0adffef0-f704-bee0-844a-cc0178256819-f1727060 {
  align-self: start;
}

#w-node-_474ee50d-d7e0-6afc-4c9f-705dc2b695cb-f1727060 {
  place-self: end start;
}

#w-node-_1eff8e35-02a5-db12-a9c3-8b38c3d0ca95-f1727060 {
  align-self: start;
}

#w-node-_858f5094-c50e-4477-080e-f8c9c57e0a37-f1727060 {
  align-self: end;
}

#w-node-_6a1d7461-1cc6-8451-7eba-3445d39bdfd2-f1727060 {
  align-self: start;
}

#w-node-_0f48ba6b-b8f4-87e8-57ed-bbc27173d4db-f1727060 {
  align-self: end;
}

#w-node-_54716730-79fd-cec2-9bea-42365c6e4a01-f1727060 {
  align-self: start;
}

#w-node-e11f5738-1e05-a3c1-7d25-adfd3f968389-f1727060 {
  align-self: end;
}

#w-node-_5f238971-49bc-5a15-be1f-587ab16fb361-f1727060 {
  align-self: start;
}

#w-node-_77b3e910-dc2d-4a56-c9a3-d444445282af-f1727060 {
  align-self: end;
}

#w-node-e3ecceef-883e-3190-f203-864e4068a1ca-f1727060 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e3ecceef-883e-3190-f203-864e4068a1cb-f1727060 {
  justify-self: start;
}

#w-node-e3ecceef-883e-3190-f203-864e4068a1ce-f1727060 {
  justify-self: center;
}

#w-node-c3384b93-d923-f113-0a35-29d9b7170ae3-f1727060 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe482-f1727060 {
  justify-self: center;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe483-f1727060 {
  justify-self: end;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe484-f1727060 {
  align-self: center;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe485-f1727060 {
  justify-self: start;
}

#w-node-c3384b93-d923-f113-0a35-29d9b7170b0f-f1727060 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_484be61a-a7e1-22c1-3207-7473b36841e7-f1727060 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_484be61a-a7e1-22c1-3207-7473b36841eb-f1727060 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_484be61a-a7e1-22c1-3207-7473b36841f1-f1727060 {
  place-self: end start;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb8fe-faecb8fb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb900-faecb8fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb902-faecb8fb {
  align-self: start;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb908-faecb8fb {
  justify-self: start;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba179-f1727061 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba17a-f1727061 {
  place-self: center;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba17c-f1727061 {
  justify-self: center;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba184-f1727061 {
  justify-self: start;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba187-f1727061 {
  justify-self: center;
}

#w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fed-f1727061 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-f1727061 {
  align-self: start;
}

#w-node-e934921e-4e8e-4e1e-3601-d1234462156f-f1727061 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-b93520bb-88a5-d118-c48b-134b842c5146-f1727061 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_93300cea-5475-7d85-0864-26a19ea0c921-f1727061, #w-node-e100a364-1795-27bf-9618-86349bee62e9-f1727061 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_6b32d081-b976-b7b6-2b6a-8694ea0404ed-f1727061 {
  place-self: center start;
}

#w-node-a2810c17-d8c0-306e-07f4-406b0a1818db-f1727061 {
  align-self: center;
}

#w-node-b9a22901-4996-d0dc-5f49-18042c745ce1-f1727061 {
  place-self: center start;
}

#w-node-_17d0c79c-71e8-153a-6070-d51186b77c2d-f1727061 {
  align-self: center;
}

#w-node-_9f839052-26a1-97d0-3dbd-8a7f1917f737-f1727061 {
  place-self: center start;
}

#w-node-_1889201b-e4e9-5c3f-e8f9-ee199074ed29-f1727061 {
  align-self: center;
}

#w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-f1727061 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_8cd4cd55-c462-3dd0-3cf4-2f4581f22430-f1727061 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: stretch;
}

#w-node-a9f329f0-408c-fe4f-55b9-5f87dc64609a-f1727061, #w-node-_40872e10-bde2-af8d-7a27-1b004f9a2993-f1727061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fff-f1727061 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c1456f28-c78f-0a42-b5f1-174caca61471-f1727061 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c1456f28-c78f-0a42-b5f1-174caca61473-f1727061 {
  align-self: start;
}

#w-node-c1456f28-c78f-0a42-b5f1-174caca61475-f1727061 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-c1456f28-c78f-0a42-b5f1-174caca6147a-f1727061 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c1456f28-c78f-0a42-b5f1-174caca6147b-f1727061, #w-node-c1456f28-c78f-0a42-b5f1-174caca61480-f1727061 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-a45a8b28-c18a-397a-00f6-2b91924ed09d-f1727061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1456f28-c78f-0a42-b5f1-174caca61483-f1727061 {
  place-self: center start;
}

#w-node-c1456f28-c78f-0a42-b5f1-174caca61485-f1727061 {
  align-self: center;
}

#w-node-c1bc44a8-c3c6-dc64-f6cd-3c5ec771b298-f1727061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1bc44a8-c3c6-dc64-f6cd-3c5ec771b29a-f1727061 {
  place-self: center start;
}

#w-node-c1bc44a8-c3c6-dc64-f6cd-3c5ec771b29c-f1727061 {
  align-self: center;
}

#w-node-c1456f28-c78f-0a42-b5f1-174caca61494-f1727061 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-c1456f28-c78f-0a42-b5f1-174caca61499-f1727061 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: stretch;
}

#w-node-_5dd9bb9d-6b98-9289-1ee6-21577b9407f6-f1727061, #w-node-_74db491d-5183-2978-c015-ff4667c8542d-f1727061, #w-node-_019339a5-4fa8-bd7c-052a-59c19325b96d-f1727061, #w-node-_78b54819-42c3-ea09-ce1e-1d03c78ca248-f1727061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1456f28-c78f-0a42-b5f1-174caca614aa-f1727061 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798675-f1727061 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c36-f1727061 {
  align-self: start;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c37-f1727061 {
  justify-self: start;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c39-f1727061, #w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c3a-f1727061 {
  align-self: start;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c3f-f1727061 {
  place-self: end start;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798682-f1727061 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798688-f1727061 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798689-f1727061 {
  align-self: start;
}

#w-node-_18677b8e-b9a0-d0a6-b828-c7ced3723808-f1727061 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f18-f1727061 {
  justify-self: center;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f19-f1727061 {
  justify-self: end;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f1a-f1727061 {
  align-self: center;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f1b-f1727061 {
  justify-self: start;
}

#w-node-_18677b8e-b9a0-d0a6-b828-c7ced3723834-f1727061 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_52a66566-6a20-9b67-824a-0733727dfdc4-f1727061 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_52a66566-6a20-9b67-824a-0733727dfdc8-f1727061 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_52a66566-6a20-9b67-824a-0733727dfdce-f1727061 {
  place-self: end start;
}

#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d740-f9d2d73e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d749-f9d2d73e {
  justify-self: center;
}

#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d74c-f9d2d73e {
  align-self: center;
}

#w-node-_520e9c4a-7338-e8c3-082b-36fc0388e3ac-f9d2d73e {
  justify-self: center;
}

#w-node-_520e9c4a-7338-e8c3-082b-36fc0388e3af-f9d2d73e {
  align-self: center;
}

#w-node-_6c7b53b7-06cc-e6aa-0840-a5487b3324c0-f9d2d73e {
  justify-self: center;
}

#w-node-_6c7b53b7-06cc-e6aa-0840-a5487b3324c3-f9d2d73e {
  align-self: center;
}

#w-node-_61d412e0-e0e9-3622-371e-eb02dab25fb8-f9d2d73e {
  justify-self: center;
}

#w-node-_61d412e0-e0e9-3622-371e-eb02dab25fbb-f9d2d73e {
  align-self: center;
}

#w-node-c0277afb-13e5-bb86-2142-39be3febf0af-f9d2d73e {
  justify-self: center;
}

#w-node-c0277afb-13e5-bb86-2142-39be3febf0b2-f9d2d73e {
  align-self: center;
}

#w-node-_80d9405c-edcc-7409-6011-d82d71a8b58d-f9d2d73e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end start;
}

#w-node-_98fde2b7-35d4-d106-01b2-43263cc07906-f9d2d73e {
  justify-self: start;
}

#w-node-_98fde2b7-35d4-d106-01b2-43263cc07909-f9d2d73e {
  justify-self: center;
}

#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3e7-f1727062 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3e8-f1727062 {
  place-self: center;
}

#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3ea-f1727062 {
  justify-self: center;
}

#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3f2-f1727062 {
  justify-self: start;
}

#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3f5-f1727062 {
  justify-self: center;
}

#w-node-_443798cc-02ee-5114-6325-301a66d68e4b-f1727062 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_443798cc-02ee-5114-6325-301a66d68e4d-f1727062, #w-node-_443798cc-02ee-5114-6325-301a66d68e4e-f1727062, #w-node-_443798cc-02ee-5114-6325-301a66d68e4f-f1727062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_443798cc-02ee-5114-6325-301a66d68e5c-f1727062 {
  align-self: end;
}

#w-node-_443798cc-02ee-5114-6325-301a66d68e61-f1727062 {
  justify-self: start;
}

#w-node-_443798cc-02ee-5114-6325-301a66d68e66-f1727062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_443798cc-02ee-5114-6325-301a66d68e73-f1727062 {
  align-self: end;
}

#w-node-_443798cc-02ee-5114-6325-301a66d68e78-f1727062 {
  justify-self: start;
}

#w-node-_8611886f-ce32-e558-ca1d-1eaf211b0a9b-f1727062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8611886f-ce32-e558-ca1d-1eaf211b0aa8-f1727062 {
  align-self: end;
}

#w-node-_8611886f-ce32-e558-ca1d-1eaf211b0aad-f1727062 {
  justify-self: start;
}

#w-node-_443798cc-02ee-5114-6325-301a66d68eb0-f1727062 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_11b06764-1183-1c31-0533-fb4acc084ef4-f1727064 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5802956-f831-d762-b11c-06eeb729e8b9-f1727064 {
  place-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8b-f1727064 {
  justify-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8f-f1727064 {
  place-self: center;
}

#w-node-ad609dfe-1ce2-30b1-b651-67445d330281-f1727064 {
  justify-self: start;
}

#w-node-d30624c5-348f-6dfa-ad01-88f3a9dcf7e9-f1727064 {
  justify-self: center;
}

#w-node-bebcf225-3287-e6d5-6828-3856474eccd9-f1727064 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c9bceebb-5128-4777-18b5-fc466bc412b9-f1727064 {
  align-self: start;
}

#w-node-_9b94d4d4-6256-475d-fab9-d7a98308c6f0-f1727064 {
  justify-self: center;
}

#w-node-c9bceebb-5128-4777-18b5-fc466bc412bc-f1727064 {
  justify-self: start;
}

#w-node-_6ebf5076-0dfe-e763-fb1d-f70035c616bc-f1727064 {
  align-self: start;
}

#w-node-_3629fbb5-d90a-364b-9acc-5091032250a5-f1727064 {
  justify-self: center;
}

#w-node-_6ebf5076-0dfe-e763-fb1d-f70035c616c2-f1727064 {
  justify-self: start;
}

#w-node-_62aa35df-4276-ba10-9697-42d6df5f4a22-f1727064 {
  align-self: start;
}

#w-node-_202ce247-01f5-7aff-4045-dec6a52112bd-f1727064 {
  justify-self: center;
}

#w-node-_62aa35df-4276-ba10-9697-42d6df5f4a28-f1727064 {
  justify-self: start;
}

#w-node-_14257403-58ab-68d1-6d99-2ca0c92005d0-f1727064 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_22e5caee-c673-8b90-dfb0-0d43fdb23f7d-f1727064 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b011164c-4554-fdf2-186c-a11194330457-f1727064, #w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7f9-f1727064 {
  align-self: start;
}

#w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fa-f1727064 {
  justify-self: start;
}

#w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fc-f1727064, #w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fd-f1727064 {
  align-self: start;
}

#w-node-bc2be17f-fc50-2ddf-9255-d59a093e862f-f1727064 {
  justify-self: start;
}

#w-node-e2f40254-63aa-a646-4afd-19ddeb09b71d-f1727064 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd7336fc-853f-046d-2fab-fe25cee71de0-f1727064 {
  place-self: center end;
}

#w-node-_843a2b72-3786-bf35-997d-5dfaed06c817-f1727064 {
  align-self: center;
}

#w-node-_7cda88c5-d9ec-8471-2ce4-cd678ec3c1d2-f1727064 {
  align-self: start;
}

#w-node-ebc97b14-027d-49a4-ae26-1a6194efce13-f1727064, #w-node-c2fc59a3-4f22-b721-1554-81bd3b2b6156-f1727064 {
  align-self: center;
}

#w-node-d7034674-69e9-1e8c-3f42-f981248831d1-f1727064 {
  justify-self: start;
}

#w-node-d8bddf47-fda0-e1a3-9f56-beaccbbf7f1e-f1727064 {
  place-self: center end;
}

#w-node-_89b35ae3-1c10-63b0-84ee-290b2779aee7-f1727064 {
  align-self: center;
}

#w-node-_7f98538e-068e-5593-b137-c63d35e53883-f1727064 {
  align-self: start;
}

#w-node-d3361483-07c0-cb3d-e3be-0280356fcca9-f1727064 {
  place-self: center end;
}

#w-node-d3361483-07c0-cb3d-e3be-0280356fccab-f1727064 {
  align-self: center;
}

#w-node-d3361483-07c0-cb3d-e3be-0280356fccae-f1727064 {
  align-self: start;
}

#w-node-_6f459a2b-cb38-9b70-b5d5-80012e5eeec0-f1727064 {
  place-self: center end;
}

#w-node-_6f459a2b-cb38-9b70-b5d5-80012e5eeec2-f1727064 {
  align-self: center;
}

#w-node-_6f459a2b-cb38-9b70-b5d5-80012e5eeec5-f1727064 {
  align-self: start;
}

#w-node-f0363e48-f72c-d095-47aa-a03caeb959fa-f1727064 {
  place-self: center end;
}

#w-node-f0363e48-f72c-d095-47aa-a03caeb959fc-f1727064 {
  align-self: center;
}

#w-node-f0363e48-f72c-d095-47aa-a03caeb959ff-f1727064 {
  align-self: start;
}

#w-node-cfc3cb6f-a647-7d40-fc1c-d91295209aeb-f1727064 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_80809a41-ba00-8198-f9c8-965394d6afb3-f1727064, #w-node-_83995da5-0053-98d0-a3da-c6ece6cfcdec-f1727064, #w-node-_4fb698ac-b15d-1685-122a-1baf6c8a04a5-f1727064, #w-node-a9d5ca95-ab9f-4c41-763b-7f1ab8171e71-f1727064, #w-node-_3b1b3d17-f802-aeac-9de9-f5099d629c02-f1727064, #w-node-_54585d87-7b65-2ebe-5637-325d6b4c9137-f1727064 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfc3cb6f-a647-7d40-fc1c-d91295209b41-f1727064 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_11b06764-1183-1c31-0533-fb4acc084ef4-b07805b1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5802956-f831-d762-b11c-06eeb729e8b9-b07805b1 {
  place-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8b-b07805b1 {
  justify-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8f-b07805b1 {
  place-self: center;
}

#w-node-ad609dfe-1ce2-30b1-b651-67445d330281-b07805b1 {
  justify-self: start;
}

#w-node-d30624c5-348f-6dfa-ad01-88f3a9dcf7e9-b07805b1 {
  justify-self: center;
}

#w-node-bebcf225-3287-e6d5-6828-3856474eccd9-b07805b1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c9bceebb-5128-4777-18b5-fc466bc412b9-b07805b1 {
  align-self: start;
}

#w-node-_37c3fc06-8d06-070a-b4e9-c18189635abc-b07805b1 {
  justify-self: center;
}

#w-node-c9bceebb-5128-4777-18b5-fc466bc412bc-b07805b1 {
  justify-self: start;
}

#w-node-_6ebf5076-0dfe-e763-fb1d-f70035c616bc-b07805b1 {
  align-self: start;
}

#w-node-_4a7cc5b5-dddb-b0a3-6d40-06e4576ddd9b-b07805b1 {
  justify-self: center;
}

#w-node-_6ebf5076-0dfe-e763-fb1d-f70035c616c2-b07805b1 {
  justify-self: start;
}

#w-node-_62aa35df-4276-ba10-9697-42d6df5f4a22-b07805b1 {
  align-self: start;
}

#w-node-_1439fa49-4d96-5508-d79d-3d9b6b3f5ef0-b07805b1 {
  justify-self: center;
}

#w-node-_62aa35df-4276-ba10-9697-42d6df5f4a28-b07805b1 {
  justify-self: start;
}

#w-node-bb323052-c843-09c4-ead5-0b5bdfb01273-b07805b1 {
  align-self: start;
}

#w-node-_7299ef18-c32f-b645-1abf-453d774fa7dd-b07805b1 {
  justify-self: center;
}

#w-node-bb323052-c843-09c4-ead5-0b5bdfb01279-b07805b1 {
  justify-self: start;
}

#w-node-_14257403-58ab-68d1-6d99-2ca0c92005d0-b07805b1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_22e5caee-c673-8b90-dfb0-0d43fdb23f7d-b07805b1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b011164c-4554-fdf2-186c-a11194330457-b07805b1, #w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7f9-b07805b1 {
  align-self: start;
}

#w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fa-b07805b1 {
  justify-self: start;
}

#w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fc-b07805b1, #w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fd-b07805b1 {
  align-self: start;
}

#w-node-bc2be17f-fc50-2ddf-9255-d59a093e862f-b07805b1 {
  justify-self: start;
}

#w-node-e2f40254-63aa-a646-4afd-19ddeb09b71d-b07805b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b914082d-7082-a4f0-000b-525d9c483ba9-b07805b1 {
  justify-self: end;
}

#w-node-b914082d-7082-a4f0-000b-525d9c483bab-b07805b1, #w-node-b914082d-7082-a4f0-000b-525d9c483bae-b07805b1 {
  align-self: start;
}

#w-node-e128c4f4-96d3-5dc8-f320-48342adf76b7-b07805b1 {
  justify-self: end;
}

#w-node-e128c4f4-96d3-5dc8-f320-48342adf76b9-b07805b1, #w-node-e128c4f4-96d3-5dc8-f320-48342adf76bc-b07805b1 {
  align-self: start;
}

#w-node-dd7336fc-853f-046d-2fab-fe25cee71de0-b07805b1 {
  justify-self: end;
}

#w-node-_843a2b72-3786-bf35-997d-5dfaed06c817-b07805b1, #w-node-_7cda88c5-d9ec-8471-2ce4-cd678ec3c1d2-b07805b1 {
  align-self: start;
}

#w-node-_8db152fb-b913-131c-48a4-7689b9de2ad0-b07805b1 {
  justify-self: end;
}

#w-node-aec37a2c-3c03-ca4e-b20a-1d799b946a29-b07805b1, #w-node-_8db152fb-b913-131c-48a4-7689b9de2ad5-b07805b1 {
  align-self: start;
}

#w-node-e14ae7eb-3d2c-140f-0362-2822bf84f508-b07805b1 {
  justify-self: end;
}

#w-node-_6077e515-06b9-c834-dec8-9d50ca542844-b07805b1, #w-node-_21abd619-c889-adba-c5b3-84559e7b9468-b07805b1 {
  align-self: start;
}

#w-node-d8bddf47-fda0-e1a3-9f56-beaccbbf7f1e-b07805b1 {
  justify-self: end;
}

#w-node-_89b35ae3-1c10-63b0-84ee-290b2779aee7-b07805b1, #w-node-_7f98538e-068e-5593-b137-c63d35e53883-b07805b1 {
  align-self: start;
}

#w-node-b94907e9-cfba-2b40-41dc-a97efc8bb350-b07805b1 {
  justify-self: end;
}

#w-node-b94907e9-cfba-2b40-41dc-a97efc8bb352-b07805b1, #w-node-b94907e9-cfba-2b40-41dc-a97efc8bb355-b07805b1 {
  align-self: start;
}

#w-node-_961ce509-db35-50a8-88aa-56eca2b6ef38-b07805b1 {
  justify-self: end;
}

#w-node-_961ce509-db35-50a8-88aa-56eca2b6ef3a-b07805b1, #w-node-_961ce509-db35-50a8-88aa-56eca2b6ef3d-b07805b1 {
  align-self: start;
}

#w-node-cfc3cb6f-a647-7d40-fc1c-d91295209aeb-b07805b1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_80809a41-ba00-8198-f9c8-965394d6afb3-b07805b1, #w-node-_83995da5-0053-98d0-a3da-c6ece6cfcdec-b07805b1, #w-node-_4fb698ac-b15d-1685-122a-1baf6c8a04a5-b07805b1, #w-node-a9d5ca95-ab9f-4c41-763b-7f1ab8171e71-b07805b1, #w-node-_54585d87-7b65-2ebe-5637-325d6b4c9137-b07805b1, #w-node-b43265ee-5f9d-573a-7fd6-6f0df96818b0-b07805b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfc3cb6f-a647-7d40-fc1c-d91295209b41-b07805b1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_11b06764-1183-1c31-0533-fb4acc084ef4-31496d9f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5802956-f831-d762-b11c-06eeb729e8b9-31496d9f {
  place-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8b-31496d9f {
  justify-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8f-31496d9f {
  place-self: center;
}

#w-node-ad609dfe-1ce2-30b1-b651-67445d330281-31496d9f {
  justify-self: start;
}

#w-node-d30624c5-348f-6dfa-ad01-88f3a9dcf7e9-31496d9f {
  justify-self: center;
}

#w-node-bebcf225-3287-e6d5-6828-3856474eccd9-31496d9f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c9bceebb-5128-4777-18b5-fc466bc412b9-31496d9f {
  align-self: start;
}

#w-node-bc3fc0ae-42d3-5925-0535-85ac2752b439-31496d9f {
  justify-self: center;
}

#w-node-c9bceebb-5128-4777-18b5-fc466bc412bc-31496d9f {
  justify-self: start;
}

#w-node-_6ebf5076-0dfe-e763-fb1d-f70035c616bc-31496d9f {
  align-self: start;
}

#w-node-a2b6284c-c2df-739e-cfef-4146beec5020-31496d9f {
  justify-self: center;
}

#w-node-_6ebf5076-0dfe-e763-fb1d-f70035c616c2-31496d9f {
  justify-self: start;
}

#w-node-_62aa35df-4276-ba10-9697-42d6df5f4a22-31496d9f {
  align-self: start;
}

#w-node-dd2ea62f-9c95-18b2-3421-b70bc880e3a2-31496d9f {
  justify-self: center;
}

#w-node-_62aa35df-4276-ba10-9697-42d6df5f4a28-31496d9f {
  justify-self: start;
}

#w-node-_14257403-58ab-68d1-6d99-2ca0c92005d0-31496d9f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_22e5caee-c673-8b90-dfb0-0d43fdb23f7d-31496d9f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b011164c-4554-fdf2-186c-a11194330457-31496d9f, #w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7f9-31496d9f {
  align-self: start;
}

#w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fa-31496d9f {
  justify-self: start;
}

#w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fc-31496d9f, #w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fd-31496d9f {
  align-self: start;
}

#w-node-_2d376fa1-31a6-ea64-e0f7-54394d8ba513-31496d9f {
  justify-self: start;
}

#w-node-e2f40254-63aa-a646-4afd-19ddeb09b71d-31496d9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8db152fb-b913-131c-48a4-7689b9de2ad0-31496d9f {
  justify-self: end;
}

#w-node-aec37a2c-3c03-ca4e-b20a-1d799b946a29-31496d9f, #w-node-_8db152fb-b913-131c-48a4-7689b9de2ad5-31496d9f {
  align-self: start;
}

#w-node-e14ae7eb-3d2c-140f-0362-2822bf84f508-31496d9f {
  justify-self: end;
}

#w-node-_6077e515-06b9-c834-dec8-9d50ca542844-31496d9f, #w-node-_21abd619-c889-adba-c5b3-84559e7b9468-31496d9f {
  align-self: start;
}

#w-node-d8bddf47-fda0-e1a3-9f56-beaccbbf7f1e-31496d9f {
  justify-self: end;
}

#w-node-_89b35ae3-1c10-63b0-84ee-290b2779aee7-31496d9f, #w-node-_7f98538e-068e-5593-b137-c63d35e53883-31496d9f {
  align-self: start;
}

#w-node-_3e22eb75-a544-784a-0d9d-6629dc6ed35e-31496d9f {
  justify-self: end;
}

#w-node-_3e22eb75-a544-784a-0d9d-6629dc6ed360-31496d9f, #w-node-_3e22eb75-a544-784a-0d9d-6629dc6ed363-31496d9f {
  align-self: start;
}

#w-node-cfc3cb6f-a647-7d40-fc1c-d91295209aeb-31496d9f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_80809a41-ba00-8198-f9c8-965394d6afb3-31496d9f, #w-node-_83995da5-0053-98d0-a3da-c6ece6cfcdec-31496d9f, #w-node-a9d5ca95-ab9f-4c41-763b-7f1ab8171e71-31496d9f, #w-node-_4fb698ac-b15d-1685-122a-1baf6c8a04a5-31496d9f, #w-node-_54585d87-7b65-2ebe-5637-325d6b4c9137-31496d9f, #w-node-fb56141f-cb5e-b8e3-775e-b918cdbf8a4b-31496d9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfc3cb6f-a647-7d40-fc1c-d91295209b41-31496d9f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_11b06764-1183-1c31-0533-fb4acc084ef4-f4e9f2b4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5802956-f831-d762-b11c-06eeb729e8b9-f4e9f2b4 {
  place-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8b-f4e9f2b4 {
  justify-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8f-f4e9f2b4 {
  place-self: center;
}

#w-node-ad609dfe-1ce2-30b1-b651-67445d330281-f4e9f2b4 {
  justify-self: start;
}

#w-node-d30624c5-348f-6dfa-ad01-88f3a9dcf7e9-f4e9f2b4 {
  justify-self: center;
}

#w-node-_93946c30-e72c-d15e-b3a3-85e59f960622-f4e9f2b4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_93946c30-e72c-d15e-b3a3-85e59f960626-f4e9f2b4 {
  align-self: start;
}

#w-node-_0ce25f6a-b162-874c-f9aa-d91d8661cd90-f4e9f2b4 {
  justify-self: center;
}

#w-node-_93946c30-e72c-d15e-b3a3-85e59f96062c-f4e9f2b4 {
  justify-self: start;
}

#w-node-_93946c30-e72c-d15e-b3a3-85e59f960634-f4e9f2b4 {
  align-self: start;
}

#w-node-_1238f8cb-32ef-f49b-d8e2-35dc727fbb18-f4e9f2b4 {
  justify-self: center;
}

#w-node-_93946c30-e72c-d15e-b3a3-85e59f96063a-f4e9f2b4 {
  justify-self: start;
}

#w-node-_93946c30-e72c-d15e-b3a3-85e59f960642-f4e9f2b4 {
  align-self: start;
}

#w-node-_2ce91352-295a-f1bc-abbc-f29ed1185e52-f4e9f2b4 {
  justify-self: center;
}

#w-node-_93946c30-e72c-d15e-b3a3-85e59f960648-f4e9f2b4 {
  justify-self: start;
}

#w-node-_93946c30-e72c-d15e-b3a3-85e59f96064d-f4e9f2b4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_22e5caee-c673-8b90-dfb0-0d43fdb23f7d-f4e9f2b4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b011164c-4554-fdf2-186c-a11194330457-f4e9f2b4, #w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7f9-f4e9f2b4 {
  align-self: start;
}

#w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fa-f4e9f2b4 {
  justify-self: start;
}

#w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fc-f4e9f2b4, #w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fd-f4e9f2b4 {
  align-self: start;
}

#w-node-bc2be17f-fc50-2ddf-9255-d59a093e862f-f4e9f2b4 {
  justify-self: start;
}

#w-node-e2f40254-63aa-a646-4afd-19ddeb09b71d-f4e9f2b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd7336fc-853f-046d-2fab-fe25cee71de0-f4e9f2b4 {
  place-self: center end;
}

#w-node-_843a2b72-3786-bf35-997d-5dfaed06c817-f4e9f2b4, #w-node-_7cda88c5-d9ec-8471-2ce4-cd678ec3c1d2-f4e9f2b4 {
  align-self: start;
}

#w-node-e2954210-fa25-cf5b-0d37-7d539b850cc8-f4e9f2b4 {
  place-self: center start;
}

#w-node-_8db152fb-b913-131c-48a4-7689b9de2ad0-f4e9f2b4 {
  place-self: center end;
}

#w-node-aec37a2c-3c03-ca4e-b20a-1d799b946a29-f4e9f2b4, #w-node-_8db152fb-b913-131c-48a4-7689b9de2ad5-f4e9f2b4 {
  align-self: start;
}

#w-node-b32a2809-0997-5474-bbda-40da6d927887-f4e9f2b4 {
  place-self: center end;
}

#w-node-b32a2809-0997-5474-bbda-40da6d927889-f4e9f2b4, #w-node-b32a2809-0997-5474-bbda-40da6d92788c-f4e9f2b4 {
  align-self: start;
}

#w-node-_9684ba3d-6729-1e8b-541c-bc0f9b372944-f4e9f2b4 {
  place-self: center end;
}

#w-node-_9684ba3d-6729-1e8b-541c-bc0f9b372946-f4e9f2b4, #w-node-_9684ba3d-6729-1e8b-541c-bc0f9b372949-f4e9f2b4 {
  align-self: start;
}

#w-node-cfc3cb6f-a647-7d40-fc1c-d91295209aeb-f4e9f2b4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_80809a41-ba00-8198-f9c8-965394d6afb3-f4e9f2b4, #w-node-_83995da5-0053-98d0-a3da-c6ece6cfcdec-f4e9f2b4, #w-node-_54585d87-7b65-2ebe-5637-325d6b4c9137-f4e9f2b4, #w-node-_4fb698ac-b15d-1685-122a-1baf6c8a04a5-f4e9f2b4, #w-node-a9d5ca95-ab9f-4c41-763b-7f1ab8171e71-f4e9f2b4, #w-node-_03897902-4a82-9fda-96cb-52cd1ad5d711-f4e9f2b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfc3cb6f-a647-7d40-fc1c-d91295209b41-f4e9f2b4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a5-f3e76d27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-f3e76d27 {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a8-f3e76d27 {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59ac-f3e76d27 {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b0-f3e76d27 {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b3-f3e76d27 {
  justify-self: center;
}

#w-node-_75cee666-0fdd-b7ad-30c6-b21be550ff08-f3e76d27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_70549262-42af-ccc6-effd-15120af41728-f3e76d27, #w-node-b53acf8d-0c1f-5013-13d9-6777c3101f6e-f3e76d27 {
  place-self: center;
}

#w-node-_76715614-2a10-ff85-5085-a7a276a8e5fe-f3e76d27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76715614-2a10-ff85-5085-a7a276a8e60d-f3e76d27 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a8387884-91ae-3291-a18c-017d97491434-f3e76d27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a3a95098-1593-07a5-c373-97375199b507-f3e76d27, #w-node-a3a95098-1593-07a5-c373-97375199b508-f3e76d27 {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b509-f3e76d27 {
  justify-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b50b-f3e76d27, #w-node-a3a95098-1593-07a5-c373-97375199b50c-f3e76d27 {
  align-self: start;
}

#w-node-f20522e0-0757-6701-7392-8752ea39f728-f3e76d27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3a95098-1593-07a5-c373-97375199b513-f3e76d27, #w-node-cea0393d-b38e-2a95-eb93-140db6617719-f3e76d27 {
  justify-self: start;
}

#w-node-_23790518-5394-8a8d-850f-fd1c093f7235-f3e76d27 {
  justify-self: end;
}

#w-node-f8b9909b-f1b6-8b9c-3682-fe1a83b8ab51-f3e76d27 {
  justify-self: start;
}

#w-node-f8b9909b-f1b6-8b9c-3682-fe1a83b8ab54-f3e76d27 {
  justify-self: end;
}

#w-node-_9e572148-ae22-074f-3081-a0d31084942b-f3e76d27 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e700da9b-6f5c-2d21-f77f-f7bbe82ccf57-f3e76d27 {
  justify-self: start;
}

#w-node-e700da9b-6f5c-2d21-f77f-f7bbe82ccf5a-f3e76d27 {
  justify-self: end;
}

#w-node-_8826be0c-89f2-5f00-b208-0ce0963c19b3-f3e76d27 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-f83804a9-5792-5d3d-e69f-289c919118eb-f3e76d27 {
  justify-self: start;
}

#w-node-f83804a9-5792-5d3d-e69f-289c919118ee-f3e76d27 {
  justify-self: end;
}

#w-node-fe748369-64ae-37ec-beb6-ba706b74a3d4-f3e76d27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ed56f5ac-ad98-48fb-ac27-8c3ebb61db41-f3e76d27 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_81ac2f73-efb6-454b-0a79-f4b2d21728ca-f3e76d27 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_30a18c92-c4e2-9d17-ce98-22e338527382-f3e76d27 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-fc33f38b-e0ad-29e3-1d7b-be235ec1e3fc-f3e76d27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fc33f38b-e0ad-29e3-1d7b-be235ec1e3fd-f3e76d27, #w-node-fc33f38b-e0ad-29e3-1d7b-be235ec1e3fe-f3e76d27, #w-node-fc33f38b-e0ad-29e3-1d7b-be235ec1e3ff-f3e76d27, #w-node-fc33f38b-e0ad-29e3-1d7b-be235ec1e40e-f3e76d27, #w-node-fc33f38b-e0ad-29e3-1d7b-be235ec1e41d-f3e76d27, #w-node-fc33f38b-e0ad-29e3-1d7b-be235ec1e42c-f3e76d27, #w-node-fc33f38b-e0ad-29e3-1d7b-be235ec1e44a-f3e76d27, #w-node-fc33f38b-e0ad-29e3-1d7b-be235ec1e44b-f3e76d27, #w-node-fc33f38b-e0ad-29e3-1d7b-be235ec1e44c-f3e76d27, #w-node-fc33f38b-e0ad-29e3-1d7b-be235ec1e45b-f3e76d27, #w-node-fc33f38b-e0ad-29e3-1d7b-be235ec1e46a-f3e76d27, #w-node-fc33f38b-e0ad-29e3-1d7b-be235ec1e479-f3e76d27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc33f38b-e0ad-29e3-1d7b-be235ec1e497-f3e76d27 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8190e17c-4d7a-aa9d-07d4-d2bff4a9712d-f3e76d27 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_8190e17c-4d7a-aa9d-07d4-d2bff4a97136-f3e76d27 {
  justify-self: center;
}

#w-node-_8190e17c-4d7a-aa9d-07d4-d2bff4a97139-f3e76d27 {
  align-self: center;
}

#w-node-_72bd3d49-8a2f-a858-1440-d5eba784f51c-f3e76d27 {
  justify-self: center;
}

#w-node-_72bd3d49-8a2f-a858-1440-d5eba784f51f-f3e76d27 {
  align-self: center;
}

#w-node-_6af43196-21b2-a04f-131a-87443d69cf2f-f3e76d27 {
  justify-self: center;
}

#w-node-_6af43196-21b2-a04f-131a-87443d69cf32-f3e76d27 {
  align-self: center;
}

#w-node-_44bed997-9533-2c88-8ba4-5ec5dd6811ed-f3e76d27 {
  justify-self: center;
}

#w-node-_44bed997-9533-2c88-8ba4-5ec5dd6811f0-f3e76d27 {
  align-self: center;
}

#w-node-_95ded624-1b54-4068-898d-80a815db60b1-f3e76d27 {
  justify-self: center;
}

#w-node-_95ded624-1b54-4068-898d-80a815db60b4-f3e76d27 {
  align-self: center;
}

#w-node-b2d76056-ba7a-e608-500b-14c6a8548089-f3e76d27 {
  justify-self: center;
}

#w-node-b2d76056-ba7a-e608-500b-14c6a854808c-f3e76d27 {
  align-self: center;
}

#w-node-_4aea6dc3-8322-1c64-b6f2-e127c779ae23-f3e76d27 {
  justify-self: center;
}

#w-node-_4aea6dc3-8322-1c64-b6f2-e127c779ae26-f3e76d27 {
  align-self: center;
}

#w-node-_8190e17c-4d7a-aa9d-07d4-d2bff4a97179-f3e76d27 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end start;
}

#w-node-_8190e17c-4d7a-aa9d-07d4-d2bff4a9717b-f3e76d27 {
  justify-self: start;
}

#w-node-_8190e17c-4d7a-aa9d-07d4-d2bff4a9717e-f3e76d27 {
  justify-self: center;
}

#w-node-de9e101a-9128-0509-fa7a-be90fb5fa1f0-f3e76d27 {
  align-self: start;
}

#w-node-de9e101a-9128-0509-fa7a-be90fb5fa1f5-f3e76d27 {
  justify-self: start;
}

#w-node-a4c42a58-35dd-26c4-0264-d438edfdcb9d-f1f845bd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a4c42a58-35dd-26c4-0264-d438edfdcb9e-f1f845bd {
  place-self: center;
}

#w-node-a4c42a58-35dd-26c4-0264-d438edfdcba0-f1f845bd {
  justify-self: center;
}

#w-node-a4c42a58-35dd-26c4-0264-d438edfdcba8-f1f845bd {
  justify-self: start;
}

#w-node-a4c42a58-35dd-26c4-0264-d438edfdcbab-f1f845bd {
  justify-self: center;
}

#w-node-_7138c630-e93f-0399-b79b-83a055ec05f1-f1f845bd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7138c630-e93f-0399-b79b-83a055ec05f2-f1f845bd {
  justify-self: start;
}

#w-node-_7138c630-e93f-0399-b79b-83a055ec063b-f1f845bd {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fb97cca8-cce0-f067-005e-451a408f7eed-f1f845bd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fb97cca8-cce0-f067-005e-451a408f7efd-f1f845bd {
  place-self: end center;
}

#w-node-_11b06764-1183-1c31-0533-fb4acc084ef4-66d81a89 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5802956-f831-d762-b11c-06eeb729e8b9-66d81a89 {
  place-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8b-66d81a89 {
  justify-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8f-66d81a89 {
  place-self: center;
}

#w-node-ad609dfe-1ce2-30b1-b651-67445d330281-66d81a89 {
  justify-self: start;
}

#w-node-d30624c5-348f-6dfa-ad01-88f3a9dcf7e9-66d81a89 {
  justify-self: center;
}

#w-node-bebcf225-3287-e6d5-6828-3856474eccd9-66d81a89 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c9bceebb-5128-4777-18b5-fc466bc412b9-66d81a89 {
  align-self: start;
}

#w-node-_494821c8-6ed3-06cf-5f0a-4a6ec80736cc-66d81a89 {
  justify-self: center;
}

#w-node-c9bceebb-5128-4777-18b5-fc466bc412bc-66d81a89 {
  justify-self: start;
}

#w-node-_6ebf5076-0dfe-e763-fb1d-f70035c616bc-66d81a89 {
  align-self: start;
}

#w-node-_6adb5ba4-5f0d-d67d-c7a4-634fa923133e-66d81a89 {
  justify-self: center;
}

#w-node-_6ebf5076-0dfe-e763-fb1d-f70035c616c2-66d81a89 {
  justify-self: start;
}

#w-node-_62aa35df-4276-ba10-9697-42d6df5f4a22-66d81a89 {
  align-self: start;
}

#w-node-_953fd311-a6dd-ac5c-0e61-9d94bf3f5bc5-66d81a89 {
  justify-self: center;
}

#w-node-_62aa35df-4276-ba10-9697-42d6df5f4a28-66d81a89 {
  justify-self: start;
}

#w-node-_14257403-58ab-68d1-6d99-2ca0c92005d0-66d81a89 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_22e5caee-c673-8b90-dfb0-0d43fdb23f7d-66d81a89 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b011164c-4554-fdf2-186c-a11194330457-66d81a89, #w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7f9-66d81a89 {
  align-self: start;
}

#w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fa-66d81a89 {
  justify-self: start;
}

#w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fc-66d81a89, #w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fd-66d81a89 {
  align-self: start;
}

#w-node-bc2be17f-fc50-2ddf-9255-d59a093e862f-66d81a89 {
  justify-self: start;
}

#w-node-e2f40254-63aa-a646-4afd-19ddeb09b71d-66d81a89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0858bfbf-dbbc-7ac0-c39c-1a7b7b9b1ff4-66d81a89 {
  align-self: start;
}

#w-node-_79516143-2e7f-79fc-dada-3834ba846d2e-66d81a89 {
  justify-self: start;
}

#w-node-b3e50a2c-a0ef-a80d-0d31-ba9053acdde9-66d81a89 {
  place-self: center end;
}

#w-node-b3e50a2c-a0ef-a80d-0d31-ba9053acddeb-66d81a89 {
  align-self: center;
}

#w-node-b3e50a2c-a0ef-a80d-0d31-ba9053acddee-66d81a89 {
  align-self: start;
}

#w-node-e6ef9100-6d4f-2a35-52a4-46758b415850-66d81a89 {
  place-self: center end;
}

#w-node-e6ef9100-6d4f-2a35-52a4-46758b415852-66d81a89 {
  align-self: center;
}

#w-node-e6ef9100-6d4f-2a35-52a4-46758b415855-66d81a89 {
  align-self: start;
}

#w-node-_8c420a0a-7944-33a7-5518-7588ecfc7c0b-66d81a89 {
  place-self: center end;
}

#w-node-_8c420a0a-7944-33a7-5518-7588ecfc7c0d-66d81a89 {
  align-self: center;
}

#w-node-_8c420a0a-7944-33a7-5518-7588ecfc7c10-66d81a89 {
  align-self: start;
}

#w-node-d7c232ea-d87f-7c67-6a47-5bfe0759d6d0-66d81a89 {
  place-self: center end;
}

#w-node-d7c232ea-d87f-7c67-6a47-5bfe0759d6d2-66d81a89 {
  align-self: center;
}

#w-node-d7c232ea-d87f-7c67-6a47-5bfe0759d6d5-66d81a89 {
  align-self: start;
}

#w-node-f719067b-fdba-a00d-2c9d-65c81347642c-66d81a89 {
  place-self: center end;
}

#w-node-f719067b-fdba-a00d-2c9d-65c81347642e-66d81a89 {
  align-self: center;
}

#w-node-f719067b-fdba-a00d-2c9d-65c813476431-66d81a89 {
  align-self: start;
}

#w-node-_7c3f73fb-2645-61c8-de3f-1fcfe4a145ee-66d81a89 {
  place-self: center end;
}

#w-node-_7c3f73fb-2645-61c8-de3f-1fcfe4a145f0-66d81a89 {
  align-self: center;
}

#w-node-_7c3f73fb-2645-61c8-de3f-1fcfe4a145f3-66d81a89, #w-node-_0c890f08-3b2f-efda-4189-a8ff1039aad1-66d81a89 {
  align-self: start;
}

#w-node-_0c890f08-3b2f-efda-4189-a8ff1039aad4-66d81a89 {
  justify-self: start;
}

#w-node-_134a71a6-b525-2608-73f5-14649d103bfd-66d81a89 {
  place-self: center end;
}

#w-node-_134a71a6-b525-2608-73f5-14649d103bff-66d81a89 {
  align-self: center;
}

#w-node-_134a71a6-b525-2608-73f5-14649d103c02-66d81a89 {
  align-self: start;
}

#w-node-_70743f04-a207-4ac7-1af2-65ae46f5f0e4-66d81a89 {
  place-self: center end;
}

#w-node-_70743f04-a207-4ac7-1af2-65ae46f5f0e6-66d81a89 {
  align-self: center;
}

#w-node-_70743f04-a207-4ac7-1af2-65ae46f5f0e9-66d81a89, #w-node-_7b6963df-5d7d-0756-b545-5a58cfa286fa-66d81a89 {
  align-self: start;
}

#w-node-_7b6963df-5d7d-0756-b545-5a58cfa286ff-66d81a89 {
  justify-self: start;
}

#w-node-_16b62a7d-05b8-3f3a-3172-350f34c39a37-66d81a89 {
  place-self: center end;
}

#w-node-_16b62a7d-05b8-3f3a-3172-350f34c39a39-66d81a89 {
  align-self: center;
}

#w-node-_16b62a7d-05b8-3f3a-3172-350f34c39a3c-66d81a89 {
  align-self: start;
}

#w-node-_863ba2ed-4047-69be-fff8-2f443588a003-66d81a89 {
  place-self: center end;
}

#w-node-_863ba2ed-4047-69be-fff8-2f443588a005-66d81a89 {
  align-self: center;
}

#w-node-_863ba2ed-4047-69be-fff8-2f443588a008-66d81a89 {
  align-self: start;
}

#w-node-_87c7de36-a83f-b51c-4d8f-93400e1129e3-66d81a89 {
  place-self: center end;
}

#w-node-_87c7de36-a83f-b51c-4d8f-93400e1129e5-66d81a89 {
  align-self: center;
}

#w-node-_87c7de36-a83f-b51c-4d8f-93400e1129e8-66d81a89 {
  align-self: start;
}

#w-node-_096bbf66-5a3c-68b1-ec81-cb1a3a1a2415-66d81a89 {
  place-self: center end;
}

#w-node-_096bbf66-5a3c-68b1-ec81-cb1a3a1a2417-66d81a89 {
  align-self: center;
}

#w-node-_096bbf66-5a3c-68b1-ec81-cb1a3a1a241a-66d81a89 {
  align-self: start;
}

#w-node-_5dffa351-e350-decb-493a-b72337ab4e7c-66d81a89 {
  place-self: center end;
}

#w-node-_5dffa351-e350-decb-493a-b72337ab4e7e-66d81a89 {
  align-self: center;
}

#w-node-_5dffa351-e350-decb-493a-b72337ab4e81-66d81a89 {
  align-self: start;
}

#w-node-_43fe295e-721f-77a0-9a44-de6e776bec82-66d81a89 {
  place-self: center end;
}

#w-node-_43fe295e-721f-77a0-9a44-de6e776bec84-66d81a89 {
  align-self: center;
}

#w-node-_43fe295e-721f-77a0-9a44-de6e776bec87-66d81a89 {
  align-self: start;
}

#w-node-c0242030-7dbe-4ee1-979b-0027382d266f-66d81a89 {
  place-self: center end;
}

#w-node-c0242030-7dbe-4ee1-979b-0027382d2671-66d81a89 {
  align-self: center;
}

#w-node-c0242030-7dbe-4ee1-979b-0027382d2674-66d81a89, #w-node-e024833b-94ff-e29c-44ac-36d8ba422259-66d81a89 {
  align-self: start;
}

#w-node-e024833b-94ff-e29c-44ac-36d8ba42225c-66d81a89 {
  justify-self: start;
}

#w-node-_008f1e46-4eab-9a0d-4ed8-cfdb0cc95e4e-66d81a89 {
  place-self: center end;
}

#w-node-_008f1e46-4eab-9a0d-4ed8-cfdb0cc95e50-66d81a89 {
  align-self: center;
}

#w-node-_008f1e46-4eab-9a0d-4ed8-cfdb0cc95e53-66d81a89 {
  align-self: start;
}

#w-node-_37011a37-2c10-f708-014f-349dfdc4fa5c-66d81a89 {
  place-self: center end;
}

#w-node-_37011a37-2c10-f708-014f-349dfdc4fa5e-66d81a89 {
  align-self: center;
}

#w-node-_37011a37-2c10-f708-014f-349dfdc4fa61-66d81a89 {
  align-self: start;
}

#w-node-_0922a6f7-5c6d-301c-9ea4-a3f173f3d392-66d81a89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0922a6f7-5c6d-301c-9ea4-a3f173f3d398-66d81a89 {
  justify-self: end;
}

#w-node-_0922a6f7-5c6d-301c-9ea4-a3f173f3d39a-66d81a89, #w-node-_0922a6f7-5c6d-301c-9ea4-a3f173f3d39d-66d81a89 {
  align-self: start;
}

#w-node-_0922a6f7-5c6d-301c-9ea4-a3f173f3d3a7-66d81a89 {
  justify-self: end;
}

#w-node-_0922a6f7-5c6d-301c-9ea4-a3f173f3d3a9-66d81a89, #w-node-_0922a6f7-5c6d-301c-9ea4-a3f173f3d3ac-66d81a89 {
  align-self: start;
}

#w-node-_0922a6f7-5c6d-301c-9ea4-a3f173f3d3b9-66d81a89 {
  justify-self: end;
}

#w-node-_0922a6f7-5c6d-301c-9ea4-a3f173f3d3bb-66d81a89, #w-node-_0922a6f7-5c6d-301c-9ea4-a3f173f3d3be-66d81a89 {
  align-self: start;
}

#w-node-_7d19e2cf-8bed-5b50-3046-151f093948ef-66d81a89 {
  justify-self: end;
}

#w-node-_7d19e2cf-8bed-5b50-3046-151f093948f1-66d81a89, #w-node-_7d19e2cf-8bed-5b50-3046-151f093948f4-66d81a89 {
  align-self: start;
}

#w-node-f74d65ca-7270-26db-d20b-7393fa025070-66d81a89 {
  justify-self: end;
}

#w-node-f74d65ca-7270-26db-d20b-7393fa025072-66d81a89, #w-node-f74d65ca-7270-26db-d20b-7393fa025075-66d81a89 {
  align-self: start;
}

#w-node-bf933bad-5086-4f48-006c-6559c3e0ff0f-66d81a89 {
  justify-self: end;
}

#w-node-bf933bad-5086-4f48-006c-6559c3e0ff11-66d81a89, #w-node-bf933bad-5086-4f48-006c-6559c3e0ff14-66d81a89 {
  align-self: start;
}

#w-node-_6656626d-1a21-b842-72e6-fa2bbd45d428-66d81a89 {
  justify-self: end;
}

#w-node-_6656626d-1a21-b842-72e6-fa2bbd45d42a-66d81a89, #w-node-_6656626d-1a21-b842-72e6-fa2bbd45d42d-66d81a89 {
  align-self: start;
}

#w-node-_58b3128e-ce0b-3e11-7f86-7d69e3dfedde-66d81a89 {
  justify-self: end;
}

#w-node-_58b3128e-ce0b-3e11-7f86-7d69e3dfede0-66d81a89, #w-node-_58b3128e-ce0b-3e11-7f86-7d69e3dfede3-66d81a89 {
  align-self: start;
}

#w-node-c47d4d5e-ad59-8996-7176-d9616c66d98f-66d81a89 {
  justify-self: end;
}

#w-node-c47d4d5e-ad59-8996-7176-d9616c66d991-66d81a89, #w-node-c47d4d5e-ad59-8996-7176-d9616c66d994-66d81a89 {
  align-self: start;
}

#w-node-cfc3cb6f-a647-7d40-fc1c-d91295209aeb-66d81a89 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_80809a41-ba00-8198-f9c8-965394d6afb3-66d81a89, #w-node-_83995da5-0053-98d0-a3da-c6ece6cfcdec-66d81a89, #w-node-_4fb698ac-b15d-1685-122a-1baf6c8a04a5-66d81a89, #w-node-_5eaa9c4e-abe4-0842-fa26-daa52350787a-66d81a89, #w-node-a9d5ca95-ab9f-4c41-763b-7f1ab8171e71-66d81a89, #w-node-_54585d87-7b65-2ebe-5637-325d6b4c9137-66d81a89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfc3cb6f-a647-7d40-fc1c-d91295209b41-66d81a89 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a4c42a58-35dd-26c4-0264-d438edfdcb9d-1fcda9af {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a4c42a58-35dd-26c4-0264-d438edfdcb9e-1fcda9af {
  place-self: center;
}

#w-node-a4c42a58-35dd-26c4-0264-d438edfdcba0-1fcda9af {
  justify-self: center;
}

#w-node-a4c42a58-35dd-26c4-0264-d438edfdcba8-1fcda9af {
  justify-self: start;
}

#w-node-a4c42a58-35dd-26c4-0264-d438edfdcbab-1fcda9af {
  justify-self: center;
}

#w-node-_7138c630-e93f-0399-b79b-83a055ec05f1-1fcda9af {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7138c630-e93f-0399-b79b-83a055ec05f2-1fcda9af {
  justify-self: start;
}

#w-node-_7138c630-e93f-0399-b79b-83a055ec063b-1fcda9af {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fb97cca8-cce0-f067-005e-451a408f7eed-1fcda9af {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fb97cca8-cce0-f067-005e-451a408f7efd-1fcda9af {
  place-self: end center;
}

#w-node-a4c42a58-35dd-26c4-0264-d438edfdcb9d-121b1bed {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a4c42a58-35dd-26c4-0264-d438edfdcb9e-121b1bed {
  place-self: center;
}

#w-node-a4c42a58-35dd-26c4-0264-d438edfdcba0-121b1bed {
  justify-self: center;
}

#w-node-a4c42a58-35dd-26c4-0264-d438edfdcba8-121b1bed {
  justify-self: start;
}

#w-node-a4c42a58-35dd-26c4-0264-d438edfdcbab-121b1bed {
  justify-self: center;
}

#w-node-_7138c630-e93f-0399-b79b-83a055ec05f1-121b1bed {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7138c630-e93f-0399-b79b-83a055ec05f2-121b1bed {
  justify-self: start;
}

#w-node-_7138c630-e93f-0399-b79b-83a055ec063b-121b1bed {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fb97cca8-cce0-f067-005e-451a408f7eed-121b1bed {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fb97cca8-cce0-f067-005e-451a408f7efd-121b1bed {
  place-self: end center;
}

@media screen and (min-width: 1440px) {
  #w-node-a3a95098-1593-07a5-c373-97375199b507-f172705d {
    align-self: start;
  }

  #w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-f1727061 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-f1727061 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-c1456f28-c78f-0a42-b5f1-174caca61473-f1727061 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c1456f28-c78f-0a42-b5f1-174caca61494-f1727061 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-b011164c-4554-fdf2-186c-a11194330457-f1727064, #w-node-b011164c-4554-fdf2-186c-a11194330457-b07805b1, #w-node-b011164c-4554-fdf2-186c-a11194330457-31496d9f, #w-node-b011164c-4554-fdf2-186c-a11194330457-f4e9f2b4, #w-node-a3a95098-1593-07a5-c373-97375199b507-f3e76d27, #w-node-b011164c-4554-fdf2-186c-a11194330457-66d81a89 {
    align-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fed-f1727061, #w-node-c1456f28-c78f-0a42-b5f1-174caca61471-f1727061 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_51d4d00a-0a44-b445-2701-df9baedb0560-f172705c {
    order: -9999;
  }

  #w-node-_4b677261-dd5e-f789-c7a3-367c88901b3b-f172705c {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_4b677261-dd5e-f789-c7a3-367c88901b3a-f172705c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4b677261-dd5e-f789-c7a3-367c88901b47-f172705c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_38a9fbbc-ad57-c0dc-86f6-cf635faf7ae6-f172705c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ea9aa71d-f5c2-8b6d-23ff-aac2418dba31-f172705d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b8-9974768b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf541-f1727060, #w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb900-faecb8fb {
    grid-column: span 1 / span 1;
  }

  #w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-f1727061 {
    grid-area: 2 / 2 / 4 / 3;
  }

  #w-node-e934921e-4e8e-4e1e-3601-d1234462156f-f1727061 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_93300cea-5475-7d85-0864-26a19ea0c921-f1727061 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-f1727061 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c1456f28-c78f-0a42-b5f1-174caca61473-f1727061 {
    grid-area: 2 / 2 / 4 / 3;
  }

  #w-node-c1456f28-c78f-0a42-b5f1-174caca61475-f1727061 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c1456f28-c78f-0a42-b5f1-174caca6147b-f1727061 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c1456f28-c78f-0a42-b5f1-174caca61494-f1727061 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c36-f1727061 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_32424efa-f220-1185-38fd-93afd3798682-f1727061 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32424efa-f220-1185-38fd-93afd3798683-f1727061 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_443798cc-02ee-5114-6325-301a66d68e4d-f1727062 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_443798cc-02ee-5114-6325-301a66d68eb0-f1727062 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-fc33f38b-e0ad-29e3-1d7b-be235ec1e3fc-f3e76d27 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_377a769e-47c2-d17b-917b-7d577439edff-f172705c, #w-node-d99672ba-2a6e-def1-2261-22a76b59d30d-f172705c, #w-node-_0e28ccdc-e76e-09e3-0bbf-4499b44c6993-f172705c {
    grid-column: span 1 / span 1;
  }

  #w-node-_4a4527e8-d4e2-b1f6-5f6a-f76a61dba84d-f172705d, #w-node-_4a4527e8-d4e2-b1f6-5f6a-f76a61dba85c-f172705d, #w-node-_4a4527e8-d4e2-b1f6-5f6a-f76a61dba86b-f172705d, #w-node-_4d499aeb-e416-4e73-650e-cf79a6dca040-f172705d, #w-node-_4a4527e8-d4e2-b1f6-5f6a-f76a61dba87a-f172705d {
    justify-self: center;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
    grid-column: span 1 / span 1;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b8-9974768b {
    grid-column-end: 2;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d4-9974768b {
    justify-self: center;
  }

  #w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-f1727061 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e934921e-4e8e-4e1e-3601-d1234462156f-f1727061 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_93300cea-5475-7d85-0864-26a19ea0c921-f1727061 {
    grid-row: 3 / 4;
  }

  #w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-f1727061 {
    grid-row: 4 / 5;
  }

  #w-node-c1456f28-c78f-0a42-b5f1-174caca61473-f1727061 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c1456f28-c78f-0a42-b5f1-174caca61475-f1727061 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-c1456f28-c78f-0a42-b5f1-174caca6147b-f1727061 {
    grid-row: 3 / 4;
  }

  #w-node-c1456f28-c78f-0a42-b5f1-174caca61494-f1727061 {
    grid-row: 4 / 5;
  }

  #w-node-_32424efa-f220-1185-38fd-93afd3798688-f1727061 {
    grid-column: span 1 / span 1;
  }

  #w-node-dd7336fc-853f-046d-2fab-fe25cee71de0-f1727064, #w-node-d8bddf47-fda0-e1a3-9f56-beaccbbf7f1e-f1727064, #w-node-d3361483-07c0-cb3d-e3be-0280356fcca9-f1727064, #w-node-_6f459a2b-cb38-9b70-b5d5-80012e5eeec0-f1727064, #w-node-f0363e48-f72c-d095-47aa-a03caeb959fa-f1727064 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4fb698ac-b15d-1685-122a-1baf6c8a04a5-f1727064, #w-node-a9d5ca95-ab9f-4c41-763b-7f1ab8171e71-f1727064, #w-node-_3b1b3d17-f802-aeac-9de9-f5099d629c02-f1727064, #w-node-_54585d87-7b65-2ebe-5637-325d6b4c9137-f1727064 {
    justify-self: center;
  }

  #w-node-b914082d-7082-a4f0-000b-525d9c483ba9-b07805b1, #w-node-e128c4f4-96d3-5dc8-f320-48342adf76b7-b07805b1, #w-node-dd7336fc-853f-046d-2fab-fe25cee71de0-b07805b1, #w-node-_8db152fb-b913-131c-48a4-7689b9de2ad0-b07805b1, #w-node-e14ae7eb-3d2c-140f-0362-2822bf84f508-b07805b1, #w-node-d8bddf47-fda0-e1a3-9f56-beaccbbf7f1e-b07805b1, #w-node-b94907e9-cfba-2b40-41dc-a97efc8bb350-b07805b1, #w-node-_961ce509-db35-50a8-88aa-56eca2b6ef38-b07805b1, #w-node-_8db152fb-b913-131c-48a4-7689b9de2ad0-31496d9f, #w-node-e14ae7eb-3d2c-140f-0362-2822bf84f508-31496d9f, #w-node-d8bddf47-fda0-e1a3-9f56-beaccbbf7f1e-31496d9f, #w-node-_3e22eb75-a544-784a-0d9d-6629dc6ed35e-31496d9f, #w-node-dd7336fc-853f-046d-2fab-fe25cee71de0-f4e9f2b4, #w-node-_8db152fb-b913-131c-48a4-7689b9de2ad0-f4e9f2b4, #w-node-b32a2809-0997-5474-bbda-40da6d927887-f4e9f2b4, #w-node-_9684ba3d-6729-1e8b-541c-bc0f9b372944-f4e9f2b4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9e572148-ae22-074f-3081-a0d31084942b-f3e76d27, #w-node-_8826be0c-89f2-5f00-b208-0ce0963c19b3-f3e76d27 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fe748369-64ae-37ec-beb6-ba706b74a3d4-f3e76d27 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ed56f5ac-ad98-48fb-ac27-8c3ebb61db41-f3e76d27 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_81ac2f73-efb6-454b-0a79-f4b2d21728ca-f3e76d27 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-fc33f38b-e0ad-29e3-1d7b-be235ec1e44c-f3e76d27, #w-node-fc33f38b-e0ad-29e3-1d7b-be235ec1e45b-f3e76d27, #w-node-fc33f38b-e0ad-29e3-1d7b-be235ec1e46a-f3e76d27, #w-node-fc33f38b-e0ad-29e3-1d7b-be235ec1e479-f3e76d27 {
    justify-self: center;
  }

  #w-node-b3e50a2c-a0ef-a80d-0d31-ba9053acdde9-66d81a89, #w-node-e6ef9100-6d4f-2a35-52a4-46758b415850-66d81a89, #w-node-_8c420a0a-7944-33a7-5518-7588ecfc7c0b-66d81a89, #w-node-d7c232ea-d87f-7c67-6a47-5bfe0759d6d0-66d81a89, #w-node-f719067b-fdba-a00d-2c9d-65c81347642c-66d81a89, #w-node-_7c3f73fb-2645-61c8-de3f-1fcfe4a145ee-66d81a89, #w-node-_134a71a6-b525-2608-73f5-14649d103bfd-66d81a89, #w-node-_70743f04-a207-4ac7-1af2-65ae46f5f0e4-66d81a89, #w-node-_16b62a7d-05b8-3f3a-3172-350f34c39a37-66d81a89, #w-node-_863ba2ed-4047-69be-fff8-2f443588a003-66d81a89, #w-node-_87c7de36-a83f-b51c-4d8f-93400e1129e3-66d81a89, #w-node-_096bbf66-5a3c-68b1-ec81-cb1a3a1a2415-66d81a89, #w-node-_5dffa351-e350-decb-493a-b72337ab4e7c-66d81a89, #w-node-_43fe295e-721f-77a0-9a44-de6e776bec82-66d81a89, #w-node-c0242030-7dbe-4ee1-979b-0027382d266f-66d81a89, #w-node-_008f1e46-4eab-9a0d-4ed8-cfdb0cc95e4e-66d81a89, #w-node-_37011a37-2c10-f708-014f-349dfdc4fa5c-66d81a89, #w-node-_0922a6f7-5c6d-301c-9ea4-a3f173f3d398-66d81a89, #w-node-_0922a6f7-5c6d-301c-9ea4-a3f173f3d3a7-66d81a89, #w-node-_0922a6f7-5c6d-301c-9ea4-a3f173f3d3b9-66d81a89, #w-node-_7d19e2cf-8bed-5b50-3046-151f093948ef-66d81a89, #w-node-f74d65ca-7270-26db-d20b-7393fa025070-66d81a89, #w-node-bf933bad-5086-4f48-006c-6559c3e0ff0f-66d81a89, #w-node-_6656626d-1a21-b842-72e6-fa2bbd45d428-66d81a89, #w-node-_58b3128e-ce0b-3e11-7f86-7d69e3dfedde-66d81a89, #w-node-c47d4d5e-ad59-8996-7176-d9616c66d98f-66d81a89 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4fb698ac-b15d-1685-122a-1baf6c8a04a5-66d81a89, #w-node-_5eaa9c4e-abe4-0842-fa26-daa52350787a-66d81a89, #w-node-a9d5ca95-ab9f-4c41-763b-7f1ab8171e71-66d81a89, #w-node-_54585d87-7b65-2ebe-5637-325d6b4c9137-66d81a89 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9469e797-40ba-dc19-fa3d-40266e07e6c5-f172705c, #w-node-_9469e797-40ba-dc19-fa3d-40266e07e6c6-f172705c, #w-node-_9469e797-40ba-dc19-fa3d-40266e07e6c8-f172705c, #w-node-_9469e797-40ba-dc19-fa3d-40266e07e6cb-f172705c, #w-node-_545d7b5c-c2dc-bef6-b355-591bb4d375c4-f172705c, #w-node-_545d7b5c-c2dc-bef6-b355-591bb4d375c5-f172705c, #w-node-_545d7b5c-c2dc-bef6-b355-591bb4d375c8-f172705c, #w-node-_545d7b5c-c2dc-bef6-b355-591bb4d375ca-f172705c, #w-node-_32f7a06f-1eb7-9111-0ee2-304580549600-f172705c, #w-node-_32f7a06f-1eb7-9111-0ee2-304580549603-f172705c, #w-node-_32f7a06f-1eb7-9111-0ee2-304580549605-f172705c, #w-node-f9c335d0-4553-3cc4-f029-f5c6dbf222e0-f172705c, #w-node-f9c335d0-4553-3cc4-f029-f5c6dbf222e3-f172705c, #w-node-f9c335d0-4553-3cc4-f029-f5c6dbf222e5-f172705c, #w-node-_43f7b54f-90e1-49fd-7d7d-cd3c99f0f635-f172705c, #w-node-_43f7b54f-90e1-49fd-7d7d-cd3c99f0f638-f172705c, #w-node-_43f7b54f-90e1-49fd-7d7d-cd3c99f0f63a-f172705c {
    justify-self: center;
  }

  #w-node-_0fc492cc-3f08-8800-179c-cb200d3320ea-f1727060 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-_578ad7a4-47df-73d9-6c17-4672278677fd-b07805b1, #w-node-a9d5ca95-ab9f-4c41-763b-7f1ab8171e73-b07805b1, #w-node-_54585d87-7b65-2ebe-5637-325d6b4c9139-b07805b1, #w-node-b43265ee-5f9d-573a-7fd6-6f0df96818b2-b07805b1, #w-node-a9d5ca95-ab9f-4c41-763b-7f1ab8171e73-31496d9f, #w-node-_578ad7a4-47df-73d9-6c17-4672278677fd-31496d9f, #w-node-_54585d87-7b65-2ebe-5637-325d6b4c9139-31496d9f, #w-node-fb56141f-cb5e-b8e3-775e-b918cdbf8a4d-31496d9f, #w-node-_54585d87-7b65-2ebe-5637-325d6b4c9139-f4e9f2b4, #w-node-_578ad7a4-47df-73d9-6c17-4672278677fd-f4e9f2b4, #w-node-a9d5ca95-ab9f-4c41-763b-7f1ab8171e73-f4e9f2b4, #w-node-_03897902-4a82-9fda-96cb-52cd1ad5d713-f4e9f2b4, #w-node-_8190e17c-4d7a-aa9d-07d4-d2bff4a97136-f3e76d27, #w-node-_8190e17c-4d7a-aa9d-07d4-d2bff4a97137-f3e76d27, #w-node-_8190e17c-4d7a-aa9d-07d4-d2bff4a9713c-f3e76d27, #w-node-_72bd3d49-8a2f-a858-1440-d5eba784f51d-f3e76d27, #w-node-_72bd3d49-8a2f-a858-1440-d5eba784f520-f3e76d27, #w-node-_72bd3d49-8a2f-a858-1440-d5eba784f522-f3e76d27, #w-node-_6af43196-21b2-a04f-131a-87443d69cf30-f3e76d27, #w-node-_6af43196-21b2-a04f-131a-87443d69cf33-f3e76d27, #w-node-_6af43196-21b2-a04f-131a-87443d69cf35-f3e76d27, #w-node-_44bed997-9533-2c88-8ba4-5ec5dd6811ee-f3e76d27, #w-node-_44bed997-9533-2c88-8ba4-5ec5dd6811f1-f3e76d27, #w-node-_44bed997-9533-2c88-8ba4-5ec5dd6811f3-f3e76d27, #w-node-_95ded624-1b54-4068-898d-80a815db60b2-f3e76d27, #w-node-_95ded624-1b54-4068-898d-80a815db60b5-f3e76d27, #w-node-_95ded624-1b54-4068-898d-80a815db60b7-f3e76d27, #w-node-b2d76056-ba7a-e608-500b-14c6a854808a-f3e76d27, #w-node-b2d76056-ba7a-e608-500b-14c6a854808d-f3e76d27, #w-node-b2d76056-ba7a-e608-500b-14c6a854808f-f3e76d27, #w-node-_4aea6dc3-8322-1c64-b6f2-e127c779ae24-f3e76d27, #w-node-_4aea6dc3-8322-1c64-b6f2-e127c779ae27-f3e76d27, #w-node-_4aea6dc3-8322-1c64-b6f2-e127c779ae29-f3e76d27 {
    justify-self: center;
  }
}


