@import url("https://fonts.googleapis.com/css?family=Krub:200,300,regular,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,regular,500,600,700,800,900");
html {
  scroll-behavior: smooth;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

body._lock {
  overflow: hidden;
  touch-action: none;
}
.container {
  max-width: 75rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
}

body {
  color: #151e35;
  line-height: 1;
  font-family: "Krub";
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Krub";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.title {
  font-family: "Rubik", sans-serif;
}

h1,
.title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 62em) {
  h1,
  .title {
    font-size: 56px;
  }
}
@media (max-width: 48em) {
  h1,
  .title {
    font-size: 40px;
  }
}
@media (max-width: 30em) {
  h1,
  .title {
    font-size: 32px;
  }
}

h2,
.title--second {
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 62em) {
  h2,
  .title--second {
    font-size: 32px;
  }
}
@media (max-width: 48em) {
  h2,
  .title--second {
    font-size: 30px;
  }
}
@media (max-width: 30em) {
  h2,
  .title--second {
    font-size: 24px;
  }
}

h3,
.title--third {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 62em) {
  h3,
  .title--third {
    font-size: 20px;
  }
}
@media (max-width: 48em) {
  h3,
  .title--third {
    font-size: 18px;
  }
}
@media (max-width: 30em) {
  h3,
  .title--third {
    font-size: 18px;
  }
}

p {
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
}

section:not(#shadow-host-companion) {
  padding: 86px 0;
}
@media (max-width: 62em) {
  section:not(#shadow-host-companion) {
    padding: 64px 0;
  }
}
@media (max-width: 48em) {
  section:not(#shadow-host-companion) {
    padding: 32px 0;
  }
}
section:not(#shadow-host-companion).policy {
  padding-top: 80px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  color: #fff;
  backdrop-filter: blur(16px);
  background-color: rgba(1, 75, 138, 0.25);
  z-index: 3;
}
@media (max-width: 48em) {
  .header {
    padding: 16px 0;
  }
}
.header__logo {
  position: relative;
  z-index: 3;
  flex: auto 0 1;
}
@media (max-width: 78.4375em) {
  .header__logo {
    margin-right: 0;
  }
}
.header__logo img {
  max-width: 100%;
}
@media (max-width: 78.4375em) {
  .header__logo img {
    max-width: 300px;
  }
}
@media (max-width: 30em) {
  .header__logo img {
    max-width: 240px;
  }
}
@media (max-width: 62em) {
  .header__logo {
    margin-right: auto;
  }
}
.header .container {
  display: flex;
  align-items: center;
  max-width: 1312px;
  gap: 48px;
}
@media (max-width: 78.4375em) {
  .header .container {
    gap: 24px;
  }
}
@media (max-width: 62em) {
  .header .container {
    justify-content: stretch;
    gap: 16px;
  }
}
.header__buttons {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 32px;
  position: relative;
  z-index: 3;
}
@media (max-width: 78.4375em) {
  .header__buttons {
    gap: 24px;
  }
}
.header__buttons a {
  font-weight: 600;
}
.header__buttons button {
  padding: 28px 52px !important;
  color: #151e35 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
.header__buttons button:hover {
  color: #fff !important;
}
@media (max-width: 48em) {
  .header__buttons {
    display: none;
  }
}
.header a:not(.header__logo, .button) {
  position: relative;
}
.header a:not(.header__logo, .button):hover:after {
  width: 100%;
}
.header a:not(.header__logo, .button):after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fff;
  bottom: -5px;
  left: 0;
  transition: width 0.3s;
}

