/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Sourcea
	All rights reserved
*/
@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");
@import "components/swiper-bundle.min.css";
@import "components/jquery.fancybox.min.css";
.animated-effect, .form-page .form-box, .form-page .form-check.form-check-entry .form-check-label, .form-page .form-check.form-check-box .form-check-label, .form-page .form-field.form-field-select .form-control, .gallery img, .gallery .swiper-button-next,
.gallery .swiper-button-prev, .main-types .main-types-boxes .main-type:after, .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.15s ease all;
}

.animated-long-effect, .main-types .main-types-boxes .main-type > strong, .main-types .main-types-boxes .main-type .main-type-number, .main-types .main-types-boxes .main-type {
  transition: 0.3s ease all;
}

.active-effect, .gallery img:active, .gallery .swiper-button-next:active,
.gallery .swiper-button-prev:active, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-primary:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection, .form-page .form-box, .form-page .form-check.form-check-entry .form-check-label, .form-page .form-check.form-check-box .form-check-label, .form-page .form-field.form-field-select .form-control, .form-page .form-field .form-control[disabled], .form-page .form-field .form-control.disabled, .promotion .footer-effect-2-wrapper img, .promotion .footer-effect-1, .gallery img, .main .main-badge, footer.page-footer .footer-effect, .navbar .navbar-nav .nav-item .nav-link.disabled {
  user-select: none;
}

.disable-clicks, .form-page .form-field .form-control[disabled], .form-page .form-field .form-control.disabled, .main .main-badge, footer.page-footer .footer-effect, .navbar .navbar-nav .nav-item .nav-link.disabled {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html, body {
  font-family: "Geologica", sans-serif;
  position: relative;
}

html {
  scroll-padding-top: 7rem;
}
@media (max-width: 767.9px) {
  html {
    scroll-padding-top: 4.75rem;
  }
}

body {
  padding-top: 7rem;
}
@media (max-width: 767.9px) {
  body {
    padding-top: 4.75rem;
  }
}

@media (max-width: 767.9px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.navbar-brand {
  margin: 0;
  padding: 1.5rem 0;
}
@media (max-width: 767.9px) {
  .navbar-brand {
    padding: 0.75rem 0;
  }
}
.navbar-brand img {
  height: 3rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand img {
    height: 2.5rem;
    margin: 0.25rem 0;
  }
}
@media (max-width: 767.9px) {
  .navbar-brand img {
    height: 2.25rem;
  }
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: url("../img/header-bg.jpg") center no-repeat;
  background-size: cover;
}
.navbar.v2 {
  background: #fff;
}
@media (max-width: 767.9px) {
  .navbar.v2 .navbar-brand {
    margin: 0 auto;
  }
}
.navbar.v2 .navbar-brand img {
  height: 3.25rem;
}
@media (max-width: 767.9px) {
  .navbar.v2 .navbar-nav {
    display: none;
  }
}
.navbar.v2 .navbar-nav .nav-item .nav-link {
  padding: 0.25rem 0 0.25rem 1.5rem;
  position: relative;
}
.navbar.v2 .navbar-nav .nav-item .nav-link:before {
  position: absolute;
  top: 0.15rem;
  bottom: 0;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-bottom: 0.25rem solid #bdab6a;
  border-left: 0.25rem solid #bdab6a;
  border-top: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  transform-origin: center;
  transform: rotate(-135deg);
  content: " ";
  margin: auto;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav:not(:last-child) {
    padding-bottom: 1.5rem;
  }
  .navbar .navbar-nav:last-child {
    padding-bottom: 2.5rem;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  display: block;
  color: #bdab6a;
  padding: 0.25rem 2rem;
  font-weight: 300;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.25rem 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.5rem 1rem;
  }
}
.navbar .navbar-nav .nav-item .nav-link.disabled {
  opacity: 0.2;
}
.navbar .navbar-toggler {
  filter: brightness(0) invert(1);
  outline: none;
  box-shadow: none;
  padding: 0;
  border: none;
}

footer.page-footer {
  position: relative;
  overflow: hidden;
  margin: 0 0 5rem 0;
  padding: 1.5rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer {
    text-align: center;
  }
}
footer.page-footer .container {
  position: relative;
  z-index: 2;
}
footer.page-footer .footer-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 250%;
  height: 100%;
  display: flex;
  margin-left: -50%;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer.page-footer .footer-effect {
    width: 400%;
    margin-left: -100%;
  }
}
@media (max-width: 767.9px) {
  footer.page-footer .footer-effect {
    width: 800%;
    height: 10rem;
    top: auto;
    bottom: 0;
    margin-left: -400%;
  }
}
footer.page-footer .footer-effect img {
  height: 100%;
  width: auto;
  flex-shrink: 0;
  display: block;
  animation: waveScroll 4.5s linear infinite;
}
@keyframes waveScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(25%);
  }
}
footer.page-footer .navbar-brand img {
  height: 4rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  footer.page-footer .navbar-brand img {
    height: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer.page-footer .navbar-brand img {
    height: 2rem;
  }
}
@media (max-width: 767.9px) {
  footer.page-footer .navbar-brand img {
    width: 10rem;
    height: auto;
    margin: auto;
    display: block;
  }
}
footer.page-footer p {
  margin: 0;
  color: #27536e;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 400;
}
footer.page-footer p + p {
  margin-top: 0.5rem;
}
footer.page-footer p strong, footer.page-footer p b {
  font-weight: 600;
}
footer.page-footer p a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}
footer.page-footer p a:hover {
  text-decoration: underline;
  color: #bdab6a;
}
footer.page-footer p .stratis-logo {
  height: 0.8rem;
  display: inline-block;
  line-height: 0.8rem;
  margin-left: 0.5rem;
}
footer.page-footer p .stratis-logo img {
  display: block;
  height: 0.8rem;
}

