@font-face {
  font-family: SF Pro Display;
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SF Pro Display;
  src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey-background\<deleted\|variable-c396ad02-1b41-9ce9-2db4-0e54fd01645b\>: #f7f7f5;
  --black: #222;
  --white: white;
  --_font-size---subtitle: 1.5rem;
  --grey: #7d7d7d;
  --_font-size---body: 1rem;
  --grey-dark-_text\<deleted\|variable-3bcb278f-c804-c0ae-0eee-f2725958acae\>: #6d6e70;
  --_font-size---h1: 3.9375rem;
  --_font-size---h3: 2.25rem;
  --_font-size---h2: 3rem;
  --_font-size---body-medium: 1.5rem;
  --_font-size---caption: .875rem;
  --beige-light: #fffc;
  --beige: #a67d45;
  --light-blue: #01aee50a;
  --blue: #01aee5;
  --orange: #ff9800;
  --light-orange: #ff98000a;
}

body {
  background-color: var(--grey-background\<deleted\|variable-c396ad02-1b41-9ce9-2db4-0e54fd01645b\>);
  color: var(--black);
  --_font-size---subtitle: 1.5rem;
  --_font-size---body: 1rem;
  --_font-size---h1: 3.9375rem;
  --_font-size---h3: 2.25rem;
  --_font-size---h2: 3rem;
  --_font-size---body-medium: 1.5rem;
  --_font-size---caption: .875rem;
  font-family: Inter;
  font-size: 14px;
  line-height: 130%;
}

.container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-bottom: 1px solid #8e8e9333;
  grid-template-rows: auto;
  grid-template-columns: 1fr 35rem;
  grid-auto-columns: 1fr;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4.375rem 2.5rem;
  display: grid;
}

.footer.container {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.1875rem;
  padding-bottom: 2rem;
  display: flex;
}

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

.footer__link-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: SF Pro Display, Arial, sans-serif;
  font-size: var(--_font-size---subtitle);
  line-height: 130%;
}

.footer__link {
  direction: ltr;
  color: var(--grey);
  font-size: var(--_font-size---body);
  -webkit-text-stroke-color: var(--grey-dark-_text\<deleted\|variable-3bcb278f-c804-c0ae-0eee-f2725958acae\>);
  text-transform: none;
  overflow-wrap: normal;
  text-decoration: none;
}

.footer__logo-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero__wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.hero__wrapper.hero-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: .75rem;
  width: 100%;
  max-width: none;
  padding: 1.5rem;
  box-shadow: 4px 4px 32px #0000001a;
}

.hero__title {
  font-family: SF Pro Display, Arial, sans-serif;
  font-size: var(--_font-size---h1);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 110%;
}

.hero__subtitle {
  color: var(--grey);
  font-size: var(--_font-size---subtitle);
  margin-bottom: 0;
  font-weight: 600;
  line-height: 115%;
}

.hero-card__title {
  font-size: var(--_font-size---h3);
  margin-top: 0;
  margin-bottom: 0;
}

.hero-card__title.right {
  text-align: right;
  margin-left: auto
}

.hero-card__list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-bottom: auto;
  padding-left: 0;
  display: flex;
}

.hero-card__item {
  font-size: var(--_font-size---body);
  padding-left: 2.25rem;
  line-height: 150%;
  position: relative;
}

.bold-text {
  font-weight: 600;
}

.guides__wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.guides__title {
  font-size: var(--_font-size---h2);
  margin-top: auto;
  margin-bottom: 0;
  line-height: 110%;
}

.guides__descr {
  font-size: var(--_font-size---body);
  color: var(--grey);
  margin-top: auto;
  margin-bottom: 0;
  line-height: 150%;
  text-align: right;
}

.guides-list {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: 22.5rem 22.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 0;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.guides-list__item {
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.guides-list__item.center {
  background-image: linear-gradient(#0003, #0000001a);
  justify-content: center;
  align-items: center;
}

.guides-list__title {
  color: var(--white);
  font-size: var(--_font-size---body-medium);
  margin-top: 0;
  margin-bottom: 0;
}

.guides-list__title.center {
  text-align: center;
}

.guides-list__text-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: linear-gradient(#0000, #000c);
  align-items: flex-end;
  padding: 3.375rem 1.5rem 1.5rem;
  display: flex;
  position: relative;
  width: 100%;
}

.guides-list__text-wrapper.center {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.guides-list__button-text {
  z-index: 3;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--white);
  font-size: var(--_font-size---body);
  white-space: nowrap;
  word-break: normal;
  cursor: pointer;
  background-color: #0000;
  background-image: linear-gradient(90deg, #ffffff1a, #ffffff4d);
  border: 1px solid #ffffff14;
  border-radius: 2rem;
  padding: .75rem 1rem;
  line-height: 150%;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  box-shadow: 0 0 #0000, -1px -1px 12px #ffffff26, inset 1px 1px 12px #ffffff26;
}

.guides-list__button-text:hover {
  box-shadow: 4px 4px 32px #fff3, -1px -1px 12px #ffffff26, inset 1px 1px 12px #ffffff26;
}

.guides-list__images {
  z-index: -1;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.guides-list__link {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.guides-list__button {
  text-decoration: none;
}

.guides-list__center-text {
  color: var(--white);
  font-size: var(--_font-size---body);
  font-weight: 600;
  line-height: 150%;
}

.footer__mg {
  color: var(--grey);
  font-size: var(--_font-size---caption);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  line-height: 150%;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    --_font-size---subtitle: 1.25rem;
    --_font-size---body: 1rem;
    --_font-size---h1: 2.25rem;
    --_font-size---h3: 1.75rem;
    --_font-size---h2: 2rem;
    --_font-size---body-medium: 1.5rem;
    --_font-size---caption: .875rem;
  }

  .container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding: 2.5rem 1rem;
    display: flex;
  }

  .container.hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer.container {
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }

  .footer__logo {
    max-width: 10rem;
  }

  .footer__link {
    font-size: .875rem;
  }

  .hero__wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .hero__wrapper.hero-card {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding: 1rem;
  }

  .hero-card__title.right {
    display: none;
  }

  .guides__descr {
    text-align: left;
  }

  .guides-list {
    grid-template-rows: 25rem 25rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 25rem;
  }

  .guides-list__text-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .guides-list__button-text {
    text-align: center;
  }

  .guides-list__button {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_font-size---subtitle: 1.25rem;
    --_font-size---body: 1rem;
    --_font-size---h1: 2.25rem;
    --_font-size---h3: 1.75rem;
    --_font-size---h2: 2rem;
    --_font-size---body-medium: 1.5rem;
    --_font-size---caption: .875rem;
  }

  .footer.container {
    z-index: 10;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
    position: relative;
  }

  .guides-list {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
    grid-template-rows: 25rem 25rem;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .guides-list__item.center {
    display: none;
  }

  .hero-card__title.right {
    display: block;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: var(--white);
  }
}


@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}