/* Custom Reset */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Rozha+One");
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, fieldset, form, label,
article, aside, figure, figcaption, footer, header,
menu, nav section {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
  line-height: 0;
}

/* BREAKPOINTS */
/* TEXTS */
body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #071D49;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h5, h6, .h6 {
  font-weight: 300;
}

h1, .h1 {
  font-size: 50px;
  line-height: 66px;
}
@media only screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 70px;
    line-height: 90px;
  }
}

h2, .h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
  color: #071D49;
}
@media only screen and (min-width: 1024px) {
  h2, .h2 {
    font-size: 50px;
    line-height: 69px;
  }
}

h3, .h3 {
  font-size: 32px;
  font-weight: 300;
  line-height: 43px;
}

h4, .h4 {
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
}

h5, .h5 {
  font-size: 15px;
  font-weight: 800;
  line-height: 20px;
  color: #6685CC;
  text-transform: uppercase;
}

h6, .h6 {
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  h6, .h6 {
    font-size: 20px;
  }
}

p {
  padding-bottom: 15px;
}
p:last-child {
  padding-bottom: 0;
}
p:empty {
  padding-bottom: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.frm_forms.with_frm_style .frm_message {
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: none;
  margin-top: 220px;
}
.frm_forms.with_frm_style .frm_message p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.frm_forms.with_frm_style .frm_form_fields .frm_form_field .frm_primary_label {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .32px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 6px;
}
.frm_forms.with_frm_style .frm_form_fields .frm_form_field input,
.frm_forms.with_frm_style .frm_form_fields .frm_form_field textarea {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  border: 2px solid #3A5DAE;
  border-radius: 0;
  background: transparent;
  padding: 13px 20px;
}
.frm_forms.with_frm_style .frm_form_fields .frm_form_field input:focus,
.frm_forms.with_frm_style .frm_form_fields .frm_form_field textarea:focus {
  background: transparent !important;
  outline: none !important;
  border: 2px solid #3A5DAE !important;
  box-shadow: none !important;
  color: #fff !important;
}
.frm_forms.with_frm_style .frm_form_fields .frm_form_field textarea {
  resize: none;
  height: 177px;
}
.frm_forms.with_frm_style .frm_form_fields .frm_form_field.vertical_radio .frm_checkbox label {
  font-size: 16px;
  color: #fff;
  padding-left: 30px;
  text-indent: -30px;
}
.frm_forms.with_frm_style .frm_form_fields .frm_form_field.vertical_radio .frm_checkbox input[type='checkbox'] {
  padding: 0;
  margin-right: 15px;
}
.frm_forms.with_frm_style .frm_form_fields .frm_form_field.vertical_radio .frm_checkbox input[type='checkbox']:before {
  width: 10px;
  height: 10px;
  box-shadow: inset 10px 10px #fff;
}
.frm_forms.with_frm_style .frm_form_fields .frm_form_field .frm_submit .frm_button_submit {
  display: flex;
  align-items: center;
  gap: 69px;
  background: #E8ECF6;
  box-shadow: none;
  border: 0;
  border-bottom: 6px solid #6685CC;
  border-radius: 0;
  outline: none;
  padding: 14px 27px 11px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .32px;
  color: #071D49;
  text-transform: uppercase;
}
.frm_forms.with_frm_style .frm_form_fields .frm_form_field .frm_submit .frm_button_submit.svg-link .svg-box:before {
  top: 14px;
  background: #071D49;
  transition: background .3s ease;
  height: 2px;
}
.frm_forms.with_frm_style .frm_form_fields .frm_form_field .frm_submit .frm_button_submit.svg-link svg {
  transform: rotate(0);
  transition: transform .3s ease;
}
.frm_forms.with_frm_style .frm_form_fields .frm_form_field .frm_submit .frm_button_submit.svg-link svg path {
  transition: stroke .3s ease;
}
@media only screen and (min-width: 1024px) {
  .frm_forms.with_frm_style .frm_form_fields .frm_form_field .frm_submit .frm_button_submit:hover {
    color: #3A5DAE;
  }
  .frm_forms.with_frm_style .frm_form_fields .frm_form_field .frm_submit .frm_button_submit:hover.svg-link .svg-box:before {
    background: #3A5DAE;
  }
  .frm_forms.with_frm_style .frm_form_fields .frm_form_field .frm_submit .frm_button_submit:hover.svg-link .svg-box svg {
    transform: rotate(0) translateX(15%);
  }
  .frm_forms.with_frm_style .frm_form_fields .frm_form_field .frm_submit .frm_button_submit:hover.svg-link .svg-box svg path {
    stroke: #3A5DAE;
  }
}
.frm_forms.with_frm_style .frm_form_fields :invalid {
  border: none !important;
  border-bottom: 1px solid #3A5DAE !important;
  background: transparent !important;
  color: #fff !important;
}

/*
* General styles
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ease, .btn a {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 20px;
    line-height: 30px;
  }
}
body.logged-in {
  padding-top: 46px;
}
@media screen and (min-width: 783px) {
  body.logged-in {
    padding-top: 32px;
  }
}
@media screen and (max-width: 600px) {
  body.logged-in #header {
    padding-top: 46px;
  }
}
@media screen and (max-width: 600px) {
  body.logged-in #nav-trigger {
    top: 99px;
  }
}
@media screen and (min-width: 783px) {
  body.logged-in #nav-trigger {
    top: 97px;
  }
}
body.logged-in #nav-trigger.active {
  top: 97px;
}
@media screen and (min-width: 768px) {
  body.logged-in #nav-trigger.active {
    top: 143px;
  }
}
@media screen and (min-width: 783px) {
  body.logged-in #nav-trigger.active {
    top: 129px;
  }
}

main {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 25px;
}

.wrapper {
  margin: 0 auto;
  max-width: 1366px;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}

.btn {
  display: inline-block;
  min-width: 100px;
  text-align: center;
}
.btn a {
  display: block;
}
.btn.btn-primary {
  background-color: #0070CD;
}
.btn.btn-primary a {
  color: #fff;
}

.link {
  font-size: 14px;
  font-weight: 800;
  line-height: 19px;
  color: #3A5DAE;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: 0.3s all ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .link:hover {
    color: #071D49;
  }
}

.box-link {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: .85px;
  color: #6685CC;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  padding: 10px 46px;
  background-color: #071D49;
}
@media only screen and (min-width: 1024px) {
  .box-link {
    padding: 21px 100px;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 1.05px;
  }
}

.svg-link {
  display: block;
  width: fit-content;
}
.svg-link span {
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  margin-top: 32px;
  margin-bottom: 10px;
  color: #3A5DAE;
  text-transform: uppercase;
}
.svg-link .svg-box {
  position: relative;
  width: fit-content;
  max-height: 28px;
}
.svg-link .svg-box:before {
  position: absolute;
  content: '';
  top: 16px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #3A5DAE;
  transform: translateY(-50%);
  z-index: 2;
}
.svg-link svg {
  transform: rotate(180deg);
  transition: 0.2s all ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .svg-link:hover svg {
    transform: rotate(180deg) translateX(-15%);
  }
}

.ui-selectmenu-button {
  display: block;
  width: 100%;
  padding: 13px 40px 13px 20px;
  border: 2px solid #3A5DAE;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .ui-selectmenu-button:hover {
    cursor: pointer;
  }
}
.ui-selectmenu-button[aria-expanded="true"] .ui-selectmenu-icon {
  transform: translateY(calc(-50% - -4px)) rotate(-225deg);
}
.ui-selectmenu-button .ui-selectmenu-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(calc(-50% - 2px)) rotate(-45deg);
  display: block;
  width: 11px;
  height: 11px;
  border: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: transform .3s ease;
}

.ui-selectmenu-menu {
  display: none;
  max-width: 250px;
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu .ui-menu {
  padding-left: 0;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item {
  background: #fff;
  padding: 10px 20px;
  font-size: 16px;
  transition: background .3s ease;
}
@media only screen and (min-width: 1024px) {
  .ui-selectmenu-menu .ui-menu .ui-menu-item:hover {
    background: #E8ECF6;
    cursor: pointer;
  }
}

.hero-with-parallax__link-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-with-parallax__link-wrapper {
  position: relative;
}
.hero-with-parallax__link {
  display: block;
  padding: 11px 15px;
  border: 2px solid #6685CC;
  transition: color .3s ease, background .3s ease;
  font-weight: 800;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: .8px;
  color: #3A5DAE;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .hero-with-parallax__link {
    padding: 23px 55px;
    font-size: 21px;
    line-height: 25px;
  }
}
.hero-with-parallax__pattern {
  position: absolute;
  top: 0;
  height: 48px;
  background-image: url(../images/circle-pattern.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  border-top: 2px solid #6685CC;
  border-bottom: 2px solid #6685CC;
}
@media only screen and (min-width: 1024px) {
  .hero-with-parallax__pattern {
    height: 75px;
  }
}
.hero-with-parallax__pattern_left {
  right: 100%;
  background-position-x: right;
}
.hero-with-parallax__pattern_right {
  left: 100%;
}

.header {
  padding: 13px 0;
  position: relative;
  z-index: 999;
  background: #071D49;
}
.header .container {
  max-width: 1200px;
  padding: 0 25px;
  position: relative;
}
@media only screen and (min-width: 1366px) {
  .header .container {
    max-width: 100%;
  }
}
.header.sticky {
  position: sticky;
  top: 0;
  border-bottom: 1px solid rgba(232, 236, 246, 0.55);
}
.header.sticky .container {
  max-width: 1440px;
}
.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
@media only screen and (min-width: 1024px) {
  .header__row {
    gap: 0;
  }
}
.header__menu {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__menu {
    display: block;
  }
}
@media only screen and (min-width: 680px) {
  .header .logo {
    display: block;
  }
}
.header .logo-mobile {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .header__main-menu {
    display: flex;
    gap: 70px;
  }
}
.header__main-menu .menu-item {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .header__main-menu .menu-item {
    padding-bottom: 0;
  }
}
.header__main-menu .menu-item:last-child {
  padding-bottom: 0;
}
.header__main-menu .menu-item a {
  font-weight: 100;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: .3px;
  color: #fff;
  transition: color .3s ease;
  position: relative;
}
.header__main-menu .menu-item a:before {
  position: absolute;
  content: '';
  width: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .header__main-menu .menu-item a {
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
  }
  .header__main-menu .menu-item a:hover:before {
    width: 100%;
  }
}
.header .nav-trigger {
  display: block;
  width: 40px;
  height: 24px;
}
.header .nav-trigger .trigger-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.header .nav-trigger .line {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all .3s ease;
}
@media only screen and (min-width: 1024px) {
  .header .nav-trigger {
    display: none;
  }
}
.header__menu-wrapper {
  background: #071D49;
  border-left: 15px solid #3A5DAE;
  padding: 120px 30px;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  display: block;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  overflow: auto;
  transition: transform .3s ease;
}
.header__menu-wrapper.active {
  transform: translateX(0);
}
@media only screen and (min-width: 1024px) {
  .header__menu-wrapper {
    display: none;
  }
}
.header__cross {
  display: block;
  width: 22px;
  height: 22px;
  margin: 15px 0 20px auto;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: transform .3s ease;
}
.header__cross:before, .header__cross:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all .3s ease;
}
.header__cross:before {
  transform: rotate(45deg);
}
.header__cross:after {
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .header__cross {
    width: 29px;
    height: 29px;
  }
  .header__cross:hover {
    cursor: pointer;
  }
}

.header.header-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 998;
  border-bottom: 1px solid rgba(232, 236, 246, 0.55);
}
.header.header-fixed .container {
  max-width: 1440px;
}

.header.header-home {
  padding: 0 0 14px;
  position: relative;
  top: -4px;
  z-index: 1001;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header.header-home {
    display: block;
  }
}
.header.header-home .header__row {
  flex-direction: column;
  gap: 50px;
}
.header.header-home .header__main-menu {
  margin: 0;
}

.footer {
  padding: 156px 0 24px;
  background: #071D49;
  position: relative;
  overflow: hidden;
}
.footer__pattern {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.footer .container {
  max-width: 1366px;
}
.footer__logo {
  max-width: 80px;
  margin: 0 auto 45px;
}
.footer__address {
  margin: 0 0 12px;
}
.footer__address .address {
  width: fit-content;
  margin: 0 auto;
}
.footer__address .address a {
  font-size: 14px;
  line-height: 25.5px;
  letter-spacing: .7px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  transition: color .3s ease-in-out;
  font-weight: 800;
}
@media only screen and (min-width: 1024px) {
  .footer__address .address a {
    display: flex;
    align-items: center;
    column-gap: 7px;
    width: 100%;
  }
  .footer__address .address a:hover {
    color: #6685CC;
  }
}
.footer__address .address .address-line1, .footer__address .address .address-line2 {
  padding-bottom: 0;
}
.footer__phone {
  margin: 0 0 12px;
}
.footer__phone .phone {
  text-align: center;
}
.footer__phone .phone a {
  font-size: 14px;
  line-height: 25.5px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .7px;
  transition: color .3s ease-in-out;
  font-weight: 800;
}
@media only screen and (min-width: 1024px) {
  .footer__phone .phone a:hover {
    color: #6685CC;
  }
}
.footer__socials {
  margin: 0 0 40px;
}
.footer__socials .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer__socials a i:before {
  color: #fff;
  transition: 0.3s all ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .footer__socials a:hover i:before {
    color: #6685CC;
  }
}
.footer__socials i {
  font-family: "Font Awesome 5 Brands";
  font-size: 18px;
}
.footer__explore-link-box {
  text-align: center;
  margin: 0 0 90px;
}
.footer__explore-link {
  font-size: 14px;
  line-height: 25.5px;
  color: #6685CC;
  text-transform: uppercase;
  letter-spacing: .7px;
  font-weight: 800;
  transition: color .3s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .footer__explore-link {
    color: #fff;
  }
  .footer__explore-link:hover {
    color: #6685CC;
  }
}
.footer__bottom-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 16px 20px;
}
@media only screen and (min-width: 1024px) {
  .footer__bottom-wrapper {
    justify-content: space-between;
  }
}
.footer__saul-center-logo {
  width: 100%;
  margin: 0 0 30px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .footer__saul-center-logo {
    width: fit-content;
    margin: 0 0 0 -125px;
    order: 2;
  }
}
.footer__saul-center-logo svg {
  max-width: 195px;
}
.footer__ada-logo svg {
  display: block;
}
.footer__copyright-box {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .footer__copyright-box {
    align-items: flex-end;
  }
}
.footer__copyright {
  font-size: 14px;
  color: #fff;
  line-height: 21px;
}
.footer__privacy-box {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .footer__privacy-box {
    align-items: flex-end;
    order: 3;
  }
}
.footer__privacy-link {
  font-size: 14px;
  color: #fff;
  line-height: 21px;
  transition: color .3s ease-in-out;
}
.footer__privacy-link:hover {
  color: #6685CC;
}

.bottom-pattern {
  padding: 38px 0 28px;
  background-color: #1C3775;
  white-space: nowrap;
  overflow: hidden;
}
.bottom-pattern .scroll-wrap {
  white-space: nowrap;
  animation: scroll 30s linear infinite;
}
.bottom-pattern .scroll-wrap svg {
  padding-right: 35px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-110%);
  }
}
/* ---------------------------------------
/*
/*--------------------------------------- */
.news-tab {
  position: fixed;
  top: 50%;
  transform: translate(-350px, -50%);
  left: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 2px solid #C29560;
  border-top: 2px solid #C29560;
  transition: all 0.9s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.news-tab--active {
  transform: translate(0, -50%);
}
.news-tab--active .news-tab__label {
  cursor: default;
}
.news-tab__wrapper {
  display: flex;
  align-items: center;
}
.news-tab__body {
  position: relative;
  min-height: 100px;
  width: 350px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-tab__close {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.news-tab__close:before, .news-tab__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: black;
  transform-origin: center;
}
.news-tab__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.news-tab__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.news-tab__content {
  padding: 30px 30px 30px 50px;
}
.news-tab__label {
  background-color: #C29560;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}
.news-tab__label p {
  transform: rotate(90deg);
  position: relative;
}
.news-tab__label p:before, .news-tab__label p:after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #071D49;
  position: absolute;
}
.news-tab__label p:before {
  left: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.news-tab__label p:after {
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.home {
  position: relative;
}
.home__featured-image {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.home__featured-image img {
  object-position: bottom;
  height: 430px;
}
@media only screen and (min-width: 1024px) {
  .home__featured-image img {
    height: 660px;
    object-position: bottom;
  }
}
@media only screen and (min-width: 1680px) {
  .home__featured-image img {
    height: 830px;
    object-position: bottom;
  }
}
.home__background {
  background-color: #fff;
  overflow: hidden;
}

.intro {
  background-color: #1C3775;
  color: #fff;
  text-align: center;
  margin-top: 400px;
  position: relative;
  padding: 75px 0 94px 0;
}
@media only screen and (min-width: 1024px) {
  .intro {
    margin-top: 765px;
  }
}
.intro .container {
  max-width: 690px;
  position: relative;
  z-index: 1;
}
.intro__top-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.intro__top-img svg {
  display: block;
}
.intro__title {
  color: #fff;
  margin-bottom: 10px;
}
.intro__subtitle {
  color: #6685CC;
  margin-top: 45px;
  margin-bottom: 15px;
}
.intro__text {
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
}
.intro__decor-img {
  width: 66px;
  margin: 0 auto;
}
.intro__bottom-decor {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 36px;
  width: 100%;
  background: url(../images/intro-btm-dec.svg) 50% bottom/cover no-repeat;
}
@media only screen and (min-width: 1024px) {
  .intro__bottom-decor {
    background: url(../images/intro-btm-dec.svg) 50% 102%/contain no-repeat;
    height: 100%;
  }
}

.event-page .event {
  display: flex;
  position: relative;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .event-page .event {
    flex-direction: row;
  }
}
.event-page .event__back {
  transform: rotate(180deg);
  position: absolute;
  top: 46px;
  left: 30px;
}
.event-page .event__back:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .event-page .event__back {
    left: 30px;
  }
}
@media only screen and (min-width: 940px) {
  .event-page .event__back {
    left: 60px;
  }
}
.event-page .event__info {
  padding: 100px 30px 50px;
}
@media only screen and (min-width: 940px) {
  .event-page .event__info {
    padding: 100px 60px;
  }
}
@media only screen and (min-width: 1260px) {
  .event-page .event__info {
    padding: 118px 110px 50px 138px;
  }
}
.event-page .event__image {
  background-color: #E8ECF6;
  flex: 41% 0 0;
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .event-page .event__image {
    padding-top: 122px;
    padding-bottom: 226px;
  }
}
.event-page .event__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px 0 0 0;
}
.event-page .event__date {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.66667;
  color: #3A5DAE;
  font-weight: 800;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .event-page .event__date {
    margin-bottom: 53px;
  }
}
.event-page .event__title {
  font-size: 30px;
  line-height: 1.33333;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .event-page .event__title {
    margin-bottom: 48px;
  }
}
.event-page .event__meta {
  display: flex;
  margin-bottom: 26px;
  gap: 80px;
}
.event-page .event__meta--item {
  display: flex;
  flex-direction: column;
}
.event-page .event__time, .event-page .event__location {
  font-size: 16px;
}
.event-page .event__time--label, .event-page .event__location--label {
  color: #3A5DAE;
  font-weight: 800;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.event-page .event__time--value, .event-page .event__location--value {
  color: #071D49;
  font-weight: 300;
  line-height: 1.625;
}
.event-page .event__time {
  min-width: 125px;
}
.event-page .event__content {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .event-page .event__content {
    margin-bottom: 57px;
  }
}
.event-page .event__content b {
  font-weight: 700;
}
.event-page .event__content ul {
  list-style: initial;
}
.event-page .event__content ul li {
  list-style-position: inside;
}
.event-page .event__rsvp {
  align-self: start;
  border-bottom: 2px solid #3A5DAE;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  color: #3A5DAE;
  letter-spacing: 0.02em;
}
.event-page .event__rsvp:hover {
  color: #071D49;
  border-color: #071D49;
}
.event-page .event__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-page .event__details-link {
  margin-bottom: 30px;
  padding: 30px;
}
.event-page .event__details-link:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 940px) {
  .event-page .event__details-link {
    padding: 40px 56px;
  }
}
.event-page .event .event-link {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  color: #3A5DAE;
  letter-spacing: 0.02em;
}

.content-res {
  background-color: #3A5DAE;
  padding: 74px 0 105px;
}
.content-res .container {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media only screen and (min-width: 768px) {
  .content-res .container {
    flex-direction: row;
    gap: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-res .container {
    flex-direction: row;
    gap: 95px;
  }
}
.content-res__img-box {
  max-height: 100%;
  max-width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .content-res__img-box {
    max-height: 389px;
    max-width: 555px;
  }
}
.content-res__img-box:before {
  position: absolute;
  width: 100%;
  content: '';
  height: 20px;
  background-color: #071D49;
  bottom: 0;
  left: 0;
}
.content-res__img-box img {
  height: 100%;
  border-top-right-radius: 50px;
  object-position: bottom;
}
.content-res__title {
  margin-bottom: 13px;
}
.content-res__text-box {
  font-size: 16px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .content-res__text-box {
    padding-top: 84px;
  }
}
.content-res__content {
  max-width: 330px;
  font-size: 16px;
  line-height: 24px;
}
.content-res__link span {
  color: #fff;
}
.content-res__link .svg-box:before {
  background-color: #071D49;
}

.slider-hours {
  background: #fff;
  position: relative;
  padding-top: 60px;
  padding-bottom: 55px;
}
@media only screen and (min-width: 1024px) {
  .slider-hours {
    padding-bottom: 110px;
    padding-top: 100px;
  }
}
.slider-hours:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-color: #071D49;
  height: 320px;
  width: 100%;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .slider-hours:before {
    height: 390px;
  }
}
.slider-hours .container {
  max-width: 1100px;
  position: relative;
  z-index: 1;
}
.slider-hours__slider-image {
  margin: 0 auto 44px;
  width: fit-content;
}
.slider-hours__title {
  letter-spacing: .75px;
  text-align: center;
  font-size: 15px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 1024px) {
  .slider-hours__title {
    letter-spacing: .9px;
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.slider-hours__slider-box {
  margin: 0 -25px 55px;
  width: calc(100% + 50px);
}
@media only screen and (min-width: 1024px) {
  .slider-hours__slider-box {
    margin: 0 0 56px;
    width: 100%;
  }
}
.slider-hours .slick-track {
  display: flex;
  align-items: stretch;
}
.slider-hours .slick-slide {
  height: inherit;
}
.slider-hours__gallery-item {
  height: inherit;
}
.slider-hours__gallery-item img {
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .slider-hours__gallery-item img {
    max-height: 530px;
  }
}
.slider-hours__slider-nav {
  display: flex;
  align-items: stretch;
  justify-content: end;
  height: 60px;
  background: url(../images/slider-pattern.svg) calc(100% - 203px) top/cover repeat-x;
  background-color: #071D49;
}
@media only screen and (min-width: 1024px) {
  .slider-hours__slider-nav {
    background: url(../images/slider-pattern.svg) calc(100% - 203px) top/contain repeat-x;
    background-color: #071D49;
  }
}
.slider-hours__slider-pattern {
  width: 100%;
  position: relative;
}
.slider-hours__slider-arrows {
  display: flex;
  width: fit-content;
  justify-content: end;
  align-items: stretch;
}
.slider-hours__slider-arrows .slick-arrow {
  background-color: #071D49;
  border: 2px solid #C29560;
  border-right-width: 1px;
  display: flex;
  align-items: center;
  width: 102px;
  height: 100%;
  justify-content: center;
  transition: 0.3s all ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .slider-hours__slider-arrows .slick-arrow:hover {
    background-color: #3A5DAE;
  }
}
.slider-hours__slider-arrows .slick-next {
  transform: rotate(180deg);
}
.slider-hours__slider-arrows .slick-prev {
  transform: rotate(360deg);
}
.slider-hours__slider-logo {
  position: absolute;
  top: 0;
  left: 0;
}
.slider-hours__content-box {
  position: relative;
  padding: 90px 0 0;
}
@media only screen and (min-width: 1024px) {
  .slider-hours__content-box {
    max-width: 908px;
    margin-left: 95px;
    padding: 0 110px 0 180px;
  }
}
.slider-hours__hour-text {
  font-size: 16px;
  line-height: 25px;
  padding: 0;
}
.slider-hours__hour-title, .slider-hours__links-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
  color: #071D49;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.slider-hours__box-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 32px;
}
@media only screen and (min-width: 1024px) {
  .slider-hours__box-wrap {
    margin-top: 62px;
    gap: 77px;
  }
}
.slider-hours__hours {
  display: flex;
  gap: 25px;
}
.slider-hours__item {
  display: flex;
}
.slider-hours__link-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-transform: uppercase;
}

.hero-pattern {
  position: relative;
  padding-top: 380px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .hero-pattern {
    padding-top: 600px;
  }
}
@media only screen and (min-width: 1440px) {
  .hero-pattern {
    padding-top: 700px;
  }
}
.hero-pattern__img-box {
  position: fixed;
  z-index: -1;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  height: 390px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .hero-pattern__img-box {
    top: 82px;
    height: 600px;
  }
}
@media only screen and (min-width: 1440px) {
  .hero-pattern__img-box {
    height: 700px;
  }
}
.hero-pattern__img-box-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .hero-pattern__img-box-desktop {
    display: block;
  }
}
.hero-pattern__img-box-mobile {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .hero-pattern__img-box-mobile {
    display: none;
  }
}
.hero-pattern__img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-pattern__text-box {
  position: relative;
  padding: 60px 0 46px;
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  .hero-pattern__text-box {
    padding: 60px 0 80px;
  }
}
.hero-pattern__pattern {
  position: absolute;
  z-index: 0;
  top: -85px;
  left: 0;
  width: 100%;
  height: 85px;
  background: url(../images/residences_shopping_line_darker.png) center center/cover no-repeat;
}
@media only screen and (min-width: 1024px) {
  .hero-pattern__pattern {
    height: 102px;
    top: -85px;
  }
}
@media only screen and (min-width: 1920px) {
  .hero-pattern__pattern {
    height: 65%;
    top: -85px;
  }
}
.hero-pattern__title {
  text-align: center;
}
.hero-pattern__link-box {
  background-color: #071D49;
}
.hero-pattern__link {
  color: #6685CC;
}

.posts {
  padding-bottom: 42px;
}
@media only screen and (min-width: 1024px) {
  .posts {
    padding-bottom: 75px;
  }
}
.posts__container {
  margin-top: -320px;
  background-color: #3A5DAE;
  border-top-left-radius: 50px;
  padding: 78px 0 98px 42px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .posts__container {
    padding: 95px 0 115px 158px;
    margin-top: -80px;
  }
}
.posts__container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 125px;
  height: 100%;
  background-color: #3A5DAE;
}
.posts__title {
  margin-bottom: 30px;
  color: #fff;
}
.posts__wrap {
  display: flex;
  align-items: stretch;
}
.posts .slick-slide {
  margin-right: 12px;
  display: flex !important;
  align-items: stretch;
  flex-direction: column;
  height: auto;
}
.posts .slick-list {
  padding-right: 15px;
  margin-right: -25px;
}
@media only screen and (min-width: 680px) {
  .posts .slick-list {
    padding-right: 65px;
    margin-right: 0;
  }
}
.posts .slick-track {
  display: flex;
}
.posts__item {
  background-color: #fff;
  overflow: hidden;
}
.posts__item:nth-child(odd) {
  border-top-left-radius: 55px;
}
.posts__item:nth-child(even) {
  border-top-right-radius: 55px;
}
.posts__date {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: .36px;
  padding: 13px 40px;
  border-bottom: 1px solid #C3CEE7;
}
.posts__text-box {
  padding: 0 40px;
}
.posts__post-title {
  margin-top: 14px;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 14px;
  color: #071D49;
  text-transform: none;
}
.posts__content {
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  margin-bottom: 25px;
}
.posts__link {
  margin-top: auto;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
  color: #3A5DAE;
  padding: 0 40px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.posts__link:hover {
  color: #071D49;
}
.posts__arrow-wrap {
  display: flex;
  gap: 18px;
  position: absolute;
  bottom: 45px;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .posts__arrow-wrap {
    bottom: 65px;
  }
}
.posts__arrow-wrap .slick-arrow {
  position: relative;
}
.posts__arrow-wrap .slick-arrow:before {
  position: absolute;
  content: '';
  top: 14px;
  left: 0;
  width: 100%;
  height: 2.5px;
  background-color: #fff;
  transform: translateY(-70%);
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .posts__arrow-wrap .slick-arrow:hover {
    cursor: pointer;
  }
}
.posts__arrow-wrap svg {
  transition: 0.2s all ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .posts__arrow-wrap .slick-prev:hover svg {
    transform: translateX(-20%);
  }
}
.posts__arrow-wrap .slick-next svg {
  transform: scaleX(-1);
}
@media only screen and (min-width: 1024px) {
  .posts__arrow-wrap .slick-next:hover svg {
    transform: scaleX(-1) translateX(-20%);
  }
}

.lifestyle {
  background-color: #fff;
  padding: 70px 0 210px;
  position: relative;
}
.lifestyle__decor-section {
  position: absolute;
  z-index: 0;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/circle_pattern_new.svg) 50% bottom/cover no-repeat;
  height: 105px;
}
@media only screen and (min-width: 1024px) {
  .lifestyle__decor-section {
    height: 170px;
  }
}
@media only screen and (min-width: 1920px) {
  .lifestyle__decor-section {
    background-size: contain;
    height: 100%;
  }
}
.lifestyle img {
  height: 100%;
}
.lifestyle .container {
  max-width: 1150px;
  position: relative;
  z-index: 1;
}
.lifestyle__img-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}
@media only screen and (min-width: 680px) {
  .lifestyle__img-wrap {
    flex-direction: row;
  }
}
.lifestyle__img-wrap:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 20px;
  background-color: #C3CEE7;
  z-index: 50;
}
@media only screen and (min-width: 680px) {
  .lifestyle__img-wrap:before {
    width: 85.5%;
  }
}
.lifestyle__left-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}
@media only screen and (min-width: 680px) {
  .lifestyle__left-box {
    width: calc(45% - 5px);
  }
}
.lifestyle__decor-img {
  display: none;
}
@media only screen and (min-width: 680px) {
  .lifestyle__decor-img {
    display: block;
    width: 31.5%;
  }
}
.lifestyle__small-img {
  display: none;
}
@media only screen and (min-width: 680px) {
  .lifestyle__small-img {
    width: calc(68.5% - 5px);
    display: block;
  }
}
.lifestyle__small-img img {
  border-top-left-radius: 55px;
}
.lifestyle__left-bottom-wrap {
  display: flex;
  gap: 5px;
}
.lifestyle__large-img {
  width: 100%;
}
@media only screen and (min-width: 680px) {
  .lifestyle__large-img {
    width: 55%;
  }
}
.lifestyle__large-img img {
  border-top-right-radius: 55px;
}
.lifestyle__text-box {
  position: relative;
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  .lifestyle__text-box {
    padding-left: 158px;
  }
}
.lifestyle__content {
  margin-top: 64px;
}
.lifestyle__content h2 {
  max-width: 700px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1024px) {
  .lifestyle__content h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.lifestyle__content p {
  max-width: 440px;
  margin-bottom: 40px;
}
.lifestyle__link .svg-box:before {
  transition: background .3s ease;
}
.lifestyle__link .svg-box svg path {
  transition: fill .3s ease;
}
@media only screen and (min-width: 1024px) {
  .lifestyle__link:hover span {
    color: #1C3775;
  }
  .lifestyle__link:hover .svg-box:before {
    background: #1C3775;
  }
  .lifestyle__link:hover .svg-box svg path {
    fill: #1C3775;
  }
}
.lifestyle.dark {
  background-color: #071D49;
  padding-bottom: 380px;
  padding-top: 150px;
}
@media only screen and (min-width: 1024px) {
  .lifestyle.dark {
    padding-bottom: 210px;
    padding-top: 256px;
  }
}
.lifestyle.dark:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #3A5DAE;
}
.lifestyle.dark .lifestyle__decor-section {
  position: absolute;
  width: 100%;
  top: 95px;
  bottom: unset;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  background: url(../images/milton_pattern_new.svg) 50% top/cover no-repeat;
  height: 117px;
}
@media only screen and (min-width: 1024px) {
  .lifestyle.dark .lifestyle__decor-section {
    height: 152px;
    top: 145px;
  }
}
@media only screen and (min-width: 1920px) {
  .lifestyle.dark .lifestyle__decor-section {
    background-size: contain;
  }
}
.lifestyle.dark .lifestyle__img-wrap {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 680px) {
  .lifestyle.dark .lifestyle__img-wrap {
    flex-direction: row-reverse;
  }
}
.lifestyle.dark .lifestyle__img-wrap:before {
  display: none;
}
@media only screen and (min-width: 680px) {
  .lifestyle.dark .lifestyle__img-wrap:before {
    display: block;
    right: unset;
    left: 0;
    background-color: #1C3775;
  }
}
.lifestyle.dark .lifestyle__left-bottom-wrap {
  flex-direction: row-reverse;
}
.lifestyle.dark .lifestyle__mid-img {
  display: none;
}
@media only screen and (min-width: 680px) {
  .lifestyle.dark .lifestyle__mid-img {
    display: block;
  }
}
.lifestyle.dark .lifestyle__mid-img img {
  border-top-left-radius: 55px;
}
.lifestyle.dark .lifestyle__small-img {
  display: block;
  width: calc(72.5% - 5px);
  position: relative;
}
@media only screen and (min-width: 680px) {
  .lifestyle.dark .lifestyle__small-img {
    width: calc(68.5% - 5px);
    display: block;
  }
}
.lifestyle.dark .lifestyle__small-img:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #1C3775;
}
@media only screen and (min-width: 680px) {
  .lifestyle.dark .lifestyle__small-img:before {
    display: none;
  }
}
.lifestyle.dark .lifestyle__small-img img {
  border-top-left-radius: 0;
}
.lifestyle.dark .lifestyle__decor-img {
  position: relative;
  display: block;
  width: 27.5%;
}
@media only screen and (min-width: 680px) {
  .lifestyle.dark .lifestyle__decor-img {
    display: block;
    width: 31.5%;
  }
}
.lifestyle.dark .lifestyle__decor-img:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #C29560;
}
.lifestyle.dark .lifestyle__decor-img svg {
  display: block;
  width: 100%;
  height: 100%;
}
.lifestyle.dark .lifestyle__text-box {
  padding-left: 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .lifestyle.dark .lifestyle__text-box {
    padding-left: 555px;
  }
}
@media only screen and (min-width: 1024px) {
  .lifestyle.dark .lifestyle__text-box--single {
    padding-left: 158px;
  }
}
.lifestyle.dark .lifestyle__text-box--single .lifestyle__link-box {
  position: relative;
  z-index: 3;
}
.lifestyle.dark .lifestyle__text-box--single .lifestyle__content h2 {
  max-width: 100%;
}
.lifestyle.dark .lifestyle__text-box--single .lifestyle__content p {
  max-width: 396px;
}
.lifestyle.dark .lifestyle__text-box:after {
  content: '';
  position: absolute;
  width: 100%;
  max-width: 400px;
  top: 50%;
  transform: translateY(-25%);
  left: 6%;
  background: var(--decor-logo-url) top center/contain no-repeat;
  height: 100%;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .lifestyle.dark .lifestyle__text-box:after {
    display: block;
  }
}
.lifestyle.dark .lifestyle__content {
  color: #fff;
}
.lifestyle.dark .lifestyle__content h2 {
  color: #fff;
  max-width: 500px;
}
.lifestyle.dark .lifestyle__content p {
  max-width: 410px;
}
.lifestyle.dark .lifestyle__link span {
  color: #fff;
  transition: color .3s ease;
}
.lifestyle.dark .lifestyle__link .svg-box:before {
  background-color: #fff;
}
.lifestyle.dark .lifestyle__link svg path {
  fill: #fff;
}
.lifestyle.dark .lifestyle__link .svg-box svg path {
  transition: fill .3s ease;
}
@media only screen and (min-width: 1024px) {
  .lifestyle.dark .lifestyle__link:hover span {
    color: #C3CEE7;
  }
  .lifestyle.dark .lifestyle__link:hover .svg-box:before {
    background: #C3CEE7;
  }
  .lifestyle.dark .lifestyle__link:hover .svg-box svg path {
    fill: #C3CEE7;
  }
}