.nav {
  display: flex;
  align-items: center;
}
.nav._active .nav__inner {
  background-color: #014b8a;
  top: 0%;
  padding: 100px 0 30px;
}
@media (max-width: 48em) {
  .nav._active .nav__inner {
    padding: 160px 30px;
  }
}
.nav__inner {
  transition: top 0.3s;
}
@media (max-width: 62em) {
  .nav__inner {
    width: 100%;
    height: 100vh;
    left: 0;
    z-index: 4;
    position: fixed;
    top: -100vh;
    overflow: auto;
    z-index: 2;
  }
}
.nav__list {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 78.4375em) {
  .nav__list {
    gap: 24px;
  }
}
@media (max-width: 62em) {
  .nav__list {
    flex-direction: column;
    font-size: 24px;
  }
}
.nav__list button {
  padding: 8px 24px !important;
  color: #151e35 !important;
  font-size: 16px !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
.nav__list button:hover {
  color: #fff !important;
}
.nav__list .hidden-element {
  display: none;
}
@media (max-width: 48em) {
  .nav__list .hidden-element {
    display: block;
  }
  .nav__list .hidden-element .button {
    font-size: 24px !important;
    display: inline-block;
    max-width: none;
  }
}
.nav__item:not(:nth-last-child(3)) {
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 78.4375em) {
  .nav__item:not(:nth-last-child(3)) {
    padding-right: 16px;
  }
}
@media (max-width: 62em) {
  .nav__item:not(:nth-last-child(3)) {
    padding-right: 0;
    border-right: none;
  }
}
.nav__link {
  position: relative;
}
.nav__link:hover::after, .nav__link.active::after {
  width: 100%;
}
.nav__link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s;
}
.nav__link.active {
  font-weight: 700;
}

.burger {
  display: none;
  z-index: 6;
}
.burger._active span {
  height: 0;
}
.burger._active span::before {
  top: calc(50% - 0.0625rem);
  transform: rotate(45deg);
}
.burger._active span::after {
  top: calc(50% - 0.0625rem);
  transform: rotate(-45deg);
}
.burger span {
  display: block;
  background-color: #fff;
  height: 2px;
  width: 100%;
}
.burger span::after, .burger span::before {
  content: "";
  background-color: #fff;
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  transition: top 0.3s, transform 0.3s;
}
.burger span::after {
  top: 0;
  left: 0;
}
.burger span::before {
  bottom: 0;
  left: 0;
}
@media (max-width: 62em) {
  .burger {
    display: block;
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
}

.hero {
  min-height: 900px;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 62em) {
  .hero {
    min-height: 822px;
    padding: 56px 0;
  }
}
@media (max-width: 48em) {
  .hero {
    padding: 32px 16px;
    min-height: 500px;
  }
}
@media (max-width: 30em) {
  .hero {
    padding: 16px;
  }
}
.hero .container {
  flex-basis: 100%;
}
.hero .title {
  margin-bottom: 6px;
}
.hero p {
  margin-bottom: 24px;
}
.hero span {
  position: relative;
  color: #fff;
  display: inline-block;
  background-color: rgba(4, 28, 55, 0.5);
  font-size: 14px;
  padding: 3px 9px;
  margin-bottom: 25px;
  font-family: "Rubik", sans-serif;
}
.hero span::after {
  content: "";
  height: 100%;
  top: 0;
  width: 4px;
  background-color: #deb9ca;
  position: absolute;
  left: -4px;
}
.hero button {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.contacts {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 507px;
}
.contacts__form {
  flex: 758px 0 1;
}
.contacts__inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 48em) {
  .contacts__inputs {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.contacts__inputs input,
.contacts__inputs textarea {
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
  backdrop-filter: blur(16px);
  border: 1px solid #fff;
}
.contacts__inputs input:focus,
.contacts__inputs textarea:focus {
  outline: none;
}
.contacts__inputs input::placeholder,
.contacts__inputs textarea::placeholder {
  color: #fff;
}
.contacts__inputs input {
  padding: 17px 30px;
  font-size: 20px;
}
.contacts__inputs textarea {
  padding: 17px 24px;
  grid-column: span 2;
  resize: none;
  min-height: 154px;
  font-size: 20px;
}
@media (max-width: 48em) {
  .contacts__inputs textarea {
    grid-column: span 1;
  }
}
.contacts__info {
  flex: 353px 0 1;
}
.contacts .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}
.contacts .button {
  grid-column: auto;
}
.contacts .title--second {
  margin-bottom: 3px;
}
.contacts span {
  position: relative;
  color: #fff;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  padding: 3px 9px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 12px;
}
.contacts span::after {
  content: "";
  height: 100%;
  top: 0;
  width: 4px;
  background-color: #4fb4de;
  position: absolute;
  left: -4px;
}

.button {
  background-color: #014b8a !important;
  font-weight: 600 !important;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  letter-spacing: normal !important;
  font-family: "Krub" !important;
  border-radius: 0 !important;
  margin: 0 !important;
  transition: background-color 0.3s, color 0.3s;
}
.button--large {
  padding: 19px 66px !important;
}
.button--medium {
  padding: 19px 45px !important;
}
.button--small {
  padding: 19px 34px !important;
}
.button--light {
  background-color: #4fb4de !important;
  color: #151e35;
}
.button--white-circle, .button--blue-circle {
  position: relative;
}
.button--white-circle::after, .button--blue-circle::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../../img/icons/button-background.svg");
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px;
}
.button--blue-circle::after {
  filter: brightness(0) saturate(100%) invert(78%) sepia(64%) saturate(2731%) hue-rotate(168deg) brightness(92%) contrast(88%);
}
.button--blue-circle:hover::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7386%) hue-rotate(25deg) brightness(130%) contrast(99%);
}
.button--white-circle:hover::after {
  filter: brightness(0) saturate(100%) invert(78%) sepia(64%) saturate(2731%) hue-rotate(168deg) brightness(92%) contrast(88%);
}

