.TextSection--block__3G {
  margin: 0 auto;
  padding: 40px 0;
  max-width: 700px;
  text-align: center; }
  @media (min-width: 80em) {
    .TextSection--block__3G {
      padding: 105px 0; } }
  @media (min-width: 105em) {
    .TextSection--block__3G {
      max-width: 1230px; } }
  .TextSection--block__3G.TextSection--reset__3w {
    padding: 0;
    max-width: none;
    text-align: inherit; }
  .TextSection--block__3G.TextSection--italic__2U .TextSection--title__16 {
    margin-bottom: 0;
    font-size: 30px;
    font-style: italic; }

.TextSection--title__16 {
  margin-bottom: 42px;
  color: var(--text-color);
  font-family: var(--secondary-font-family);
  font-size: 36px; }
  @media (min-width: 105em) {
    .TextSection--title__16 {
      margin-bottom: 56px;
      font-size: 60px; } }

.TextSection--text__2V {
  color: var(--gray-800);
  font-size: 18px; }
  @media (min-width: 105em) {
    .TextSection--text__2V {
      font-size: 36px; } }

.slick-slider {
  box-sizing: border-box;
  display: block;
  position: relative;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer; }

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track::before,
.slick-track::after {
  display: table;
  content: ''; }

.slick-track::after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent;
  height: auto; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border: 0;
  background: transparent;
  width: 40px;
  height: 40px;
  color: transparent; }

.SliderArrow--block__3o {
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0;
  width: auto;
  overflow: visible;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  color: transparent; }
  .SliderArrow--block__3o::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--secondary-font-family);
    font-size: 48px; }
  .SliderArrow--block__3o.SliderArrow--left__1Z::before {
    content: '>'; }
  .SliderArrow--block__3o.SliderArrow--right__2j::before {
    content: '<'; }
  .SliderArrow--block__3o.SliderArrow--black__1o::before {
    color: var(--text-color); }
  .SliderArrow--block__3o.SliderArrow--white__1u::before {
    color: var(--white); }

.SectionTwo--block__3W {
  padding-bottom: 160px;
  overflow: hidden; }
  @media (min-width: 64em) {
    .SectionTwo--block__3W {
      display: grid;
      position: relative;
      grid-template-columns: repeat(4, 1fr);
      padding-bottom: 0; } }

.SectionTwo--tabs__2z {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 6px;
  left: 0;
  background-color: var(--brown-500);
  padding: 20px;
  width: 100%;
  height: 160px;
  color: var(--white); }
  .SectionTwo--tabs__2z li {
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    display: none;
    opacity: 0.4; }
    @media (min-width: 64em) {
      .SectionTwo--tabs__2z li {
        display: block; } }
  .SectionTwo--tabs__2z .slick-active {
    display: block;
    opacity: 1; }
  @media (min-width: 64em) {
    .SectionTwo--tabs__2z {
      justify-content: center;
      flex-direction: column;
      display: flex;
      top: 0;
      right: 0;
      bottom: auto;
      left: auto;
      padding: 42px;
      width: 25%;
      height: 50%; } }
  @media (min-width: 105em) {
    .SectionTwo--tabs__2z {
      display: block;
      padding: 74px 42px 130px;
      width: 25%;
      height: 540px; } }

.SectionTwo--item__3S {
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  font-size: 30px; }
  @media (min-width: 64em) {
    .SectionTwo--item__3S {
      justify-content: flex-start;
      align-items: center;
      display: flex;
      margin-bottom: 30px;
      text-align: left; } }
  @media (min-width: 105em) {
    .SectionTwo--item__3S {
      margin-bottom: 0; } }

.SectionTwo--digit__2G {
  display: none; }
  @media (min-width: 105em) {
    .SectionTwo--digit__2G {
      display: block;
      margin-right: 30px;
      margin-bottom: 30px;
      line-height: 0.55;
      font-family: var(--secondary-font-family);
      font-size: 100px; } }

.SectionTwo--ratio__2w {
  position: relative; }
  @media (max-width: 63.99em) {
    .SectionTwo--ratio__2w.SectionTwo--hiddenMobile__mO {
      display: none; } }
  @media (min-width: 64em) {
    .SectionTwo--ratio__2w {
      padding-top: 225%;
      height: 0; } }
  .SectionTwo--ratio__2w.SectionTwo--main__3V {
    height: 490px; }
    @media (min-width: 64em) {
      .SectionTwo--ratio__2w.SectionTwo--main__3V {
        height: 0; } }

.SectionTwo--section__10 {
  width: 100%;
  height: 100%; }
  @media (min-width: 64em) {
    .SectionTwo--section__10 {
      position: absolute;
      top: 0;
      left: 0; }
      .SectionTwo--section__10.SectionTwo--right__1t .SectionTwo--image__p_ {
        height: 540px; }
      .SectionTwo--section__10.SectionTwo--left__3m {
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        display: flex;
        background-color: var(--gray-300);
        color: var(--text-color);
        font-family: var(--secondary-font-family); } }
    @media (min-width: 64em) and (min-width: 64em) {
      .SectionTwo--section__10.SectionTwo--left__3m {
        padding: 16px 0; } }
    @media (min-width: 64em) and (min-width: 105em) {
      .SectionTwo--section__10.SectionTwo--left__3m {
        padding: 50px 0 80px; } }

.SectionTwo--wrapper__26 {
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  display: flex;
  flex: 1; }

