@font-face {
  font-family: "Granville";
  src: url("../fonts/Granville-Light.woff2") format("woff2"), url("../fonts/Granville-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Granville";
  src: url("../fonts/Granville-Regular.woff2") format("woff2"), url("../fonts/Granville-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Granville";
  src: url("../fonts/Granville-Bold.woff2") format("woff2"), url("../fonts/Granville-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "the-seasons";
}

.ff-optima {
  font-family: "optima-lt-pro";
}

.ff-the-seasons {
  font-family: "the-seasons";
}

.ff-granville {
  font-family: "Granville";
}

.fs-1 {
  font-size: 32px !important;
  line-height: 1.167;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
  .fs-1 {
    font-size: 40px !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 48px !important;
  }
}
@media (min-width: 1600px) {
  .fs-1 {
    font-size: 54px !important;
  }
}
@media (min-width: 1900px) {
  .fs-1 {
    font-size: 60px !important;
  }
}

.fs-2 {
  font-size: 28px !important;
  line-height: 1;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
  .fs-2 {
    font-size: 32px !important;
  }
}
@media (min-width: 1200px) {
  .fs-2 {
    font-size: 36px !important;
  }
}
@media (min-width: 1600px) {
  .fs-2 {
    font-size: 44px !important;
  }
}
@media (min-width: 1900px) {
  .fs-2 {
    font-size: 50px !important;
  }
}

.fs-4 {
  font-size: 20px !important;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .fs-4 {
    font-size: 22px !important;
  }
}
@media (min-width: 1200px) {
  .fs-4 {
    font-size: 26px !important;
  }
}
@media (min-width: 1600px) {
  .fs-4 {
    font-size: 28px !important;
  }
}
@media (min-width: 1900px) {
  .fs-4 {
    font-size: 30px !important;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  color: #063848;
  font-size: 16px;
  font-family: "optima-lt-pro";
  font-weight: 400;
  line-height: normal;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  background-color: #efe8dc;
}

section,
.section {
  position: relative;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a,
button,
.btn {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: unset;
}
a:hover, a:focus,
button:hover,
button:focus,
.btn:hover,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style-type: none;
}

input,
select,
.form-select,
textarea {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input:focus, input:focus-visible, input:active,
select:focus,
select:focus-visible,
select:active,
.form-select:focus,
.form-select:focus-visible,
.form-select:active,
textarea:focus,
textarea:focus-visible,
textarea:active {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

* + address,
* + dl,
* + fieldset,
* + figure,
* + ol,
* + p,
* + pre,
* + ul {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

body {
  font-size: 17px;
  line-height: 1.87;
}
@media (min-width: 992px) {
  body {
    font-size: 19px;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 20px;
  }
}
@media (min-width: 1900px) {
  body {
    font-size: 23px;
  }
}

.container {
  width: 100%;
  margin: auto;
  padding: 0 16px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
    padding: 0 12px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1344px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1472px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1648px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1748px;
  }
}

.container-full {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.transition-common {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.text-tertiary {
  color: #efe8dc !important;
}

.bg-primary {
  background-color: #052e3b !important;
}

.bg-secondary {
  background-color: #b06516 !important;
}

.bg-tertiary {
  background-color: #efe8dc !important;
}

.bg-primary-light {
  background-color: #063848 !important;
}

.bg-primary-light-2 {
  background-color: #2b6777 !important;
}

.bg-primary-light-3 {
  background-color: #859fa8 !important;
}

.btn {
  padding: 0;
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn svg {
  width: 100%;
  height: 100%;
}
.btn--nextSection {
  max-width: 16px;
  width: 100%;
  color: #efe8dc;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .btn--nextSection {
    max-width: 24px;
  }
}
@media (min-width: 1600px) {
  .btn--nextSection {
    max-width: 32px;
  }
}
.btn--nextSection:hover {
  color: #efe8dc;
  opacity: 1;
}
.btn--common {
  min-height: 46px;
  padding: 7px 32px;
  color: #efe8dc;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #efe8dc;
}
@media (min-width: 992px) {
  .btn--common {
    min-height: 50px;
  }
}
@media (min-width: 1600px) {
  .btn--common {
    font-size: 18px;
  }
}
@media (min-width: 1800px) {
  .btn--common {
    font-size: 20px;
  }
}
@media (min-width: 1900px) {
  .btn--common {
    font-size: 23px;
  }
}
.btn--common:hover {
  color: #efe8dc;
  background-color: rgba(239, 232, 220, 0.5);
}
.btn--common-primary {
  color: #052e3b;
  border: 1px solid #052e3b;
}
.btn--common-primary:hover {
  background-color: rgba(5, 46, 59, 0.5);
}

textarea.form-control {
  height: 95px;
}

.form-control {
  background-color: transparent;
  border-radius: 0px;
  border: none;
  height: 48px;
  border-bottom: 1px solid #efe8dc;
  padding: 0px;
  color: #fff !important;
  font-family: "optima-lt-pro";
  letter-spacing: 0.03em;
}
.form-control:focus {
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid #efe8dc;
}
@media (min-width: 1200px) {
  .form-control {
    height: 55px;
  }
}
.form__title h2 {
  color: #efe8dc;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .form__title h2 {
    margin-bottom: 30px;
    font-size: 35px;
  }
}
.form__title p {
  color: #efe8dc;
  margin-bottom: 30px;
  max-width: 540px;
  font-family: "optima-lt-pro";
}
@media (min-width: 1200px) {
  .form__title p {
    margin-bottom: 70px;
    font-size: 17px;
  }
}
.form__wrapper {
  padding: 20px 24px;
  background-color: #063848;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .form__wrapper {
    padding: 60px 54px;
  }
}
@media (min-width: 992px) {
  .form__wrapper {
    padding: 70px 90px;
    max-width: 704px;
    margin: 0 0 0 auto;
    margin-bottom: -50%;
  }
}
@media (min-width: 1200px) {
  .form__wrapper {
    padding: 70px 90px;
    max-width: 704px;
    margin: 0 113px -41% auto;
  }
}
@media (min-width: 1400px) {
  .form__wrapper {
    padding: 100px 115px;
    max-width: 814px;
    margin: 0 197px -37% auto;
  }
}
@media (min-width: 1600px) {
  .form__wrapper {
    padding: 100px 115px;
    max-width: 882px;
    margin: 0 234px -37% auto;
  }
}
@media (min-width: 1800px) {
  .form__wrapper {
    padding: 100px 115px;
    max-width: 882px;
    margin: 0 auto;
    margin-bottom: -30%;
  }
}
.form__inputBox {
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .form__inputBox {
    margin-bottom: 22px;
  }
}
.form__inputBox label {
  color: #efe8dc;
  display: block;
  line-height: 1;
}
@media (min-width: 1400px) {
  .form__inputBox label {
    font-size: 17px;
  }
}

.customCheckBox input {
  display: none;
}
.customCheckBox input:checked ~ label span.ind::after {
  opacity: 1;
}
.customCheckBox label {
  display: flex;
  align-items: center;
  gap: 26px;
}
.customCheckBox label span.ind {
  width: 23px;
  height: 23px;
  border: 1px solid #EFE8DC;
  position: relative;
  flex: 0 0 auto;
}
.customCheckBox label span.ind::after {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 11px;
  height: 11px;
  background-color: #efe8dc;
  content: "";
  transition: all 0.3s ease;
  opacity: 0;
}
.customCheckBox label span.text a {
  color: #efe8dc;
  text-decoration: underline;
}

.pretitle {
  font-size: 16px;
  letter-spacing: 0.06rem;
}
@media (min-width: 992px) {
  .pretitle {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .pretitle {
    font-size: 20px;
    letter-spacing: 0.12rem;
  }
}

.card {
  padding: 0;
  border: none;
  border-radius: 0;
}
.card--offer {
  width: 100%;
  min-height: 480px;
  height: 100%;
}
.card--offer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 55, 72, 0.85);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .card--offer {
    min-height: 592px;
  }
}
@media (min-width: 1800px) {
  .card--offer {
    min-height: 684px;
  }
}
@media (min-width: 1800px) {
  .card--offer__cards__row.g-lg-4 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
}
.card--offer .card__title {
  font-size: 22px;
  letter-spacing: 0.05rem;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .card--offer .card__title {
    font-size: 28px;
    padding-bottom: 36px;
  }
}
@media (min-width: 1200px) {
  .card--offer .card__title {
    font-size: 36px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1600px) {
  .card--offer .card__title {
    font-size: 44px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1900px) {
  .card--offer .card__title {
    font-size: 50px;
    padding-bottom: 80px;
  }
}
.card--offer .card__content__item {
  padding: 20px;
}
.card--offer .card__content__item--main {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .card--offer .card__content__item--main {
    opacity: 1;
    visibility: visible;
  }
}
.card--offer .card__content__item--hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  gap: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .card--offer .card__content__item--hover {
    opacity: 0;
    visibility: hidden;
  }
}
.card--offer .card__content__item--hover .title {
  font-size: 20px;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
  .card--offer .card__content__item--hover .title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .card--offer .card__content__item--hover .title {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .card--offer .card__content__item--hover .title {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .card--offer .card__content__item--hover .title {
    font-size: 35px;
  }
}
.card--offer .card__content__item--hover .list__item {
  font-size: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #fff;
}
.card--offer .card__content__item--hover .list__item:last-child {
  border-bottom: none;
}
@media (min-width: 1200px) {
  .card--offer .card__content__item--hover .list__item {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .card--offer .card__content__item--hover .list__item {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .card--offer .card__content__item {
    padding: 28px;
  }
}
@media (min-width: 1200px) {
  .card--offer .card__content__item {
    padding: 36px;
  }
}
@media (min-width: 1600px) {
  .card--offer .card__content__item {
    padding: 42px;
  }
}
@media (min-width: 1900px) {
  .card--offer .card__content__item {
    padding: 48px;
  }
}
.card--offer .card__btn .btn--offerCard {
  padding: 20px;
  color: #efe8dc;
  font-size: 16px;
  border-top: 1px solid #efe8dc;
  background-color: rgba(239, 232, 220, 0.2);
}
@media (min-width: 768px) {
  .card--offer .card__btn .btn--offerCard {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .card--offer .card__btn .btn--offerCard {
    padding: 24px 28px;
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  .card--offer .card__btn .btn--offerCard {
    font-size: 20px;
    padding: 28px 36px;
  }
}
@media (min-width: 1600px) {
  .card--offer .card__btn .btn--offerCard {
    font-size: 22px;
    padding: 32px 42px;
  }
}
@media (min-width: 1900px) {
  .card--offer .card__btn .btn--offerCard {
    font-size: 25px;
    padding: 36px 48px;
  }
}
.card--offer .card__btn .btn--offerCard .icon {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .card--offer .card__btn .btn--offerCard .icon {
    opacity: 0;
  }
}
.card--offer:hover::after {
  backdrop-filter: blur(8px) brightness(0.85);
  -webkit-backdrop-filter: blur(8px) brightness(0.85);
}
@media (min-width: 992px) {
  .card--offer:hover .card__content__item--main {
    opacity: 0;
    visibility: hidden;
  }
  .card--offer:hover .card__content__item--hover {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .card--offer:hover .card__btn .btn--offerCard {
    background-color: rgba(255, 255, 255, 0.25);
  }
}
.card--offer:hover .card__btn .btn--offerCard:hover {
  background-color: rgba(239, 232, 220, 0.4);
}
.card--offer:hover .card__btn .btn--offerCard .icon {
  opacity: 1;
}

.pagination__list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pagination__list li a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #efe8dc;
  opacity: 0.43;
  font-size: 17px;
  line-height: 1;
  font-family: "optima-lt-pro";
}
.pagination__list li a.active {
  opacity: 1;
  background-color: rgba(239, 232, 220, 0.19);
}
.pagination__list li a.focused {
  opacity: 1;
  background-color: rgba(239, 232, 220, 0.1);
}
.pagination__list li a:hover {
  opacity: 1;
}
.pagination__list li a.icon {
  opacity: 1;
}
.pagination__jump p {
  color: #efe8dc;
  font-size: 17px;
  opacity: 0.8;
}

.header--area {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .header--area {
    padding: 48px 0;
  }
}
@media (min-width: 1400px) {
  .header--area {
    padding: 80px 0 48px;
  }
}
@media (min-width: 1600px) {
  .header--area {
    padding: 112px 0 48px;
  }
}
@media (min-width: 1900px) {
  .header--area {
    padding: 120px 0 55px;
  }
}
.header__logo {
  max-width: 128px;
  width: 100%;
}
@media (min-width: 1400px) {
  .header__logo {
    max-width: 180px;
  }
}
@media (min-width: 1400px) {
  .header__logo {
    max-width: 230px;
  }
}
.header .logo--header {
  max-width: 96px;
  width: 100%;
}
.header .nav__wrap {
  gap: 32px;
}
@media (min-width: 1600px) {
  .header .nav__wrap {
    gap: 48px;
  }
}
@media (min-width: 1900px) {
  .header .nav__wrap {
    gap: 64px;
  }
}
.header .nav__item:hover .nav__link .icon {
  transform: rotate(180deg);
}
.header .nav__item:hover .submenu {
  opacity: 1;
  visibility: visible;
}
.header .nav__link {
  padding: 16px 0;
  color: #efe8dc;
  font-size: 16px;
  font-family: "Granville";
  gap: 11px;
}
@media (min-width: 1600px) {
  .header .nav__link {
    padding: 24px 0;
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .header .nav__link {
    padding: 32px 0;
    font-size: 20px;
  }
}
.header .nav__link .icon {
  max-width: 16px;
  width: 100%;
}
.header .submenu {
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translateX(-55%);
  background-color: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
}
.header .submenu::after {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 10px;
  content: "";
  background: rgba(255, 255, 255, 0.25);
  clip-path: path("M 0,10 L 20,10 A 12,12 0,0,0 25,5 A 12,12 0,0,0 30,10 L 50,10 L 50,20 L 0,20  Z");
}
@media (min-width: 1900px) {
  .header .submenu {
    transform: translateX(-53%);
  }
}
.header .submenu__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.header .submenu__item:last-child {
  border-bottom: none;
}
.header .submenu__link {
  color: #efe8dc;
  font-size: 87.5%;
  font-family: "Granville";
  line-height: normal;
  padding: 13px 24px;
  white-space: nowrap;
}
@media (min-width: 1600px) {
  .header .submenu__link {
    padding: 13px 30px;
  }
}
@media (min-width: 1900px) {
  .header .submenu__link {
    padding: 13px 36px;
  }
}

.mobile-menu-open {
  font-size: 24px;
  color: #fff;
}
.mobile-menu-close {
  font-size: 22px;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #EFE8DC;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.offcanvas--mobileMenu {
  background-color: rgba(5, 46, 59, 0.8);
  backdrop-filter: blur(8px);
}
.offcanvas--mobileMenu .offcanvas-header {
  padding: 20px;
}
.offcanvas--mobileMenu .offcanvas-body {
  padding: 20px;
}
.offcanvas--mobileMenu .logo--mobileMenu {
  max-width: 96px;
  width: 100%;
}
.offcanvas--mobileMenu .nav__item:has(.nav__link[aria-expanded=true]) {
  background-color: rgba(255, 255, 255, 0.04);
}
.offcanvas--mobileMenu .nav__link {
  color: #efe8dc;
  font-size: 15px;
  font-family: "Granville";
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
}
.offcanvas--mobileMenu .nav__link:hover, .offcanvas--mobileMenu .nav__link[aria-expanded=true] {
  color: #ffb000;
}
.offcanvas--mobileMenu .nav__link[aria-expanded=true] {
  padding-left: 16px;
}
.offcanvas--mobileMenu .nav__link[aria-expanded=true]::after {
  transform: rotate(180deg);
  right: 10px;
}
.offcanvas--mobileMenu .nav__link[data-bs-toggle=collapse]::after {
  position: absolute;
  right: 8px;
  top: 20px;
  content: "";
  width: 14px;
  height: 12px;
  background-image: url("../imgs/icons-objs/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  transition: all 0.3s ease;
}
.offcanvas--mobileMenu .submenu__link {
  padding: 14px 16px;
  color: #efe8dc;
  font-size: 95%;
  font-family: "Granville";
  white-space: nowrap;
  line-height: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-left: 35px;
}
.offcanvas--mobileMenu .submenu__link:hover {
  color: #ffb000;
}

.footer__main {
  background-color: #052e3b;
  padding: 60px 0px 20px;
}
@media (min-width: 992px) {
  .footer__main {
    padding: 95px 0px 70px;
  }
}
@media (min-width: 1400px) {
  .footer__main {
    padding: 95px 0px 114px;
  }
}
.footer--two .footer__main {
  background-color: #063848;
}
@media (min-width: 992px) {
  .footer--two .footer__main {
    padding: 73px 0px 73px;
  }
}
.footer--two .footer__bottom {
  background-color: #052e3b;
}
@media (min-width: 992px) {
  .footer--two .footer__wrapper {
    gap: 50px;
  }
}
@media (min-width: 1400px) {
  .footer--two .footer__wrapper {
    gap: 150px;
  }
}
@media (min-width: 1800px) {
  .footer--two .footer__wrapper {
    gap: 220px;
  }
}
@media (min-width: 1900px) {
  .footer--two .footer__wrapper {
    gap: 270px;
  }
}
@media (min-width: 992px) {
  .footer--two .footer__widgets {
    display: flex;
    max-width: inherit;
    flex-grow: 1;
    max-width: inherit;
    flex-wrap: wrap;
    gap: 40px 30px;
  }
}
@media (min-width: 1200px) {
  .footer--two .footer__widgets {
    gap: 30px;
    justify-content: space-between !important;
  }
}
@media (min-width: 1600px) {
  .footer--two .footer__widgets {
    padding-right: 130px;
  }
}
@media (min-width: 992px) {
  .footer--two .footer__widget {
    flex: 0 0 auto;
    width: 21.33%;
    text-align: start;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .footer--two .footer__widget {
    width: inherit;
    max-width: 280px;
  }
}
@media (min-width: 1600px) {
  .footer--contactPage .footer__widgets {
    margin-left: 220px;
  }
}
@media (min-width: 1800px) {
  .footer--contactPage .footer__widgets {
    margin-left: 350px;
  }
}
@media (min-width: 1900px) {
  .footer--contactPage .footer__widgets {
    margin-left: 450px;
  }
}
.footer__widget {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 155px;
  margin: 0 auto 22px;
}
@media (min-width: 992px) {
  .footer__widget {
    text-align: end;
    max-width: inherit;
  }
}
.footer__widget a {
  color: #efe8dc;
  font-family: "optima-lt-pro";
  font-size: 16px;
  display: block;
  line-height: 25px;
}
.footer__widget a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .footer__widget a {
    font-size: 17px;
  }
}
.footer__widget p {
  color: #efe8dc;
  font-family: "optima-lt-pro";
  font-size: 16px;
  display: block;
  line-height: 25px;
}
@media (min-width: 992px) {
  .footer__widget p {
    font-size: 17px;
  }
}
.footer__widget h6 {
  color: #efe8dc;
  font-family: "optima-lt-pro";
  font-size: 16px;
  display: block;
  line-height: 24px;
}
@media (min-width: 992px) {
  .footer__widget h6 {
    font-size: 17px;
  }
}
.footer__bottom {
  padding: 12px;
  background-color: #063848;
}
.footer__bottom p {
  color: #efe8dc;
  font-family: "the-seasons";
  font-size: 16px;
  line-height: 31px;
}
.footer__bottom p a {
  color: #efe8dc;
  font-family: "the-seasons";
  font-size: 16px;
  line-height: 31px;
}
.footer__bottom p a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .footer__widgets {
    max-width: 154px;
  }
}
@media (min-width: 1200px) {
  .footer__widgets {
    margin-left: 100px;
  }
}
.footer__logo {
  margin-bottom: 30px;
}
.footer__logo img {
  max-width: 154px;
}
.footer__social a {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  text-align: center;
}

.hero--overlay {
  position: relative;
  z-index: 1;
}
.hero--overlay::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #052e3b;
  opacity: 0.8;
  z-index: -1;
}
.hero--overlaySecondary::after {
  background-color: #b06516;
}
.hero--overlayPrimaryLightThree::after {
  background-color: #859fa8;
}
.hero--overlay.overlayOpacity::after {
  opacity: 0.52;
}
.hero--section {
  min-height: 480px;
  padding: 64px 0;
}
@media (min-width: 768px) {
  .hero--section {
    min-height: 680px;
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .hero--section {
    min-height: 880px;
    padding: 112px 0;
  }
}
@media (min-width: 1800px) {
  .hero--section {
    min-height: 1080px;
    padding: 128px 0;
  }
}
.hero__content {
  padding-top: 48px;
}
@media (min-width: 992px) {
  .hero__content {
    padding-top: 76px;
  }
}
@media (min-width: 1600px) {
  .hero__content {
    padding-top: 104px;
  }
}
@media (min-width: 1900px) {
  .hero__content {
    padding-top: 128px;
  }
}
.hero__content__inner {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .hero__content__inner {
    margin-bottom: 68px;
  }
}
@media (min-width: 1200px) {
  .hero__content__inner {
    margin-bottom: 88px;
  }
}
@media (min-width: 1800px) {
  .hero__content__inner {
    margin-bottom: 108px;
  }
}
.hero__thumb {
  width: clamp(160px, 25%, 366px);
}

.moment--section {
  padding: 48px 0;
}
@media (min-width: 768px) {
  .moment--section {
    padding: 64px 0;
  }
}
@media (min-width: 992px) {
  .moment--section {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .moment--section {
    padding: 112px 0;
  }
}
@media (min-width: 1600px) {
  .moment--section {
    padding: 144px 0;
  }
}
@media (min-width: 1900px) {
  .moment--section {
    padding: 188px 0;
  }
}
.moment__content {
  max-width: 584px;
}
@media (min-width: 1900px) {
  .moment__content {
    max-width: 664px;
  }
}
.moment__images {
  margin-bottom: 32px;
}
.moment__thumb {
  width: 100%;
  height: 340px;
}
@media (min-width: 992px) {
  .moment__thumb {
    max-width: 350px;
    height: 420px;
  }
}
@media (min-width: 1800px) {
  .moment__thumb {
    height: 500px;
  }
}

.logo-icon {
  max-width: 48px;
  width: 100%;
}
@media (min-width: 768px) {
  .logo-icon {
    max-width: 56px;
  }
}
@media (min-width: 1200px) {
  .logo-icon {
    max-width: 64px;
  }
}
@media (min-width: 1800px) {
  .logo-icon {
    max-width: 74px;
  }
}

.contentBlock--section {
  padding: 48px 0 0;
}
@media (min-width: 768px) {
  .contentBlock--section {
    padding: 64px 0 0;
  }
}
@media (min-width: 992px) {
  .contentBlock--section {
    padding: 0;
  }
}
.contentBlock__content {
  padding: 16px;
}
@media (min-width: 992px) {
  .contentBlock__content {
    height: 100%;
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .contentBlock__content .section__para {
    max-width: 595px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .contentBlock__content .section__para {
    max-width: 522px;
  }
}
@media (min-width: 1900px) {
  .contentBlock__content .section__para {
    max-width: 596px;
  }
}
.contentBlock__thumb {
  max-width: 346px;
  width: 100%;
}
.contentBlock__thumb__bg {
  width: 100%;
  height: 368px;
}
@media (min-width: 992px) {
  .contentBlock__thumb__bg {
    height: 100%;
    max-height: 1080px;
  }
}
@media (min-width: 2500px) {
  .contentBlock__thumb__bg {
    height: 90vh;
    max-height: 100%;
  }
}
@media (min-width: 3800px) {
  .contentBlock__thumb__bg {
    height: 80vh;
  }
}
.contentBlock__thumb__bg.hasHover:hover .contentBlock__thumb__bg__image {
  transform: scale(1.1);
}
.contentBlock__thumb__bg.hasPadding {
  padding: 16px;
}
@media (min-width: 576px) {
  .contentBlock__thumb__bg.hasPadding {
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .contentBlock__thumb__bg.hasPadding {
    padding: 32px;
  }
}
@media (min-width: 1600px) {
  .contentBlock__thumb__bg.hasPadding {
    padding: 56px;
  }
}
@media (min-width: 1900px) {
  .contentBlock__thumb__bg.hasPadding {
    padding: 80px;
  }
}
.contentBlock__thumb__bg__image {
  transition: all 0.3s linear;
}
.contentBlock__quote__text {
  font-size: 20px;
  letter-spacing: 0.08em;
  max-width: 350px;
}
@media (min-width: 768px) {
  .contentBlock__quote__text {
    max-width: 388px;
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .contentBlock__quote__text {
    max-width: 388px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .contentBlock__quote__text {
    font-size: 30px;
  }
}
@media (min-width: 1600px) {
  .contentBlock__quote__text {
    font-size: 36px;
    max-width: 442px;
  }
}
@media (min-width: 1800px) {
  .contentBlock__quote__text {
    font-size: 40px;
    max-width: 498px;
  }
}
.contentBlock__quote__text .quote {
  font-size: 225%;
  line-height: 1;
  margin-bottom: -20px;
}
@media (min-width: 1800px) {
  .contentBlock__quote__text .quote {
    font-size: 180px;
    margin: -40px;
  }
}
@media (min-width: 1800px) {
  .contentBlock__quote__text .quote:last-child {
    position: relative;
    bottom: -70px;
    right: -20px;
  }
}
.contentBlock__services__wrap {
  max-width: 608px;
}
.contentBlock__services__wrap .item {
  font-size: 18px;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.contentBlock__services__wrap .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #052e3b;
}
@media (min-width: 768px) {
  .contentBlock__services__wrap .item {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .contentBlock__services__wrap .item {
    font-size: 22px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1800px) {
  .contentBlock__services__wrap .item {
    font-size: 25px;
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
}
.contentBlock__services__wrap .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.contentBlock__services__wrap .item:last-child::after {
  display: none;
}

.offer--section {
  padding: 48px 0;
}
@media (min-width: 768px) {
  .offer--section {
    padding: 64px 0;
  }
}
@media (min-width: 992px) {
  .offer--section {
    padding: 80px 0;
  }
}
@media (min-width: 1400px) {
  .offer--section {
    padding: 96px 0 128px;
  }
}
@media (min-width: 1800px) {
  .offer--section {
    padding: 114px 0 152px;
  }
}
@media (min-width: 1900px) {
  .offer--section {
    padding: 130px 0 180px;
  }
}
.offer .section__head {
  max-width: 746px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .offer .section__head {
    margin-bottom: 54px;
    max-width: 710px;
  }
}
@media (min-width: 1400px) {
  .offer .section__head {
    margin-bottom: 68px;
    max-width: 710px;
  }
}
@media (min-width: 1800px) {
  .offer .section__head {
    margin-bottom: 80px;
    max-width: 746px;
  }
}
.offer__cards {
  max-width: 1680px;
}
.offer__card__two::after {
  background-color: rgba(133, 159, 168, 0.85);
}
.offer__card__three::after {
  background-color: rgba(176, 102, 22, 0.85);
}

.cta--section {
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  background-size: cover;
  padding: 110px 0px 120px;
  position: relative;
  z-index: 1;
}
.cta--section::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #2b6777;
  opacity: 0.75;
  z-index: -1;
}
@media (min-width: 768px) {
  .cta--section {
    padding: 150px 0px 150px;
  }
}
@media (min-width: 1200px) {
  .cta--section {
    padding: 180px 0px 180px;
  }
}
@media (min-width: 1400px) {
  .cta--section {
    padding: 200px 0px 200px;
  }
}
.cta__content img {
  max-width: 100%;
}
.cta__content h2 {
  color: #efe8dc;
}

.slider--eventLoc {
  background-color: #efe8dc;
  padding: 40px 0px 40px;
}
@media (min-width: 768px) {
  .slider--eventLoc {
    padding: 60px 0px 60px;
  }
}
@media (min-width: 992px) {
  .slider--eventLoc {
    padding: 90px 0px 90px;
  }
}
@media (min-width: 1200px) {
  .slider--eventLoc {
    padding: 120px 0px 120px;
  }
}
@media (min-width: 1400px) {
  .slider--eventLoc {
    padding: 200px 0px 200px;
  }
}
@media (min-width: 992px) {
  .slider__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.slider__content {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .slider__content {
    margin-bottom: 0px;
    max-width: 324px;
  }
}
@media (min-width: 1400px) {
  .slider__content {
    margin-bottom: 0px;
    max-width: 393px;
  }
}
.slider__content .pretitle {
  margin-bottom: 10px;
  display: block;
}
.slider__content h2 {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .slider__content h2 {
    margin-bottom: 30px;
  }
}
.slider__content p {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .slider__content p {
    margin-bottom: 30px;
  }
}
.slider__eventLoc .swiper-wrapper {
  align-items: center;
  min-height: 380px;
}
@media (min-width: 768px) {
  .slider__eventLoc .swiper-wrapper {
    min-height: 480px;
  }
}
@media (min-width: 992px) {
  .slider__eventLoc .swiper-wrapper {
    min-height: 380px;
  }
}
@media (min-width: 1200px) {
  .slider__eventLoc .swiper-wrapper {
    min-height: 450px;
  }
}
@media (min-width: 1600px) {
  .slider__eventLoc .swiper-wrapper {
    min-height: 550px;
  }
}
.slider__eventLoc .swiper-slide {
  transition: all 0.3s ease;
}
.slider__eventLoc .swiper-slide.swiper-slide-active.slider__eventLoc-item {
  transform: scale(1.2);
  transition: all 0.3s ease;
}
.slider__eventLoc-item {
  text-align: center;
  transition: all 0.3s ease;
  height: 300px;
}
@media (min-width: 768px) {
  .slider__eventLoc-item {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .slider__eventLoc-item {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .slider__eventLoc-item {
    height: 340px;
  }
}
@media (min-width: 1600px) {
  .slider__eventLoc-item {
    height: 420px;
  }
}
@media (min-width: 1800px) {
  .slider__eventLoc-item {
    height: 450px;
  }
}
.slider__eventLoc-item img {
  transition: all 0.3s ease-in;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slider__nav button {
  border: none;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  color: #f7dbab;
  width: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .slider__nav button {
    color: #052e3b;
    left: -12px;
  }
}
.slider__nav button svg {
  max-width: 14px;
}
@media (min-width: 992px) {
  .slider__nav button svg {
    max-width: 16px;
  }
}
@media (min-width: 1400px) {
  .slider__nav button svg {
    max-width: 18px;
  }
}
.slider__nav button:last-child {
  left: auto;
  right: 2px;
}
@media (min-width: 992px) {
  .slider__nav button:last-child {
    right: -12px;
  }
}
@media (min-width: 768px) {
  .slider__inner {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .slider__inner {
    width: 66%;
    padding: 0px 34px;
  }
}
@media (min-width: 1400px) {
  .slider__inner {
    padding: 0px 34px;
    max-width: 1197px;
  }
}

.contact--section {
  padding: 40px 0px 20px;
  z-index: 1;
}
@media (min-width: 768px) {
  .contact--section {
    padding: 50px 0px 50px;
  }
}
@media (min-width: 1200px) {
  .contact--section {
    padding: 92px 0px 50px;
  }
}
.contact--section-hero {
  padding-top: 144px;
  z-index: 1;
}
.contact--section-hero::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(5, 46, 59, 0.3);
  z-index: -1;
}
@media (min-width: 576px) {
  .contact--section-hero {
    padding-top: 160px;
  }
}
@media (min-width: 992px) {
  .contact--section-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1400px) {
  .contact--section-hero {
    padding-top: 290px;
  }
}
@media (min-width: 1600px) {
  .contact--section-hero {
    padding-top: 400px;
  }
}
@media (min-width: 1600px) {
  .contact--section-hero .form__wrapper {
    padding: 100px 115px;
    max-width: 882px;
    margin: 0 108px -34% auto;
  }
}
@media (min-width: 1800px) {
  .contact--section-hero .form__wrapper {
    padding: 100px 115px;
    max-width: 882px;
    margin: 0 108px -28% auto;
  }
}
.contact-bg {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.textBlock--section {
  padding: 60px 0px 60px;
  background-color: #052e3b;
}
@media (min-width: 768px) {
  .textBlock--section {
    padding: 70px 0px 70px;
  }
}
@media (min-width: 992px) {
  .textBlock--section {
    padding: 90px 0px 90px;
  }
}
@media (min-width: 1200px) {
  .textBlock--section {
    padding: 150px 0px 140px;
  }
}
.textBlock__content {
  max-width: 450px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .textBlock__content {
    max-width: 850px;
  }
}
@media (min-width: 992px) {
  .textBlock__content {
    max-width: 850px;
  }
}
@media (min-width: 1400px) {
  .textBlock__content {
    max-width: 1208px;
  }
}
.textBlock__content h2 {
  margin-bottom: 20px;
  color: #efe8dc;
}
@media (min-width: 1400px) {
  .textBlock__content h2 {
    margin-bottom: 35px;
  }
}
.textBlock__content p {
  font-size: 17px;
  line-height: 26px;
  color: #efe8dc;
}
@media (min-width: 768px) {
  .textBlock__content p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1400px) {
  .textBlock__content p {
    font-size: 30px;
    line-height: 43px;
  }
}

.gallery--section {
  background-color: #052e3b;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .gallery--section {
    padding-bottom: 80px;
  }
}
.gallery__wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .gallery__pagination {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .gallery__pagination {
    padding-top: 50px;
  }
}
@media (min-width: 1400px) {
  .gallery__pagination {
    padding-top: 90px;
  }
}
.gallery-item {
  margin-bottom: 24px;
  width: 100%;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery-item--sm {
  height: 210px;
}
@media (min-width: 992px) {
  .gallery-item--sm {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .gallery-item--sm {
    height: 350px;
  }
}
@media (min-width: 1400px) {
  .gallery-item--sm {
    height: 450px;
  }
}
@media (min-width: 1800px) {
  .gallery-item--sm {
    height: 460px;
  }
}
.gallery-item--lg {
  height: 370px;
}
@media (min-width: 992px) {
  .gallery-item--lg {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .gallery-item--lg {
    height: 590px;
  }
}
@media (min-width: 1400px) {
  .gallery-item--lg {
    height: 800px;
  }
}
@media (min-width: 1800px) {
  .gallery-item--lg {
    height: 940px;
  }
}

.privacy-policy--pageSection {
  padding: 64px 0;
}
@media (min-width: 768px) {
  .privacy-policy--pageSection {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .privacy-policy--pageSection {
    padding: 112px 0;
  }
}
@media (min-width: 1600px) {
  .privacy-policy--pageSection {
    padding: 144px 0;
  }
}
@media (min-width: 1900px) {
  .privacy-policy--pageSection {
    padding: 192px 0;
  }
}
.privacy-policy__wrapper {
  max-width: 956px;
}
.privacy-policy__content {
  gap: 32px;
}
@media (min-width: 768px) {
  .privacy-policy__content {
    gap: 44px;
  }
}
@media (min-width: 1200px) {
  .privacy-policy__content {
    gap: 56px;
  }
}
@media (min-width: 1600px) {
  .privacy-policy__content {
    gap: 68px;
  }
}
@media (min-width: 1900px) {
  .privacy-policy__content {
    gap: 80px;
  }
}
.privacy-policy__block {
  gap: 24px;
}
@media (min-width: 768px) {
  .privacy-policy__block {
    gap: 32px;
  }
}
@media (min-width: 1200px) {
  .privacy-policy__block {
    gap: 38px;
  }
}
@media (min-width: 1600px) {
  .privacy-policy__block {
    gap: 44px;
  }
}
@media (min-width: 1900px) {
  .privacy-policy__block {
    gap: 52px;
  }
}
.privacy-policy__block__list {
  font-size: 15px;
  gap: 8px;
}
@media (min-width: 992px) {
  .privacy-policy__block__list {
    gap: 12px;
  }
}
@media (min-width: 1400px) {
  .privacy-policy__block__list {
    gap: 16px;
  }
}
@media (min-width: 1800px) {
  .privacy-policy__block__list {
    gap: 20px;
  }
}
.privacy-policy__block__list .list {
  font-size: 15px;
  gap: 8px;
}
@media (min-width: 992px) {
  .privacy-policy__block__list .list {
    gap: 12px;
  }
}
@media (min-width: 1200px) {
  .privacy-policy__block__list .list {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .privacy-policy__block__list .list {
    gap: 16px;
  }
}
@media (min-width: 1800px) {
  .privacy-policy__block__list .list {
    font-size: 17px;
    gap: 20px;
  }
}
.privacy-policy__block__list .list .ellipse {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  margin-top: 12px;
}
.privacy-policy__text {
  font-size: 15px;
}
@media (min-width: 1200px) {
  .privacy-policy__text {
    font-size: 16px;
  }
}
@media (min-width: 1800px) {
  .privacy-policy__text {
    font-size: 17px;
  }
}

/*# sourceMappingURL=style.css.map */