.journey {
  background-image: url("../../../img/pages/home/journey/background.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  text-align: center;
}
.journey--button {
  padding: 86px 0 120px;
}
.journey--button .journey__list {
  margin: 0 auto 65px;
}
@media (max-width: 62em) {
  .journey--button {
    padding: 64px 0;
  }
  .journey--button .journey__list {
    margin-bottom: 32px;
  }
}
@media (max-width: 48em) {
  .journey--button {
    padding: 32px 0;
  }
}
@media (max-width: 30em) {
  .journey {
    background-image: none;
  }
}
.journey .title--second {
  margin-bottom: 65px;
}
@media (max-width: 62em) {
  .journey .title--second {
    margin-bottom: 32px;
  }
}
.journey .button {
  color: #fff;
}
.journey__list {
  display: flex;
  gap: 18px;
  max-width: 996px;
  margin: 0 auto;
}
@media (max-width: 62em) {
  .journey__list {
    gap: 12px;
  }
}
@media (max-width: 48em) {
  .journey__list {
    flex-wrap: wrap;
  }
}
.journey__item {
  background-size: cover;
  background-repeat: no-repeat;
  flex: 1 1;
  text-align: left;
  min-height: 408px;
}
@media (max-width: 48em) {
  .journey__item {
    flex-basis: 250px;
    min-height: 250px;
  }
}
.journey__item .title--third {
  color: #fff;
  margin-bottom: 4px;
}
.journey__item p {
  color: #deb9ca;
}
.journey__item a {
  width: 100%;
  height: 100%;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.overview {
  max-width: 1308px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px 48px;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .overview {
    margin: 0;
  }
}
.overview--company .overview__img::after {
  background-image: url("../../../img/overview/first/second.jpg");
}
.overview--natural .overview__img::after {
  background-image: url("../../../img/overview/second/second.jpg");
}
.overview--glacial {
  margin-left: auto;
}
@media (max-width: 62em) {
  .overview--glacial .overview__img {
    width: 100%;
  }
}
.overview--glacial .overview__img::after {
  left: -30px;
  background-image: url("../../../img/overview/third/second.jpg");
}
.overview--glacial .overview__img::before {
  left: 0px;
}
.overview--edge .overview__img::after {
  background-image: url("../../../img/overview/fourth/second.jpg");
}
@media (max-width: 62em) {
  .overview {
    flex-wrap: wrap;
    padding: 32px 16px;
  }
}
.overview__img {
  position: relative;
  flex: 608px 0 0;
  padding-bottom: 55px;
}
@media (max-width: 62em) {
  .overview__img {
    flex-basis: 100%;
    padding-bottom: 0;
  }
  .overview__img img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 62em) and (max-width: 48em) {
  .overview__img img {
    max-height: 350px;
  }
}
.overview__img::after {
  content: "";
  position: absolute;
  width: 239px;
  height: 233px;
  right: 0px;
  bottom: 5px;
}
@media (max-width: 62em) {
  .overview__img::after {
    display: none;
  }
}
.overview__img::before {
  content: "";
  position: absolute;
  background-color: #fff;
  bottom: 45px;
  right: 35px;
  width: 230px;
  height: 218px;
}
@media (max-width: 62em) {
  .overview__img::before {
    display: none;
  }
}
.overview__text {
  flex: 604px 0 1;
  padding: 0 16px;
}
@media (max-width: 62em) {
  .overview__text {
    flex-basis: 100%;
    padding: 0;
  }
}
.overview__text .title--second {
  color: #014b8a;
  margin-bottom: 20px;
}
.overview span {
  position: relative;
  color: #151e35;
  display: inline-block;
  background-color: rgba(232, 232, 232, 0.5);
  font-size: 14px;
  padding: 3px 9px;
  margin-bottom: 12px;
  font-family: "Rubik", sans-serif;
}
.overview span::after {
  content: "";
  height: 100%;
  top: 0;
  width: 4px;
  background-color: #4fb4de;
  position: absolute;
  left: -4px;
}

.policy {
  padding: 128px 0;
}
@media (max-width: 62em) {
  .policy {
    padding: 64px 0;
  }
}
@media (max-width: 48em) {
  .policy {
    padding: 48px 0;
  }
}
@media (max-width: 30em) {
  .policy {
    padding: 32px 0;
  }
}
.policy h1 {
  text-align: center;
  margin-bottom: 48px;
}
.policy p,
.policy li {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.policy li:before {
  content: "- ";
}
.policy a {
  text-decoration: underline;
  transition: color 0.3s;
}
.policy h2 {
  margin-bottom: 16px;
}

.footer {
  background-color: #041c37;
  color: #fff;
  padding: 48px 0;
}
.footer .container {
  max-width: 1312px;
}
@media (max-width: 48em) {
  .footer__logo {
    text-align: center;
  }
}
.footer__logo img {
  max-width: 100%;
}
.footer__nav a {
  display: block;
}
.footer__nav a:not(.footer__logo) {
  display: block;
  font-size: 20px;
  margin-bottom: 24px;
  position: relative;
  transition: 0.3s color;
}
@media (max-width: 62em) {
  .footer__nav a:not(.footer__logo) {
    margin-bottom: 18px;
  }
}
@media (max-width: 48em) {
  .footer__nav a:not(.footer__logo) {
    margin-bottom: 16px;
  }
}
@media (max-width: 48em) {
  .footer__nav a:not(.footer__logo) {
    text-align: center;
  }
}
.footer__nav a:not(.footer__logo):hover::after {
  width: 100%;
}
.footer__nav a:not(.footer__logo)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s;
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 48px;
}
@media (max-width: 48em) {
  .footer__top {
    padding-bottom: 32px 0;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 30em) {
  .footer__top {
    padding-bottom: 24px 0;
  }
}
.footer__buttons {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 48em) {
  .footer__buttons a,
  .footer__buttons button {
    padding: 18px;
  }
}
.footer__buttons button {
  padding: 28px 52px !important;
}
@media (max-width: 48em) {
  .footer__buttons {
    flex-basis: 100%;
    text-align: center;
    justify-content: center;
    gap: 16px;
  }
}
.footer__inner {
  padding: 25px 0;
  border-top: 1px solid #fff;
  gap: 16px;
  display: flex;
  justify-content: space-between;
}
.footer__inner a {
  position: relative;
  transition: 0.3s color;
}
.footer__inner a:hover::after {
  width: 100%;
}
.footer__inner a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s;
}
.footer__inner p {
  text-align: center;
}
@media (max-width: 62em) {
  .footer__inner {
    justify-content: space-between;
  }
}
@media (max-width: 48em) {
  .footer__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 600;
}
@media (max-width: 48em) {
  .footer__links {
    gap: 16px;
    flex-basis: 100%;
    justify-content: center;
  }
}
.footer__item {
  font-weight: 700;
}
.footer__copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 48em) {
  .footer__copyright p {
    flex-basis: 100%;
    text-align: center;
  }
}
.footer__copyright p,
.footer__copyright a {
  font-weight: 400;
}

.discover .title--second {
  margin-bottom: 56px;
  text-align: center;
  color: #014b8a;
}
@media (max-width: 62em) {
  .discover .title--second {
    margin-bottom: 32px;
  }
}
@media (max-width: 48em) {
  .discover .title--second {
    margin-bottom: 24px;
  }
}
.discover__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
}
@media (max-width: 62em) {
  .discover__list {
    gap: 16px;
  }
}
@media (max-width: 48em) {
  .discover__list {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 30em) {
  .discover__list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.discover__item img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 48em) {
  .discover__item img {
    max-height: 250px;
  }
}

.tour {
  padding-bottom: 50px;
}
@media (max-width: 48em) {
  .tour {
    padding-bottom: 32px;
  }
}
.tour .container {
  max-width: 1216px;
}
@media (max-width: 30em) {
  .tour .container {
    padding: 0 10px;
  }
}
.tour .title--second {
  color: #014b8a;
  margin-bottom: 22px;
}
@media (max-width: 62em) {
  .tour .title--second {
    margin-bottom: 16px;
  }
}
.tour__list {
  margin-bottom: 40px;
}
@media (max-width: 48em) {
  .tour__list {
    margin-bottom: 20px;
  }
}
.tour__item {
  line-height: 1.5;
}
.tour__item span {
  font-weight: 700;
}
.tour img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 30em) {
  .tour img {
    max-height: 350px;
  }
}