.map-section {
  background-color: #fff;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .map-section {
    padding-bottom: 120px;
  }
}
.map-section__container {
  display: flex;
  flex-direction: column;
  padding: 0 25px;
  gap: 47px;
}
@media only screen and (min-width: 768px) {
  .map-section__container {
    gap: 60px;
    flex-direction: row;
    padding: 0;
    align-items: center;
  }
}
@media only screen and (min-width: 1260px) {
  .map-section__container {
    gap: 90px;
  }
}
.map-section__img-box {
  position: relative;
  display: flex;
  width: 100%;
  gap: 0;
}
@media only screen and (min-width: 768px) {
  .map-section__img-box {
    max-width: 555px;
  }
}
@media only screen and (min-width: 1680px) {
  .map-section__img-box {
    max-width: 57.5%;
    gap: 8px;
    overflow: hidden;
    max-height: 410px;
  }
}
.map-section__img-box:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 100%;
  height: 20px;
  background-color: #C3CEE7;
  z-index: 2;
}
.map-section__text-box {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .map-section__text-box {
    max-width: 455px;
    padding-right: 25px;
  }
}
.map-section__title {
  padding-bottom: 13px;
}
.map-section__content {
  max-width: 330px;
  font-size: 16px;
  line-height: 24px;
}
.map-section__left-img {
  width: 100%;
  position: relative;
  display: none;
  background-color: #6685CC;
  overflow: hidden;
}
@media only screen and (min-width: 1680px) {
  .map-section__left-img {
    display: block;
  }
}
.map-section__left-img img, .map-section__left-img svg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-position: center right;
  transform: scale(2);
}
.map-section__map-img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .map-section__map-img {
    min-width: 475px;
  }
}
@media only screen and (min-width: 1260px) {
  .map-section__map-img {
    display: block;
    min-width: 555px;
  }
}
.map-section__link .svg-box:before {
  transition: background .3s ease;
}
.map-section__link .svg-box svg path {
  transition: fill .3s ease;
}
@media only screen and (min-width: 768px) {
  .map-section__link:hover span {
    color: #1C3775;
  }
  .map-section__link:hover .svg-box:before {
    background: #1C3775;
  }
  .map-section__link:hover .svg-box svg path {
    fill: #1C3775;
  }
}