.SectionTwo--title__2L {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: var(--brown-500);
  text-align: center;
  color: var(--white);
  font-family: var(--secondary-font-family);
  font-size: 100px; }
  @media (min-width: 64em) {
    .SectionTwo--title__2L {
      width: auto;
      height: auto;
      position: static;
      background-color: transparent;
      line-height: 1;
      color: var(--text-color);
      font-size: 80px; } }
  @media (min-width: 105em) {
    .SectionTwo--title__2L {
      font-size: 180px; } }

@media (min-width: 64em) {
  .SectionTwo--under__39 {
    width: 100%;
    height: 100%;
    position: relative;
    flex: 1; } }

.SectionTwo--subtitle__16 {
  display: none; }
  @media (min-width: 64em) {
    .SectionTwo--subtitle__16 {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      transform: rotateZ(-90deg) translate(-200px, -214px);
      opacity: 0.851;
      width: 506px;
      text-align: right;
      text-transform: uppercase;
      line-height: 1.5;
      font-size: 40px; } }
  @media (min-width: 105em) {
    .SectionTwo--subtitle__16 {
      width: 600px;
      font-size: 70px; } }

.SectionTwo--text__1y {
  display: none; }
  @media (min-width: 64em) {
    .SectionTwo--text__1y {
      display: block;
      font-size: 24px; } }
  @media (min-width: 105em) {
    .SectionTwo--text__1y {
      font-size: 40px; } }

.SectionTwo--image__p_ {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }

.SectionTwo--arrows__w- {
  bottom: 38px; }
  .SectionTwo--arrows__w-.SectionTwo--left__3m {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 40px; }
  .SectionTwo--arrows__w-.SectionTwo--right__1t {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -40px; }

.SectionThree--block__1j .SectionThree--ratio__3r.SectionThree--left__U3 {
  grid-row: 2;
  grid-column: 1 / 3; }

.SectionThree--block__1j .SectionThree--ratio__3r.SectionThree--right__33 {
  grid-row: 2;
  grid-column: 3 / 5; }

@media (min-width: 80em) {
  .SectionThree--block__1j {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: repeat(4, 1fr); } }

.SectionThree--ratio__3r {
  display: none;
  position: relative; }
  .SectionThree--ratio__3r.SectionThree--main__-p, .SectionThree--ratio__3r.SectionThree--controls__h- {
    display: block; }
  @media (min-width: 80em) {
    .SectionThree--ratio__3r {
      display: block;
      padding-top: 112%;
      height: 0; }
      .SectionThree--ratio__3r.SectionThree--horizontal__1q {
        padding-top: 56%; } }
  .SectionThree--ratio__3r.SectionThree--main__-p {
    height: 490px; }
    @media (min-width: 80em) {
      .SectionThree--ratio__3r.SectionThree--main__-p {
        height: 0; } }

.SectionThree--controls__h- {
  height: 320px; }

.SectionThree--section__1M {
  width: 100%;
  height: 100%; }
  @media (min-width: 80em) {
    .SectionThree--section__1M {
      position: absolute;
      top: 0;
      left: 0; } }
  .SectionThree--section__1M.SectionThree--gray__3n {
    background-color: var(--gray-100); }
  .SectionThree--section__1M.SectionThree--brown__3L {
    display: block;
    background-color: var(--brown-100); }

.SectionThree--image__PF {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }

.SectionThree--item__2_ {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 36px; }
  @media (min-width: 80em) {
    .SectionThree--item__2_ {
      margin-bottom: 20px;
      font-size: 30px; } }
  @media (min-width: 105em) {
    .SectionThree--item__2_ {
      font-size: 46px; } }

.SectionThree--tabs__2e {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 32px 32px 80px;
  font-family: var(--secondary-font-family); }
  .SectionThree--tabs__2e li {
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    opacity: 0.6; }
  .SectionThree--tabs__2e .slick-active {
    opacity: 1; }
  @media (max-width: 79.99em) {
    .SectionThree--tabs__2e {
      width: 100%; } }
  @media (min-width: 80em) {
    .SectionThree--tabs__2e {
      top: 0;
      bottom: auto;
      left: 50%;
      padding: 75px 36px 120px; } }

.SectionThree--arrows__iJ {
  bottom: 28px; }
  @media (min-width: 64em) {
    .SectionThree--arrows__iJ {
      margin-top: -60px; } }
  @media (min-width: 105em) {
    .SectionThree--arrows__iJ {
      margin-top: -90px; } }
  .SectionThree--arrows__iJ.SectionThree--left__U3 {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 40px; }
    @media (min-width: 80em) {
      .SectionThree--arrows__iJ.SectionThree--left__U3 {
        top: 50%;
        bottom: auto;
        transform: none;
        margin-left: 120px; } }
  .SectionThree--arrows__iJ.SectionThree--right__33 {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -40px; }
    @media (min-width: 80em) {
      .SectionThree--arrows__iJ.SectionThree--right__33 {
        top: 50%;
        bottom: auto;
        transform: none;
        margin-left: 40px; } }

.Wrapper--block__22 {
  margin: auto;
  padding: 0 16px;
  max-width: 1752px; }
  .Wrapper--block__22.Wrapper--fluid__e9 {
    max-width: none; }

.Logo--block__kK {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle; }

.Logo--logo__lz {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }

.MainMenu--block__2v {
  padding: 0 16px; }
  .MainMenu--block__2v.MainMenu--darken__Xw .MainMenu--item__kx {
    color: var(--text-color); }
  @media (max-width: 63.99em) {
    .MainMenu--block__2v.MainMenu--isAdaptive__g1 .MainMenu--item__kx {
      display: block;
      margin: 0 0 40px;
      font-size: 18px; }
      .MainMenu--block__2v.MainMenu--isAdaptive__g1 .MainMenu--item__kx:first-child {
        margin-left: 0; } }

.MainMenu--item__kx {
  margin: 0 35px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--white);
  font-size: 16px; }
  .MainMenu--item__kx:first-child {
    margin-left: 16px; }
  .MainMenu--item__kx.MainMenu--isActive__13 {
    opacity: 0.6; }
    .MainMenu--item__kx.MainMenu--isActive__13::after {
      width: 4px;
      height: 4px;
      transition-duration: 0.2s;
      transition-property: opacity;
      transition-timing-function: ease-in-out;
      display: inline-block;
      margin-left: 4px;
      border-radius: 50%;
      background: var(--white);
      vertical-align: middle;
      content: ''; }

.Socials--block__2g {
  display: flex; }
  .Socials--block__2g.Socials--isRound__S6 {
    justify-content: center; }
    .Socials--block__2g.Socials--isRound__S6 .Socials--item__1q {
      width: 38px;
      height: 38px;
      justify-content: center;
      align-items: center;
      display: flex;
      opacity: 1;
      border: 1px solid var(--white);
      border-radius: 50%; }
  .Socials--block__2g.Socials--isCenter__1v {
    justify-content: center; }

.Socials--item__1q {
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  opacity: 0.7;
  margin: 0 8px; }
  .Socials--item__1q:hover {
    opacity: 1; }

.Socials--icon__3k {
  width: 20px;
  height: 20px;
  display: block; }

.MenuButton--block__3e {
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0;
  width: auto;
  overflow: visible;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  border-right: 1px solid var(--grey-500-alpha-024); }

.MenuButton--burger__1Q {
  display: flex;
  width: 1.5rem;
  height: 1rem;
  position: relative;
  padding: 0; }
  .MenuButton--burger__1Q .MenuButton--inner__1T {
    width: 100%;
    height: 0.125rem;
    display: block;
    position: absolute;
    bottom: 0;
    transform: translateY(0);
    transition-delay: 0.13s;
    transition-duration: 0.13s;
    border-radius: 0.125rem;
    background-color: var(--white); }
    .MenuButton--burger__1Q .MenuButton--inner__1T::after {
      transform: translateY(-0.875rem);
      transition: transform 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s; }
    .MenuButton--burger__1Q .MenuButton--inner__1T::before {
      transform: translateY(-0.4375rem);
      transition: transform 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s; }
    .MenuButton--burger__1Q .MenuButton--inner__1T::after, .MenuButton--burger__1Q .MenuButton--inner__1T::before {
      width: 100%;
      height: 0.125rem;
      position: absolute;
      left: 0;
      background-color: var(--white);
      content: ''; }
  .MenuButton--burger__1Q.MenuButton--isMenuOpened__37 .MenuButton--inner__1T {
    transform: translate3d(0, -7px, 0) rotate(-45deg);
    transition-delay: 0.22s; }
    .MenuButton--burger__1Q.MenuButton--isMenuOpened__37 .MenuButton--inner__1T::after {
      transform: translateY(0);
      opacity: 0; }
    .MenuButton--burger__1Q.MenuButton--isMenuOpened__37 .MenuButton--inner__1T::before {
      transform: translateY(0) rotate(-90deg); }

:root {
  --header-height: 90px; }
  @media (min-width: 105em) {
    :root {
      --header-height: 108px; } }

.Header--block__2y {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(71, 68, 67, 0.702);
  width: 100%; }

.Header--logo__2M {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8px;
  max-width: 62px;
  max-height: 100%; }
  @media (min-width: 64em) {
    .Header--logo__2M {
      position: static;
      transform: none; } }

.Header--content__2Q {
  justify-content: space-between;
  align-items: center;
  display: flex;
  height: var(--header-height); }
  @media (min-width: 105em) {
    .Header--content__2Q {
      padding: 0 16px; } }

.Header--mobile__1K {
  top: 90px; }
  @media (max-width: 63.99em) {
    .Header--mobile__1K {
      transition-duration: 0.2s;
      transition-property: opacity;
      transition-timing-function: ease-in-out;
      position: absolute;
      left: 0;
      visibility: hidden;
      opacity: 0;
      background-color: rgba(71, 68, 67, 0.702);
      padding: 30px; } }
  @media (min-width: 64em) {
    .Header--mobile__1K {
      justify-content: space-between;
      align-items: center;
      display: flex;
      top: 0;
      flex: 1;
      visibility: visible;
      opacity: 1;
      padding-right: 60px; } }
  .Header--mobile__1K.Header--isOpen__1J {
    visibility: visible;
    opacity: 1; }

.Header--burger__1C {
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0;
  width: auto;
  overflow: visible;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative; }
  @media (min-width: 64em) {
    .Header--burger__1C {
      display: none; } }

.Contacts--link__Pb {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  color: var(--white);
  font-size: 18px; }

