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

html {
  font-size: 20px;
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html:has(.popup--open) {
  overflow: hidden;
}
@media (min-width: 321px) and (max-width: 767px) {
  html {
    font-size: 6.25vw;
  }
}
@media (min-width: 768px) and (max-width: 1919px) {
  html {
    font-size: 1.0416666667vw;
  }
}

body {
  padding: 0;
  overflow-x: clip;
  background-color: #fff;
  color: #848484;
}

input {
  outline: none;
  box-shadow: none;
}
input:focus, input:hover {
  outline: none;
}

body {
  font-weight: 400;
  line-height: 1;
  font-family: "Ysabeau Infant", sans-serif;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

b {
  font-weight: 700;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

b {
  font-weight: 700;
}

button {
  outline: none;
  box-shadow: none;
  border: none;
  font-family: "Ysabeau Infant", sans-serif;
}

fieldset {
  border: transparent;
}

.section__title {
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section__title {
    font-size: 0.6rem;
  }
}
.section__desc {
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .section__desc {
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .section__desc {
    font-size: 1rem;
  }
}

.wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wrap {
    padding: 0 1.25rem;
  }
}
@media (min-width: 768px) {
  .wrap {
    max-width: 71.55rem;
  }
}
.wrap--wide {
  max-width: 80.4rem;
}

.no-scroll {
  overflow: hidden;
}

.overlay {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.overlay--show {
  visibility: visible;
  opacity: 1;
}

.bottomnav {
  display: contents;
}
.bottomnav li {
  display: contents;
}
.bottomnav a {
  font-weight: 500;
  line-height: normal;
  color: #fff;
  transition: 0.3s color;
}
@media (max-width: 767px) {
  .bottomnav a {
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .bottomnav a {
    font-size: 1rem;
  }
}
.bottomnav a:hover, .bottomnav a:focus {
  color: #d9d9d9;
}

.btn {
  outline: none;
  cursor: pointer;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.btn--primary {
  background-color: #6f92a3;
  color: #fff;
}
.btn--bordered {
  border: 1px solid #000;
  color: #848484;
  background-color: transparent;
}

.form {
  display: contents;
}
.form__title {
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  color: #6f92a3;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .form__title {
    margin: 0 auto;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .form__title {
    font-size: 1.5rem;
  }
}
.form__container {
  display: grid;
}
@media (max-width: 767px) {
  .form__container {
    gap: 0.3rem 0;
  }
}
@media (min-width: 768px) {
  .form__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
}
.form input[type=text],
.form input[type=tel],
.form input[type=email] {
  width: 100%;
  background-color: #fdf9f6;
  border: 1px solid transparent;
  outline: none;
  box-shadow: none;
  color: #000;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.2s;
  font-family: "Ysabeau Infant", sans-serif;
}
@media (max-width: 767px) {
  .form input[type=text],
  .form input[type=tel],
  .form input[type=email] {
    padding: 0.55rem 0.65rem;
    font-size: 0.4rem;
    border-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .form input[type=text],
  .form input[type=tel],
  .form input[type=email] {
    padding: 0.75rem 1.3rem;
    font-size: 0.7rem;
    border-radius: 1.7rem;
  }
}
.form input[type=text]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=email]::placeholder {
  color: #909090;
}
.form input[readonly=readonly] {
  background-color: #f5f5f5;
  color: #d9d9d9;
}
.form select {
  position: relative;
  width: 100%;
  background-color: #fdf9f6;
  outline: none;
  box-shadow: none;
  border: transparent;
  text-transform: uppercase;
  border: 1px solid transparent;
  color: #848484;
  font-weight: 500;
  appearance: none;
  font-family: "Ysabeau Infant", sans-serif;
}
@media (max-width: 767px) {
  .form select {
    padding: 0.55rem 0.65rem;
    font-size: 0.4rem;
    border-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .form select {
    padding: 0.75rem 1.3rem;
    font-size: 0.7rem;
    border-radius: 1.7rem;
  }
}
.form select option {
  width: max-content;
  padding: 0 0.5rem;
  font-size: 0.8rem;
}
.form input[type=checkbox] {
  display: none;
}
.form textarea {
  width: 100%;
  background-color: #fdf9f6;
  border: 1px solid transparent;
  outline: none;
  box-shadow: none;
  color: #000;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Ysabeau Infant", sans-serif;
  resize: none;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .form textarea {
    max-height: 6.65rem;
    padding: 0.55rem 0.65rem;
    font-size: 0.4rem;
    border-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .form textarea {
    max-height: 7.2rem;
    padding: 0.75rem 1.3rem;
    font-size: 0.7rem;
    border-radius: 1.7rem;
  }
}
.form textarea::placeholder {
  color: #909090;
}
.form__text {
  text-transform: uppercase;
  color: #848484;
  font-weight: 500;
}
@media (max-width: 767px) {
  .form__text {
    padding: 0.7rem 0.7rem 0.8rem;
    font-size: 0.4rem;
  }
}
@media (min-width: 768px) {
  .form__text {
    padding: 0.75rem 1.25rem;
    font-size: 0.7rem;
  }
}
.form__text a {
  color: #848484;
}
.form .btn {
  width: 100%;
  line-height: normal;
  background: #6f92a3;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s all;
  text-align: left;
}
@media (max-width: 767px) {
  .form .btn {
    margin-top: 1.25rem;
    padding: 0.4rem 0.5rem;
    justify-content: center;
    font-size: 0.6rem;
    border-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .form .btn {
    margin-top: 1rem;
    padding: 0.75rem 1.3rem;
    font-size: 0.7rem;
    transition: 0.3s background;
    border-radius: 1.7rem;
  }
  .form .btn:hover, .form .btn:active {
    background-color: #000;
  }
}
.form__item {
  position: relative;
}
.form__item--wide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .form__item--wide {
    gap: 0.3rem;
  }
}
@media (min-width: 768px) {
  .form__item--wide {
    gap: 0.8rem;
  }
}
@media (min-width: 768px) {
  .form__item:has(textarea) {
    grid-column: 1/3;
  }
}
.form__item:has(select) {
  overflow: hidden;
}
.form__item:has(select) .wpcf7-form-control-wrap {
  position: relative;
}
.form__item:has(select) .wpcf7-form-control-wrap:before {
  position: absolute;
  z-index: 1;
  top: calc(50% - 0.25rem);
  right: 1rem;
  display: block;
  content: "";
  background: url("../img/select.svg") no-repeat center transparent;
  pointer-events: none;
}
@media (max-width: 767px) {
  .form__item:has(select) .wpcf7-form-control-wrap:before {
    width: 0.3rem;
    height: 0.3rem;
  }
}
@media (min-width: 768px) {
  .form__item:has(select) .wpcf7-form-control-wrap:before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 767px) {
  .form__item:has(select) {
    height: 1.6rem;
  }
}
@media (min-width: 768px) {
  .form__item:has(select) {
    height: 2.7rem;
  }
}
@media (max-width: 767px) {
  .form__item:has(input[type=checkbox]) {
    padding-left: 0.7rem;
  }
}
@media (min-width: 768px) {
  .form__item:has(input[type=checkbox]) {
    padding-left: 1.25rem;
  }
}
.form__item:has(input[type=checkbox]) label {
  display: flex;
  align-items: center;
  color: #848484;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form__item:has(input[type=checkbox]) label {
    gap: 0 0.3rem;
    padding: 0.15rem 0;
    font-size: 0.4rem;
  }
}
@media (min-width: 768px) {
  .form__item:has(input[type=checkbox]) label {
    gap: 0 0.5rem;
    padding: 0.4rem 1.3rem;
    font-size: 0.7rem;
  }
}
.form__item:has(input[type=checkbox]) label::before {
  flex-shrink: 0;
  border-radius: 50%;
  background: #d9d9d9;
  content: "";
}
@media (max-width: 767px) {
  .form__item:has(input[type=checkbox]) label::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media (min-width: 768px) {
  .form__item:has(input[type=checkbox]) label::before {
    width: 1rem;
    height: 1rem;
  }
}
.form__item:has(input[type=checkbox]) .wpcf7-list-item {
  margin: 0;
}
.form__item a {
  color: #848484;
  text-decoration: underline;
}
.form__item:has(input[type=checkbox]:checked) label::before {
  background: #6f92a3;
}
.form__message {
  display: flex;
  flex-direction: column;
  line-height: normal;
  text-transform: uppercase;
  display: none;
}
@media (max-width: 767px) {
  .form__message {
    padding: 1.3rem 1.05rem;
    font-size: 0.4rem;
    border-radius: 0.5rem;
    border: 1px solid #6f92a3;
  }
}
@media (min-width: 768px) {
  .form__message {
    padding: 1.45rem 1.6rem;
    font-size: 0.7rem;
    border-radius: 1.7rem;
    border: 3px solid #6f92a3;
  }
}
.form__message.show {
  display: block;
}
.form__message-title {
  font-weight: 800;
}
@media (max-width: 767px) {
  .form__message-desc {
    margin-top: 0.4rem;
  }
}
@media (min-width: 768px) {
  .form__message-desc {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .form__message-desc p:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
@media (min-width: 768px) {
  .form__message-desc p:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.form .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) textarea,
.form .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) input {
  border-color: #ff4646;
}
.form .wpcf7-not-valid-tip {
  color: #ff4646;
}
@media (max-width: 767px) {
  .form .wpcf7-not-valid-tip {
    font-size: 0.4rem;
  }
}
@media (min-width: 768px) {
  .form .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: -0.7rem;
    font-size: 0.6rem;
  }
}

.wpcf7 .screen-reader-response,
.wpcf7-response-output {
  display: none;
}

.wpcf7-form.sent .form {
  display: none;
}

.logo {
  display: inline-flex;
}
@media (max-width: 767px) {
  .logo {
    width: 3.3rem;
  }
}
@media (min-width: 768px) {
  .logo {
    width: 10rem;
  }
}
.logo svg {
  width: 100%;
  height: auto;
}

.popup {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 0;
  max-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.01s max-width 0.6s, 0.01s max-height 0.6s, opacity 0.3s;
}
.popup--open {
  max-width: 100rem;
  max-height: 100rem;
  opacity: 1;
  transition: max-width 0.01s, max-height 0.01s, opacity 0.3s;
}
.popup__box {
  position: relative;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .popup__box {
    height: 100vh;
    padding: 1rem 1.4rem;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .popup__box {
    max-width: 52.5rem;
    padding: 3.5rem 5rem 3.6rem;
  }
}
.popup__header {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .popup__header {
    margin-bottom: 0.9rem;
  }
}
@media (min-width: 768px) {
  .popup__header {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .popup__close {
    position: absolute;
    right: 0;
    width: 1.15rem;
    height: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    opacity: 1;
    transition: 0.3s opacity;
  }
  .popup__close svg {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 768px) {
  .popup__close {
    display: none;
  }
}

.select2-hidden-accessible {
  display: none;
}
.select2-search--hide {
  display: none;
}
.select2-selection {
  width: 10rem;
  padding: 0.1rem 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(132, 132, 132, 0.2);
  transition: all 0.3s;
  background-color: transparent;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.08rem;
  cursor: pointer;
}
.select2-selection__arrow {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  background: url("../img/chevron.svg") center no-repeat transparent;
  transform: rotate(0);
  transition: 0.3s transform;
}
.select2-results__options {
  position: relative;
  z-index: 1;
  width: 10rem;
  display: flex;
  flex-direction: column;
  border: 0.05rem solid rgba(132, 132, 132, 0.5);
  background-color: #6f92a3;
}
.select2-results__option {
  padding: 0.1rem 0.4rem;
  display: flex;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.08rem;
  cursor: pointer;
}
.select2-results__option:hover, .select2-results__option:focus {
  background-color: rgba(253, 249, 246, 0.03);
}
.select2-results__option--selected {
  background-color: rgba(253, 249, 246, 0.12);
}
.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}

.social {
  margin-bottom: 0.9rem;
  display: flex;
}
@media (max-width: 767px) {
  .social {
    gap: 0 0.8rem;
  }
}
@media (min-width: 768px) {
  .social {
    gap: 0 0.6rem;
  }
}
.social__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .social__link {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (min-width: 768px) {
  .social__link {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.social__link svg {
  fill: #fff;
}

@media (max-width: 767px) {
  .topnav {
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 10rem;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    padding: 1rem 1.2rem 1.35rem;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.3s transform;
  }
  .topnav--open {
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .topnav {
    margin-left: auto;
  }
}
.topnav__box {
  display: flex;
}
@media (max-width: 767px) {
  .topnav__box {
    flex-direction: column;
    gap: 0.4rem 0;
  }
}
@media (min-width: 768px) {
  .topnav__box {
    align-items: center;
    gap: 0 2.2rem;
  }
}
.topnav__box li {
  display: contents;
}
.topnav__box a {
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  transition: 0.3s color;
}
@media (max-width: 767px) {
  .topnav__box a {
    color: #6f92a3;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .topnav__box a {
    color: #fff;
    font-size: 1rem;
  }
  .topnav__box a:hover, .topnav__box a:focus {
    color: #fdf9f6;
  }
}
@media (max-width: 767px) {
  .topnav__open {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    width: 0.9rem;
    background-color: transparent;
    color: #fff;
  }
  .topnav__open::before, .topnav__open::after {
    width: 100%;
    height: 1px;
    display: inline-flex;
    background-color: #fff;
    content: "";
  }
}
@media (min-width: 768px) {
  .topnav__open {
    display: none;
  }
}
@media (max-width: 767px) {
  .topnav__close {
    display: block;
    transform: rotate(45deg);
    margin-left: auto;
    background-color: transparent;
  }
  .topnav__close svg {
    width: 0.7rem;
    height: 0.7rem;
  }
}
@media (min-width: 768px) {
  .topnav__close {
    display: none;
  }
}
@media (max-width: 767px) {
  .topnav__social {
    margin-bottom: 0.75rem;
    margin-top: auto;
    gap: 0 0.5rem;
  }
}
@media (min-width: 768px) {
  .topnav__social {
    display: none;
  }
}
.topnav__contact {
  display: flex;
  flex-direction: column;
  gap: 0.25rem 0;
}
.topnav__contact a {
  color: #6f92a3;
  font-size: 0.5rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .topnav__contact {
    display: none;
  }
}
@media (max-width: 767px) {
  .topnav__form-open {
    margin-top: 1.2rem;
    padding: 0.45rem 0.5rem;
    justify-content: center;
    color: #848484;
    border: 1px solid #848484;
    font-size: 0.5rem;
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .topnav__form-open {
    display: none;
  }
}

@media (max-width: 767px) {
  .contact {
    padding: 2.1rem 0 2.5rem;
  }
}
@media (min-width: 768px) {
  .contact {
    padding: 8.65rem 0 10rem;
  }
}
.contact .wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact .wrap {
    flex-direction: column-reverse;
    gap: 1.6rem 0;
  }
}
@media (min-width: 768px) {
  .contact .wrap {
    flex-direction: row-reverse;
    gap: 0 5.6rem;
  }
}
.contact .section__title {
  color: #6f92a3;
}
@media (max-width: 767px) {
  .contact .section__title {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .contact .section__title {
    font-size: 2.1rem;
  }
}
.contact__img {
  overflow: hidden;
  transform: rotate(-7.98deg);
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .contact__img {
    width: 7.7rem;
    height: 9rem;
    margin: 0 auto;
    border-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .contact__img {
    width: 23rem;
    height: 26.15rem;
    border-radius: 1.5rem;
  }
}
.contact__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .contact__box {
    width: 42.4rem;
  }
}
@media (max-width: 767px) {
  .contact__container {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0 1.2rem;
  }
}
@media (min-width: 768px) {
  .contact__details {
    margin: 2.8rem 0 2rem;
  }
}
.contact__item {
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #848484;
}
@media (max-width: 767px) {
  .contact__item {
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .contact__item {
    font-size: 1.2rem;
  }
}
.contact__item a {
  color: #848484;
  transition: 0.3s color;
}
@media (min-width: 768px) {
  .contact__item a:hover, .contact__item a:focus {
    color: #6f92a3;
  }
}
.contact__item strong {
  font-weight: 800;
}
@media (max-width: 767px) {
  .contact .social {
    margin: 0;
    gap: 0 0.6rem;
  }
}
.contact .social__link svg {
  width: 100%;
  height: auto;
}
.contact .social__link svg path {
  fill: #848484;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .contact .social__link {
    width: 1rem;
    height: 1rem;
  }
}
@media (min-width: 768px) {
  .contact .social__link {
    width: 2.2rem;
    height: 2.2rem;
  }
  .contact .social__link:hover svg path, .contact .social__link:focus svg path {
    fill: #6f92a3;
  }
}
.contact .btn {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contact .btn {
    padding: 0.45rem;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .contact .btn {
    padding: 1.1rem 1rem;
    font-size: 1rem;
  }
  .contact .btn:hover, .contact .btn:focus {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
}
.contact__btn-box {
  display: flex;
}
@media (max-width: 767px) {
  .contact__btn-box {
    margin-top: 1.2rem;
    flex-direction: column;
    gap: 0.65rem 0;
  }
}
@media (min-width: 768px) {
  .contact__btn-box {
    margin-top: 2.9rem;
    gap: 0 5rem;
  }
}

.experience {
  position: relative;
}
.experience::before {
  position: absolute;
  z-index: -1;
  display: block;
  background: url("../img/experience-bg.svg") no-repeat;
  background-size: cover;
  content: "";
}
@media (max-width: 767px) {
  .experience::before {
    bottom: -1.9rem;
    left: -3.9rem;
    width: 23.85rem;
    height: 18.1rem;
  }
}
@media (min-width: 768px) {
  .experience::before {
    top: -29rem;
    left: calc(50% - 52.5rem);
    width: 110.8rem;
    height: 83.3rem;
  }
}
.experience .section__title {
  text-align: center;
}
@media (min-width: 768px) {
  .experience .section__title {
    font-size: 1.3rem;
    background-color: #fff;
  }
}
.experience .section__desc {
  text-align: center;
}
@media (max-width: 767px) {
  .experience .section__desc {
    margin-top: 0.9rem;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .experience .section__desc {
    max-width: 40rem;
    padding: 1.4rem 0 0.35rem;
    margin: 0 auto;
    font-size: 1rem;
    background-color: #fff;
  }
}
.experience .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  background-color: #6f92a3;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .experience .btn {
    margin-top: 1rem;
    padding: 0.35rem;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .experience .btn {
    max-width: 18.6rem;
    margin: 2.4rem auto 0;
    padding: 0.95rem;
    font-size: 1rem;
  }
  .experience .btn:hover, .experience .btn:focus {
    color: #fff;
    background-color: #000;
  }
}
@media (max-width: 767px) {
  .experience__gallery {
    position: relative;
    height: 13rem;
    margin-top: 2.15rem;
  }
}
@media (min-width: 768px) {
  .experience__gallery {
    margin: 6.8rem 0;
    display: flex;
    justify-content: center;
  }
}
.experience__img {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
}
.experience__img:nth-child(1) {
  transform: rotate(-7.98deg);
}
.experience__img:nth-child(2) {
  transform: rotate(17.38deg);
}
@media (max-width: 767px) {
  .experience__img {
    position: absolute;
    width: 8rem;
    height: 9.5rem;
    border-radius: 0.5rem;
  }
  .experience__img:nth-child(1) {
    top: 0;
    left: 0.75rem;
  }
  .experience__img:nth-child(2) {
    top: 3.65rem;
    right: 1.35rem;
  }
  .experience__img:nth-child(3) {
    display: none;
  }
}
@media (min-width: 768px) {
  .experience__img {
    width: 20rem;
    height: 23rem;
    border-radius: 1.5rem;
  }
  .experience__img:nth-child(2) {
    z-index: -1;
  }
  .experience__img:nth-child(3) {
    transform: rotate(-23.5deg);
  }
}
.experience__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .faq {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .faq {
    margin-top: 5.05rem;
  }
}
.faq .section__title {
  display: block;
  text-align: center;
  color: #6f92a3;
}
@media (min-width: 768px) {
  .faq .section__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .faq__box {
    margin-top: 1.2rem;
    padding: 0 0.5rem;
    background-color: #fdf9f6;
    border-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .faq__box {
    margin-top: 4.15rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 3.5rem;
  }
  .faq__box:has(.faq__item--open) {
    align-items: flex-start;
  }
}
.faq__question {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0 1rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faq__question {
    align-items: center;
  }
}
.faq__question-icon {
  display: flex;
  align-items: center;
  transform: rotate(0deg);
  transition: 0.3s transform;
}
@media (max-width: 767px) {
  .faq__question-icon {
    width: 0.35rem;
  }
}
@media (min-width: 768px) {
  .faq__question-icon {
    width: 0.6rem;
  }
}
.faq__question-icon svg {
  width: 100%;
  height: auto;
}
.faq__question-text {
  font-style: normal;
  color: #fff;
  line-height: normal;
  font-weight: 600;
  color: #6f92a3;
}
@media (max-width: 767px) {
  .faq__question-text {
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .faq__question-text {
    font-size: 1.2rem;
  }
}
.faq__answer {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
}
.faq__answer-text {
  font-weight: 500;
  line-height: normal;
  color: #6f92a3;
}
@media (max-width: 767px) {
  .faq__answer-text {
    margin-top: 1rem;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .faq__answer-text {
    margin-top: 1.7rem;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .faq__answer-text p {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .faq__answer-text p {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .faq__item {
    padding: 0.5rem 0;
    border-bottom: 0.05rem solid #6f92a3;
  }
}
@media (min-width: 768px) {
  .faq__item {
    padding: 1rem 0;
    border-bottom: 0.05rem solid #6f92a3;
  }
}
.faq__item--open .faq__question-icon {
  transform: rotate(180deg);
}
.faq__item--open .faq__answer {
  max-height: 50rem;
}
@media (max-width: 767px) {
  .faq__list:last-child .faq__item:last-child {
    border: none;
  }
}
@media (min-width: 768px) {
  .faq__list {
    padding: 2.275rem 4.05rem 3.275rem;
    background-color: #fdf9f6;
    border-radius: 1.7rem;
  }
}

.footer {
  background-color: #6f92a3;
}
@media (max-width: 767px) {
  .footer {
    padding: 1.7rem 0 1.55rem;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 6rem 0 3rem;
  }
}
.footer__top {
  display: flex;
}
@media (max-width: 767px) {
  .footer__top {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .footer__top {
    align-items: flex-start;
  }
}
.footer__contact {
  color: #fff;
  line-height: normal;
}
@media (max-width: 767px) {
  .footer__contact {
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .footer__contact {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .footer__contact-box {
    margin-top: 2.4rem;
  }
}
@media (min-width: 768px) {
  .footer__contact-box {
    margin-left: 8rem;
  }
}
.footer__contact a {
  color: #fff;
  transition: 0.3s color;
}
.footer__contact a:hover, .footer__contact a:focus {
  color: #d9d9d9;
}
.footer__text {
  font-weight: 400;
  line-height: normal;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .footer__text {
    margin-top: 1.65rem;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .footer__text {
    margin-top: 13rem;
    font-size: 1rem;
  }
}
.footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .footer__nav {
    margin-top: 1.65rem;
    gap: 0.6rem 0;
  }
}
@media (min-width: 768px) {
  .footer__nav {
    margin-left: 14.25rem;
    gap: 0.4rem 0;
  }
}
.footer__link {
  font-weight: 500;
  line-height: normal;
  color: #fff;
  transition: 0.3s color;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  .footer__link {
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .footer__link {
    font-size: 1rem;
  }
}
.footer__link:hover, .footer__link:focus {
  color: #d9d9d9;
}

.guide {
  position: relative;
}
@media (max-width: 767px) {
  .guide {
    padding: 3rem 0 3.8rem;
  }
}
@media (min-width: 768px) {
  .guide {
    padding: 17rem 0 18rem;
  }
}
.guide::before {
  position: absolute;
  z-index: -1;
  display: block;
  background: url("../img/map-bg.svg");
  background-size: cover;
  content: "";
}
@media (max-width: 767px) {
  .guide::before {
    top: -5.1rem;
    right: -7.7rem;
    height: 35rem;
    width: 54.5rem;
    transform: rotate(-6.5deg);
  }
}
@media (min-width: 768px) {
  .guide::before {
    top: -16.75rem;
    left: calc(50% - 28.4rem - 46.5rem);
    height: 79.2rem;
    width: 123.35rem;
    transform: rotate(-17.5deg);
  }
}
.guide .wrap {
  position: relative;
  z-index: 0;
  display: flex;
}
@media (max-width: 767px) {
  .guide .wrap {
    flex-direction: column;
    align-items: center;
  }
}
.guide__img {
  overflow: hidden;
  transform: rotate(-5.305deg);
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .guide__img {
    width: 9.3rem;
    height: 8rem;
    border-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .guide__img {
    width: 30.5rem;
    height: 26rem;
    border-radius: 1.7rem;
  }
}
.guide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guide__text {
  color: #6f92a3;
}
@media (max-width: 767px) {
  .guide__text {
    display: contents;
  }
}
@media (min-width: 768px) {
  .guide__text {
    width: 30.5rem;
    margin-left: 6.5rem;
    padding-top: 2.3rem;
  }
}
@media (max-width: 767px) {
  .guide .section__title {
    order: -1;
    margin-bottom: 1.05rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .guide .section__title {
    font-size: 2.1rem;
  }
}
.guide .section__desc {
  margin-top: 1.4rem;
}

.header {
  position: absolute;
  z-index: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .header {
    top: 0.9rem;
  }
}
@media (min-width: 768px) {
  .header {
    top: 4.8rem;
  }
}
.header .wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header__btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .header__btn {
    width: 11.85rem;
    margin-left: 2.2rem;
    padding: 0.65rem;
    border: 0.1rem solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 1rem;
    transition: 0.3s all;
  }
  .header__btn:hover, .header__btn:focus {
    color: #6f92a3;
    background-color: #fff;
  }
}

.invitation {
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .invitation {
    margin: -10.5rem 0 0;
    padding: 17.2rem 0;
  }
}
.invitation::before, .invitation:after {
  position: absolute;
  z-index: -1;
  display: block;
  background: url("../img/invitation-bg.svg");
  background-size: cover;
  content: "";
}
@media (max-width: 767px) {
  .invitation::before, .invitation:after {
    width: 29.8rem;
    height: 9.25rem;
  }
}
@media (min-width: 768px) {
  .invitation::before, .invitation:after {
    left: calc(50% - 48.85rem);
    width: 97.5rem;
    height: 27rem;
  }
}
@media (max-width: 767px) {
  .invitation::before {
    top: -4rem;
    left: calc(50% - 16.5rem);
  }
}
@media (min-width: 768px) {
  .invitation::before {
    top: 0;
  }
}
.invitation:after {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .invitation:after {
    bottom: -4rem;
    right: calc(50% - 16.5rem);
  }
}
@media (min-width: 768px) {
  .invitation:after {
    bottom: 0;
  }
}
.invitation .wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .invitation .wrap {
    padding: 0 1.8rem;
  }
}
.invitation .section__title {
  text-align: center;
}
@media (max-width: 767px) {
  .invitation .section__title {
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .invitation .section__title {
    max-width: 28rem;
    margin: 0 auto;
    font-size: 1.8rem;
  }
}
.invitation .section__desc {
  text-align: center;
}
@media (max-width: 767px) {
  .invitation .section__desc {
    margin-top: 0.6rem;
  }
}
@media (min-width: 768px) {
  .invitation .section__desc {
    max-width: 45.5rem;
    margin: 1.7rem auto 0;
  }
}

.journeys {
  position: relative;
}
@media (max-width: 767px) {
  .journeys {
    margin-top: 4.5rem;
  }
}
@media (min-width: 768px) {
  .journeys {
    padding-top: 6.25rem;
  }
}
.journeys::before {
  position: absolute;
  z-index: -1;
  display: block;
  background: url("../img/journeys-bg.svg") no-repeat;
  background-size: 100%;
  content: "";
}
@media (max-width: 767px) {
  .journeys::before {
    top: 1.1rem;
    left: -4.5rem;
    width: 29.4rem;
    height: 9.4rem;
  }
}
@media (min-width: 768px) {
  .journeys::before {
    top: -4.35rem;
    left: calc(50% - 53rem);
    width: 114.925rem;
    height: 33.95rem;
  }
}
.journeys .wrap {
  position: relative;
  z-index: 0;
}
.journeys .section__title {
  text-align: center;
  color: #6f92a3;
}
@media (max-width: 767px) {
  .journeys .section__title {
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .journeys .section__title {
    margin-bottom: 3.6rem;
    font-size: 2.1rem;
  }
}
.journeys__slider .slick-track {
  display: flex;
}
.journeys__slider-dots {
  display: contents;
}
.journeys__slider-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .journeys__slider-nav {
    gap: 0 0.3rem;
    margin-top: 0.75rem;
  }
}
@media (min-width: 768px) {
  .journeys__slider-nav {
    margin-top: 4.5rem;
    gap: 0 0.75rem;
  }
}
.journeys__slider-nav-btn {
  display: flex;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  .journeys__slider-nav-btn {
    width: 0.15rem;
    height: 0.3rem;
  }
}
@media (min-width: 768px) {
  .journeys__slider-nav-btn {
    width: 0.65rem;
    height: 1.5rem;
  }
}
.journeys__slider-nav-btn svg {
  width: 100%;
  height: auto;
}
.journeys .slick-dots {
  display: contents;
}
.journeys .slick-dots li {
  display: contents;
}
.journeys .slick-dots button {
  border-radius: 50%;
  display: block;
  background-color: #d9d9d9;
  cursor: pointer;
  text-indent: 10rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .journeys .slick-dots button {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (min-width: 768px) {
  .journeys .slick-dots button {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.journeys .slick-dots .slick-active button {
  background-color: #6f92a3;
}
.journeys__item {
  display: flex;
}
@media (max-width: 767px) {
  .journeys__item {
    flex-direction: column;
    gap: 1.7rem 0;
  }
}
@media (min-width: 768px) {
  .journeys__item {
    gap: 0 6.4rem;
  }
}
.journeys__img {
  position: absolute;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .journeys__img {
    width: 7.5rem;
    height: 8.7rem;
    border-radius: 0.5rem;
  }
  .journeys__img:first-child {
    top: 0;
    left: 1.05rem;
    transform: rotate(-10.557deg);
  }
  .journeys__img:nth-child(2) {
    top: 3.5rem;
    left: 4.9rem;
    transform: rotate(12.518deg);
  }
}
@media (min-width: 768px) {
  .journeys__img {
    width: 21rem;
    height: 24rem;
    border-radius: 1.5rem;
  }
  .journeys__img:first-child {
    top: 0;
    left: 0.45rem;
    transform: rotate(-10.557deg);
  }
  .journeys__img:nth-child(2) {
    top: 12rem;
    left: 5.35rem;
    transform: rotate(12.518deg);
  }
}
.journeys__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.journeys__img-box {
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .journeys__img-box {
    height: 12rem;
  }
}
@media (min-width: 768px) {
  .journeys__img-box {
    width: 26.5rem;
  }
}
@media (min-width: 768px) {
  .journeys__text {
    width: 42.5rem;
  }
}
.journeys__title {
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .journeys__title {
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .journeys__title {
    max-width: 23.57rem;
    font-size: 1.6rem;
  }
}
.journeys__desc {
  font-weight: 500;
  line-height: normal;
  background-color: #fff;
}
@media (max-width: 767px) {
  .journeys__desc {
    margin-top: 0.7rem;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .journeys__desc {
    max-width: 40.5rem;
    margin-top: 0.8rem;
    padding: 1.6rem 0 2.2rem;
    font-size: 1rem;
  }
}
.journeys__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .journeys__container {
    margin-top: 0.25rem;
    gap: 0.75rem 1rem;
  }
}
@media (min-width: 768px) {
  .journeys__container {
    margin-top: 1rem;
    gap: 1.5rem 5rem;
  }
}
.journeys__subtitle {
  display: block;
  font-weight: 700;
  line-height: normal;
  color: #848484;
}
@media (max-width: 767px) {
  .journeys__subtitle {
    margin-bottom: 0.25rem;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .journeys__subtitle {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}
.journeys__locations {
  grid-row: 1/3;
  align-self: flex-end;
}
.journeys__details {
  font-weight: 500;
  line-height: normal;
  color: #848484;
}
@media (max-width: 767px) {
  .journeys__details {
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .journeys__details {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .journeys__details ul {
    padding-left: 0.75rem;
  }
}
@media (min-width: 768px) {
  .journeys__details ul {
    padding-left: 1rem;
  }
}
.journeys__btn-box {
  display: grid;
}
@media (max-width: 767px) {
  .journeys__btn-box {
    margin-top: 1.35rem;
    gap: 0.5rem 0;
  }
}
@media (min-width: 768px) {
  .journeys__btn-box {
    max-width: 45.7rem;
    margin-top: 3.1rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 5rem;
  }
}
.journeys .btn {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .journeys .btn {
    padding: 0.45rem;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .journeys .btn {
    padding: 1.1rem 1rem;
    font-size: 1rem;
  }
  .journeys .btn:hover, .journeys .btn:focus {
    color: #fff;
    background-color: #000;
  }
}

.primary {
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .primary {
    position: relative;
    z-index: 0;
    min-height: 24.4rem;
    background-position: -21rem -3.6rem;
    background-size: 42.75rem;
  }
}
@media (min-width: 768px) {
  .primary {
    min-height: 60rem;
    background-position: center -10.5rem;
    background-size: 107.5rem;
    background-attachment: fixed;
  }
}
.primary .wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .primary .wrap {
    max-width: 12rem;
    padding-top: 12.25rem;
  }
}
@media (min-width: 768px) {
  .primary .wrap {
    padding-top: 23.5rem;
  }
}
.primary__subtitle {
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
@media (max-width: 767px) {
  .primary__subtitle {
    margin-top: 0.4rem;
    text-align: center;
    font-size: 0.4rem;
  }
}
@media (min-width: 768px) {
  .primary__subtitle {
    font-size: 1.6rem;
  }
}
.primary__title {
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .primary__title {
    order: -1;
    text-align: center;
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .primary__title {
    max-width: 51rem;
    margin-top: 0.75rem;
    font-size: 2.3rem;
  }
}
.primary .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff;
  color: #6f92a3;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .primary .btn {
    margin-top: 0.75rem;
    padding: 0.45rem;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .primary .btn {
    margin-top: 2.7rem;
    max-width: 19.5rem;
    padding: 1.2rem;
    font-size: 1rem;
  }
  .primary .btn:hover, .primary .btn:focus {
    background-color: #6f92a3;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .reasons {
    margin-top: 3.3rem;
  }
}
@media (min-width: 768px) {
  .reasons {
    margin-top: 10.5rem;
  }
}
.reasons .section__title {
  display: block;
  text-align: center;
  color: #6f92a3;
}
@media (min-width: 768px) {
  .reasons .section__title {
    font-size: 2.1rem;
  }
}
.reasons__box {
  display: grid;
}
@media (max-width: 767px) {
  .reasons__box {
    margin-top: 0.9rem;
    gap: 0.65rem 0;
  }
}
@media (min-width: 768px) {
  .reasons__box {
    margin-top: 4rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 3.5rem;
  }
}
.reasons__item {
  display: grid;
  align-items: center;
  background-color: #fdf9f6;
}
@media (max-width: 767px) {
  .reasons__item {
    padding: 0.3rem 0.65rem;
    grid-template-columns: 1rem 1fr;
    gap: 0 0.5rem;
    border-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .reasons__item {
    padding: 1.65rem 1.4rem;
    grid-template-columns: 2rem 1fr;
    gap: 0 1rem;
    border-radius: 1.7rem;
  }
}
.reasons img {
  width: 100%;
  height: auto;
}
.reasons__desc {
  color: #6f92a3;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .reasons__desc {
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .reasons__desc {
    font-size: 1rem;
  }
}
.reasons__desc strong {
  font-weight: 800;
}

@media (max-width: 767px) {
  .review {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .review {
    margin-top: 6rem;
  }
}
.review .wrap {
  display: flex;
}
@media (max-width: 767px) {
  .review .wrap {
    flex-direction: column-reverse;
    gap: 2.05rem 0;
  }
}
@media (min-width: 768px) {
  .review .wrap {
    justify-content: space-between;
    align-items: center;
  }
}
.review__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .review__box {
    width: 34rem;
    gap: 3rem 0;
  }
}
.review__container {
  width: 100%;
  background-color: #6f92a3;
}
@media (max-width: 767px) {
  .review__container {
    margin-top: 1.15rem;
    padding: 1.1rem 1.65rem;
    border-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .review__container {
    padding: 2.2rem 3.2rem;
    border-radius: 1.7rem;
  }
}
.review__slider {
  overflow: hidden;
}
.review__slider .slick-track {
  display: flex;
}
.review__desc {
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
@media (max-width: 767px) {
  .review__desc {
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .review__desc {
    font-size: 1rem;
  }
}
.review__customer {
  display: block;
  color: #fff;
}
@media (max-width: 767px) {
  .review__customer {
    margin-top: 0.5rem;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .review__customer {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .review__img {
    width: 8.7rem;
    align-self: center;
  }
}
@media (min-width: 768px) {
  .review__img {
    width: 27rem;
  }
}
.review__img img {
  width: 100%;
  height: auto;
}
.review__nav {
  display: flex;
}
@media (max-width: 767px) {
  .review__nav {
    margin-top: 0.65rem;
    gap: 0 0.3rem;
  }
}
@media (min-width: 768px) {
  .review__nav {
    margin-top: -0.5rem;
    gap: 0 0.7rem;
  }
}
.review__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .review__nav-btn {
    width: 1.15rem;
    height: 1.15rem;
    border: 1px solid #d9d9d9;
  }
}
@media (min-width: 768px) {
  .review__nav-btn {
    width: 2.9rem;
    height: 2.9rem;
    border: 3px solid #d9d9d9;
  }
}
.review__nav-btn svg {
  height: auto;
}
@media (max-width: 767px) {
  .review__nav-btn svg {
    width: 0.35rem;
  }
}
@media (min-width: 768px) {
  .review__nav-btn svg {
    width: 0.75rem;
  }
}
.review__nav-btn svg path {
  transition: all 0.3s;
}
.review__nav-btn.slick-disabled {
  cursor: default;
  background-color: #d9d9d9;
}
.review__nav-btn.slick-disabled svg path {
  stroke: #fff;
}

.error-page {
  position: relative;
  color: #000;
  line-height: normal;
  font-weight: 500;
}
@media (max-width: 767px) {
  .error-page {
    padding-bottom: 2.15rem;
  }
}
@media (min-width: 768px) {
  .error-page {
    padding-bottom: 4.15rem;
  }
}
.error-page::before {
  width: 100%;
  display: block;
  background-color: #6f92a3;
  content: "";
}
@media (max-width: 767px) {
  .error-page::before {
    height: 2.9rem;
  }
}
@media (min-width: 768px) {
  .error-page::before {
    height: 11.85rem;
  }
}
.error-page__box {
  margin: 10vh auto;
}
@media (max-width: 767px) {
  .error-page__box {
    padding: 0 1.25rem;
  }
}
@media (min-width: 768px) {
  .error-page__box {
    max-width: 30rem;
  }
}
.error-page__num {
  font-weight: 700;
  color: #6f92a3;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .error-page__num {
    margin: 0 0 0.5rem;
    text-align: center;
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .error-page__num {
    margin: 0 0 1rem;
    font-size: 10rem;
  }
}
@media (max-width: 767px) {
  .error-page__desc {
    font-size: 0.5rem;
  }
}
.error-page .btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6f92a3;
  background-color: transparent;
  color: #6f92a3;
  transition: all 0.3s;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 767px) {
  .error-page .btn {
    margin-top: 0.5rem;
    padding: 0.25rem 1rem;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .error-page .btn {
    max-width: 15rem;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
  .error-page .btn:hover, .error-page .btn:focus {
    background-color: #6f92a3;
    color: #fff;
  }
}

.page {
  position: relative;
  color: #000;
  line-height: normal;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page {
    padding-bottom: 2.15rem;
  }
}
@media (min-width: 768px) {
  .page {
    padding-bottom: 4.15rem;
  }
}
.page::before {
  width: 100%;
  display: block;
  background-color: #6f92a3;
  content: "";
}
@media (max-width: 767px) {
  .page::before {
    height: 2.9rem;
  }
}
@media (min-width: 768px) {
  .page::before {
    height: 11.85rem;
  }
}
@media (min-width: 1280px) {
  .page__box {
    max-width: 60.35rem;
  }
}
.page .page-title {
  font-weight: 700;
  color: #6f92a3;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page .page-title {
    margin: 1.55rem 0 0.4rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .page .page-title {
    margin: 6.3rem 0 1.3rem;
    font-size: 2.1rem;
  }
}
.page__date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #848484;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .page__date {
    margin-bottom: 1.2rem;
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .page__date {
    margin-bottom: 6.5rem;
    font-size: 1.6rem;
  }
}
.page__content h2,
.page__content h3 {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page__content h2,
  .page__content h3 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .page__content h2,
  .page__content h3 {
    margin-top: 1.65rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}
.page__content h2 {
  font-weight: 800;
}
.page__content h3 {
  font-weight: 400;
}
.page__content h4 {
  font-weight: 500;
}
@media (max-width: 767px) {
  .page__content h4 {
    margin-bottom: 0.5rem;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .page__content h4 {
    margin-bottom: 1.65rem;
  }
}
@media (max-width: 767px) {
  .page__content h4 + ol, .page__content h4 + ul {
    margin-top: -0.2rem;
  }
}
@media (min-width: 768px) {
  .page__content h4 + ol, .page__content h4 + ul {
    margin-top: -1.2rem;
  }
}
@media (max-width: 767px) {
  .page__content ul,
  .page__content ol {
    margin-bottom: 0.5rem;
    padding-left: 0.8rem;
  }
}
@media (min-width: 768px) {
  .page__content ul,
  .page__content ol {
    margin-bottom: 1rem;
    padding-left: 1.65rem;
  }
}
@media (max-width: 767px) {
  .page__content li {
    font-size: 0.5rem;
  }
}
@media (max-width: 767px) {
  .page__content ul + ul,
  .page__content ul + ol,
  .page__content ol + ol,
  .page__content ol + ul {
    margin-top: -0.5rem;
  }
}
@media (min-width: 768px) {
  .page__content ul + ul,
  .page__content ul + ol,
  .page__content ol + ol,
  .page__content ol + ul {
    margin-top: -1rem;
  }
}
.page__content ul ol {
  margin-bottom: 0;
  list-style-type: lower-latin;
}
@media (max-width: 767px) {
  .page__content ul ol {
    padding-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .page__content ul ol {
    padding-left: 1.1rem;
  }
}
.page__content p {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .page__content p {
    font-size: 0.5rem;
  }
}
.page a {
  color: #000;
  text-decoration: underline;
}
.page .ez-toc-list {
  list-style-type: none;
}
@media (max-width: 767px) {
  .page .ez-toc-list {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .page .ez-toc-list {
    padding-left: 0;
  }
}
.page .ez-toc-list a {
  text-decoration: none;
}/*# sourceMappingURL=main.css.map */