:root {
  --body-display: #747474;
  --pinstripe: #889ea833;
  --coral: #00a016;
  --grey: #eef0f6;
  --shaddow: #292b4e12;
  --orange-red: #ff4b27;
  --black: #111729;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

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

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

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

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

a {
  text-decoration: underline;
}

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

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

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

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

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

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

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

.section.no-top-padding.grey {
  padding-bottom: 140px;
  display: none;
}

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

.grid-wrapper._01 {
  display: none;
}

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

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

.background {
  background-image: url('../images/lekzijde-images-3.jpg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

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

.background.testimonial-background {
  background-image: url('../images/04.jpg');
  background-position: 50% 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.background.action-background {
  background-image: url('../images/restaurant.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.background.action-background._2 {
  background-image: url('../images/c04.jpg');
  background-size: cover;
}

.background.action-background._2.facilities {
  background-image: url('../images/52312.jpg');
}

.background.action-background._3 {
  background-image: url('../images/D11.jpg');
  background-size: cover;
}

.background.action-background._4 {
  background-image: url('../images/D12.jpg');
  background-size: cover;
}

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

.background.action-background.book {
  background-image: url('../images/B01.jpg');
  background-size: cover;
}

.background.action-background.book.facilities {
  background-image: url('../images/52312.jpg');
}

.background.action-background.informatione {
  background-image: url('../images/B08.jpg');
  background-size: cover;
}

.background.action-background.informatione.facilities {
  background-image: url('../images/52312.jpg');
}

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

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

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

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

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

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

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

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

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

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

.slider-arrow.right {
  background-color: #2d26a800;
  background-image: none;
  border-radius: 100%;
  width: 180px;
  padding-left: 0;
  padding-right: 100px;
  left: auto;
  right: -100px;
}

.navbar {
  z-index: 100;
  background-color: #fff0;
  border: 1px #000;
  justify-content: center;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

.nav-link:hover {
  opacity: .6;
}

.nav-link:lang(nl) {
  letter-spacing: 0;
  padding-left: 5px;
  padding-right: 5px;
}

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

.nav-link._02 {
  padding-left: 0;
  padding-right: 0;
}

.nav-link.lg {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
}

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

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

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

.brand.w--current {
  width: 130px;
}

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

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

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

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

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

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

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

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

.subtitle {
  color: var(--body-display);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.subtitle.light {
  color: #fffc;
}

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

.subtitle.title {
  font-size: 14px;
  font-weight: 600;
}

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

.solid-button._02 {
  width: 144px;
  padding: 12px 24px;
}

.solid-button._3 {
  z-index: 20;
  width: 160px;
  position: relative;
}

.solid-button._3.w--current {
  width: 160px;
}

.solid-button.camping {
  margin: 20px 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slide-nav {
  display: none;
}

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

.projects-mask {
  z-index: 25;
  width: 100%;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

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

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

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

.underline-link.dark {
  border-bottom-color: var(--pinstripe);
  color: #626d86;
  border-bottom-color: #889ea833;
}

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

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

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

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

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

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

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

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

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

.action-banner._2 {
  min-height: 460px;
}

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

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

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

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

.nav-button:lang(nl) {
  padding-left: 20px;
  padding-right: 20px;
}

.nav-button.login {
  background-color: #26b56200;
  padding-left: 10px;
  padding-right: 20px;
}

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

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

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

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

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

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

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

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

.service-icon._1 {
  background-image: url('../images/65721123.jpg');
  background-position: 0 0;
  background-size: cover;
}

.service-icon._2 {
  background-image: url('../images/62311234.jpg');
  background-position: 0 0;
  background-size: cover;
}

.service-icon._3 {
  background-image: url('../images/64534123.jpg');
  background-position: 0 0;
  background-size: cover;
}

.service-icon._4 {
  background-image: url('../images/facility.jpg');
  background-position: 0 0;
  background-size: cover;
}

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

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

.service-card-hover._2 {
  background-color: #7f70f8;
}

.service-card-hover._3 {
  background-color: #00cae1;
}

.service-card-hover._4 {
  background-color: #01e2b7;
}

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

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

.instagram-feed {
  grid-column-gap: 60px;
  grid-row-gap: 18px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rich-text p {
  margin-top: 0;
  margin-bottom: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preloader-indicator {
  width: 100%;
}

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

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

.preloader-brand {
  font-size: 36px;
}

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

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

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

.slide-hero-background.slider-001 {
  background-image: linear-gradient(#ffffff1f, #ffffff1f), url('../images/23441.jpg');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-hero-background.slider-001 {
  background-image: url('../images/05.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.collection-list-wrapper, .collection-list {
  height: 100%;
}

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

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

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

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

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

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

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

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

.scroll-arrow {
  width: 18px;
}

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

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

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

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

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

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

.list-arrow {
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-items.mob {
  display: none;
}

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

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

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

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

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

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

.button-text._2 {
  color: #fff;
  line-height: 20px;
}

.button-text.login {
  color: #000;
}

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

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

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

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

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

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

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

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

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

.image, .image-2, .image-3, .image-4 {
  opacity: 0;
}

.hero-slide {
  height: 100%;
}

.video-icon {
  filter: none;
}

.home-hero-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 550px;
  display: grid;
  position: relative;
}

.video-button-waves {
  z-index: 27;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: none;
  position: absolute;
  inset: auto;
}

.slider-arrow-icon-2 {
  width: 16px;
}

.hero-slider-mask {
  overflow: visible;
}

.home-hero-2 {
  background-color: #fff;
  align-items: stretch;
  height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-video-button {
  z-index: 25;
  border: 1px #c0c0d333;
  border-radius: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-top: -36px;
  display: flex;
  position: relative;
}

.location-dynamic-text {
  grid-column-gap: 1px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 10px;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.slider-background-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 120px 148px;
  display: flex;
}

.slider-background-wrapper-2.hero-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto;
}

.video-button-background {
  z-index: 30;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.xxl-heading-2 {
  font-size: 68px;
  line-height: 1.1em;
}

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

.hero-collection-wrapper {
  height: 100%;
}

.bottom-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  min-width: 100vw;
  height: 100%;
  display: grid;
}

.featured-icon {
  width: 18px;
}

.featured-location-price {
  grid-column-gap: 7px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-background-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.horizontal-line-2 {
  background-color: #c0c0d333;
  flex: 1;
  height: 1px;
}

.dolar-sign {
  font-size: 11px;
  line-height: 1.4em;
}

.hero-slide-arrow {
  background-color: #fff;
  border: 1px #fff9;
  border-top: 1px solid #c0c0d333;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  inset: auto 360px 0% auto;
}

.hero-slide-arrow.left {
  border-top-style: none;
  border-top-left-radius: 5px;
  bottom: 70px;
}

.hero-slide-arrow._1 {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 140px;
  bottom: 0;
  right: -80px;
}

.hero-slide-arrow._2 {
  width: 80px;
  height: 140px;
}

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

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

.video-button-verlay {
  z-index: 25;
  background-color: #0f132696;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-hover-button {
  z-index: 35;
  cursor: pointer;
  border: 1px dashed #c0c0d34d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
}

.featured-location {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #081c3a;
  background-color: #f7f8fc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 360px;
  height: auto;
  padding: 36px;
  text-decoration: none;
  display: grid;
}

.wave-one {
  background-color: #c0c0d333;
  border-radius: 100%;
  width: 88%;
  height: 88%;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button:hover {
  background-color: #081c3a;
}

.button.white {
  color: #081c3a;
  background-color: #fff;
}

.button.white:hover {
  color: #081c3a;
  background-color: #e6e6f3;
}

.button-video {
  width: 300px;
  min-width: 300px;
  height: 300px;
  min-height: 300px;
  position: absolute;
  inset: 0%;
}

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

.slider-bottom-2 {
  z-index: 20;
  justify-content: center;
  width: 100%;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.slide-nav-2 {
  display: none;
}

.featured-location-icon {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.home-hero-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 360px;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-top: 92px;
  padding-bottom: 152px;
  padding-left: 80px;
  display: grid;
  position: relative;
}

.wave-two {
  background-color: #c0c0d333;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.subtitle-2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.subtitle-2.white {
  color: #fff;
}

.background-2 {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.background-2._2 {
  background-image: url('../images/lekzijde-images-36.jpg');
}

.background-2._3 {
  background-image: url('../images/banner-2a.jpg');
  background-size: cover;
}

.background-2._4 {
  background-image: url('../images/banner-3.jpg');
  background-size: cover;
}

.video-icon-wrapper {
  background-color: #c0c0d333;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

.featured-location-heading {
  color: #2b2b2b;
}

.testimonial-slider-image-wrapper {
  margin-right: 30px;
  position: relative;
}

.left-arrow-icon {
  color: red;
  position: relative;
  right: 2px;
}

.title.testimonials {
  margin-bottom: 40px;
}

.bg {
  position: absolute;
}

.bg.testimonials-02 {
  top: -78px;
  right: -89px;
}

.bg.testimonials-01 {
  bottom: -119px;
  left: -118px;
}

.left-arrow {
  color: #ababab;
  background-color: #fff;
  border: 1px solid #c0c1d1;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 20px;
  line-height: 1em;
  transition: color .35s, border-color .35s, background-color .35s, transform .35s;
  display: flex;
  inset: auto 122px 59px auto;
}

.left-arrow:hover {
  border-color: var(--coral);
  background-color: var(--coral);
  color: #fff;
  transform: scale(1.1);
}

.testimonial-image {
  border-radius: 0;
  max-width: 102px;
}

.split-content.testimonials-right {
  max-width: 70%;
  display: flex;
  position: relative;
}

.split-content.testimonials-left {
  max-width: 450px;
}

.accent-line {
  background-color: #ababab;
  width: 17px;
  height: 2px;
  margin-right: 10px;
}

.testimonial-name-2 {
  color: gray;
  margin-top: 27px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.091em;
}

.testimonials-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.text-color-accent {
  color: gray;
  -webkit-text-stroke-color: #ababab;
}

.paragraph.testimonial {
  color: #ababab;
  margin-bottom: 27px;
  font-size: 16px;
  line-height: 22px;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  transform-style: preserve-3d;
  background-color: #146ef5;
  border-radius: 4px;
  padding: 24px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  transition: transform .35s, box-shadow .35s, background-color .35s;
  box-shadow: 0 6px 13px #090b2c1a;
}

.button-primary:hover {
  color: #fff;
  background-color: #146ef5;
  transform: scale3d(.95, .95, 1.01);
  box-shadow: 1px 1px 6px #090b2c1a, 0 3px 6px #090b2c1a;
}

.testimonial-slider {
  z-index: 1;
  background-color: #fff;
  border: 1px #e6e7f3;
  border-radius: 0;
  max-width: 100%;
  height: 100%;
  min-height: 355px;
  box-shadow: 0 8px 24px #2f34b90f;
}

.testimonial-wrapper-2 {
  border-radius: 0;
  padding: 59px 53px;
  display: flex;
}

.container-default {
  max-width: 1242px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.work-text {
  color: gray;
  letter-spacing: .02em;
  line-height: 1em;
}

.work-wrapper {
  align-items: center;
  margin-top: 11px;
  display: flex;
}

.right-arrow {
  color: #ababab;
  background-color: #fff;
  border: 1px solid #c0c1d1;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 20px;
  line-height: 1em;
  transition: color .35s, border-color .35s, background-color .35s, transform .35s;
  display: flex;
  inset: auto 47px 59px auto;
}

.right-arrow:hover {
  border-color: var(--coral);
  background-color: var(--coral);
  color: #fff;
  transform: scale(1.1);
}

.right-arrow-icon {
  position: relative;
  left: 2px;
}

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

.section-2.testimonials {
  background-color: #fbfbfd;
  overflow: hidden;
}

.overlay-5 {
  background-color: #060b1466;
  position: absolute;
  inset: 0%;
}

.background-wrapper-2 {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.subtitle-7 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

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

.three-grid {
  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;
}

.card-info {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: grid;
  position: relative;
}

.background-4 {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-4.service-background {
  background-image: url('../images/65721123.jpg');
}

.background-4.about-background {
  background-image: url('../images/62311234.jpg');
}

.background-4.belonging-background {
  background-image: url('../images/64534123.jpg');
}

.card-cover {
  z-index: 15;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.card-cover._1 {
  background-image: linear-gradient(#fffc, #fffc), url('../images/t03.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card-cover._2 {
  background-image: linear-gradient(#fffc, #fffc), url('../images/04.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card-cover._3 {
  background-image: linear-gradient(#fffc, #fffc), url('../images/myles-tan-IWCljYv1TJw-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.card-cover._4 {
  background-image: linear-gradient(#fffc, #fffc), url('../images/05.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.section-6 {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

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

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

.card-2 {
  color: #000;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-column {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 91px;
}

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

.arrow {
  border-top: 1px #fff;
  border-right: 1px #fff;
  width: 12px;
  min-width: 12px;
  display: flex;
}

.footer-info {
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-bottom: 24px;
  display: grid;
}

.footer-verticle-line {
  background-color: #eff3f6;
  width: 1px;
  height: 100%;
}

.body-display-2 {
  color: #445663;
  font-size: 18px;
  line-height: 1.6em;
}

.body-display-2.small {
  font-size: 14px;
}

.brand-2 {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.brand-2.w--current {
  width: 140px;
  display: flex;
}

.verticle-line-2 {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.verticle-line-2.dark {
  background-color: #eff3f6;
}

.section-title {
  grid-column-gap: 28px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 56px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 60px;
  padding-right: 80px;
  display: grid;
}

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

.project-arrow {
  width: 18px;
  min-width: 18px;
}

.text-block {
  color: #000;
}

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

.footer-credit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #eff3f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.footer-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #eff3f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.footer-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid #eff3f6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.footer-list-wrapper.hide {
  display: none;
}

.underline-hover-fill {
  background-color: #cfdae2;
  width: 100%;
  height: 100%;
}

.subtitle-8 {
  color: #6e7f8b;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35em;
  position: relative;
}

.subtitle-8.small {
  text-align: center;
  letter-spacing: 1px;
  font-size: 8px;
}

.section-7 {
  z-index: 200;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.underline-hover-wrapper {
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

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

.horizontal-line-3 {
  background-color: #eff3f6;
  height: 1px;
}

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

.verticle-line-3 {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.verticle-line-3.dark {
  background-color: #eff3f6;
}

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

.subtitle-9 {
  color: #6e7f8b;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35em;
  position: relative;
}

.subtitle-9.small {
  letter-spacing: 1px;
  font-size: 8px;
}

.section-8 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.horizontal-line-4 {
  background-color: #eff3f6;
  height: 1px;
}

.about-wrapper-2 {
  z-index: 10;
  grid-column-gap: 100px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 140px;
  padding-bottom: 100px;
  padding-left: 80px;
  display: grid;
  position: relative;
}

.background-load-top {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.grey-cover-2 {
  background-color: #f7f8fc;
  margin-left: 80px;
  position: relative;
  overflow: hidden;
}

.team-background-image {
  background-image: url('../images/D01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

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

.team-background-image.three.home {
  background-image: url('../images/IMG20240628184543_01.jpg1.jpg');
}

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

.team-background-image.six.home {
  background-image: url('../images/IMG20240830133438.jpg1.jpg');
}

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

.team-background-image.five.home {
  background-image: url('../images/IMG-20240830-WA0002.jpg');
}

.team-background-image.four {
  background-image: url('../images/D08.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-background-image.four.home {
  background-image: url('../images/IMG20240817215951.jpg1.jpg');
}

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

.team-background-image.two.home {
  background-image: url('../images/mmexport1712594086362.jpg');
}

.team-background-image.home._01 {
  background-image: url('../images/IMG20240616163034.jpg1.jpg');
}

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

.team-background-image.haven {
  background-color: #fff;
  background-image: url('../images/haven.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.team-background-image.camping {
  background-image: url('../images/camping_1.jpg');
  background-size: cover;
}

.team-image-lightbox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-image-item {
  color: #fff;
  text-align: center;
  width: 25vw;
  min-width: 25vw;
  height: 25vw;
  min-height: 25vw;
  margin-left: -1px;
  margin-right: -1px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.background-load-bottom {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

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

.team-location-icon {
  background-color: #c0c0d333;
  border: 1px solid #c0c0d333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 9px;
  display: flex;
}

.about-images-wrapper {
  position: relative;
  overflow: hidden;
}

.about-images {
  z-index: 10;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-us-section {
  overflow: hidden;
}

.body-display-3 {
  color: #516381;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.team-image-location {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

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

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

.overlay-6.extra-light {
  background-color: #0f13260d;
}

.field-icon {
  position: absolute;
  inset: auto auto auto 16px;
}

.field-icon._1 {
  position: relative;
  left: auto;
}

.field-label {
  color: #160042;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.input-field-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: none;
}

.submit-button {
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #89e867;
  border: 2px solid #89e867;
  border-radius: 400px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 48px;
  min-height: auto;
  padding: 12px 32px;
  font-size: 16px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 2px #7281a70a;
}

.submit-button:hover {
  border-color: #89e867;
}

.submit-button:focus {
  border-color: #b197ff;
}

.submit-button:focus-visible {
  border-color: #fff;
}

.submit-button[data-wf-focus-visible] {
  border-color: #fff;
}

.date-field {
  color: #151e24;
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.date-field:hover, .date-field:focus {
  border-color: #89e867;
}

.date-field::placeholder {
  color: #a0a6b0;
}

.field-wrap {
  align-items: center;
  width: 200px;
  display: flex;
  position: relative;
}

.success-message-2 {
  background-color: #f3f5fb;
  border-radius: 12px;
}

.card-3 {
  z-index: 10;
  background-color: #fff;
  border-radius: 0;
  width: auto;
  max-width: none;
  margin: 0 0;
  padding: 20px 32px;
  position: relative;
  box-shadow: 34px 34px 88px #17093614;
}

.form-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.background-4-copy {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-4-copy.service-background {
  background-image: url('../images/65721123.jpg');
}

.background-4-copy.about-background {
  background-image: url('../images/62311234.jpg');
}

.background-4-copy.belonging-background {
  background-image: url('../images/facility.jpg');
}

.image-5 {
  align-self: center;
  width: auto;
  max-width: none;
  height: 16px;
  margin-right: 2px;
  position: absolute;
}

.image-6 {
  width: auto;
  max-width: none;
  height: 16px;
  margin-left: 2px;
  position: absolute;
}

.image-6.w {
  z-index: 20;
  width: 20px;
  height: auto;
}

.btn {
  background-color: var(--coral);
  color: #fff;
  border-radius: 5px;
  margin-top: 0;
}

.form-block-3 {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 20px;
  display: none;
  box-shadow: 0 5px 17px #0000001a;
}

.form-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  height: 38px;
  display: flex;
}

.p {
  color: #ffffffe6;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.button_white {
  color: #0d0d0d;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}

.success {
  text-align: left;
  background-color: #0000;
  padding: 0;
}

.h1 {
  color: #fff;
  margin-top: 0;
  font-weight: 400;
}

.disclaimer-inner {
  background-color: #2962ff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.input {
  background-color: #fff;
  background-image: url('../images/Date.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #000;
  border-radius: 5px;
  width: 200px;
  margin-bottom: 0;
  padding-left: 40px;
}

.input:focus {
  border-color: #000;
}

.input::placeholder {
  color: #000;
}

.selec-number {
  background-color: #fff;
  background-image: url('../images/icon-person-renyuan.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #000;
  border-radius: 5px;
  width: 200px;
  margin-bottom: 0;
  padding-left: 40px;
}

.selec-number:focus {
  border-color: #000;
}

.selec-number::placeholder {
  color: #000;
}

.drp-combo_button {
  background-color: var(--coral);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 8rem;
  width: 150px;
  max-width: none;
  margin-left: 0;
  padding: 12px 24px;
  font-size: 9px;
}

.drp-combo_background-wrapper {
  z-index: 1;
  position: fixed;
  inset: 0%;
}

.drp-combo_divider {
  background-color: #ccc;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 50%;
  transform: translate(-50%);
}

.drp-combo_divider._02 {
  background-color: #dfdfdf;
  transform: none;
}

.drp-combo_container {
  z-index: 2;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.drp-combo_input {
  border: 0 solid #000;
  height: 2rem;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}

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

.drp-combo_input-label {
  color: #666;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.drp-combo_form-block {
  margin-bottom: 0;
}

.drp-combo_heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.drp-combo_background-video {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.drp-combo_input-range {
  opacity: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.drp-combo_component {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 460px;
  padding: .5rem 1rem;
  display: grid;
  position: relative;
}

.drp-combo_component._02 {
  border-style: none;
  width: auto;
  padding: 0;
}

.drp-combo_component._03 {
  border-radius: 4px;
  width: 100%;
}

.drp-combo_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  box-shadow: none;
  -webkit-backdrop-filter: contrast(110%) blur(2px);
  backdrop-filter: contrast(110%) blur(2px);
  background-color: #ffffff61;
  background-image: linear-gradient(135deg, #ffffff24, #ffffff0f);
  border-radius: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem;
}

.drp-combo_form {
  perspective: none;
  transform: translate(0);
}

.drp-combo_component-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 230px;
  padding: .5rem 1rem;
  display: grid;
  position: relative;
}

.drp-combo_input-copy {
  border: 0 solid #000;
  height: 2rem;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}

.drp-combo_input-label-copy {
  color: #666;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.hero-video-popup {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.flyout-overlay {
  cursor: pointer;
  background-color: #0e1520cc;
  position: absolute;
  inset: 0%;
}

.hero-video-wrapper {
  z-index: 1000;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 60vw;
  padding: 6px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.youtube {
  border-radius: 12px;
  overflow: hidden;
}

.close-link {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 36px;
  font-size: 12px;
  text-decoration: none;
  display: grid;
  position: absolute;
  inset: auto auto -48px;
}

.image-7 {
  width: 120px;
}

.image-8 {
  text-align: center;
  width: 200px;
}

.heading {
  text-align: center;
  font-size: 22px;
}

.text-block-2 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.image-9 {
  width: 100px;
  position: absolute;
}

.image-9._02 {
  width: 14px;
  height: 14px;
  right: 20px;
}

.image-9._02:lang(nl) {
  width: 14px;
  height: 14px;
}

.image-10 {
  width: 100px;
  position: absolute;
}

.image-10._02 {
  width: 14px;
  height: 14px;
  right: 20px;
}

.image-10._02:lang(nl) {
  width: 14px;
  height: 14px;
}

.image-11 {
  width: 130px;
}

.text-block-3 {
  color: gray;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.image-12 {
  width: 40px;
}

.image-13 {
  width: 48px;
  margin-top: -80px;
  margin-left: 0;
  margin-right: 32px;
  padding-left: 0;
}

.div-block {
  height: 100px;
}

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

.scroll-arrow-2 {
  width: 16px;
  height: 100%;
}

.scroll-arrow-2.small {
  width: 12px;
}

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

.sticky-image-bar {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  align-items: flex-start;
  height: 100vh;
  margin-bottom: -120px;
  padding-bottom: 120px;
  display: grid;
  position: sticky;
  top: 100px;
}

.link {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  border: 1px solid #0009;
  border-radius: 100px;
  padding: 12px 28px;
  font-size: 11px;
  text-decoration: none;
}

.indicator-link {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  font-size: 11px;
  text-decoration: none;
  display: grid;
}

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

.intro-box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 450px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sticky-image-box {
  min-height: 500px;
}

.scroll-indicator {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: grid;
  position: sticky;
}

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

.sticky-box-list {
  grid-column-gap: 16px;
  grid-row-gap: 30vh;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 550px;
  padding-bottom: 120px;
  padding-left: 0;
  display: grid;
}

.services-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -60px;
  display: grid;
}

.indicator-fill-2 {
  background-color: #000;
  width: 20%;
  height: 100%;
}

.section-9 {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: visible;
}

.scroll-indicator-wrapper {
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.indiator-bar {
  background-color: #0000001a;
  height: 2px;
}

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

.sticky-image-wrapper.image-one {
  background-image: url('../images/c05.jpg');
}

.sticky-image-wrapper.image-three {
  background-image: url('../images/c07.jpg');
}

.sticky-image-wrapper.image-two {
  background-image: url('../images/c06.jpg');
  background-position: 50%;
}

.mobile-intro-box-image {
  display: none;
  position: relative;
}

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

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

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

.body-display-4 {
  color: #000000e6;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.sticky-image {
  width: 425px;
  min-width: 425px;
  height: 425px;
  min-height: 425px;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.subtitle-10 {
  z-index: 10;
  color: #000c;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}

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

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

.outline-button-2.light:hover {
  background-color: var(--coral);
}

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

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

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

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

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

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

.subtitle-11.light {
  color: #fffc;
  text-align: center;
}

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

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

.grey-cover-3 {
  background-color: #eef0f6;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.testimonial-strip-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-strip-wrapper.tilted {
  background-image: url('../images/c08.jpg');
  background-position: 50%;
  background-size: cover;
  transform: none;
}

.looping-screen {
  background-image: url('../images/Rythm-comp-two.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 105%;
  width: 25vw;
  min-width: 300px;
  height: 31vw;
  max-height: 600px;
  margin-bottom: 0;
}

.looping-screen.small {
  width: 22vw;
  min-width: 275px;
  height: 30vw;
  min-height: 275px;
  max-height: 600px;
  overflow: hidden;
}

.number-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 475px;
  height: 475px;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-hover-outline {
  border-radius: 0;
  justify-content: flex-end;
  margin: -1px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-hover-outline.right {
  width: 110%;
  inset: 0% auto 0% 0%;
}

.section-11 {
  z-index: 20;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-11.grey {
  background-color: #f7f7fa;
}

.number-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.outline-button-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #e1e4ee;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 9px;
  line-height: 1.2em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.stacked-intro-2 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.clip {
  overflow: hidden;
}

.testimonial-background {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-top: auto;
  margin-bottom: 12px;
  display: grid;
  position: relative;
  inset: 0% 0;
  overflow: visible;
}

.testimonial-background.large {
  align-content: center;
  min-height: auto;
}

.button-text-2 {
  z-index: 10;
  padding-left: 4px;
  position: relative;
}

.left-intro {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 36px 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.left-intro.small-width {
  max-width: 450px;
}

.looping-image {
  width: 100%;
  display: block;
}

.body-display-5 {
  color: #707788;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display-5.dual-paragraph {
  color: #6d6d6d;
  column-count: 2;
  column-gap: 36px;
  display: flex;
}

.inner-number-circle {
  z-index: 25;
  background-color: #f7f7fa;
  border-radius: 100%;
  width: 85%;
  height: 85%;
  position: relative;
}

.number-circle-background {
  background-color: #06080f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.solid-subtitle-line {
  background-color: #fff;
  width: 40%;
  height: 100%;
}

.solid-subtitle-line.dark {
  background-color: #70778866;
}

.solid-button-outline {
  border: 1px solid #cbd0dd;
  border-radius: 100px;
  width: 100px;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.solid-button-outline.middle {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 100%;
}

.solid-button-outline.right {
  inset: 0% auto 0% -74px;
}

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

.number {
  margin-bottom: 9px;
  font-size: 56px;
}

.subtitle-line {
  background-color: #fff3;
  background-image: none;
  width: 36px;
  height: 1px;
  margin-left: 0;
  display: flex;
}

.subtitle-line.dark {
  background-color: #e1e4ee;
}

.overlay-7 {
  z-index: 3;
  background-color: #090f1680;
  position: absolute;
  inset: 0%;
}

.overlay-7.gradient {
  background-color: #090f1633;
  background-image: linear-gradient(#090f1680, #090f1699);
}

.overlay-7.gradient.dark {
  background-color: #090f16a6;
  background-image: linear-gradient(#090f1666 5%, #090f1600 50%, #090f16bf 95%);
  display: block;
}

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

.number-title {
  color: #707788;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.3em;
}

.subtitle-12 {
  color: #666883;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 10px;
  line-height: 1.3em;
}

.stacked-soon {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
}

.number-circle-content {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: none;
  position: absolute;
  inset: auto;
}

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

.testimonial-image-strip.three {
  margin-top: 35px;
  margin-bottom: -35px;
}

.testimonial-image-strip.two {
  margin-top: 15px;
  margin-bottom: -15px;
}

.testimonial-image-strip.one {
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-image-strip.four {
  margin-top: 55px;
  margin-bottom: -55px;
}

.number-circle-outline {
  z-index: 30;
  border: 1px solid #e1e4ee;
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 75%;
  height: 75%;
  display: flex;
  position: absolute;
  inset: auto;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-medium, .padding-bottom.padding-xsmall {
  height: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-huge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.text-color-neutral-light {
  color: #868686;
}

.image-cover {
  z-index: 2;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.container-large, .image-full-bleed {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-top, .padding-top.padding-huge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.padding-global {
  margin-bottom: 60px;
  padding-left: 5%;
  padding-right: 5%;
}

.text-block-7 {
  font-size: 18px;
}

.image-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 85%;
  position: relative;
  overflow: hidden;
}

.image-wrapper.is-auto-left {
  margin-left: auto;
}

.image-absolute {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.section_full-image {
  z-index: 1;
  background-color: #fff;
  flex-flow: column;
  min-height: auto;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.section_home-management {
  z-index: 1;
  background-color: #fff;
  flex-flow: column;
  height: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-12 {
  padding-bottom: 140px;
}

.content-wrapper-2 {
  z-index: 2;
  color: #fff;
  background-color: #141414;
  border-radius: 4px;
  width: 100%;
  max-width: 23rem;
  margin-right: 2%;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(0, 30%);
}

.content-wrapper-2.is-2 {
  margin-left: 2%;
  margin-right: 0%;
  inset: 0% auto auto 0%;
}

.heading-style-h4 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.image-content_wrapper {
  position: relative;
}

.div-block-2 {
  height: 16px;
}

.service-info {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between start;
  justify-items: start;
  max-width: 500px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  display: grid;
}

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

.content-wrapper-3 {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.subtitle-13 {
  color: #fffc;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.growing-image {
  flex: 1;
  width: 40%;
  position: relative;
}

.growing-image.right {
  margin-left: 24px;
}

.growing-image.small {
  flex: 0 auto;
  width: 35%;
  margin-right: 0;
  overflow: visible;
}

.growing-image.left {
  margin-right: 24px;
}

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

.button-outline {
  background-color: #060d11;
  border: 1px solid #eff9fc1a;
  border-radius: 100%;
  width: 100%;
  padding: 24px 48px;
  position: absolute;
  inset: 0%;
}

.section-13 {
  z-index: 20;
  border-bottom: 1px solid #eff9fc1a;
  flex-flow: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.button-2 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #eff9fc1a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-2 {
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
}

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

.service-item {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item.left {
  grid-template-columns: 1fr 50%;
}

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

.growing-background.eight {
  background-image: url('../images/523421.jpg');
}

.growing-background.seven {
  background-image: url('../images/B01.jpg');
}

.growing-background.nine {
  background-image: url('../images/marvin-meyer-OPAUTV_6n10-unsplash.jpg');
}

.growing-background.ten {
  background-image: url('../images/IMG20240616163034.jpg1.jpg');
}

.growing-background.eight-copy {
  background-image: url('../images/lekzijde-images-29.jpg');
  background-size: cover;
}

.growing-background.seven-copy {
  background-image: url('../images/IMG20240628184543_01.jpg1.jpg');
}

.body-display-6 {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.large-growing-images {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 550px;
  display: flex;
}

.large-growing-images.small {
  height: 35vw;
  min-height: 100%;
}

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

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

.project-card {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  color: #fff;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding-bottom: 24px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: visible;
}

.content-wrapper-4 {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.project-outline-wrapper {
  z-index: 5;
  border: 1px #eff9fc1a;
  margin: 1px;
  position: absolute;
  inset: 0%;
}

.subtitle-14 {
  color: #000c;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.projects-grid {
  grid-column-gap: 80px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: grid;
}

.project-meta-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

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

.section-14 {
  z-index: 20;
  border-bottom: 1px solid #eff9fc1a;
  flex-flow: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 180px;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.project-wrapper {
  border-bottom: 1px solid #eff9fc1a;
  padding-bottom: 80px;
}

.project-image-2 {
  justify-content: center;
  align-items: center;
  height: 55vh;
  min-height: 450px;
  display: flex;
  position: relative;
  overflow: visible;
  transform: rotate(0);
}

.project-image-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.project-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -2px;
  position: absolute;
  inset: 0%;
}

.project-background._1 {
  background-image: url('../images/B04.jpg');
}

.project-background._2 {
  background-image: url('../images/IMG20240817215951.jpg1.jpg');
}

.project-background._3 {
  background-image: url('../images/c08.jpg');
}

.card-outline {
  border: 1px solid #eff9fc1a;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-line {
  background-color: #eff9fc1a;
  width: 48px;
  height: 1px;
}

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

.heading-3 {
  color: #333;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.heading-4, .heading-5 {
  color: #000;
}

.tab-title {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hover-cover {
  background-color: #3f3f3f0d;
  position: absolute;
  inset: 0%;
}

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

.open-lottie {
  z-index: 10;
  width: 18px;
  position: relative;
}

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

.tab-grid.small {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.skills-list {
  flex-direction: column;
  display: flex;
}

.tab-bottom {
  background-color: #0000000d;
  border-top: 1px #ffffff1a;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

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

.content-stacked.medium {
  grid-row-gap: 80px;
}

.content-stacked.small {
  grid-row-gap: 48px;
}

.centered-intro-2 {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-15 {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 180px;
  position: relative;
  overflow: visible;
}

.skills-item {
  border-bottom: 1px solid #2020201a;
  flex-direction: column;
  display: flex;
}

.skills-item.right-top, .skills-item.left-top {
  border-top: 1px solid #2020201a;
}

.tab-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.tab-top:hover {
  padding-left: 36px;
  padding-right: 36px;
}

.medium-width-2 {
  max-width: 550px;
}

.body-display-7 {
  color: #000000e6;
  font-size: 18px;
  line-height: 1.6em;
}

.subtitle-15 {
  z-index: 10;
  color: #000c;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}

.tab-bottom-content {
  border-top: 1px #1f1f1f1a;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 36px 48px;
}

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

.quick-link-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-bottom: 1px #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
  text-decoration: none;
  display: grid;
}

.form-4 {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  padding-top: 0;
  display: grid;
}

.error-message-2 {
  background-color: #8ea5b60d;
  border: 1px #eff9fc1a;
  border-left-style: solid;
  margin-top: 36px;
  padding: 18px 24px;
}

.quick-link-icon {
  border: 1px solid #0000001a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 12px;
  display: flex;
}

.quick-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  border-top: 1px #ffffff1a;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-section {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: space-between;
  min-height: 70vh;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.form-block-4 {
  z-index: 50;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.success-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  background-color: #8ea5b60d;
  border: 1px #eff9fc1a;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 48px 18px;
  display: grid;
}

.quick-link-box {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding-top: 100px;
  padding-left: 80px;
  padding-right: 0;
  display: grid;
}

.circle-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #060a0e;
  border: 1px #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 6px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-link.extra-small {
  width: 100px;
  height: 100px;
}

.text-field-2 {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #eff9fc1a;
  border-radius: 100px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 18px 36px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field-2:focus {
  border-color: #eff9fc99;
  padding-left: 26px;
}

.text-field-2::placeholder {
  color: #ffffff7a;
  font-weight: 300;
}

.text-field-2.large {
  border-radius: 20px;
  min-height: 160px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.outline {
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  margin: 9px;
  position: absolute;
  inset: 0%;
}

.link-wrapper {
  margin-top: -70px;
  padding-bottom: 41px;
  position: relative;
}

.link-wrapper.horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-top: -50px;
  margin-left: -9px;
  padding-bottom: 0;
  display: grid;
}

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

.contact-wrapper {
  border-top: 1px solid #ffffff1a;
  flex: 1;
  justify-content: center;
  display: flex;
}

.body-display-8 {
  color: #222222e6;
  font-size: 18px;
  line-height: 1.6em;
}

.body-display-8.small {
  font-size: 16px;
}

.form-wrapper {
  background-image: url('../images/B02.jpg');
  background-position: 0 0;
  background-size: cover;
  border-right: 1px solid #0000001a;
  padding: 80px 80px 190px 0;
}

.circle-link-hover {
  background-color: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.subtitle-16 {
  z-index: 10;
  color: #fffc;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}

.submit-button-2 {
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #161a2000;
  border: 1px solid #eff9fc1a;
  border-radius: 100px;
  padding: 20px 18px;
  font-size: 14px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button-2:hover {
  border-color: #eff9fc;
}

.success-message-3 {
  background-color: #0000;
  flex: 1;
  width: 100%;
  padding: 0;
}

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

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

.text-block-8 {
  color: #000;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.team-info-2 {
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px #0000;
  border-left: 1px #ffffff1a;
  border-right: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 80px;
  display: grid;
}

.team-info-2.end {
  border-bottom-style: solid;
  border-bottom-color: #ffffff1a;
}

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

.portrait-image.three {
  background-image: url('../images/kinderdijk.jpg');
  background-position: 50% 100%;
}

.portrait-image.four {
  background-image: url('../images/B02.jpg');
  background-position: 50% 70%;
}

.portrait-image.one {
  background-image: url('../images/schoonhoven.jpg');
  background-size: cover;
}

.portrait-image.two {
  background-image: url('../images/gouda.jpg');
  background-size: cover;
}

.sticky-portrait-wrapper {
  min-height: 80vh;
  position: sticky;
  top: 65px;
  overflow: hidden;
}

.centered-intro-3 {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-16 {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
  overflow: visible;
}

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

.body-display-9 {
  color: #2e2e2ee6;
  font-size: 18px;
  line-height: 1.6em;
}

.social-icon-2 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 4px;
  font-size: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.social-icon-2.large {
  width: 48px;
  height: 48px;
}

.subtitle-17 {
  z-index: 10;
  color: #3b3b3bcc;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}

.stacked-intro-3 {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.home-feature-top-content {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  display: flex;
}

.padding-horizontal {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal.padding-medium {
  padding-top: 1rem;
  padding-left: 5rem;
  padding-right: 2.4rem;
}

.featured-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(45rem, 1.1fr) 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  min-height: 95vh;
  padding-top: 18rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.letter-7 {
  display: inline-block;
}

.text-size-xsmall {
  font-size: .9rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  margin-bottom: 0;
}

.clip-2 {
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-story-content {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.home-feature-top {
  border-bottom: 1px solid #cfcfcc;
}

.text-size-regular {
  font-size: 1.35rem;
  line-height: 1.45;
}

.text-size-regular.dual-paragraph {
  column-count: 2;
  column-gap: 2.25rem;
}

.text-size-regular.dual-paragraph.text-color-grey {
  color: #666;
  font-size: 20px;
  line-height: 26px;
  display: flex;
}

.home-feature-text {
  max-width: 30rem;
  margin-bottom: 20px;
}

.heading-style-h2 {
  font-size: 4.5rem;
  line-height: 1.1;
}

.image-overlay {
  z-index: 5;
  background-color: #14141333;
  position: absolute;
  inset: 0%;
}

.basic-footer-action {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.letter-3 {
  text-align: left;
  display: inline-block;
}

.featured-background {
  position: absolute;
  inset: 0%;
}

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

.padding-bottom-2 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.home-gallery-images {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.home-gallery-height {
  height: 40vw;
  min-height: 30rem;
  max-height: 80vh;
}

.home-gallery-strip {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  padding-right: .4rem;
  display: grid;
}

.letter-8, .letter-9 {
  display: inline-block;
}

.clip-3 {
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-gallery {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-gallery-block {
  flex-direction: column;
  height: 200vh;
  margin-bottom: 0;
  display: flex;
}

.text-size-small {
  font-size: 1.1rem;
  line-height: 1.6;
}

.text-size-small.text-align-center.text-color-white {
  color: #fff;
}

.home-gallery-trigger {
  flex: 1;
}

.heading-style-h1 {
  letter-spacing: -.15rem;
  font-size: 6rem;
  line-height: 1.1;
}

.heading-style-h1.text-color-white {
  color: #fff;
}

.home-gallery-item {
  width: 33.33vw;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.home-gallery-intro {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5rem;
  display: flex;
  position: absolute;
}

.letter-10 {
  text-align: left;
  display: inline-block;
}

.button-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.button-icon.button-icon-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.button-text-7.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.line-bottom {
  z-index: 1;
  background-color: #cfcfcc;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.home-venue-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #cfcfcc;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: flex;
}

.home-venue-grid {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr .65fr 3rem;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.home-venue-block {
  border-top: 1px #cfcfcc;
  border-bottom: 1px #cfcfcc;
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

.heading-style-h3 {
  font-size: 2.9rem;
  font-weight: 300;
  line-height: 1.25;
}

.venue-image-item {
  width: 100%;
  padding-top: 100%;
  position: absolute;
  overflow: hidden;
}

.home-venue-item {
  z-index: 10;
  color: #000;
  border-top: 1px #cfcfcc;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-decoration: none;
  position: relative;
}

.icon-1x1-medium {
  width: 1.4rem;
  height: 1.4rem;
}

.letter-11 {
  text-align: left;
  display: inline-block;
}

.venue-item-image {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-h3 {
  color: #fff;
  letter-spacing: -.3px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

.help-block {
  padding: 20px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.slide-banner {
  background-color: #fff;
  width: 30%;
  min-width: 310px;
}

.form-section-title {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.slider-3 {
  background-color: #0000;
  height: auto;
  position: relative;
}

.author-image {
  border-radius: 100px;
  width: 50px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px #00000024;
}

.submit-button-3 {
  background-color: var(--coral);
  color: #fff;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  text-decoration: none;
}

.submit-button-3:hover {
  background-color: #1d9c53;
}

.form-wrapper-2 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.error-message-3 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.checkbox-base {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.slide-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 900px;
  min-height: auto;
  display: flex;
}

.slide-2 {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: static;
}

.arrow-cta {
  width: 100px;
  position: absolute;
  inset: auto auto -120% -20%;
}

.star-row {
  margin-bottom: 30px;
}

.price-field {
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  min-height: 55px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.price-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.price-field::placeholder {
  color: #61728375;
}

.previous-placeholder {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.form-item-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.form-item-wrapper.fixed-height {
  min-height: 160px;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-wrap.extra-space {
  margin-bottom: 40px;
}

.form-wrap.extra-space.camping {
  margin-bottom: 0;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  border: 1px solid #000;
}

.slide-content-2 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.slide-content-2.camping {
  padding-top: 10px;
  padding-bottom: 0;
}

.button-wrapper {
  position: relative;
}

.checkbox-icon {
  z-index: 9;
  background-color: #5b3acc0d;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.slide-counter {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20px;
  margin-top: 40px;
  display: flex;
}

.banner-content {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 25% 40px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.author-testimonial {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-title-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 560px;
  margin-bottom: 10px;
  display: grid;
}

.author-name {
  color: #fff;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-intro {
  color: #ffffffc7;
  max-width: 650px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}

.checkbox-text-wrapper {
  z-index: 9;
  cursor: pointer;
  position: relative;
}

.checkbox-field {
  border-color: #26b56233;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 150px;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
  box-shadow: 1px 1px 35px #26b5621a;
}

.logo {
  margin-bottom: 40px;
}

.checkbox-h4 {
  margin-top: 0;
  margin-bottom: 3px;
}

.paragraph-2 {
  color: #ffffffc7;
  max-width: 650px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
}

.button-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px #201b3d99, inset 1px 1px 3px #eee6ff70, 1px 1px 2px #5b3acc;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #5b3acc;
}

.text-block-9 {
  color: #5b617c;
}

.checkbox-text {
  color: #616161;
  font-weight: 400;
}

.dot {
  background-color: #5b617c1a;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.dot.active-dot {
  background-color: #5b617c;
}

.icon {
  width: 25px;
}

.form-full {
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  display: flex;
}

.next-placeholder {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: none;
  overflow: visible;
}

.text-field-3 {
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  min-height: 55px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.text-field-3:focus {
  border-width: 1.3px;
  border-color: var(--coral);
}

.text-field-3::placeholder {
  color: #61728375;
}

.text-field-3.note {
  min-height: 120px;
}

.slider-left {
  color: #fff;
  background-color: #151c340f;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-left:hover {
  background-color: #151c3426;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

.notice {
  color: #ffffffa6;
  background-color: #2e2a4d;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 15px;
  line-height: 23px;
}

.form-paragraph {
  color: #9c9c9c;
  max-width: 550px;
  font-size: 16px;
  line-height: 23px;
}

.form-paragraph._2 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.form-paragraph._3 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.text-block-10 {
  color: #5b617c;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 20px;
}

.success-message-4 {
  letter-spacing: 1px;
  padding: 50px;
}

.text-span {
  color: #fff;
}

.button-wrap {
  width: 100%;
  display: flex;
}

.button-wrap.camping {
  margin-top: 40px;
}

.slider-right {
  background-color: var(--coral);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  transition: all .2s;
}

.slider-right:hover {
  background-color: #1d9c53;
}

.slider-next {
  background-color: var(--coral);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  transition: all .2s;
}

.slider-next:hover {
  background-color: #1d9c53;
}

.checkbox-title {
  color: #5b3acc;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  display: none;
}

.form-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 490px;
  max-width: 560px;
  margin-bottom: -20px;
  display: flex;
}

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

.field-label-2 {
  color: #505050;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}

.banner-logo {
  border-bottom: 1px solid #ffffff14;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.text-block-11 {
  color: #616161;
  font-size: 18px;
  font-weight: 500;
}

.text-block-12 {
  text-align: right;
  font-size: 20px;
  font-weight: 500;
}

.ms-radio-group {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-input-label.ms-row {
  border-bottom: 1px #c5c5c5;
  width: 100%;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
}

.ms-input-label.is-inset {
  z-index: 3;
  font-size: 95%;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 12px;
}

.ms-input-label.ms-less-margin {
  margin-bottom: 3px;
}

.ms-input-label.ms-row {
  border-bottom: 1px solid #c5c5c5;
  width: 100%;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 20px;
}

.ms-input-label.ms-row.is-bigger {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 130%;
}

.ms-input-label.is-overlapping {
  z-index: 3;
  background-color: #fff;
  padding-left: 4px;
  padding-right: 4px;
  position: absolute;
  top: -.7em;
  left: 8px;
}

.ms-radio-wrap {
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.ms-radio-wrap.is-row {
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}

.ms-radio-wrap.is-image {
  width: 48%;
}

.ms-radio-wrap.is-table {
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}

.ms-radio-wrap.is-button, .ms-radio-wrap.is-card {
  padding-left: 0;
}

.ms-radio-dot {
  border-color: #12133140;
  flex: none;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  margin-right: 10px;
  position: relative;
}

.ms-radio-dot.w--redirected-checked {
  border-width: 6px;
  border-color: #2962ff;
}

.ms-radio-dot.is-row.w--redirected-checked {
  border-style: solid;
  border-color: var(--coral);
}

.ms-radio-dot.is-row {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.ms-radio-dot.is-table.w--redirected-checked {
  border-style: solid;
  border-color: var(--coral);
}

.ms-radio-dot.is-table {
  z-index: 3;
  margin-left: 0;
  position: absolute;
  top: 12px;
  left: 14px;
}

.button-text-8.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.letter-12 {
  text-align: left;
  display: inline-block;
}

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

.inner-hero-text {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  display: grid;
}

.background-wrapper-3 {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.scroll-link-icon {
  width: 18px;
  min-width: 18px;
}

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

.inner-bottom {
  z-index: 25;
  background-color: #fff;
  height: 80px;
  position: relative;
}

.inner-bottom.large {
  height: 100px;
}

.subtitle-18 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

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

.hero-background.services-hero {
  background-image: url('../images/B03.jpg');
}

.hero-background.services-hero.pipowagen {
  background-image: url('../images/Pipowagen.jpg');
}

.hero-background.kemper-caravan {
  background-image: url('../images/camping.jpg');
}

.hero-background.trekkerstenten {
  background-image: url('../images/Trekkerstent.jpg');
}

.hero-background.tiny-houses {
  background-image: url('../images/tinyhouse.jpg');
}

.hero-background.safaritenten {
  background-image: url('../images/Safaritent.jpg');
}

.hero-intro-text {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.journal-right-hero {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.inner-hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-right: 1px solid #b9dee926;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  min-height: 40vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.overlay-8 {
  background-color: #060b1499;
  position: absolute;
  inset: 0%;
}

.overlay-8.light {
  background-color: #060b144d;
}

.hero-feature {
  min-height: 100px;
}

.scroll-link {
  z-index: 30;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0a0f1a;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  min-height: 100px;
  padding: 18px 18px 18px 36px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.scroll-link.light {
  color: #fff;
}

.hero-intro-content {
  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;
}

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

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

.inner-page-hero-2 {
  color: #fff;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-18 {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

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

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

.works-grid {
  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;
}

.overview-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 48px;
  padding-right: 48px;
  display: grid;
}

.body-display-10 {
  color: #535353;
  font-size: 17px;
  line-height: 1.6em;
}

.background-wrapper-4 {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-19 {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

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

.button-3 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #8e93a526;
  padding: 20px 32px;
  font-size: 12px;
  line-height: 1.3em;
  text-decoration: none;
  position: relative;
}

.button-3.light {
  color: #fff;
  text-align: center;
  border-color: #b9dee926;
}

.button-fill {
  background-color: #bfc5d5;
  width: 18px;
  height: 100%;
}

.button-fill.light {
  background-color: #cbdce966;
}

.background-6 {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-6.service-background {
  background-image: url('../images/B01.jpg');
}

.subtitle-19 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

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

.banner-content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 700px;
  padding-bottom: 100px;
  display: grid;
}

.banner-content-2._2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.button-bottom-line {
  justify-content: flex-end;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% -1px;
}

.four-column-wrapper {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.project-banner-2 {
  min-height: 600px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-right-line {
  flex-direction: column;
  justify-content: flex-end;
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0% -1px 0% auto;
}

.button-left-line {
  flex-direction: column;
  align-items: stretch;
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -1px;
}

.project-grey-cover {
  background-color: #fff;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.button-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px 0% auto;
}

.vertical-button-fill {
  background-color: #bfc5d5;
  width: 100%;
  height: 18px;
}

.vertical-button-fill.light {
  background-color: #cbdce966;
}

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

.services-mask {
  width: 100%;
  overflow: visible;
}

.service-link-2 {
  color: #606670;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  display: flex;
}

.service-link-2.w--current {
  color: var(--coral);
  background-color: #0000;
  border-bottom: 1px #000;
}

.horizontal-line-fill {
  background-color: #bfc5d5;
  width: 24px;
  height: 100%;
}

.horizontal-line-fill.blank {
  opacity: 0;
  background-color: #bfc5d5;
}

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

.services-tab-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: stretch;
  width: 100%;
  min-height: 60px;
  display: grid;
}

.services-tab-menu._02 {
  min-height: 100px;
}

.background-wrapper-5 {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.vertical-line-fill {
  background-color: #bfc5d5;
  width: 100%;
  height: 24px;
}

.vertical-line-fill.blank {
  opacity: 0;
  background-color: #bfc5d5;
}

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

.section-20 {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

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

.service-image-2 {
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.service-info-2 {
  grid-column-gap: 36px;
  grid-row-gap: 9px;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 48px;
  display: grid;
}

.service-tabs {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 80px;
  display: grid;
}

.row-bottom-line {
  background-color: #8e93a526;
  width: 100%;
  height: 1px;
}

.background-7 {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-7.design-background {
  background-image: url('../images/B07.jpg');
}

.background-7.writing-background {
  background-image: url('../images/B06.jpg');
}

.background-7.marketing-background {
  background-image: url('../images/B02.jpg');
}

.background-7.strategy-background {
  background-image: url('../images/B06.jpg');
}

.service-examples {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 48px;
  display: grid;
}

.services-verticle-line {
  z-index: 10;
  background-color: #8e93a526;
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: relative;
}

.subtitle-20 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.subtitle-20.grey {
  color: #606670;
}

.services-tab-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -100px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

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

.section-bottom-line {
  background-color: #8e93a526;
  justify-content: space-between;
  width: 100%;
  height: 1px;
  display: flex;
}

.stacked-paragraphs-2 {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-display-11 {
  color: #606670;
  font-size: 17px;
  line-height: 1.6em;
}

.dual-title {
  z-index: 15;
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.project-mask {
  width: 100%;
  overflow: visible;
}

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

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

.underline-link-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #b9dee926;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  font-size: 10px;
  text-decoration: none;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.underline-link-2:hover {
  border-bottom-color: #fff;
}

.underline-link-2.dark {
  color: #0a0f1a;
  border-bottom-color: #bfc5d5;
  transition: border .5s cubic-bezier(.25, .46, .45, .94);
}

.underline-link-2.dark:hover {
  border-bottom-color: #858c9ead;
}

.project-slider-section {
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  overflow: hidden;
}

.project-slide {
  margin-right: 36px;
}

.project-slider {
  background-color: #0000;
  width: 75%;
  max-width: 475px;
  height: 100%;
}

.project-arrow-2 {
  background-color: #f3f6f9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  inset: auto auto -89px 0%;
}

.project-arrow-2.right {
  background-color: #f3f6f9;
  background-image: none;
  border-radius: 100%;
  width: 54px;
  left: 70px;
}

.project-slider-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 92px;
  display: grid;
}

.skew-background-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #8e93a526;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 475px;
  padding: 36px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.project-name {
  z-index: 15;
  grid-column-gap: 24px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.subtitle-21 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.skew-background-2 {
  background-image: url('../images/myles-tan-IWCljYv1TJw-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slider-arrow-icon-4 {
  width: 14px;
}

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

.underline-link-3 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #b9dee926;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  font-size: 10px;
  text-decoration: none;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.underline-link-3:hover {
  border-bottom-color: #fff;
}

.underline-link-3.dark {
  color: #0a0f1a;
  border-bottom-color: #bfc5d5;
  transition: border .5s cubic-bezier(.25, .46, .45, .94);
}

.underline-link-3.dark:hover {
  border-bottom-color: #858c9ead;
}

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

.project-background-wrapper {
  z-index: 2;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-background-2 {
  z-index: 2;
  background-image: url('../images/andrew-ly-bQl2kRQyUE8-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-background-2.safaritenten {
  background-image: url('../images/Safaritent.jpg');
}

.project-background-2.trekkerstenten {
  background-image: url('../images/Trekkerstent.jpg');
}

.project-background-2.tiny-houses {
  background-image: url('../images/tinyhouse.jpg');
}

.project-background-2.kemper-caravan {
  background-image: url('../images/camping.jpg');
}

.project-background-2.pipowagen {
  background-image: url('../images/Pipowagen.jpg');
}

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

.background-8.testimonial-background {
  background-image: url('../images/B01.jpg');
}

.circle-hover-clip {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.circle-hover-clip.left {
  justify-content: flex-start;
  inset: auto auto auto 0%;
}

.circle-hover-clip.two {
  top: auto;
}

.avatar-2 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

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

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

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

.testimonial-arrow-line {
  background-color: #ffffff4d;
  height: 1px;
  margin-bottom: 60px;
}

.verticle-line-4 {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.verticle-line-4.dark {
  background-color: #eff3f6;
}

.testimonial-slide-arrow {
  width: 100px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 40px;
  inset: 0% auto 60px 0%;
  overflow: visible;
}

.testimonial-slide-arrow.right {
  padding-top: 40px;
  top: 0%;
  left: auto;
  right: 0%;
}

.fill {
  z-index: 10;
  background-color: #fff;
  height: 70px;
  margin-top: 0;
  margin-bottom: -10px;
  position: relative;
}

.testimonial-text-2 {
  display: none;
}

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

.clip-4 {
  overflow: hidden;
}

.circle-outline-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

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

.circle-outline-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.circle-link-text {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center stretch;
  height: 100%;
  padding-left: 0;
  padding-right: 44px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.circle-link-text.left {
  justify-content: start;
  padding-left: 44px;
  padding-right: 0;
}

.subtitle-22 {
  color: #6e7f8b;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35em;
  position: relative;
}

.subtitle-22.light {
  color: #fffc;
}

.section-21 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-21.clip-4 {
  z-index: 10;
}

.section-scroll-cover {
  z-index: 100;
  justify-content: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.circle-outline-top {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.scroll-fill {
  background-color: #fff;
  padding: 0;
}

.scroll-fill.left {
  margin-left: -10px;
}

.scroll-fill.right {
  margin-right: -10px;
}

.circle-outline {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.circle-outline.right {
  inset: auto 0 auto auto;
}

.circle-outline.light {
  border-color: #fff;
}

.circle-outline.left {
  top: auto;
}

.circle-outline.bottom {
  inset: auto 0% 0% auto;
}

.circle-outline.bottom-left {
  inset: auto auto 0% 0%;
}

.circle-outline.top {
  inset: 0% 0% auto auto;
}

.testimonial-content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  padding-bottom: 40px;
  display: grid;
}

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

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

.banner-content-3 {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 440px;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.client-avatar-2 {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 6px;
  display: flex;
}

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

.circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.project-card-3 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #000;
  border: 1px #eff3f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 420px;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.solid-button-outline-2 {
  border: 1px solid #cfdae2;
  border-radius: 100px;
  width: 100px;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.solid-button-outline-2.right {
  inset: 0% auto 0% -74px;
}

.solid-button-outline-2.middle {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 100%;
}

.dual-title-2 {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.background-9 {
  background-image: url('../images/B03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

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

.button-wrapper-2 {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.solid-view-circle {
  border: 1px #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.verticle-line-5 {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.verticle-line-5.dark {
  background-color: #eff3f6;
}

.project-arrow-3 {
  width: 18px;
  min-width: 18px;
}

.project-image-cover {
  background-image: url('../images/B03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  min-width: 500px;
  height: 500px;
  min-height: 500px;
  position: absolute;
  inset: auto;
}

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

.outline-button-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #eff3f6;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.project-card-top {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  padding: 20px;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.scroll-cover {
  z-index: 25;
  background-color: #fff;
  height: 100%;
  position: absolute;
  inset: -100% 0% 0%;
}

.indicator-fill-3 {
  background-color: #cfdae2;
  width: 100%;
  height: 80px;
}

.indicator-fill-3.light {
  background-color: #b3bcc466;
}

.subtitle-23 {
  color: #6e7f8b;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35em;
  position: relative;
}

.subtitle-23.light {
  color: #fffc;
}

.section-22 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-22.bottom-border {
  border-bottom: 1px solid #eff3f6;
  display: block;
}

.section-22.bottom-border.xd {
  display: none;
}

.scroll-tracker {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  max-height: 100vh;
  display: flex;
  position: sticky;
  top: 65px;
}

.projects-grid-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-bottom: 1px #eff3f6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.project-card-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #eff3f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-bottom: 18px;
  display: grid;
  position: relative;
}

.project-card-bottom._01 {
  flex-flow: row;
  display: flex;
}

.project-image-3 {
  justify-content: center;
  align-items: center;
  height: 32vw;
  min-height: 350px;
  max-height: 550px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-23 {
  height: auto;
  margin-bottom: 0;
}

.content_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #dae4d8;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 480px;
  text-decoration: none;
  display: grid;
}

.content_card .content_card_img{
  background-color: #fff;
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 200px;
  display: block;
}

.content_card .content_card_info{
  padding: 10px;
}

.content_card .content_card_info .name{
  line-height: 20px;
  font-size: 18px;
  color: #26b562;
  font-weight: bold;
  overflow: hidden;
  padding-bottom:10px;
  height: 60px;

}

.content_card .content_card_info .description{
  line-height: 25px;
  font-size: 14px;
  color: #606670;
  padding-bottom:10px;
  height: 150px;
  overflow: hidden;
}
.content_card .content_card_info .btnnes{
  font-size: 14px;
  height:40px;
  line-height: 40px;
  overflow: hidden;
}
.content_card .btnnes .gotobtn{
  float:left;
  display:block;
  text-align: center;
  width: 50%;
  background-color: #26b562;
  color: #fff;
}
.content_card .btnnes .infobtn{
  float:left;
  display:block;
  text-align: center;
  width: 50%;
  color: #606670;
  text-decoration: none;
}

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

.filter_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.option-results {
  color: #3c7c43;
  display: none;
}

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

.checkbox_field {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}
.checkbox_field .checkbox_input{
  position: absolute;
}
.checkbox_field .checkbox_label{
  margin-left:2rem;
}

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

.filter_column {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-bottom-style: none;
}

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

.filter_wrapper {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 140px;
}

.filter_form-wrapper {
  margin-bottom: 0;
}

.checkbox_input {
  border: 2px solid #dfdfdf;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
}

.checkbox_input.w--redirected-checked {
  background-color: #3c7c43;
  background-size: .6rem;
  border-color: #3c7c43;
  box-shadow: 1px 1px 3px #0000;
}

.checkbox_input.w--redirected-focus {
  box-shadow: none;
  border-color: #90c396;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #dfdfdf;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.heading-small {
  color: #26b562;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.heading-small._01 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.filter_block-header {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: grid;
  position: relative;
  inset: 0% 0% auto;
}

.filter_block-header._01 {
  background-color: #26b562;
}

.container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.checkbox_label {
  margin-right: .25rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.filter_options {
  max-height: 45rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: auto;
}

.filter_search-field {
  background-image: url('../images/search.svg');
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border: 1px #000;
  min-height: 4.4rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem 4rem;
  font-size: 1rem;
}

.div-block-3 {
  background-image: url('../images/04.jpg');
  background-position: 50%;
  background-size: cover;
  height: 460px;
}

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

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

.text-block-13 {
  color: #888;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}

.div-block-6 {
  height: 1px;
}

.slider-arrow-2 {
  z-index: 50;
  border: 1px solid #cbdce966;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: -30px;
  display: flex;
  inset: auto auto 90px 148px;
}

.slider-arrow-2.right {
  left: 232px;
}

.blank-line {
  width: 0;
  height: 0;
}

.slider-background-full {
  justify-content: center;
  min-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.vertical-line {
  background-color: #b9dee926;
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.slider-horizontal-line {
  background-color: #b9dee926;
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: relative;
  inset: 0 0% auto;
}

.slider-section-2 {
  background-color: #0a0f1a;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-bottom-right {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-line {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 120px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 1px;
  margin-left: -1px;
  display: grid;
  position: relative;
}

.slider-top-line {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 148px 60px 24px 60px auto;
  grid-auto-columns: 1fr;
  height: 1px;
  display: grid;
  position: absolute;
  inset: 0 0% auto;
}

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

.slider-background-3 {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto;
}

.slider-background-3.team-one {
  background-image: url('../images/havenBanner.jpg');
}

.slider-background-3.team-three {
  background-image: url('../images/havenBanner1.jpg');
}

.slider-background-3.team-two {
  background-image: url('../images/havenBanner.jpg');
}

.slider-bottom-3 {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #b9dee926;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  height: 120px;
  display: grid;
  position: absolute;
  inset: auto 0% 80px;
}

.slider-bottom-3.in-slide {
  z-index: 25;
  border-top-style: none;
}

.featured-project-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding-bottom: 120px;
  display: grid;
  position: relative;
}

.mask-2 {
  width: 100%;
  overflow: visible;
}

.slider-bottom-grid {
  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;
}

.slider-background-wrapper-3 {
  justify-content: center;
  margin-bottom: -80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-4 {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.featured-work-slide {
  width: 100%;
}

.overlay-10 {
  background-color: #060b1499;
  position: absolute;
  inset: 0%;
}

.slider-bottom-left {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slider-content {
  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;
}

.line-fill-2 {
  background-color: #cbdce966;
  width: 100%;
  height: 24px;
}

.line-fill-2.blank {
  background-color: #fff0;
}

.slider-horizontal-fill {
  background-color: #cbdce966;
  width: 18px;
  height: 100%;
}

.card-left-line {
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto -1px -1px;
}

.section-24 {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

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

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

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

.right-column {
  width: 100%;
  position: relative;
}

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

.story-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  border-right: 1px solid #8e93a526;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 48px 80px 140px 0;
  display: grid;
}

.separator-line-fill {
  background-color: #bfc5d5;
  width: 100%;
  height: 24px;
}

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

.background-wrapper-6 {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-row {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 650px;
  margin-bottom: -80px;
  display: grid;
  position: relative;
}

.section-25 {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-25.no-padding {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.background-10 {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

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

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

.overlay-11 {
  background-color: #060b1499;
  position: absolute;
  inset: 0%;
}

.overlay-11.light {
  background-color: #060b144d;
}

.grey-cover-4 {
  background-color: #fff;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.slider-arrow-3 {
  z-index: 50;
  border: 1px solid #cbdce966;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: -30px;
  display: flex;
  inset: auto auto 90px 148px;
}

.slider-arrow-3.right {
  background-color: #2d26a800;
  background-image: none;
  border-radius: 100%;
  width: 60px;
  left: 232px;
}

.slider-section-3 {
  background-color: #0a0f1a;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.featured-project-content-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding-bottom: 120px;
  display: grid;
  position: relative;
}

.mask-3 {
  width: 100%;
  overflow: visible;
}

.slider-5 {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.overlay-12 {
  background-color: #060b1499;
  position: absolute;
  inset: 0%;
}

.line-fill-3 {
  background-color: #cbdce966;
  width: 100%;
  height: 24px;
}

.line-fill-3.blank {
  background-color: #fff0;
}

.section-26 {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

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

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

.body-display-13 {
  color: #606670;
  font-size: 17px;
  line-height: 1.6em;
}

.story-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  border-right: 1px solid #8e93a526;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 48px 80px 140px 0;
  display: grid;
}

.project-arrow-4 {
  width: 18px;
  min-width: 18px;
}

.project-image-cover-2 {
  background-image: url('../images/523421.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  min-width: 500px;
  height: 500px;
  min-height: 500px;
  position: absolute;
  inset: auto;
}

.background-11 {
  background-image: url('../images/B07.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-11._01 {
  background-image: url('../images/Pipowagen.jpg');
}

.background-11._02 {
  background-image: url('../images/Safaritent.jpg');
}

.background-11._03 {
  background-image: url('../images/Trekkerstent.jpg');
}

.background-11._04 {
  background-image: url('../images/tinyhouse.jpg');
}

.background-11._05 {
  background-image: url('../images/camping.jpg');
}

.subtitle-24 {
  color: #6e7f8b;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35em;
  position: relative;
}

.subtitle-24.light {
  color: #fffc;
}

.project-image-4 {
  justify-content: center;
  align-items: center;
  height: 420px;
  min-height: auto;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.success-message-5 {
  background-color: #fff;
}

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

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

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

.home-hero-3 {
  justify-content: center;
  height: 640px;
  min-height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

.xxl-heading-4 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 1.2em;
}

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

.div-block-7 {
  background-image: linear-gradient(#0003, #0003), url('../images/campmap.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 770px;
  display: flex;
}

.div-block-7.haven {
  background-color: #fff;
  background-image: url('../images/haven.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  height: 940px;
}

.div-block-7.camping {
  background-image: linear-gradient(#0000, #0000), url('../images/camping_1.jpg');
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  height: 790px;
}

.section-27 {
  margin-top: 100px;
}

.sticky-image-wrapper-copy {
  background-image: url('../images/Image022.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.sticky-image-wrapper-copy.image-one {
  background-image: url('../images/c05.jpg');
}

.sticky-image-wrapper-copy.image-three {
  background-image: url('../images/c07.jpg');
}

.sticky-image-wrapper-copy.image-two {
  background-image: url('../images/c06.jpg');
  background-position: 50%;
}

.text-block-14 {
  color: #1f1f1f;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  position: static;
}

.overview-wrapper-copy {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(800px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  padding: 48px 48px 60px 5vw;
  display: grid;
}

.heading-7 {
  text-align: center;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.ms-input-wrap {
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input {
  color: #bec9d5;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #bec9d5;
  border-radius: 5px;
  min-height: 55px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.has-left-icon {
  padding-left: 38px;
}

.ms-input.has-left-icon.text-field-3 {
  min-height: 55px;
}

.ms-input.has-left-icon.text-field-3:hover {
  border-color: var(--coral);
}

.ms-svg {
  z-index: 3;
  color: #12133140;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 17px auto auto 10px;
}

.heading-8 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading-9 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-15 {
  z-index: 20;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}

.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 128px;
  margin-bottom: 20px;
  display: grid;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 128px;
  display: grid;
}

.w, .g {
  width: auto;
  height: 128px;
  position: absolute;
}

.div-block-11 {
  cursor: pointer;
}

.text-block-16, .text-block-17, .text-block-18, .text-block-19 {
  letter-spacing: 1px;
  font-weight: 600;
}

.section-name {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: grid;
}

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

.heading-10 {
  font-size: 24px;
}

.card-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px auto;
}

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

.card-right-line {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px -1px auto;
}

.overlay-15 {
  background-color: #060b1466;
  position: absolute;
  inset: 0%;
}

.card-bottom-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto -1px -1px;
}

.background-wrapper-7 {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-11 {
  font-size: 24px;
}

.service-card-description {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

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

.section-28 {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-28.small-top-padding {
  background-image: url('../images/vg231.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 180px;
}

.background-cover {
  z-index: 3;
  opacity: 1;
  background-color: #fff;
  width: 110%;
  height: 110%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.rotate-text-2 {
  white-space: nowrap;
  transform: rotate(-90deg);
}

.rotate-text-2.right {
  background-color: #2d26a800;
  background-image: none;
  transform: rotate(90deg);
}

.body-display-14 {
  color: #606670;
  font-size: 17px;
  line-height: 1.6em;
}

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

.outline-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border: 1px solid #8e93a526;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: -100px -.5px -.5px;
  padding: 0;
  position: relative;
}

.background-12 {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-12.service-two {
  background-image: url('../images/1920.jpeg');
}

.background-12.service-one {
  background-image: url('../images/camping.jpg');
  background-size: cover;
}

.background-12.service-three {
  background-image: url('../images/myles-tan-IWCljYv1TJw-unsplash.jpg');
}

.background-12.service-four {
  background-image: url('../images/facility.jpg');
}

.underline-link-4 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #b9dee926;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  font-size: 10px;
  text-decoration: none;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.underline-link-4:hover {
  border-bottom-color: #fff;
}

.underline-link-4.dark {
  color: #0a0f1a;
  border-bottom-color: #bfc5d5;
  transition: border .5s cubic-bezier(.25, .46, .45, .94);
}

.underline-link-4.dark:hover {
  border-bottom-color: #858c9ead;
}

.services-card {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 300px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.services-card:hover {
  z-index: 1;
}

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

.link-block {
  cursor: pointer;
}

.ms-input-wrap-2 {
  height: 55px;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-select-svg {
  z-index: 6;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 12px;
  right: 4px;
}

.ms-input-wrap-3 {
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-2 {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input-2:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input-2::placeholder {
  color: #909090;
}

.ms-input-2.has-left-icon {
  border-color: #bec9d5;
  width: 100%;
  min-height: 55px;
  margin-bottom: 0;
  padding-left: 38px;
}

.ms-input-2.is-outer {
  width: 100%;
  padding: 0;
  display: flex;
}

.ms-input-2.is-top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: -1px;
}

.ms-input-2.has-right-icon {
  padding-right: 40px;
}

.ms-input-2.has-right-icon.has-dropdown.w--open {
  margin-bottom: 5px;
}

.ms-input-2.has-button-right {
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ms-input-2.nice-select {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.ms-input-2.is-fake-token {
  background-color: #0000;
  width: 40px;
  height: 50px;
}

.ms-input-2.is-middle {
  border-radius: 0;
  margin-bottom: -1px;
}

.ms-input-2.is-middle.is-left, .ms-input-2.is-middle.is-right {
  width: 100%;
}

.ms-input-2.is-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ms-input-2.has-left-icon {
  padding-left: 38px;
}

.ms-input-2.is-inset {
  min-height: 60px;
  padding-top: 20px;
  padding-bottom: 0;
}

.ms-input-2.is-overlapping {
  padding-top: 10px;
  padding-bottom: 6px;
}

.ms-input-2.ms-text-area {
  min-height: 80px;
}

.ms-input-2.ms-text-area.is-inset {
  padding-top: 30px;
}

.ms-input-2.has-https {
  padding-left: 62px;
}

.ms-input-2.is-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 50%;
}

.ms-input-2.is-disabled {
  cursor: not-allowed;
  background-color: #f5f5f5;
}

.ms-input-2.is-disabled:hover {
  border-color: #c5c5c5;
}

.ms-input-2.is-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 50%;
  margin-right: -1px;
}

.ms-input-2.is-inner {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  margin-bottom: 0;
}

.ms-svg-2 {
  z-index: 3;
  color: #12133140;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 19px auto auto 10px;
}

.ms-input-wrap-4 {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-wrap-4.is-overlapping {
  margin-top: 10px;
}

.ms-input-wrap-4.is-token {
  grid-column-gap: 10px;
  width: 300px;
  margin-bottom: 10px;
}

.ms-svg-3 {
  z-index: 3;
  color: #12133140;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto auto 10px;
}

.ms-svg-3.is-left {
  color: #909090;
  position: absolute;
  inset: 10px auto 0% 10px;
}

.ms-svg-3.is-radio-card {
  z-index: 2;
  color: #2962ff;
  width: 20px;
  height: 22px;
  display: none;
  top: 17px;
  left: auto;
  right: 12px;
}

.ms-svg-3.is-right {
  left: auto;
  right: 10px;
}

.ms-svg-3.is-right.is-editted {
  color: #fff;
  background-color: #2962ff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  top: 7px;
  right: 10px;
}

.ms-radio-group-2 {
  margin-bottom: 30px;
}

.ms-button-cb {
  z-index: 3;
  cursor: pointer;
  border-style: solid;
  border-color: #b7bbd1;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.ms-button-cb:hover {
  border-color: #000;
}

.ms-button-cb.w--redirected-checked {
  color: #121331;
  background-color: #0000;
  background-image: linear-gradient(#ffffffe6, #ffffffe6), linear-gradient(#2962ff, #2962ff);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-width: 2px;
  border-color: #2962ff;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.ms-bold-link {
  color: #2962ff;
  font-weight: 700;
}

.ms-drawer-top {
  color: #121331;
  border-radius: 16px 16px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 11px 10px 10px;
  font-weight: 400;
  display: flex;
}

.ms-drawer-top:hover {
  background-color: #ebebeb;
}

.ms-dropdown-cb {
  z-index: 3;
  cursor: pointer;
  border-color: #0000;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.ms-dropdown-cb:hover {
  background-color: #0000000d;
}

.ms-dropdown-cb.w--redirected-checked {
  background-image: url('../images/noun_Close_3610311.svg'), linear-gradient(#ffffffe6, #ffffffe6), linear-gradient(#2962ff, #2962ff);
  background-position: 90%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 14px, auto, auto;
  border-width: 2px;
  border-color: #2962ff;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.ms-dropdown-cb.no-x.w--redirected-checked {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), linear-gradient(#2962ff, #2962ff);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.ms-column {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  width: 30%;
  display: flex;
}

.ms-column.width-1-4 {
  width: 21%;
}

.ms-column.width-1-2 {
  width: 47%;
}

.ms-column.width-2-3 {
  width: 60%;
}

.ms-tooltip-content {
  padding: 0;
  display: block;
}

.ms-toggle-row-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 10px;
  flex-direction: column;
  margin-bottom: 15px;
  padding: 10px;
  display: flex;
}

.ms-box {
  grid-column-gap: 6px;
  cursor: move;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 40px;
  margin-bottom: 6px;
  padding: 8px 12px 8px 6px;
  font-weight: 400;
  transition: box-shadow .2s, border-color .2s;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-box:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-box::placeholder {
  color: #909090;
}

.ms-box.over {
  background-color: #f2f3fa;
  border-style: solid;
  border-color: #0067d9;
}

.ms-switch-label {
  z-index: 3;
  grid-column-gap: 3%;
  white-space: nowrap;
  justify-content: space-around;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% 2%;
}

.ms-range-slider {
  align-items: center;
  width: 100%;
  margin-bottom: 45px;
  display: flex;
}

.ms-space {
  width: 10px;
  height: 10px;
}

.ms-eye-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  margin-right: 4px;
  display: flex;
}

.results-classes {
  display: none;
}

.ms-multi-select-wrap {
  background-color: #f8f8f8;
  border: 1px solid #12133140;
  border-radius: 8px;
  flex-wrap: wrap;
  width: 100%;
  max-height: 150px;
  padding: .5rem .5rem .25rem;
  display: flex;
  overflow: scroll;
}

.ms-range-slider-bar {
  outline-offset: 0px;
  background-color: #eae9e9;
  border-radius: 10px;
  outline: 0 #0000;
  width: 100%;
  height: 10px;
  margin: 0;
  padding: 0;
}

.ms-switch-select {
  z-index: 1;
  background-color: #fff;
  border-radius: 6px;
  width: 48.5%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  transition: left .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 1.5%;
  box-shadow: 0 1px 5px #0003;
}

.ms-switch-select.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.ms-relative {
  position: relative;
}

.ms-radio-button-tab {
  color: #121331;
  border: 1px solid #12133140;
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: 700;
}

.ms-table-bold {
  width: 100%;
  font-weight: 500;
}

.ms-rich-text-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  min-height: 201px;
  padding-bottom: 12px;
  display: flex;
}

.ms-token-input {
  z-index: 2;
  color: #000;
  text-align: left;
  letter-spacing: 35.5px;
  background-color: #0000;
  border: 1px #000;
  width: 400px;
  height: 50px;
  margin-bottom: 0;
  padding: 0 0 0 12px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 23px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
}

.ms-token-input::placeholder {
  color: #6b7b8a;
  font-weight: 400;
}

.ms-select-button {
  z-index: 2;
  flex: none;
  margin-bottom: 0;
  padding: 8px 16px;
  line-height: 1.4em;
  display: block;
  position: relative;
}

.ms-select-button:hover {
  border-color: #1200ee;
  position: relative;
  box-shadow: 0 20px 30px -10px #00000021;
}

.ms-pill-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  padding-top: 5px;
  display: flex;
}

.ms-checkbox {
  border-width: 1.5px;
  border-color: #12133140;
  border-radius: 33%;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.ms-checkbox:hover {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), linear-gradient(#2962ff, #2962ff);
  border-color: #2962ff;
}

.ms-checkbox.w--redirected-checked {
  background-color: #2962ff;
  background-image: url('../images/smallcheck.svg');
  background-size: 70%;
  border-color: #12133140;
  border-radius: 33%;
}

.ms-toolbar {
  width: 100%;
  display: flex;
}

.ms-card-text-right {
  float: right;
  background-color: #1015701a;
  border-radius: 5px;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1.4em;
}

.ms-checkbox-wrap {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.ms-dropdown {
  z-index: 10;
  background-color: #0000;
  border: 0 solid #000;
  width: 70px;
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  inset: 0% 6px 0% auto;
}

.ms-dropdown.is-leading {
  z-index: 3;
  width: 50px;
  padding-right: 0;
  left: 0;
}

.ms-password-button {
  background-color: #fff;
  padding: 0 7px 0 6px;
  font-size: 13.5px;
  display: flex;
  bottom: 5px;
}

.ms-password-button.w--current {
  display: none;
}

.ms-dropdown-cb-label {
  z-index: 3;
  color: #121331;
  width: 100%;
  position: relative;
}

.ms-wf-class {
  color: #fff;
  background-color: #1684f6;
  border-radius: 2px;
  padding: 5px 7px 3px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2em;
  display: inline-block;
  box-shadow: 1px 1px 3px #060c7e80;
}

.ms-radio-contents {
  z-index: 2;
  width: 100%;
  font-weight: 700;
  position: relative;
}

.ms-input-outer {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.ms-custom-css {
  background-color: #e0e0e0;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  font-size: 16px;
  font-style: italic;
  display: flex;
}

.ms-tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.ms-tooltip-diamond.is-bottom {
  top: auto;
  bottom: -7px;
}

.ms-input-right-button {
  color: #121331;
  border: 1px solid #12133140;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 9px 12px 8px;
  font-weight: 400;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input-right-button:hover {
  color: #2962ff;
  border-color: #2962ff;
}

.ms-input-right-button::placeholder {
  color: #12133140;
}

.ms-input-right-button.is-success {
  color: #121331;
  background-color: #c3ffd5;
  border-color: #00a030;
}

.ms-help-text {
  opacity: .8;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 90%;
  font-weight: 300;
}

.ms-help-text.less-margin {
  margin-top: -4px;
  margin-bottom: 4px;
}

.ms-tooltip-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: 0%;
}

.ms-tooltip-dropdown.is-inline {
  margin-top: 10px;
  margin-left: 10px;
  display: inline-block;
}

.ms-loom {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}

.ms-range-slider-value {
  color: #fff;
  text-align: center;
  background-color: #121331;
  border-color: #121331;
  border-radius: 4px;
  flex: none;
  width: 60px;
  margin-left: 12px;
  padding: 5px 10px;
  line-height: 22px;
  display: inline-block;
  position: relative;
}

.ms-text-color-grey {
  opacity: .7;
}

.ms-pill-item {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.ms-toggle-dot {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-top: 3px;
  transition: left .2s;
  position: absolute;
  left: 3px;
  box-shadow: 0 1px 5px #0003;
}

.ms-toggle-dot.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.ms-toggle-dot.is-small {
  width: 20px;
  height: 20px;
}

.ms-toggle-dot.is-icon {
  background-image: url('../images/nightlight_black_24dp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.ms-column-wrapper {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-wrap: wrap;
  display: flex;
}

.ms-switch-bg {
  z-index: 0;
  background-color: #f5f5f5;
  border-radius: 8px;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.ms-radio-table-label {
  z-index: 1;
  color: #121331;
  background-color: #fff;
  border: 1px solid #c3c3cb;
  width: 100%;
  margin-bottom: -1px;
  padding: 10px 20px 10px 40px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.ms-radio-table-label.is-bottom {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.ms-radio-table-label.is-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.ms-header {
  padding-top: 6vh;
  padding-bottom: 4vh;
}

.ms-rich_form-field_editor {
  background-color: #fff;
  border: 0 #b7bbd1;
  flex: 1;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  font-size: 16px;
  transition: box-shadow .2s;
}

.ms-toggle-row-divider {
  background-color: #1213311a;
  width: 100%;
  height: 1px;
}

.ms-tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px;
  padding: 16px;
  font-size: 12.5px;
  position: relative;
}

.ms-tooltip-container.is-10 {
  padding: 10px;
}

.ms-radio-card {
  color: #121331;
  border: 1px solid #12133140;
  border-radius: 6px;
  width: 100%;
  padding: 12px 16px 10px;
  font-weight: 700;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-switch-wrap {
  width: 100%;
  height: 42px;
  margin-bottom: 15px;
  position: relative;
}

.ms-radio-image {
  opacity: .8;
  background-image: url('../images/pexels-fwstudio-129731.jpg');
  background-position: 0 0;
  background-size: 320px;
  border-width: 1px;
  border-color: #c5c5c5;
  border-radius: 6px;
  width: 100%;
  height: auto;
  padding-top: 100%;
}

.ms-radio-image.w--redirected-checked {
  opacity: 1;
  outline-offset: 0px;
  background-image: url('../images/pexels-fwstudio-129731.jpg');
  background-position: 0 0;
  background-size: 320px;
  border-width: 2px;
  border-color: #fff;
  outline: 5px solid #2962ff;
}

.ms-radio-image.is-img-2 {
  background-image: url('../images/pexels-share-textures-11285519-1.jpg');
}

.search-result {
  z-index: 2;
  flex: none;
  align-items: center;
  width: 100%;
  margin-bottom: .25rem;
  padding-top: .3rem;
  padding-bottom: .2rem;
  padding-left: .7rem;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.search-result:hover {
  border-color: #1200ee;
  position: relative;
  box-shadow: 0 20px 30px -10px #00000021;
}

.search-result.noresults {
  display: none;
}

.search-result.results {
  order: 2;
}

.ms-dropdown-svg {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px;
  display: flex;
}

.ms-dropdown-svg.for-input {
  z-index: 5;
  background-color: #fff;
  border-radius: 10px;
  height: 33px;
  position: absolute;
  top: 4px;
  right: 2px;
}

.ms-margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.ms-dropdown-padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 19px;
  font-size: 16px;
  line-height: 1.6em;
  display: flex;
}

.ms-dropdown-cb-wrap {
  z-index: 2;
  flex: none;
  align-items: center;
  width: 100%;
  margin-bottom: .25rem;
  padding-top: .3rem;
  padding-bottom: .2rem;
  padding-left: .7rem;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.ms-dropdown-cb-wrap:hover {
  border-color: #1200ee;
  position: relative;
  box-shadow: 0 20px 30px -10px #00000021;
}

.ms-color-swatch {
  z-index: 3;
  color: #12133140;
  background-color: #2962ff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto auto 10px;
}

.ms-password-wrap {
  z-index: 4;
  position: absolute;
  inset: -20px 0 auto auto;
}

.ms-dropdown-wrap {
  margin-left: 0;
  margin-right: 0;
}

.ms-shortcut {
  z-index: 3;
  color: #12133140;
  border: .5px solid #12133140;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 90%;
  display: flex;
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
}

.ms-toggle-bg {
  z-index: 0;
  background-color: #e2e2e2;
  border-radius: 100px;
  width: 50px;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.ms-toggle-bg.is-small {
  width: 42px;
  height: 26px;
}

.ms-checkbox-bold {
  margin-top: -2px;
  margin-bottom: -2px;
  display: block;
}

.ms-radio-row {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.ms-button-flex {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.ms-radio-border.w--redirected-checked {
  z-index: 1;
  border-width: 3px;
  border-color: #2962ff;
  border-radius: 6px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: -1px;
}

.ms-how-drawer {
  background-color: #f8f8f8;
  border-radius: 16px;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.ms-how-drawer.for-radio {
  margin-top: 10px;
}

.ms-pill-icon {
  color: #2962ff;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 30px;
  padding-left: 10px;
  padding-right: 5px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ms-switch-option.is-dark {
  color: #121331;
  background-image: url('../images/nightlight_black_24dp.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 18px;
}

.ms-link {
  color: #2962ff;
}

.ms-code {
  background-color: #fff;
  padding: 10px;
  font-family: Inconsolata, monospace;
}

.ms-dropdown-bold {
  font-size: 1.2em;
  font-weight: 700;
}

.ms-select-svg-2 {
  z-index: 6;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 6px;
  right: 4px;
}

.ms-tooltip-wrapper {
  color: #112953;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  width: 300px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.ms-tooltip-wrapper.width-200 {
  width: 210px;
}

.ms-select-button-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.ms-button {
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  background-color: #2962ff;
  border: 1px solid #2962ff;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 13px 16px 11.5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1), border-radius .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
  position: relative;
  top: 0;
  box-shadow: 1px 1px 5px #ffffff40, 0 10px 20px -5px #2d3e504d;
}

.ms-button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #1051b9;
  transform: translate(0, 2px);
}

.ms-button:active {
  background-color: #0a3092;
}

.ms-button.is-light {
  color: #070e27;
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #dbe2eb;
  box-shadow: 0 1px 3px #ffffff40, 0 10px 20px -5px #2d3e5026;
}

.ms-button.is-light:hover {
  box-shadow: none;
  color: #1051b9;
  background-color: #fff;
  border-color: #1051b9;
}

.ms-button.is-light:active {
  color: #fff;
  background-color: #356af0;
}

.ms-button.is-outline {
  color: #2962ff;
  background-color: #0000;
  background-image: none;
  background-size: auto;
  border: 2px solid #2962ff;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: 1px 1px 3px #ffffff80, 0 10px 15px -5px #2d3e5026;
}

.ms-button.is-outline:hover {
  box-shadow: none;
  color: #fff;
  background-color: #356af0;
}

.ms-button.is-outline:active {
  background-color: #0f42c3;
  box-shadow: inset 0 0 0 2px #0f42c3;
}

.ms-button.is-delete {
  color: #d1263c;
  background-color: #fff;
  border-color: #d1263c;
}

.ms-button.is-delete.is-solid {
  color: #fff;
  background-color: #d1263c;
}

.ms-button.is-small {
  border-radius: 6px;
  height: auto;
  padding: 7px 16px;
  font-size: 14px;
  transform: perspective(1000px);
}

.ms-table-list {
  z-index: 1;
  color: #121331;
  background-color: #fff;
  border: 1px solid #c3c3cb;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -1px;
  padding: 10px 20px 10px 40px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.ms-table-list.is-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.ms-table-list.is-bottom {
  border-bottom-style: solid;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.ms-pill-label {
  z-index: 2;
  white-space: nowrap;
  border: 1px solid #12133140;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 700;
  line-height: 2em;
  position: relative;
  inset: 0% auto 0% 0%;
}

.ms-pill-label:hover {
  border-color: #2962ff;
}

.ms-hide {
  display: none;
}

.ms-button-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ms-button-svg.is-drag {
  opacity: .5;
  width: 18px;
}

.ms-button-svg.is-down {
  width: 28px;
  height: 28px;
  margin: -10px -10px -10px -3px;
}

.ms-radio-card-botton {
  margin-top: 12px;
  display: inline-block;
}

.ms-tooltip-anchor {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 100% 0% 0;
}

.ms-tooltip-anchor.w--open {
  background-color: #0000;
  display: flex;
}

.ms-tooltip-anchor.is-top {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 12px;
  display: none;
  inset: auto 0% 100%;
}

.ms-tooltip-anchor.is-top.w--open {
  display: flex;
}

.ms-container {
  max-width: 100%;
  padding-bottom: 3%;
  padding-left: 3%;
  padding-right: 3%;
}

.ms-section-description {
  margin-bottom: 20px;
}

.ms-pill-checkbox {
  display: none;
}

.ms-radio-color {
  z-index: 1;
  background-color: #eff3fd;
  border-color: #1213311a;
  width: 30px;
  height: 30px;
  margin-top: 1px;
  position: relative;
}

.ms-radio-color.w--redirected-checked {
  outline-offset: -8px;
  border-width: 1px;
  border-color: #1213310d;
  outline: 4px solid #fff;
}

.ms-radio-color.is-color-5 {
  background-color: #d3ddf8;
}

.ms-radio-color.is-color-6 {
  background-color: #2245e2;
}

.ms-radio-color.is-color-4 {
  background-color: #a5bbf5;
}

.ms-radio-color.is-color-3 {
  background-color: #779afa;
}

.ms-radio-color.is-color-2 {
  background-color: #5481fc;
}

.ms-toggle-wrap {
  width: 50px;
  height: 34px;
  margin-bottom: 15px;
  position: relative;
}

.ms-toggle-wrap.is-row {
  width: 100%;
  height: 26px;
  margin-bottom: 0;
}

.ms-toggle-wrap.is-small {
  width: 42px;
  height: 26px;
}

.ms-light-text {
  font-size: 13px;
  font-weight: 300;
}

.ms-table-text-middle {
  text-align: center;
  font-weight: 400;
}

.ms-range-embed {
  width: 100%;
}

.ms-select-dropdown.w--open {
  background-color: #fff;
  border: .5px solid #12133140;
  border-radius: 6px;
  padding: 8px;
  box-shadow: 0 10px 12px -3px #0000001a;
}

.ms-drag-color {
  margin-left: auto;
}

.ms-input-dropdown-wrap {
  width: 100%;
}

.ms-embed {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 0;
  margin-bottom: 0;
  font-style: italic;
  display: flex;
}

.ms-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 8px;
  width: 200px;
  margin-top: 8px;
  right: 0;
  box-shadow: 5px 9px 10px #0000001a;
}

.ms-dropdown-list.is-delete.w--open {
  width: 300px;
  margin-right: -80px;
}

.ms-table-text-left {
  width: 33%;
  margin-right: auto;
}

.ms-toggle-label {
  z-index: 2;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 65px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.ms-toggle-label.is-row {
  width: 100%;
  padding-left: 55px;
}

.ms-toggle-label.is-empty {
  padding-left: 50px;
}

.ms-input-middle-row {
  width: 100%;
  display: flex;
}

.ms-token-overflow {
  z-index: 5;
  background-color: #fff;
  width: 30px;
  height: 50px;
  position: absolute;
  top: 0%;
  left: 100%;
  right: auto;
}

.ms-input-inline {
  z-index: 3;
  position: absolute;
  inset: 10px auto auto 12px;
}

.ms-table-text-right {
  float: right;
  text-align: right;
  width: 33%;
  margin-left: auto;
  font-weight: 400;
}

.ms-pill-radio {
  display: none;
}

.ms-tooltip {
  color: #121331;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  top: -.1em;
}

.ms-hint-text {
  float: right;
  font-weight: 400;
}

.ms-input-left {
  color: #12133140;
  border-right: 1px solid #c5c5c5;
  min-height: 40px;
  padding: 9px 12px 8px;
}

.ms-input-left::placeholder {
  color: #12133140;
}

.ms-toggle-row {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.ms-drawer-contain {
  border-top: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.ms-toggle-checkbox {
  display: none;
}

.div-block-12 {
  width: 100%;
}

.div-block-13 {
  height: 40px;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 420px;
  display: grid;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 420px;
  display: grid;
}

.heading-12 {
  z-index: 20;
  color: #fff;
  margin-top: auto;
  margin-left: auto;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  position: relative;
}

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

.text-field-4 {
  border: 1px solid #889ea833;
  min-height: 54px;
  margin-bottom: 0;
  padding: 18px 24px;
}

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

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

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

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

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

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

.error-message-4 {
  color: #6d6d6d;
  background-color: #f8f8f8;
  margin-top: 18px;
}

.success-box-2 {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  background-color: #f8f8f8;
  border: 1px solid #889ea833;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  height: 100%;
  min-height: 400px;
  padding: 24px;
  display: grid;
}

.service-link-name-2 {
  text-align: center;
  border-bottom: 1px solid #889ea833;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.body-display-15 {
  color: #6d6d6d;
  -webkit-text-stroke-color: #626d86;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 1.6em;
}

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

.subtitle-25 {
  color: #6d6d6d;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

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

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

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

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

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

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

.text-block-20 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  display: flex;
}

.heading-13 {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-14 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.form-6 {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.button-4 {
  border: 1px solid var(--coral);
  background-color: var(--coral);
  border-radius: 50px;
  width: 100%;
  height: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: color .3s, background-color .3s;
}

.button-4:hover {
  color: var(--coral);
  background-color: #0000;
}

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

.logo-link {
  width: 350px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.space {
  height: 22px;
}

.field-wrap-2 {
  padding-bottom: 30px;
}

.center {
  text-align: center;
}

.link-2 {
  grid-column-gap: 15px;
  border: 1px solid var(--coral);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px 19px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .3s, transform .2s;
  display: flex;
}

.link-2:hover {
  opacity: .6;
}

.text-link {
  color: var(--body-display);
  font-weight: 600;
  transition: color .3s;
}

.text-link:hover {
  color: var(--coral);
}

.section-30 {
  align-items: center;
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.text-field-5 {
  border: 1px solid #0000;
  border-bottom-color: #dcdcdc;
  height: 45px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  transition: border .2s;
}

.text-field-5:hover {
  border-bottom-color: #332f57;
}

.text-field-5:focus {
  border-color: #0000 #0000 #332f57;
}

.text-field-5::placeholder {
  color: #dcdcdc;
}

.content-wrap {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.mb-15 {
  margin-bottom: 15px;
}

.logo-img {
  width: 120px;
}

.form-label {
  margin-bottom: 40px;
}

/* .left {
  width: 45%;
  padding: 20px 25px;
  display: flex;
}

.right {
  background-color: #2d26a8;
  background-image: url('../images/05.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 55%;
} */

.dleft {
  width: 45%;
  padding: 20px 25px;
  display: flex;
}

.dright {
  background-color: #2d26a8;
  background-image: url('../images/05.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 55%;
}

.form-wrap-2 {
  width: 100%;
  max-width: 350px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.google {
  width: 22px;
}

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

.paragraph-3 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.paragraph-4 {
  margin-bottom: 0;
}

.payment_wrap {
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.payment_small-text {
  color: #969696;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.payment_heading {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.payment_content-box {
  z-index: 4;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.payment_lottie-animation-bg {
  z-index: 2;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.payment_button {
  z-index: 3;
  background-color: #ff1d3d;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 190px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #ffffff42;
}

.payment_button:hover {
  box-shadow: 0 0 10px #ffffff78;
}

.section_payment {
  z-index: 0;
  color: #fff;
  background-color: #a1a1a1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.payment_text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 395px;
  display: flex;
}

.custom_container {
  padding-left: 20px;
  padding-right: 20px;
}

.payment_lottie-animation {
  justify-content: center;
  align-items: flex-start;
  width: 150px;
  height: 150px;
  display: flex;
}

.payment_lottie-animation._2 {
  width: 120px;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

.payment_lottie-animation-2 {
  width: 125px;
  height: 125px;
}

.payment_button-2 {
  color: #fff;
  background-color: #ff1e3c;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  box-shadow: 0 5px 5px #ff1e3c69;
}

.payment_button-2:hover {
  box-shadow: 0 0 5px 5px #ff1e3c69;
}

.payment_button-2:lang(nl) {
  width: auto;
}

.payment_button-2.green {
  background-color: var(--coral);
  box-shadow: 0 5px 5px #00a01666;
}

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

.liinin.login {
  background-color: #26b56200;
  padding-left: 10px;
  padding-right: 20px;
}

.link-block-2 {
  width: 100%;
}

.submit-button-3-copy {
  color: #fff;
  background-color: #00a01600;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.submit-button-3-copy:hover {
  background-color: #1d9c53;
}

.toast-box-b {
  color: #000;
  background-color: #fff;
  border: .5px solid #2ec862;
  border-radius: 10px;
  margin-bottom: 1rem;
  padding: .4rem;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.toast-box-b.red {
  border-color: #e40023;
  align-self: flex-end;
  width: 20%;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 5vw;
  display: none;
  position: absolute;
  bottom: auto;
}

.toast-content {
  align-items: center;
  display: flex;
}

.toast-icon-b {
  background-color: #2ec86226;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: .8rem;
  padding: .8rem;
  display: flex;
}

.toast-icon-b.red {
  background-color: #e4002326;
}

.toast-header {
  margin-bottom: -.25rem;
  font-weight: 700;
}

.toast-close-black {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 4rem;
  padding-top: 6px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0 auto;
}

.text-block-21 {
  text-align: center;
}

.text-block-22 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-15 {
  color: #333;
  text-transform: uppercase;
  font-size: 36px;
}

.image-6-w {
  width: auto;
  max-width: none;
  height: 16px;
  margin-left: 2px;
  position: absolute;
}

.image-6-w.w {
  z-index: 20;
  width: 20px;
  height: auto;
}

.image-5-w {
  align-self: center;
  width: auto;
  max-width: none;
  height: 16px;
  margin-right: 2px;
  position: absolute;
}

.text-block-12-copy {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}

.div-block-16 {
  height: 20px;
  padding-bottom: 0;
}

.link-block-3, .link-block-4, .link-block-5 {
  cursor: pointer;
  text-decoration: none;
}

.body-display-6-copy {
  color: #000c;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.switch {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 10px;
  display: block;
}

.switch:lang(nl) {
  justify-content: center;
  align-items: center;
}

.dropdown-toggle {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.dropdown-toggle:lang(nl) {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.dropdown-3 {
  background-color: #fff0;
  width: 136px;
  height: 60px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.dropdown-toggle-2 {
  background-color: #fdfdfd00;
  border: 1px #ebecf1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
}

.dropdown-toggle-2:hover {
  background-color: #fdfdfd00;
}

.icon-3 {
  color: var(--coral);
  margin-right: 0;
}

.dropdown-list-3 {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  margin-top: 0;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 40px #98a2ac36;
}

.div-block-18 {
  padding: 0;
  display: flex;
}

.dropdown-link-2 {
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0 16px 50px;
  transition: all .2s;
  display: flex;
}

.dropdown-link-2:hover {
  box-shadow: inset 2px 0 0 0 var(--coral);
  background-color: #f5f6f800;
}

.text-block-23 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

.image-15 {
  align-self: center;
  margin-left: 14px;
  position: absolute;
}

.dropdown-3-copy {
  background-color: #fff0;
  width: 136px;
  height: 60px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.image-91 {
  width: 100px;
  position: absolute;
}

.image-91._02 {
  width: 14px;
  height: 14px;
  right: 20px;
}

.image-91._02:lang(nl) {
  width: 14px;
  height: 14px;
}

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

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

.nav-link-mob:hover {
  opacity: .6;
}

.nav-link-mob:lang(nl) {
  letter-spacing: 0;
  padding-left: 5px;
  padding-right: 5px;
}

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

.nav-link-mob._02 {
  padding-left: 0;
  padding-right: 0;
}

.nav-link-mob.lg {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}

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

.nav-link-copy:hover {
  opacity: .6;
}

.nav-link-copy:lang(nl) {
  letter-spacing: 0;
  padding-left: 5px;
  padding-right: 5px;
}

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

.nav-link-copy._02 {
  padding-left: 0;
  padding-right: 0;
}

.nav-link-copy.lg {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}

.div-block-20 {
  border: 1px solid #ddd;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  display: flex;
}

.image-92 {
  display: block;
}

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

.text-block-24 {
  color: #494949;
  align-self: center;
  font-size: 28px;
  font-weight: 700;
}

.link-block-6, .link-block-7, .link-block-8 {
  text-decoration: none;
}

.heading-17, .heading-18, .heading-19, .heading-20, .heading-21, .heading-22 {
  text-transform: uppercase;
}

@media screen and (min-width: 1280px) {
  .grid-wrapper {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  }

  .nav-menu {
    max-width: 720px;
  }

  .brand {
    padding-left: 20px;
  }

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

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

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

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

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

  .service-item-top {
    grid-column-gap: 48px;
  }

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

  .core-value {
    padding: 36px;
  }

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

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

  .project-image {
    min-height: 425px;
  }

  .verticle-journal-grid, .footer-content-2 {
    grid-column-gap: 48px;
  }

  .hero-video-wrapper {
    max-width: 700px;
  }

  .sticky-image-bar {
    margin-bottom: -110px;
    padding-bottom: 110px;
    top: 110px;
  }

  .intro-box {
    min-height: 475px;
  }

  .sticky-image-box {
    min-height: 525px;
  }

  .sticky-image {
    width: 450px;
    min-width: 450px;
    height: 450px;
    min-height: 450px;
    top: 110px;
  }

  .background-5.action-background {
    background-image: url('../images/B08.jpg');
    background-position: 50%;
  }

  .number-circle {
    width: 500px;
    height: 500px;
  }

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

  .tab-grid {
    grid-column-gap: 72px;
  }

  .margin-bottom.margin-large {
    margin-bottom: 4rem;
  }

  .margin-bottom.margin-medium {
    margin-bottom: 3rem;
  }

  .home-story-content {
    background-color: #fff;
  }

  .text-size-regular.dual-paragraph.text-color-grey {
    color: #353535;
    font-size: 20px;
  }

  .home-feature-text {
    color: #fff;
  }

  .text-size-small.text-align-center.text-color-white {
    color: #fff;
    text-align: center;
  }

  .heading-style-h1.text-color-white {
    color: #fff;
  }

  .slide-wrapper {
    justify-content: center;
    align-items: center;
  }

  .slider-right {
    background-color: var(--coral);
  }

  .inner-hero-text {
    max-width: 750px;
  }

  .xxl-heading-3 {
    font-size: 68px;
  }

  .project-image-cover, .project-image-cover-2 {
    height: 550px;
    min-height: 550px;
  }

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

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

  .dropdown-toggle-2:hover {
    background-color: #fdfdfd00;
  }

  .icon-3 {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .grid-wrapper {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  }

  .slider-arrow {
    bottom: 0;
  }

  .nav-link {
    letter-spacing: 3px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link:lang(nl) {
    letter-spacing: 1px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav-link._02 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    max-width: 900px;
  }

  .nav-menu:lang(nl) {
    justify-content: center;
    align-items: center;
  }

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

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

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

  .action-banner.introduction {
    min-height: 680px;
  }

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

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

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

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

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

  .project-image {
    min-height: 450px;
  }

  .menu-items:lang(nl) {
    padding-right: 0;
  }

  .team-background-image.three.home {
    background-image: url('../images/IMG20240628184543_01.jpg1.jpg');
  }

  .team-background-image.four {
    background-size: cover;
  }

  .team-background-image.four.home {
    background-image: url('../images/IMG20240817215951.jpg1.jpg');
  }

  .team-background-image.home._01 {
    background-image: url('../images/IMG20240616163034.jpg1.jpg');
  }

  .hero-video-wrapper {
    max-width: 750px;
  }

  .image-9._02 {
    flex: 0 auto;
    order: 0;
    width: 14px;
    height: 14px;
    right: 20px;
  }

  .image-10._02 {
    width: 14px;
    height: 14px;
    right: 20px;
  }

  .intro-box {
    min-height: 500px;
  }

  .sticky-image-box {
    min-height: 550px;
  }

  .sticky-box-list {
    max-width: 600px;
  }

  .sticky-image {
    width: 475px;
    min-width: 475px;
    height: 475px;
    min-height: 475px;
  }

  .number-circle {
    width: 550px;
    height: 550px;
  }

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

  .stacked-intro-2 {
    padding-right: 40px;
  }

  .tab-grid {
    grid-column-gap: 80px;
  }

  .form-full {
    margin-top: 40px;
  }

  .project-image-cover {
    height: 600px;
    min-height: 600px;
  }

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

  .section-23 {
    height: auto;
  }

  .div-block-3 {
    background-image: url('../images/camping_1.jpg');
    background-repeat: repeat-y;
    background-size: contain;
    background-attachment: scroll;
    height: 580px;
  }

  .featured-project-content-2 {
    min-height: 500px;
  }

  .project-image-cover-2 {
    height: 600px;
    min-height: 600px;
  }

  .slide-3 {
    height: 100%;
  }

  .home-hero-3 {
    min-height: 640px;
  }

  .slider-background-4 {
    height: auto;
  }

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

  .body-display-14.small {
    height: auto;
  }

  .text-block-12-copy {
    text-align: left;
  }

  .div-block-16 {
    height: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .locale {
    flex-flow: row;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

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

  .dropdown-list-2 {
    display: none;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
  }

  .locales-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .locale-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-3 {
    color: #000;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity .4s;
  }

  .link-3:hover {
    opacity: .6;
  }

  .link-3.w--current {
    color: #000;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: opacity .4s;
  }

  .link-3.w--current:hover {
    opacity: .6;
  }

  .icon-2 {
    width: 14px;
    height: 14px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-toggle {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .icon-3 {
    margin-right: -10px;
  }

  .image-91._02 {
    flex: 0 auto;
    order: 0;
    width: 14px;
    height: 14px;
    right: 20px;
  }

  .nav-link-mob {
    letter-spacing: 3px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-mob:lang(nl) {
    letter-spacing: 1px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav-link-mob._02 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-copy {
    letter-spacing: 3px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-copy:lang(nl) {
    letter-spacing: 1px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav-link-copy._02 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .section.grey {
    background-image: none;
  }

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

  .background.action-background {
    background-position: 50%;
  }

  .nav-menu {
    max-width: 1020px;
  }

  .solid-button {
    background-color: var(--coral);
  }

  .action-banner.restaurant {
    min-height: 680px;
  }

  .action-banner.introduction {
    min-height: 800px;
  }

  .nav-button {
    background-color: var(--coral);
  }

  .instagram-feed {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .instagram-intro {
    grid-template-rows: auto;
  }

  .button-text._2 {
    color: #fff;
  }

  .bottom-grid-wrapper {
    grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 80px);
  }

  .hero-slide-arrow._1 {
    right: -260px;
  }

  .hero-slide-arrow._2 {
    right: 180px;
  }

  .form-block-2 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .card-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
  }

  .drp-combo_button {
    letter-spacing: 3px;
    border-radius: 8rem;
    width: auto;
    max-width: none;
    height: 60px;
    padding: 12px 32px;
  }

  .drp-combo_input {
    height: 1.4rem;
    line-height: 16px;
  }

  .drp-combo_input-copy {
    height: 1.4rem;
  }

  .hero-video-wrapper {
    max-width: 1000px;
  }

  .image-7 {
    width: 120px;
  }

  .image-8 {
    width: 200px;
  }

  .heading {
    text-align: center;
  }

  .text-block-2 {
    font-size: 20px;
    font-weight: 500;
  }

  .sticky-box-list {
    max-width: 800px;
  }

  .testimonial-strip-wrapper.tilted {
    transform: none;
  }

  .stacked-intro-2 {
    padding-right: 280px;
  }

  .body-display-5.dual-paragraph {
    padding-right: 220px;
  }

  .text-color-neutral-light {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .padding-horizontal.padding-medium {
    padding-left: 8rem;
  }

  .home-feature-text {
    max-width: 40rem;
  }

  .service-tabs {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }

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

  .div-block-7.camping {
    height: 1180px;
  }

  .heading-7 {
    margin: 0 0 60px;
  }

  .text-block-15 {
    font-size: 26px;
    line-height: 36px;
  }

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

  .section-28.small-top-padding {
    background-image: url('../images/vg231.jpg');
    background-position: 50% 100%;
  }

  .text-block-20 {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 600;
  }

  .liinin {
    background-color: var(--coral);
  }

  .icon-3 {
    margin-right: -10px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .verticle-line {
    width: 100%;
  }

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

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

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

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

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

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

  .instagram {
    height: 20vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .dropdown-list {
    position: absolute;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .menu-icon {
    width: 28px;
  }

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

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

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

  .pagination {
    padding-left: 36px;
  }

  .home-hero-intro {
    text-align: left;
    margin-bottom: 140px;
  }

  .home-hero-2 {
    height: auto;
    min-height: 93vh;
    max-height: 900px;
  }

  .hero-video-button {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 140px;
  }

  .slider-background-wrapper-2 {
    padding: 60px;
  }

  .slider-background-wrapper-2.hero-wrapper {
    height: auto;
    min-height: auto;
    padding-left: 60px;
  }

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

  .bottom-grid-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .hero-slide-arrow {
    left: 101px;
    right: auto;
  }

  .grid-wrapper-2 {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .video-hover-button {
    width: 120px;
    height: 120px;
  }

  .featured-location {
    width: auto;
    margin-left: 106px;
  }

  .home-hero-content {
    grid-column-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr auto;
    padding-top: 140px;
    padding-left: 36px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .split-content.testimonials-right {
    max-width: none;
  }

  .split-content.testimonials-left {
    margin-bottom: 40px;
  }

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

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

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

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

  .card-2 {
    border-bottom: 1px solid #8e93a526;
    min-height: 250px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .navigation-column {
    position: relative;
    top: auto;
  }

  .footer-info {
    grid-row-gap: 80px;
  }

  .brand-2 {
    padding-left: 0;
  }

  .section-title {
    grid-column-gap: 18px;
    grid-template-columns: 24px 1fr;
    padding-top: 60px;
    padding-bottom: 80px;
    padding-right: 60px;
  }

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

  .content-wrapper {
    grid-template-columns: 1fr 1fr 1fr 7%;
  }

  .about-wrapper-2 {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding-top: 80px;
  }

  .grey-cover-2 {
    margin-left: 65px;
  }

  .about-images {
    margin-left: 65px;
    overflow: auto;
  }

  .team-image-location {
    display: none;
  }

  .hero-video-wrapper {
    width: 85vw;
  }

  .scroll-arrow-2 {
    min-width: 16px;
  }

  .sticky-image-bar {
    display: none;
  }

  .intro-box {
    min-height: auto;
  }

  .sticky-box-list {
    grid-row-gap: 80px;
    max-width: 700px;
    padding-bottom: 0;
  }

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

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

  .mobile-intro-box-image {
    width: 100%;
    height: 375px;
    margin-bottom: 48px;
    display: flex;
  }

  .grid-wrapper-6 {
    grid-row-gap: 48px;
  }

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

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

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

  .looping-screen {
    height: 40vw;
    min-height: 375px;
  }

  .number-circle {
    width: 400px;
    height: 400px;
  }

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

  .number-wrapper {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .stacked-heading-2 {
    grid-row-gap: 28px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-full-bleed {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper-2.is-2 {
    max-width: 20rem;
    transform: translate(2.5rem, 30%);
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .service-info {
    padding-top: 0;
    padding-bottom: 0;
  }

  .stacked-title-3 {
    grid-row-gap: 24px;
  }

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

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

  .service-item {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

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

  .large-growing-images.small {
    height: 45vw;
    min-height: 400px;
  }

  .grid-wrapper-9 {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

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

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

  .grid-wrapper-10 {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  .hover-cover {
    display: none;
  }

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

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

  .content-stacked {
    grid-row-gap: 80px;
  }

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

  .skills-item.right-top {
    border-top-style: none;
  }

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

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

  .form-4 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .form-block-4 {
    align-items: center;
    padding-bottom: 0;
  }

  .quick-link-box {
    border-top: 1px solid #ffffff1a;
    padding-bottom: 120px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .form-wrapper {
    border-left: 1px solid #ffffff1a;
    padding-bottom: 160px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .team-info-2 {
    padding: 60px 48px;
  }

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

  .home-feature-top-content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-regular.dual-paragraph.text-color-grey {
    column-count: 1;
  }

  .heading-style-h2 {
    font-size: 3rem;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-gallery-height {
    height: 60vw;
    min-height: 22.5rem;
  }

  .home-gallery-strip {
    grid-column-gap: .25rem;
  }

  .home-gallery-block {
    margin-top: -5vw;
    margin-bottom: -15vw;
  }

  .heading-style-h1 {
    font-size: 6rem;
  }

  .home-gallery-item {
    width: 50vw;
  }

  .home-venue-grid {
    grid-column-gap: 2.5rem;
    grid-template-columns: .4fr 1fr 3rem;
  }

  .home-venue-block {
    padding-bottom: 6rem;
  }

  .heading-style-h3 {
    font-size: 2.8rem;
  }

  .venue-image-item {
    padding-top: 100%;
    position: relative;
  }

  .home-venue-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .banner-h3 {
    font-size: 30px;
  }

  .slide-banner {
    width: 100%;
    display: none;
  }

  .author-image {
    margin-bottom: 10px;
  }

  .checkbox-base {
    height: auto;
    min-height: 100px;
  }

  .slide-wrapper {
    flex-direction: column;
  }

  .slide-content-2 {
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .banner-content {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .author-testimonial {
    flex-direction: column;
    align-items: flex-start;
  }

  .banner-logo {
    padding-top: 26px;
    padding-bottom: 26px;
  }

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

  .inner-hero-wrapper {
    padding-top: 180px;
    padding-bottom: 200px;
    padding-left: 0;
  }

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

  .inner-page-hero-2 {
    padding-top: 80px;
  }

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

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

  .overview-wrapper {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

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

  .project-banner-2 {
    min-height: 450px;
  }

  .service-link-2 {
    min-height: 60px;
  }

  .services-tab-menu {
    min-height: auto;
  }

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

  .service-image-2 {
    min-height: 350px;
  }

  .service-info-2 {
    padding-right: 0;
  }

  .service-tabs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    align-content: start;
    padding-bottom: 80px;
  }

  .service-examples {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .services-verticle-line {
    display: none;
  }

  .services-tab-wrapper {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .section-bottom-line {
    display: none;
  }

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

  .testimonial-arrow-line {
    margin-bottom: 170px;
  }

  .testimonial-slide-arrow {
    top: auto;
    bottom: 120px;
  }

  .testimonial-slide-arrow.right {
    top: auto;
  }

  .testimonial-content-2 {
    max-width: 525px;
  }

  .banner-content-3 {
    min-height: 700px;
    padding-top: 160px;
    padding-bottom: 220px;
  }

  .project-card-3 {
    cursor: default;
  }

  .solid-view-circle {
    display: none;
  }

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

  .project-image-3 {
    height: 60vw;
    min-height: 550px;
  }

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

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

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

  .filter_block-header {
    align-items: start;
    padding-left: 1rem;
  }

  .slider-arrow-2 {
    left: 0;
  }

  .slider-arrow-2.right {
    left: 84px;
  }

  .blank-line {
    padding: 0;
  }

  .slider-top-line {
    grid-template-columns: 0 60px 24px 60px auto;
  }

  .featured-project-content {
    min-height: 650px;
  }

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

  .right-column {
    display: none;
  }

  .story-wrapper-2 {
    border-right-style: none;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .separator-line-fill {
    display: none;
  }

  .video-row {
    min-height: 475px;
  }

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

  .slider-arrow-3 {
    left: 0;
  }

  .slider-arrow-3.right {
    left: 84px;
  }

  .featured-project-content-2 {
    min-height: 650px;
  }

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

  .story-wrapper-3 {
    border-right-style: none;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .project-image-4 {
    height: 60vw;
    min-height: 550px;
  }

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

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

  .overview-wrapper-copy {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

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

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

  .section-28.small-top-padding {
    padding-top: 60px;
  }

  .ms-column {
    width: 47%;
  }

  .ms-column.width-2-3 {
    width: 100%;
  }

  .ms-button {
    position: relative;
  }

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

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

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

  .section-30 {
    height: auto;
  }

  .content-wrap {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .left {
    width: 100%;
    height: 230px;
  }

  .right {
    width: auto;
    display: none;
  }

  .form-wrap-2 {
    max-width: 470px;
  }

  .section_payment {
    padding-top: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .instagram {
    height: 40vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .about-list {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .team-member-wrapper {
    padding: 24px 0 48px 24px;
  }

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

  .project-details {
    grid-row-gap: 48px;
  }

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

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

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

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

  .box-item, .core-value {
    grid-row-gap: 48px;
  }

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

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

  .horizontal-journal-card {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .journal-grid {
    padding: 36px 0 36px 36px;
  }

  .journal-image {
    min-height: 275px;
  }

  .journal-info {
    grid-row-gap: 24px;
    padding: 0 12px 12px;
  }

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

  .team-portrait-wrapper {
    position: relative;
    top: auto;
  }

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

  .post-author-card {
    padding: 36px;
  }

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

  .pagination {
    margin-top: 6px;
    padding-left: 30px;
  }

  .home-hero-intro {
    grid-row-gap: 24px;
    text-align: center;
    margin-bottom: 48px;
  }

  .home-hero-2 {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .hero-video-button {
    margin-bottom: 48px;
  }

  .slider-background-wrapper-2 {
    flex-direction: row;
    padding: 20px;
  }

  .slider-background-wrapper-2.hero-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .bottom-grid-wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  }

  .hero-slide-arrow {
    left: 36px;
  }

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

  .video-hover-button {
    width: 100px;
    height: 100px;
  }

  .featured-location {
    margin-left: 70px;
  }

  .featured-location-icon {
    display: none;
  }

  .home-hero-content {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .testimonial-slider-image-wrapper {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .bg.testimonials-02 {
    max-width: 40%;
    top: -96px;
    right: -33px;
  }

  .bg.testimonials-01 {
    max-width: 40%;
    bottom: -101px;
    left: -71px;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 110px;
  }

  .split-content.testimonials-right {
    max-width: 100%;
  }

  .testimonial-wrapper-2 {
    flex-direction: column;
    padding: 40px 30px;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    bottom: 40px;
  }

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

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

  .card-2 {
    min-height: 225px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-info {
    grid-row-gap: 60px;
  }

  .footer-verticle-line {
    display: none;
  }

  .section-title {
    grid-column-gap: 12px;
    padding-right: 36px;
  }

  .section-title.no-bottom-padding {
    padding-top: 36px;
  }

  .footer-credit {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .footer-content-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .about-wrapper-2 {
    padding-top: 60px;
    padding-left: 0;
  }

  .grey-cover-2 {
    margin-left: 0;
  }

  .about-image-item {
    min-width: 200px;
    min-height: 200px;
  }

  .about-images {
    margin-left: 0;
  }

  .disclaimer-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .drp-combo_block {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-video-wrapper {
    grid-row-gap: 12px;
    width: 95vw;
  }

  .stacked-intro {
    grid-row-gap: 36px;
  }

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

  .mobile-intro-box-image {
    height: 325px;
  }

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

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

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

  .number-circle {
    width: 325px;
    height: 325px;
  }

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

  .body-display-5.dual-paragraph {
    column-count: 1;
  }

  .stacked-heading-2 {
    grid-row-gap: 24px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-full-bleed {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .content-wrapper-2 {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
    transform: translate(0, 30%);
  }

  .content-wrapper-2.is-2 {
    inset: auto 0% 0%;
    transform: translate(0, 50%);
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .service-info {
    grid-row-gap: 48px;
  }

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

  .service-list {
    grid-row-gap: 100px;
  }

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

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

  .large-growing-images {
    height: 65vw;
    min-height: 300px;
  }

  .large-growing-images.small {
    height: 60vw;
    min-height: auto;
  }

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

  .projects-grid {
    grid-row-gap: 60px;
  }

  .projects-2 {
    grid-row-gap: 80px;
  }

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

  .project-wrapper {
    padding-bottom: 60px;
  }

  .project-image-2 {
    height: auto;
    min-height: 400px;
  }

  .content-stacked {
    grid-row-gap: 80px;
  }

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

  .service-item-2 {
    grid-row-gap: 80px;
  }

  .form-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-link-box {
    grid-row-gap: 60px;
    padding-bottom: 100px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .link-wrapper.horizontal {
    grid-column-gap: 18px;
  }

  .form-wrapper {
    padding: 60px 36px 120px;
  }

  .submit-button-2 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .team-info-2 {
    grid-row-gap: 36px;
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-color: #ffffff1a;
    border-left-style: solid;
    margin-bottom: 60px;
    padding: 48px;
  }

  .team-info-2.end {
    margin-bottom: 0;
  }

  .sticky-portrait-wrapper {
    height: 80vh;
    min-height: 650px;
    position: relative;
    top: 0;
  }

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

  .stacked-intro-3 {
    grid-row-gap: 36px;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .featured-block {
    grid-template-columns: 1rem 1fr 1rem;
    padding-top: 9rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.35rem;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-gallery-height {
    height: 120vw;
    min-height: 10rem;
    max-height: 100vh;
  }

  .home-gallery-block {
    margin-top: 0;
    margin-bottom: -8vw;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

  .home-gallery-item {
    width: 100vw;
  }

  .home-venue-grid {
    grid-column-gap: 1rem;
  }

  .home-venue-block {
    padding-bottom: 5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .help-block {
    top: 0;
    right: 0;
  }

  .form-wrapper-2 {
    width: 100%;
  }

  .checkbox-base {
    min-height: 80px;
  }

  .previous-placeholder {
    z-index: 6;
    position: fixed;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .button-wrapper {
    display: none;
  }

  .next-placeholder {
    z-index: 6;
    position: fixed;
  }

  .form-content {
    width: 100%;
    min-width: auto;
  }

  .xxl-heading-3 {
    font-size: 38px;
  }

  .inner-bottom {
    height: 60px;
  }

  .inner-hero-wrapper {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .scroll-link, .scroll-link.light {
    display: none;
  }

  .inner-page-hero-2 {
    padding-top: 65px;
  }

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

  .service-link-2 {
    border: 1px solid #8e93a526;
    min-height: 48px;
    padding: 12px 18px;
  }

  .horizontal-line-fill.blank {
    opacity: 1;
  }

  .services-tab-menu {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    margin-top: -60px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
  }

  .vertical-line-fill.blank {
    opacity: 1;
  }

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

  .service-image-2 {
    min-height: 250px;
  }

  .service-examples {
    grid-row-gap: 36px;
  }

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

  .testimonial-slide-arrow {
    width: 80px;
    height: 80px;
    bottom: 130px;
  }

  .circle-link-text {
    padding-right: 40px;
  }

  .circle-link-text.left {
    grid-column-gap: 9px;
    padding-left: 40px;
  }

  .circle-outline {
    width: 80px;
    height: 80px;
  }

  .slider-link-text {
    display: block;
  }

  .banner-content-3 {
    min-height: 600px;
    padding-top: 140px;
    padding-bottom: 212px;
  }

  .circle-button {
    width: 80px;
    height: 80px;
  }

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

  .project-image-3 {
    height: 50vw;
    min-height: 450px;
  }

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

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

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

  .heading-small {
    font-size: 1rem;
  }

  .slider-arrow-2 {
    bottom: 50px;
  }

  .slider-line {
    grid-template-rows: auto 80px;
  }

  .slider-bottom-3 {
    height: 80px;
    bottom: 60px;
  }

  .featured-project-content {
    min-height: 475px;
  }

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

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

  .story-wrapper-2 {
    grid-row-gap: 48px;
  }

  .video-row {
    min-height: 400px;
    margin-bottom: -60px;
  }

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

  .slider-arrow-3 {
    bottom: 50px;
  }

  .featured-project-content-2 {
    min-height: 475px;
  }

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

  .story-wrapper-3 {
    grid-row-gap: 48px;
  }

  .project-image-4 {
    height: 50vw;
    min-height: 450px;
  }

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

  .section-name {
    display: none;
  }

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

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

  .section-28.small-top-padding {
    padding-top: 36px;
  }

  .ms-column {
    width: 100%;
  }

  .ms-column.width-1-4 {
    width: 47%;
    margin-bottom: 5%;
  }

  .ms-column.width-1-2 {
    width: 100%;
  }

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

  .form-6 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .grid-wrapper {
    grid-template-rows: auto;
  }

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

  .slider-arrow {
    width: 120px;
    height: 120px;
    padding-left: 60px;
    top: auto;
    bottom: 140px;
    left: -60px;
  }

  .slider-arrow.right {
    width: 120px;
    padding-right: 60px;
    display: flex;
    right: -60px;
  }

  .navbar {
    z-index: 500;
  }

  .nav-right {
    grid-template-columns: auto;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link:hover {
    opacity: .9;
  }

  .nav-link._02 {
    border-top-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link.sign-up {
    background-color: var(--coral);
    color: #fff;
  }

  .nav-link.langerous {
    background-color: #f1f1f1;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin-left: 0;
    margin-right: auto;
    position: relative;
    left: auto;
  }

  .nav-link.lg {
    border-style: none;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav-link.lg:hover {
    background-color: #fff0;
  }

  .navigation-content {
    background-color: #fff0;
    width: 100%;
  }

  .nav-menu {
    background-color: #fff;
    margin-top: -10px;
    padding-left: 0;
    padding-right: 0;
  }

  .brand.w--current {
    width: 100px;
  }

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

  .dual-wrapper {
    grid-row-gap: 48px;
  }

  .medium-stacked-intro {
    grid-row-gap: 24px;
    width: 100%;
    max-width: none;
  }

  .half-wrapper {
    grid-template-rows: auto;
  }

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

  .featured-work-slider {
    padding-bottom: 236px;
  }

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

  .project-grid {
    padding-top: 28px;
    padding-bottom: 48px;
    padding-left: 28px;
  }

  .verticle-line, .nav-button {
    display: none;
  }

  .hero-intro {
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .showreel-info.haven {
    padding-top: 100px;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .instagram-feed {
    grid-column-gap: 60px;
    flex-flow: column;
    margin-left: 0;
  }

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

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

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

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

  .about-content {
    padding-left: 30px;
    padding-right: 0;
  }

  .inner-page-hero {
    min-height: 700px;
    padding-top: 104px;
  }

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

  .benefits-row {
    border-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .number-item {
    grid-row-gap: 20px;
    border: .5px solid var(--pinstripe);
    height: 128px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .sticky-intro {
    grid-template-columns: 1fr;
    width: 100%;
    overflow: visible;
  }

  .hero-top {
    padding-top: 36px;
    padding-bottom: 36px;
  }

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

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

  .post-body {
    padding: 24px 0 48px 24px;
  }

  .projects-hero {
    min-height: 93vh;
  }

  .slide-content {
    padding-top: 124px;
    padding-bottom: 260px;
  }

  .project-hero-bottom {
    display: none;
  }

  .contact-form-wrapper {
    flex-flow: column;
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

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

  .service-bottom-content {
    padding-top: 36px;
  }

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

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

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

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

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

  .box-item {
    grid-row-gap: 36px;
  }

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

  .horizontal-journal-card {
    grid-row-gap: 24px;
  }

  .journal-grid {
    padding: 24px 0 24px 24px;
  }

  .popular-posts-list {
    grid-row-gap: 36px;
  }

  .popular-post-card {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .popular-post-info {
    grid-row-gap: 6px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hover-circle-wrapper {
    padding: 40px;
  }

  .menu-icon-wrapper {
    padding-left: 18px;
  }

  .collection-list-wrapper-3 {
    padding-bottom: 18px;
  }

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

  .post-author-card {
    padding: 24px;
  }

  .vericle-journal-info {
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-items {
    display: none;
  }

  .menu-items.mob {
    display: flex;
  }

  .pagination {
    margin-top: 0;
    padding-left: 28px;
  }

  .video-icon {
    width: 12px;
  }

  .home-hero-intro {
    margin-bottom: 0;
  }

  .home-hero-2 {
    min-height: 70vh;
  }

  .hero-video-button {
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    display: flex;
  }

  .slider-background-wrapper-2 {
    min-height: auto;
    padding: 51px 6% 40px;
    position: relative;
  }

  .slider-background-wrapper-2.hero-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xxl-heading-2 {
    text-align: left;
    font-size: 38px;
  }

  .bottom-grid-wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  }

  .hero-slide-arrow {
    border-right-style: solid;
    width: 60px;
    height: 60px;
    margin-left: 0;
    inset: auto 0 0% auto;
  }

  .hero-slide-arrow.left {
    border-radius: 0;
    bottom: 60px;
  }

  .hero-slide-arrow._1 {
    justify-content: center;
    align-items: center;
    height: 60px;
    bottom: 60px;
    right: 0;
  }

  .hero-slide-arrow._2 {
    height: 60px;
  }

  .grid-wrapper-2 {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .video-hover-button {
    width: 95px;
    height: 95px;
  }

  .featured-location {
    height: auto;
    margin-left: 0;
    margin-right: 60px;
    padding: 18px 18px 18px 24px;
  }

  .slider-bottom-2 {
    height: 120px;
  }

  .featured-location-icon {
    display: none;
  }

  .home-hero-content {
    grid-row-gap: 48px;
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .subtitle-2.white {
    text-align: left;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .featured-location-heading {
    font-size: 18px;
  }

  .testimonial-slider-image-wrapper {
    margin-bottom: 24px;
  }

  .bg.testimonials-02 {
    top: -31px;
  }

  .bg.testimonials-01 {
    bottom: -67px;
    left: -67px;
  }

  .left-arrow {
    bottom: 16px;
    right: 100px;
  }

  .testimonial-image {
    max-width: 90px;
  }

  .testimonial-name-2 {
    font-size: 20px;
  }

  .testimonials-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .paragraph.testimonial {
    font-size: 18px;
  }

  .button-primary {
    display: block;
  }

  .testimonial-wrapper-2 {
    padding-bottom: 102px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .right-arrow {
    bottom: 16px;
    right: 30px;
  }

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

  .card-2 {
    min-height: 200px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .navigation-column {
    position: relative;
    top: 0;
  }

  .stacked-title {
    margin-bottom: 40px;
  }

  .verticle-line-2.dark {
    display: none;
  }

  .section-title {
    grid-template-columns: 1fr;
    padding-top: 24px;
    padding-bottom: 48px;
    padding-right: 18px;
  }

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

  .footer-credit {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .footer-content-2 {
    grid-row-gap: 0px;
  }

  .horizontal-line-3 {
    display: none;
  }

  .content-wrapper {
    grid-template-columns: 1fr 1fr 1fr 2%;
  }

  .horizontal-line-4 {
    display: none;
  }

  .card-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .drp-combo_component {
    width: 100%;
  }

  .drp-combo_block {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .drp-combo_component-copy {
    width: 100%;
  }

  .hero-video-wrapper {
    grid-row-gap: 12px;
    padding: 4px;
  }

  .image-9._02, .image-10._02 {
    right: 0;
  }

  .tips1, .tips2, .tips3, .tips4 {
    font-size: 24px;
  }

  .image-13 {
    margin-top: -26px;
  }

  .div-block {
    height: 80px;
  }

  .section-9 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .mobile-intro-box-image {
    height: 275px;
  }

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

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

  .looping-screen {
    min-width: 175px;
    min-height: 240px;
  }

  .number-circle {
    width: 80vw;
    height: 80vw;
  }

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

  .number {
    font-size: 42px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-wrapper {
    aspect-ratio: 4 / 3;
  }

  .image-absolute {
    position: relative;
  }

  .section_full-image {
    margin-top: 160px;
    padding-bottom: 160px;
  }

  .section_home-management {
    padding-top: 0;
  }

  .content-wrapper-2 {
    width: 90%;
    transform: translate(0, 110px);
  }

  .content-wrapper-2.is-2 {
    margin-left: auto;
    margin-right: auto;
    transform: translate(0, 120px);
  }

  .service-info, .content-wrapper-3 {
    grid-row-gap: 36px;
  }

  .growing-image.right {
    border-radius: 0;
    height: auto;
    display: block;
  }

  .growing-image.left {
    height: auto;
  }

  .heading-2 {
    font-size: 36px;
  }

  .body-display-6 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .large-growing-images {
    min-height: auto;
  }

  .large-growing-images.small {
    height: 55vw;
    min-height: auto;
  }

  .content-wrapper-4 {
    grid-row-gap: 36px;
  }

  .projects-grid {
    grid-row-gap: 48px;
  }

  .project-meta-2 {
    grid-column-gap: 9px;
    grid-template-columns: auto 1fr auto;
    justify-content: center;
  }

  .projects-2 {
    grid-row-gap: 60px;
  }

  .project-wrapper {
    padding-bottom: 40px;
  }

  .project-image-2 {
    height: 90vw;
    min-height: 300px;
  }

  .project-line {
    width: 100%;
    min-width: 24px;
  }

  .content-stacked, .content-stacked.medium {
    grid-row-gap: 60px;
  }

  .section-15 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .tab-bottom-content {
    padding: 36px 24px;
  }

  .service-item-2 {
    grid-row-gap: 80px;
  }

  .quick-link-item {
    width: 90vw;
    display: block;
    overflow: visible;
  }

  .form-4 {
    padding-top: 0;
  }

  .quick-link-icon {
    margin-bottom: 10px;
  }

  .quick-link-list {
    width: 90vw;
    margin-top: 20px;
  }

  .hero-section {
    min-height: 93vh;
  }

  .form-block-4 {
    grid-row-gap: 80px;
  }

  .quick-link-box {
    grid-row-gap: 36px;
    padding-bottom: 90px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .circle-link.extra-small {
    width: 72px;
    height: 72px;
    padding-left: 10px;
    font-size: 8px;
  }

  .link-wrapper.horizontal {
    grid-column-gap: 9px;
    margin-top: -36px;
  }

  .form-wrapper {
    padding: 48px 24px 90px;
  }

  .text-block-8 {
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: row;
    width: 100%;
    font-size: 14px;
    display: block;
    overflow: visible;
  }

  .team-info-2 {
    grid-template-rows: auto;
    padding: 36px 24px;
  }

  .sticky-portrait-wrapper {
    height: 65vh;
    min-height: 425px;
  }

  .section-16 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-horizontal.padding-medium {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-gallery-height {
    height: 125vw;
  }

  .home-gallery-block {
    margin-top: -15vw;
    margin-bottom: -35vw;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .slider-3 {
    height: auto;
    min-height: auto;
  }

  .checkbox-base {
    margin-bottom: 15px;
  }

  .slide-wrapper {
    height: auto;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
  }

  .slide-content-2 {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .slide-content-2.camping {
    padding-top: 40px;
  }

  .checkbox-icon {
    margin-right: 10px;
  }

  .form-title-wrap {
    width: 100%;
  }

  .text-field-3.camping {
    min-height: 40px;
  }

  .form-content {
    width: 100%;
  }

  .ms-radio-wrap {
    align-items: flex-start;
    display: flex;
  }

  .xxl-heading-3 {
    font-size: 34px;
  }

  .inner-bottom {
    height: 48px;
  }

  .inner-bottom.large {
    height: 80px;
  }

  .journal-right-hero {
    display: none;
  }

  .inner-hero-wrapper {
    border-right-style: none;
  }

  .overview-wrapper {
    padding-top: 24px;
  }

  .button-3 {
    padding: 18px 28px;
  }

  .service-link-2 {
    font-size: 10px;
  }

  .services-tab-menu {
    margin-top: 0;
    padding: 12px 12px 12px 0;
  }

  .service-info-2 {
    grid-column-gap: 18px;
    padding-right: 0;
  }

  .dual-title {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .project-slider {
    width: 90vw;
  }

  .project-arrow-2.right {
    display: flex;
  }

  .project-card-2 {
    min-height: 350px;
    padding: 24px;
  }

  .fill {
    height: 58px;
  }

  .circle-link-text {
    grid-auto-flow: column;
    padding-right: 35px;
  }

  .circle-link-text.left {
    grid-column-gap: 18px;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    padding-left: 35px;
  }

  .testimonial-content-2 {
    grid-row-gap: 24px;
  }

  .slider-link-text {
    display: block;
  }

  .banner-content-3 {
    min-height: 600px;
    padding-top: 120px;
    padding-bottom: 212px;
  }

  .project-card-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .dual-title-2 {
    grid-row-gap: 24px;
  }

  .stacked-content-2 {
    grid-row-gap: 36px;
  }

  .project-card-top {
    grid-column-gap: 6px;
    grid-row-gap: 9px;
  }

  .project-card-bottom {
    grid-row-gap: 9px;
    text-align: left;
  }

  .project-image-3 {
    min-height: 375px;
  }

  .section-23 {
    height: auto;
  }

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

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

  .vertical-line {
    display: none;
  }

  .slider-top-line {
    grid-template-columns: 18px 60px 24px 60px auto;
    margin-left: -18px;
  }

  .slider-bottom-3 {
    bottom: 48px;
  }

  .featured-project-content {
    min-height: 400px;
  }

  .video-row {
    min-height: 275px;
    margin-bottom: -48px;
  }

  .slider-arrow-3.right {
    display: flex;
  }

  .featured-project-content-2 {
    min-height: 400px;
  }

  .project-image-4 {
    height: 420px;
    min-height: auto;
  }

  .home-hero-3 {
    min-height: 93vh;
  }

  .xxl-heading-4 {
    font-size: 36px;
  }

  .div-block-7 {
    background-image: linear-gradient(#0000, #0000), url('../images/campmap.jpg');
    background-size: auto, cover;
    height: 310px;
  }

  .div-block-7.haven {
    height: 240px;
  }

  .div-block-7.camping {
    height: 210px;
  }

  .section-27 {
    margin-top: 40px;
  }

  .overview-wrapper-copy {
    align-self: center;
    padding-top: 24px;
  }

  .div-block-9 {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: auto;
  }

  .div-block-10 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .w {
    width: auto;
    height: 70px;
  }

  .g, .div-block-11 {
    height: 70px;
  }

  .section-28.small-top-padding {
    padding-top: 140px;
  }

  .background-cover {
    opacity: .8;
  }

  .outline-card {
    margin-top: 0;
  }

  .link-block {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .ms-input-2.is-fake-token {
    width: 33.5px;
  }

  .ms-input-wrap-4.is-token {
    overflow: hidden;
  }

  .ms-column.width-1-4 {
    align-items: flex-start;
  }

  .ms-token-input {
    letter-spacing: 30.5px;
    margin-left: 0;
    font-size: 20px;
  }

  .ms-checkbox-wrap {
    display: flex;
  }

  .ms-rich_form-field_editor {
    max-width: none;
  }

  .ms-button {
    width: 100%;
    min-height: auto;
    padding: .6em 1.3em;
    font-size: 14px;
    font-style: normal;
  }

  .ms-button.is-light {
    max-width: 100vw;
  }

  .div-block-14 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .div-block-15 {
    grid-template-columns: 1fr;
    height: auto;
  }

  .form-block-5 {
    width: 90vw;
  }

  .grid-wrapper-25 {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 90vw) minmax(5vw, 1fr);
  }

  .stacked-heading-5 {
    width: 90vw;
  }

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

  .text-block-20 {
    font-size: 24px;
  }

  .payment_content-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .liinin {
    display: none;
  }

  .heading-16 {
    width: auto;
  }

  .switch {
    border-style: solid none none;
    border-width: 1px;
    border-color: var(--pinstripe) black black;
    background-color: #fff;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .dropdown-list-2 {
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-list-2.w--open {
    width: auto;
    margin-left: 0;
    padding-bottom: 0;
    display: block;
    left: auto;
  }

  .dropdown-toggle {
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
    position: relative;
  }

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

  .dropdown-2 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .dropdown-toggle-2 {
    background-color: #fff;
  }

  .dropdown-toggle-2._02 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-toggle-2._02:hover {
    background-color: #fff;
  }

  .icon-3 {
    z-index: 20;
    margin-left: 0;
    margin-right: 80px;
  }

  .dropdown-list-3 {
    opacity: 0;
  }

  .div-block-18 {
    background-color: #f5f5f5;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .dropdown-link-2 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 45vw;
  }

  .image-15 {
    margin-left: 35vw;
  }

  .dropdown-3-copy {
    background-color: #fff;
    width: 100%;
    height: auto;
  }

  .image-91 {
    z-index: 20;
  }

  .image-91._02 {
    right: 0;
  }

  .div-block-19 {
    display: block;
  }

  .nav-link-mob {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link-mob:hover {
    opacity: .9;
  }

  .nav-link-mob._02 {
    border-top-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-mob.sign-up {
    background-color: var(--coral);
    color: #fff;
  }

  .nav-link-mob.langerous {
    background-color: #f1f1f1;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin-left: 0;
    margin-right: auto;
    position: relative;
    left: auto;
  }

  .nav-link-mob.lg {
    justify-content: center;
    align-items: center;
  }

  .nav-link-mob.lg:hover {
    background-color: #fff0;
  }

  .nav-link-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link-copy:hover {
    opacity: .9;
  }

  .nav-link-copy._02 {
    border-top-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-copy.sign-up {
    background-color: var(--coral);
    color: #fff;
  }

  .nav-link-copy.langerous {
    background-color: #f1f1f1;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin-left: 0;
    margin-right: auto;
    position: relative;
    left: auto;
  }

  .nav-link-copy.lg {
    justify-content: center;
    align-items: center;
  }

  .nav-link-copy.lg:hover {
    background-color: #fff0;
  }
}

#w-node-_976f5e48-01dd-d4bc-ab98-9e9275ff6aab-02b3061a {
  align-self: center;
}

#w-node-_976f5e48-01dd-d4bc-ab98-9e9275ff6aad-02b3061a {
  place-self: center;
}

#w-node-_5f80f3fa-2a38-e640-62fb-2413addda2e7-02b3061a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_5f80f3fa-2a38-e640-62fb-2413addda2e8-02b3061a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_96e85469-b2ee-78fb-4612-dd4f85a8edf3-02b3061a {
  justify-self: end;
}

#w-node-_0a6d871a-5dbc-a21a-e92e-2890004b4e53-02b3061a {
  place-self: center start;
}

#w-node-_5f80f3fa-2a38-e640-62fb-2413addda2f1-02b3061a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_5f80f3fa-2a38-e640-62fb-2413addda2fc-02b3061a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5f80f3fa-2a38-e640-62fb-2413addda2fd-02b3061a {
  place-self: center start;
}

#w-node-_5f80f3fa-2a38-e640-62fb-2413addda2ff-02b3061a {
  place-self: center stretch;
}

#w-node-_5f80f3fa-2a38-e640-62fb-2413addda300-02b3061a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5f80f3fa-2a38-e640-62fb-2413addda30a-02b3061a, #w-node-_5f80f3fa-2a38-e640-62fb-2413addda33e-02b3061a, #w-node-_2f56c9f8-6ad5-ed85-4864-602043ff5391-02b3061a {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_2a183ee7-aaeb-e36f-82f6-992d29b2aeb7-02b3061a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d440db47-823b-161c-3f50-6ace7afc9a03-02b3061a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c106bab8-0123-b188-5c41-fd9bb42d15e1-02b3061a, #w-node-_9a7397c1-3804-1b8d-9d47-c0231543464e-02b3061a, #w-node-a5503781-62bc-7a36-f470-a62d4250e756-02b3061a {
  justify-self: start;
}

#w-node-a5503781-62bc-7a36-f470-a62d4250e757-02b3061a {
  align-self: end;
}

#w-node-a5503781-62bc-7a36-f470-a62d4250e75a-02b3061a, #w-node-_0ce07434-4c8e-b1e5-37eb-c164820f6931-02b3061a, #w-node-_0ce07434-4c8e-b1e5-37eb-c164820f6935-02b3061a, #w-node-db6915f9-61b5-4fb1-2fb0-8736580d2572-02b3061a, #w-node-db6915f9-61b5-4fb1-2fb0-8736580d2576-02b3061a {
  justify-self: start;
}

#w-node-_37c9b1bf-cb8e-e73c-7ee4-ec3d3aea7661-02b3061a, #w-node-_37c9b1bf-cb8e-e73c-7ee4-ec3d3aea7663-02b3061a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_37c9b1bf-cb8e-e73c-7ee4-ec3d3aea7673-02b3061a {
  place-self: end start;
}

#w-node-_37c9b1bf-cb8e-e73c-7ee4-ec3d3aea7682-02b3061a {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_37c9b1bf-cb8e-e73c-7ee4-ec3d3aea7693-02b3061a {
  place-self: end start;
}

#w-node-_37c9b1bf-cb8e-e73c-7ee4-ec3d3aea76a2-02b3061a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_37c9b1bf-cb8e-e73c-7ee4-ec3d3aea76b2-02b3061a {
  place-self: end start;
}

#w-node-_37c9b1bf-cb8e-e73c-7ee4-ec3d3aea76c1-02b3061a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_37c9b1bf-cb8e-e73c-7ee4-ec3d3aea76cf-02b3061a {
  place-self: end start;
}

#w-node-_37c9b1bf-cb8e-e73c-7ee4-ec3d3aea76de-02b3061a {
  justify-self: end;
}

#w-node-_37c9b1bf-cb8e-e73c-7ee4-ec3d3aea76df-02b3061a {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_37c9b1bf-cb8e-e73c-7ee4-ec3d3aea76e2-02b3061a {
  justify-self: start;
}

#w-node-_37c9b1bf-cb8e-e73c-7ee4-ec3d3aea76e3-02b3061a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_1c7c7846-f698-3db4-3d23-5e4093cdec07-02b3061a {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7a68aa09-fe28-fe74-5857-887b30d4d3d1-02b3061a, #w-node-_1c7c7846-f698-3db4-3d23-5e4093cdec0a-02b3061a, #w-node-b903cd2c-e3d1-0779-8606-ea416cd046f4-02b3061a, #w-node-_1c7c7846-f698-3db4-3d23-5e4093cdec14-02b3061a, #w-node-_1ec9cb93-d476-d741-e48c-863e39b39d13-02b3061a, #w-node-_1c7c7846-f698-3db4-3d23-5e4093cdec1e-02b3061a, #w-node-bfa9fa99-6b8e-6224-807b-619f473c3ecc-02b3061a, #w-node-_2971442c-cbbc-232b-84de-c9712441060c-02b3061a {
  justify-self: center;
}

#w-node-_7f721e30-6a4b-32b8-57fb-e8c97c1a110a-02b3061a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_550bbeb3-ad12-62b2-3b32-267633ceadb3-02b3061a {
  place-self: center start;
}

#w-node-_2de0c92b-51c5-2305-1687-f7ca5a4bbcb7-02b3061a, #w-node-_2de0c92b-51c5-2305-1687-f7ca5a4bbcb8-02b3061a {
  align-self: start;
}

#w-node-_2de0c92b-51c5-2305-1687-f7ca5a4bbcbb-02b3061a {
  place-self: end start;
}

#w-node-e78e59f9-514e-944c-161b-0058991a1149-02b3061a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e78e59f9-514e-944c-161b-0058991a1150-02b3061a {
  justify-self: end;
}

#w-node-e78e59f9-514e-944c-161b-0058991a1154-02b3061a {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-e78e59f9-514e-944c-161b-0058991a115b-02b3061a {
  justify-self: end;
}

#w-node-e78e59f9-514e-944c-161b-0058991a115f-02b3061a {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-e78e59f9-514e-944c-161b-0058991a1166-02b3061a {
  justify-self: end;
}

#w-node-e78e59f9-514e-944c-161b-0058991a116a-02b3061a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e78e59f9-514e-944c-161b-0058991a1171-02b3061a {
  justify-self: end;
}

#w-node-_6bc977d1-1358-5b7b-0b1c-d3edabff5587-02b3061a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_74ff2ad0-8589-a769-953f-a567986e8f31-02b3061a {
  justify-self: end;
}

#w-node-f84f30f3-7209-950a-88d1-75374d5da6b8-02b3061a {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_3bc226e8-e01a-341e-b360-a0884ba96d08-02b3061a {
  justify-self: end;
}

#w-node-a322fe66-30db-b137-a47f-119c110dff01-02b3061a {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_113b843d-db13-f308-2865-908c84074d78-02b3061a {
  justify-self: end;
}

#w-node-_7cc31694-8360-4f81-06b1-cba5d34797d3-02b3061a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e9ca5033-453c-5532-f542-2f1327f68df7-02b3061a {
  justify-self: end;
}

#w-node-c18a8157-6065-6720-f7f6-5813599215a8-02b3061a {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-c18a8157-6065-6720-f7f6-5813599215b1-02b3061a, #w-node-c18a8157-6065-6720-f7f6-5813599215ba-02b3061a, #w-node-c18a8157-6065-6720-f7f6-5813599215c3-02b3061a, #w-node-c18a8157-6065-6720-f7f6-5813599215cc-02b3061a, #w-node-c18a8157-6065-6720-f7f6-5813599215d5-02b3061a, #w-node-c18a8157-6065-6720-f7f6-5813599215de-02b3061a {
  place-self: center;
}

#w-node-e90481db-ffda-793c-4d60-f2a3180ee38e-02b3061a {
  align-self: start;
}

#w-node-e90481db-ffda-793c-4d60-f2a3180ee38f-02b3061a {
  place-self: center;
}

#w-node-_32dde409-ca0e-16b3-84cc-e5bc104acf15-02b3061a {
  justify-self: center;
}

#w-node-b67f6c6d-5084-3e43-27e9-1027695ad97f-695ad97d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b67f6c6d-5084-3e43-27e9-1027695ad980-695ad97d {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-b67f6c6d-5084-3e43-27e9-1027695ad981-695ad97d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b67f6c6d-5084-3e43-27e9-1027695ad982-695ad97d {
  align-self: center;
}

#w-node-b67f6c6d-5084-3e43-27e9-1027695ad986-695ad97d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b67f6c6d-5084-3e43-27e9-1027695ad987-695ad97d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b67f6c6d-5084-3e43-27e9-1027695ad988-695ad97d {
  align-self: start;
}

#w-node-b67f6c6d-5084-3e43-27e9-1027695ad98b-695ad97d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b67f6c6d-5084-3e43-27e9-1027695ad98c-695ad97d {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-b67f6c6d-5084-3e43-27e9-1027695ad98d-695ad97d, #w-node-b67f6c6d-5084-3e43-27e9-1027695ad98e-695ad97d {
  align-self: start;
}

#w-node-b67f6c6d-5084-3e43-27e9-1027695ad9a7-695ad97d {
  align-self: stretch;
}

#w-node-b67f6c6d-5084-3e43-27e9-1027695ad9a8-695ad97d {
  align-self: start;
}

#w-node-b67f6c6d-5084-3e43-27e9-1027695ad9b9-695ad97d, #w-node-b67f6c6d-5084-3e43-27e9-1027695ad9bd-695ad97d, #w-node-b67f6c6d-5084-3e43-27e9-1027695ad9c1-695ad97d, #w-node-b67f6c6d-5084-3e43-27e9-1027695ad9c5-695ad97d {
  align-self: center;
}

#w-node-b67f6c6d-5084-3e43-27e9-1027695ad9c6-695ad97d {
  justify-self: stretch;
}

#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6db-3ac6a6d9 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6df-3ac6a6d9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6e4-3ac6a6d9 {
  place-self: end start;
}

#w-node-_88df97de-bae8-9125-6a6a-06eac51105ce-c51105cc {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_88df97de-bae8-9125-6a6a-06eac51105dd-c51105cc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f4541e58-89dd-18eb-f165-78858bfb7513-c51105cc, #w-node-_88df97de-bae8-9125-6a6a-06eac51105e0-c51105cc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb610-02b30642 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb611-02b30642 {
  place-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb612-02b30642, #w-node-b969a808-e524-3cc4-90ac-2fa043afb614-02b30642, #w-node-b969a808-e524-3cc4-90ac-2fa043afb617-02b30642 {
  justify-self: center;
}

#w-node-dbb57d42-b964-395b-64cb-f5b041f31e02-02b30642 {
  place-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb5fc-02b30642 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_9ed63169-669b-0dd7-6906-788712583543-02b30642 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_9ed63169-669b-0dd7-6906-788712583544-02b30642 {
  justify-self: start;
}

#w-node-_9ed63169-669b-0dd7-6906-788712583547-02b30642 {
  justify-self: center;
}

#w-node-_9762608f-4b29-bc60-0fbb-bbecdb170e03-02b30642 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b6706ec4-e43a-2119-ea98-7acfcd046844-02b30642 {
  justify-self: start;
}

#w-node-_16f69f18-0644-6e98-c3eb-059debe91807-02b30642 {
  align-self: start;
}

#w-node-_37152615-0fe1-7cf7-c187-7f2da2fa8e2a-02b30642, #w-node-_70fae85e-0726-eb25-b66c-a502b3a38036-02b30642, #w-node-_5c936675-37cd-ebc8-cd25-71394519325e-02b30642 {
  justify-self: center;
}

#w-node-_9762608f-4b29-bc60-0fbb-bbecdb170e59-02b30642 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9ae3960b-8b2e-a9f7-8e4a-7621149c4232-02b30642 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b21be0cc-59f5-5d18-08ee-084ca08c75cd-02b30642, #w-node-_94823f3f-18c8-2b72-da52-749a506b9380-02b30642 {
  justify-self: center;
}

#w-node-_7dbc3dbd-151f-7d07-a61b-1cc434192283-02b30642, #w-node-_7dbc3dbd-151f-7d07-a61b-1cc434192284-02b30642 {
  align-self: start;
}

#w-node-f1f09e54-6029-2406-2e8e-6aa3bda58d18-02b30642, #w-node-d1e55ea6-aace-f302-ef2c-69923b47c791-02b30642 {
  justify-self: center;
}

#w-node-_78002257-30af-74c3-df9e-143e2f250058-02b30642 {
  place-self: end center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476ad-9974768b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
  align-self: start;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b5-9974768b {
  justify-self: start;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476ba-9974768b {
  place-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476c0-9974768b {
  justify-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476c7-9974768b {
  place-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476cd-9974768b {
  place-self: end center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d4-9974768b {
  align-self: center;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb8fe-faecb8fb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb900-faecb8fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb902-faecb8fb {
  align-self: start;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb908-faecb8fb {
  justify-self: start;
}

#w-node-_162ae832-2422-6f93-facd-86390463cdcc-0463cdca {
  justify-self: center;
}

#scroll.w-node-_57463f39-2b43-5959-78eb-09d8e48c6165-02b30660 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_51ce841c-8d6c-91bb-b1e8-5985f0545647-02b30660 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-d24f2895-6183-db7b-f323-c5fc47580c5e-02b30660, #w-node-_3a100899-eebf-6056-6f5e-29b2d62254ce-02b30660, #w-node-_59a4a72d-7c73-70d7-a9ba-049330057105-02b30660 {
  align-self: start;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320ea-02b30660 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320eb-02b30660 {
  place-self: center;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320ec-02b30660, #w-node-_739ad824-5627-5eb8-dc3f-36456389b798-02b30660, #w-node-_0fc492cc-3f08-8800-179c-cb200d3320ee-02b30660, #w-node-b1af9500-e175-eb02-775d-82b1f334f3fc-02b30660 {
  justify-self: center;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320f0-02b30660 {
  place-self: end center;
}

#w-node-_3d089456-f5ad-5392-7c73-7e6aa2789158-02b30660 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf541-02b30660 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf543-02b30660, #w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf544-02b30660 {
  align-self: start;
}

#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf547-02b30660 {
  justify-self: start;
}

#w-node-e5b29ab1-a4c1-9467-74ab-5211e97142d5-02b30660 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4b45f269-1771-548d-96bf-1cd99de73457-02b30660 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d67-02b30660 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d6b-02b30660 {
  justify-self: center;
}

#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d6e-02b30660 {
  align-self: center;
}

#w-node-d740d320-490b-38bc-0ce0-2d6f0e13d8b1-02b30660 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0adffef0-f704-bee0-844a-cc0178256817-02b30660 {
  place-self: center start;
}

#w-node-df64bdaf-4b16-4e0f-c3d6-cc3cad65d28f-02b30660 {
  justify-self: start;
}

#w-node-_0adffef0-f704-bee0-844a-cc0178256818-02b30660, #w-node-_0adffef0-f704-bee0-844a-cc0178256819-02b30660 {
  align-self: start;
}

#w-node-_474ee50d-d7e0-6afc-4c9f-705dc2b695cb-02b30660 {
  place-self: end start;
}

#w-node-_1eff8e35-02a5-db12-a9c3-8b38c3d0ca95-02b30660 {
  align-self: start;
}

#w-node-_858f5094-c50e-4477-080e-f8c9c57e0a37-02b30660 {
  align-self: end;
}

#w-node-_6a1d7461-1cc6-8451-7eba-3445d39bdfd2-02b30660 {
  align-self: start;
}

#w-node-_0f48ba6b-b8f4-87e8-57ed-bbc27173d4db-02b30660 {
  align-self: end;
}

#w-node-_54716730-79fd-cec2-9bea-42365c6e4a01-02b30660 {
  align-self: start;
}

#w-node-e11f5738-1e05-a3c1-7d25-adfd3f968389-02b30660 {
  align-self: end;
}

#w-node-_5f238971-49bc-5a15-be1f-587ab16fb361-02b30660 {
  align-self: start;
}

#w-node-_77b3e910-dc2d-4a56-c9a3-d444445282af-02b30660 {
  align-self: end;
}

#w-node-e3ecceef-883e-3190-f203-864e4068a1ca-02b30660 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e3ecceef-883e-3190-f203-864e4068a1cb-02b30660 {
  justify-self: start;
}

#w-node-e3ecceef-883e-3190-f203-864e4068a1ce-02b30660 {
  justify-self: center;
}

#w-node-c3384b93-d923-f113-0a35-29d9b7170ae3-02b30660 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe482-02b30660 {
  justify-self: center;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe483-02b30660 {
  justify-self: end;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe484-02b30660 {
  align-self: center;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe485-02b30660 {
  justify-self: start;
}

#w-node-c3384b93-d923-f113-0a35-29d9b7170b0f-02b30660 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_484be61a-a7e1-22c1-3207-7473b36841e7-02b30660 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_484be61a-a7e1-22c1-3207-7473b36841eb-02b30660 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_484be61a-a7e1-22c1-3207-7473b36841f1-02b30660 {
  place-self: end start;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba179-02b30675 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba17a-02b30675 {
  place-self: center;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba17c-02b30675 {
  justify-self: center;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba184-02b30675 {
  justify-self: start;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba187-02b30675 {
  justify-self: center;
}

#w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fed-02b30675 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-02b30675 {
  align-self: start;
}

#w-node-e934921e-4e8e-4e1e-3601-d1234462156f-02b30675 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-b93520bb-88a5-d118-c48b-134b842c5146-02b30675 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_93300cea-5475-7d85-0864-26a19ea0c921-02b30675, #w-node-e100a364-1795-27bf-9618-86349bee62e9-02b30675 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_6b32d081-b976-b7b6-2b6a-8694ea0404ed-02b30675 {
  place-self: center start;
}

#w-node-a2810c17-d8c0-306e-07f4-406b0a1818db-02b30675 {
  align-self: center;
}

#w-node-b9a22901-4996-d0dc-5f49-18042c745ce1-02b30675 {
  place-self: center start;
}

#w-node-_17d0c79c-71e8-153a-6070-d51186b77c2d-02b30675 {
  align-self: center;
}

#w-node-_9f839052-26a1-97d0-3dbd-8a7f1917f737-02b30675 {
  place-self: center start;
}

#w-node-_1889201b-e4e9-5c3f-e8f9-ee199074ed29-02b30675 {
  align-self: center;
}

#w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-02b30675 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_8cd4cd55-c462-3dd0-3cf4-2f4581f22430-02b30675 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: stretch;
}

#w-node-a9f329f0-408c-fe4f-55b9-5f87dc64609a-02b30675, #w-node-_40872e10-bde2-af8d-7a27-1b004f9a2993-02b30675 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fff-02b30675 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798675-02b30675 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c36-02b30675 {
  align-self: start;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c37-02b30675 {
  justify-self: start;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c39-02b30675, #w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c3a-02b30675 {
  align-self: start;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c3f-02b30675 {
  place-self: end start;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798682-02b30675 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798688-02b30675 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798689-02b30675 {
  align-self: start;
}

#w-node-_18677b8e-b9a0-d0a6-b828-c7ced3723808-02b30675 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f18-02b30675 {
  justify-self: center;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f19-02b30675 {
  justify-self: end;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f1a-02b30675 {
  align-self: center;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f1b-02b30675 {
  justify-self: start;
}

#w-node-_18677b8e-b9a0-d0a6-b828-c7ced3723834-02b30675 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_52a66566-6a20-9b67-824a-0733727dfdc4-02b30675 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_52a66566-6a20-9b67-824a-0733727dfdc8-02b30675 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_52a66566-6a20-9b67-824a-0733727dfdce-02b30675 {
  place-self: end start;
}

#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d740-f9d2d73e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d749-f9d2d73e {
  justify-self: center;
}

#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d74c-f9d2d73e {
  align-self: center;
}

#w-node-_520e9c4a-7338-e8c3-082b-36fc0388e3ac-f9d2d73e {
  justify-self: center;
}

#w-node-_520e9c4a-7338-e8c3-082b-36fc0388e3af-f9d2d73e {
  align-self: center;
}

#w-node-_6c7b53b7-06cc-e6aa-0840-a5487b3324c0-f9d2d73e {
  justify-self: center;
}

#w-node-_6c7b53b7-06cc-e6aa-0840-a5487b3324c3-f9d2d73e {
  align-self: center;
}

#w-node-_61d412e0-e0e9-3622-371e-eb02dab25fb8-f9d2d73e {
  justify-self: center;
}

#w-node-_61d412e0-e0e9-3622-371e-eb02dab25fbb-f9d2d73e {
  align-self: center;
}

#w-node-c0277afb-13e5-bb86-2142-39be3febf0af-f9d2d73e {
  justify-self: center;
}

#w-node-c0277afb-13e5-bb86-2142-39be3febf0b2-f9d2d73e {
  align-self: center;
}

#w-node-_80d9405c-edcc-7409-6011-d82d71a8b58d-f9d2d73e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end start;
}

#w-node-_7bbcf543-59dd-7df9-a0ee-6f5e2c005b99-02b30676 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_7bbcf543-59dd-7df9-a0ee-6f5e2c005b9a-02b30676 {
  place-self: center start;
}

#w-node-_7bbcf543-59dd-7df9-a0ee-6f5e2c005bfe-02b30676 {
  place-self: center;
}

#w-node-c066aadd-c610-81e9-64c2-8c56e16cffc0-02b30676 {
  place-self: end start;
}

#w-node-_4887dac1-ad34-2b2e-32df-2de9f7c6d724-02b30676 {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_4887dac1-ad34-2b2e-32df-2de9f7c6d72d-02b30676, #w-node-_4887dac1-ad34-2b2e-32df-2de9f7c6d736-02b30676, #w-node-_4887dac1-ad34-2b2e-32df-2de9f7c6d73f-02b30676, #w-node-_4887dac1-ad34-2b2e-32df-2de9f7c6d748-02b30676, #w-node-_4887dac1-ad34-2b2e-32df-2de9f7c6d751-02b30676, #w-node-_4887dac1-ad34-2b2e-32df-2de9f7c6d75a-02b30676 {
  place-self: center;
}

#w-node-_7cd65978-5e77-77ba-6b84-936d5e9159a3-5e9159a1 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7cd65978-5e77-77ba-6b84-936d5e9159a7-5e9159a1 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_7cd65978-5e77-77ba-6b84-936d5e9159a8-5e9159a1 {
  justify-self: center;
}

#w-node-_7cd65978-5e77-77ba-6b84-936d5e9159ad-5e9159a1 {
  place-self: center;
}

#w-node-_54f18224-0f15-221b-efb9-437b392463fd-392463fb {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_54f18224-0f15-221b-efb9-437b39246401-392463fb {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_54f18224-0f15-221b-efb9-437b39246402-392463fb {
  align-self: center;
}

#w-node-_5736cae7-5d0a-f479-1b3f-7d91ecc00263-392463fb {
  place-self: center;
}

#w-node-_1dcd3e7d-e908-c7d6-3035-89d06cb6d94c-02b3068b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1dcd3e7d-e908-c7d6-3035-89d06cb6d950-02b3068b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_746f2d55-f3b8-d903-818b-a725690b9eb2-02b3068b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_746f2d55-f3b8-d903-818b-a725690b9eb3-02b3068b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_746f2d55-f3b8-d903-818b-a725690b9eb4-02b3068b {
  align-self: stretch;
}

#w-node-_746f2d55-f3b8-d903-818b-a725690b9eb9-02b3068b {
  align-self: end;
}

#w-node-_746f2d55-f3b8-d903-818b-a725690b9ebe-02b3068b {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_746f2d55-f3b8-d903-818b-a725690b9ec4-02b3068b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1dcd3e7d-e908-c7d6-3035-89d06cb6d94c-02b3069e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1fd62d89-3ee0-66ba-65ba-c5d03adfdb0e-02b3069e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_1fd62d89-3ee0-66ba-65ba-c5d03adfdb0f-02b3069e {
  align-self: center;
}

#w-node-_301b8fd7-84c1-a043-62aa-094582711d0b-02b3069e, #w-node-_1385b618-73ff-8bda-d776-05242b094fa3-02b3069e {
  place-self: center;
}

#w-node-dd4d7af9-ec8c-fe73-4cad-7613cccdb355-02b3069e, #w-node-fe7d3e32-3db4-7a4a-104b-92c22572ab43-02b3069e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fe7d3e32-3db4-7a4a-104b-92c22572ab45-02b3069e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3b94b5ff-2ebd-c6fd-bf00-a699708a4dec-02b3069e {
  align-self: center;
}

#w-node-daa2b787-79f8-6e20-7fb8-453ed9eb2754-02b3069e {
  place-self: end start;
}

#w-node-fe7d3e32-3db4-7a4a-104b-92c22572ab5d-02b3069e {
  align-self: center;
}

#w-node-e0902559-8f16-aad9-aabf-d67675ab8395-02b3069e {
  place-self: end start;
}

#w-node-fe7d3e32-3db4-7a4a-104b-92c22572ab4d-02b3069e {
  align-self: center;
}

#w-node-d7e9d9d9-72e0-de19-9578-b0b2f83927f9-02b3069e {
  place-self: end start;
}

#w-node-f01f060f-911d-d091-ee76-f1d886f73296-02b3069e, #w-node-ffd42336-ce3d-5caf-5f5c-097d17c171b4-02b3069e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ffd42336-ce3d-5caf-5f5c-097d17c171b7-02b3069e {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-ffd42336-ce3d-5caf-5f5c-097d17c171c3-02b3069e, #w-node-ffd42336-ce3d-5caf-5f5c-097d17c171c4-02b3069e, #w-node-_6386f9e0-fb4f-9f9f-adb5-ae349aee2007-02b3069e, #w-node-_6386f9e0-fb4f-9f9f-adb5-ae349aee2008-02b3069e, #w-node-cf186f55-04c2-d5e5-93ee-ce685f2d99ea-02b3069e, #w-node-cf186f55-04c2-d5e5-93ee-ce685f2d99eb-02b3069e {
  justify-self: center;
}

#w-node-_5a8b840c-afc5-4880-dcf9-a478be1b086e-be1b086c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_5a8b840c-afc5-4880-dcf9-a478be1b0872-be1b086c {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_5a8b840c-afc5-4880-dcf9-a478be1b0873-be1b086c {
  justify-self: center;
}

#w-node-_5a8b840c-afc5-4880-dcf9-a478be1b0878-be1b086c {
  place-self: center;
}

#w-node-_1dcd3e7d-e908-c7d6-3035-89d06cb6d94c-02b3069f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_830b4672-f3b2-50f7-59d0-817bdf6a77b4-02b3069f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_830b4672-f3b2-50f7-59d0-817bdf6a77b5-02b3069f {
  align-self: center;
}

#w-node-_88cc25be-234b-a7e1-fda8-01ed5dd5ed00-02b3069f, #w-node-_9e16ec3c-c46c-4977-2b23-40ad633d0d37-02b3069f {
  place-self: center;
}

#w-node-e237146a-9f0a-a2e8-d8ff-b387b263821f-02b3069f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e237146a-9f0a-a2e8-d8ff-b387b2638241-02b3069f {
  justify-self: center;
}

#w-node-e237146a-9f0a-a2e8-d8ff-b387b2638242-02b3069f {
  align-self: start;
}

#w-node-e237146a-9f0a-a2e8-d8ff-b387b2638243-02b3069f {
  justify-self: start;
}

#w-node-e237146a-9f0a-a2e8-d8ff-b387b2638245-02b3069f, #w-node-e237146a-9f0a-a2e8-d8ff-b387b2638246-02b3069f {
  align-self: start;
}

#w-node-e237146a-9f0a-a2e8-d8ff-b387b263824f-02b3069f, #w-node-e237146a-9f0a-a2e8-d8ff-b387b2638254-02b3069f, #name-2.w-node-e237146a-9f0a-a2e8-d8ff-b387b2638256-02b3069f, #w-node-e237146a-9f0a-a2e8-d8ff-b387b2638258-02b3069f, #name-2.w-node-e237146a-9f0a-a2e8-d8ff-b387b263825a-02b3069f, #w-node-e237146a-9f0a-a2e8-d8ff-b387b263825c-02b3069f, #field.w-node-e237146a-9f0a-a2e8-d8ff-b387b263825e-02b3069f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e237146a-9f0a-a2e8-d8ff-b387b263825f-02b3069f {
  justify-self: start;
}

#w-node-_0f0e14cb-df39-2805-08a4-12bafbfdb735-02b3069f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0f0e14cb-df39-2805-08a4-12bafbfdb742-02b3069f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f84995ca-4f65-7901-d8e2-f8bbad1bf6ab-02b3069f {
  align-self: center;
}

#w-node-_10c81dd2-5d35-1ee0-0ff5-03b8fc7dd9b8-02b3069f {
  justify-self: start;
}

#w-node-_0f0e14cb-df39-2805-08a4-12bafbfdb75b-02b3069f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fc07889a-7e59-2541-d8c6-cff48b34a78f-02b3069f {
  align-self: center;
}

#w-node-_2d485177-a679-13fd-5af5-6d5fcd864346-02b3069f {
  justify-self: start;
}

#w-node-_0f0e14cb-df39-2805-08a4-12bafbfdb774-02b3069f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d2470f38-226a-f2a3-3c35-04d5e5e7983c-02b3069f {
  align-self: center;
}

#w-node-_7140ccaa-a4ba-76c6-c18d-709ec94231db-02b3069f {
  justify-self: start;
}

#w-node-_0db9c90a-27c2-70d7-1194-74f110b063a4-02b3069f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0db9c90a-27c2-70d7-1194-74f110b063a6-02b3069f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0db9c90a-27c2-70d7-1194-74f110b063a7-02b3069f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0db9c90a-27c2-70d7-1194-74f110b063c1-02b3069f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e0ccc35-c64a-0b0e-c697-3b824d14285d-02b306a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_23dbac7b-72eb-881f-67e6-50b0556ea260-02b306a0, #w-node-_23dbac7b-72eb-881f-67e6-50b0556ea265-02b306a0, #w-node-_23dbac7b-72eb-881f-67e6-50b0556ea26a-02b306a0, #w-node-_23dbac7b-72eb-881f-67e6-50b0556ea270-02b306a0, #w-node-_23dbac7b-72eb-881f-67e6-50b0556ea275-02b306a0, #w-node-_23dbac7b-72eb-881f-67e6-50b0556ea27a-02b306a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3ff556a-18ae-e668-2467-1da8ac15db78-02b306a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-c3ff556a-18ae-e668-2467-1da8ac15db83-02b306a0 {
  justify-self: end;
}

#w-node-c3ff556a-18ae-e668-2467-1da8ac15db8d-02b306a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-c3ff556a-18ae-e668-2467-1da8ac15db98-02b306a0 {
  justify-self: end;
}

#w-node-c3ff556a-18ae-e668-2467-1da8ac15dba2-02b306a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-c3ff556a-18ae-e668-2467-1da8ac15dbad-02b306a0 {
  justify-self: end;
}

#w-node-_87ae787b-1c0c-618b-14c3-835ccad33bef-02b306a1 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_80ba7b01-1799-c09a-0751-bca6e668c7fe-02b306a1 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0b96a020-12b7-be83-2c8e-2d6e085799a9-02b306a1, #w-node-_4ae67602-8590-b4a3-3a33-137d6100b9d6-02b306a1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4249-02b306a2 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c424a-02b306a2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c424b-02b306a2 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center stretch;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4254-02b306a2 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4255-02b306a2 {
  grid-area: 1 / 4 / 3 / 5;
  place-self: stretch stretch;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4256-02b306a2 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4257-02b306a2 {
  place-self: center;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4258-02b306a2 {
  align-self: center;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c425a-02b306a2 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_22353cd5-3ba6-f00a-2745-370154e67cf6-02b306a2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_22353cd5-3ba6-f00a-2745-370154e67cf7-02b306a2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_22353cd5-3ba6-f00a-2745-370154e67cfa-02b306a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_71ca9e94-7928-8b3e-b9f2-1f962650da50-02b306a2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_71ca9e94-7928-8b3e-b9f2-1f962650da55-02b306a2 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-cab842dc-226e-584d-2a53-74f20dd441a9-02b306a2 {
  place-self: end center;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e2-02b306a2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e3-02b306a2 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e4-02b306a2 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: stretch;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7f4-02b306a2 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7f7-02b306a2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7ff-02b306a2 {
  place-self: center start;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a801-02b306a2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a808-02b306a2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a810-02b306a2 {
  place-self: center start;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a812-02b306a2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a839-02b306a2 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a83c-02b306a2 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a83f-02b306a2 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a841-02b306a2 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a842-02b306a2 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e084b-02b306a2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e0864-02b306a2, #w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e0876-02b306a2, #w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e0888-02b306a2, #w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e089a-02b306a2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d06e8da0-5a35-62c0-ce96-e1ccb591db5e-02b306a3 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-d06e8da0-5a35-62c0-ce96-e1ccb591db67-02b306a3 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-d06e8da0-5a35-62c0-ce96-e1ccb591db68-02b306a3 {
  place-self: center;
}

#w-node-d06e8da0-5a35-62c0-ce96-e1ccb591db6a-02b306a3 {
  justify-self: center;
}

#w-node-c1071400-7071-aeb2-b245-7ed136d37ca3-02b306a3 {
  place-self: center;
}

#w-node-d06e8da0-5a35-62c0-ce96-e1ccb591db78-02b306a3 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-d06e8da0-5a35-62c0-ce96-e1ccb591db79-02b306a3 {
  place-self: center;
}

#w-node-d06e8da0-5a35-62c0-ce96-e1ccb591db7b-02b306a3 {
  justify-self: center;
}

#w-node-_1f3b411a-f7b5-f1c7-4819-e7626592a33d-02b306a3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f3b411a-f7b5-f1c7-4819-e7626592a33e-02b306a3 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_1f3b411a-f7b5-f1c7-4819-e7626592a341-02b306a3 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1f3b411a-f7b5-f1c7-4819-e7626592a345-02b306a3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_260e0ac2-fe9d-c73a-5bf5-367afbf19155-02b306a3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_260e0ac2-fe9d-c73a-5bf5-367afbf19156-02b306a3 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_260e0ac2-fe9d-c73a-5bf5-367afbf19159-02b306a3 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_260e0ac2-fe9d-c73a-5bf5-367afbf1915a-02b306a3 {
  align-self: center;
}

#w-node-_260e0ac2-fe9d-c73a-5bf5-367afbf1915d-02b306a3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_260e0ac2-fe9d-c73a-5bf5-367afbf19170-02b306a3, #w-node-_260e0ac2-fe9d-c73a-5bf5-367afbf19181-02b306a3, #w-node-_260e0ac2-fe9d-c73a-5bf5-367afbf19192-02b306a3, #w-node-_260e0ac2-fe9d-c73a-5bf5-367afbf191a3-02b306a3, #w-node-_260e0ac2-fe9d-c73a-5bf5-367afbf191b4-02b306a3 {
  align-self: center;
}

#w-node-f5460aa2-a40f-e1c3-007d-40b7fe410bd6-02b306a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6e9bc76-463b-4773-1419-1ba1a6725c44-02b306a3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8d5aa139-4d85-4778-b0f9-5637acb2e1b0-02b306a3 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a30b7f7a-2300-651e-c84e-48bf4c5aa87b-02b306a3 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-a30b7f7a-2300-651e-c84e-48bf4c5aa885-02b306a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6e9bc76-463b-4773-1419-1ba1a6725c4c-02b306a3 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-f6e9bc76-463b-4773-1419-1ba1a6725c4f-02b306a3 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-f6e9bc76-463b-4773-1419-1ba1a6725ccd-02b306a3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f6e9bc76-463b-4773-1419-1ba1a6725cd2-02b306a3, #w-node-f6e9bc76-463b-4773-1419-1ba1a6725cd7-02b306a3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_36e0566e-1b8a-c5b7-7b70-a98174576c7a-02b306a3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e6819c9d-9d1b-7c05-0460-e984f9e55abc-02b306a4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e6819c9d-9d1b-7c05-0460-e984f9e55abd-02b306a4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e7c4c195-db29-f45b-db86-e85d8a2d5fdb-02b306a4 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-e7c4c195-db29-f45b-db86-e85d8a2d5fdc-02b306a4, #w-node-_3fb50b62-221b-7e3b-3ecd-f15b0218b497-02b306a4, #w-node-e7c4c195-db29-f45b-db86-e85d8a2d5fdd-02b306a4, #w-node-e4340db2-d6b8-8b91-e99e-a2d7532588ca-02b306a4 {
  place-self: center;
}

#w-node-f3cbe30a-5a0e-df0b-027f-ae00d97e60cf-02b306a4 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-_92cdf42f-954b-d7d2-0519-c0be288b50ec-02b306a4, #w-node-_92cdf42f-954b-d7d2-0519-c0be288b50ed-02b306a4, #w-node-_92cdf42f-954b-d7d2-0519-c0be288b50ee-02b306a4, #w-node-_92cdf42f-954b-d7d2-0519-c0be288b50f0-02b306a4 {
  place-self: center;
}

#w-node-_7b17f17a-97f0-abdc-9922-eca93c312d87-02b306a4 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-_6c4953a0-a5be-020d-bf0b-8352fa5034a2-02b306a4, #w-node-_6c4953a0-a5be-020d-bf0b-8352fa5034a3-02b306a4, #w-node-_6c4953a0-a5be-020d-bf0b-8352fa5034a4-02b306a4, #w-node-_6c4953a0-a5be-020d-bf0b-8352fa5034a6-02b306a4 {
  place-self: center;
}

#w-node-e6819c9d-9d1b-7c05-0460-e984f9e55ad9-02b306a4 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-e6819c9d-9d1b-7c05-0460-e984f9e55ada-02b306a4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e6819c9d-9d1b-7c05-0460-e984f9e55ade-02b306a4 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-e6819c9d-9d1b-7c05-0460-e984f9e55ae0-02b306a4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e6819c9d-9d1b-7c05-0460-e984f9e55ae1-02b306a4 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: stretch;
}

#w-node-e6819c9d-9d1b-7c05-0460-e984f9e55ae6-02b306a4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e6819c9d-9d1b-7c05-0460-e984f9e55ae9-02b306a4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e6819c9d-9d1b-7c05-0460-e984f9e55aec-02b306a4 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-e6819c9d-9d1b-7c05-0460-e984f9e55aef-02b306a4 {
  align-self: stretch;
}

#w-node-e6819c9d-9d1b-7c05-0460-e984f9e55af7-02b306a4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-b4b1ab57-f7dd-a5b2-fbef-23406e3f93d8-02b306a4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b4b1ab57-f7dd-a5b2-fbef-23406e3f93d9-02b306a4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b4b1ab57-f7dd-a5b2-fbef-23406e3f93da-02b306a4, #w-node-b4b1ab57-f7dd-a5b2-fbef-23406e3f93e2-02b306a4, #w-node-b4b1ab57-f7dd-a5b2-fbef-23406e3f93e7-02b306a4 {
  align-self: start;
}

#w-node-b4b1ab57-f7dd-a5b2-fbef-23406e3f93ec-02b306a4 {
  align-self: stretch;
}

#w-node-b4b1ab57-f7dd-a5b2-fbef-23406e3f93f0-02b306a4 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-b4b1ab57-f7dd-a5b2-fbef-23406e3f93f3-02b306a4 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: end;
}

#w-node-b4b1ab57-f7dd-a5b2-fbef-23406e3f93f5-02b306a4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-b4b1ab57-f7dd-a5b2-fbef-23406e3f93f6-02b306a4 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-ef8aa3b2-e0a3-8099-3603-b3e02bcdaf2b-02b306a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef8aa3b2-e0a3-8099-3603-b3e02bcdaf39-02b306a4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ef8aa3b2-e0a3-8099-3603-b3e02bcdaf43-02b306a4, #w-node-ef8aa3b2-e0a3-8099-3603-b3e02bcdaf47-02b306a4, #w-node-ef8aa3b2-e0a3-8099-3603-b3e02bcdaf55-02b306a4 {
  justify-self: start;
}

#w-node-ef8aa3b2-e0a3-8099-3603-b3e02bcdaf56-02b306a4 {
  align-self: end;
}

#w-node-ef8aa3b2-e0a3-8099-3603-b3e02bcdaf59-02b306a4, #w-node-ef8aa3b2-e0a3-8099-3603-b3e02bcdaf67-02b306a4, #w-node-ef8aa3b2-e0a3-8099-3603-b3e02bcdaf6b-02b306a4, #w-node-ef8aa3b2-e0a3-8099-3603-b3e02bcdaf79-02b306a4, #w-node-ef8aa3b2-e0a3-8099-3603-b3e02bcdaf7d-02b306a4 {
  justify-self: start;
}

#w-node-_645295ea-6d82-f3c0-ab9a-2b8d37d7f7c0-02b306a4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_645295ea-6d82-f3c0-ab9a-2b8d37d7f7c8-02b306a4 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_645295ea-6d82-f3c0-ab9a-2b8d37d7f7d2-02b306a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_645295ea-6d82-f3c0-ab9a-2b8d37d7f7e4-02b306a4 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_645295ea-6d82-f3c0-ab9a-2b8d37d7f7e7-02b306a4 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_645295ea-6d82-f3c0-ab9a-2b8d37d7f836-02b306a4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_645295ea-6d82-f3c0-ab9a-2b8d37d7f841-02b306a4, #w-node-_645295ea-6d82-f3c0-ab9a-2b8d37d7f846-02b306a4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_645295ea-6d82-f3c0-ab9a-2b8d37d7f84b-02b306a4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_87ae787b-1c0c-618b-14c3-835ccad33bef-02b306a5 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_75f9c4fc-18d6-bd0e-c64d-b42ceb9a80ae-02b306a5 {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: stretch;
}

#w-node-_75f9c4fc-18d6-bd0e-c64d-b42ceb9a80bb-02b306a5 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-d6a9d6a8-6eba-6ad8-81eb-b57cd9d5b81c-02b306a5, #w-node-d6a9d6a8-6eba-6ad8-81eb-b57cd9d5b831-02b306a5, #w-node-afcefb3c-c715-9cb5-fec0-39b0ccbe813b-02b306a5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4249-418334d0 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c424a-418334d0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c424b-418334d0 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center stretch;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4254-418334d0 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4255-418334d0 {
  grid-area: 1 / 4 / 3 / 5;
  place-self: stretch stretch;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4256-418334d0 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4257-418334d0 {
  place-self: center;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4258-418334d0 {
  align-self: center;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c425a-418334d0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_22353cd5-3ba6-f00a-2745-370154e67cf6-418334d0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_22353cd5-3ba6-f00a-2745-370154e67cf7-418334d0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_22353cd5-3ba6-f00a-2745-370154e67cfa-418334d0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_71ca9e94-7928-8b3e-b9f2-1f962650da50-418334d0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_71ca9e94-7928-8b3e-b9f2-1f962650da55-418334d0 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-cab842dc-226e-584d-2a53-74f20dd441a9-418334d0 {
  place-self: end center;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e2-418334d0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e3-418334d0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e4-418334d0 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: stretch;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7f4-418334d0 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7f7-418334d0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7ff-418334d0 {
  place-self: center start;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a801-418334d0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a808-418334d0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a810-418334d0 {
  place-self: center start;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a812-418334d0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a839-418334d0 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a83c-418334d0 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a83f-418334d0 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a841-418334d0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a842-418334d0 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e084b-418334d0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e0864-418334d0, #w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e0876-418334d0, #w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e0888-418334d0, #w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e089a-418334d0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4249-6d91f215 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c424a-6d91f215 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c424b-6d91f215 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center stretch;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4254-6d91f215 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4255-6d91f215 {
  grid-area: 1 / 4 / 3 / 5;
  place-self: stretch stretch;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4256-6d91f215 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4257-6d91f215 {
  place-self: center;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4258-6d91f215 {
  align-self: center;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c425a-6d91f215 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_22353cd5-3ba6-f00a-2745-370154e67cf6-6d91f215 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_22353cd5-3ba6-f00a-2745-370154e67cf7-6d91f215 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_22353cd5-3ba6-f00a-2745-370154e67cfa-6d91f215 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_71ca9e94-7928-8b3e-b9f2-1f962650da50-6d91f215 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_71ca9e94-7928-8b3e-b9f2-1f962650da55-6d91f215 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-cab842dc-226e-584d-2a53-74f20dd441a9-6d91f215 {
  place-self: end center;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e2-6d91f215 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e3-6d91f215 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e4-6d91f215 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: stretch;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7f4-6d91f215 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7f7-6d91f215 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7ff-6d91f215 {
  place-self: center start;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a801-6d91f215 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a808-6d91f215 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a810-6d91f215 {
  place-self: center start;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a812-6d91f215 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a839-6d91f215 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a83c-6d91f215 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a83f-6d91f215 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a841-6d91f215 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a842-6d91f215 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e084b-6d91f215 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e0864-6d91f215, #w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e0876-6d91f215, #w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e0888-6d91f215, #w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e089a-6d91f215 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4249-a245d0e0 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c424a-a245d0e0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c424b-a245d0e0 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center stretch;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4254-a245d0e0 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4255-a245d0e0 {
  grid-area: 1 / 4 / 3 / 5;
  place-self: stretch stretch;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4256-a245d0e0 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4257-a245d0e0 {
  place-self: center;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4258-a245d0e0 {
  align-self: center;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c425a-a245d0e0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_22353cd5-3ba6-f00a-2745-370154e67cf6-a245d0e0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_22353cd5-3ba6-f00a-2745-370154e67cf7-a245d0e0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_22353cd5-3ba6-f00a-2745-370154e67cfa-a245d0e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_71ca9e94-7928-8b3e-b9f2-1f962650da50-a245d0e0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_71ca9e94-7928-8b3e-b9f2-1f962650da55-a245d0e0 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-cab842dc-226e-584d-2a53-74f20dd441a9-a245d0e0 {
  place-self: end center;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e2-a245d0e0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e3-a245d0e0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e4-a245d0e0 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: stretch;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7f4-a245d0e0 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7f7-a245d0e0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7ff-a245d0e0 {
  place-self: center start;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a801-a245d0e0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a808-a245d0e0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a810-a245d0e0 {
  place-self: center start;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a812-a245d0e0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a839-a245d0e0 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a83c-a245d0e0 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a83f-a245d0e0 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a841-a245d0e0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a842-a245d0e0 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e084b-a245d0e0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e0864-a245d0e0, #w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e0876-a245d0e0, #w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e0888-a245d0e0, #w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e089a-a245d0e0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4249-5c1efb09 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c424a-5c1efb09 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c424b-5c1efb09 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center stretch;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4254-5c1efb09 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4255-5c1efb09 {
  grid-area: 1 / 4 / 3 / 5;
  place-self: stretch stretch;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4256-5c1efb09 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4257-5c1efb09 {
  place-self: center;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c4258-5c1efb09 {
  align-self: center;
}

#w-node-_76770263-958e-b362-2bbf-3d3fb66c425a-5c1efb09 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_22353cd5-3ba6-f00a-2745-370154e67cf6-5c1efb09 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_22353cd5-3ba6-f00a-2745-370154e67cf7-5c1efb09 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_22353cd5-3ba6-f00a-2745-370154e67cfa-5c1efb09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_71ca9e94-7928-8b3e-b9f2-1f962650da50-5c1efb09 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_71ca9e94-7928-8b3e-b9f2-1f962650da55-5c1efb09 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-cab842dc-226e-584d-2a53-74f20dd441a9-5c1efb09 {
  place-self: end center;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e2-5c1efb09 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e3-5c1efb09 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e4-5c1efb09 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: stretch;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7f4-5c1efb09 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7f7-5c1efb09 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7ff-5c1efb09 {
  place-self: center start;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a801-5c1efb09 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a808-5c1efb09 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a810-5c1efb09 {
  place-self: center start;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a812-5c1efb09 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a839-5c1efb09 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a83c-5c1efb09 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a83f-5c1efb09 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a841-5c1efb09 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_7b3903a2-ed24-d508-2677-86ac6c01a842-5c1efb09 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e084b-5c1efb09 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e0864-5c1efb09, #w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e0876-5c1efb09, #w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e0888-5c1efb09, #w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e089a-5c1efb09 {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_5f80f3fa-2a38-e640-62fb-2413addda2f1-02b3061a {
    justify-self: start;
  }

  #w-node-_5f80f3fa-2a38-e640-62fb-2413addda30a-02b3061a {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-e90481db-ffda-793c-4d60-f2a3180ee38f-02b3061a, #w-node-_32dde409-ca0e-16b3-84cc-e5bc104acf15-02b3061a {
    justify-self: center;
  }

  #w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6db-3ac6a6d9 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_7bbcf543-59dd-7df9-a0ee-6f5e2c005bfe-02b30676 {
    place-self: center;
  }

  #w-node-dd4d7af9-ec8c-fe73-4cad-7613cccdb355-02b3069e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cab842dc-226e-584d-2a53-74f20dd441a9-02b306a2 {
    justify-self: center;
  }

  #w-node-f3cbe30a-5a0e-df0b-027f-ae00d97e60cf-02b306a4, #w-node-_7b17f17a-97f0-abdc-9922-eca93c312d87-02b306a4 {
    grid-column: 2 / 4;
  }

  #w-node-_75f9c4fc-18d6-bd0e-c64d-b42ceb9a80ae-02b306a5 {
    grid-column-end: 5;
  }

  #w-node-cab842dc-226e-584d-2a53-74f20dd441a9-418334d0, #w-node-cab842dc-226e-584d-2a53-74f20dd441a9-6d91f215, #w-node-cab842dc-226e-584d-2a53-74f20dd441a9-a245d0e0, #w-node-cab842dc-226e-584d-2a53-74f20dd441a9-5c1efb09 {
    justify-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-02b30675 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-02b30675 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_7bbcf543-59dd-7df9-a0ee-6f5e2c005b99-02b30676, #w-node-_746f2d55-f3b8-d903-818b-a725690b9eb2-02b3068b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_746f2d55-f3b8-d903-818b-a725690b9eb9-02b3068b {
    align-self: end;
  }

  #w-node-_22353cd5-3ba6-f00a-2745-370154e67cf7-02b306a2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1f3b411a-f7b5-f1c7-4819-e7626592a33d-02b306a3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1f3b411a-f7b5-f1c7-4819-e7626592a345-02b306a3 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_260e0ac2-fe9d-c73a-5bf5-367afbf19155-02b306a3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_260e0ac2-fe9d-c73a-5bf5-367afbf1915d-02b306a3 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_22353cd5-3ba6-f00a-2745-370154e67cf7-418334d0, #w-node-_22353cd5-3ba6-f00a-2745-370154e67cf7-6d91f215, #w-node-_22353cd5-3ba6-f00a-2745-370154e67cf7-a245d0e0, #w-node-_22353cd5-3ba6-f00a-2745-370154e67cf7-5c1efb09 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fed-02b30675, #w-node-_746f2d55-f3b8-d903-818b-a725690b9eb2-02b3068b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-daa2b787-79f8-6e20-7fb8-453ed9eb2754-02b3069e {
    place-self: end start;
  }

  #w-node-_4e0ccc35-c64a-0b0e-c697-3b824d14285d-02b306a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-cab842dc-226e-584d-2a53-74f20dd441a9-02b306a2, #w-node-cab842dc-226e-584d-2a53-74f20dd441a9-418334d0, #w-node-cab842dc-226e-584d-2a53-74f20dd441a9-6d91f215, #w-node-cab842dc-226e-584d-2a53-74f20dd441a9-a245d0e0, #w-node-cab842dc-226e-584d-2a53-74f20dd441a9-5c1efb09 {
    place-self: end center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5f80f3fa-2a38-e640-62fb-2413addda2e7-02b3061a {
    align-self: end;
  }

  #w-node-_5f80f3fa-2a38-e640-62fb-2413addda2e8-02b3061a {
    justify-self: start;
  }

  #w-node-_5f80f3fa-2a38-e640-62fb-2413addda2f1-02b3061a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_5f80f3fa-2a38-e640-62fb-2413addda2fc-02b3061a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5f80f3fa-2a38-e640-62fb-2413addda300-02b3061a {
    grid-column: 1 / 4;
  }

  #w-node-_5f80f3fa-2a38-e640-62fb-2413addda30a-02b3061a, #w-node-_5f80f3fa-2a38-e640-62fb-2413addda33e-02b3061a, #w-node-_2f56c9f8-6ad5-ed85-4864-602043ff5391-02b3061a {
    justify-self: stretch;
  }

  #w-node-_37c9b1bf-cb8e-e73c-7ee4-ec3d3aea7663-02b3061a, #w-node-_37c9b1bf-cb8e-e73c-7ee4-ec3d3aea7682-02b3061a, #w-node-_37c9b1bf-cb8e-e73c-7ee4-ec3d3aea76a2-02b3061a, #w-node-_37c9b1bf-cb8e-e73c-7ee4-ec3d3aea76c1-02b3061a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_51d4d00a-0a44-b445-2701-df9baedb0560-02b3061a {
    order: -9999;
  }

  #w-node-e78e59f9-514e-944c-161b-0058991a1154-02b3061a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-e78e59f9-514e-944c-161b-0058991a115f-02b3061a {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e78e59f9-514e-944c-161b-0058991a116a-02b3061a {
    grid-row-end: 2;
  }

  #w-node-f84f30f3-7209-950a-88d1-75374d5da6b8-02b3061a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-a322fe66-30db-b137-a47f-119c110dff01-02b3061a {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_7cc31694-8360-4f81-06b1-cba5d34797d3-02b3061a {
    grid-row-end: 2;
  }

  #w-node-b67f6c6d-5084-3e43-27e9-1027695ad988-695ad97d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b67f6c6d-5084-3e43-27e9-1027695ad98b-695ad97d {
    grid-row: 2 / 3;
  }

  #w-node-b67f6c6d-5084-3e43-27e9-1027695ad98c-695ad97d {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: stretch;
  }

  #w-node-b67f6c6d-5084-3e43-27e9-1027695ad98d-695ad97d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b67f6c6d-5084-3e43-27e9-1027695ad9a7-695ad97d {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b8-9974768b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb900-faecb8fb, #w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf541-02b30660 {
    grid-column: span 1 / span 1;
  }

  #w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-02b30675 {
    grid-area: 2 / 2 / 4 / 3;
  }

  #w-node-e934921e-4e8e-4e1e-3601-d1234462156f-02b30675 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_93300cea-5475-7d85-0864-26a19ea0c921-02b30675 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-02b30675 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c36-02b30675 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_32424efa-f220-1185-38fd-93afd3798682-02b30675 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32424efa-f220-1185-38fd-93afd3798683-02b30675 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7bbcf543-59dd-7df9-a0ee-6f5e2c005b9a-02b30676 {
    justify-self: start;
  }

  #w-node-fe7d3e32-3db4-7a4a-104b-92c22572ab45-02b3069e {
    grid-column: span 3 / span 3;
  }

  #w-node-fe7d3e32-3db4-7a4a-104b-92c22572ab5d-02b3069e {
    order: 9999;
  }

  #w-node-ffd42336-ce3d-5caf-5f5c-097d17c171b7-02b3069e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0db9c90a-27c2-70d7-1194-74f110b063a7-02b3069f {
    grid-column: span 3 / span 3;
  }

  #w-node-c3ff556a-18ae-e668-2467-1da8ac15db76-02b306a0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c3ff556a-18ae-e668-2467-1da8ac15db78-02b306a0 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c3ff556a-18ae-e668-2467-1da8ac15db7c-02b306a0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c3ff556a-18ae-e668-2467-1da8ac15db8b-02b306a0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c3ff556a-18ae-e668-2467-1da8ac15db8d-02b306a0 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c3ff556a-18ae-e668-2467-1da8ac15db91-02b306a0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c3ff556a-18ae-e668-2467-1da8ac15dba0-02b306a0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c3ff556a-18ae-e668-2467-1da8ac15dba2-02b306a0 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c3ff556a-18ae-e668-2467-1da8ac15dba6-02b306a0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e3-02b306a2 {
    grid-column-end: 2;
    align-self: start;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e4-02b306a2 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7f4-02b306a2 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7f7-02b306a2 {
    grid-column-end: 5;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a841-02b306a2, #w-node-b4b1ab57-f7dd-a5b2-fbef-23406e3f93f5-02b306a4 {
    grid-column-end: 3;
  }

  #w-node-_75f9c4fc-18d6-bd0e-c64d-b42ceb9a80ae-02b306a5 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_75f9c4fc-18d6-bd0e-c64d-b42ceb9a80bb-02b306a5 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e3-418334d0 {
    grid-column-end: 2;
    align-self: start;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e4-418334d0 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7f4-418334d0 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7f7-418334d0 {
    grid-column-end: 5;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a841-418334d0 {
    grid-column-end: 3;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e3-6d91f215 {
    grid-column-end: 2;
    align-self: start;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e4-6d91f215 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7f4-6d91f215 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7f7-6d91f215 {
    grid-column-end: 5;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a841-6d91f215 {
    grid-column-end: 3;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e3-a245d0e0 {
    grid-column-end: 2;
    align-self: start;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e4-a245d0e0 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7f4-a245d0e0 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7f7-a245d0e0 {
    grid-column-end: 5;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a841-a245d0e0 {
    grid-column-end: 3;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e3-5c1efb09 {
    grid-column-end: 2;
    align-self: start;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e4-5c1efb09 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7f4-5c1efb09 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7f7-5c1efb09 {
    grid-column-end: 5;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a841-5c1efb09 {
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5f80f3fa-2a38-e640-62fb-2413addda2e7-02b3061a {
    grid-column: 2 / 3;
    align-self: stretch;
  }

  #w-node-_5f80f3fa-2a38-e640-62fb-2413addda2f1-02b3061a {
    justify-self: center;
  }

  #w-node-_5f80f3fa-2a38-e640-62fb-2413addda2fc-02b3061a {
    grid-column: span 1 / span 1;
  }

  #w-node-_5f80f3fa-2a38-e640-62fb-2413addda30a-02b3061a, #w-node-_5f80f3fa-2a38-e640-62fb-2413addda33e-02b3061a, #w-node-_2f56c9f8-6ad5-ed85-4864-602043ff5391-02b3061a {
    grid-column-end: 4;
  }

  #w-node-e78e59f9-514e-944c-161b-0058991a1154-02b3061a, #w-node-e78e59f9-514e-944c-161b-0058991a115f-02b3061a, #w-node-e78e59f9-514e-944c-161b-0058991a116a-02b3061a, #w-node-f84f30f3-7209-950a-88d1-75374d5da6b8-02b3061a, #w-node-a322fe66-30db-b137-a47f-119c110dff01-02b3061a, #w-node-_7cc31694-8360-4f81-06b1-cba5d34797d3-02b3061a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b67f6c6d-5084-3e43-27e9-1027695ad988-695ad97d {
    grid-column: span 1 / span 1;
  }

  #w-node-b67f6c6d-5084-3e43-27e9-1027695ad98b-695ad97d, #w-node-b67f6c6d-5084-3e43-27e9-1027695ad98c-695ad97d, #w-node-b67f6c6d-5084-3e43-27e9-1027695ad98d-695ad97d, #w-node-b67f6c6d-5084-3e43-27e9-1027695ad9a7-695ad97d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b67f6c6d-5084-3e43-27e9-1027695ad9c7-695ad97d {
    justify-self: center;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
    grid-column: span 1 / span 1;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b8-9974768b {
    grid-column-end: 2;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d4-9974768b {
    justify-self: center;
  }

  #w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-02b30675 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e934921e-4e8e-4e1e-3601-d1234462156f-02b30675 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_93300cea-5475-7d85-0864-26a19ea0c921-02b30675 {
    grid-row: 3 / 4;
  }

  #w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-02b30675 {
    grid-row: 4 / 5;
  }

  #w-node-_32424efa-f220-1185-38fd-93afd3798688-02b30675, #w-node-fe7d3e32-3db4-7a4a-104b-92c22572ab45-02b3069e, #w-node-ffd42336-ce3d-5caf-5f5c-097d17c171b7-02b3069e {
    grid-column: span 1 / span 1;
  }

  #w-node-_4e0ccc35-c64a-0b0e-c697-3b824d14285d-02b306a0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c3ff556a-18ae-e668-2467-1da8ac15db78-02b306a0 {
    grid-row-end: 2;
    grid-column-end: 4;
  }

  #w-node-c3ff556a-18ae-e668-2467-1da8ac15db7c-02b306a0 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-c3ff556a-18ae-e668-2467-1da8ac15db83-02b306a0 {
    grid-area: 3 / 3 / 4 / 4;
    align-self: end;
  }

  #w-node-c3ff556a-18ae-e668-2467-1da8ac15db8d-02b306a0 {
    grid-row-end: 2;
    grid-column-end: 4;
  }

  #w-node-c3ff556a-18ae-e668-2467-1da8ac15db91-02b306a0 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-c3ff556a-18ae-e668-2467-1da8ac15db98-02b306a0 {
    grid-area: 3 / 3 / 4 / 4;
    align-self: end;
  }

  #w-node-c3ff556a-18ae-e668-2467-1da8ac15dba2-02b306a0 {
    grid-row-end: 2;
    grid-column-end: 4;
  }

  #w-node-c3ff556a-18ae-e668-2467-1da8ac15dba6-02b306a0 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-c3ff556a-18ae-e668-2467-1da8ac15dbad-02b306a0 {
    grid-area: 3 / 3 / 4 / 4;
    align-self: end;
  }

  #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e3-02b306a2, #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e4-02b306a2, #w-node-_75f9c4fc-18d6-bd0e-c64d-b42ceb9a80ae-02b306a5, #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e3-418334d0, #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e4-418334d0, #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e3-6d91f215, #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e4-6d91f215, #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e3-a245d0e0, #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e4-a245d0e0, #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e3-5c1efb09, #w-node-_7b3903a2-ed24-d508-2677-86ac6c01a7e4-5c1efb09 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5f80f3fa-2a38-e640-62fb-2413addda2e7-02b3061a {
    align-self: end;
  }

  #w-node-_5f80f3fa-2a38-e640-62fb-2413addda2f1-02b3061a {
    display:none;
  }
  
  #w-node-_5f80f3fa-2a38-e640-62fb-2413addda2fc-02b3061a{
    display:none;
  }

  #w-node-_5f80f3fa-2a38-e640-62fb-2413addda300-02b3061a {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_5f80f3fa-2a38-e640-62fb-2413addda30a-02b3061a, #w-node-_5f80f3fa-2a38-e640-62fb-2413addda33e-02b3061a, #w-node-_2f56c9f8-6ad5-ed85-4864-602043ff5391-02b3061a {
    grid-column: 1 / 4;
  }

  #w-node-e78e59f9-514e-944c-161b-0058991a114a-02b3061a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e78e59f9-514e-944c-161b-0058991a114d-02b3061a {
    align-self: end;
  }

  #w-node-e78e59f9-514e-944c-161b-0058991a1150-02b3061a {
    place-self: end;
  }

  #w-node-e78e59f9-514e-944c-161b-0058991a1155-02b3061a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e78e59f9-514e-944c-161b-0058991a115f-02b3061a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e78e59f9-514e-944c-161b-0058991a1160-02b3061a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e78e59f9-514e-944c-161b-0058991a116b-02b3061a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b67f6c6d-5084-3e43-27e9-1027695ad986-695ad97d {
    grid-column: 1 / 2;
  }

  #w-node-b67f6c6d-5084-3e43-27e9-1027695ad9c7-695ad97d {
    justify-self: center;
  }

  #w-node-_88df97de-bae8-9125-6a6a-06eac51105ce-c51105cc, #w-node-_88df97de-bae8-9125-6a6a-06eac51105e0-c51105cc {
    grid-column: 1 / 4;
  }

  #w-node-_0fc492cc-3f08-8800-179c-cb200d3320ea-02b30660 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-f01f060f-911d-d091-ee76-f1d886f73296-02b3069e {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-ffd42336-ce3d-5caf-5f5c-097d17c171c3-02b3069e {
    justify-self: center;
  }

  #w-node-ffd42336-ce3d-5caf-5f5c-097d17c171c4-02b3069e {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_6386f9e0-fb4f-9f9f-adb5-ae349aee2007-02b3069e {
    justify-self: center;
  }

  #w-node-_6386f9e0-fb4f-9f9f-adb5-ae349aee2008-02b3069e {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-cf186f55-04c2-d5e5-93ee-ce685f2d99ea-02b3069e {
    justify-self: center;
  }

  #w-node-cf186f55-04c2-d5e5-93ee-ce685f2d99eb-02b3069e {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-e237146a-9f0a-a2e8-d8ff-b387b2638242-02b3069f {
    align-self: start;
  }

  #w-node-_0f0e14cb-df39-2805-08a4-12bafbfdb742-02b3069f, #w-node-_0f0e14cb-df39-2805-08a4-12bafbfdb75b-02b3069f, #w-node-_0f0e14cb-df39-2805-08a4-12bafbfdb774-02b3069f {
    grid-row: 1 / 2;
  }

  #w-node-_76770263-958e-b362-2bbf-3d3fb66c424b-02b306a2 {
    grid-column-end: 5;
  }

  #w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e084d-02b306a2 {
    justify-self: start;
  }

  #w-node-_1f3b411a-f7b5-f1c7-4819-e7626592a345-02b306a3, #w-node-_260e0ac2-fe9d-c73a-5bf5-367afbf1915d-02b306a3 {
    grid-column: 1 / 2;
  }

  #w-node-e7c4c195-db29-f45b-db86-e85d8a2d5fdb-02b306a4 {
    justify-self: center;
  }

  #w-node-_3cc38e7f-40f3-d325-e24a-0cd2e7497800-02b306a5 {
    place-self: auto;
  }

  #w-node-_76770263-958e-b362-2bbf-3d3fb66c424b-418334d0 {
    grid-column-end: 5;
  }

  #w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e084d-418334d0 {
    justify-self: start;
  }

  #w-node-_76770263-958e-b362-2bbf-3d3fb66c424b-6d91f215 {
    grid-column-end: 5;
  }

  #w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e084d-6d91f215 {
    justify-self: start;
  }

  #w-node-_76770263-958e-b362-2bbf-3d3fb66c424b-a245d0e0 {
    grid-column-end: 5;
  }

  #w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e084d-a245d0e0 {
    justify-self: start;
  }

  #w-node-_76770263-958e-b362-2bbf-3d3fb66c424b-5c1efb09 {
    grid-column-end: 5;
  }

  #w-node-_15742a7b-fa9f-0205-ce44-a9b4fd2e084d-5c1efb09 {
    justify-self: start;
  }
}


.unpaidcount{
  display:none;
  position: absolute;
  right: -5px;
  border: 1px solid #dc0000;
  width: 16px;
  height: 16px;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  background: #dc0000;
  color: #fff;
  overflow: hidden;
  top: -5px;
}