.inclusions {
  padding: 50px 0;
}
@media (max-width: 48em) {
  .inclusions {
    padding: 32px 0;
  }
}
.inclusions .title--second {
  color: #014b8a;
}
.inclusions .button {
  color: #fff;
}
.inclusions .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  max-width: 1216px;
}
@media (max-width: 62em) {
  .inclusions .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 30em) {
  .inclusions .container {
    padding: 0 10px;
  }
}
.inclusions__details {
  flex: 490px 0 1;
}
@media (max-width: 62em) {
  .inclusions__details {
    flex-basis: 100%;
  }
}
.inclusions__details .title--second {
  margin-bottom: 15px;
}
.inclusions__details p {
  margin-bottom: 15px;
}
.inclusions img {
  max-width: 100%;
  width: 100%;
  flex: 645px 0 1;
  object-fit: cover;
}
@media (max-width: 62em) {
  .inclusions img {
    flex-basis: 100%;
  }
}

.highlights {
  padding: 50px 0 86px;
}
.highlights--last {
  padding-bottom: 90px;
}
@media (max-width: 62em) {
  .highlights {
    padding: 50px 0 64px;
  }
}
@media (max-width: 48em) {
  .highlights {
    padding: 32px 0;
  }
}
.highlights .container {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  max-width: 1216px;
}
@media (max-width: 62em) {
  .highlights .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 30em) {
  .highlights .container {
    padding: 0 10px;
  }
}
.highlights .title--second {
  color: #014b8a;
  margin-bottom: 12px;
}
.highlights__details {
  padding-top: 12px;
  flex: 442px 0 1;
}
@media (max-width: 62em) {
  .highlights__details {
    flex-basis: 100%;
    padding-top: 0;
  }
}
.highlights__details p {
  margin-bottom: 44px;
}
.highlights__item {
  color: #014b8a;
  font-size: 20px;
  font-family: "Rubik", sans-serif;
  display: flex;
  gap: 12px;
  align-items: center;
}
.highlights__item:before {
  content: "";
  width: 14px;
  height: 13px;
  display: block;
  background-image: url("../../../img/icons/right-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.highlights__item:not(:last-of-type) {
  margin-bottom: 30px;
}
.highlights img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex: 686px 0 1;
}
@media (max-width: 62em) {
  .highlights img {
    flex-basis: 100%;
  }
}

.guide {
  padding: 50px 0;
}
.guide .container {
  max-width: 1216px;
}
.guide--first {
  padding-top: 86px;
}
@media (max-width: 62em) {
  .guide--first {
    padding-top: 64px;
  }
}
.guide--last {
  padding-bottom: 86px;
}
@media (max-width: 62em) {
  .guide--last {
    padding-bottom: 64px;
  }
}
@media (max-width: 48em) {
  .guide {
    padding: 32px 0;
  }
}
@media (max-width: 30em) {
  .guide {
    padding: 16px 0;
  }
}
.guide .title--second {
  color: #014b8a;
  margin-bottom: 22px;
}