.contact-hero-section {
  padding: 82px 0 120px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .contact-hero-section {
    padding: 80px 0 100px;
  }
}
.contact-hero-section:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 68px;
  background: url(../images/contact-hero-decor.png) center center/auto 68px repeat-x;
}
.contact-hero-section .container {
  max-width: 914px;
}
@media only screen and (min-width: 1024px) {
  .contact-hero-section__row {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
}
.contact-hero-section__title-box {
  color: #1C3775;
  text-align: center;
  padding-bottom: 36px;
}
.contact-hero-section__title-box h1, .contact-hero-section__title-box .h1, .contact-hero-section__title-box h2, .contact-hero-section__title-box .h2, .contact-hero-section__title-box h3, .contact-hero-section__title-box .h3, .contact-hero-section__title-box h4, .contact-hero-section__title-box .h5, .contact-hero-section__title-box h6, .contact-hero-section__title-box .h6 {
  color: inherit;
}
@media only screen and (min-width: 1024px) {
  .contact-hero-section__title-box {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-hero-section__info {
    padding-top: 23px;
  }
}
.contact-hero-section__info .address {
  padding-bottom: 10px;
  font-weight: 800;
  letter-spacing: .8px;
  color: #3A5DAE;
  transition: color .3s ease;
}
@media only screen and (min-width: 1024px) {
  .contact-hero-section__info .address:hover {
    color: #6685CC;
  }
}
.contact-hero-section__info .address p {
  padding-bottom: 0;
}
.contact-hero-section__info .address a {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .contact-hero-section__info .address a {
    flex-direction: row;
    gap: 7px;
  }
}
.contact-hero-section__info .phone {
  color: #071D49;
  letter-spacing: .8px;
  text-align: center;
  transition: color .3s ease;
}
.contact-hero-section__info .phone a {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
@media only screen and (min-width: 1024px) {
  .contact-hero-section__info .phone {
    text-align: initial;
  }
  .contact-hero-section__info .phone:hover {
    color: #6685CC;
  }
}

.contact-section {
  padding: 50px 0 150px;
  background: #1C3775;
}
@media only screen and (min-width: 1024px) {
  .contact-section {
    padding-top: 100px;
  }
}
.contact-section .container {
  max-width: 914px;
}
@media only screen and (min-width: 1024px) {
  .contact-section__row {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
}
.contact-section__text-box {
  color: #E8ECF6;
  padding-bottom: 84px;
}
@media only screen and (min-width: 1024px) {
  .contact-section__text-box {
    flex: 0 1 320px;
  }
}
.contact-section__text-box p {
  padding-bottom: 0;
}
.contact-section__text-box a {
  display: inline-block;
  margin-top: 10px;
  position: relative;
  transition: color .3s ease;
  font-size: 14px;
  font-weight: 800;
  color: inherit;
  text-transform: uppercase;
}
.contact-section__text-box a:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E8ECF6;
  transition: background .3s ease;
}
@media only screen and (min-width: 1024px) {
  .contact-section__text-box a:hover {
    color: #6685CC;
  }
  .contact-section__text-box a:hover:after {
    background: #6685CC;
  }
}
.contact-section__dots {
  display: flex;
  justify-content: space-between;
  width: 66px;
  padding-bottom: 25px;
}
.contact-section__dot {
  display: block;
  flex: 0 0 4px;
  height: 4px;
  background: #C3CEE7;
  border-radius: 50%;
}
.contact-section__form-box {
  flex: 0 1 440px;
}

.text-image-section {
  padding: 58px 0 75px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .text-image-section {
    padding: 68px 0 100px;
  }
}
.text-image-section .container {
  max-width: 1128px;
}
@media only screen and (min-width: 768px) {
  .text-image-section__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }
}
.text-image-section__text h3 {
  margin-bottom: 13px;
}
.text-image-section__text p {
  max-width: 330px;
  font-size: 16px;
  line-height: 24px;
}
.text-image-section__img-box {
  margin-bottom: 47px;
  border-radius: 0 50px 0 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .text-image-section__img-box {
    flex: 0 1 555px;
    margin-bottom: 0;
  }
}
.text-image-section__img-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
  background: #071D49;
  border-radius: 0 50px 0 0;
}
@media only screen and (min-width: 768px) {
  .text-image-section__img-box:after {
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) {
  .text-image-section__text-box {
    flex: 0 1 430px;
  }
}
.text-image-section__link {
  display: flex;
  flex-direction: column;
  transition: color .3s ease;
  font-size: 16px;
  line-height: 22px;
  color: #3A5DAE;
  text-transform: uppercase;
}
.text-image-section__link span {
  transition: color .3s ease;
}
.text-image-section__link .svg-box {
  margin: 0;
}
.text-image-section__link .svg-box:before {
  top: 14px;
}
.text-image-section__link svg {
  transform: rotate(0);
  transition: transform .3s ease;
}
.text-image-section__link svg path {
  stroke: #3A5DAE;
  transition: stroke .3s ease;
}
@media only screen and (min-width: 768px) {
  .text-image-section__link:hover span {
    color: #1C3775;
  }
  .text-image-section__link:hover.svg-link .svg-box:before {
    background: #1C3775;
  }
  .text-image-section__link:hover.svg-link .svg-box svg {
    transform: rotate(0) translateX(15%);
  }
  .text-image-section__link:hover.svg-link .svg-box svg path {
    stroke: #1C3775;
  }
}

.info-section {
  padding: 30px 0 60px;
}
@media only screen and (min-width: 1024px) {
  .info-section {
    padding: 90px 0;
  }
}
.info-section .container {
  max-width: 1150px;
}
@media only screen and (min-width: 768px) {
  .info-section__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }
}
.info-section__img-box {
  padding-bottom: 47px;
}
@media only screen and (min-width: 768px) {
  .info-section__img-box {
    flex: 0 1 650px;
    padding-bottom: 0;
  }
}
.info-section__img {
  display: block;
  width: 100%;
  border-radius: 50px 0 0 0;
}
.info-section__text-box {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.info-section__text-box h1, .info-section__text-box .h1, .info-section__text-box h2, .info-section__text-box .h2, .info-section__text-box h3, .info-section__text-box .h3, .info-section__text-box h4, .info-section__text-box .h5, .info-section__text-box h6, .info-section__text-box .h6 {
  padding-bottom: 11px;
}
.info-section__text-box .address {
  padding-top: 10px;
  padding-bottom: 20px;
}
.info-section__text-box p {
  padding-bottom: 0;
}
.info-section__text-box strong {
  font-weight: 800;
}
.info-section__text-box table tr td {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  padding-right: 10px;
}
.info-section__text-box table tr td:last-child {
  padding-right: 0;
}
.info-section__text-box a {
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: .32px;
  color: #3A5DAE;
  text-transform: uppercase;
  transition: color .3s ease;
  position: relative;
}
.info-section__text-box a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3A5DAE;
  transition: background .3s ease;
}
@media only screen and (min-width: 768px) {
  .info-section__text-box a:hover {
    color: #1C3775;
  }
  .info-section__text-box a:hover:after {
    background: #1C3775;
  }
}
@media only screen and (min-width: 768px) {
  .info-section__text-box {
    flex: 0 1 328px;
    padding: 50px 0;
  }
}
.info-section__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 15px 27px;
  background: #E8ECF6;
}
@media only screen and (min-width: 768px) {
  .info-section__link {
    display: none;
  }
}
.info-section__link span {
  margin: 0;
}
.info-section__link.svg-link .svg-box:before {
  top: 14px;
  background: #3A5DAE;
}
.info-section__link.svg-link svg {
  transform: rotate(0);
  transition: transform .3s ease;
}

