@font-face {
  font-family: Bahnschrift;
  src: url('../fonts/bahnschrift.woff2') format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: var(--dark);
  font-family: Bahnschrift, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

h1,
h2 {
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: .9;
}

h4 {
  font-variation-settings: "wght" 350;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

p {
  font-variation-settings: "wght" 360;
  margin-bottom: 0;
  line-height: 1.6;
}

a {
  color: var(--dark);
  border-radius: 2px;
  text-decoration: none;
}

a:focus-visible,
a[data-wf-focus-visible] {
  outline-color: var(--brand);
  outline-offset: 1.5px;
  outline-width: 1.5px;
  outline-style: solid;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

label {
  z-index: 2;
  color: var(--dark);
  font-variation-settings: "wght" 350;
  margin-bottom: 0;
  line-height: 0;
  transition: all .2s;
  position: absolute;
  top: 24px;
  left: 20px;
}

figure {
  margin-bottom: 0;
}

figcaption {
  color: var(--label);
  font-variation-settings: "wght" 350;
  text-align: center;
  margin-top: 8px;
}

.styleguide {
  background-color: #dadada;
  justify-content: space-between;
  height: 100vh;
  padding: 10% 5%;
  display: flex;
}

.styleguide-block {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.styleguide-item {
  grid-column-gap: 12px;
  align-items: center;
  height: 64px;
  line-height: 0;
  display: flex;
  position: relative;
}

.swatch {
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

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

.swatch.light {
  background-color: var(--light);
}

.swatch.brand {
  background-color: var(--brand);
}

.swatch.bg {
  background-color: var(--bg);
}

.swatch.label {
  background-color: var(--label);
}

.swatch.bg-alt {
  background-color: var(--bg-alt);
}

.styleguide-title {
  border-bottom: 1px solid var(--label);
  padding-bottom: 8px;
}

.hero-title {
  font-variation-settings: "wght" 600;
  font-size: 6vw;
  line-height: 1;
}

.hero-subtitle {
  color: var(--brand);
  font-variation-settings: "wght" 400;
  font-size: 3.90625vw;
  line-height: .9;
}

.title {
  color: var(--brand);
  font-variation-settings: "wght" 550;
  font-weight: 500;
  line-height: 1.2;
}

.subtitle {
  font-weight: 600;
  line-height: 1;
}

.icon-check {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: var(--light);
  background-image: linear-gradient(145deg, #f5f5f5bf, #f5f5f540);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  line-height: 0;
  display: flex;
}

.icon-check.alt {
  color: var(--brand);
  background-image: linear-gradient(145deg, #e2944580, #e2944526);
}

.icon-user {
  color: var(--brand);
  background-image: linear-gradient(145deg, #e2944580, #e2944526);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.25vw;
  max-width: 48px;
  height: 4.25vw;
  max-height: 48px;
  line-height: 0;
  display: flex;
}

.prev-btn {
  background-color: var(--bg-alt);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding-left: 0;
  padding-right: 2px;
  line-height: 0;
  display: flex;
  position: fixed;
  bottom: 50%;
  left: 24px;
}

.prev-btn:focus-visible,
.prev-btn[data-wf-focus-visible] {
  outline-color: var(--brand);
  outline-width: 1.5px;
  outline-style: solid;
}

.next-btn {
  background-color: var(--bg-alt);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding-left: 2px;
  padding-right: 0;
  line-height: 0;
  display: flex;
  position: fixed;
  bottom: 50%;
  right: 24px;
}

.next-btn:focus-visible,
.next-btn[data-wf-focus-visible] {
  outline-color: var(--brand);
  outline-width: 1.5px;
  outline-style: solid;
}

.copy-bold {
  font-variation-settings: "wght" 450;
}

.scroller {
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.header {
  z-index: 2;
  background-color: var(--light);
  flex-direction: column;
  justify-content: center;
  height: 66px;
  padding: 5px 20px;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.section-hero {
  z-index: 0;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 66px;
  display: flex;
  position: fixed;
  inset: 0% 5px;
}

.footer {
  z-index: 1;
  background-color: var(--dark);
  color: var(--light);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20vh 10vw 1vw;
  display: flex;
  position: relative;
}

.section-my-story {
  z-index: 1;
  grid-column-gap: 10%;
  background-color: var(--bg);
  box-shadow: 0 25px 0 0 var(--light);
  border-radius: 20px;
  margin-top: 100vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.section-services {
  z-index: 1;
  grid-column-gap: 10%;
  background-color: var(--light);
  box-shadow: 0 25px 0 0 var(--light);
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.section-reviews {
  z-index: 1;
  grid-row-gap: 40px;
  background-color: var(--bg-alt);
  box-shadow: 0 25px 0 0 var(--light);
  border-radius: 20px;
  flex-direction: column;
  padding: 20vh 10vw;
  display: flex;
  position: relative;
}

.section-gallery {
  z-index: 1;
  grid-column-gap: 10%;
  background-color: var(--light);
  box-shadow: 0 25px 0 0 var(--light);
  padding: 20vh 10vw;
  display: flex;
  position: relative;
}

.section-faq {
  z-index: 1;
  grid-row-gap: 40px;
  background-color: var(--bg);
  box-shadow: 0 50px 0 0 var(--light);
  border-radius: 20px;
  flex-direction: column;
  padding: 20vh 10vw;
  display: flex;
  position: relative;
}

.global-styles {
  position: fixed;
}

.hero-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--light);
  font-variation-settings: "wght" 450;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 25px;
  display: flex;
}

.checklist-item {
  grid-column-gap: 8px;
  text-align: left;
  align-items: center;
  display: flex;
}

.hero-text {
  color: var(--light);
  text-align: center;
  margin-bottom: 20px;
  padding-left: 17.75vw;
  padding-right: 17.75vw;
  position: relative;
}

.playback-btn {
  width: 30px;
  height: 30px;
  line-height: 0;
  bottom: 2vw;
  right: 2vw;
  color: var(--light);
}

.playback-btn:focus-visible,
.playback-btn[data-wf-focus-visible] {
  outline-color: var(--brand);
  outline-offset: 1.5px;
  outline-width: 1.5px;
  outline-style: solid;
}

.round-border {
  z-index: 2;
  border-radius: 26px;
}

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

.col-text {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.col-text.full-height {
  justify-content: center;
}

.col-text.full-height.my-story {
  position: sticky;
  top: 66px;
}

.col-text.foter {
  width: auto;
}

.col-img {
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.heading {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.my-story-img-holder {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 66px;
}

.bottom-content {
  grid-row-gap: 1vw;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-content {
  grid-column-gap: 10%;
  grid-row-gap: 20px;
  display: flex;
}

.col-form {
  flex: 1;
  margin-bottom: 0;
}

.field {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.come-and-say-hi {
  color: var(--label);
  white-space: nowrap;
  text-decoration: underline;
}

.bottom {
  grid-column-gap: 20px;
  background-color: #ffffff12;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.25vw 2.5vw;
  display: flex;
}

.credit {
  color: var(--label);
  font-variation-settings: "wght" 350;
  text-align: right;
  line-height: 1;
}

.socials {
  grid-column-gap: 8px;
  display: flex;
}

.icon-star {
  width: 24px;
}

.logo-img {
  height: 100%;
  line-height: 0;
}

.services-list {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.shadow {
  box-shadow: 0 54px 80px #00000014, 0 34px 27px #0000000a, 0 10px 13px #0000000a, 0 2px 5px #00000005;
}

.my-story-img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.btn {
  z-index: 1;
  cursor: pointer;
  padding-top: 13px;
  padding-bottom: 12px;
  position: relative;
}

.btn.dark {
  background-color: var(--dark);
  color: var(--light);
  border-radius: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn.dark:focus-visible,
.btn.dark[data-wf-focus-visible] {
  outline-color: var(--brand);
  outline-width: 1.5px;
  outline-style: solid;
}

.btn.dark.reviews {
  display: none;
}

.btn.nav {
  border: 1.5px solid var(--dark);
  border-radius: 40px;
  padding: 11.5px 18.5px 10.5px;
}

.btn.nav:focus-visible,
.btn.nav[data-wf-focus-visible] {
  outline-offset: 0px;
}

.btn.light {
  background-color: var(--light);
  color: var(--dark);
  border-radius: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.input {
  z-index: 1;
  background-color: var(--light);
  color: var(--dark);
  border-style: none;
  border-radius: 16px;
  height: 48px;
  margin-bottom: 0;
  padding: 1.5px 20px 0;
  line-height: 1.2;
  transition: all .2s;
  position: relative;
  box-shadow: 0 54px 80px #00000014, 0 34px 27px #0000000a, 0 10px 13px #0000000a, 0 2px 5px #00000005;
}

.input::placeholder {
  color: #0000;
  font-variation-settings: "wght" 350;
}

.input.textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 96px;
  max-height: 224px;
  padding-top: 17.5px;
}

.input.select {
  padding-right: 32px;
}

.social-btn {
  background-color: var(--brand);
  color: var(--light);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  line-height: 0;
  transition: transform .2s ease-in-out;
  display: flex;
  box-shadow: 0 54px 80px #00000014, 0 34px 27px #0000000a, 0 10px 13px #0000000a, 0 2px 5px #00000005;
}

.social-btn:hover {
  transform: scale(1.15);
}

.social-btn:focus-visible,
.social-btn[data-wf-focus-visible] {
  outline-style: none;
  transform: scale(1.15);
}

.social-btn.facebook {
  display: none;
}

.reviews-content {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.reviews-list {
  grid-row-gap: 2.5vw;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.reviews-item {
  grid-row-gap: 1vw;
  background-color: var(--light);
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  padding: 2vw 2.5vw;
  display: flex;
  box-shadow: 0 54px 80px #00000014, 0 34px 27px #0000000a, 0 10px 13px #0000000a, 0 2px 5px #00000005;
}

.reviews-item.desktop-hidden {
  display: none;
}

.subtitle-holder {
  grid-column-gap: 1vw;
  grid-row-gap: 8px;
  display: flex;
}

.review-stars {
  grid-column-gap: 3px;
  color: var(--brand);
  align-items: center;
  line-height: 0;
  display: flex;
}

.gallery-btn {
  z-index: 2;
  cursor: pointer;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gallery-btn:focus-visible,
.gallery-btn[data-wf-focus-visible] {
  outline-style: none;
}

.gallery-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.faq-list {
  grid-row-gap: 1vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.question {
  grid-column-gap: 8px;
  align-items: flex-start;
  display: flex;
}

.question.video {
  flex-direction: column;
  align-items: flex-start;
}

.icon-chev-down {
  color: var(--brand);
  flex: none;
  width: 14px;
  margin-top: 1.5px;
  line-height: 0;
}

.answer {
  overflow: hidden;
}

.down-btn {
  background-color: var(--light);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  line-height: 0;
  transition: transform .2s ease-in-out;
  display: flex;
  position: absolute;
  bottom: 2vw;
  box-shadow: 0 54px 80px #00000014, 0 34px 27px #0000000a, 0 10px 13px #0000000a, 0 2px 5px #00000005;
}

.down-btn:hover {
  transform: scale(1.15);
}

.preview-holder {
  border-radius: 100%;
  flex: none;
  width: 78px;
  height: 78px;
  position: relative;
}

.play-btn {
  background-color: var(--brand);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  line-height: 0;
  display: flex;
  position: absolute;
  top: 0%;
  right: -.5vw;
  overflow: hidden;
  box-shadow: 0 54px 80px #00000014, 0 34px 27px #0000000a, 0 10px 13px #0000000a, 0 2px 5px #00000005;
}

.preview {
  z-index: 0;
  border-radius: 100%;
  height: 100%;
}

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

.anchor {
  width: 0;
  height: 0;
  position: absolute;
  top: -66px;
}

.overlay-media {
  background-color: #0006;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.modal-my-story {
  z-index: 3;
  padding-top: 33px;
  padding-bottom: 76px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.my-story-text {
  grid-row-gap: 2vw;
  flex-direction: column;
  margin-top: 2vw;
  display: flex;
}

.my-story-text img {
  border-radius: 20px;
  box-shadow: 0 2px 5px #00000005;
}

.close-btn {
  background-color: var(--bg-alt);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: -32px;
  margin-left: -42px;
  line-height: 0;
  display: flex;
}

.close-btn:focus-visible,
.close-btn[data-wf-focus-visible] {
  outline-color: var(--brand);
  outline-width: 1.5px;
  outline-style: solid;
}

.close-btn.my-story {
  z-index: 4;
  position: sticky;
  top: 20px;
}

.backdrop {
  background-color: #000000bf;
  position: fixed;
  inset: 0%;
}

.modal-gallery {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 33px;
  padding-bottom: 33px;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-content {
  background-color: var(--light);
  border-radius: 20px;
  padding: 52px 66px 76px;
  position: relative;
}

.modal-content.my-story {
  width: 65%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.modal-content.gallery {
  width: 90%;
  max-width: 1280px;
  height: 100%;
  max-height: 810px;
}

.modal-content.video {
  width: 90%;
  max-width: 1080px;
  padding-bottom: 52px;
}

.f-carousel {
  border-radius: 20px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.f-carousel.shadow {
  box-shadow: 0 34px 27px #0000000a, 0 10px 13px #0000000a, 0 2px 5px #00000005;
}

.f-carousel__slide {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.faq-item {
  grid-row-gap: 1vw;
  background-color: var(--light);
  cursor: pointer;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  padding: 2vw 2.5vw 1vw;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #00000005;
}

.faq-item:focus-visible,
.faq-item[data-wf-focus-visible] {
  outline-color: var(--brand);
  outline-width: 1.5px;
  outline-style: solid;
}

.faq-item.video-btn {
  grid-column-gap: 1.75vw;
  border-radius: 120px;
  flex-flow: row;
  align-items: center;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
}

.msg-success {
  background-color: var(--brand);
  border-radius: 20px;
  padding: 2vw 2.5vw;
}

.msg-error {
  color: var(--dark);
  border-radius: 20px;
  margin-top: 1vw;
  padding-left: 20px;
  padding-right: 20px;
}

.message {
  grid-column-gap: 8px;
  text-align: left;
  display: flex;
}

.section-404 {
  grid-row-gap: 1vw;
  background-color: var(--bg);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.icon-half {
  width: 50%;
}

.icon-play {
  justify-content: center;
  width: 100%;
  padding-left: 3px;
  display: flex;
}

.icon-play.abs {
  position: absolute;
  left: -100%;
}

.btn-text {
  flex-direction: column;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.absolute {
  position: absolute;
  bottom: -100%;
}

.submit {
  background-color: #0000;
  border-radius: 40px;
  width: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.submit:focus-visible,
.submit[data-wf-focus-visible] {
  outline-color: var(--brand);
  outline-width: 1.5px;
  outline-style: solid;
}

.icon-chev {
  width: 30%;
}

.icon-close {
  width: 42.5%;
}

.col-services {
  grid-row-gap: 1vw;
  background-color: var(--bg);
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  padding: 2vw 2.5vw;
  display: flex;
  box-shadow: 0 2px 5px #00000005;
}

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

.video-holder {
  border-radius: 20px;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.textarea {
  padding-bottom: 12%;
}

.label {
  color: var(--label);
  font-variation-settings: "wght" 350;
  line-height: 1;
}

.menu-item.logo {
  flex: 1;
  display: flex;
}

.menu-item.toggle {
  display: none;
}

.logo-btn {
  height: 56px;
  display: block;
}

.nav-menu {
  z-index: 4;
  grid-column-gap: 20px;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu:not([style]),
.answer:not([style]) {
  height: 0px;
}

.reviews-btn {
  border-radius: 40px;
  margin-top: 2.5vw;
  display: none;
}

.link {
  color: var(--dark);
  text-decoration: underline;
}

.round-border-holder {
  position: fixed;
  top: 0;
  left: 5px;
  right: 5px;
}

.test {
  background-color: var(--brand);
  height: 5px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.awards {
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
}

.thumbtack {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tt-img-holder {
  grid-column-gap: 4px;
  display: flex;
}

.tt-logo {
  width: 75%;
  line-height: 0;
}

.tt-img {
  width: 50px;
  height: 56px;
}

.llr-logo {
  width: 146px;
  line-height: 0;
}

.license {
  margin-right: auto;
}

.inline-btn {
  color: var(--brand);
  text-decoration: underline;
}

.answer-text {
  margin-bottom: 1vw;
}

.pauser {
  width: 0;
  height: 0;
  margin-top: -67px;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .icon-user {
    width: 32px;
    height: 32px;
  }

  .footer {
    padding: 128px 5vw 20px;
  }

  .section-my-story {
    grid-column-gap: 5%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-services {
    grid-column-gap: 5%;
    padding: 128px 5vw;
  }

  .section-reviews {
    padding: 128px 5vw;
  }

  .section-gallery {
    grid-column-gap: 5%;
    padding: 128px 5vw;
  }

  .section-faq {
    padding: 128px 5vw;
  }

  .playback-btn {
    top: 20px;
    bottom: auto;
    right: 20px;
  }

  .round-border {
    display: none;
  }

  .col-text.full-height {
    flex: none;
  }

  .bottom-content {
    grid-row-gap: 10px;
  }

  .footer-content {
    grid-column-gap: 5%;
  }

  .bottom {
    padding: 12px 20px;
  }

  .reviews-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .reviews-list {
    grid-row-gap: 10px;
  }

  .reviews-item {
    grid-row-gap: 10px;
    padding: 20px;
  }

  .subtitle-holder {
    grid-column-gap: 8px;
  }

  .faq-list {
    grid-row-gap: 10px;
  }

  .modal-content.my-story {
    width: 80%;
  }

  .faq-item {
    grid-row-gap: 10px;
    padding: 20px 20px 10px;
  }

  .faq-item.video-btn {
    grid-column-gap: 18px;
  }

  .section-404 {
    grid-row-gap: 10px;
  }

  .col-services {
    grid-row-gap: 12px;
    flex: 0 auto;
    padding: 20px;
  }

  .menu-item {
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .menu-item.logo {
    width: auto;
    display: block;
    position: fixed;
    top: 5px;
    left: 5px;
  }

  .menu-item.toggle {
    flex-direction: row;
    align-items: center;
    width: auto;
    height: 56px;
    display: flex;
    position: fixed;
    top: 5px;
    right: 5px;
  }

  .menu-item.first {
    margin-top: 12px;
  }

  .menu-item.last {
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: var(--light);
    border-radius: 16px;
    flex-direction: column;
    position: absolute;
    top: 74px;
    right: 8px;
    overflow: hidden;
    box-shadow: 0 54px 80px #00000014, 0 34px 27px #0000000a, 0 10px 13px #0000000a, 0 2px 5px #00000005;
  }

  .answer-text {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    grid-row-gap: 20px;
    justify-content: flex-end;
    padding-top: 100px;
  }

  .section-my-story {
    grid-row-gap: 5vw;
    flex-direction: column-reverse;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-services {
    grid-row-gap: 5vw;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section-gallery {
    grid-row-gap: 5vw;
    flex-direction: column-reverse;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .hero-list {
    flex-flow: column wrap;
  }

  .col-text {
    width: 100%;
  }

  .col-text.full-height {
    flex: 0 auto;
  }

  .col-text.full-height.my-story {
    position: static;
  }

  .col-img {
    grid-row-gap: 5vw;
  }

  .my-story-img-holder.full-height {
    position: static;
  }

  .footer-content {
    flex-direction: column;
    flex: 1;
  }

  .btn.dark.reviews {
    display: block;
  }

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

  .reviews-list.col-last {
    grid-column-gap: 2vw;
    flex-direction: row;
    display: none;
  }

  .reviews-item {
    flex: 1;
  }

  .reviews-item.desktop-hidden {
    display: flex;
  }

  .gallery-btn {
    flex: 0 auto;
    height: 300px;
  }

  .modal-my-story {
    padding-left: 5px;
    padding-right: 5px;
  }

  .close-btn {
    margin-top: -47px;
    margin-left: -15px;
  }

  .close-btn.my-story {
    top: 5px;
  }

  .modal-gallery {
    padding-left: 5px;
    padding-right: 5px;
  }

  .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-content.my-story {
    width: 100%;
  }

  .modal-content.gallery {
    width: 100%;
    padding-bottom: 61px;
  }

  .modal-content.video {
    width: 100%;
    padding-bottom: 38px;
  }

  .col-services {
    width: 100%;
  }

  .modal-video {
    padding-left: 5px;
    padding-right: 5px;
  }

  .logo-btn {
    height: 12vw;
    max-height: 56px;
  }

  .reviews-btn {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .hero-list {
    width: 100%;
    max-width: 326px;
  }

  .hero-text {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .reviews-list.col-last {
    flex-direction: column;
  }

  .reviews-list.col-middle,
  .reviews-item.mobile-hidden,
  .reviews-item.desktop-hidden {
    display: none;
  }

  .subtitle-holder {
    flex-direction: column;
  }

  .menu-item.logo {
    justify-content: center;
    align-items: flex-start;
    height: 56px;
    display: flex;
  }
}

#w-node-_47211134-46ae-6140-96c1-7cf92ce9d390-dd633312 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

@media screen and (max-width: 767px) {

  #w-node-_27998316-97ba-ddaf-0d6d-81964a9a2fe8-dd633312,
  #w-node-_47211134-46ae-6140-96c1-7cf92ce9d390-dd633312 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {

  #w-node-_27998316-97ba-ddaf-0d6d-81964a9a2fe8-dd633312,
  #w-node-_47211134-46ae-6140-96c1-7cf92ce9d390-dd633312 {
    grid-column: span 1 / span 1;
  }
}

[data-wf-bgvideo-fallback-img] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-wf-bgvideo-fallback-img] {
    position: absolute;
    z-index: -100;
    display: inline-block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}