.Button--block__3M {
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border: 0;
  background-color: transparent;
  padding: 0; }
  .Button--block__3M.Button--regular__2N {
    border-radius: 3px;
    box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.1);
    background-color: var(--gray-600);
    padding: 0 30px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    color: var(--white);
    font-size: inherit;
    font-weight: 600; }
    @media (min-width: 64em) {
      .Button--block__3M.Button--regular__2N {
        box-shadow: none; }
        .Button--block__3M.Button--regular__2N:hover {
          box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.1); } }
  .Button--block__3M.Button--sm__1F {
    min-height: 16px;
    font-size: 16px; }
  .Button--block__3M.Button--md__2f {
    min-height: 60px;
    font-size: 16px; }
    @media (min-width: 80em) {
      .Button--block__3M.Button--md__2f {
        min-height: 80px;
        font-size: 24px; } }
  .Button--block__3M.Button--opacityHalf__39 {
    background-color: rgba(255, 255, 255, 0.25); }

.contacts--wrapper__3Z {
  padding-top: calc(var(--header-height) + 32px);
  text-align: center; }
  @media (min-width: 64em) {
    .contacts--wrapper__3Z {
      padding-top: calc(var(--header-height) + 48px); } }
  @media (min-width: 105em) {
    .contacts--wrapper__3Z {
      padding-right: 85px;
      padding-left: 85px; } }

.contacts--grid__3G {
  display: grid;
  margin-bottom: 32px; }
  @media (min-width: 64em) {
    .contacts--grid__3G {
      grid-template-columns: 1fr 1fr 1fr;
      margin-bottom: 48px; } }

.contacts--item__1P {
  background-color: var(--brown-500);
  padding: 40px;
  color: var(--white); }
  .contacts--item__1P.contacts--gray__3V {
    background-color: var(--gray); }
  .contacts--item__1P.contacts--brown__33 {
    background-color: var(--brown); }

.contacts--icon__3h {
  width: 100px;
  height: 100px;
  margin: 0 auto 40px; }
  .contacts--icon__3h path {
    fill: var(--white); }

.contacts--time__3i {
  margin-bottom: 20px;
  color: var(--white);
  font-size: 18px; }

.contacts--map__3x {
  background-color: var(--gray-500);
  height: 100vh; }
  @media (min-width: 64em) {
    .contacts--map__3x {
      height: 70vh; } }

@media (min-width: 80em) {
  .SectionFour--block__1f {
    display: grid;
    grid-template-columns: 1fr 1fr; } }

.SectionFour--right__hb {
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  display: flex;
  background-color: var(--gray);
  padding: 32px; }
  @media (min-width: 64em) {
    .SectionFour--right__hb {
      padding: 90px; } }

.SectionFour--button__1_ {
  margin-top: 42px; }

.SectionFour--lightgray__20 {
  background-color: var(--gray-300); }

.SectionFour--lightbrown__1T {
  background-color: var(--brown-100); }

@media (min-width: 64em) {
  .SectionFour--item__2C {
    display: grid;
    grid-template-columns: 1fr 75%; } }

@media (min-width: 105em) {
  .SectionFour--item__2C {
    grid-template-columns: 1fr 755px; } }

.SectionFour--item__2C.SectionFour--bottom__tl {
  display: none; }
  .SectionFour--item__2C.SectionFour--bottom__tl .SectionFour--title__lO {
    transform: rotateZ(-90deg) translate(75px, 50px); }
  @media (min-width: 64em) {
    .SectionFour--item__2C.SectionFour--bottom__tl {
      display: grid; } }

.SectionFour--section__3f {
  height: 490px; }
  @media (min-width: 64em) {
    .SectionFour--section__3f {
      height: 540px; } }

.SectionFour--image__1X {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }

.SectionFour--title__lO {
  display: none; }
  @media (min-width: 64em) {
    .SectionFour--title__lO {
      display: block;
      align-self: flex-end;
      margin-left: auto;
      padding: 0 30px 20px 0;
      width: 200px;
      text-align: right;
      line-height: 1.1;
      color: var(--gray-400);
      font-family: var(--secondary-font-family);
      font-size: 60px; } }

.SectionFour--subtitle__ap {
  margin-bottom: 0;
  font-size: 24px; }

@media (min-width: 80em) {
  .SectionFive--grid__FH {
    display: grid;
    grid-template-columns: 1fr 1fr; } }

.SectionFive--content__1F {
  display: grid;
  grid-template-columns: 1fr 1fr; }

.SectionFive--decor__3A {
  position: relative;
  z-index: 1; }
  .SectionFive--decor__3A::after {
    left: 0;
    background-color: var(--gray-100); }
  .SectionFive--decor__3A::before {
    right: 0;
    background-color: var(--brown-100); }
  .SectionFive--decor__3A::after, .SectionFive--decor__3A::before {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 50%;
    content: ''; }

.SectionFive--column__1p {
  padding: 32px 21px; }
  @media (min-width: 64em) {
    .SectionFive--column__1p {
      padding: 135px 65px 120px; } }
  .SectionFive--column__1p.SectionFive--left__r9 {
    text-align: right; }

.SectionFive--ratio__2b {
  display: none; }
  @media (min-width: 80em) {
    .SectionFive--ratio__2b {
      display: block;
      position: relative;
      height: 100%; } }
  @media (min-width: 105em) {
    .SectionFive--ratio__2b {
      display: block;
      position: relative;
      padding-top: 113%;
      height: 0; } }