.cta-section {
  padding-top: 50px;
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cta-section {
    padding-top: 130px;
  }
}
.cta-section:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(../images/dots-pattern-fixed.png) center center/auto 48px repeat-x;
}
.cta-section__img-box {
  background: url(../images/pattern.png) center center/contain repeat, #071D49;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .cta-section__img-box {
    padding-bottom: 0;
  }
}
.cta-section__map-link {
  display: block;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  transform: translateY(-50px);
}
@media only screen and (min-width: 768px) {
  .cta-section__map-link {
    transform: translateY(-130px);
  }
}
.cta-section__img {
  border-radius: 50px 0 0 0;
}
.cta-section__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 15px 27px;
  background: #E8ECF6;
  transform: translateY(-50px);
}
@media only screen and (min-width: 768px) {
  .cta-section__link {
    display: none;
  }
}
.cta-section__link span {
  margin: 0;
}
.cta-section__link.svg-link .svg-box:before {
  top: 14px;
  background: #3A5DAE;
}
.cta-section__link.svg-link svg {
  transform: rotate(0);
  transition: transform .3s ease;
}
.cta-section__text-box {
  background: #3A5DAE;
  padding: 38px 0 75px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cta-section__text-box {
    padding: 70px 0 106px;
  }
}
.cta-section__text {
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  color: #fff;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .cta-section__text {
    font-size: 25px;
    line-height: 45px;
    text-align: center;
    padding-bottom: 13px;
  }
}
.cta-section__text-info {
  display: flex;
  flex-flow: row wrap;
  column-gap: 35px;
}
@media only screen and (min-width: 768px) {
  .cta-section__text-info {
    justify-content: center;
  }
}
.cta-section__text-info-label {
  flex: 0 1 100%;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .cta-section__text-info-label {
    flex: unset;
    padding-bottom: 0;
    padding-right: 15px;
  }
}
.cta-section .phone a,
.cta-section .email a {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .32px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  position: relative;
}
.cta-section .phone a:after,
.cta-section .email a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: background .3s ease;
}
@media only screen and (min-width: 768px) {
  .cta-section .phone a:hover,
  .cta-section .email a:hover {
    color: #6685CC;
  }
  .cta-section .phone a:hover:after,
  .cta-section .email a:hover:after {
    background: #6685CC;
  }
}

