@font-face {
  font-family: "Italiana";
  src: url("Italiana-Regular.woff2") format("woff2"), url("fonts/Italiana-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/CormorantGaramond-LightItalic.woff2") format("woff2"), url("fonts/CormorantGaramond-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/CormorantGaramond-Light.woff2") format("woff2"), url("fonts/CormorantGaramond-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/CormorantGaramond-Regular.woff2") format("woff2"), url("fonts/CormorantGaramond-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/CormorantGaramond-Medium.woff2") format("woff2"), url("fonts/CormorantGaramond-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/CormorantGaramond-MediumItalic.woff2") format("woff2"), url("fonts/CormorantGaramond-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/CormorantGaramond-SemiBold.woff2") format("woff2"), url("fonts/CormorantGaramond-Regular.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dia";
  src: url("fonts/dia.woff2") format("woff2"), url("fonts/dia.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body,
html {
  overflow-x: hidden;
}

body {
  background: linear-gradient(180deg, white 0%, #e3e3e3 87%);
  font-family: "Cormorant Garamond", serif;
  color: #2b4062;
  font-size: 26px;
  margin: 0;
  overflow-x: hidden;
}
body.page {
  background: #fff;
}
body.home {
  background: #fafafa;
}

* {
  box-sizing: border-box;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.container-wrap {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
}

.container {
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
}

.container-header {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: flex;
}

.flexCenter {
  align-items: center;
  justify-content: center;
}

.inline-flex {
  display: inline-flex;
}

.direction-column {
  flex-direction: column;
}

.direction-row {
  flex-direction: row;
}

.row-reverse {
  flex-direction: row-reverse;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.align-start {
  align-items: flex-start;
}

.align-stretch {
  align-items: stretch;
}

.justify-around {
  justify-content: space-around;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.wrap {
  flex-wrap: wrap;
}

.fullFlex {
  flex: 1 1 auto;
}

.nowrap {
  word-wrap: nowrap;
}

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

header {
  background: transparent;
  height: 50px;
  padding-top: 15px;
  z-index: 400;
  position: relative;
}
header .inquire a {
  text-decoration: none;
  cursor: pointer;
  color: white;
  font-size: 14px;
  font-family: "Dia", sans-serif;
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word;
  letter-spacing: 0.28px;
}
header .site-name {
  color: white;
  font-size: 22px;
  font-family: "Dia", sans-serif;
  font-weight: 400;
  line-height: 34px;
  word-wrap: break-word;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
header .lang-header {
  gap: 20px;
}
header .lang-header a {
  text-decoration: none;
  cursor: pointer;
  color: white;
  font-size: 14px;
  font-family: "Dia", sans-serif;
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word;
  letter-spacing: 0.28px;
  opacity: 0.5;
}
header .lang-header a.active {
  opacity: 1;
}
header .back-link {
  color: #7c7d7f;
  font-size: 18px;
  font-family: "Dia", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 1px;
  word-wrap: break-word;
}
header .back-link a {
  text-decoration: none;
  color: #7c7d7f;
}

main {
  margin-top: -50px;
}
main .hero {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
main .hero iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
  z-index: 1;
}
main .hero .logo {
  position: relative;
  z-index: 10;
  width: 420px;
}
main .hero .logo img {
  max-width: 100%;
  height: auto;
}
main .hero .scroll-indicator {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 20;
}
main .hero .scroll-indicator .scroll-line {
  position: relative;
  width: 4px;
  height: 66px;
}
main .hero .scroll-indicator .scroll-line .scroll-line-bg {
  width: 2px;
  height: 66px;
  position: absolute;
  left: 1px;
  top: 0;
  background: rgba(1, 1, 1, 0.3);
}
main .hero .scroll-indicator .scroll-line .scroll-line-animated {
  width: 4px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  transform-origin: top;
  animation: scrollDown 2s linear infinite;
}
main .hero .scroll-indicator span {
  color: white;
  font-size: 14px;
  font-family: "Dia", sans-serif;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.14px;
  word-wrap: break-word;
  text-transform: uppercase;
}
main .title-block {
  padding-top: 160px;
  padding-bottom: 160px;
}
main .title-block .title-block-inner {
  text-align: center;
  margin: 0 auto;
  text-align: center;
}
main .title-block .title-block-inner .title {
  font-size: 90px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  line-height: 82px;
  word-wrap: break-word;
}
main .title-block .title-block-inner .subtitle {
  font-size: 36px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 38px;
  word-wrap: break-word;
}
main .title-block .title-block-inner .title-line {
  width: 88%;
  height: 1px;
  background: linear-gradient(to right, transparent 0%, rgba(26, 58, 82, 0.1) 20%, rgba(26, 58, 82, 0.2) 50%, rgba(26, 58, 82, 0.1) 80%, transparent 100%);
  margin: 40px auto;
}
main .line {
  height: 1px;
  width: 100%;
  background-color: #2b4062;
  opacity: 0.2;
}
main .text-content {
  padding: 160px 0;
}
main .text-content .text-content-wrap {
  gap: 40px;
  text-align: center;
  max-width: 670px;
  margin: 0 auto;
}
main .text-content .text-content-wrap .section-title {
  font-size: 32px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 36px;
  word-wrap: break-word;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0 auto;
}
main .text-content .text-content-wrap .section-text {
  font-size: 18px;
  font-family: "Dia", sans-serif;
  font-weight: 400;
  line-height: 25px;
  word-wrap: break-word;
  text-align: justify;
  text-align: center;
}
main .image-content {
  width: 100%;
}
main .image-content .big-image {
  width: 100%;
  margin-bottom: 0;
}
main .image-content .big-image img {
  width: 100%;
  display: block;
}
main .image-content .big-image.border-image {
  border: 1px solid #bebebe;
  border-radius: 10px;
  background: white;
  padding: 8px;
}
main .image-content .big-image.border-image img {
  border-radius: 6px;
  display: block;
}
main .image-content .images {
  gap: 20px;
  align-items: flex-start;
  width: 100%;
}
main .image-content .images img {
  height: auto;
  min-width: 0;
}
main .image-content .images img:first-child {
  flex: 894 1 0;
}
main .image-content .images img:last-child {
  flex: 445 1 0;
}
main .image-content.padding {
  padding-bottom: 60px;
}
main .bottom-text {
  width: 100%;
  padding-bottom: 550px;
}
main .bottom-text .bottom-text-wrap {
  text-align: center;
  margin: 0 auto;
  width: 661px;
  color: #1d4271;
  font-size: 32px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  line-height: 38px;
  word-wrap: break-word;
  font-style: italic;
}
main .bottom-text .more-button {
  margin-top: 50px;
  text-align: center;
}
main .bottom-text .more-button a {
  padding: 10px 18px;
  background: #2b4062;
  color: #abd0ef;
  border: none;
  font-size: 16px;
  letter-spacing: 0.16px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 400;
  text-decoration: none;
  font-family: "Dia", sans-serif;
  line-height: 18px;
  border-radius: 4px;
  min-width: 498px;
  display: inline-block;
}
main .bottom-text .more-button a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
main .form {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 2000px;
  background-image: var(--bg-desktop);
}
main .form .form-block {
  margin: 0 auto;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 220px;
}
main .form .form-block .form-title {
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 36px;
  letter-spacing: 1.8px;
  word-wrap: break-word;
  margin-bottom: 50px;
}
main .form .form-block form {
  width: 498px;
  margin: 0 auto;
  position: relative;
}
main .form .form-block form input {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid rgba(43, 64, 98, 0.3);
  background: transparent;
  font-size: 16px;
  font-family: "Dia", sans-serif;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2.4px;
  outline: none;
  text-align: center;
  margin-bottom: 35px;
}
main .form .form-block form input:focus {
  border-bottom-color: #2b4062;
  color: #333;
}
main .form .form-block form ::-moz-placeholder {
  font-size: 16px;
  letter-spacing: 2px;
  color: #2b4062;
  opacity: 1;
}
main .form .form-block form ::placeholder {
  font-size: 16px;
  letter-spacing: 2px;
  color: #2b4062;
  opacity: 1;
}
main .form .form-block form input[type=submit] {
  width: 100%;
  padding: 8px 18px;
  background: #2b4062;
  color: #abd0ef;
  border: none;
  font-size: 16px;
  letter-spacing: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
  border-radius: 4px;
}
main .form .form-block form input[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
main .form .form-block form input[type=submit]:active {
  transform: translateY(0);
}
main .form .form-block form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-family: "Dia", sans-serif;
  margin-top: -20px;
}
main .form .form-block form .wpcf7-response-output {
  font-size: 13px;
  font-family: "Dia", sans-serif;
  margin-top: 20px;
  border: none;
  padding: 0;
}
main .form .form-block form .wpcf7-spinner::before {
  display: none;
}
main .form .form-block form .wpcf7-spinner {
  display: none !important;
}

.page main .page-title {
  margin-top: 170px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  color: #575757;
  font-size: 48px;
  line-height: 1.2;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-wrap: break-word;
  text-transform: uppercase;
  margin-bottom: 70px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page main .page-intro {
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  margin-bottom: 70px;
  color: #626262;
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 1px;
  word-wrap: break-word;
}
.page main .page-content {
  margin-bottom: 100px;
  color: #908d8d;
  font-size: 16px;
  font-family: "Dia", sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
  word-wrap: break-word;
}

footer {
  background: #d9d9d9;
  width: 100%;
  padding: 40px 0;
}
footer .footer-left .footer-logo {
  height: 36px;
}
footer .footer-left .footer-logo img {
  height: 100%;
  width: auto;
}
footer .footer-right {
  gap: 40px;
  color: #2b4062;
  font-size: 12px;
  font-family: Dia;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 16px;
  letter-spacing: 0.12px;
  word-wrap: break-word;
}
footer .footer-right a {
  font-size: 12px;
  font-family: "Dia", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 16px;
  letter-spacing: 0.72px;
  word-wrap: break-word;
  color: #2b4062;
  text-decoration: none;
  display: block;
}
footer .footer-right .copy {
  font-style: italic;
  opacity: 0.6;
}

.fade-in-img {
  opacity: 0.1;
  transition: opacity 2.5s ease;
}
.fade-in-img.visible {
  opacity: 1;
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes scrollDown {
  0%, 100% {
    top: 0;
    height: 0;
  }
  12% {
    top: 0;
    height: 27px;
  }
  25% {
    top: 19.5px;
    height: 27px;
  }
  38% {
    top: 39px;
    height: 27px;
  }
  50% {
    top: 66px;
    height: 0;
  }
}
@media (max-width: 1440px) {
  .container {
    padding: 0 40px;
    width: 100%;
  }
  .container-header {
    padding: 0 40px;
  }
  header .back-link {
    right: 20px;
  }
  .logo {
    width: 310px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
  .container {
    padding: 0 20px;
    width: 100%;
  }
  .container-header {
    padding: 0 20px;
    width: 100%;
  }
  header .inquire a {
    font-size: 13px;
    text-decoration: none;
    color: #fff;
  }
  header .site-name {
    font-size: 16px;
  }
  header .lang-header {
    gap: 10px;
  }
  header .lang-header a {
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
  }
  main .hero .logo {
    width: 55%;
    max-width: 309px;
  }
  main .hero .scroll-indicator {
    left: 20px;
  }
  main .title-block {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  main .title-block .title-block-inner .title {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 20px;
  }
  main .title-block .title-block-inner .subtitle {
    font-size: 20px;
    line-height: 1.2;
  }
  main .text-content {
    padding: 40px 0;
  }
  main .text-content .text-content-wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
  main .text-content .text-content-wrap .section-title {
    font-size: 32px;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    min-width: 100%;
  }
  main .text-content .text-content-wrap .section-text {
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    flex: 1;
  }
  main .image-content .big-image {
    margin-bottom: 0;
  }
  main .image-content .images {
    flex-wrap: wrap;
    gap: 40px;
  }
  main .image-content .images img:first-child {
    flex: none;
    max-width: 100%;
  }
  main .image-content .images img:last-child {
    flex: none;
    max-width: 100%;
  }
  main .image-content.padding {
    padding-bottom: 40px;
  }
  main .bottom-text .bottom-text-wrap {
    font-size: 24px;
    line-height: 1.2;
    width: 100%;
    text-align: center;
  }
  main .bottom-text {
    padding-top: 40px;
    padding-bottom: 80px;
    text-align: left;
  }
  main .bottom-text .more-button a {
    display: block;
  }
  main .form {
    padding-bottom: 40px;
    min-height: 800px;
    background-image: var(--bg-mobile);
  }
  main .form .form-block form {
    width: 100%;
  }
  footer .container {
    flex-wrap: wrap;
  }
  footer .container .footer-left {
    order: 2;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
  }
  footer .container .footer-left .footer-logo {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  footer .container .footer-left .footer-menu {
    flex-wrap: wrap;
    margin: 0 auto;
  }
  footer .container .footer-left .footer-menu .copy {
    margin-top: 10px;
    margin: 0 auto;
  }
  footer .container .footer-right {
    order: 1;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  footer .container .footer-right a {
    margin: 0 auto;
  }
  .page main .page-title {
    font-size: 32px;
    line-height: 1.2;
    margin-top: 100px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .page main .page-intro {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}/*# sourceMappingURL=style.css.map */