.SectionFive--section__2z {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.SectionFive--image__2N {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }

.SectionFive--button__i5 {
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0 30px 30px; }

.SectionFive--title__1R {
  margin-bottom: 40px;
  font-size: 20px; }
  @media (min-width: 64em) {
    .SectionFive--title__1R {
      font-size: 32px; } }
  @media (min-width: 105em) {
    .SectionFive--title__1R {
      margin-bottom: 60px;
      font-size: 48px; } }

.SectionFive--subtitle__uC {
  margin-bottom: 20px;
  line-height: 1.1;
  font-family: var(--secondary-font-family);
  font-size: 16px; }
  @media (min-width: 64em) {
    .SectionFive--subtitle__uC {
      margin-bottom: 60px;
      font-size: 24px; } }
  @media (min-width: 105em) {
    .SectionFive--subtitle__uC {
      margin-bottom: 60px;
      font-size: 40px; } }

.SectionFive--text__2t {
  margin-bottom: 20px;
  font-size: 14px; }
  @media (min-width: 64em) {
    .SectionFive--text__2t {
      font-size: 24px; } }

.SectionFive--list__1t {
  margin: 0;
  padding: 0;
  list-style: none; }

.SectionFive--item__jo {
  position: relative;
  font-size: 14px; }
  .SectionFive--item__jo::before {
    position: absolute;
    top: 3px;
    left: -13px;
    font-size: 10px;
    content: '+'; }
    @media (min-width: 64em) {
      .SectionFive--item__jo::before {
        top: 4px;
        left: -24px;
        font-size: 16px; } }
    @media (min-width: 105em) {
      .SectionFive--item__jo::before {
        left: -38px; } }
  @media (min-width: 64em) {
    .SectionFive--item__jo {
      font-size: 24px; } }

@media (min-width: 80em) {
  .SectionSix--block__3Y {
    display: grid;
    position: relative;
    grid-template-rows: 540px 380px;
    grid-template-columns: 31% 26% 22% 25%; } }

@media (min-width: 105em) {
  .SectionSix--block__3Y {
    grid-template-rows: 600px 480px; } }

.SectionSix--tabs__1W {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 490px;
  left: 0;
  background-color: var(--gray-700);
  padding: 32px;
  width: 100%;
  height: 236px;
  color: var(--white);
  font-family: var(--secondary-font-family); }
  .SectionSix--tabs__1W li {
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    opacity: 0.6; }
  .SectionSix--tabs__1W .slick-active {
    opacity: 1;
    text-transform: uppercase; }
  @media (min-width: 80em) {
    .SectionSix--tabs__1W {
      width: 31%;
      height: 540px;
      top: 0; } }
  @media (min-width: 105em) {
    .SectionSix--tabs__1W {
      padding: 60px;
      height: 600px; } }

.SectionSix--item__7s {
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 36px; }
  .SectionSix--item__7s:last-child {
    margin-bottom: 0; }
  @media (min-width: 80em) {
    .SectionSix--item__7s {
      margin-bottom: 40px;
      font-size: 48px; } }

.SectionSix--image__KA {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }

.SectionSix--section__3n {
  width: 100%;
  height: 100%;
  display: none;
  position: relative; }
  @media (min-width: 80em) {
    .SectionSix--section__3n {
      display: block; } }
  .SectionSix--section__3n.SectionSix--main__3k {
    display: block;
    margin-bottom: 236px;
    height: 490px; }
    @media (min-width: 80em) {
      .SectionSix--section__3n.SectionSix--main__3k {
        margin-bottom: 0;
        height: auto; } }
  .SectionSix--section__3n.SectionSix--mobTitle__2G {
    display: block; }

.SectionSix--wrapper__1z {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: var(--gray-300);
  padding: 150px 85px;
  overflow: hidden; }
  .SectionSix--wrapper__1z::after {
    display: block;
    position: absolute;
    top: 90px;
    bottom: 90px;
    left: 84px;
    border: 1px solid rgba(255, 255, 255, 0.302);
    width: 100%;
    content: ''; }

.SectionSix--decor__1S {
  width: 100%;
  height: 100%;
  background-color: var(--brown-100); }

.SectionSix--text__10 {
  width: 100%;
  height: 100%;
  background-color: var(--brown-100);
  padding: 32px;
  text-align: center;
  color: var(--gray-500);
  font-size: 18px; }
  @media (min-width: 80em) {
    .SectionSix--text__10 {
      text-align: left;
      font-size: 24px; } }
  @media (min-width: 105em) {
    .SectionSix--text__10 {
      padding: 80px 70px; } }

.SectionSix--title__Ea {
  margin-bottom: 42px;
  color: var(--text-color);
  font-family: var(--secondary-font-family);
  font-size: 36px; }
  @media (min-width: 80em) {
    .SectionSix--title__Ea {
      margin-bottom: 24px;
      font-size: 30px; } }

.Capsule--block__2y {
  display: grid; }
  @media (min-width: 64em) {
    .Capsule--block__2y {
      grid-template-rows: auto;
      grid-template-columns: repeat(4, 1fr); }
      .Capsule--block__2y .Capsule--left__1S {
        grid-row: 1;
        grid-column: 1 / 4; }
      .Capsule--block__2y .Capsule--right__1G {
        grid-row: 1;
        grid-column: 4 / 5; } }

.Capsule--left__1S {
  background-color: var(--gray-300); }

@media (min-width: 64em) {
  .Capsule--content__fH {
    padding-top: 90px; } }

@media (min-width: 105em) {
  .Capsule--content__fH {
    padding-top: 120px;
    padding-bottom: 80px; } }

.Capsule--grid__3C {
  display: grid;
  grid-template-rows: 490px; }
  @media (min-width: 64em) {
    .Capsule--grid__3C {
      grid-template-rows: auto;
      grid-template-columns: repeat(4, 1fr);
      grid-row: 2;
      grid-column: 1 / 5; } }

.Capsule--item__3A {
  display: none; }
  .Capsule--item__3A:first-child {
    display: block; }
  @media (min-width: 64em) {
    .Capsule--item__3A {
      display: block;
      position: relative;
      padding-top: 200%; } }

.Capsule--image__tq {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }
  @media (min-width: 64em) {
    .Capsule--image__tq {
      position: absolute;
      top: 0;
      left: 0; } }

.Capsule--digit__mU {
  display: none; }
  @media (min-width: 64em) {
    .Capsule--digit__mU {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      transform: rotate(-90deg);
      height: 100%;
      line-height: 1;
      font-family: var(--secondary-font-family);
      font-size: 120px; } }
  @media (min-width: 105em) {
    .Capsule--digit__mU {
      font-size: 180px; } }

.Capsule--wrapper__C_ {
  padding: 30px 24px; }
  @media (min-width: 64em) {
    .Capsule--wrapper__C_ {
      position: relative;
      padding-left: 114px; } }
  @media (min-width: 105em) {
    .Capsule--wrapper__C_ {
      margin-left: auto;
      padding-left: 200px;
      max-width: 1350px; } }

.Capsule--title__1w {
  text-transform: uppercase;
  font-family: var(--secondary-font-family);
  font-size: 36px; }
  .Capsule--title__1w > :last-child {
    margin-bottom: 0; }
  @media (min-width: 64em) {
    .Capsule--title__1w {
      height: 100%;
      font-size: 40px; } }
  @media (min-width: 105em) {
    .Capsule--title__1w {
      font-size: 80px; } }

.Capsule--subTitle__ik {
  margin-bottom: 16px;
  color: var(--white);
  font-size: 36px; }
  @media (min-width: 64em) {
    .Capsule--subTitle__ik {
      font-size: 24px; } }
  @media (min-width: 64em) {
    .Capsule--subTitle__ik {
      font-size: 32px; } }
  @media (min-width: 105em) {
    .Capsule--subTitle__ik {
      margin-bottom: 42px;
      font-size: 48px; } }

@media (min-width: 64em) {
  .Capsule--decor__FB {
    position: relative; } }

.Capsule--text__hD {
  padding: 30px 24px; }
  @media (min-width: 64em) {
    .Capsule--text__hD {
      padding: 30px 40px; } }

.Capsule--button__25 {
  width: 100%; }
  @media (min-width: 64em) {
    .Capsule--button__25 {
      width: auto; } }

@media (min-width: 80em) {
  .SectionSeven--block__EV {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 800px; } }

.SectionSeven--text__HN {
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  display: flex;
  background-color: var(--brown-100);
  padding: 32px; }
  @media (min-width: 80em) {
    .SectionSeven--text__HN {
      padding: 230px 90px; } }

.SectionSeven--ratio__3w {
  width: 100%;
  height: 100%;
  position: relative; }

.SectionSeven--section__3Z {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.SectionSeven--image__2e {
  width: 100%;
  height: 490px;
  display: block;
  object-fit: cover; }
  @media (min-width: 80em) {
    .SectionSeven--image__2e {
      width: 100%;
      height: 100%; } }

.Brands--block__1L {
  padding: 8px 0; }
  @media (min-width: 64em) {
    .Brands--block__1L {
      padding: 60px 0; } }
  @media (min-width: 105em) {
    .Brands--block__1L {
      padding: 220px 0; } }

.Brands--image__1k {
  width: 220px;
  height: 220px;
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  opacity: 0.4;
  object-fit: contain;
  margin: auto;
  padding: 20px; }
  .Brands--image__1k:hover {
    opacity: 1; }
  @media (min-width: 64em) {
    .Brands--image__1k {
      width: 260px;
      height: 260px; } }

@media (min-width: 64em) {
  .SubscribeForm--block__OM {
    width: 690px;
    height: 70px; } }

@media (min-width: 105em) {
  .SubscribeForm--block__OM {
    width: 980px;
    height: 100px; } }

.SubscribeForm--block__OM.SubscribeForm--small__3W {
  display: flex;
  width: auto;
  height: 60px; }
  .SubscribeForm--block__OM.SubscribeForm--small__3W .SubscribeForm--input__HF {
    background-color: #bebebe;
    padding: 15px;
    width: 250px;
    color: var(--white);
    font-size: 14px; }
    .SubscribeForm--block__OM.SubscribeForm--small__3W .SubscribeForm--input__HF::placeholder {
      color: var(--white);
      font-size: 10px; }
  .SubscribeForm--block__OM.SubscribeForm--small__3W .SubscribeForm--button__1k {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: var(--gray-600);
    color: var(--white);
    font-size: 16px; }

.SubscribeForm--input__HF {
  width: 100%;
  height: 80px;
  border: 0;
  padding: 16px;
  font-size: 24px; }
  .SubscribeForm--input__HF::placeholder {
    transition: all 0.3s;
    font-size: 18px; }
    @media (min-width: 64em) {
      .SubscribeForm--input__HF::placeholder {
        height: 100%;
        font-size: 24px; } }
  .SubscribeForm--input__HF:focus::placeholder {
    opacity: 0;
    text-indent: 10px; }
  @media (min-width: 64em) {
    .SubscribeForm--input__HF {
      width: 50%;
      height: 100%; } }

.SubscribeForm--button__1k {
  width: 100%;
  height: 80px;
  background-color: var(--brown-100);
  font-size: 32px; }
  @media (min-width: 64em) {
    .SubscribeForm--button__1k {
      width: 50%;
      height: 100%; } }

.Footer--block__GA {
  flex: 0 0 auto; }

.Footer--top__Xe {
  background-color: var(--gray);
  padding-top: 30px;
  color: var(--white); }
  @media (min-width: 80em) {
    .Footer--top__Xe {
      padding-top: 100px;
      padding-bottom: 70px; } }

@media (min-width: 64em) {
  .Footer--grid__b3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); } }