.places-section {
  padding: 30px 0;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .places-section {
    padding: 70px 0 137px;
  }
}
@media only screen and (min-width: 580px) {
  .places-section__row {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 26px);
    margin: 0 -13px;
  }
}
.places-section__item {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #E8ECF6;
}
@media only screen and (min-width: 580px) {
  .places-section__item {
    flex: 0 1 calc(50% - 26px);
    margin: 0 13px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .places-section__item {
    flex: 0 1 calc(33.33% - 26px);
  }
}
@media only screen and (min-width: 580px) {
  .places-section__item_full {
    flex: 0 1 100%;
  }
}
@media only screen and (min-width: 768px) {
  .places-section__item_full {
    display: flex;
    flex-direction: row;
    border-radius: 0 50px 0 0;
    overflow: hidden;
  }
}
.places-section__item_full .places-section__item-img-box {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .places-section__item_full .places-section__item-img-box {
    flex: 0 1 576px;
    height: 100%;
    border-bottom: 8px solid #3A5DAE;
  }
}
@media only screen and (min-width: 580px) {
  .places-section__item_full .places-section__item-text-box {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .places-section__item_full .places-section__item-text-box {
    flex: 1 1 518px;
  }
}
@media only screen and (min-width: 580px) {
  .places-section__item_full .places-section__item-text-wrapper {
    position: static;
  }
}
@media only screen and (min-width: 768px) {
  .places-section__item_full .places-section__item-text-wrapper {
    padding: 78px 115px 60px;
  }
}
@media only screen and (min-width: 580px) {
  .places-section__item_full .places-section__hours-box {
    display: block;
  }
}
@media only screen and (min-width: 580px) {
  .places-section__item_full .places-section__item-btn {
    display: none;
  }
}
.places-section__item-img-box {
  height: 220px;
  overflow: hidden;
  position: relative;
}
.places-section__item-img-box:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
}
.places-section__item-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.places-section__item-logo {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  width: fit-content;
}
.places-section__item-opening-label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
  width: 185px;
  height: 185px;
  background: #6685CC;
  border-radius: 50%;
  padding-left: 100px;
  padding-bottom: 100px;
  display: flex;
  align-items: flex-end;
  font-weight: 800;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: .32px;
  color: #fff;
  text-transform: uppercase;
}
.places-section__item-opening-label--big {
  width: 234px;
  height: 234px;
  padding-left: 132px;
  padding-bottom: 132px;
  font-size: 16px;
}
.places-section__card-opening-label {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  font-weight: 800;
  color: #071D49;
  text-transform: uppercase;
  margin-top: auto;
}
.places-section__item-text-box {
  position: relative;
  flex: 1;
}
.places-section__item-text-wrapper {
  width: 100%;
  height: 100%;
  padding: 30px 30px 14px;
  background: #E8ECF6;
  border-bottom: 8px solid #3A5DAE;
  transition: height .3s ease;
  display: flex;
  flex-direction: column;
}
.places-section__item-text-wrapper.active {
  z-index: 999;
}
.places-section__item-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}
.places-section__item-address {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 18px;
}
.places-section__item-website {
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: .32px;
  color: #3A5DAE;
  text-transform: uppercase;
  transition: color .3s ease;
  position: relative;
  margin-bottom: 32px;
  width: fit-content;
}
.places-section__item-website:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3A5DAE;
  transition: background .3s ease;
}
@media only screen and (min-width: 1024px) {
  .places-section__item-website:hover {
    color: #1C3775;
  }
  .places-section__item-website:hover:after {
    background: #1C3775;
  }
}
.places-section__hours-box {
  display: none;
}
.places-section__hours-item {
  font-size: 16px;
  line-height: 22px;
  padding-top: 32px;
}
.places-section__hours-item-title {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 0;
}
.places-section__item-btn {
  display: block;
  margin-top: 40px;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .32px;
  color: #3A5DAE;
  text-transform: uppercase;
}
.places-section__item-btn .places-section__item-btn-hide {
  display: none;
}
.places-section__item-btn.close .places-section__item-btn-show {
  display: none;
}
.places-section__item-btn.close .places-section__item-btn-hide {
  display: block;
}
@media only screen and (min-width: 768px) {
  .places-section__item-btn:hover {
    color: #1C3775;
  }
}
.places-section__title-btm {
  text-align: center;
  color: #3A5DAE;
  margin-top: 75px;
}