.btn {
  font-weight: 400;
  text-transform: lowercase;
  border-radius: 2rem;
  padding: 0.125rem 0.75rem;
  box-shadow: none !important;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .btn {
    font-size: 0.9rem;
    padding: 0.125rem 0.5rem;
  }
}
.btn.btn-lg {
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.125rem 0.75rem;
}
.btn.btn-primary {
  background: #bdab6a;
  border-color: #bdab6a;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #cdbf8d;
  border-color: #cdbf8d;
}
.btn.btn-primary:active {
  background: #d9cfaa;
  border-color: #d9cfaa;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #002a48;
}
.btn.btn-dark {
  background: #002a48;
  border-color: #002a48;
  color: #002a48;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-dark:active {
  background: #444;
  border-color: #444;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #bdab6a;
  color: #bdab6a;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #bdab6a;
  border-color: #bdab6a;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #d9cfaa;
  border-color: #d9cfaa;
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #002a48;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #bdab6a;
}
.btn.btn-outline-dark {
  border-color: #002a48;
  color: #002a48;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #002a48;
  border-color: #002a48;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: #d4c99f;
}
.main {
  position: relative;
}
.main .main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.main .container {
  position: relative;
  padding-top: 25rem;
  padding-bottom: 20rem;
  z-index: 2;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .main .container {
    padding-top: 20rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main .container {
    padding-top: 20rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .container {
    padding-top: 15rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 767.9px) {
  .main .container {
    padding-top: 12rem;
    padding-bottom: 7.5rem;
  }
}
.main h1 {
  font-weight: 400;
  color: #fff;
  font-size: 3rem;
  margin: 0 0 2.5rem 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main h1 {
    font-size: 2.5rem;
    padding: 0 15%;
  }
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 2rem;
  }
}
.main .main-badge {
  position: absolute;
  top: 5rem;
  right: 0.75rem;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #bdab6a;
  z-index: 2;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .main-badge {
    transform-origin: top right;
    transform: scale(0.85);
  }
}
@media (max-width: 767.9px) {
  .main .main-badge {
    transform-origin: top right;
    transform: scale(0.55);
    top: 0.75rem;
  }
}
.main .main-badge h5 {
  font-size: 0.85rem;
  letter-spacing: 1px;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
  margin: 0;
}
.main .main-badge strong {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.25rem;
  display: block;
  line-height: 1;
}
.main .main-badge i, .main .main-badge em {
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  text-transform: uppercase;
  display: block;
  line-height: 1;
}
.main .main-badge u {
  text-decoration: none;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
}

.main-types {
  padding: 2.5rem 0;
}
.main-types .main-types-boxes {
  display: flex;
  position: relative;
  justify-content: center;
}
@media (max-width: 767.9px) {
  .main-types .main-types-boxes {
    flex-direction: column;
    align-items: stretch;
  }
}
.main-types .main-types-boxes:hover .main-type {
  width: 20%;
}
@media (max-width: 767.9px) {
  .main-types .main-types-boxes:hover .main-type {
    width: 100%;
  }
}
.main-types .main-types-boxes .main-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 4rem 0 5rem 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  width: 25%;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 767.9px) {
  .main-types .main-types-boxes .main-type {
    width: 100%;
    padding: 1rem 0 1.75rem 0;
  }
}
.main-types .main-types-boxes .main-type:hover {
  width: 40%;
  filter: brightness(120%);
  padding-left: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main-types .main-types-boxes .main-type:hover {
    padding-left: 0;
    padding-top: 5.5rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767.9px) {
  .main-types .main-types-boxes .main-type:hover {
    width: 100%;
    padding-left: 0;
    padding-top: 6rem;
  }
}
.main-types .main-types-boxes .main-type:hover .main-type-number {
  opacity: 1;
}
.main-types .main-types-boxes .main-type:hover:after {
  opacity: 1;
}
.main-types .main-types-boxes .main-type.v1 {
  background: #67a5d4;
}
.main-types .main-types-boxes .main-type.v2 {
  background: #3a7da2;
}
.main-types .main-types-boxes .main-type.v2 .main-type-number {
  left: 4.5rem;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .main-types .main-types-boxes .main-type.v2 .main-type-number {
    left: 3.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main-types .main-types-boxes .main-type.v2 .main-type-number {
    left: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main-types .main-types-boxes .main-type.v2 .main-type-number {
    left: 0;
    right: 0;
  }
}
@media (max-width: 767.9px) {
  .main-types .main-types-boxes .main-type.v2 .main-type-number {
    left: 0;
    right: 0;
  }
}
.main-types .main-types-boxes .main-type.v3 {
  background: #0e526c;
}
.main-types .main-types-boxes .main-type.v4 {
  background: #b5a160;
}
.main-types .main-types-boxes .main-type.v4 .main-type-number {
  left: 4.5rem;
  font-size: 3rem;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .main-types .main-types-boxes .main-type.v4 .main-type-number {
    left: 3.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main-types .main-types-boxes .main-type.v4 .main-type-number {
    left: 3rem;
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main-types .main-types-boxes .main-type.v4 .main-type-number {
    font-size: 2.5rem;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767.9px) {
  .main-types .main-types-boxes .main-type.v4 .main-type-number {
    left: 0;
    right: 0;
    font-size: 2.5rem;
  }
}
.main-types .main-types-boxes .main-type.v4:hover > strong {
  margin-left: auto;
  margin-right: 0.75rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main-types .main-types-boxes .main-type.v4:hover > strong {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767.9px) {
  .main-types .main-types-boxes .main-type.v4:hover > strong {
    margin-left: auto;
    margin-right: auto;
  }
}
.main-types .main-types-boxes .main-type .main-type-number {
  position: absolute;
  top: 0;
  left: 6.5rem;
  bottom: 1rem;
  font-size: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-weight: 200;
  color: #fff;
  display: block;
  margin: auto;
  opacity: 0;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .main-types .main-types-boxes .main-type .main-type-number {
    font-size: 4rem;
    left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main-types .main-types-boxes .main-type .main-type-number {
    font-size: 3.5rem;
    left: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main-types .main-types-boxes .main-type .main-type-number {
    left: 0;
    right: 0;
    bottom: auto;
    top: 1rem;
    margin: auto;
    text-align: center;
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .main-types .main-types-boxes .main-type .main-type-number {
    left: 0;
    right: 0;
    font-size: 3rem;
    top: 1.75rem;
    bottom: auto;
    height: 3rem;
    line-height: 3rem;
  }
}
.main-types .main-types-boxes .main-type > strong {
  display: block;
  font-weight: 200;
  font-size: 1.25rem;
  margin: 0 auto;
  width: 14rem;
  flex-shrink: 0;
  line-height: 1.2;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main-types .main-types-boxes .main-type > strong {
    font-size: 1rem;
    width: 10rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main-types .main-types-boxes .main-type > strong {
    font-size: 1rem;
    width: 8rem;
  }
}
@media (max-width: 767.9px) {
  .main-types .main-types-boxes .main-type > strong {
    font-size: 1rem;
  }
}
.main-types .main-types-boxes .main-type > span {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  margin-top: 0.5rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main-types .main-types-boxes .main-type > span {
    font-size: 0.55rem;
    letter-spacing: 1px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main-types .main-types-boxes .main-type > span {
    font-size: 0.5rem;
    letter-spacing: 1px;
  }
}
@media (max-width: 767.9px) {
  .main-types .main-types-boxes .main-type > span {
    font-size: 0.6rem;
    margin: 0;
  }
}
.main-types .main-types-boxes .main-type:after {
  position: absolute;
  bottom: 2rem;
  right: 0;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-bottom: 0.25rem solid #fff;
  border-left: 0.25rem solid #fff;
  border-top: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  transform-origin: center;
  transform: rotate(-45deg);
  content: " ";
  margin: auto;
  opacity: 0.5;
}
@media (max-width: 767.9px) {
  .main-types .main-types-boxes .main-type:after {
    border-width: 0.15rem;
    width: 0.15rem;
    height: 0.15rem;
    bottom: 1rem;
  }
}

.project {
  padding: 5rem 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .project {
    padding: 2.5rem 0 5rem 0;
  }
}
.project h2 {
  font-weight: 500;
  color: #bdab6a;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.9px) {
  .project h2 {
    font-size: 1.25rem;
  }
}
.project ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
@media (max-width: 767.9px) {
  .project ul {
    margin: 0 auto;
    width: 80%;
  }
}
.project ul li {
  display: block;
  position: relative;
  font-size: 1.25rem;
  color: #27536e;
  padding-left: 2.5rem;
  font-weight: 200;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .project ul li {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .project ul li {
    font-size: 0.9rem;
    line-height: 1.25;
    padding-left: 2rem;
  }
}
.project ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 0.75rem;
  border-bottom: 3px solid #bdab6a;
  border-left: 3px solid #bdab6a;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
}
@media (max-width: 767.9px) {
  .project ul li:before {
    width: 1rem;
    height: 0.5rem;
    border-left-width: 2px;
    border-bottom-width: 2px;
  }
}
.project ul li + li {
  margin-top: 0.75rem;
}
@media (max-width: 767.9px) {
  .project ul li + li {
    margin-top: 1rem;
  }
}
.project ul li strong, .project ul li b {
  font-weight: 500;
}

.gallery {
  position: relative;
}
.gallery .swiper-button-next,
.gallery .swiper-button-prev {
  background: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  box-shadow: rgba(0, 42, 72, 0.15) 0 0.1rem 0.35rem;
  outline: none;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  right: calc((100% - 1320px) / 2);
  left: auto;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .gallery .swiper-button-next,
.gallery .swiper-button-prev {
    right: calc((100% - 1200px) / 2);
    left: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .gallery .swiper-button-next,
.gallery .swiper-button-prev {
    right: calc((100% - 920px) / 2);
    left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .gallery .swiper-button-next,
.gallery .swiper-button-prev {
    right: calc((100% - 760px) / 2);
    left: auto;
  }
}
@media (max-width: 767.9px) {
  .gallery .swiper-button-next,
.gallery .swiper-button-prev {
    right: 0.75rem;
    left: auto;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.gallery .swiper-button-next:hover,
.gallery .swiper-button-prev:hover {
  background: #bdab6a;
}
.gallery .swiper-button-next:hover:after,
.gallery .swiper-button-prev:hover:after {
  filter: brightness(0) invert(1);
}
.gallery .swiper-button-next:active,
.gallery .swiper-button-prev:active {
  box-shadow: rgba(189, 171, 106, 0.35) 0 0.1rem 0.5rem;
}
.gallery .swiper-button-next:after,
.gallery .swiper-button-prev:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.25rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-bottom: 0.25rem solid #bdab6a;
  border-left: 0.25rem solid #bdab6a;
  border-top: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  transform-origin: center;
  transform: rotate(-45deg) rotateY(180deg);
  content: " ";
  margin: auto;
  opacity: 1;
}
@media (max-width: 767.9px) {
  .gallery .swiper-button-next:after,
.gallery .swiper-button-prev:after {
    width: 0.2rem;
    height: 0.2rem;
    border-width: 0.2rem;
  }
}
.gallery .swiper-button-prev {
  left: calc((100% - 1320px) / 2);
  right: auto;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .gallery .swiper-button-prev {
    left: calc((100% - 1200px) / 2);
    right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .gallery .swiper-button-prev {
    left: calc((100% - 920px) / 2);
    right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .gallery .swiper-button-prev {
    left: calc((100% - 760px) / 2);
    right: auto;
  }
}
@media (max-width: 767.9px) {
  .gallery .swiper-button-prev {
    left: 0.75rem;
    right: auto;
  }
}
.gallery .swiper-button-prev:after {
  left: 0.25rem;
  right: 0;
  transform: rotate(45deg);
}
@media (max-width: 767.9px) {
  .gallery .swiper {
    width: calc(100% - 5rem);
    margin-left: auto;
    margin-right: auto;
  }
}
.gallery .swiper-slide-link {
  display: block;
}
.gallery img {
  width: 100%;
  aspect-ratio: 16/12;
  object-fit: cover;
  display: block;
  background: #90adcc;
  cursor: pointer;
}
.gallery img:hover {
  opacity: 0.8;
}
.gallery img:active {
  opacity: 0.7;
}

.promotion {
  position: relative;
  overflow: hidden;
  padding: 23.5rem 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .promotion {
    padding: 5rem 0;
    text-align: center;
  }
}
.promotion .footer-effect-1 {
  width: 175%;
  transform: translateX(-45%);
}
.promotion .footer-effect-2-wrapper {
  position: relative;
  width: 100%;
  margin-top: -16rem;
}
@media (max-width: 767.9px) {
  .promotion .footer-effect-2-wrapper {
    margin-top: 5rem;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.promotion .footer-effect-2-wrapper img {
  position: relative;
  z-index: 0;
  width: 250%;
  margin-left: -1.65rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .promotion .footer-effect-2-wrapper img {
    width: 300%;
    margin-left: -2.15rem;
  }
}
@media (max-width: 767.9px) {
  .promotion .footer-effect-2-wrapper img {
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }
}
.promotion .footer-effect-2-wrapper .effect-contact-box {
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #27536e;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .promotion .footer-effect-2-wrapper .effect-contact-box {
    bottom: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .promotion .footer-effect-2-wrapper .effect-contact-box {
    bottom: 3rem;
  }
}
@media (max-width: 767.9px) {
  .promotion .footer-effect-2-wrapper .effect-contact-box {
    bottom: 15%;
    right: 0;
    left: auto;
    width: 50%;
  }
}
.promotion .footer-effect-2-wrapper .effect-contact-box strong {
  font-weight: bold;
  font-size: 1.15rem;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .promotion .footer-effect-2-wrapper .effect-contact-box strong {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .promotion .footer-effect-2-wrapper .effect-contact-box strong {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .promotion .footer-effect-2-wrapper .effect-contact-box strong {
    font-size: 0.9rem;
  }
}
.promotion .footer-effect-2-wrapper .effect-contact-box span {
  margin: 1rem 0;
  display: block;
  font-weight: 300;
  font-size: 1.15rem;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .promotion .footer-effect-2-wrapper .effect-contact-box span {
    margin: 0.5rem 0;
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .promotion .footer-effect-2-wrapper .effect-contact-box span {
    margin: 0.25rem 0;
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .promotion .footer-effect-2-wrapper .effect-contact-box span {
    margin: 0.25rem 0;
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .promotion .footer-effect-2-wrapper .effect-contact-box span {
    margin: 0.25rem 0;
    font-size: 0.9rem;
  }
}
.promotion .footer-effect-2-wrapper .effect-contact-box a {
  color: #27536e;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .promotion .footer-effect-2-wrapper .effect-contact-box a {
    margin: 0;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .promotion .footer-effect-2-wrapper .effect-contact-box a {
    margin: 0;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .promotion .footer-effect-2-wrapper .effect-contact-box a {
    margin: 0;
    font-size: 0.9rem;
  }
}
@media (max-width: 767.9px) {
  .promotion .footer-effect-2-wrapper .effect-contact-box a {
    margin: 0;
    font-size: 0.8rem;
  }
}
.promotion .footer-effect-2-wrapper .effect-contact-box a:hover {
  text-decoration: underline;
}
.promotion h2 {
  font-weight: 500;
  color: #bdab6a;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.9px) {
  .promotion h2 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
  }
}
.promotion .promotion-content {
  margin: 1.5rem 0 2.5rem 0;
  font-size: 1.25rem;
  color: #27536e;
  font-weight: 200;
}
@media (max-width: 767.9px) {
  .promotion .promotion-content {
    font-size: 0.9rem;
    line-height: 1.25;
    margin: 0.75rem 0 1.5rem 0;
  }
}
.promotion .promotion-content strong, .promotion .promotion-content b {
  font-weight: 500;
}

.content-page {
  position: relative;
  padding: 2.5rem 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .content-page {
    padding: 5rem 0;
  }
}
.content-page *:not(.btn),
.content-page *:not(a), .content-page:not(button) {
  color: #27536e;
}
.content-page h1 {
  color: #bdab6a;
  font-weight: bold;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .content-page h1 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .content-page h1 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767.9px) {
  .content-page h1 {
    font-size: 1.5rem;
  }
}
.content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
  font-weight: 500;
  color: #27536e;
  margin: 1.5rem 0 0.5rem 0;
}

.form-page {
  position: relative;
  padding: 2.5rem 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .form-page {
    padding: 5rem 0;
  }
}
.form-page h1 {
  color: #bdab6a;
  font-weight: bold;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .form-page h1 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .form-page h1 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767.9px) {
  .form-page h1 {
    font-size: 1.5rem;
  }
}
.form-page h2 {
  color: #27536e;
  font-size: 4rem;
  font-weight: 100;
  margin: 0;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .form-page h2 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .form-page h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .form-page h2 {
    font-size: 2rem;
    margin: 1rem 0;
  }
}
.form-page h3 {
  color: #27536e;
  font-size: 3rem;
  font-weight: 100;
  margin: 0 0 5rem 0;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .form-page h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .form-page h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767.9px) {
  .form-page h3 {
    font-size: 1.5rem;
  }
}
.form-page h4 {
  color: #bdab6a;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.form-page h5 {
  color: #27536e;
  font-weight: 500;
  margin: 0 0 1rem 0;
  font-size: 1rem;
}
.form-page .form-field {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.5rem;
}
.form-page .form-field .form-label {
  color: #27536e;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0.25rem 0 0;
  flex-shrink: 0;
  line-height: 1rem;
}
.form-page .form-field .form-control {
  flex-grow: 1;
  width: 100%;
  border: none;
  outline: none;
  background: none;
  border-bottom: 2px dotted #27536e;
  border-radius: 0;
  padding: 0.05rem 0 0.05rem 0.5rem;
  color: #27536e;
  font-weight: 200;
  box-shadow: none;
}
.form-page .form-field .form-control[disabled], .form-page .form-field .form-control.disabled {
  filter: grayscale(1);
  opacity: 0.25;
  cursor: default;
}
.form-page .form-field.form-field-select .form-control {
  border-radius: 0.5rem;
  border: 1px solid #bdab6a;
  color: #bdab6a;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.325rem 1rem;
  width: auto;
  display: inline-block;
  min-width: inherit;
  flex-grow: 0;
  font-size: 1rem;
  cursor: pointer;
}
.form-page .form-field.form-field-select .form-control:hover {
  background: rgba(189, 171, 106, 0.05);
  border-color: transparent;
}
.form-page .form-field.form-field-select .form-control:active {
  background: rgba(189, 171, 106, 0.15);
  border-color: transparent;
}
.form-page .form-check.form-check-box {
  display: block;
  margin: 4.5rem 0;
  position: relative;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 767.9px) {
  .form-page .form-check.form-check-box {
    margin: 2.5rem 0;
  }
}
.form-page .form-check.form-check-box .form-check-input {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 0;
  border: 1px solid #27536e;
  box-shadow: none;
  outline: none;
  margin: 0;
}
.form-page .form-check.form-check-box .form-check-input:checked {
  background-color: #bdab6a;
  border-color: #bdab6a;
}
.form-page .form-check.form-check-box .form-check-label {
  border-radius: 0.5rem;
  border: 1px solid #bdab6a;
  padding: 1rem 2rem 1rem 3.5rem;
  position: relative;
  color: #27536e;
  font-weight: 400;
  width: 100%;
  z-index: 0;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 767.9px) {
  .form-page .form-check.form-check-box .form-check-label {
    font-size: 0.8rem;
  }
}
.form-page .form-check.form-check-box .form-check-label:hover {
  background: rgba(189, 171, 106, 0.05);
  border-color: transparent;
}
.form-page .form-check.form-check-box .form-check-label:active {
  background: rgba(189, 171, 106, 0.15);
  border-color: transparent;
}
.form-page .form-check.form-check-box .form-check-label p {
  margin: 0;
}
.form-page .form-check.form-check-box .form-check-label strong {
  font-weight: 600;
}
.form-page .form-check.form-check-entry {
  display: block;
  position: relative;
  padding: 0;
  cursor: pointer;
}
.form-page .form-check.form-check-entry .form-check-input {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 0;
  border: 1px solid #27536e;
  box-shadow: none;
  outline: none;
}
.form-page .form-check.form-check-entry .form-check-input:checked {
  background-color: #bdab6a;
  border-color: #bdab6a;
}
.form-page .form-check.form-check-entry .form-check-label {
  padding: 0 0 0 1.5rem;
  position: relative;
  color: #27536e;
  font-weight: 400;
  width: 100%;
  z-index: 0;
  margin: 0;
  cursor: pointer;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  .form-page .form-check.form-check-entry .form-check-label {
    font-size: 0.8rem;
  }
}
.form-page .form-explainer {
  font-style: italic;
  font-weight: 200;
  font-size: 0.9rem;
  color: #27536e;
  margin: 0;
}
.form-page .form-box {
  border-radius: 0.5rem;
  border: 1px solid #bdab6a;
  padding: 1rem 1rem;
  position: relative;
  color: #27536e;
  font-weight: 400;
  width: 100%;
  z-index: 0;
}
.form-page .accompanies {
  margin-bottom: 2.5rem;
}
.form-page .accompanies .accompany-field + .accompany-field {
  margin-top: 2.5rem;
}

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