@media (min-width: 105em) {
  .Footer--grid__b3 {
    grid-template-columns: 460px 400px 400px 1fr;
    padding: 0 85px; } }

.Footer--bottom__18 {
  background-color: var(--brown-100);
  padding: 27px 0; }
  .Footer--bottom__18 .Footer--left__1V {
    display: none; }
    @media (min-width: 64em) {
      .Footer--bottom__18 .Footer--left__1V {
        justify-content: center;
        align-items: center;
        display: flex; } }

@media (min-width: 64em) {
  .Footer--footerBottom__2W {
    justify-content: space-between;
    align-items: center;
    display: flex; } }

@media (min-width: 80em) {
  .Footer--footerBottom__2W {
    padding: 0 55px; } }

.Footer--subscribe__2Z {
  display: none; }
  @media (min-width: 64em) {
    .Footer--subscribe__2Z {
      display: block;
      order: 3; } }

.Footer--socials__1B {
  margin: 40px 0; }
  @media (min-width: 64em) {
    .Footer--socials__1B {
      order: 4;
      margin: 0;
      text-align: center; } }
  @media (min-width: 80em) {
    .Footer--socials__1B {
      margin-left: auto; } }

.Footer--socialTitle__3U {
  display: none; }
  @media (min-width: 64em) {
    .Footer--socialTitle__3U {
      display: block; } }