.hero-with-pattern {
  background: #1C3775;
}
.hero-with-pattern__text-box {
  padding: 82px 0 46px;
  color: #fff;
}
.hero-with-pattern__text-box h1, .hero-with-pattern__text-box .h1, .hero-with-pattern__text-box h2, .hero-with-pattern__text-box .h2, .hero-with-pattern__text-box h3, .hero-with-pattern__text-box .h3, .hero-with-pattern__text-box h4, .hero-with-pattern__text-box .h5, .hero-with-pattern__text-box h6, .hero-with-pattern__text-box .h6 {
  color: inherit;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .hero-with-pattern__text-box h1, .hero-with-pattern__text-box .h1, .hero-with-pattern__text-box h2, .hero-with-pattern__text-box .h2, .hero-with-pattern__text-box h3, .hero-with-pattern__text-box .h3, .hero-with-pattern__text-box h4, .hero-with-pattern__text-box .h5, .hero-with-pattern__text-box h6, .hero-with-pattern__text-box .h6 {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-with-pattern__text-box {
    padding: 107px 73px;
  }
}
.hero-with-pattern__link-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-with-pattern__link-wrapper {
  position: relative;
}
.hero-with-pattern__link {
  display: block;
  padding: 11px 50px;
  border: 2px solid #6685CC;
  transition: color .3s ease, background .3s ease;
  font-weight: 800;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: .8px;
  color: #6685CC;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .hero-with-pattern__link {
    padding: 23px 100px;
    font-size: 21px;
    line-height: 25px;
  }
}
.hero-with-pattern__pattern {
  position: absolute;
  top: 0;
  height: 48px;
  background-image: url(../images/circle-pattern.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  border-top: 2px solid #6685CC;
  border-bottom: 2px solid #6685CC;
}
@media only screen and (min-width: 1024px) {
  .hero-with-pattern__pattern {
    height: 75px;
  }
}
.hero-with-pattern__pattern_left {
  right: 100%;
  background-position-x: right;
}
.hero-with-pattern__pattern_right {
  left: 100%;
}

.gallery-section {
  padding: 26px 24px 60px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .gallery-section {
    padding: 100px 0 115px;
  }
}
.gallery-section:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 42%;
  background: #E8ECF6;
}
@media only screen and (min-width: 768px) {
  .gallery-section:before {
    top: 40px;
    left: auto;
    right: 0;
    max-width: 90vw;
    height: calc(100% - 175px);
  }
}
.gallery-section__box {
  display: flex;
  flex-direction: column;
  gap: 3px;
  border-bottom: 20px solid #3A5DAE;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .gallery-section__box {
    flex-direction: row;
    max-width: 82vw;
    margin-left: 0;
  }
}
.gallery-section__item:last-child {
  border-radius: 0 50px 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .gallery-section__item {
    flex: 1;
  }
}
.gallery-section__item-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-with-parallax {
  padding-top: 380px;
}
@media only screen and (min-width: 580px) {
  .hero-with-parallax {
    padding-top: 570px;
  }
}
.hero-with-parallax .container {
  max-width: 739px;
}
.hero-with-parallax__gallery-box {
  position: fixed;
  z-index: -1;
  top: 60px;
  left: 0;
  width: 100%;
  height: 380px;
}
@media only screen and (min-width: 580px) {
  .hero-with-parallax__gallery-box {
    display: flex;
    gap: 5px;
    top: 83px;
    height: 570px;
  }
}
.hero-with-parallax__img-box {
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .hero-with-parallax__img-box {
    flex: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .hero-with-parallax__img-box_main {
    flex: 40%;
  }
}
.hero-with-parallax__img-box_left, .hero-with-parallax__img-box_right {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hero-with-parallax__img-box_left, .hero-with-parallax__img-box_right {
    display: block;
  }
}
.hero-with-parallax__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
}
.hero-with-parallax__title-box {
  background: #fff;
  text-align: center;
  position: relative;
}
.hero-with-parallax__decor {
  position: absolute;
  z-index: 0;
  top: -70px;
  left: 0;
  width: 100%;
  height: 102px;
  background: url(../images/residences_shopping_line_darker.png) center center/cover no-repeat;
}
@media only screen and (min-width: 1920px) {
  .hero-with-parallax__decor {
    height: 35%;
    top: -80px;
  }
}
.hero-with-parallax__title-box-wrapper {
  padding: 80px 0 46px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .hero-with-parallax__title-box-wrapper {
    padding: 80px 0;
  }
}
.hero-with-parallax__title {
  padding-bottom: 15px;
}
.hero-with-parallax__dots {
  display: flex;
  justify-content: space-between;
  width: 66px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.hero-with-parallax__dot {
  display: block;
  flex: 0 0 4px;
  height: 4px;
  background: #3A5DAE;
  border-radius: 50%;
}
.hero-with-parallax__label {
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: .32px;
  color: #3A5DAE;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .hero-with-parallax__label {
    font-size: 18px;
  }
}
.hero-with-parallax__text-box {
  background: #1C3775;
  padding: 45px 0;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .hero-with-parallax__text-box {
    padding: 60px 0;
  }
}

