/* ------------------------------------------------------------ *\
	import scss files
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
:root {
  --vh: 1vh;
  --vh: 1svh;
  --win-height: calc(100 * var(--vh));
}
/* ------------------------------------------------------------ *\
  Breakpoints Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Normalize/resets
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
picture {
  display: block;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  appearance: none;
}
fieldset {
    border: none;
    padding-block: 0;
    padding-inline: 0;
    margin-inline: 0;
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Black.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-BlackItalic.woff2") format("woff2"), url("../fonts/PlayfairDisplay-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-BoldItalic.woff2") format("woff2"), url("../fonts/PlayfairDisplay-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/PlayfairDisplay-ExtraBoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Italic.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-SemiBold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-SemiBoldItalic.woff2") format("woff2"), url("../fonts/PlayfairDisplay-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-ExtraBold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-ExtraBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-MediumItalic.woff2") format("woff2"), url("../fonts/PlayfairDisplay-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Medium.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Semibold.woff2") format("woff2"), url("../fonts/Lato-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #9B9B9B;
  letter-spacing: 0.0045em;
}
body:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  transition: opacity 0.4s;
  pointer-events: none;
  z-index: 99999;
}
@media (max-width: 1023px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  body {
    font-size: 1.6rem;
  }
}
body.is-open {
  overflow: hidden;
}
body.no-overlay:before {
  opacity: 0;
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a[href^=tel] {
  text-decoration: none;
}
ul {
  padding-left: 0;
}
figure {
  margin: 0;
}
.title-separator {
  position: relative;
  padding-bottom: 2.7rem;
  text-align: center;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1399px) {
  .title-separator {
    padding-bottom: 2.4rem;
  }
}
@media (max-width: 1199px) {
  .title-separator {
    padding-bottom: 2rem;
  }
}
.title-separator:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.4rem;
  background-color: #C5E6EA;
  max-width: 13.1rem;
}
.bg-gray {
  background-color: #F9FCFD;
}
.dash-long {
  background-color: #C5E6EA;
  display: inline-block;
  width: 11rem;
  height: 0.4rem;
  vertical-align: middle;
}
@media (max-width: 1399px) {
  .dash-long {
    width: 9rem;
  }
}
@media (max-width: 1199px) {
  .dash-long {
    width: 7rem;
  }
}
@media (max-width: 1023px) {
  .dash-long {
    width: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .dash-long {
    width: 3rem;
  }
}
@media (max-width: 575px) {
  .dash-long {
    width: 2rem;
  }
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.5em / 2);
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #273B63;
  letter-spacing: 0.045em;
}
.h1,
h1 {
  font-size: 5.8rem;
  line-height: 1.32;
  font-weight: 900;
}
@media (max-width: 1699px) {
  .h1,
  h1 {
    font-size: 5.4rem;
  }
}
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 4.6rem;
  }
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 3.8rem;
  }
}
@media (max-width: 1023px) {
  .h1,
  h1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1,
  h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 2.6rem;
  }
}
.h2,
h2 {
  font-size: 4.8rem;
  line-height: 1.34;
}
@media (max-width: 1699px) {
  .h2,
  h2 {
    font-size: 4.4rem;
  }
}
@media (max-width: 1399px) {
  .h2,
  h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 1199px) {
  .h2,
  h2 {
    font-size: 3.6rem;
  }
}
@media (max-width: 1023px) {
  .h2,
  h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h2,
  h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 375px) {
  .h2,
  h2 {
    font-size: 2.4rem;
  }
}
.h3,
h3 {
  font-size: 3.6rem;
  line-height: 1.2;
}
@media (max-width: 1699px) {
  .h3,
  h3 {
    font-size: 3.2rem;
  }
}
@media (max-width: 1399px) {
  .h3,
  h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 1023px) {
  .h3,
  h3 {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h3,
  h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 375px) {
  .h3,
  h3 {
    font-size: 2.2rem;
  }
}
.h4,
h4 {
  font-size: 2.4rem;
  line-height: 1.4;
}
@media (max-width: 1699px) {
  .h4,
  h4 {
    font-size: 2.2rem;
  }
}
@media (max-width: 1399px) {
  .h4,
  h4 {
    font-size: 2.1rem;
  }
}
@media (max-width: 1199px) {
  .h4,
  h4 {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  .h4,
  h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h4,
  h4 {
    font-size: 1.8rem;
  }
}
.h5,
h5 {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .h5,
  h5 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h5,
  h5 {
    font-size: 1.6rem;
  }
}
.h6,
h6 {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .h6,
  h6 {
    font-size: 1.2rem;
  }
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.5em;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear-float:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-xs-inline-flex,
.visible-xs-flex,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-s-inline-block,
.visible-s-block,
.visible-s-inline-flex {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 1023px) {
  .hidden-s {
    display: none !important;
  }
  .visible-s-block {
    display: block !important;
  }
  .visible-s-flex {
    display: flex !important;
  }
  .visible-s-inline {
    display: inline !important;
  }
  .visible-s-inline-block {
    display: inline-block !important;
  }
  .visible-s-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.w-100 {
  width: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.me-md {
  margin-right: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .me-md {
    margin-right: 0;
  }
}
.p-3 {
  padding: 1rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.custom-border {
  border-width: 1px 1px 4px 1px;
  border-style: solid;
  border-top-color: #f0f0f0;
  border-right-color: #f0f0f0;
  border-bottom-color: #C5E6EA;
  border-left-color: #f0f0f0;
  background-color: white;
}
.bg-azure {
  background-color: #F9FCFD !important;
}
.text-center {
  text-align: center !important;
}
/* ------------------------------------------------------------ *\
    Accordion
\* ------------------------------------------------------------ */
.accordion h4 {
  font-size: 2.5rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.accordion:not(:last-child) {
  margin-bottom: 3rem;
}
.accordion .accordion__section { border-bottom: 4px solid #C5E6EA; background-color: white; }
.accordion .accordion__section:first-child { border-top: 4px solid #C5E6EA; }

@media (max-width: 767px) {
  .accordion .accordion__col + .accordion__col .accordion__section:first-child {
    border-top: none;
  }
}
.accordion .accordion__cols {
  /* display: flex;
  flex-wrap: wrap; */
  list-style-type: none;
  padding-left: 0;
  column-count: 2;
  column-gap: 4rem;
}
@media (max-width: 1599px) {
  .accordion .accordion__cols {
    column-gap: 3rem;
  }
}
@media (max-width: 1023px) {
  .accordion .accordion__cols {
    column-gap: var(--gap);
  }
}
@media (max-width: 767px) {
  .accordion .accordion__cols {
    display: contents;
  }
}
.accordion .accordion__col {
  /* flex: 1; */
  /* padding: 2rem; */
  break-inside: avoid-column;
}
@media (max-width: 1599px) {
  .accordion .accordion__col {
    /* padding: 1.5rem; */
  }
}
@media (max-width: 1023px) {
  .accordion .accordion__col {
    /* padding: calc(var(--gap) / 2); */
  }
}
@media (max-width: 767px) {
  .accordion .accordion__col {
    display: contents;
  }
}
.accordion .accordion__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 6.6rem 1.6rem 1.6rem;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .accordion .accordion__head {
    padding: 1.4rem 6rem 1.4rem 1.2rem;
  }
}
.accordion .accordion__head:before, .accordion .accordion__head:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  color: #273B63;
  border-radius: 0.7rem;
}
@media (max-width: 1399px) {
  .accordion .accordion__head:before, .accordion .accordion__head:after {
    right: 1.2rem;
  }
}
.accordion .accordion__head:before {
  content: "\f078";
  font-weight: 800;
}
.accordion .accordion__head:after {
  content: "\f077";
  font-weight: 800;
}
@media (max-width: 1399px) {
  .accordion .accordion__head:before,
  .accordion .accordion__head:after {
    right: 1.8rem;
  }
}
.accordion .accordion__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s, padding 0.3s;
  padding: 0;
}
.accordion .accordion__body-inner {
  overflow: hidden;
  padding: 0 6rem 0 1.4rem;
  transition: padding 0.3s;
}
.accordion .accordion__section.is-open .accordion__head:before {
  opacity: 0;
}
.accordion .accordion__section.is-open .accordion__head::after {
  opacity: 1;
}
.accordion .accordion__section .accordion__head::after {
  opacity: 0;
}
.accordion .accordion__section.is-open .accordion__body {
  grid-template-rows: 1fr;
  padding: 0.2rem;
}
.accordion .accordion__section.is-open .accordion__body-inner {
  padding: 0 6rem 2rem 1.4rem;
}
/* ------------------------------------------------------------ *\
    Animations
\* ------------------------------------------------------------ */
@keyframes rotate {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
@keyframes rotateBackBigger {
  0% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
@keyframes moveBotRight {
  0% {
    transform: translate(5%, 5%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(5%, 5%);
  }
}
@keyframes moveTopRight {
  0% {
    transform: translate(5%, -5%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(5%, -5%);
  }
}
@keyframes moveBotLeft {
  0% {
    transform: translate(-2%, 2%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-2%, 2%);
  }
}
@keyframes moveBotRightRotateMed {
  0% {
    transform: translate(-15%, -15%) rotate(20deg);
  }
  50% {
    transform: translate(0%, 0%) rotate(0);
  }
  100% {
    transform: translate(-15%, -15%) rotate(20deg);
  }
}
@keyframes moveBotRightBox {
  0% {
    transform: translate(15%, 15%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(15%, 15%);
  }
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}
/* ------------------------------------------------------------ *\
    bg-els-holder
\* ------------------------------------------------------------ */
.bg-els-holder {
  position: relative;
  overflow: hidden;
  /*  hero  */
  /*  section tabs  */
  /*  section sides callout  */
  /* section contacts  */
  /*  Section gallery  */
}
.bg-els-holder .bg-el {
  position: absolute;
  z-index: 2;
}
.bg-els-holder .bg-el.no-anim {
  animation-name: none;
}
.bg-els-holder .bg-el--top-left {
  top: 0;
  left: 0;
  animation: rotate 5s forwards infinite;
  max-width: 21%;
}
@media (max-width: 1699px) {
  .bg-els-holder .bg-el--top-left {
    max-width: 18%;
  }
}
@media (max-width: 1399px) {
  .bg-els-holder .bg-el--top-left {
    max-width: 16%;
  }
}
@media (max-width: 575px) {
  .bg-els-holder .bg-el--top-left {
    max-width: 20%;
  }
}
.bg-els-holder .bg-el--top-left-meta-right {
  top: 4.4%;
  left: 9.5%;
  animation: moveBotRight 6s forwards infinite;
  max-width: 10%;
}
@media (max-width: 1699px) {
  .bg-els-holder .bg-el--top-left-meta-right {
    max-width: 7%;
    top: 6%;
    left: 17%;
  }
}
@media (max-width: 1399px) {
  .bg-els-holder .bg-el--top-left-meta-right {
    max-width: 6%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .bg-els-holder .bg-el--top-left-meta-right {
    left: 12%;
  }
}
@media (max-width: 575px) {
  .bg-els-holder .bg-el--top-left-meta-right {
    max-width: 7%;
  }
}
.bg-els-holder .bg-el--right-center {
  bottom: 40.6%;
  right: 0.4%;
  animation: moveBotRightRotateMed 5s forwards infinite;
  text-align: right;
  max-width: 6%;
}
@media (max-width: 1399px) {
  .bg-els-holder .bg-el--right-center {
    bottom: 25%;
    max-width: 4%;
  }
}
@media (max-width: 575px) {
  .bg-els-holder .bg-el--right-center {
    max-width: 5%;
  }
}
.bg-els-holder .bg-el--top-right {
  top: 0;
  right: 0;
  text-align: right;
  max-width: 11%;
}
@media (max-width: 1399px) {
  .bg-els-holder .bg-el--top-right {
    max-width: 9%;
  }
}
@media (max-width: 575px) {
  .bg-els-holder .bg-el--top-right {
    max-width: 11%;
  }
}
.bg-els-holder .bg-el--bot-right {
  bottom: 0;
  right: 0;
  animation: moveBotRight 8s forwards infinite;
  text-align: right;
  vertical-align: bottom;
  max-width: 23%;
}
@media (max-width: 1399px) {
  .bg-els-holder .bg-el--bot-right {
    max-width: 20%;
  }
}
@media (max-width: 575px) {
  .bg-els-holder .bg-el--bot-right {
    max-width: 25%;
  }
}
.bg-els-holder .bg-el--bot-left {
  bottom: 0;
  left: 0;
  max-width: 28%;
  animation: moveBotLeft 12s forwards infinite;
}
@media (max-width: 1699px) {
  .bg-els-holder .bg-el--bot-left {
    max-width: 23%;
  }
}
@media (max-width: 1399px) {
  .bg-els-holder .bg-el--bot-left {
    max-width: 20%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .bg-els-holder .bg-el--bot-left {
    max-width: 28%;
  }
}
.bg-els-holder .bg-el--top-center {
  top: 0;
  left: 31.6%;
  max-width: 28%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .bg-els-holder .bg-el--top-center {
    top: -1%;
  }
}
@media (max-width: 575px) {
  .bg-els-holder .bg-el--top-center {
    top: -2%;
  }
}
@media (max-width: 375px) {
  .bg-els-holder .bg-el--top-center {
    top: -2.5%;
  }
}
.bg-els-holder .bg-el--top-right-meta-top {
  top: 0.6%;
  right: 17.8%;
  max-width: 5%;
  animation: moveBotRight 5s forwards infinite;
}
@media (max-width: 1699px) {
  .bg-els-holder .bg-el--top-right-meta-top {
    max-width: 3.5%;
  }
}
.bg-els-holder .bg-el--top-right-meta-bottom {
  animation: rotateBackBigger 3s forwards infinite;
  top: 18.1%;
  right: 0.7%;
  max-width: 5%;
}
@media (max-width: 1699px) {
  .bg-els-holder .bg-el--top-right-meta-bottom {
    top: 14.1%;
    right: 13.5%;
  }
}
.bg-els-holder .bg-el--bot-right-meta-top {
  animation: moveBotRightRotateMed 12s forwards infinite;
  bottom: 7.1%;
  right: 1.3%;
  max-width: 8%;
}
@media (max-width: 1399px) {
  .bg-els-holder .bg-el--bot-right-meta-top {
    bottom: 0%;
    right: 18%;
    max-width: 6%;
  }
}
.bg-els-holder .bg-el--center-right-meta-top {
  right: 5.3%;
  top: 8%;
  animation: moveBotRightRotateMed 12s forwards infinite;
}
@media (max-width: 1499px) {
  .bg-els-holder .bg-el--center-right-meta-top {
    right: 6.3%;
    max-width: 5%;
  }
}
.bg-els-holder .bg-el--bot-left-meta-right {
  animation: moveBotRightRotateMed 12s forwards infinite;
  bottom: 0%;
  max-width: 10%;
  left: 15.6%;
}
@media (max-width: 1199px) {
  .bg-els-holder .bg-el--bot-left-meta-right {
    max-width: 7%;
  }
}
.bg-els-holder .bg-el--bot-left-line {
  bottom: 0;
  left: 0;
  max-width: 24%;
}
@media (max-width: 1699px) {
  .bg-els-holder .bg-el--bot-left-line {
    max-width: 17%;
  }
}
.bg-els-holder .bg-el--bot-left-meta-top {
  max-width: 6%;
  bottom: 41.5%;
  left: 3%;
  animation: moveTopRight 5s forwards infinite;
}
@media (max-width: 1399px) {
  .bg-els-holder .bg-el--bot-left-meta-top {
    bottom: -3%;
    left: 15%;
    max-width: 5%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .bg-els-holder .bg-el--bot-left-meta-top {
    bottom: 23.5%;
    left: 3%;
    max-width: 6%;
  }
}
@media (max-width: 575px) {
  .bg-els-holder .bg-el--bot-left-meta-top {
    bottom: -0.3%;
    left: 22%;
    max-width: 5%;
  }
}
/* ------------------------------------------------------------ *\
    Box-els-alt
\* ------------------------------------------------------------ */
.box-els-alt {
  position: relative;
}
.box-els-alt .bg-el--left {
  top: -0.1%;
  left: -28%;
  z-index: 2;
  animation: moveBotRight 20s forwards infinite;
  width: 74%;
}
@media (max-width: 1699px) {
  .box-els-alt .bg-el--left {
    left: -16%;
    top: 0;
  }
}
@media (max-width: 1399px) {
  .box-els-alt .bg-el--left {
    top: 5%;
    left: -20%;
  }
}
@media (max-width: 1023px) {
  .box-els-alt .bg-el--left {
    left: -15%;
    top: 10%;
  }
}
.box-els-alt .bg-el--left-bg {
  top: 50%;
  transform: translateY(-50%);
  left: -8.2%;
  z-index: 1;
  margin-top: 3%;
  width: 55.7%;
}
@media (max-width: 1699px) {
  .box-els-alt .bg-el--left-bg {
    left: 0;
  }
}
@media (max-width: 1023px) {
  .box-els-alt .bg-el--left-bg {
    margin-top: 0;
  }
}
.box-els-alt .media {
  position: relative;
  z-index: 5;
}
.box-els-alt .media img {
  width: 100%;
  object-fit: cover;
}
/* ------------------------------------------------------------ *\
    Box-els
\* ------------------------------------------------------------ */
.box-els {
  padding: 4.3rem 4rem;
  position: relative;
}
@media (max-width: 1199px) {
  .box-els {
    padding: 3rem;
  }
}
.box-els .bg-el {
  position: absolute;
}
.box-els .bg-el--top-left {
  top: 0;
  left: 0;
  z-index: 5;
  animation: moveBotRightBox 10s forwards infinite;
  width: 15%;
}
.box-els .bg-el--top-left-bg {
  top: 2rem;
  left: 2rem;
  z-index: 4;
  width: 15%;
}
@media (max-width: 1199px) {
  .box-els .bg-el--top-left-bg {
    top: 1rem;
    left: 1rem;
  }
}
.box-els .bg-el--bot-right {
  bottom: 1.9rem;
  right: 0;
  z-index: 2;
  width: 15%;
  text-align: right;
  animation: moveBotRight 7s forwards infinite;
}
@media (max-width: 1199px) {
  .box-els .bg-el--bot-right {
    bottom: 1rem;
  }
}
.box-els .bg-el--bot-right-bg {
  bottom: 0.4rem;
  right: 0;
  z-index: 1;
  width: 14%;
  text-align: right;
}
.box-els .box__inner {
  position: relative;
  z-index: 3;
}
.box-els .media img {
  width: 100%;
  object-fit: cover;
}
/* ------------------------------------------------------------ *\
    Breadcrumb
\* ------------------------------------------------------------ */
.breadcrumb {
  overflow: hidden;
  position: relative;
}
.breadcrumb-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4.5rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumb-inner {
    padding: 2.5rem 0;
  }
}
.breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.5rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumb-list {
    padding: 1rem 0;
  }
}
.breadcrumb-list a {
  text-decoration: none;
}
.breadcrumb-list i {
  font-size: 12px;
}
.breadcrumb-list div.fa-chevron-right,
.breadcrumb-list div.far {
  font-size: 12px;
}
.breadcrumb-list .divider {
  margin: 0 0.5rem;
}
.breadcrumb-list .breadcrumb-item:first-child {
  white-space: nowrap;
}
.hero-breadcrumb .bg-el--top-left-meta-right {
  top: 11.4%;
  left: 12.5%;
}
@media (max-width: 1921px) {
  .hero-breadcrumb .bg-el--top-left-meta-right {
    left: 16.5%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-breadcrumb .bg-el--top-left-meta-right {
    left: 20%;
    max-width: 8%;
  }
}
.hero-breadcrumb .bg-el--right-center {
  right: 11.4%;
}
@media (max-width: 1921px) {
  .hero-breadcrumb .bg-el--right-center {
    right: 16.4%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-breadcrumb .bg-el--right-center {
    max-width: 7%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-breadcrumb .bg-el--top-left {
    max-width: 25%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-breadcrumb .bg-el--bot-righ {
    max-width: 23%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-breadcrumb {
    padding: 0 !important;
  }
}
.hero-breadcrumb .overflow-hidden {
  overflow: hidden;
  position: relative;
}
.hero-breadcrumb .section-head {
  max-width: 70%;
  text-align: center;
}
/* ------------------------------------------------------------ *\
    Btn-alt
\* ------------------------------------------------------------ */
.btn-alt {
  display: inline-flex;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  border-radius: 0.7rem;
  transition: opacity 0.4s;
  background-color: #2E2C2F;
  padding: 1.2rem 1rem;
  min-width: 18rem;
}
@media (max-width: 1399px) {
  .btn-alt {
    padding: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-alt {
    min-width: unset;
  }
}
@media (hover: hover) {
  .btn-alt:hover {
    opacity: 0.7;
  }
}
.btn-alt:active {
  opacity: 0.7;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-flex;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 0;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  padding: 2rem 1.2rem;
  color: #273B63;
  background-color: #C5E6EA;
  border: 1px solid #C5E6EA;
  position: relative;
  isolation: isolate;
  border-radius: 2.8rem;
  min-width: 16.2rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1199px) {
  .btn {
    min-width: 13rem;
    padding: 1.2rem 1rem;
  }
}
@media (max-width: 1023px) {
  .btn {
    min-width: 12rem;
    padding: 1.4rem 1.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn {
    padding: 1.2rem 1rem;
  }
}
.btn :where(i, img, svg) {
  margin-right: 1rem;
}
@media (hover: hover) {
  .btn:first-child:hover, .btn:hover {
    color: #C5E6EA;
    background-color: #273B63;
    border-color: #273B63;
  }
}
.btn:active, .btn:first-child:active {
  color: #C5E6EA;
  background-color: #273B63;
  border-color: #273B63;
}
/*  btn--transparent  */
.btn--transparent {
  border-color: #C5E6EA;
  background-color: transparent;
  color: #273B63;
}
@media (hover: hover) {
  .btn--transparent:first-child:hover, .btn--transparent:hover {
    color: #273B63;
    background-color: #C5E6EA;
    border-color: #C5E6EA;
  }
}
.btn--transparent:active, .btn--transparent:first-child:active {
  color: #273B63;
  background-color: #C5E6EA;
  border-color: #C5E6EA;
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
:not(.btn-check) + .btn:hover,
:not(.btn-check) + .btn:active {
  color: #C5E6EA;
  background-color: #273B63;
  border-color: #273B63;
}
.btn-upload {
  position: relative;
  margin-right: 1.5rem;
  border-width: 2px;
  border-color: #273B63;
  background-color: white;
}
@media (max-width: 575px) {
  .btn-upload {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
/* ------------------------------------------------------------ *\
    Card
\* ------------------------------------------------------------ */
.card {
  position: relative;
}
.card-team {
  margin-bottom: 2.5rem;
  padding: 0 1rem;
}
.card-team .card-img {
  position: relative;
  text-align: center;
}
.card-team .card-img svg {
  overflow: visible;
  width: 35rem;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.card-team .card-img svg .path-img {
  z-index: 2;
}
.card-team .card-img svg .path-line {
  z-index: 3;
}
.card-team .card-head {
  margin-top: 0.5rem;
  text-align: center;
}
.card-team .card-title {
  margin-bottom: 1rem;
}
.card-promo {
  display: block;
  height: 100%;
  margin: 0 15px;
  text-decoration: none;
}
.card-promo .card-img-top {
  overflow: hidden;
}
.card-promo .card-img-top img {
  transition: 0.3s ease-in-out;
}
a.card-promo .card-img-top img:hover {
  transform: scale(1.02);
}
.card-promo .card-body {
  padding: 1rem;
}
.card-promo .card-head {
  display: flex;
  align-items: center;
}
.card-promo .card-title {
  white-space: nowrap;
}
.card-promo .dash-long {
  margin-left: 1rem;
  width: 100%;
  height: 2px;
}
.card-promo .card-text {
  padding-bottom: 3rem;
  color: #F7941D;
}
.card-promo .card-text i {
  font-size: 9px;
}
.card-blog {
  display: block;
  height: 100%;
  margin: 0 1rem;
  text-decoration: none;
}
@media (max-width: 575px) {
  .card-blog {
    margin: 0;
  }
}
.card-blog img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.card-blog .card-img-top {
  overflow: hidden;
}
.card-blog .card-img-top img:hover {
  transform: scale(1.03);
}
.card-blog .card-body {
  padding: 1.15rem;
}
.card-blog .card-text {
  margin: 2rem 0 3rem 0;
  color: #C5E6EA;
}
.card-blog .card-text i {
  margin-top: 0.25rem;
  font-size: 11px;
}
.card-blog-inner img::not:first-child {
  margin-top: 1.5rem;
}
.card-blog-inner img {
  margin-bottom: 1.5rem;
}

.card-teser {
  display: block;
  height: 100%;
  margin: 1.5rem 0.75rem 0 0.75rem;
  padding: 2.5rem 0;
  text-decoration: none;
  background-size: 120px 88px;
}
.card-teser .card-img-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  margin: 0 auto;
  margin-bottom: 1.25rem;
  text-align: center;
}
.card-teser .card-head {
  text-align: center;
}
.card-teser .card-body {
  padding-right: 5rem;
  padding-left: 5rem;
}
.card-teser .text-bold {
  font-weight: 700;
}

/* ------------------------------------------------------------ *\
    Contact
\* ------------------------------------------------------------ */
.contact:not(:last-child) {
  margin-bottom: 1.5rem;
}
.contact h4 {
  margin-bottom: 1.6rem;
}
.contact > p > a,
.contact > a {
  display: flex;
  align-items: flex-start;
  letter-spacing: 0.02em;
}
.contact > p span,
.contact > p i,
.contact > p figure,
.contact > a span,
.contact > a i,
.contact > a figure {
  display: inline-block;
  padding-right: 0.2rem;
  flex: 0 0 1.3rem;
}
.contact a i {
  font-size: 1.1rem;
  margin-top: .7rem;
}
.contact > p:not(:last-child) {
  margin-bottom: 0.8rem;
}
.contact > a {
  transition: opacity 0.4s;
  color: #273B63;
  max-width: fit-content;
}
.contact > p > a {
    transition: color 0.4s;
    /*max-width: fit-content;*/
    text-decoration: none;
}
.contact > a:not(:last-child) {
  margin-bottom: 1.7rem;
}
@media (hover: hover) {
  .contact > a:hover {
    opacity: 0.7;
  }
  .contact > p > a:hover {
      color: #273B63;
  }
}
/* ------------------------------------------------------------ *\
    Contacts-prime
\* ------------------------------------------------------------ */
.contacts-prime:not(:last-child) {
  margin-bottom: 2.5rem;
}
.contacts-prime .contacts__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.3rem 5rem;
}
@media (max-width: 1399px) {
  .contacts-prime .contacts__items {
    grid-gap: 1.4rem 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .contacts-prime .contacts__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .contacts-prime .contacts__items {
    display: block;
  }
}
@media (max-width: 575px) {
  .contacts-prime .contacts__items .contacts__item:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.contacts-prime .contacts__items .contacts__item--size-1 {
  grid-row: span 2;
}
/* ------------------------------------------------------------ *\
    Feature-profile
\* ------------------------------------------------------------ */
.feature-profile {
  display: flex;
  align-items: flex-start;
}
.feature-profile .feature__image {
  flex: 0 0 8.4rem;
  height: 8.4rem;
  border-radius: 50%;
  overflow: hidden;
}
.feature-profile .feature__image img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.feature-profile .feature__content {
  flex: 1;
  padding-bottom: 0.2rem;
  align-self: center;
}
.feature-profile .feature__content h4 {
  margin-bottom: 0.1rem;
}
.feature-profile .feature__image + .feature__content {
  margin-left: 1.5rem;
}
.field {
  display: block;
  background: none;
  box-shadow: none;
  outline: none;
  border: none;
  height: 3.5rem;
  border-radius: 0;
  width: 100%;
  text-transform: none;
  line-height: 1;
  font-weight: inherit;
  border: 1px solid #9B9B9B;
  padding: 0.4rem 1.2rem;
  background-color: transparent;
  font-size: 1.4rem;
}
@media (max-width: 1199px) {
  .field {
    font-size: 1.6rem;
  }
}
.field:placeholder {
  opacity: 1;
}
.field--textarea {
  line-height: 1.2;
  border-radius: 0;
  resize: none;
  height: 13.3rem;
  padding: 0.8rem 1rem;
}
/* ------------------------------------------------------------ *\
    Socials
\* ------------------------------------------------------------ */
.socials {
  display: flex;
  align-items: center;
}
.socials ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.8rem 1.6rem;
}
@media (max-width: 1023px) {
  .socials ul {
    grid-gap: 0.5rem 0.8rem;
  }
}
.socials a {
  transition: opacity .3s;
  display: inline-block;
  text-decoration: none;
}
@media (hover: hover) {
  .socials a:hover {
    opacity: 0.7;
  }
}
.socials > p {
  margin: 0.3rem 1.2rem 0 0;
  line-height: 1;
}
/*  socials alt  */
.socials--alt ul {
  grid-gap: 0.7rem 0.7rem;
}
/* ------------------------------------------------------------ *\
    Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 4.3rem 0;
}
@media (max-width: 1399px) {
  .footer {
    padding: 3rem 0;
  }
}
@media (max-width: 575px) {
  .footer {
    padding: 2rem 0;
  }
}
.footer .shell {
  padding-right: 10px;
  padding-left: 10px;
}
.footer .footer-top {
  margin-bottom: 3rem;
}
.footer .grid {
  justify-content: space-between;
  margin: 0;
}
.footer .grid__col-4 {
  flex: 0 0 auto;
  width: 44%;
}
@media (max-width: 1499px) {
  .footer .grid__col-4 {
    width: 40%;
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .footer .grid__col-4 {
    width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .grid__col-4 {
    padding: 0;
  }
}
@media (max-width: 1499px) {
  .footer .footer-top .grid__col--1of2 {
    padding: 0 10px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer-top .grid__col--1of2 {
    flex: 0 0 50% !important;
    width: 50% !important;
  }
}
@media (max-width: 575px) {
  .footer .footer-top .grid__col--1of2 {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}
.footer .grid__col-8 {
  flex: 0 0 56%;
  width: 56%;
}
@media (max-width: 1499px) {
  .footer .grid__col-8 {
    flex: 0 0 58%;
    width: 58%;
  }
}
@media (max-width: 1199px) {
  .footer .grid__col-8 {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .grid__col-8 {
    margin-top: 2rem;
  }
}
.footer .grid__col-1of4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 8px 0 0;
}
@media (max-width: 575px) {
  .footer .grid__col-1of4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .grid__col-1of4 {
    padding: 0;
  }
}
@media (max-width: 375px) {
  .footer .grid__col-1of4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.footer .rotate {
  transform: rotate(90deg);
}
.footer .title {
  margin-bottom: 1rem;
  font-size: 3.25rem;
  text-align: start;
}
@media (max-width: 1499px) {
  .footer .title {
    font-size: 2.5rem;
  }
}
.footer .footer-brand {
  display: block;
  margin-bottom: 1.5rem;
}
.footer .title-separator {
  margin-right: 0;
  margin-left: unset;
  padding-bottom: 1.55rem;
}
.footer .title-separator:before {
  left: 0;
  transform: none;
}
.footer .contacts-prime .contacts__items {
  grid-gap: 1.4rem 1rem;
}
@media (max-width: 575px) {
  .footer .contacts-prime .contacts__items {
    display: grid;
  }
}
@media (max-width: 375px) {
  .footer .contacts-prime .contacts__items {
    display: block;
  }
}
@media (max-width: 1399px) {
  .footer .contact {
    font-size: 14px;
  }
}
.footer .list-group li {
  margin-bottom: 0.75rem;
  color: #9B9B9B;
  list-style-type: none;
}
@media (max-width: 1399px) {
  .footer .list-group li {
    font-size: 14px;
  }
}
.footer .list-group .list-title {
  margin-bottom: 1rem;
  font-family: "Playfair Display", sans-serif;
  font-size: 2.5rem;
  color: #273B63;
}
@media (max-width: 1499px) {
  .footer .list-group .list-title {
    font-size: 2rem;
  }
}
.footer .list-group li a {
  color: #273B63;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.footer .list-group li b {
}
.footer .list-group li i {
  margin-right: 0.5rem;
  font-size: 11px;
}
.footer .social-inner {
  display: flex;
  align-items: center;
}
.footer .social-inner i {
  margin-right: 2rem;
  font-size: 3rem;
  color: #273B63;
}
.footer .form-control {
  margin-right: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .form-control {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1499px) {
  .footer .footer-bottom .grid {
    text-align: center;
  }
}
@media (max-width: 1499px) {
  .footer .footer-bottom .grid__col--1of2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1499px) {
  .footer .footer-bottom .susbscribe-inner {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575px) {
  .footer .d-flex-m {
    display: flex;
    align-items: flex-end;
    margin-bottom: 2rem;
  }
  .footer .list-group-top {
    column-count: 2;
  }
}
@media (max-width: 575px) {
  .footer .brand-text {
    margin-bottom: 0;
  }
}
.footer .footer__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__inner {
    display: block;
  }
}
.footer .copyright {
  padding-right: 3rem;
  margin-bottom: 0;
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .footer .copyright {
    padding-right: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .copyright {
    padding-right: 0;
  }
}
@media (max-width: 375px) {
  .footer .copyright {
    font-size: 1.3rem;
  }
}
.footer .credits {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .credits {
    justify-content: space-between;
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 375px) {
  .footer .credits {
    font-size: 1.3rem;
  }
}
.footer .credits a {
  transition: opacity 0.4s;
  display: inline-block;
  margin-left: 1rem;
}
@media (hover: hover) {
  .footer .credits a:hover {
    opacity: 0.7;
  }
}
/* ------------------------------------------------------------ *\
    Form
\* ------------------------------------------------------------ */
.form {
  position: relative;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-control {
  padding: 1.5rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 30px;
  border-color: #C5E6EA;
  transition: 0.3s ease-in;
  color: #273B63;
}
.form-control:focus {
  background-color: rgba(197, 230, 234, 0.3) !important;
}
.form-control::placeholder {
  color: #9B9B9B;
}
.form-filedset {
  overflow: hidden;
  z-index: 20;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .form-filedset {
    margin-top: 2rem;
    padding-left: 0;
  }
}
.form-filedset .form-group {
  position: relative;
}
.form-group.not-empty .placeholder {
  display: none;
}
.form-filedset .form-group .hide .placeholder {
  display: none;
}
.form-filedset .placeholder {
  position: absolute;
  z-index: 1;
  top: 1.55rem; /*top: 50%; -ms-transform: translate(0, -50%); transform: translate(0, -50%);*/ /*display: flex; align-items: center;*/
  width: 100%;
  height: 100%;
  margin-left: 2.75rem;
  background-color: transparent;
  font-size: 16px;
  color: #9B9B9B;
  opacity: 1;
  cursor: auto !important;
}
.form-filedset .placeholder span {
  color: #D10037;
}
.form-filedset .form-control {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  background-color: transparent;
}
.form-filedset .form-inner {
  display: flex;
  align-items: center;
  margin-top: 4rem;
}
@media (max-width: 575px) {
  .form-filedset .form-inner {
    flex-direction: column;
    margin-top: 2rem;
  }
}
.form-filedset .form-check-input {
  accent-color: rgba(155, 155, 155, 0.0196078431);
}
.form-filedset .upload-inner {
  overflow: hidden;
  position: relative;
}
.form-filedset .upload-inner input {
  position: absolute;
  left: 0;
  opacity: 0;
  height: 100%;
}
.form-contact .form-inner {
  justify-content: flex-end;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.form-check-inner input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-check-inner .checkmark {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  border: 2px solid #C5E6EA;
  border-radius: 50%;
  background-color: white;
}
.form-check-inner .checkmark:after {
  top: 50%;
  right: 0.4rem;
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #273B63;
}
.form-check-inner input:checked ~ .checkmark:after {
  display: block;
}
.form-check-inner input:checked ~ .checkmark {
  background-color: white;
}
.form-check-inner .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* ------------------------------------------------------------ *\
    Gallery
\* ------------------------------------------------------------ */
.gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -1.2rem;
}
.gallery li {
  padding: 1.2rem;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .gallery li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .gallery li {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: flex;
  flex-flow: row wrap;
  margin: -1.5rem;
  justify-content: center;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
  /*  Grid col 1of4  */
}
@media (max-width: 1023px) {
  .grid {
    margin: -1rem;
  }
}
.grid .grid__col {
  max-width: 100%;
  flex: 1;
  padding: 1.5rem;
}
@media (max-width: 1023px) {
  .grid .grid__col {
    padding: 1rem;
  }
}
.grid .grid__col--1of2 {
  max-width: 50%;
  flex: 0 0 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of2 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.grid .grid__col--1of3 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
@media (max-width: 1023px) {
  .grid .grid__col--1of3 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.grid .grid__col--1of4 {
  max-width: 25%;
  flex: 0 0 25%;
}
@media (max-width: 1023px) {
  .grid .grid__col--1of4 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.grid .grid__col-12 {
  max-width: 100%;
  flex: 1;
}
/* ------------------------------------------------------------ *\
    Header
\* ------------------------------------------------------------ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 1.6rem 0;
  border-bottom: 1px solid #F0F0F0;
  z-index: 100;
}
@media (max-width: 1199px) {
  .header {
    padding: 1rem 0;
  }
}
@media (max-width: 1023px) {
  .header {
    padding: 0;
    border: none;
  }
}
@media (max-width: 1023px) {
  .header .shell {
    display: contents;
  }
}
.header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .header .header__inner {
    display: block;
  }
}
.header .header__utilities {
  display: contents;
}
@media (max-width: 1023px) {
  .header .header__utilities {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 20px;
    position: relative;
    z-index: 5;
    border: 1px solid #F0F0F0;
    background-color: #fff;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__utilities {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.header .logo {
  flex: 0 0 37rem;
  max-width: 37rem;
}
@media (max-width: 1599px) {
    .header .logo {
        flex: 0 0 25rem;
        max-width: 25rem;
    }
}
@media (max-width: 1399px) {
  .header .logo {
    flex: 0 0 23rem;
    max-width: 23rem;
  }
}
@media (max-width: 1199px) {
  .header .logo {
    flex: 0 0 13rem;
    max-width: 13rem;
  }
}
@media (max-width: 1023px) {
  .header .logo {
    flex: 0 0 18rem;
    max-width: 18rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .logo {
    flex: 0 0 18rem;
    max-width: 18rem;
  }
}
@media (max-width: 575px) {
  .header .logo {
    flex: 0 0 16rem;
    max-width: 16rem;
  }
}
.header .header__actions {
  margin-left: 3rem;
}
@media (max-width: 1399px) {
    .header .header__actions {
        margin-left: 2rem;
    }

    .header .header__actions .btn {
        min-width: unset;
        padding: 1.4rem 1.4rem;
    }
}
@media (max-width: 1199px) {
  .header .header__actions {
    margin-left: 1.5rem;
  }

  .header .header__actions .btn {
      padding: 1rem 1rem;
  }
}
@media (max-width: 1023px) {
  .header .header__actions {
    margin: 3rem 0 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
    .header .header__actions .btn {
        padding: 1.2rem 1rem;
    }
}
.header .header__actions a + a {
  margin-left: 2rem;
}
@media (max-width: 575px) {
  .header .header__actions a + a {
    margin-left: 1rem;
  }
}
@media (max-width: 375px) {
  .header .header__actions a + a {
    margin-left: 0.7rem;
  }
}
.header .header__navigation {
  transition: none;
  flex: 1;
  order: 2;
  padding-left: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .header .header__navigation {
    padding-left: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .header .header__navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: var(--win-height);
    padding: calc(var(--header-height) + 3rem) 20px 3rem;
    border: none;
    background-color: #fff;
    margin: 0;
    overflow: auto;
    z-index: 3;
    display: block;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
  }
}
@media (max-width: 575px) {
  .header .header__navigation {
    padding-top: calc(var(--header-height) + 2rem);
  }
}
@media (max-width: 1023px) {
  .header .header__navigation.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
  }
}
/* ------------------------------------------------------------ *\
    Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
}
/* @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero {
    padding: 3rem 0;
  }
} */
/* .hero .hero__content {
  min-height: 70rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 5;
  max-width: 48%;
  text-align: center;
  padding: 18rem 0;
}
@media (max-width: 1699px) {
  .hero .hero__content {
    min-height: 65rem;
    max-width: 53%;
  }
}
@media (max-width: 1399px) {
  .hero .hero__content {
    min-height: 55rem;
    padding: 13rem 0;
  }
}
@media (max-width: 1199px) {
  .hero .hero__content {
    min-height: 46rem;
  }
}
@media (max-width: 1023px) {
  .hero .hero__content {
    min-height: 38rem;
    padding: 10rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content {
    min-height: auto;
    display: block;
    max-width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 575px) {
  .hero .hero__content {
    padding: 0;
  }
} */
/* .hero .hero__media {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 52%;
}
@media (max-width: 1800px) {
  .hero .hero__media {
    margin-right: 0;
    width: 52%;
  }
}
@media (max-width: calc(1480px + 2 * 30px)) {
  .hero .hero__media {
    right: 2rem;
  }
}
@media (max-width: 1399px) {
  .hero .hero__media {
    width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__media {
    position: relative;
    right: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.hero .hero__media img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__media img {
    position: static;
    top: 0;
    transform: none;
  }
} */
.hero__media {
  display: block;
  height: 100%;
  width: 100%;

  img {
      width: 100%;
      height: 100%;
  }
}
/* ------------------------------------------------------------ *\
    List-icons
\* ------------------------------------------------------------ */
.list-icons {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0 -0.3rem;
}
.list-icons li {
  padding: 0 0.3rem;
}
/* ------------------------------------------------------------ *\
    logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
}
.logo img {
  width: 100%;
  object-fit: contain;
}
/* ------------------------------------------------------------ *\
    Map
\* ------------------------------------------------------------ */
.map-holder {
  position: relative;
  height: 44rem;
  border-radius: 0.2rem;
}
@media (max-width: 1199px) {
  .map-holder {
    height: 40rem;
  }
}
@media (max-width: 1023px) {
  .map-holder {
    height: 38rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .map-holder {
    height: 33rem;
  }
}
@media (max-width: 575px) {
  .map-holder {
    height: 22rem;
  }
}
@media (max-width: 375px) {
  .map-holder {
    height: 16rem;
  }
}
.map-holder .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
}

.map .box-info {
    text-align: center;
}
.map .box-info a {
    transition: opacity .3s;
}
@media (hover:hover) {
    .map .box-info a:hover {
        opacity: .7;
    }
}
@media (min-width: 767px) {
    .map .gm-style-iw-chr button {
        width: 30px!important;
        height: 30px!important;
        transition: opacity;
        margin-right: 12px!important;
    }
    .map .gm-style-iw-chr button > span {
        margin: 6px 4px 4px 4px!important;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .map .gm-ui-hover-effect {
    width: 38px!important;
    height: 32px!important;
  }
  .map span {
      width: 20px!important;
      height: 20px!important;
      margin: 8px!important;
  }
}
/* ------------------------------------------------------------ *\
	Nav-trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  transition: opacity 0.4s, visibility 0.4s;
  height: 20px;
  width: 30px;
  display: inline-block;
  position: relative;
  z-index: 55;
}
.nav-trigger span:nth-child(1),
.nav-trigger span:nth-child(2),
.nav-trigger span:nth-child(3) {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #273B63;
  transition: transform 0.4s;
}
.nav-trigger span:nth-child(1) {
  top: 0;
}
.nav-trigger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.nav-trigger span:nth-child(3) {
  bottom: 0;
}
.nav-trigger.is-open span:nth-child(2) {
  display: none;
}
.nav-trigger.is-open span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.nav-trigger.is-open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}
/* ------------------------------------------------------------ *\
    Nav
\* ------------------------------------------------------------ */
.nav {
  display: block;
  font-family: "Montserrat", sans-serif;
}
.nav > ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}
@media (max-width: 1399px) {
  .nav > ul {
      gap: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .nav > ul {
      gap: 1rem;
  }
}
@media (max-width: 1023px) {
  .nav > ul {
    margin: 0;
    display: block;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .nav > ul > li {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .nav > ul > li {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .nav > ul > li + li {
    margin-top: 1.8rem;
  }
}
.nav > ul > li.is-current a:after {
  width: 100%;
}
@media (max-width: 1023px) {
  .nav > ul > li.is-current a {
    color: #C5E6EA;
  }
}
.nav > ul > li > a {
  transition: color 0.4s;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.7rem;
  color: #273B63;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .nav > ul > li > a {
    font-size: 1.8rem;
    display: inline-block;
  }
}
@media (hover: hover) {
  .nav > ul > li > a:hover:after {
    width: 100%;
  }
}
.nav > ul > li > a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #C5E6EA;
  transition: width 0.4s;
}
@media (max-width: 1023px) {
  .nav > ul > li > a:after {
    display: none;
  }
}
.page-container {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: var(--window-height);
  overflow: clip;
}
/* ------------------------------------------------------------ *\
    Pagination
\* ------------------------------------------------------------ */
.pagination {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.pagination .page-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F9FCFD;
}
.pagination .page-item.active {
  background-color: #C5E6EA !important;
}
.pagination .page-link {
  font-weight: 700;
  color: #273B63;
  text-decoration: none;
}
.pagination .page-link i {
  font-size: 18px;
  color: #273B63;
  line-height: 1;
}
/* ------------------------------------------------------------ *\
    radio
\* ------------------------------------------------------------ */
.radio input {
  display: none;
}
.radio label {
  min-width: 10.2rem;
  min-height: 2.4rem;
  border: 0.2rem solid #9B9B9B;
  border-radius: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s, color 0.4s;
  color: #9B9B9B;
  font-size: 1.4rem;
  line-height: 1.1;
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .radio label {
    padding: 0.2rem 0.5rem;
    min-width: 7.6rem;
    font-size: 1rem;
  }
}
.radio label img,
.radio label svg {
  margin-right: 0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .radio label img,
  .radio label svg {
    margin-right: 0.3rem;
  }
}
.radio label svg path {
  fill: currentColor;
}
.radio input[type=radio]:checked + label {
  background-color: #9B9B9B;
  color: #fff;
}
/* ------------------------------------------------------------ *\
    Radios
\* ------------------------------------------------------------ */
.radios {
  display: flex;
  align-items: center;
}
.radios:not(:last-child) {
  margin-bottom: 1.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .radios:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.radios p {
  font-size: 1.5rem;
  margin: 0 0.8rem 0 0.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .radios p {
    font-size: 1rem;
  }
}
.radios > ul {
  flex: 0 0 16rem;
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 0 -0.2rem;
}
.radios > ul li {
  padding: 0 0.2rem;
}
/* ------------------------------------------------------------ *\
    Section-sides
\* ------------------------------------------------------------ */
.section-sides {
  padding: 10rem 0;
}
@media (max-width: 1699px) {
  .section-sides {
    padding: 8rem 0;
  }
}
@media (max-width: 1399px) {
  .section-sides {
    padding: 6rem 0;
  }
}
@media (max-width: 1199px) {
  .section-sides {
    padding: 5rem 0;
  }
}
@media (max-width: 1023px) {
  .section-sides {
    padding: 4rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-sides {
    padding: 3rem 0;
  }
}
.section-sides .section__inner {
  display: flex;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-sides .section__inner {
    display: block;
  }
}
.section-sides .section__content {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 3rem 3rem 3rem 5.3rem;
  display: flex;
  margin-left: auto;
}
@media (max-width: 1699px) {
  .section-sides .section__content {
    padding: 3rem;
  }
}
@media (max-width: 1023px) {
  .section-sides .section__content {
    padding: 0 0 0 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-sides .section__content {
    padding: 0;
    max-width: 100%;
  }
}
.section-sides .section__content h2 {
  margin-bottom: 2.5rem;
}
@media (max-width: 1199px) {
  .section-sides .section__content h2 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) {
  .section-sides .section__content h2 {
    margin-bottom: 1.4rem;
  }
}
.section-sides .section__content .section__entry {
  margin: auto;
  max-width: 50rem;
}
@media (max-width: 1023px) {
  .section-sides .section__content .section__entry > p:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.section-sides .section__content .section__entry > p > span {
  color: #273B63;
}
.section-sides .section__actions {
  margin: -0.6rem;
  margin-top: 3.5rem;
}
@media (max-width: 1199px) {
  .section-sides .section__actions {
    margin-top: 2rem;
  }
}
@media (max-width: 1023px) {
  .section-sides .section__actions {
    margin-bottom: 1.2rem;
  }
}
.section-sides .section__actions .btn,
.section-sides .section__actions .btn-alt {
  margin: 0.6rem;
}
.section-sides .section__aside {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-sides .section__aside {
    max-width: 100%;
    margin-bottom: 2.4rem;
  }
}
/*  section sides about  */
.section-sides--about {
  position: relative;
}
.section-sides--about .section-bg-el {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  pointer-events: none;
  max-width: 11%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-sides--about .section-bg-el {
    max-width: 20%;
  }
}
.section-sides--about .section__aside {
  flex: 0 0 49.2%;
  max-width: 49.2%;
}
@media (max-width: 1699px) {
  .section-sides--about .section__aside {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-sides--about .section__aside {
    max-width: 100%;
  }
}
.section-sides--about .section__content {
  flex: 0 0 50.8%;
  max-width: 50.8%;
}
@media (max-width: 1699px) {
  .section-sides--about .section__content {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-sides--about .section__content {
    max-width: 100%;
  }
}
/*  section sides callout  */
.section-sides--callout {
  padding: 0;
  /*  bg els  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-sides--callout {
    padding: 3rem 0;
  }
}
.section-sides--callout .section__aside {
  flex: 0 0 52.6%;
  max-width: 52.6%;
}
@media (max-width: 1699px) {
  .section-sides--callout .section__aside {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-sides--callout .section__aside {
    max-width: 100%;
  }
}
.section-sides--callout .section__aside .box-els-alt {
  height: 100%;
}
@media (max-width: calc(1480px + 30px * 2)) {
  .section-sides--callout .section__aside .box-els-alt {
    margin-left: -30px;
  }
}
@media (max-width: 1023px) {
  .section-sides--callout .section__aside .box-els-alt {
    margin-left: -20px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-sides--callout .section__aside .box-els-alt {
    margin-left: 0;
  }
}
.section-sides--callout .section__aside .media {
  height: 100%;
  position: relative;
}
.section-sides--callout .section__aside .media img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
@media (max-width: 1023px) {
  .section-sides--callout .section__aside .media img {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-sides--callout .section__aside .media img {
    position: static;
    transform: none;
  }
}
.section-sides--callout .section__content {
  flex: 0 0 47.4%;
  max-width: 47.4%;
  padding: 3rem 5.6rem 3rem 3rem;
  min-height: 56.4rem;
}
@media (max-width: 1699px) {
  .section-sides--callout .section__content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 3rem;
    min-height: 52rem;
  }
}
@media (max-width: 1399px) {
  .section-sides--callout .section__content {
    min-height: 50rem;
  }
}
@media (max-width: 1199px) {
  .section-sides--callout .section__content {
    min-height: 44rem;
  }
}
@media (max-width: 1023px) {
  .section-sides--callout .section__content {
    padding: 4rem 0 4rem 2rem;
    min-height: unset;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-sides--callout .section__content {
    max-width: 100%;
    padding: 0;
  }
}
.section-sides--callout .bg-el--top-right {
  max-width: 10%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-sides--callout .bg-el--top-right {
    max-width: 13%;
  }
}
.section-sides--callout .bg-el--bot-right-meta-top {
  bottom: 28.7%;
  right: 0%;
  animation: moveTopRight 6s forwards infinite;
  max-width: 4%;
  z-index: 1;
}
.section-sides--callout .bg-el--bot-right {
  animation: moveBotRight 12s forwards infinite;
  max-width: 18%;
}
@media (max-width: 1399px) {
  .section-sides--callout .bg-el--bot-right {
    max-width: 15%;
  }
}
@media (max-width: 1023px) {
  .section-sides--callout .bg-el--bot-right {
    max-width: 13%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-sides--callout .bg-el--bot-right {
    max-width: 17%;
  }
}
@media (max-width: 575px) {
  .section-sides--callout .bg-el--bot-right {
    max-width: 24%;
  }
}
/* ------------------------------------------------------------ *\
    Section
\* ------------------------------------------------------------ */
.section {
  overflow: hidden;
  padding: 10rem 0;
}
@media (max-width: 1699px) {
  .section {
    padding: 8rem 0;
  }
}
@media (max-width: 1399px) {
  .section {
    padding: 6rem 0;
  }
}
@media (max-width: 1199px) {
  .section {
    padding: 5rem 0;
  }
}
@media (max-width: 1023px) {
  .section {
    padding: 4rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section {
    padding: 3rem 0;
  }
}
.section .section__head {
  position: relative;
  z-index: 10;
}
.section .section__head:not(:last-child) {
  margin-bottom: 2.4rem;
}
.section .section__body {
  position: relative;
  z-index: 10;
}
/*  section gallery  */
.section--gallery {
  /*  bg els  */
}
.section--gallery .bg-el--bot-left-meta-top {
  z-index: 3;
}
.section--gallery .bg-el--bot-right-meta-top {
  bottom: 44.1%;
  right: 0.9%;
  max-width: 8%;
  z-index: 3;
}
@media (max-width: 1399px) {
  .section--gallery .bg-el--bot-right-meta-top {
    bottom: -5%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--gallery .bg-el--bot-right-meta-top {
    bottom: 13.1%;
    right: 0.9%;
    max-width: 8%;
  }
}
@media (max-width: 575px) {
  .section--gallery .bg-el--bot-right-meta-top {
    bottom: -0.5%;
    right: 15%;
  }
}
/*  section tabs  */
.section--tabs {
  /*  bg els  */
}
.section--tabs .bg-el--top-left {
  max-width: 27%;
}
@media (max-width: 1699px) {
  .section--tabs .bg-el--top-left {
    max-width: 22%;
  }
}
.section--tabs .bg-el--top-right {
  animation: moveTopRight 12s forwards infinite;
  max-width: 25%;
}
@media (max-width: 1699px) {
  .section--tabs .bg-el--top-right {
    max-width: 22%;
  }
}
@media (max-width: 575px) {
  .section--tabs .bg-el--top-right {
    max-width: 25%;
  }
}
.section--tabs .bg-el--top-left-meta-right {
  animation: moveBotRight 5s forwards infinite;
  top: 5.4%;
  left: 6.5%;
  max-width: 6%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--tabs .bg-el--top-left-meta-right {
    left: 7%;
    top: 0.5%;
  }
}
@media (max-width: 575px) {
  .section--tabs .bg-el--top-left-meta-right {
    max-width: 7%;
  }
}
.section--tabs .bg-el--bot-right {
  bottom: 0;
  right: 0;
  max-width: 12%;
}
.section--tabs .bg-el--bot-left {
  bottom: 0;
  left: 0;
  animation: moveBotLeft 10s forwards infinite;
  max-width: 28%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--tabs .bg-el--bot-left {
    max-width: 14%;
  }
}
@media (max-width: 575px) {
  .section--tabs .bg-el--bot-left {
    max-width: 15%;
  }
}
.section--tabs .bg-el--bot-left-meta-right {
  left: 0.6%;
  bottom: 1%;
  max-width: 10%;
  animation: moveTopRight 5s forwards infinite;
}
@media (max-width: 1699px) {
  .section--tabs .bg-el--bot-left-meta-right {
    bottom: 0;
    left: 12%;
    max-width: 6%;
  }
}
@media (max-width: 375px) {
  .section--tabs .bg-el--bot-left-meta-right {
    bottom: 1%;
  }
}
.section--tabs .bg-el--top-right-meta-bottom {
  z-index: 3;
}
/*  section contacts  */
.section--contacts {
  /*  bg els  */
}
.section--contacts .box-els {
  padding: 3.2rem 4.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--contacts .box-els {
    padding: 0;
  }
}
.section--contacts .box-els .box__inner {
  border: 0.6rem solid #fff;
  border-radius: 0.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--contacts .box-els .bg-el--top-left {
    left: -2rem;
    top: -2rem;
  }
}
.section--contacts .box-els .bg-el--top-left-bg {
  top: 2.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--contacts .box-els .bg-el--top-left-bg {
    left: -1rem;
    top: -1rem;
  }
}
.section--contacts .box-els .bg-el--bot-right {
  bottom: -0.1rem;
  right: 1.4rem;
  width: 15%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--contacts .box-els .bg-el--bot-right {
    right: -0.6rem;
    bottom: -0.6rem;
  }
}
.section--contacts .box-els .bg-el--bot-right-bg {
  bottom: -0.6rem;
  right: 0.5rem;
  width: 14%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--contacts .box-els .bg-el--bot-right-bg {
    right: -1rem;
    bottom: -1rem;
  }
}
.section--contacts .contacts-prime {
  padding: 0 6.5rem;
}
@media (max-width: 1023px) {
  .section--contacts .contacts-prime {
    padding: 0;
  }
}
.section--contacts .bg-el--top-left {
  max-width: 22%;
}
@media (max-width: 1699px) {
  .section--contacts .bg-el--top-left {
    max-width: 19%;
  }
}
.section--contacts .bg-el--top-left-meta-right {
  top: 12.7%;
  left: 7.8%;
  animation: moveBotRight 6s forwards infinite;
  max-width: 9%;
}
@media (max-width: 1699px) {
  .section--contacts .bg-el--top-left-meta-right {
    max-width: 7%;
    top: 10%;
  }
}
@media (max-width: 1199px) {
  .section--contacts .bg-el--top-left-meta-right {
    top: 8%;
    max-width: 6%;
  }
}
@media (max-width: 575px) {
  .section--contacts .bg-el--top-left-meta-right {
    top: 6%;
    max-width: 7%;
  }
}
.section--contacts .bg-el--top-right {
  animation: moveTopRight 12s forwards infinite;
  max-width: 25%;
}
@media (max-width: 1699px) {
  .section--contacts .bg-el--top-right {
    max-width: 22%;
  }
}
.section--contacts .bg-el--bot-left {
  max-width: 28%;
}
@media (max-width: 1699px) {
  .section--contacts .bg-el--bot-left {
    max-width: 26%;
  }
}
.section--contacts .bg-el--bot-left-meta-right {
  animation: moveBotRight 5s forwards infinite;
}
@media (max-width: 1699px) {
  .section--contacts .bg-el--bot-left-meta-right {
    max-width: 7%;
  }
}
.section--contacts .bg-el--bot-right {
  max-width: 32%;
  right: 0%;
}
@media (max-width: 1699px) {
  .section--contacts .bg-el--bot-right {
    max-width: 20%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--contacts .bg-el--bot-right {
    max-width: 17%;
  }
}
.section--contacts .bg-el--bot-left-meta-top {
  max-width: 10%;
  bottom: 21%;
  left: 12%;
  animation-duration: 7s;
}
@media (max-width: 1699px) {
  .section--contacts .bg-el--bot-left-meta-top {
    max-width: 6%;
    bottom: 20%;
    left: 6%;
  }
}
@media (max-width: 1399px) {
  .section--contacts .bg-el--bot-left-meta-top {
    bottom: 22%;
    left: 0%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--contacts .bg-el--bot-left-meta-top {
    max-width: 6%;
    bottom: -0.3%;
    left: 25%;
  }
}
.section--contacts .bg-el--bot-right-meta-top {
  bottom: 35%;
  right: 6%;
  max-width: 10%;
  animation: moveTopRight 6s forwards infinite;
}
@media (max-width: 1699px) {
  .section--contacts .bg-el--bot-right-meta-top {
    bottom: 30%;
    right: 5%;
    max-width: 8%;
  }
}
@media (max-width: 1399px) {
  .section--contacts .bg-el--bot-right-meta-top {
    right: 0;
    max-width: 6%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--contacts .bg-el--bot-right-meta-top {
    right: 15%;
    bottom: 0;
  }
}
.section-advantages {
  position: relative;
  width: 100%;
  padding-bottom: 0;
}
.section-advantages .section-inner {
  padding-bottom: 2rem;
}
.section-advantages figure {
  position: relative;
}
.section-advantages .box-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #273B63;
  text-align: center;
}
.section-advantages .box-text h2 {
  margin-bottom: 0;
}
.section-advantages .box-text h4 {
  font-family: 'Playfair Display", serif';
  font-weight: 700;
}
.section-advantages .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-shadow: 0 0 #273B63;
}
.section-advantages .border-img {
  position: absolute;
  left: 0;
  bottom: 2%;
}
@media (max-width: 1399px) {
  .section--team .bg-el--top-right {
    max-width: 15%;
  }
}
.section-gallery .bg-el--top-left {
  top: 4rem;
}
.section-gallery .bg-el--top-left-meta-right {
  top: 2.4%;
  left: 3.5%;
  max-width: unset;
}
@media (max-width: 1699px) {
  .section-gallery .bg-el--top-left-meta-right {
    max-width: 15%;
  }
}
@media (max-width: 1199px) {
  .section-gallery .bg-el--top-left-meta-right {
    left: 1.5%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-gallery .bg-el--top-left-meta-right {
    top: 5.4%;
    left: 1%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-gallery .bg-el--top-right {
    max-width: 20%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-gallery .bg-el--center-right-meta-top {
    max-width: 6%;
  }
}
.section--club-card .media img {
  left: 3%;
  width: 80% !important;
  object-fit: contain !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--club-card .media img {
    display: block;
    margin-left: auto;
  }
}
.section--careers .bg-el--top-left {
  top: -6rem;
  left: -6rem;
}
@media (max-width: 1499px) {
  .section--careers .bg-el--top-left {
    top: -5rem;
    left: -2rem;
  }
}
@media (max-width: 575px) {
  .section--careers .bg-el--top-left {
    top: -2rem;
    left: -1rem;
  }
}
.section--careers .bg-el--top-left-bg {
  top: -3rem;
  left: -3rem;
}
@media (max-width: 1499px) {
  .section--careers .bg-el--top-left-bg {
    top: -3rem;
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .section--careers .bg-el--top-left-bg {
    top: -2rem;
  }
}
.section--careers .bg-el--bot-right {
  right: 0rem;
  bottom: -2rem;
}
.section--careers .bg-el--bot-right-bg {
  right: 0rem;
  bottom: -3rem;
}
@media (max-width: 991px) {
  .section--careers .grid .grid__col--1of2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section--careers .box-els {
    padding: 0 1.5rem !important;
  }
}
.section--blog .grid {
  margin: 0 -29px !important;
}
@media (max-width: 1199px) {
  .section--blog .grid {
    margin: 0 -15px !important;
  }
}
.section--blog .col-8 {
  flex: 0 0 auto;
  width: 66.66%;
  padding-right: 29px;
  padding-left: 29px;
}
@media (max-width: 1199px) {
  .section--blog .col-8 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .section--blog .col-8 {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.section--blog .col-4 {
  flex: 0 0 auto;
  width: 33.33%;
  padding-right: 29px;
  padding-left: 29px;
}
.section--blog .col-4 .grid {
  margin: 0 !important;
}
@media (max-width: 1199px) {
  .section--blog .col-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .section--blog .col-4 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .section--blog .col-4 .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .section--blog .col-4 .col-6 {
    width: 100%;
  }
}
.section--404 h1 {
  font-family: "Lato", sans-serif;
  font-size: 192px;
  font-weight: 900;
}
@media (max-width: 575px) {
  .section--404 h1 {
    font-size: 150px;
  }
}
.section--404 .section__bottom {
  position: relative;
  z-index: 20;
  background-color: white;
}

.section-teaser .bg-el--top-left-blue {
  top: -35%;
}
@media (max-width: 1699px) {
  .section-teaser .bg-el--top-left-blue {
    top: -30%;
  }
}
@media (max-width: 1399px) {
  .section-teaser .bg-el--top-left-blue {
    top: -12%;
    left: -10%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-teaser .bg-el--top-left-blue {
    top: -3%;
  }
}
.section-teaser .bg-el--top-right {
  top: -20%;
}
@media (max-width: 1699px) {
  .section-teaser .bg-el--top-right {
    top: -10%;
  }
}
@media (max-width: 1399px) {
  .section-teaser .bg-el--top-right {
    top: -5%;
    right: -3%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-teaser .bg-el--top-right {
    top: -1%;
  }
}
.section-teaser .bg-el--bot-left-meta-top {
  bottom: 21.5%;
}
@media (max-width: 1199px) {
  .section-teaser .bg-el--bot-left-meta-top {
    bottom: 6.5%;
  }
}
.section-teaser .bg-el--bot-left {
  bottom: -22%;
  left: -4%;
}
@media (max-width: 1699px) {
  .section-teaser .bg-el--bot-left {
    bottom: -30%;
  }
}
@media (max-width: 1399px) {
  .section-teaser .bg-el--bot-left {
    bottom: -37%;
    left: -10%;
  }
}
@media (max-width: 1199px) {
  .section-teaser .bg-el--bot-left {
    bottom: -23%;
  }
}
@media (max-width: 782px) {
  .section-teaser .bg-el--bot-left {
    bottom: -15%;
  }
}
@media (max-width: 575px) {
  .section-teaser .bg-el--bot-left {
    bottom: -10%;
    left: -15%;
  }
}
@media (max-width: 375px) {
  .section-teaser .bg-el--bot-left {
    bottom: -5%;
  }
}
.section-teaser .bg-el--bot-left-gold {
  bottom: -26%;
  left: -3%;
  z-index: 20;
}
@media (max-width: 1699px) {
  .section-teaser .bg-el--bot-left-gold {
    bottom: -30%;
  }
}
@media (max-width: 1399px) {
  .section-teaser .bg-el--bot-left-gold {
    bottom: -37%;
    left: -8%;
  }
}
@media (max-width: 1199px) {
  .section-teaser .bg-el--bot-left-gold {
    bottom: -25%;
  }
}
@media (max-width: 782px) {
  .section-teaser .bg-el--bot-left-gold {
    bottom: -15%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-teaser .bg-el--bot-left-gold {
    z-index: 1;
  }
}
@media (max-width: 575px) {
  .section-teaser .bg-el--bot-left-gold {
    bottom: -8%;
    left: -17%;
  }
}
@media (max-width: 375px) {
  .section-teaser .bg-el--bot-left-gold {
    bottom: -4%;
  }
}
.section-teaser .bg-el--bot-right-blue {
  bottom: -15%;
  right: -4%;
}
@media (max-width: 1699px) {
  .section-teaser .bg-el--bot-right-blue {
    bottom: -27%;
  }
}
@media (max-width: 1199px) {
  .section-teaser .bg-el--bot-right-blue {
    bottom: -14%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-teaser .bg-el--bot-right-blue {
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .section-teaser .bg-el--bot-right-blue {
    bottom: -5%;
  }
}
@media (max-width: 375px) {
  .section-teaser .bg-el--bot-right-blue {
    bottom: -2%;
  }
}
.section-teaser .section__content .section__entry {
  max-width: unset;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-teaser .section__entry {
    padding: 0 1rem;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.section-bonus {
  padding: 0;
}
.section-bonus .section__content .section__entry {
  max-width: unset;
}
@media (max-width: 1499px) {
  .section-bonus .section__content .section__entry {
    max-width: 90%;
    margin-right: unset;
    margin-left: auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-bonus .section__content .section__entry {
    max-width: 100%;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.section-bonus .bg-el--bot-left {
  max-width: 22%;
}
@media (max-width: 1699px) {
  .section-bonus .bg-el--bot-left {
    max-width: 15%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-bonus .bg-el--bot-left {
    max-width: 22%;
  }
}
.section-bonus .bg-el--bot-left-line {
  max-width: 14%;
}
@media (max-width: 1699px) {
  .section-bonus .bg-el--bot-left-line {
    max-width: 8%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-bonus .bg-el--bot-left-line {
    max-width: 17%;
  }
}
.section-bonus .bg-el--bot-left-meta-right {
  max-width: 5%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-bonus .bg-el--bot-left-meta-right {
    max-width: 10%;
  }
}
.section-bonus .bg-el--bot-right {
  max-width: 15%;
}
@media (max-width: 1699px) {
  .section-bonus .bg-el--bot-right {
    max-width: 9%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-bonus .bg-el--bot-right {
    max-width: 16%;
  }
}
@media (max-width: 1699px) {
  .section-bonus .bg-el--top-left-meta-top {
    max-width: 5%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-bonus .bg-el--top-right-meta-top {
    max-width: 7.5%;
  }
}
@media (max-width: 1499px) {
  .section-bonus .section__content .section__entry p {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-bonus .section__inner {
    display: flex !important;
    flex-direction: column-reverse;
  }
}
.secton-franchise-advantages .tabs__head-foot {
  max-width: 52%;
  margin: 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .secton-franchise-advantages .tabs__head-foot {
    max-width: 100%;
  }

  .secton-franchise-advantages .bg-el--top-left-meta-right {
    left: 0;
  }
}
.section-partnership .bg-el--bot-right-meta-top {
  right: 12.5%;
}
.section-partnership .section__content {
  padding: 2rem;
}
.section-partnership .section__head {
  padding-bottom: 3rem;
}
.section-partnership .tabs {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-partnership .tabs {
    max-width: 100%;
  }
}
.section-partnership .section__body .title-separator {
  margin-right: unset;
  margin-left: unset;
  text-align: start;
}
.section-partnership .section__body .title-separator::before {
  left: unset;
  transform: unset;
}
.section-partnership .section-text {
  margin-bottom: 1.5rem;
  color: #273B63;
}
.section-partnership .section__entry {
  max-width: unset !important;
}
.section-partnership .form {
  padding-left: 0;
}
.section-partnership .form-filedset .form-inner {
  justify-content: flex-end;
}
.section-partnership .form-filedset .form-check span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #9b9b9b;
  border-radius: 3px;
}
.section-partnership .form-filedset .form-check-input {
  width: 18px;
  height: 18px;
  accent-color: white;
}

.section-partnership .grid:not(:last-child) {
    padding-bottom: 1.5rem;
}
.section-partnership .grid .form-group {
    margin-bottom: 0;
}

.section-partnership .grid {
    margin: -.75rem;
}

.section-partnership .grid__col--1of4 {
    padding: .75rem;
}

@media (max-width: 1399px) {
  .section-partnership .grid__col--1of4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.shell {
  max-width: calc(1480px + 30px * 2);
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
  width: 100%;
}
@media (max-width: 1023px) {
  .shell {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*  shell small  */
.shell--small {
  max-width: calc(1066px + 30px * 2);
}
/* shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
    Slider
\* ------------------------------------------------------------ */
.slider {
  position: relative;
}
.slider .swiper-pagination {
  margin-top: 3.7rem;
  position: relative;
  bottom: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .slider .swiper-pagination {
    margin-top: 3rem;
  }
}
.slider .swiper-pagination .swiper-pagination-bullet {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: #EBEBEB;
  transition: background-color 0.4s;
  opacity: 1;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
@media (max-width: 1399px) {
  .slider .swiper-pagination .swiper-pagination-bullet {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .slider .swiper-pagination .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #C5E6EB;
}
.slider.is-disabled .slider__actions {
  display: none;
}
.slider.is-disabled .slider__pagination {
  display: none;
}
.slider.is-disabled .slider__slides {
  justify-content: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider.is-disabled .slider__slides {
    justify-content: flex-start;
  }
}
/*  slider testimonials  */
.slider--testimonials .swiper-slide {
  height: auto;
}
.slider--testimonials .swiper-slide .testimonial {
  height: 100%;
}
@media (min-width: 767.02px) {
  .slider--testimonials .swiper {
    height: unset !important;
  }
}
@media (min-width: 767.02px) {
  .slider--testimonials .swiper-wrapper {
    height: 100% !important;
    align-items: stretch;
    transition-property: transform;
  }
}
.slider-gallery {
  overflow: visible;
  position: relative;
  z-index: 10;
  margin-top: 2rem;
}
.slider-gallery .overflow-hidden {
  overflow: hidden;
}
.slider-gallery .slide {
  padding: 0 1rem;
}
.slider-gallery .slide img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.slider-gallery .slide img:hover {
  transform: scale(1.03);
}
.slider-gallery.is-disabled .slick-track {
  transform: none!important;
}
/* ------------------------------------------------------------ *\
    Spacing
\* ------------------------------------------------------------ */
.p-0 {
  padding: 0;
}
/* ------------------------------------------------------------ *\
    Tab
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
    Table
\* ------------------------------------------------------------ */
.table:not(:last-child) {
  margin-bottom: 3rem;
}
.table > :not(caption) > * > *, .table > :not(.table__foot) > * > * {
  padding: unset;
  background-color: unset;
  border-bottom-width: unset;
  box-shadow: unset;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table .table__col {
}
@media (max-width: 1023px) {
  .table .table__col {
    width: 100% !important;
  }
}
.table tr {
  border: none;
}
@media (max-width: 1023px) {
  .table tr {
    display: block;
  }
}
.table tr:not(:last-child) {
  margin-bottom: 0.5rem;
}
.table th,
.table td {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #273B63;
  padding: 0rem 2rem 0 2.3rem;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: 0.05em;
  background-color: #fff;
}
@media (max-width: 1699px) {
  .table th,
  .table td {
    font-size: 2.1rem;
  }
}
@media (max-width: 1399px) {
  .table th,
  .table td {
    font-size: 1.8rem;
  }
}
@media (max-width: 1199px) {
  .table th,
  .table td {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .table th,
  .table td {
    font-size: 1.6rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1023.02px) {
  .table th:first-child,
  .table td:first-child {
    text-align: left;
  }
}
.table th {
  font-family: "Playfair Display", serif;
  border: 1px solid #F0F0F0;
  height: 6.5rem;
  border-left: none;
  border-bottom-width: 1px;
  border-color: #F0F0F0;
  border-width: 1px;
  letter-spacing: 0.04em;
}
@media (max-width: 1699px) {
  .table th {
    height: 5.6rem;
  }
}
@media (max-width: 1399px) {
  .table th {
    height: 4.6rem;
  }
}
@media (max-width: 1199px) {
  .table th {
    height: 4rem;
  }
}
@media (max-width: 1023px) {
  .table th {
    height: 3.6rem;
  }
}
.table td {
  border: 1px solid #F0F0F0;
  height: 6.2rem;
  border-left: none;
  border-bottom: none;
  border-bottom-width: 1px;
  border-color: #F0F0F0;
  border-width: 1px;
  font-family: "Lato", sans-serif;
  padding-top: 0.1rem;
}
.table td:before {
  content: attr(data-label);
  margin-right: 0.5rem;
  flex: 0 0 50%;
  text-align: left;
  font-family: serif;
  font-size: 1.8rem;
  display: none;
}
@media (max-width: 1699px) {
  .table td {
    height: 5.6rem;
  }
}
@media (max-width: 1399px) {
  .table td {
    height: 4.6rem;
  }
}
@media (max-width: 1199px) {
  .table td {
    height: 4rem;
    padding-top: 0.2rem;
  }
}
@media (max-width: 1023px) {
  .table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 1px solid #F0F0F0;
    text-align: right;
    padding: 0.3rem 2rem 0.3rem;
    height: 5rem;
  }
  .table td:before {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .table td {
    padding: 0.3rem 1rem;
  }
}
.table thead th:first-child {
  border-left: 1px solid #F0F0F0;
}
@media (max-width: 1023px) {
  .table thead {
    display: none;
  }
}
@media (min-width: 1023.02px) {
  .table tbody tr:first-child td {
    border-top: none;
  }
}
@media (min-width: 1023.02px) {
  .table tbody tr td:first-child {
    border-left: 1px solid #F0F0F0;
  }
}
@media (min-width: 1023.02px) {
  .table tbody tr:last-child td {
    border-bottom: 1px solid #F0F0F0;
  }
}
@media (max-width: 1023px) {
  .table tbody tr td:last-child {
    border-bottom: 1px solid #F0F0F0;
  }
}
/* ------------------------------------------------------------ *\
    Tabs
\* ------------------------------------------------------------ */
.tabs:not(:last-child) {
  margin-bottom: 10rem;
}
@media (max-width: 1699px) {
  .tabs:not(:last-child) {
    margin-bottom: 8rem;
  }
}
@media (max-width: 1399px) {
  .tabs:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media (max-width: 1199px) {
  .tabs:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media (max-width: 1023px) {
  .tabs:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.tabs .tabs__nav:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (max-width: 1399px) {
  .tabs .tabs__nav:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 1199px) {
  .tabs .tabs__nav:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.tabs .tabs__nav ul {
  list-style-type: none;
  margin: -0.5rem -2.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1699px) {
  .tabs .tabs__nav ul {
    margin: -0.5rem -1.8rem;
  }
}
@media (max-width: 1399px) {
  .tabs .tabs__nav ul {
    margin: -0.5rem -1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__nav ul {
    margin: -0.5rem -1rem;
  }
}
.tabs .tabs__nav li {
  padding: 0.5rem 2.4rem;
}
@media (max-width: 1699px) {
  .tabs .tabs__nav li {
    padding: 0.5rem 1.8rem;
  }
}
@media (max-width: 1399px) {
  .tabs .tabs__nav li {
    padding: 0.5rem 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__nav li {
    padding: 0.5rem 1rem;
  }
}
.tabs .tabs__nav a {
  padding: 2.1rem 3.1rem 1.9rem;
}
@media (max-width: 1399px) {
  .tabs .tabs__nav a {
    padding: 1.7rem 2rem 1.6rem;
  }
}
@media (max-width: 1199px) {
  .tabs .tabs__nav a {
    padding: 1.5rem 1.5rem 1.4rem;
  }
}
@media (max-width: 1023px) {
  .tabs .tabs__nav a {
    padding: 1.2rem 1.2rem 1.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__nav a {
    padding: 1rem 1rem 0.9rem;
  }
}
@media (hover: hover) {
  .tabs .tabs__nav a:first-child:hover, .tabs .tabs__nav a:hover {
    color: #273B63;
    background-color: #C5E6EA;
    border-color: #C5E6EA;
  }
}
.tabs .tabs__nav a:active, .tabs .tabs__nav a:first-child:active {
  color: #273B63;
  background-color: #C5E6EA;
  border-color: #C5E6EA;
}
.tabs .tabs__nav li.is-active a {
  color: #273B63;
  background-color: #C5E6EA;
  border-color: #C5E6EA;
}
.tabs .tabs__head:not(:last-child) {
  margin-bottom: 3.1rem;
}
@media (max-width: 1399px) {
  .tabs .tabs__head:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 1199px) {
  .tabs .tabs__head:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.tabs .tabs__head .tabs__head-foot {
  text-align: center;
  color: #273B63;
}
.tabs .tabs__head .tabs__head-foot p {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  letter-spacing: 0.01em;
}
.tabs .tabs__head .tabs__head-foot p img {
  margin-right: 0.3rem;
  max-width: 3rem;
  padding-top: 0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__head .tabs__head-foot p img {
    padding-top: 0.7rem;
  }
}
.tabs .tabs__body:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 1199px) {
  .tabs .tabs__body {
    margin-bottom: 2rem;
  }
}
.tabs .tab {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal;
  opacity: 0;
  transition: opacity 0.4s;
}
.tabs .tab.is-active {
  position: relative;
  overflow: visible;
  width: unset;
  height: unset;
  margin: unset;
  clip: unset;
  word-wrap: unset;
  opacity: 1;
}
.tabs .tabs__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__foot {
    display: block;
    text-align: center;
  }
}
.tabs .tabs__foot .tabs__foot-entry {
  flex: 1;
  padding-right: 3rem;
  color: #9B9B9B;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__foot .tabs__foot-entry {
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.tabs .tabs__foot .tabs__foot-entry p:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (max-width: 1199px) {
  .tabs .tabs__foot .tabs__foot-entry p:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.tabs .tabs__foot .tabs__foot-entry p span {
  color: #273B63;
}
.tabs .tabs__foot .tabs__actions {
  padding-top: 0.7rem;
}
/* ------------------------------------------------------------ *\
    Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  display: flex;
  flex-direction: column;
  padding: 3.2rem;
  border: 1px solid #F0F0F0;
  border-bottom: 3px solid #C5E6EA;
  background-color: white;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .testimonial {
    padding: 3rem;
  }
}
@media (max-width: 1023px) {
  .testimonial {
    padding: 2rem;
  }
}
.testimonial .testimonial__image {
  margin-bottom: 3.2rem;
}
@media (max-width: 1399px) {
  .testimonial .testimonial__image {
    margin-bottom: 2.4rem;
  }
}
.testimonial .testimonial__entry:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 1399px) {
  .testimonial .testimonial__entry:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.testimonial blockquote {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  -webkit-box-orient: vertical;
  margin-bottom: 0rem;

  p {
    margin-bottom: 0;
  }
}
@media (max-width: 1399px) {
  .testimonial blockquote {
    -webkit-line-clamp: 8;
    line-clamp: 8;
  }
}
@media (max-width: 575px) {
  .testimonial blockquote {
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
}
.testimonial .testimonial__show-trigger {
  color: #273B63;
  display: block;
}
.testimonial.no-trigger-needed .testimonial__show-trigger {
  display: none;
}
.testimonial.is-open blockquote {
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.testimonial.is-open .testimonial__show-trigger {
  display: none;
}
.testimonial .feature-profile {
  margin-top: auto;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-top: var(--header-height);
}
/* ------------------------------------------------------------ *\
  Recaptcha fix
\* ------------------------------------------------------------ */
@media (max-width: 375px) {
  .form .g-recaptcha {
  }

  .form .g-recaptcha iframe {
    transform-origin: 0 0;
    transform: scale(.92);
  }
}
/* ------------------------------------------------------------ *\
  Section studio
\* ------------------------------------------------------------ */
.section--studio .section__head:not(:last-child) {
    margin-bottom: 3rem;
}
.section--studio .section__media {
    margin-bottom: 1.5rem;
}
.section--studio ul,
.section--studio ol {
    padding-left: 2rem;
}
.section--studio a {
    text-decoration: underline;
    transition: opacity .3s;
}
.section--studio a:hover {
    text-decoration: none;
    opacity: .7;
}