.Footer--logo__Ag {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex; }
  @media (min-width: 64em) {
    .Footer--logo__Ag {
      order: 1; } }
  @media (min-width: 80em) {
    .Footer--logo__Ag {
      flex-direction: row;
      justify-content: flex-start; } }

.Footer--logoTitle__11 {
  margin-bottom: 20px;
  max-width: 160px;
  text-align: center;
  font-size: 16px; }
  @media (min-width: 80em) {
    .Footer--logoTitle__11 {
      margin-left: 24px;
      text-align: left; } }

.Footer--link__3E {
  width: 96px;
  height: 96px;
  display: block;
  margin-bottom: 20px; }

.Footer--copyright__ck {
  text-align: center;
  font-size: 14px; }
  .Footer--copyright__ck span {
    display: none; }
    @media (min-width: 64em) {
      .Footer--copyright__ck span {
        display: inline;
        margin-left: 8px; } }

@media (min-width: 64em) {
  .Footer--info__1G {
    order: 2;
    padding-right: 16px; } }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  line-height: 1.15;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

button {
  border-radius: 0;
  cursor: pointer; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

input {
  -webkit-appearance: none; }

a::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0; }

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

a:focus,
button:focus,
input:focus {
  outline: none; }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  background-color: #fff;
  text-align: left; }

[tabindex='-1']:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted; }

address {
  margin-bottom: 1rem;
  line-height: inherit;
  font-style: normal; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
  font-size: 75%; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a:not([href]):not([tabindex]) {
  cursor: pointer;
  text-decoration: none;
  color: inherit; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    text-decoration: none;
    color: inherit; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  border-style: none;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  caption-side: bottom;
  text-align: left; }

th {
  text-align: inherit; }

label {
  display: inline-block; }

button:focus {
  outline: none; }

input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0; }

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  margin: 0;
  border: 0;
  padding: 0;
  min-width: 0; }

legend {
  display: block;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
  max-width: 100%;
  line-height: inherit;
  white-space: normal;
  color: inherit;
  font-size: 1.5rem; }

progress {
  vertical-align: baseline; }

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: none;
  outline-offset: -2px; }

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

:root {
  --white: #fff;
  --white-light: #fefefe;
  --text-color: #404040;
  --brown: #b79f91;
  --brown-100: #e0d7cb;
  --brown-500: #9f6f5e;
  --gray: #b7b7b7;
  --gray-100: #dadada;
  --gray-300: #e6e6e6;
  --gray-400: #bdbdbd;
  --gray-500: #7e7e7e;
  --gray-600: #808080;
  --gray-700: #8c94a7;
  --gray-800: #504f51; }

:root {
  --secondary-font-family: 'Playfair Display';
  --primary-font-family: 'Ubuntu';
  --line-height: 1.2; }

html {
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--white);
  min-width: 320px;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: var(--line-height);
  color: var(--text-color);
  font-family: var(--primary-font-family);
  font-weight: 400; }