.events-hero {
  padding: 73px 0 122px;
  background-color: #3A5DAE;
  color: #fff;
  position: relative;
}
.events-hero:before {
  content: '';
  width: 100%;
  height: 68px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(" ../images/events-hero-pattern.svg") 50% 0/cover no-repeat;
}
.events-hero__title {
  color: #fff;
  text-align: center;
}

.events-list {
  padding: 80px 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 940px) {
  .events-list {
    padding: 116px 20px 50px;
  }
}
.events-list__wrapper {
  max-width: 1210px;
  margin: 0 auto;
  column-gap: 15px;
  display: grid;
  row-gap: 15px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 680px) {
  .events-list__wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .events-list__wrapper {
    row-gap: 60px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.event-card {
  display: flex;
  flex-direction: column;
}
.event-card:nth-child(even) .event-card__image {
  border-radius: 0 50px 0 0;
}
.event-card__image {
  border-radius: 50px 0 0 0;
  overflow: hidden;
  max-height: 274px;
  min-height: 274px;
}
.event-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-card__date {
  background-color: #071D49;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.66667;
  font-weight: 800;
  padding: 13px 20px 7px;
}
@media only screen and (min-width: 940px) {
  .event-card__date {
    padding: 13px 45px 7px;
  }
}
.event-card__info {
  border: 2px solid #3A5DAE;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .event-card__info {
    padding: 35px 20px;
    min-height: 295px;
  }
}
@media only screen and (min-width: 940px) {
  .event-card__info {
    padding: 34px 70px 34px 45px;
  }
}
.event-card__title {
  color: #071D49;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 700;
}
.event-card__time {
  color: #3A5DAE;
  flex-grow: 1;
  font-size: 20px;
  line-height: 1.35;
  padding: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 940px) {
  .event-card__time {
    margin-bottom: 38px;
  }
}
.event-card__link {
  padding-bottom: 3px;
  align-self: start;
  color: #3A5DAE;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.375;
  border-bottom: 2px solid #3A5DAE;
}
.event-card__link:hover {
  color: #071D49;
  border-color: #071D49;
}

.events-map {
  padding: 30px 0 138px;
}
.events-map__wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.events-map__title {
  text-transform: uppercase;
  text-align: center;
}

.subscription {
  background-color: #6685CC;
}
.subscription__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 25px 30px;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .subscription__wrapper {
    gap: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .subscription__wrapper {
    padding: 45px 25px 45px;
    gap: 80px;
    align-items: end;
    flex-direction: row;
  }
}
.subscription__description {
  color: #071D49;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .subscription__description {
    text-align: left;
  }
}
.subscription__title {
  font-size: 14px;
  line-height: 19px;
  font-weight: 800;
  text-transform: uppercase;
}
.subscription__text {
  line-height: 35px;
  font-weight: 300;
  font-size: 24px;
}
@media only screen and (min-width: 1024px) {
  .subscription__text {
    font-size: 32px;
  }
}
.subscription__form {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .subscription__form {
    width: auto;
  }
}
.subscription__form .frm_fields_container {
  position: relative;
}
.subscription__form input[type="email"] {
  border: none !important;
  color: #071D49 !important;
}
.subscription__form input[type="email"]::placeholder {
  color: #071D49 !important;
  font-size: 16px;
}
.subscription__form .frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 0;
}
.subscription__form .frm_style_formidable-style.with_frm_style .form-field:invalid {
  border-bottom: none !important;
  color: #071D49 !important;
}
.subscription__form .frm_style_formidable-style.with_frm_style .form-field:focus, .subscription__form .frm_style_formidable-style.with_frm_style .form-field:active, .subscription__form .frm_style_formidable-style.with_frm_style .form-field:invalid, .subscription__form .frm_style_formidable-style.with_frm_style .form-field:placeholder-shown {
  background-color: transparent !important;
  box-shadow: none !important;
}
.subscription__form .frm_style_formidable-style.with_frm_style .form-field:-webkit-autofill {
  background-color: transparent !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: inherit !important;
}
.subscription__form .with_frm_style .frm_form_fields > fieldset {
  color: #071D49 !important;
  padding: 0;
}
.subscription__form .with_frm_style .frm_form_fields > fieldset:invalid {
  border-bottom: none !important;
}
.subscription__form .with_frm_style .frm_form_fields > fieldset .frm_error {
  position: absolute;
}
.subscription__form .frm_form_fields .frm_fields_container {
  border-bottom: 1px solid #071D49;
}
.subscription__form .frm_forms.with_frm_style .frm_form_fields .frm_form_field input:focus, .subscription__form .frm_forms.with_frm_style .frm_form_fields .frm_form_field textarea:focus {
  border: none !important;
}
.subscription__form .frm_style_formidable-style.with_frm_style .frm_error_style {
  background-color: transparent;
  border: none;
  color: #071D49;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 0;
}
.subscription__form .frm_ajax_submit .frm_error_style {
  display: none !important;
}
.subscription__form input[type="email"]#field_pov62 {
  padding-left: 0;
  color: #071D49 !important;
  padding-bottom: 8px;
}
.subscription__form input[type="email"]#field_pov62:invalid {
  border: none !important;
  color: #071D49 !important;
  background-color: transparent !important;
}
.subscription__form input[type="email"]#field_pov62:-webkit-autofill {
  transition: background-color 9999s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
  box-shadow: inset 20px 20px 0px 20px #f3f2eb;
}
.subscription__form button[type="submit"] {
  background-color: transparent;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.subscription__form button[type="submit"]:focus {
  border: none !important;
}
.subscription__form button[type="submit"] .svg-box {
  max-height: 27px;
}
.subscription__form button[type="submit"] .svg-box:before {
  background-color: #071D49;
}
.subscription__form button[type="submit"] svg path {
  fill: #071D49;
}
.subscription__form .frm_forms.with_frm_style .frm_message {
  margin-top: 0 !important;
  margin-bottom: 0;
}
.subscription__form .frm_forms.with_frm_style .frm_message p {
  color: #071D49 !important;
  font-size: 20px !important;
  font-weight: 700;
}
