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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
}

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

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

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

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

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

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

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

blockquote {
  color: #6e7488;
  background-color: rgba(255, 255, 255, .65);
  border-left: 3px solid #e2e7f1;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 18px 24px;
  font-size: 18px;
  line-height: 1.6em;
}

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

.section.dark {
  z-index: 10;
  color: #fff;
  background-color: #090b19;
}

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

.section.video-section {
  z-index: 10;
  color: #fff;
  padding-top: 140px;
  padding-bottom: 140px;
}

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

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

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

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

.background-image {
  z-index: 1;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-image.testimonial-001 {
  background-image: url('../images/H_E_Mathias_Chikawe_360_453shar-50brig-20_c1_c_t.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-image.testimonial-002 {
  background-image: url('../images/Lawyer_Consultant-Tanzania_2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-image.testimonial-003 {
  background-image: url('../images/Shimizu_front.jpeg');
  background-position: 50% 10%;
}

.background-image.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.background-image.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.image-overlay {
  z-index: 1;
  background-color: rgba(9, 11, 25, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-overlay.light-overlay {
  background-color: rgba(9, 11, 25, .15);
}

.image-overlay.dark-overylay {
  background-color: rgba(9, 11, 25, .45);
}

.navbar {
  height: 75px;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: Inter, sans-serif;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.wrapper.navbar-wrapper {
  border: 1px solid #f3f6fc;
  border-top: 1px rgba(243, 246, 252, 0);
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

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

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

.menu-wrapper {
  width: 33.33%;
  border: 1px rgba(243, 246, 252, 0);
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu {
  z-index: 10;
  width: 50%;
  border: 1px rgba(243, 246, 252, 0);
  justify-content: flex-end;
  display: flex;
}

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

.body {
  color: #090b19;
}

.full-menu-button {
  width: 80px;
  cursor: pointer;
  border-left: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  justify-content: center;
  align-items: center;
  margin-right: -.5px;
  padding: 26px;
  display: none;
}

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

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

.pin-stripe {
  width: 1px;
  background-color: #f3f6fc;
}

.pin-stripe.white {
  background-color: rgba(255, 255, 255, .12);
}

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

.xxl-heading {
  letter-spacing: -.05em;
  margin-right: 1px;
  padding-bottom: 6px;
  padding-right: 5px;
  font-size: 60px;
}

.xxl-heading.three {
  font-size: 40px;
}

.clip {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  z-index: 15;
  min-height: 100vh;
  background-color: #fff;
  position: relative;
}

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

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

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

.large-heading {
  padding-bottom: 8px;
  font-size: 60px;
  line-height: 1.15em;
}

.large-heading.large-heading_w {
  color: #f3f6fc;
}

.body-display {
  color: #6e7488;
  font-size: 12px;
  line-height: 1.6em;
}

.body-display.white {
  color: rgba(255, 255, 255, .9);
  margin-bottom: 10px;
}

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

.project-item {
  width: 100%;
  height: 30vw;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
  overflow: hidden;
}

.horizontal-line {
  height: 1px;
  background-color: #e2e7f1;
  flex: 1;
  margin-left: 18px;
}

.horizontal-line.white {
  background-color: rgba(255, 255, 255, .12);
}

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

.button:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

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

.button.solid-white {
  color: #090b19;
  background-color: #fff;
  border-color: #fff;
}

.button.solid-white:hover {
  background-color: #e2e7f1;
}

.button.white-outline {
  background-color: rgba(9, 11, 25, 0);
  border-style: solid;
  border-color: rgba(255, 255, 255, .75);
  font-family: Inter, sans-serif;
}

.button.white-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.button.grey-outline {
  color: #090b19;
  background-color: rgba(9, 11, 25, 0);
  border-color: #e2e7f1;
}

.button.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.navigation-cover {
  height: 100%;
  background-color: #fff;
  border-left: 1px solid #f3f6fc;
  flex: 1;
  justify-content: space-between;
  margin-left: -1px;
  margin-right: -5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.testimonial-arrow {
  width: 60px;
  height: 50%;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(9, 11, 25, .5);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  border-right: 1px solid rgba(255, 255, 255, .1);
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0;
  right: auto;
}

.testimonial-arrow.right-arrow {
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  top: 0;
  bottom: auto;
  right: auto;
}

.slider-dots {
  display: none;
}

.testimonial-content {
  width: 100%;
  height: 100%;
  min-height: 550px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

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

.testimonial-column.testimonial-description {
  overflow: scroll;
}

.testimonial-column.testimonial-name {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.stacked-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

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

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

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

.credits-wrapper {
  width: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: stretch;
  padding: 60px 48px;
  display: flex;
}

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

.credit-item {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

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

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

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

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

.subtitle {
  z-index: 10;
  color: #090b19;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

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

.subtitle.white {
  color: #fff;
}

.subtitle.quote-credit {
  border-left: 2px solid #090b19;
  margin-left: -1px;
  padding-left: 18px;
}

.subtitle.grey {
  color: #6e7488;
}

.subtitle.subtitle_w {
  color: #f3f6fc;
}

.tripple-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 24px;
  display: grid;
}

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

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

.intro-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.services-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid #f3f6fc;
  border-left: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.services-grid.top-border {
  border-top: 1px solid #f3f6fc;
  border-left-style: none;
  border-right-style: none;
}

.card-circle {
  width: 6vw;
  height: 6vw;
  max-height: 800px;
  max-width: 800px;
  background-color: #f3f6fc;
  border-radius: 100%;
  position: absolute;
  top: -6vw;
  bottom: auto;
  left: auto;
  right: -6vw;
}

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

.card-circle.overlay {
  background-color: rgba(9, 11, 25, .35);
}

.heading3 {
  z-index: 10;
  height: 55px;
  position: relative;
}

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

.logos-headline {
  color: #6e7488;
  align-items: center;
  display: flex;
}

.hover-link-wrapper {
  z-index: 100;
  width: 148px;
  height: 148px;
  opacity: 1;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

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

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

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

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

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

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

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

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

.project-collection-item:nth-child(2n+1) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.project-categories {
  width: 100%;
  background-color: #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  display: flex;
}

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

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

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

.project-info-top.team-info {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

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

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

.category-collection-list-wrapper {
  width: 100%;
  height: 100%;
  background-color: #f3f6fc;
  flex-direction: column;
}

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

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

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

.search-input::-ms-input-placeholder {
  color: #6e7488;
}

.search-input::placeholder {
  color: #6e7488;
}

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

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

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

.mega-category-list.middle {
  border-left: 1px solid #e2e7f1;
  border-right: 1px solid #e2e7f1;
}

.mega-menu {
  z-index: 25;
  background-color: #f3f6fc;
  border: 1px #f3f6fc;
  border-left-style: solid;
  margin-left: -1px;
  margin-right: -1px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.mega-menu-overlay {
  z-index: 20;
  background-color: rgba(9, 11, 25, .5);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

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

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

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

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

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

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

.team-social-icon.outline {
  border: 1px solid #e2e7f1;
}

.team-social-icon.small {
  width: 30px;
  height: 30px;
  padding: 7px;
  display: none;
}

.featured-news-list {
  height: 100%;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.collection-list-item:nth-child(2n+1) {
  border-bottom-style: solid;
}

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

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

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

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

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

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

.banner-items {
  height: 120px;
  white-space: nowrap;
  background-color: #f3f6fc;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.banner-items.project-categories {
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

.sticky-services-menu.left-side {
  border-right: 1px solid #f3f6fc;
  margin-right: -.5px;
}

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

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

.menu-list-item:hover {
  color: #090b19;
}

.menu-list-item.w--current {
  color: #090b19;
  padding-left: 36px;
}

.menu-list-item.white {
  color: #fff;
  cursor: pointer;
  border-top-color: rgba(255, 255, 255, .15);
  border-bottom-color: rgba(255, 255, 255, .15);
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 12px;
  font-size: 16px;
}

.menu-list-item.white.small {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
}

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

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

.menu-list-item.dark {
  color: #fff;
  background-color: #090b19;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-menu-list.white {
  width: 100%;
  border-top-color: rgba(255, 255, 255, .15);
  margin-left: 1px;
  margin-right: 1px;
}

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

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

.dark-dot {
  width: 4px;
  height: 4px;
  min-height: 4px;
  min-width: 4px;
  background-color: #090b19;
  border-radius: 100px;
  margin-left: 6px;
  margin-right: 10px;
}

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

.services-menu-hide-cover {
  width: 100vw;
  background-color: #090b19;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0;
}

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

.rich-text {
  color: #6e7488;
  font-size: 16px;
}

.rich-text h2 {
  color: #090b19;
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.25em;
}

.rich-text h4 {
  color: #090b19;
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.25em;
}

.rich-text h3 {
  color: #090b19;
  margin-top: 24px;
  margin-bottom: 18px;
  line-height: 1.25em;
}

.rich-text h5 {
  color: #090b19;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 1.25em;
}

.rich-text h6 {
  color: #090b19;
  font-size: 14px;
  line-height: 1.3em;
}

.rich-text h1 {
  color: #090b19;
}

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

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

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

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

.mega-menu-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #e2e7f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

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

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

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

.left-preloader {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f3f6fc;
}

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

.right-preloader {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f3f6fc;
}

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

.stripe-preloader.left {
  border-left: 1px solid #f3f6fc;
}

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

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

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

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

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

.featured-project-column {
  width: 100%;
  color: #6e7488;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #f3f6fc;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  display: flex;
}

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

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

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

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

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

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

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

.hero-background-image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

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

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

.hero-background-image.password-background {
  background-image: linear-gradient(45deg, #000, #fff);
}

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

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

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

.project-detail-item.middle-item {
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, .12);
}

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

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

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

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

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

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

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

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

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

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

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

.project-search-collection-item {
  width: 100%;
  border-bottom: 1px solid #e2e7f1;
  display: flex;
  overflow: hidden;
}

.project-search-collection-item:first-child {
  border-top: 1px solid #e2e7f1;
}

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

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

.project-description {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  color: #090b19;
  background-color: #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 60px;
  display: grid;
  position: relative;
}

.project-description.top-grey-border {
  border-top: 1px solid #e2e7f1;
}

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

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

.project-gallery-overlay {
  z-index: 5;
  min-height: 100vh;
  min-width: 100vw;
  background-color: rgba(9, 11, 25, .5);
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.news-list-item {
  border-bottom: 1px solid #f3f6fc;
}

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

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

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

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

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

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

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

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

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

.search-results-link {
  color: #090b19;
  border-bottom: 1px solid #e2e7f1;
  border-left: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  padding: 48px 36px 48px 24px;
  text-decoration: none;
  transition: background-color .4s linear;
}

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

.search-result-wrapper {
  background-color: #f3f6fc;
  border-top: 1px solid #e2e7f1;
  padding-top: 0;
}

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

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

.author-post-item:hover {
  color: #090b19;
}

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

.list-item-text {
  font-weight: 500;
}

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

.author-card {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  padding-left: 24px;
  display: grid;
}

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

.empty-state {
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

.text-field::-ms-input-placeholder {
  color: #6e7488;
}

.text-field::placeholder {
  color: #6e7488;
}

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

.text-field.light {
  color: #fff;
  background-color: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .16);
}

.text-field.light:focus {
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff;
}

.text-field.light::-ms-input-placeholder {
  color: rgba(255, 255, 255, .85);
}

.text-field.light::placeholder {
  color: rgba(255, 255, 255, .85);
}

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

.submit-button.white {
  color: #090b19;
  background-color: #fff;
}

.utility-message {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: auto;
  padding: 0;
}

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

.success-wrapper.dark {
  height: 100%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
  align-content: center;
}

.error-message {
  color: #090b19;
  background-color: #e2e7f1;
  margin-top: 0;
  padding: 12px 18px;
}

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

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

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

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

.services-info {
  width: 50%;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  color: #090b19;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.project-gallery-image:nth-child(2n+1) {
  margin-top: 160px;
  margin-bottom: 36px;
}

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

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

.dropdown-toggle {
  align-items: stretch;
  display: flex;
}

.tablet-mobile-nav-links {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

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

.dropdown-list.w--open {
  flex-direction: column;
  display: flex;
}

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

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

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

.dropdown-lottie {
  width: 15px;
  height: 15px;
  margin-left: 20px;
}

.hero-button-wrapper {
  display: none;
}

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

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

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

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

.page-info {
  height: 120px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

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

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

.project-discovery-cover {
  z-index: 10;
  width: 100%;
  background-color: #f3f6fc;
}

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

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

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

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

.news-category-item {
  border-bottom: 1px #f3f6fc;
}

.background-banner {
  height: 116%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.radio-item {
  height: 100%;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-size: 16px;
  display: flex;
}

.button-text {
  z-index: 10;
  position: relative;
}

.menu-collection-list-item {
  border-bottom: 1px solid #e2e7f1;
}

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

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

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

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

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

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

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

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

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

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

.services-card {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 36px;
  display: grid;
}

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

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

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

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

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

.footer-section {
  z-index: 10;
  color: #fff;
  background-color: #090b19;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw 36px;
  display: flex;
  position: relative;
}

.template-card {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border-top: 1px solid #f3f6fc;
  border-bottom: 1px #f3f6fc;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px;
  display: grid;
}

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

.newsletter-overlay {
  background-color: rgba(9, 11, 25, .9);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.nav-link-hover-button {
  width: 100%;
  height: 40px;
  position: absolute;
}

.banner-scrolling-wrapper {
  width: 100%;
  height: 100%;
  background-color: #f3f6fc;
}

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

.play-pause-button {
  display: none;
}

.background-video {
  height: 100vh;
}

.background-video-2 {
  height: 100%;
}

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

.text-block {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
}

.jump_div {
  height: 0;
}

.play-pause-button-2 {
  display: none;
}

.black_bg {
  background-color: #090b19;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid_support_company_logo {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  opacity: .73;
  filter: grayscale();
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  display: grid;
}

.image_member {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  margin-right: auto;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.div-block-4 {
  margin-bottom: 20px;
}

.div-block-5 {
  width: 240px;
  height: 270px;
  margin-left: 48px;
  margin-right: 30px;
  position: relative;
}

.div-block-6 {
  height: 50%;
  padding-left: 60px;
}

.h_40px {
  height: 40px;
}

.support_company_logo {
  background-image: url('../images/Logo_002.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.support_company_logo.support_company_logo_001 {
  width: 120px;
  height: 55px;
  background-image: url('../images/Group-1.png');
}

.support_company_logo.support_company_logo_002 {
  width: 270px;
  height: 80px;
  background-image: url('../images/Group-8.png');
}

.support_company_logo.support_company_logo_003 {
  width: 240px;
  height: 40px;
  background-image: url('../images/logo_black-1.png');
}

.support_company_logo.support_company_logo_004 {
  width: 70px;
  height: 70px;
  background-image: url('../images/1357fccb-5992-4804-a081-8ea24ff338acのコピー-1.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
}

.support_company_logo.support_company_logo_005 {
  width: 270px;
  height: 80px;
  background-image: url('../images/GOLDEXT-Logo-b.png');
  background-size: contain;
}

.div-block-7 {
  height: 250px;
  position: relative;
  overflow: scroll;
}

.text-block-2 {
  color: #e2e7f1;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transform: rotate(90deg);
}

.div-block-8 {
  width: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-9 {
  width: 1px;
  height: 100%;
  background-color: #e2e7f1;
  position: relative;
  bottom: 23px;
}

.div-block-10 {
  background-image: linear-gradient(#0d0d0d, #0d0d0d);
}

.div-block-11 {
  height: 500px;
  overflow: scroll;
}

.div-block-13 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-14 {
  width: 200px;
  margin-top: 20px;
}

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

.div-block-16 {
  width: 230px;
  height: 40px;
  background-image: url('../images/GOLDEXT-Logo-b.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-17 {
  width: 330px;
  height: 100px;
  filter: invert();
  background-image: url('../images/d412ef72-7355-4371-bb24-8ee663455734-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.navbar-logo-left {
  z-index: 999;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-logo-left-container.shadow-three {
  margin-bottom: 0;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand {
  width: 280px;
  height: 50px;
  flex-direction: row;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.post-list-item-2 {
  color: #090b19;
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 10px;
  line-height: 1.25em;
  text-decoration: none;
  display: flex;
}

.post-list-item-2.category-list-item {
  border-top: 1px solid #f3f6fc;
  grid-template-columns: 2.25fr;
  grid-auto-flow: column;
  padding-top: 7px;
  line-height: 1.25em;
  display: flex;
}

.body-display-2.dark {
  letter-spacing: 3px;
  text-transform: uppercase;
}

.subtitle-2 {
  z-index: 10;
  color: #6c6e77;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.nav-link-3 {
  color: #090b19;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-3.w--current {
  color: #090b19;
}

.line-1 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.simple {
  top: 18px;
}

.simple-link {
  color: #333;
  background-color: #fff;
  border-bottom: 2px solid #afafaf;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
}

.simple-menu-button {
  width: 60px;
  height: 60px;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
}

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

.simple-nav {
  background-color: rgba(255, 255, 255, 0);
}

.line-2 {
  z-index: 1;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.simple {
  top: 28px;
}

.simple-nav-link-holder {
  background-color: rgba(255, 255, 255, 0);
}

.line-3 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.simple {
  top: 38px;
}

.location-card {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #cb001e;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding: 24px 18px 24px 24px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.overlay22 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-12 {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 25px;
  padding-top: 0;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.location-name {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 9px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
  position: relative;
  overflow: hidden;
}

.location-card-background {
  opacity: 0;
  background-image: url('../images/DSC09897-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.location-card-background.menupic05 {
  background-image: url('../images/DSC09651.jpg');
}

.location-card-background.menupic02 {
  background-image: url('../images/DSC00353-min.jpg');
}

.location-card-background.menupic06 {
  background-image: url('../images/TOTO_stil_89_min.jpg');
  background-position: 100%;
}

.location-card-background.menupic03 {
  background-image: url('../images/two-businessmen-join-hands-business-cooperation_43157-779.jpg');
}

.location-card-background.menupic04 {
  background-image: url('../images/TOTO_stil_54_min_crop.png');
}

.link-block-2 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 5px 18px;
  text-decoration: none;
  display: flex;
}

.right-nav {
  height: 40px;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.right-nav.right-nav_pc {
  display: none;
}

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

.div-block-159 {
  width: 25px;
  height: 25px;
  background-image: url('../images/CallIcon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-160 {
  align-items: center;
  display: flex;
}

.destinations-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  letter-spacing: 0;
  text-transform: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subtitle-dynamic-text {
  z-index: 10;
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.dropdown-wrapper {
  min-height: 200px;
  min-width: 500px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: flex;
  box-shadow: 0 6px 48px -4px rgba(53, 64, 117, .1);
}

.dropdown-text {
  color: rgba(16, 18, 19, .89);
  letter-spacing: 3px;
}

.dropdown-text.heder_call_button {
  color: #fff;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 21px;
  display: flex;
}

.text-block-50 {
  color: rgba(16, 18, 19, .89);
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 900;
  line-height: 17px;
}

.div-block-164 {
  width: 100%;
  justify-content: flex-end;
  margin-top: 5px;
  display: flex;
}

.aaaa {
  z-index: 10;
  height: 100%;
  color: #cb001e;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(192, 192, 211, .92);
  border-radius: 3px;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}

.div-block-163 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.dropdown-list-2.w--open {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  padding-top: 12px;
  display: flex;
  left: 0;
  right: 0;
}

.card-arrow-icon {
  z-index: 10;
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vacation-card-arrow {
  width: 14px;
}

.horizontal-line-2 {
  height: 1px;
  background-color: rgba(192, 192, 211, .2);
  flex: 1;
}

.navbar-2 {
  z-index: 100;
  height: 110px;
  background-color: #fff;
  border-bottom: 1px rgba(192, 192, 211, .2);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 2px 3vw 5px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-162 {
  width: 100%;
  background-color: red;
}

.text-block-51 {
  color: rgba(16, 18, 19, .89);
  font-size: 15px;
  font-weight: 500;
}

.nav-button-toggle {
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 8px 18px;
  display: flex;
}

.dropdown-lottie-2 {
  width: 14px;
  justify-content: center;
  align-items: center;
  margin-left: 9px;
  display: flex;
}

.text-block-49 {
  color: #fff;
  letter-spacing: 3px;
  font-size: 16px;
  line-height: 13px;
}

.div-block-149 {
  align-items: center;
  display: flex;
}

.div-block-161 {
  margin-right: auto;
}

.brandicon {
  z-index: 25;
  width: 350px;
  height: 60px;
  color: #081c3a;
  letter-spacing: -.02em;
  text-transform: uppercase;
  background-image: url('../images/LogoTOTO_GroupLogo_Black.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

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

.subtitle-3 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 25px;
}

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

.link-block-13 {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 25px;
  padding-top: 0;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.link-block-14 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 5px 18px;
  text-decoration: none;
  display: flex;
}

.div-block-165 {
  width: 25px;
  height: 25px;
  background-image: url('../images/CallIcon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-166 {
  align-items: center;
  display: flex;
}

.text-block-52 {
  color: rgba(16, 18, 19, .89);
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 900;
  line-height: 17px;
}

.desktop {
  width: 100%;
  justify-content: flex-end;
  margin-top: 5px;
  display: flex;
}

.nav-button {
  z-index: 10;
  height: 100%;
  color: #cb001e;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(192, 192, 211, .92);
  border-radius: 3px;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}

.div-block-168 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.dropdown-list-3.w--open {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  padding-top: 12px;
  display: flex;
  left: 0;
  right: 0;
}

.horizontal-line-3 {
  height: 1px;
  background-color: rgba(192, 192, 211, .2);
  flex: 1;
}

.div-block-169 {
  width: 100%;
  background-color: red;
}

.text-block-53 {
  color: #fff;
  letter-spacing: 3px;
  font-size: 16px;
  line-height: 13px;
}

.div-block-170 {
  align-items: center;
  display: flex;
}

.div-block-171 {
  margin-right: auto;
}

.subtitle-4 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 25px;
}

.link-block-15 {
  text-decoration: none;
}

.div-block-172 {
  padding: 20px 10px 10px 15px;
}

.div-block-173 {
  z-index: 20;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.link-block-16 {
  z-index: 20;
  width: 30px;
  height: 30px;
  filter: invert();
  background-image: url('../images/87390-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.div-block-174 {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.div-block-175 {
  width: 60px;
  height: 50px;
  background-image: url('../images/d412ef72-7355-4371-bb24-8ee663455734-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block-55 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-176 {
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1280px) {
  .card-hover-item {
    padding: 0;
  }

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

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

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

  .sticky-section {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .credits-wrapper {
    grid-column-gap: 80px;
  }

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

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

  .services-card {
    padding: 48px;
  }
}

@media screen and (min-width: 1920px) {
  .project-item {
    height: 20vw;
  }

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

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

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

  .background-image {
    border-radius: 0 10px 10px 0;
  }

  .navbar {
    display: flex;
  }

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

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

  .left-navbar {
    width: 100%;
  }

  .nav-menu, .full-menu-button {
    display: flex;
  }

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

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

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

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

  .large-heading.supporters_name_one, .large-heading.supporters_name_two {
    font-size: 30px;
  }

  .body-display.dark {
    color: #090b19;
  }

  .project-item {
    height: 45vw;
  }

  .testimonial-slider {
    align-items: flex-start;
    display: flex;
  }

  .testimonial-arrow {
    height: 140px;
    top: 140px;
    bottom: auto;
  }

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

  .testimonial-column {
    min-height: 300px;
    justify-content: center;
    align-items: flex-start;
    padding: 48px 24px 48px 60px;
    display: flex;
  }

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

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

  .testimonial-column.testimonial-name {
    min-height: 280px;
    padding-left: 20px;
  }

  .rotate-text {
    display: flex;
  }

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

  .credit-item {
    min-width: 3rem;
  }

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

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

  .menu-lottie {
    width: 30px;
    height: 30px;
  }

  .hover-link-wrapper.video-link-wrapper {
    height: 70px;
  }

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

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

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

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

  .project-collection-item:nth-child(2n+1) {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

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

  .search-wrapper {
    display: flex;
  }

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

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

  .team-collection-item:nth-child(2n+1) {
    margin-top: 0;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 60%;
    margin-bottom: -40%;
  }

  .post-list-item {
    height: auto;
    font-size: 16px;
  }

  .post-list-item.category-list-item {
    min-height: 60px;
    grid-template-columns: 10fr;
    grid-auto-columns: .75fr;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .inner-page-hero-wrapper {
    grid-template-columns: 1fr;
  }

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

  .navigation-links {
    width: 100%;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .sticky-services-menu {
    width: 100%;
    position: relative;
    top: 0;
  }

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

  .rich-text h2 {
    font-size: 28px;
  }

  .rich-text h4 {
    font-size: 18px;
  }

  .rich-text h3 {
    font-size: 22px;
  }

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

  .hero-bottom-feature {
    width: 50%;
  }

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

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

  .gallery-items-wrapper {
    padding-top: 160px;
  }

  .fly-out-button {
    width: 50%;
    max-width: 50%;
  }

  .fly-out-button.on-click {
    width: 66.66%;
    max-width: 66.66%;
  }

  .project-description-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .project-description {
    padding: 36px 24px;
  }

  .project-features {
    padding-top: 0;
  }

  .news-list {
    grid-template-columns: 1fr 1fr;
  }

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

  .pagination {
    grid-template-columns: 1fr 1fr;
    padding-top: 36px;
  }

  .large-search-wrapper {
    width: 100%;
  }

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

  .services-info {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .about-quote {
    height: auto;
    max-height: none;
    min-height: auto;
    padding-top: 0%;
  }

  .project-gallery-image-wrapper {
    grid-template-rows: auto 1fr;
  }

  .project-schowcae-title {
    height: auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

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

  .dropdown {
    border-bottom: 1px solid #e2e7f1;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown.top {
    border-top: 1px solid #e2e7f1;
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 24px;
    display: flex;
  }

  .tablet-mobile-nav-links {
    max-height: 80vh;
    background-color: #fff;
    flex-direction: column;
    display: flex;
    overflow: scroll;
  }

  .dropdown-list {
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

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

  .dropdown-lottie {
    width: 18px;
    justify-content: center;
    align-items: center;
    margin-left: 24px;
    display: flex;
  }

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

  .page-info {
    overflow: auto;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

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

  .services-card {
    padding: 36px 24px;
  }

  .banner-categories {
    padding-top: 0;
  }

  .minimal-card {
    padding: 24px;
  }

  .footer-section {
    padding-top: 100px;
  }

  .template-card {
    padding: 24px;
  }

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

  .div-block-2 {
    flex-direction: row;
  }

  .div-block-3 {
    padding-left: 0;
  }

  .div-block-5 {
    height: 280px;
    margin-left: 60px;
  }

  .div-block-6 {
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .h_40px {
    height: 10px;
  }

  .support_company_logo.support_company_logo_001 {
    width: 90px;
  }

  .div-block-8 {
    padding-right: 0;
  }

  .navbar-logo-left-container.shadow-three {
    min-width: 90%;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-divider {
    width: 100%;
    height: 1px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .dropdown-2 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown-2.top {
    width: 100%;
  }

  .post-list-item-2 {
    height: auto;
    font-size: 16px;
  }

  .post-list-item-2.category-list-item {
    min-height: 60px;
    grid-template-columns: 10fr;
    grid-auto-columns: .75fr;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .body-display-2.dark {
    color: #090b19;
  }

  .list-item {
    width: 100%;
  }

  .nav-link-3 {
    width: 100%;
    border-top: 1px solid #f3f6fc;
    justify-content: flex-start;
    padding: 20px 24px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link-3.w--current {
    color: #090b19;
  }

  .location-card {
    background-color: #ececec;
  }

  .location-card-background.menupic05, .location-card-background.menupic01, .location-card-background.menupic02, .location-card-background.menupic06, .location-card-background.menupic03, .location-card-background.menupic04 {
    background-image: none;
  }

  .link-block-2 {
    height: 60px;
    flex-direction: column;
  }

  .right-nav {
    z-index: 20;
    height: 50px;
    grid-template-columns: 1fr;
    display: flex;
    position: relative;
  }

  .right-nav.right-nav_pc {
    height: 60px;
    display: flex;
  }

  .right-nav.right-nav_sp, .subtitle-intro-wrapper {
    display: none;
  }

  .div-block-159 {
    width: 22px;
    height: 22px;
    margin-left: 0;
  }

  .destinations-list {
    display: none;
  }

  .dropdown-wrapper {
    min-width: 90vw;
  }

  .dropdown-text.heder_call_button {
    font-size: 20px;
    font-weight: 500;
    line-height: 15px;
  }

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

  .div-block-163 {
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
  }

  .navbar-2 {
    height: 90px;
  }

  .div-block-162 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-49 {
    font-size: 9px;
    line-height: 13px;
  }

  .brandicon, .brandicon.w--current {
    width: 240px;
  }

  .subtitle-3 {
    line-height: 22px;
  }

  .link-block-14 {
    height: 60px;
    flex-direction: column;
  }

  .div-block-165 {
    width: 22px;
    height: 22px;
    margin-left: 0;
  }

  .desktop {
    display: none;
  }

  .div-block-168 {
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
  }

  .div-block-169 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-53 {
    font-size: 9px;
    line-height: 13px;
  }

  .subtitle-4 {
    line-height: 22px;
  }
}

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

  blockquote {
    padding-left: 18px;
    padding-right: 12px;
  }

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

  .background-image {
    border-top-right-radius: 0;
    border-bottom-right-radius: 30px;
  }

  .wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .nav-link {
    border-bottom: 1px solid #f3f6fc;
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .left-navbar {
    width: 100%;
    min-width: auto;
    border-style: none solid solid;
    padding-left: 0;
  }

  .menu-wrapper {
    display: none;
  }

  .brand {
    padding-left: 18px;
  }

  .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

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

  .project-item {
    width: 100%;
    height: 90vw;
  }

  .testimonial-arrow {
    width: 50%;
    height: 60px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    top: 0%;
  }

  .testimonial-arrow.right-arrow {
    border-right-style: none;
    left: auto;
    right: 0;
  }

  .testimonial-content {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .testimonial-column {
    min-height: auto;
    padding-top: 24px;
  }

  .testimonial-column.testimonial-description {
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .testimonial-column.testimonial-name {
    padding-left: 0;
  }

  .rotate-text.no-rotate-on-mobile {
    transform: none;
  }

  .credits-wrapper {
    grid-column-gap: 24px;
    padding: 36px;
  }

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

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

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

  .services-grid.top-border {
    grid-row-gap: 0px;
  }

  .hover-link-wrapper {
    width: 110px;
    height: 110px;
    display: flex;
  }

  .hover-link-wrapper.video-link-wrapper {
    height: 20px;
    display: flex;
  }

  .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .large-menu-wrapper {
    grid-template-rows: 65px auto;
  }

  .collection-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .project-collection-item:nth-child(2n+1) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-categories {
    margin-top: 0;
  }

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

  .projects-search-wrapper {
    height: 65px;
  }

  .search-wrapper {
    display: none;
  }

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

  .collection-list.two-columns {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .team-collection-item {
    min-height: 500px;
    flex-direction: row;
    display: flex;
  }

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

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

  .featured-news-list {
    grid-template-columns: 1fr;
  }

  .post-list-item.category-list-item {
    grid-template-columns: 4.25fr;
  }

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

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
  }

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

  .navigation-links {
    grid-template-columns: 1fr;
  }

  .banner-items {
    height: 80px;
  }

  .banner-items.project-categories {
    padding-top: 0;
  }

  .banner-items.template-credit {
    height: 100px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.discovery-item, .mega-social-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .right-grid-intro {
    margin-bottom: 24px;
  }

  .grid-wrapper {
    grid-row-gap: 120px;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 60px;
  }

  .hero-bottom-feature {
    width: 75%;
  }

  .hero-feature-card {
    padding: 24px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(36px, auto);
  }

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

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    width: 66.66%;
    max-width: 66.66%;
    grid-template-columns: 60px 1fr;
  }

  .fly-out-button.on-click {
    width: 100%;
    max-width: 100%;
  }

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

  .general-collection-wrapper {
    padding-top: 36px;
  }

  .news-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

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

  .results-help-wrapper {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
    padding-top: 36px;
    padding-bottom: 36px;
  }

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

  .gallery-heading {
    padding-left: 18px;
  }

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

  .services-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .service-examples-wrapper, .services-info {
    grid-template-columns: 1fr;
  }

  .mission-description {
    height: auto;
    max-height: none;
    min-height: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

  .about-quote {
    padding-bottom: 24px;
    padding-left: 0;
  }

  .project-gallery-image-wrapper {
    grid-row-gap: 36px;
  }

  .project-gallery-image:nth-child(2n+1) {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .dropdown-toggle {
    min-height: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .category-collection-item {
    border-bottom: 1px solid #e2e7f1;
  }

  .category-collection-item:nth-child(2n+1) {
    border-right: 1px solid #e2e7f1;
  }

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

  .page-info {
    height: auto;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .dark-cover {
    background-color: rgba(0, 0, 0, 0);
  }

  .newsletter-form-wrapper {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .newsletter-intro {
    padding: 36px 24px;
  }

  .form-column.right {
    flex-direction: column;
  }

  .sticky-section {
    height: auto;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .page-hero {
    min-height: 550px;
  }

  ._404-hero {
    min-height: 450px;
  }

  .category-link {
    min-height: 80px;
  }

  .anchor-link {
    min-height: 80px;
    border-bottom: 1px solid #e2e7f1;
  }

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

  .banner-items-wrapper {
    height: 80px;
  }

  .home-hero {
    min-height: 80vh;
  }

  .footer-section {
    padding-bottom: 72px;
  }

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

  .background-video {
    height: 100%;
  }

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

  .div-block-2 {
    align-items: center;
  }

  .div-block-3 {
    padding-left: 0;
  }

  .div-block-5 {
    width: 200px;
    margin-left: 0;
  }

  .support_company_logo.support_company_logo_002 {
    width: 180px;
  }

  .support_company_logo.support_company_logo_003 {
    width: 200px;
  }

  .support_company_logo.support_company_logo_005 {
    width: 190px;
  }

  .div-block-7 {
    height: 150px;
  }

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

  .div-block-14 {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    width: 200px;
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .post-list-item-2.category-list-item {
    grid-template-columns: 4.25fr;
  }

  .nav-link-3 {
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-link-3.bottom {
    border-bottom-style: none;
  }

  .location-card {
    padding: 13px 12px;
    display: flex;
  }

  .location-name {
    flex-direction: column;
    display: flex;
  }

  .link-block-2 {
    flex-direction: column;
    padding: 8px;
  }

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

  .div-block-159 {
    width: 18px;
    height: 18px;
  }

  .destinations-list {
    grid-row-gap: 9px;
    grid-template-columns: 1fr 1fr;
  }

  .subtitle-dynamic-text {
    display: none;
  }

  .dropdown-wrapper {
    min-width: 450px;
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-text {
    font-size: 10px;
  }

  .dropdown-text.heder_call_button {
    font-size: 15px;
    line-height: 13px;
  }

  .heading-23 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .card-arrow-icon {
    display: none;
  }

  .navbar-2 {
    height: 70px;
  }

  .nav-button-toggle {
    padding: 5px 8px 5px 10px;
  }

  .dropdown-lottie-2 {
    margin-left: 5px;
  }

  .text-block-49 {
    letter-spacing: 1px;
    line-height: 13px;
  }

  .subtitle-3 {
    line-height: 20px;
    display: flex;
  }

  .link-block-14 {
    flex-direction: column;
    padding: 8px;
  }

  .div-block-165 {
    width: 18px;
    height: 18px;
  }

  .text-block-53 {
    letter-spacing: 1px;
    line-height: 13px;
  }

  .subtitle-4 {
    line-height: 20px;
    display: flex;
  }
}

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

  h2 {
    font-size: 28px;
  }

  blockquote {
    padding-left: 18px;
    padding-right: 0;
    font-size: 16px;
  }

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

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

  .navbar {
    height: 65px;
  }

  .brand {
    align-items: stretch;
    padding-left: 18px;
  }

  .hero-content-wrapper {
    flex-direction: column;
  }

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

  .banner-content {
    min-height: auto;
    padding: 48px 12px;
  }

  .banner-intro {
    grid-row-gap: 24px;
  }

  .large-heading {
    font-size: 26px;
  }

  .large-heading.supporters_name_one, .large-heading.supporters_name_two {
    font-size: 20px;
  }

  .horizontal-line {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .horizontal-line.white {
    margin-top: 0;
  }

  .button {
    width: 100%;
  }

  .testimonial-arrow {
    font-size: 12px;
  }

  .testimonial-column.testimonial-description {
    border-top-style: none;
    padding-top: 12px;
  }

  .testimonial-column.testimonial-image {
    width: 100%;
    min-height: 350px;
  }

  .testimonial-column.testimonial-name {
    z-index: 1;
    background-color: rgba(9, 11, 25, .35);
    border-top: 1px rgba(255, 255, 255, .12);
    border-bottom: 1px rgba(255, 255, 255, .12);
    padding: 10px 0 24px 10px;
  }

  .stacked-description {
    grid-template-columns: 1fr;
  }

  .credits-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding-left: 24px;
    padding-right: 24px;
  }

  .tripple-grid {
    width: 100%;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .tripple-grid.no-margin {
    grid-row-gap: 36px;
  }

  .logos-headline {
    flex-direction: row;
    align-items: center;
  }

  .video-info {
    grid-row-gap: 48px;
    padding-left: 0;
  }

  .project-categories-wrapper {
    position: relative;
  }

  .large-menu-wrapper {
    padding-top: 65px;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .categories-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .category-collection-list-wrapper {
    overflow: hidden;
  }

  .collection-list {
    grid-row-gap: 24px;
  }

  .team-collection-item {
    min-height: 350px;
  }

  .featured-news-list {
    width: 100%;
  }

  .post-list-item.category-list-item {
    height: auto;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
  }

  .banner-items.template-credit {
    height: 80px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-list-item.white {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.discovery-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .list-heading-wrapper {
    width: 100%;
    grid-template-columns: auto 1fr;
    padding-left: 18px;
  }

  .team-portrait-wrapper {
    min-height: 400px;
  }

  .rich-text h2 {
    font-size: 26px;
  }

  .right-grid-intro {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 12px;
  }

  .post-card-description {
    padding: 24px;
  }

  .mega-menu-list-wrapper {
    grid-template-rows: auto;
    grid-auto-rows: auto;
    align-items: start;
  }

  .grid-wrapper {
    grid-row-gap: 75px;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 36px;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .featured-project-column {
    font-size: 9px;
  }

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

  .project-detail-item {
    padding: 36px 18px;
  }

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

  .project-detail-items {
    grid-template-columns: 1fr;
    overflow: auto;
  }

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

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    width: 100%;
    max-width: 100%;
  }

  .project-description {
    grid-row-gap: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .search-result-list, .search-result-item {
    flex-direction: column;
    display: flex;
  }

  .search-results-link {
    padding: 36px 18px;
  }

  .search-result-wrapper {
    flex-direction: column;
  }

  .results-help-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .author-post-item {
    padding-left: 18px;
    padding-right: 18px;
  }

  .author-card {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: auto;
    padding-left: 0;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-list {
    height: auto;
  }

  .category-collection-item:nth-child(2n+1) {
    border-right-style: none;
  }

  .category-collection-item:last-child {
    border-bottom: 1px #000;
  }

  .client-quote-credit {
    margin-left: 0;
    padding-left: 18px;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .radio-item {
    padding-left: 18px;
  }

  .page-hero {
    min-height: 450px;
    padding-top: 89px;
  }

  .projects-hero {
    padding-top: 89px;
  }

  .password-hero {
    min-height: 93vh;
  }

  .category-link {
    min-height: 60px;
  }

  .services-card {
    padding: 36px 18px;
  }

  .minimal-card {
    padding: 24px;
  }

  .anchor-link {
    min-height: 60px;
  }

  .home-hero {
    padding-top: 89px;
  }

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

  .div-block {
    width: 100%;
  }

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

  .div-block-4 {
    margin-bottom: 0;
  }

  .div-block-5 {
    width: 130px;
    height: 180px;
    margin-right: 0;
  }

  .support_company_logo.support_company_logo_001 {
    width: 70px;
    height: 40px;
  }

  .support_company_logo.support_company_logo_002 {
    width: 210px;
  }

  .support_company_logo.support_company_logo_003 {
    width: 200px;
  }

  .support_company_logo.support_company_logo_004 {
    width: 60px;
    height: 60px;
  }

  .support_company_logo.support_company_logo_005 {
    width: 210px;
    height: 70px;
  }

  .div-block-7 {
    height: 250px;
  }

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

  .div-block-14 {
    width: 100%;
    display: flex;
  }

  .div-block-16 {
    width: 150px;
    height: 30px;
  }

  .div-block-17 {
    width: 200px;
    height: 40px;
  }

  .container {
    max-width: none;
  }

  .navbar-brand {
    width: 160px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .post-list-item-2.category-list-item {
    height: auto;
  }

  .location-card {
    padding: 15px 12px;
    display: flex;
  }

  .link-block-2 {
    width: 190px;
    margin: 0;
  }

  .right-nav {
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .right-nav.right-nav_pc {
    display: none;
  }

  .right-nav.right-nav_sp {
    height: 40px;
    display: flex;
  }

  .destinations-list {
    grid-template-columns: 1fr;
  }

  .dropdown-wrapper {
    min-width: 90vw;
    grid-row-gap: 5px;
    padding: 15px 10px;
  }

  .dropdown-text.heder_call_button {
    font-size: 16px;
  }

  .heading-23 {
    margin-top: 0;
  }

  .aaaa {
    display: flex;
  }

  .div-block-163 {
    height: 60px;
    flex-direction: column;
  }

  .dropdown-list-2.w--open {
    margin-top: 50px;
  }

  .navbar-2 {
    height: auto;
    min-height: 115px;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-162 {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-button-toggle {
    justify-content: center;
    padding-left: 14px;
  }

  .div-block-149 {
    width: 100%;
  }

  .div-block-161 {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    display: flex;
  }

  .brandicon {
    width: 68%;
    height: 40px;
    margin-right: 0;
  }

  .brandicon.w--current {
    width: 66%;
    height: 40px;
    margin-right: 0;
  }

  .subtitle-3 {
    line-height: 25px;
  }

  .link-block-14 {
    width: 190px;
    margin: 0;
  }

  .nav-button {
    display: flex;
  }

  .div-block-168 {
    height: 60px;
    flex-direction: column;
  }

  .dropdown-list-3.w--open {
    margin-top: 50px;
  }

  .div-block-169 {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-170 {
    width: 100%;
  }

  .div-block-171 {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    display: flex;
  }

  .subtitle-4 {
    line-height: 25px;
  }
}

#w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-f47caef6 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-_991b9d86-d746-6bac-12b8-a27bc65d39a9-f47caef6 {
  justify-self: start;
}

#w-node-c3dc174b-78b2-9eb5-4dbe-d315274a7469-f47caef6 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-b128c289-fbf9-8a15-41a5-2bcdbae8da0b-f47caef6 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_4063be45-b8b3-9a31-cad9-bfe36485df5b-f47caef6 {
  align-self: center;
  justify-self: end;
}

#w-node-d75a5be9-120d-a9cc-09fb-cefd7dff224e-f47caef6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-dc743e0f-9d07-06c5-7f59-339899e7b95a-f47caef6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dc743e0f-9d07-06c5-7f59-339899e7b95b-f47caef6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_534b67c5-e39f-2e7f-1085-dd5bc48131d0-f47caef6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10b9e534-e6f4-8566-60bd-8e572090dcfd-f47caef6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3acea470-d743-7b30-121a-3b1f22a554e9-f47caef6, #w-node-c30c74ea-c58d-c33b-9aee-54e1664c7cd5-f47caef6 {
  justify-self: start;
}

#w-node-_4653d9a7-53ca-a400-56da-eddc40b3f103-f47caef6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_4653d9a7-53ca-a400-56da-eddc40b3f106-f47caef6 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_4653d9a7-53ca-a400-56da-eddc40b3f10f-f47caef6 {
  align-self: center;
}

#w-node-_4653d9a7-53ca-a400-56da-eddc40b3f111-f47caef6 {
  align-self: center;
  justify-self: start;
}

#w-node-_4653d9a7-53ca-a400-56da-eddc40b3f114-f47caef6 {
  align-self: center;
}

#w-node-_4653d9a7-53ca-a400-56da-eddc40b3f116-f47caef6 {
  align-self: center;
  justify-self: start;
}

#w-node-_4653d9a7-53ca-a400-56da-eddc40b3f119-f47caef6 {
  align-self: center;
}

#w-node-_4653d9a7-53ca-a400-56da-eddc40b3f11b-f47caef6 {
  align-self: center;
  justify-self: start;
}

#w-node-ba1c82ef-a1a2-3e92-4876-7dad5b926c1a-f47caef6 {
  align-self: center;
}

#w-node-ba1c82ef-a1a2-3e92-4876-7dad5b926c1c-f47caef6 {
  align-self: center;
  justify-self: start;
}

#w-node-_317edb55-4f42-c522-9529-80d777ed9ca5-f47caef6 {
  justify-self: start;
}

#w-node-_317edb55-4f42-c522-9529-80d777ed9ca9-f47caef6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dc5108f-1be8-9441-e5b8-497fdfc73edf-f47caef6 {
  justify-self: start;
}

#w-node-_4dc5108f-1be8-9441-e5b8-497fdfc73ee3-f47caef6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acdcb917-9a4c-ff21-61e9-14fa819957a3-f47caef6 {
  justify-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-f3eece69-b78b-f47c-9266-82f15086881a-c426b91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
  grid-area: 3 / 3 / 5 / 4;
  align-self: start;
  justify-self: stretch;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b929-c426b91d {
  align-self: center;
  justify-self: start;
}

#w-node-_9528b6cc-5881-ac46-ac4f-f9567a600aa3-c426b91d {
  align-self: center;
  justify-self: end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b92d-c426b91d {
  align-self: center;
  justify-self: start;
}

#w-node-_3ba5fc0d-00d1-0032-83ee-52ea90be55fb-c426b91d {
  align-self: center;
  justify-self: end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b931-c426b91d {
  align-self: center;
  justify-self: start;
}

#w-node-d7478ca7-7861-03a0-e2af-d807b17707c6-c426b91d {
  align-self: center;
  justify-self: end;
}

#w-node-ef0710c2-5454-b030-df51-b388b8ee272e-c426b91d {
  align-self: center;
  justify-self: start;
}

#w-node-ef0710c2-5454-b030-df51-b388b8ee2730-c426b91d {
  align-self: center;
  justify-self: end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
  grid-area: 2 / 1 / 4 / 2;
  align-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
  grid-area: 6 / 3 / 7 / 4;
  align-self: end;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7bf-f47caef7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-f47caef7 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: stretch;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-f47caef7 {
  grid-area: 3 / 1 / 4 / 4;
  align-self: end;
}

#w-node-_26839ce7-6d80-da5b-5e89-56d12f47a617-f47caef8 {
  align-self: start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-f47caef8 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-f47caef8 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_1754de0f-151f-b1a7-c989-ac3d7d858bf1-f47caef8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1754de0f-151f-b1a7-c989-ac3d7d858bd2-f47caef8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_820c470e-2642-280b-4e92-cb88549a75a8-f47caefa {
  align-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-f47caefa {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-f47caefa {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_78588d14-247f-5076-34c1-c503a9ab4918-f47caefa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08abb744-5a25-175e-8602-d4c23b82483b-f47caefa {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-f47caefa {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: stretch;
}

#w-node-c1386cff-6b52-7e7b-943b-f01eec93797f-f47caefa, #w-node-c1386cff-6b52-7e7b-943b-f01eec937981-f47caefa, #w-node-_5e3db900-a825-6509-a424-cf926f0e51a6-f47caefa, #name-3.w-node-_5e3db900-a825-6509-a424-cf926f0e51a8-f47caefa, #w-node-_9f611142-c9c4-1dbb-5d72-be5bad231d1e-f47caefa, #field.w-node-_9ecb47d5-8f4d-56b8-1721-4ed5246ec8ac-f47caefa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1386cff-6b52-7e7b-943b-f01eec937987-f47caefa {
  justify-self: start;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-f47caefa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e9ec757d-bde5-cfd1-09ea-ee86b7bf3893-f47caefa {
  align-self: center;
  justify-self: start;
}

#w-node-e9ec757d-bde5-cfd1-09ea-ee86b7bf3895-f47caefa {
  align-self: center;
  justify-self: end;
}

#w-node-b5f0f859-f2e3-8e3f-1204-c264ea8fba83-f47caefa {
  align-self: center;
  justify-self: start;
}

#w-node-b5f0f859-f2e3-8e3f-1204-c264ea8fba85-f47caefa {
  align-self: center;
  justify-self: end;
}

#w-node-b57d97ad-744c-763d-df42-64a37c179c93-f47caefa {
  align-self: center;
  justify-self: start;
}

#w-node-b57d97ad-744c-763d-df42-64a37c179c95-f47caefa {
  align-self: center;
  justify-self: end;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
  justify-self: stretch;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5d-336b9d43 {
  align-self: center;
  justify-self: stretch;
}

#w-node-_16738520-6de8-1fcc-6cbc-d48e45d42b91-336b9d43 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_16738520-6de8-1fcc-6cbc-d48e45d42b93-336b9d43 {
  align-self: center;
}

#w-node-f4f0ce64-1f82-9e16-20fb-882e6946b843-336b9d43 {
  justify-self: end;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d61-336b9d43 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d63-336b9d43 {
  align-self: center;
  justify-self: start;
}

#w-node-aea9f59c-b439-2797-db5e-6ba2ebbcded2-336b9d43 {
  justify-self: end;
}

#w-node-e16c4357-004d-8209-e100-36bb04545bd4-336b9d43 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e16c4357-004d-8209-e100-36bb04545bd6-336b9d43 {
  align-self: center;
  justify-self: start;
}

#w-node-_1e0f0e3b-c735-de45-d3e2-0c9fcf80a649-336b9d43, #w-node-_6d712253-a40a-3268-cfd4-269de938a353-336b9d43 {
  justify-self: end;
}

#w-node-f6a0a796-4f1d-5758-490b-395b2a23adce-336b9d43 {
  align-self: center;
  justify-self: end;
}

#w-node-ef9e3356-9654-664e-3553-da7dad2bde78-336b9d43 {
  justify-self: end;
}

#w-node-ef9e3356-9654-664e-3553-da7dad2bde7a-336b9d43 {
  align-self: center;
  justify-self: end;
}

#w-node-_70d24417-07c5-2a7d-86ef-488501692142-336b9d43 {
  justify-self: end;
}

#w-node-_70d24417-07c5-2a7d-86ef-488501692144-336b9d43, #w-node-_60c746b6-a9db-d1cb-ed5f-05ed23001a07-336b9d43 {
  align-self: center;
  justify-self: end;
}

#w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3f6-f47caefb {
  grid-area: 1 / 2 / 3 / 3;
  align-self: end;
  justify-self: end;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3f9-f47caefb {
  grid-area: 1 / 3 / 3 / 4;
  justify-self: stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3fa-f47caefb {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3fb-f47caefb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3fd-f47caefb {
  grid-area: 2 / 1 / 4 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a402-f47caefb {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a407-f47caefb {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a408-f47caefb, #w-node-b3205229-c2c3-f431-bb7a-14128002a409-f47caefb, #w-node-b3205229-c2c3-f431-bb7a-14128002a416-f47caefb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a41c-f47caefb {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-da4a29e5-ca19-1db0-03d7-ead8e8090871-f47caefb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e6c5d96b-8abb-74de-e98c-64b733d24ea7-f47caefb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f4914fd8-9661-30e6-850c-9d19244344ea-f47caefb {
  grid-area: 2 / 1 / 9 / 2;
}

#w-node-_51e59de1-b435-e6c0-8330-88ce3c921551-f47caefb, #w-node-_3549fca4-0b88-8373-420e-189838fcdc23-f47caefb, #w-node-_300a6bbb-d4bc-5c6d-fff6-7980173ea82b-f47caefb {
  align-self: center;
  justify-self: end;
}

#w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac517f-f47caefb {
  grid-area: 1 / 2 / 2 / 4;
}

#static.w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518a-f47caefb {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518b-f47caefb {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_353ee41b-0568-f449-8721-15e5500de963-f47caefb {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_12102cb7-b253-85df-5ce8-de413b78032d-f47caefb {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-f6a0648e-4c8a-eb8a-2c95-aead61518236-f47caefb {
  grid-area: 4 / 2 / 6 / 3;
}

#w-node-_34ad238f-d41e-3651-a4af-19a9f66bfd06-f47caefb {
  grid-area: 5 / 1 / 7 / 2;
}

#w-node-_903f8a31-5110-7a73-33fa-6ab5862ec27d-f47caefb {
  grid-area: 6 / 2 / 8 / 3;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ada-f47caefb {
  grid-area: 4 / 2 / 5 / 4;
}

#CMS.w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae5-f47caefb {
  grid-area: 5 / 2 / 6 / 4;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae6-f47caefb {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14af3-f47caefb {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b00-f47caefb {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b0d-f47caefb {
  grid-area: 4 / 2 / 6 / 3;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b1a-f47caefb {
  grid-area: 5 / 1 / 7 / 2;
}

#w-node-e3b5db22-8e43-4f70-f4f3-5544dc291662-f47caefb {
  grid-area: 7 / 2 / 8 / 4;
}

#utility.w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166d-f47caefb {
  grid-area: 8 / 2 / 9 / 4;
}

#w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166e-f47caefb {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e3b5db22-8e43-4f70-f4f3-5544dc29167b-f47caefb {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-e3b5db22-8e43-4f70-f4f3-5544dc291688-f47caefb {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-_4a70e53f-4733-1d90-73de-942fa6c1963e-f47caefb {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4a70e53f-4733-1d90-73de-942fa6c1963f-f47caefb {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_4a70e53f-4733-1d90-73de-942fa6c19647-f47caefb {
  align-self: start;
}

#w-node-_4a70e53f-4733-1d90-73de-942fa6c19649-f47caefb, #w-node-_4a70e53f-4733-1d90-73de-942fa6c1964b-f47caefb, #w-node-_4a70e53f-4733-1d90-73de-942fa6c1964e-f47caefb, #w-node-_4a70e53f-4733-1d90-73de-942fa6c19650-f47caefb, #w-node-_4a70e53f-4733-1d90-73de-942fa6c19653-f47caefb, #w-node-_4a70e53f-4733-1d90-73de-942fa6c19655-f47caefb {
  align-self: center;
}

#w-node-_4a70e53f-4733-1d90-73de-942fa6c19657-f47caefb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_4a70e53f-4733-1d90-73de-942fa6c19659-f47caefb {
  align-self: stretch;
}

#radio.w-node-_4a70e53f-4733-1d90-73de-942fa6c1965d-f47caefb {
  align-self: center;
}

#w-node-_4a70e53f-4733-1d90-73de-942fa6c1965e-f47caefb {
  align-self: center;
  justify-self: start;
}

#radio-4.w-node-_4a70e53f-4733-1d90-73de-942fa6c19661-f47caefb {
  align-self: center;
}

#w-node-_4a70e53f-4733-1d90-73de-942fa6c19662-f47caefb {
  align-self: center;
  justify-self: start;
}

#w-node-_4a70e53f-4733-1d90-73de-942fa6c19664-f47caefb {
  align-self: stretch;
}

#radio-5.w-node-_4a70e53f-4733-1d90-73de-942fa6c19665-f47caefb {
  align-self: center;
}

#w-node-_4a70e53f-4733-1d90-73de-942fa6c19666-f47caefb {
  align-self: center;
  justify-self: start;
}

#w-node-_4a70e53f-4733-1d90-73de-942fa6c1966b-f47caefb, #w-node-_4a70e53f-4733-1d90-73de-942fa6c19670-f47caefb, #email.w-node-_4a70e53f-4733-1d90-73de-942fa6c19672-f47caefb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4a70e53f-4733-1d90-73de-942fa6c19673-f47caefb {
  align-self: end;
  justify-self: end;
}

#w-node-_4a70e53f-4733-1d90-73de-942fa6c19674-f47caefb {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4a70e53f-4733-1d90-73de-942fa6c19680-f47caefb {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_397244f1-6d58-8f51-019c-f7e5a2b1e41a-f9270e17 {
  justify-self: stretch;
}

#w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-c47dbc6c-9b93-d53a-3ac5-94688c374a85-f9270e17 {
  align-self: center;
}

#w-node-_6ad8919c-2309-2a37-80a2-1e0756464dfe-f9270e17 {
  align-self: center;
  justify-self: end;
}

#w-node-_24909537-2aef-fa73-cf08-5d19c7632e15-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f0-f9270e17 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f1-f9270e17 {
  align-self: center;
  justify-self: start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f3-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c1267971-e98a-4887-2b61-4f4973f4569f-f9270e17 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1a-f9270e17 {
  align-self: center;
  justify-self: start;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1c-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-f47caefc {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-f47caefc {
  grid-area: 3 / 1 / 4 / 3;
  align-self: center;
  justify-self: stretch;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-f47caefe {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-d15422da-e94e-a208-9f30-9461a834d48a-f47caefe {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-ff11f385-19e7-2610-e10a-74658e22583e-f47caeff {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225841-f47caeff {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: stretch;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225846-f47caeff {
  grid-area: 3 / 1 / 4 / 3;
  align-self: center;
  justify-self: stretch;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d88-f47caeff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d78-f47caeff {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-f47caeff, #w-node-ba34e9c2-df0a-57da-3430-f5bf64771393-f47caeff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba34e9c2-df0a-57da-3430-f5bf6477139a-f47caeff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d59e9609-7efc-4afd-8f71-7d2c1f85a44c-f47caeff {
  align-self: end;
  justify-self: center;
}

#w-node-_605cd59d40ef8e036e3d508d00000000001a-f47caeff {
  align-self: start;
  justify-self: center;
}

#w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-f47caeff {
  justify-self: end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-f47caeff {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad13-f47caeff {
  align-self: center;
  justify-self: start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad15-f47caeff {
  align-self: center;
  justify-self: end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad17-f47caeff {
  align-self: center;
  justify-self: start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad19-f47caeff {
  align-self: center;
  justify-self: end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1b-f47caeff {
  align-self: center;
  justify-self: start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1d-f47caeff {
  align-self: center;
  justify-self: end;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-f47caf00 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-_06d98f73-386f-106d-9b9d-8057c0e4f1b4-f47caf00 {
  justify-self: start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-f47caf00 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: center;
  justify-self: stretch;
}

#w-node-e1bbc23b-cc52-041b-ca98-e15d9e779207-f47caf00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_033af516-1361-809f-0fa9-5673c3e60457-f47caf00 {
  align-self: center;
  justify-self: center;
}

#w-node-_0591048e-13d2-03bf-8ce8-60fee10b88f6-f47caf00 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-f47caf00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-f47caf00 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-f47caf00 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-f47caf00 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-f47caf00 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-f47caf00 {
  align-self: center;
  justify-self: start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-f47caf00 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-f47caf00 {
  align-self: center;
  justify-self: start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-f47caf00 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-f47caf00 {
  align-self: center;
  justify-self: start;
}

#w-node-_792cce88-f7a5-d11d-f236-79d89b593844-f47caf00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73ddc849-29e3-f33a-cfa8-9f779aa8fd33-f47caf00 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_0fb8815d-20d5-3c26-78ac-331de63809e9-f47caf00 {
  justify-self: start;
}

#w-node-_191ab773-7ca3-afa4-431f-2f8a35bfbe14-f47caf00 {
  align-self: center;
  justify-self: center;
}

#w-node-_8c70667e-4d4d-f9ed-b4d0-11f34399cc57-f47caf00 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-f47caf00 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-aabcbca2-070e-ecf2-9582-8eadaa647a9f-f47caf00 {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7a-f47caf00 {
  align-self: center;
  justify-self: start;
}

#w-node-b48f0a3f-0ade-e8e2-132a-106a82e533b3-f47caf00 {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7d-f47caf00 {
  align-self: center;
  justify-self: start;
}

#w-node-f49a0839-daa4-9010-a6d7-ab8a50a31c19-f47caf00 {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c80-f47caf00 {
  align-self: center;
  justify-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-f47caf00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-f47caf00 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-f47caf00 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c82-f47caf00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dd666792-2b8b-813e-6194-48edbcd3bb63-f47caf00 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_45ed1cd4-91e3-02a3-4157-82da7c791d92-f47caf00 {
  align-self: center;
  justify-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861219-f47caf00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_38bc6e90-99a5-7e40-f8b2-9cc2c6ea94de-f47caf00 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_285753a1-cac1-74c6-d260-522957f03e89-f47caf00 {
  align-self: center;
  justify-self: start;
}

#w-node-_37353616-fbcc-56d4-42cb-28f01edaee90-f47caf00 {
  align-self: center;
  justify-self: center;
}

#w-node-a8b932e6-6aa0-9c11-6fa2-a1433858ebb3-f47caf00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861202-f47caf00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861205-f47caf00 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b86120b-f47caf00 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_2e2402ce-f7f5-e25d-bd7a-1b86de323233-f47caf00 {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861211-f47caf00 {
  align-self: center;
  justify-self: start;
}

#w-node-_0a39e03c-3c42-57d7-d981-57012b28d70b-f47caf00 {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861214-f47caf00 {
  align-self: center;
  justify-self: start;
}

#w-node-_676dd5f9-5a35-7b3b-b16e-b3a75a6b58f1-f47caf00 {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861217-f47caf00 {
  align-self: center;
  justify-self: start;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2c8-f47caf01 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2cb-f47caf01 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2d0-f47caf01 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: center;
  justify-self: stretch;
}

#w-node-d5cbc97f-6c81-0aa7-94f1-53f10cb27f1c-f47caf01 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1309089-a2bc-3eba-7f02-d532a9467d85-f47caf01 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_24f471f5-7ae5-636f-791d-ef5b1eb8c6ea-f47caf01 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_56ccd570-0519-3bf2-4705-a8c2647a0020-f47caf01 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: stretch;
}

#w-node-f68f6a28-e129-6b94-46f2-4058b39ff83c-f47caf01 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-f68f6a28-e129-6b94-46f2-4058b39ff83d-f47caf01 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c8016839-d34a-93dc-5848-6b1c4cd42057-f47caf01 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-_05feffb7-128e-e30f-38d4-0e5d778328fb-f47caf01 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-a7aef5a2-89ad-9607-aebc-418f300b7abe-f47caf01, #w-node-_039a13e7-2f12-63de-e7c0-249b72a7dc04-f47caf01, #w-node-_4e3a1c6c-f575-30fc-b449-822c3b2e726d-f47caf01 {
  align-self: center;
  justify-self: end;
}

#w-node-c9f0e5df-545f-1b48-ac6e-40272a3c46d6-f47caf01 {
  justify-self: start;
}

#w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d9398-f47caf01 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-dab5903c-a7e0-3d67-1fc1-3f4bc831cca3-f47caf01 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-c856d493-a86f-98c0-cc6d-ee3dea7be915-f47caf01 {
  align-self: start;
}

#w-node-_53e77774-181e-6532-0ddd-1bf3be51f711-f47caf01 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d93a6-f47caf01 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2dc0e3de-1db8-f7bc-5bf8-522432bd6fd8-f47caf01, #w-node-_7b55ff7e-c0c1-d1bd-d48d-a6a1b72716ed-f47caf01, #w-node-_9abc7d49-bd28-7c24-d044-69b2caffdbb5-f47caf01 {
  align-self: center;
  justify-self: end;
}

#w-node-_5ef7b72b-ba8b-2d27-ce02-b7b47ea3e12c-f47caf01 {
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_4653d9a7-53ca-a400-56da-eddc40b3f103-f47caef6 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4653d9a7-53ca-a400-56da-eddc40b3f109-f47caef6 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: start;
  }

  #w-node-_4653d9a7-53ca-a400-56da-eddc40b3f10d-f47caef6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    grid-column-end: 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
    grid-row-end: 3;
    grid-column-end: 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-f47caef7 {
    grid-column-end: 2;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-f47caef7, #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-f47caef8, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-f47caefa {
    grid-column-end: 3;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-f47caefa {
    grid-column-end: 2;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-f47caefa {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
    grid-column: 1 / 2;
  }

  #w-node-_6fe66bf6-22c6-7c4b-e980-c09ffd4740ae-336b9d43 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-e16c4357-004d-8209-e100-36bb04545bd4-336b9d43 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d364a0a1-eed2-cc02-8c38-c72be241387a-336b9d43 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_742bc615-eb92-0d24-5678-32641c325156-336b9d43 {
    justify-self: stretch;
  }

  #w-node-f6a0a796-4f1d-5758-490b-395b2a23adce-336b9d43, #w-node-ef9e3356-9654-664e-3553-da7dad2bde7a-336b9d43, #w-node-_70d24417-07c5-2a7d-86ef-488501692144-336b9d43, #w-node-_60c746b6-a9db-d1cb-ed5f-05ed23001a07-336b9d43 {
    align-self: center;
    justify-self: end;
  }

  #w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-f4914fd8-9661-30e6-850c-9d19244344ea-f47caefb {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac517f-f47caefb, #static.w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518a-f47caefb, #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ada-f47caefb, #CMS.w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae5-f47caefb, #w-node-e3b5db22-8e43-4f70-f4f3-5544dc291662-f47caefb, #utility.w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166d-f47caefb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4a70e53f-4733-1d90-73de-942fa6c1963f-f47caefb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a70e53f-4733-1d90-73de-942fa6c19657-f47caefb {
    grid-column: span 1 / span 1;
  }

  #name.w-node-_4a70e53f-4733-1d90-73de-942fa6c1966d-f47caefb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a70e53f-4733-1d90-73de-942fa6c19680-f47caefb, #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17, #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    grid-column-end: 3;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-f47caefc, #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-f47caefc {
    grid-column-end: 2;
  }

  #w-node-_2a92b6a6-1786-cf04-590a-79bfed89e6b0-f47caefd, #w-node-dc8eb8eb-6a47-afe0-2c11-d949d90b570e-f47caefd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-f47caefe {
    grid-column-end: 3;
  }

  #w-node-ff11f385-19e7-2610-e10a-74658e225841-f47caeff, #w-node-ff11f385-19e7-2610-e10a-74658e225846-f47caeff {
    grid-column-end: 2;
  }

  #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-f47caeff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-f47caf00, #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-f47caf00 {
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-f47caf00 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-f47caf00 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_792cce88-f7a5-d11d-f236-79d89b593844-f47caf00 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-f47caf00 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-f47caf00 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c82-f47caf00, #w-node-_5e265911-3e42-184e-49b8-29b67b861219-f47caf00 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861202-f47caf00 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b86120b-f47caf00 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2cb-f47caf01, #w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2d0-f47caf01 {
    grid-column-end: 2;
  }

  #w-node-_24f471f5-7ae5-636f-791d-ef5b1eb8c6ea-f47caf01 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_56ccd570-0519-3bf2-4705-a8c2647a0020-f47caf01 {
    grid-row-end: 5;
    grid-column-end: 3;
  }

  #w-node-f68f6a28-e129-6b94-46f2-4058b39ff83c-f47caf01 {
    grid-column: 1 / 2;
  }

  #w-node-c8016839-d34a-93dc-5848-6b1c4cd42057-f47caf01 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_05feffb7-128e-e30f-38d4-0e5d778328fb-f47caf01 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_1c13acc5-517c-491d-fcdf-0a83558a1ead-f47caf01 {
    align-self: stretch;
  }

  #w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d9398-f47caf01 {
    grid-column: 1 / 3;
  }

  #w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d93a6-f47caf01 {
    grid-row: 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4653d9a7-53ca-a400-56da-eddc40b3f103-f47caef6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4653d9a7-53ca-a400-56da-eddc40b3f106-f47caef6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    grid-column-end: 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    grid-row: 5 / 6;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-f47caef7, #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-f47caef8, #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-f47caef8, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-f47caefa, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-f47caefa {
    grid-column-end: 2;
  }

  #w-node-c1386cff-6b52-7e7b-943b-f01eec937981-f47caefa {
    grid-column: span 1 / span 1;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a3fd-f47caefb {
    grid-row-start: 3;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a402-f47caefb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a408-f47caefb {
    grid-column: span 3 / span 3;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a409-f47caefb {
    grid-column: span 1 / span 1;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a416-f47caefb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f4914fd8-9661-30e6-850c-9d19244344ea-f47caefb {
    grid-column: span 1 / span 1;
  }

  #w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac517f-f47caefb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #static.w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518a-f47caefb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518b-f47caefb, #w-node-_353ee41b-0568-f449-8721-15e5500de963-f47caefb, #w-node-_12102cb7-b253-85df-5ce8-de413b78032d-f47caefb, #w-node-f6a0648e-4c8a-eb8a-2c95-aead61518236-f47caefb, #w-node-_34ad238f-d41e-3651-a4af-19a9f66bfd06-f47caefb, #w-node-_903f8a31-5110-7a73-33fa-6ab5862ec27d-f47caefb {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ada-f47caefb {
    grid-area: 5 / 1 / 6 / 2;
  }

  #CMS.w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae5-f47caefb {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae6-f47caefb, #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14af3-f47caefb, #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b00-f47caefb, #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b0d-f47caefb, #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b1a-f47caefb {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e3b5db22-8e43-4f70-f4f3-5544dc291662-f47caefb {
    grid-area: 8 / 1 / 9 / 2;
  }

  #utility.w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166d-f47caefb {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166e-f47caefb, #w-node-e3b5db22-8e43-4f70-f4f3-5544dc29167b-f47caefb, #w-node-e3b5db22-8e43-4f70-f4f3-5544dc291688-f47caefb {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_4a70e53f-4733-1d90-73de-942fa6c19674-f47caefb {
    grid-column-end: 2;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17, #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    grid-column-end: 4;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    grid-column: span 3 / span 3;
  }

  #w-node-_2a92b6a6-1786-cf04-590a-79bfed89e6b0-f47caefd, #w-node-dc8eb8eb-6a47-afe0-2c11-d949d90b570e-f47caefd {
    grid-column: span 1 / span 1;
  }

  #w-node-d15422da-e94e-a208-9f30-9461a834d48a-f47caefe {
    align-self: end;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-f47caeff {
    grid-column: span 1 / span 1;
  }

  #w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-f47caeff {
    justify-self: center;
  }

  #w-node-bf268399-4001-455f-2109-2c2bf6a721e7-f47caf00 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7ccce7ec-88ce-6aba-e5aa-d09c7b6c987b-f47caf00 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_2b7c1bd8-fa21-aec1-85fb-d93364305335-f47caf00 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-f47caf00 {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-f47caf00, #w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-f47caf00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_792cce88-f7a5-d11d-f236-79d89b593844-f47caf00 {
    grid-column-end: 2;
  }

  #w-node-_73ddc849-29e3-f33a-cfa8-9f779aa8fd33-f47caf00 {
    grid-column: 1 / 2;
  }

  #w-node-_8c70667e-4d4d-f9ed-b4d0-11f34399cc57-f47caf00 {
    grid-column: 1 / 3;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-f47caf00 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-f47caf00, #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-f47caf00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c82-f47caf00 {
    grid-column-end: 2;
  }

  #w-node-dd666792-2b8b-813e-6194-48edbcd3bb63-f47caf00 {
    grid-column: 1 / 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861219-f47caf00 {
    grid-column-end: 2;
  }

  #w-node-_38bc6e90-99a5-7e40-f8b2-9cc2c6ea94de-f47caf00 {
    grid-column: 1 / 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861202-f47caf00 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861205-f47caf00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_24f471f5-7ae5-636f-791d-ef5b1eb8c6ea-f47caf01 {
    grid-row: 2 / 3;
  }

  #w-node-_56ccd570-0519-3bf2-4705-a8c2647a0020-f47caf01 {
    grid-row-end: 2;
  }

  #w-node-f68f6a28-e129-6b94-46f2-4058b39ff83c-f47caf01 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8016839-d34a-93dc-5848-6b1c4cd42057-f47caf01 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_05feffb7-128e-e30f-38d4-0e5d778328fb-f47caf01 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d9398-f47caf01 {
    grid-column-end: 2;
  }

  #w-node-dab5903c-a7e0-3d67-1fc1-3f4bc831cca3-f47caf01 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_53e77774-181e-6532-0ddd-1bf3be51f711-f47caf01 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dc743e0f-9d07-06c5-7f59-339899e7b95b-f47caef6 {
    grid-column: span 4 / span 4;
  }

  #w-node-acdcb917-9a4c-ff21-61e9-14fa819957a3-f47caef6 {
    justify-self: auto;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a407-f47caefb {
    grid-column-end: 3;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a408-f47caefb {
    grid-column: span 3 / span 3;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a409-f47caefb, #w-node-b3205229-c2c3-f431-bb7a-14128002a416-f47caefb {
    grid-column: span 1 / span 1;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-f47caeff, #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-f47caeff {
    grid-column: span 2 / span 2;
  }

  #w-node-f68f6a28-e129-6b94-46f2-4058b39ff83c-f47caf01, #w-node-_05feffb7-128e-e30f-38d4-0e5d778328fb-f47caf01 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Regular.woff2') format('woff2'), url('../fonts/EudoxusSans-Regular.woff') format('woff'), url('../fonts/EudoxusSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraLight.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraLight.woff') format('woff'), url('../fonts/EudoxusSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraBold.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraBold.woff') format('woff'), url('../fonts/EudoxusSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Bold.woff2') format('woff2'), url('../fonts/EudoxusSans-Bold.woff') format('woff'), url('../fonts/EudoxusSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Light.woff2') format('woff2'), url('../fonts/EudoxusSans-Light.woff') format('woff'), url('../fonts/EudoxusSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Medium.woff2') format('woff2'), url('../fonts/EudoxusSans-Medium.woff') format('woff'), url('../fonts/EudoxusSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}