.Root--block__-v {
  flex-direction: column;
  display: flex;
  min-height: 100vh; }

.Root--main__e8 {
  flex: 1 0 auto; }

.SectionSubscribe--block__3M {
  position: relative;
  z-index: 1;
  background-color: var(--gray-100);
  padding: 42px 32px; }
  @media (min-width: 64em) {
    .SectionSubscribe--block__3M::after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background-color: var(--brown-100);
      width: 50%;
      content: ''; } }
  @media (min-width: 64em) {
    .SectionSubscribe--block__3M {
      padding: 100px 0 140px; } }

.SectionSubscribe--wrapper__Ty {
  margin: 0 auto 85px;
  max-width: 1200px;
  text-align: center; }

.SectionSubscribe--form__3K {
  justify-content: center;
  align-items: center;
  display: flex; }

.HeroSection--block__UX {
  position: relative;
  color: var(--white); }
  @media (min-width: 64em) {
    .HeroSection--block__UX {
      display: grid;
      grid-template-columns: 45% 31.5% 23.5%;
      height: 100vh;
      min-height: 700px; }
      .HeroSection--block__UX::after {
        top: 56%;
        left: 0;
        width: 100%;
        height: 1px; }
      .HeroSection--block__UX::before {
        top: 0;
        left: 16%;
        width: 1px;
        height: 100%; }
      .HeroSection--block__UX::after, .HeroSection--block__UX::before {
        position: absolute;
        opacity: 0.302;
        background-color: var(--white);
        content: ''; } }
  @media (min-width: 105em) {
    .HeroSection--block__UX {
      height: 1080px; } }

.HeroSection--main__Bc {
  height: 490px; }
  @media (min-width: 64em) {
    .HeroSection--main__Bc {
      height: 100vh;
      min-height: 700px; } }
  @media (min-width: 105em) {
    .HeroSection--main__Bc {
      height: 1080px; } }

.HeroSection--middle__3v .HeroSection--top__rV {
  background-color: var(--brown);
  padding: 30px 24px 70px; }
  @media (min-width: 64em) {
    .HeroSection--middle__3v .HeroSection--top__rV {
      padding: 170px 24px 70px; } }
  @media (min-width: 105em) {
    .HeroSection--middle__3v .HeroSection--top__rV {
      padding: 170px 70px 140px; } }

.HeroSection--right__3y .HeroSection--bottom__gd {
  background-color: var(--gray);
  padding: 30px 24px; }
  @media (min-width: 64em) {
    .HeroSection--right__3y .HeroSection--bottom__gd {
      padding: 64px 24px; } }
  @media (min-width: 105em) {
    .HeroSection--right__3y .HeroSection--bottom__gd {
      padding: 64px 70px; } }

.HeroSection--top__rV,
.HeroSection--bottom__gd {
  flex-direction: column;
  display: flex;
  flex: 1; }

.HeroSection--mobile__2c {
  display: none; }
  @media (min-width: 64em) {
    .HeroSection--mobile__2c {
      display: block; } }

@media (min-width: 64em) {
  .HeroSection--bottom__gd {
    height: 36vh;
    min-height: 252px; } }

@media (min-width: 105em) {
  .HeroSection--bottom__gd {
    height: 390px; } }

.HeroSection--top__rV {
  height: 300px; }
  @media (min-width: 64em) {
    .HeroSection--top__rV {
      height: 64vh;
      min-height: 448px; } }
  @media (min-width: 105em) {
    .HeroSection--top__rV {
      height: 690px; } }

.HeroSection--image__3A {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }

.HeroSection--text__2S {
  margin-bottom: 16px;
  font-size: 36px; }
  @media (min-width: 105em) {
    .HeroSection--text__2S {
      margin-bottom: 56px;
      font-size: 48px; } }

.HeroSection--title__3P {
  margin-bottom: 32px;
  text-transform: uppercase;
  font-family: var(--secondary-font-family);
  font-size: 36px; }
  @media (min-width: 64em) {
    .HeroSection--title__3P {
      margin-bottom: 64px;
      letter-spacing: 5px; } }
  @media (min-width: 105em) {
    .HeroSection--title__3P {
      font-size: 72px; } }

.HeroSection--subtitle__1F {
  font-size: 24px; }
  @media (min-width: 105em) {
    .HeroSection--subtitle__1F {
      font-size: 40px; } }

.HeroSection--button__3o {
  z-index: 1;
  min-width: 100%; }

.HeroSection--arrows__3r {
  top: 730px;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 64em) {
    .HeroSection--arrows__3r {
      top: 56%;
      margin-top: 20px; } }
  @media (min-width: 64em) and (max-height: 800px) {
    .HeroSection--arrows__3r {
      top: 54%; } }
  .HeroSection--arrows__3r.HeroSection--left__Ue {
    margin-left: 30px; }
    @media (min-width: 64em) {
      .HeroSection--arrows__3r.HeroSection--left__Ue {
        margin-left: 60px; } }
  .HeroSection--arrows__3r.HeroSection--right__3y {
    margin-left: -50px; }
    @media (min-width: 64em) {
      .HeroSection--arrows__3r.HeroSection--right__3y {
        margin-left: -20px; } }

@media (min-width: 80em) {
  .index--spacer__1S {
    padding: 70px; } }

@media (min-width: 105em) {
  .index--spacer__1S {
    padding: 116px; } }

