:root {
  --dark: #200307;
  --brand: #ffa36a;
  --base: white;
  --separators: #ffa36a52;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--dark);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

.hero {
  width: 100%;
  height: 100vh;
  padding: 1.25rem;
}

.hero-content {
  border-top-right-radius: 5rem;
  border-bottom-left-radius: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brand {
  z-index: 10;
  width: 12rem;
  position: relative;
}

.header {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.menu-btn {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 2.5rem;
  height: 2.5rem;
  display: none;
}

.line-1 {
  background-color: var(--brand);
  width: 32px;
  height: 1px;
}

.line-2 {
  background-color: var(--brand);
  width: 16px;
  height: 1px;
}

.hero-title-wrapper {
  z-index: 10;
  position: relative;
  bottom: 2rem;
  left: 2.4rem;
}

.body {
  color: var(--base);
  font-family: Season, Georgia, sans-serif;
  font-weight: 300;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
}

.scroll-down-area {
  z-index: 10;
  background-color: #885733;
  justify-content: center;
  align-items: flex-start;
  width: 1px;
  height: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.scroll-down-track {
  background-color: var(--brand);
  flex: none;
  width: 1px;
  height: 1.5rem;
}

.scroll-down-btn {
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.about {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 100%;
  padding-top: 6.15rem;
  padding-left: 6.15rem;
  padding-right: 6.15rem;
  display: flex;
}

.h2 {
  color: var(--brand);
  text-indent: 5rem;
  max-width: 22em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.h2.is-short {
  max-width: 13em;
}

.service-item {
  border-top: 1px solid var(--separators);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 5rem;
  padding-left: 20%;
  display: flex;
  position: relative;
}

.service-info-wrapper {
  flex: 0 auto;
  padding-left: 1.25rem;
}

.h3 {
  color: var(--base);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

.h3.is-light {
  color: #ffffff85;
  max-width: 27em;
}

.service-benefits {
  border-left: 1px solid var(--separators);
  flex-flow: column;
  flex: none;
  padding-top: 4.2rem;
  padding-left: 5rem;
  display: flex;
}

.fullscreen-images {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  width: 100%;
  display: flex;
}

.big-image {
  aspect-ratio: 16 / 9;
  border-top-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
  flex: 1;
  width: 100%;
  overflow: hidden;
}

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

.small-image {
  border-top-right-radius: 5rem;
  border-bottom-left-radius: 5rem;
  flex: 0 auto;
  width: 20%;
  height: 50%;
  overflow: hidden;
}

.additional-services {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  border-top: 1px solid var(--separators);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 5rem;
  padding-left: 20%;
  display: flex;
  position: relative;
}

.promo {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
}

.sign-decor {
  opacity: .2;
  width: 5rem;
}

.promo-with-benefits {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  width: 100%;
  display: flex;
}

.benefits-v2 {
  border-left: 1px solid var(--separators);
  flex-flow: column;
  flex: none;
  padding-top: 4.2rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.footer {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 6.15rem;
  display: flex;
}

.footer-heading {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.h4 {
  color: var(--base);
  text-indent: 5rem;
  max-width: 22em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.footer-contacts {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  border-top: 1px solid var(--separators);
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: 5rem;
  padding-left: 20%;
  display: flex;
  position: relative;
}

.contact-link {
  color: var(--brand);
  border-bottom: 1px solid #0000;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
  transition: border-color .3s;
}

.contact-link:hover {
  border-bottom-color: #ffa36a66;
}

.contact-col {
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.copy-txt {
  color: #ffffff80;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

.small-image-square {
  border-top-right-radius: 5rem;
  border-bottom-left-radius: 5rem;
  flex: 0 auto;
  width: 20%;
  height: 50%;
  overflow: hidden;
}

.images-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

@media screen and (max-width: 991px) {
  .about {
    padding-top: 5rem;
  }

  .service-item {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    padding-left: 0%;
  }

  .service-info-wrapper {
    flex: 1;
    padding-left: 0;
  }

  .service-benefits {
    padding-top: 2.5rem;
    padding-left: 2.5rem;
  }

  .big-image {
    border-top-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }

  .small-image {
    border-top-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .additional-services {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-left: 0%;
  }

  .promo-with-benefits {
    flex-flow: column;
  }

  .benefits-v2 {
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 1.25rem;
  }

  .footer-contacts {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-left: 0%;
  }

  .small-image-square {
    border-top-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding: 1rem;
  }

  .hero-content {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    padding: 1rem;
  }

  .hero-title-wrapper {
    left: 1rem;
  }

  .h1 {
    font-size: 3rem;
  }

  .about {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .h2 {
    font-size: 2rem;
  }

  .h2.is-short {
    text-indent: 4rem;
    max-width: 12em;
  }

  .h3 {
    font-size: 1.25rem;
  }

  .big-image {
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .small-image {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .additional-services {
    flex-flow: column;
  }

  .sign-decor {
    width: 4rem;
  }

  .footer {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding: 3rem;
  }

  .h4 {
    font-size: 2.5rem;
  }

  .contact-link {
    font-size: 1.25rem;
  }

  .copy-txt {
    font-size: .8125rem;
  }

  .small-image-square {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 100svh;
  }

  .hero-content {
    padding: 1rem;
  }

  .brand.w--current {
    width: 10rem;
  }

  .hero-title-wrapper {
    bottom: 1rem;
    left: 1rem;
  }

  .h1 {
    font-size: 2.25rem;
  }

  .scroll-down-btn {
    width: 2rem;
  }

  .about {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .h2 {
    text-indent: 3rem;
  }

  .h2.is-short {
    text-indent: 3rem;
    font-size: 1.75rem;
  }

  .service-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 3rem;
  }

  .h3 {
    font-size: 1rem;
  }

  .service-benefits {
    padding-top: 2rem;
    padding-left: 2rem;
  }

  .fullscreen-images {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-end;
  }

  .big-image {
    border-top-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .small-image {
    border-top-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    width: 60%;
    height: 8rem;
  }

  .additional-services {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 3rem;
  }

  .promo {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sign-decor {
    width: 3rem;
  }

  .promo-with-benefits {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .benefits-v2 {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 0;
  }

  .footer {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: space-between;
    align-items: flex-start;
    height: 100svh;
    overflow: hidden;
  }

  .footer-heading {
    flex: 1;
  }

  .h4 {
    text-indent: 3rem;
    font-size: 2rem;
  }

  .footer-contacts {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 3rem;
  }

  .contact-link {
    font-size: 1.25rem;
  }

  .copy-txt {
    font-size: .75rem;
  }

  .small-image-square {
    border-top-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    width: 60%;
    height: 10rem;
  }

  .images-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
}


@font-face {
  font-family: 'Season';
  src: url('../fonts/SeasonMixTRIAL-Light.woff2') format('woff2'), url('../fonts/SeasonMixTRIAL-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Season Sans';
  src: url('../fonts/SeasonSansTRIAL-Light.woff2') format('woff2'), url('../fonts/SeasonSansTRIAL-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}