/* BEGIN web fonts */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v30-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/montserrat-v30-latin-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v30-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/montserrat-v30-latin-500italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v30-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/montserrat-v30-latin-600italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v30-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/montserrat-v30-latin-700italic.woff2") format("woff2");
}
/* END web fonts */
/* BEGIN general */
:root {
  --mc-font-family-body: 'Montserrat';
  --mc-body-font-size: 18px;
  --mc-body-line-height: 1.45;
  --mc-color-body: #404041;
  --mc-color-body-rgb: 64,64,65;
  --mc-color-blue: #396986;
  --mc-color-blue-rgb: 57,105,134;
  --mc-color-red: #D95935;
  --mc-color-red-rgb: 217,89,53;
  --mc-duration-short: 100ms;
  --mc-duration-default: 250ms;
  --mc-duration-long: 500ms;
}

body {
  font-family: var(--mc-font-family-body);
  font-size: var(--mc-body-font-size);
  line-height: var(--mc-body-line-height);
  font-weight: 400;
  color: var(--mc-color-body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

h1, .h1 {
  font-size: 80px;
}

h2, .h2 {
  margin-bottom: 15px;
  font-size: 44px;
  color: var(--mc-color-blue);
}

h3, .h3 {
  font-size: 28px;
  color: var(--mc-color-body);
  font-style: normal;
}
h3 a, .h3 a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  font-style: inherit;
}

h4, .h4 {
  font-size: 22px;
  color: var(--mc-color-body);
}

p {
  font-size: var(--mc-body-font-size);
  line-height: var(--mc-body-line-height);
  color: var(--mc-color-body);
}
p a {
  color: var(--mc-color-red);
  font-weight: 600;
  text-decoration: underline;
}

b, strong {
  font-weight: 600;
}

.container-fluid,
.container,
.row {
  --bs-gutter-x: 40px;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

.z-5 {
  z-index: 5 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-15 {
  z-index: 15 !important;
}

.z-20 {
  z-index: 20 !important;
}

@media (min-width: 576px) {
  .container-fluid {
    --bs-gutter-x: 80px;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 44px;
  }
  h2, .h2 {
    font-size: 36px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 20px;
  }
}
/* END general */
/* BEGIN helpers */
.nav,
.nav ul,
.menu,
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

img.image-fit,
.image-fit > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.aspect-ratios {
  position: relative;
  overflow: hidden;
}
.aspect-ratios:before {
  content: "";
  display: block;
  padding-top: var(--aspect-ratio);
}
.aspect-ratios--1x1 {
  --aspect-ratio: 100%;
}
.aspect-ratios--4x3 {
  --aspect-ratio: 75%;
}
.aspect-ratios--3x2 {
  --aspect-ratio: 66.66%;
}
.aspect-ratios--16x9 {
  --aspect-ratio: 56.25%;
}
.aspect-ratios--circle {
  --aspect-ratio: 100%;
  border-radius: 50%;
}

.text-reset {
  color: inherit !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

/* END helpers */
/* BEGIN button */
.button-unstyled {
  background-color: transparent;
  padding: 0;
  border: 0;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
}

.qbutton,
.btn {
  display: inline-block;
  min-width: 125px;
  height: auto;
  border: 0;
  border-radius: 8px;
  padding: 13px 15px;
  font-family: var(--mc-font-family-body);
  font-size: var(--mc-body-font-size);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
}

.qbutton.default {
  background-color: var(--mc-color-red);
  color: #fff;
}
.qbutton.default:hover {
  background-color: var(--mc-color-body);
  color: #fff;
}

.btn--icon > span {
  position: relative;
  padding-right: 35px;
}
.btn--icon > span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: var(--btn-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.btn--red {
  background-color: var(--mc-color-red);
  color: #fff;
}
.btn--red:hover {
  background-color: var(--mc-color-body);
  color: #fff;
}
.btn--blue {
  background-color: var(--mc-color-blue);
  color: #fff;
}
.btn--blue:hover {
  background-color: var(--mc-color-body);
  color: #fff;
}
.btn--white {
  background-color: #fff;
  color: var(--mc-color-red);
}
.btn--white:hover {
  background-color: var(--mc-color-body);
  color: #fff;
}

/* END button */
/* BEGIN form */
button, input, textarea, select {
  outline: none;
}

form ::placeholder {
  color: var(--mc-color-body);
  opacity: 1;
}

.search-form__input {
  width: 100%;
  height: 45px;
  background-color: transparent;
  border: 1px solid var(--mc-color-blue);
  border-radius: 8px;
  padding: 0 15px;
  font-size: 16px;
}
.search-form__btn {
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  color: var(--mc-color-blue);
  transform: translateY(-50%);
}

div.gform_wrapper.gform-theme {
  --gf-form-gap-x: 30px;
  --gf-form-gap-y: 30px;
  --gf-form-footer-margin-y-start: 30px;
}
div.gform_wrapper.gform-theme .gfield {
  margin: 0;
}
div.gform_wrapper.gform-theme .gfield ::placeholder {
  color: #fff;
  opacity: 1;
}
div.gform_wrapper.gform-theme .gfield input[type=text],
div.gform_wrapper.gform-theme .gfield input[type=email],
div.gform_wrapper.gform-theme .gfield textarea {
  width: 100%;
  height: 45px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 0 15px;
  margin: 0;
  font-family: var(--mc-font-family-body);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
div.gform_wrapper.gform-theme .gfield textarea {
  padding-top: 15px;
  padding-bottom: 15px;
  min-block-size: 195px;
}
div.gform_wrapper.gform-theme .gform_footer {
  justify-content: flex-end;
}
div.gform_wrapper.gform-theme .gfield_description {
  padding: 0;
  margin: 0;
  color: #fff;
}
div.gform_wrapper.gform-theme .gform_validation_errors {
  background-color: #fff;
}

@media (min-width: 992px) {
  #gform_wrapper_1 .gform_fields {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-right: calc(50% + 15px);
  }
  #gform_wrapper_1 .gform_fields #field_1_5 {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 15px);
  }
}

/* END form */
/* BEGIN page-card */
.page-card {
  --card-padding: 15px;
  background-color: #215C80;
  padding: var(--card-padding);
  padding-bottom: 74px;
}
.page-card__image {
  margin-bottom: 20px;
}
.page-card__text h3 {
  margin-bottom: 10px;
  color: #fff;
}
.page-card__text p {
  font-size: 16px;
}
.page-card__text .btn {
  position: absolute;
  bottom: var(--card-padding);
}

/* END page-card */
/* BEGIN dropdown */
.dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.dropdown .dropdown-menu a {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  color: var(--mc-color-body);
  white-space: nowrap;
  text-decoration: none;
}
.dropdown .dropdown-menu a:hover {
  color: var(--mc-color-red);
}

/* END dropdown */
/* BEGIN header */
#header {
  position: relative;
  display: block;
}
#header .nav li {
  position: relative;
}
#header .nav li a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
#header .header__secondary {
  min-height: 35px;
  background-color: var(--mc-color-blue);
  font-size: 16px;
  color: #fff;
}
#header .header__secondary .nav {
  column-gap: 25px;
}
#header .header__secondary .nav li a:hover {
  text-decoration: underline;
}
@media (max-width: 1399.98px) {
  #header .header__secondary {
    font-size: 15px;
  }
}
#header .header__primary {
  --btn-space: 20px;
}
#header .header__primary .toggle-search {
  width: 50px;
  height: 46px;
  background-color: var(--mc-color-body);
  border-radius: 0;
  color: #fff;
  transition: border-radius var(--mc-duration-default);
}
#header .header__primary .toggle-search:hover {
  border-radius: 8px;
}
#header .header__primary .toggle-nav {
  width: 32px;
  height: 22px;
}
#header .header__primary .toggle-nav__line {
  height: 2px;
  background-color: var(--mc-color-body);
  border-radius: 10px;
  transition: all var(--mc-duration-default);
}
#header .header__primary .toggle-nav.active .toggle-nav__line:nth-child(1), #header .header__primary .toggle-nav.active .toggle-nav__line:nth-child(3) {
  top: 50%;
  margin-top: -1px;
}
#header .header__primary .toggle-nav.active .toggle-nav__line:nth-child(1) {
  transform: rotate(45deg);
}
#header .header__primary .toggle-nav.active .toggle-nav__line:nth-child(2) {
  opacity: 0;
}
#header .header__primary .toggle-nav.active .toggle-nav__line:nth-child(3) {
  transform: rotate(-45deg);
}
#header .header__primary .toggle-nav:not(.active) .toggle-nav__line:nth-child(1) {
  top: 0;
}
#header .header__primary .toggle-nav:not(.active) .toggle-nav__line:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#header .header__primary .toggle-nav:not(.active) .toggle-nav__line:nth-child(3) {
  bottom: 0;
}
#header .header__primary .btn-group {
  column-gap: var(--btn-space);
}
#header .header__primary .nav li a {
  display: block;
}
#header .header__primary .nav ul {
  background-color: var(--mc-color-blue);
}
#header .header__primary .nav ul li a {
  padding: 10px 15px;
  font-size: 16px;
  color: #fff;
  transition: background-color var(--mc-duration-default);
}
#header .header__primary .nav ul li:hover > a {
  background-color: rgba(255, 255, 255, 0.05);
}
#header .header__primary .nav .toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  color: #fff;
}
#header .header__primary .nav .toggle:before, #header .header__primary .nav .toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  margin-top: -1px;
  transition: all var(--mc-duration-default);
}
#header .header__primary .nav .toggle:after {
  transform: rotate(90deg);
}
#header .header__primary .nav .toggle.active:after {
  opacity: 0;
  transform: rotate(0);
}
#header .header__primary .nav > li > .toggle {
  right: 10px;
  color: var(--mc-color-body);
}
#header .header__primary .nav > li:hover > a {
  color: var(--mc-color-red);
}
#header .header__primary .search {
  width: 300px;
  background-color: #fff;
  padding: 20px;
  border-bottom-left-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all var(--mc-duration-default);
}
#header .header__primary .search.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media (min-width: 1200px) {
  #header .header__primary .logo-wrap .btn-group {
    position: absolute;
    top: 50%;
    right: calc(0.5 * var(--bs-gutter-x));
    transform: translateY(-50%);
  }
  #header .header__primary .nav {
    column-gap: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }
  #header .header__primary .nav li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  #header .header__primary .nav ul {
    min-width: 260px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all var(--mc-duration-long);
  }
  #header .header__primary .nav ul ul {
    top: 0;
    left: 100%;
  }
  #header .header__primary .nav > li > a {
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 1400px) {
  #header .header__primary .container-fluid {
    padding-right: calc(0.5 * var(--bs-gutter-x) + 50px + var(--btn-space));
  }
}
@media (min-width: 1200px) and (max-width: 1559.98px) {
  #header .header__primary {
    --btn-space: 15px;
  }
  #header .header__primary .btn {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }
  #header .header__primary .nav {
    column-gap: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  #header .header__primary .nav > li > a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #header .header__primary .btn {
    padding: 16px 10px;
    font-size: 14px;
  }
  #header .header__primary .toggle-search {
    display: none !important;
  }
  #header .header__primary .nav {
    column-gap: 15px;
  }
  #header .header__primary .nav > li > a {
    font-size: 15px;
  }
}
@media (max-width: 1399.98px) {
  #header .header__primary .logo-wrap .logo {
    max-width: 200px;
  }
}
@media (max-width: 1199.98px) {
  #header .header__primary nav {
    display: none;
  }
  #header .header__primary nav .btn-group {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header .header__primary nav .btn-group .btn {
    width: 100%;
    font-size: 16px;
  }
  #header .header__primary nav .btn-group > * {
    flex: 1;
  }
  #header .header__primary nav.show {
    display: block;
  }
  #header .header__primary .logo-wrap {
    position: relative;
    height: 100px;
  }
  #header .header__primary .logo-wrap .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  #header .header__primary .logo-wrap .btn-group {
    justify-content: space-between;
    width: 100%;
  }
  #header .header__primary .toggle-search {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
  #header .header__primary .nav ul {
    display: none;
  }
  #header .header__primary .nav ul ul {
    background-color: rgba(255, 255, 255, 0.05);
  }
  #header .header__primary .nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header .header__primary .nav > li > ul {
    border-radius: 8px;
  }
}

/* END header */
/* BEGIN footer */
#footer {
  background-color: var(--mc-color-blue);
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}
#footer a {
  color: inherit;
  text-decoration: none;
}
#footer p {
  color: inherit;
}
#footer p a {
  word-break: break-all;
}
#footer .row {
  --bs-gutter-x: 20px;
  row-gap: 40px;
}
#footer .widget h5 {
  margin-bottom: 20px;
  font-size: 22px;
}
#footer .widget .menu {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
#footer .logo-wrap {
  row-gap: 40px;
}
#footer .logo-wrap .socials {
  gap: 10px;
}
@media (max-width: 575.98px) {
  #footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* END footer */
/* BEGIN content */
.vc_row-flex .section_inner_margin {
  display: flex;
  flex-wrap: wrap;
}
.vc_row-flex.align-items-center .section_inner_margin {
  align-items: center;
}

.wpb_text_column h2 {
  margin-bottom: 30px;
}
.wpb_text_column h3 {
  margin-bottom: 15px;
}

.image-text-section .section_inner_margin {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.image-text-section .section_inner_margin:before, .image-text-section .section_inner_margin:after {
  display: none;
}
@media (min-width: 992px) {
  .image-text-section .section_inner_margin > .wpb_column:nth-child(2) {
    padding-left: 65px;
  }
}
@media (max-width: 991.98px) {
  .image-text-section .section_inner_margin > .wpb_column:nth-child(2) {
    padding-top: 30px;
  }
}

.quote-section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--mc-color-blue);
  opacity: 0.7;
  z-index: 1;
}
.quote-section .wpb_text_column {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}
.quote-section .wpb_text_column p {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

/* END content */
/* BEGIN hero */
#hero .hero__text h1 {
  column-gap: 80px;
  font-size: 82px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
}
#hero .hero__bg {
  height: calc(100vw - 150px - 60px);
  height: calc(var(--mc-window-height) - 150px - 60px);
  max-height: 700px;
  min-height: 500px;
}
#hero .hero__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(64, 64, 65, 0.4);
  z-index: 10;
}
#hero .hero__bg .slides,
#hero .hero__bg .slides > li {
  height: 100%;
}
#hero .hero__cta {
  --btn-height: 122px;
  top: calc(100% - 0.5 * var(--btn-height));
  padding-right: 20px;
  padding-left: 20px;
}
#hero .hero__cta .row {
  --bs-gutter-x: 20px;
  row-gap: 20px;
}
#hero .hero__cta-btn {
  height: var(--btn-height);
  background-color: var(--mc-color-red);
  padding: 10px 100px 10px 30px;
  border-radius: 10px;
  font-size: 28px;
  font-weight: 600;
  color: #F1F1F1;
  transition: all var(--mc-duration-default);
}
#hero .hero__cta-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 48px;
  height: 48px;
  background-color: currentColor;
  mask-image: var(--icon);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transform: translateY(-50%);
}
#hero .hero__cta-btn:hover {
  background-color: #fff;
  color: var(--mc-color-body);
}
@media (max-width: 1399.98px) {
  #hero .hero__cta {
    --btn-height: 100px;
  }
  #hero .hero__cta-btn {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  #hero .hero__text h1 {
    column-gap: 60px;
    font-size: 70px;
  }
}
@media (max-width: 991.98px) {
  #hero .hero__text h1 {
    column-gap: 40px;
    font-size: 60px;
  }
  #hero .hero__bg {
    height: 650px;
  }
}
@media (max-width: 767.98px) {
  #hero .hero__text h1 {
    column-gap: 20px;
    font-size: 30px;
  }
  #hero .hero__bg {
    height: 400px;
  }
  #hero .hero__cta {
    --btn-height: 60px;
  }
  #hero .hero__cta .row {
    --bs-gutter-x: 10px;
    row-gap: 10px;
  }
  #hero .hero__cta-btn {
    padding-right: 40px;
    padding-left: 15px;
    font-size: 16px;
  }
  #hero .hero__cta-btn:after {
    right: 10px;
    width: 34px;
    height: 34px;
  }
}

/* END hero */
/* BEGIN banner */
#banner {
  min-height: 340px;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
#banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--mc-color-blue);
  opacity: 0.7;
  z-index: 2;
}
#banner h1 {
  color: #fff;
}
#banner p {
  margin-bottom: 15px;
  color: #fff;
}
#banner p:last-child {
  margin-bottom: 0;
}

/* END banner */
/* BEGIN tour-section */
.tour-section {
  background-color: var(--mc-color-blue);
  padding-top: 250px;
  padding-bottom: 0px;
}
.tour-section__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 8px;
}
.tour-section__image {
  position: relative;
  width: 45%;
}
.tour-section__image .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px 0 0 8px;
  object-fit: cover;
  object-position: center;
}
.tour-section__image .sign-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 120%;
  object-fit: contain;
  object-position: bottom;
}
.tour-section__text {
  width: 55%;
  padding: 50px;
}
.tour-section__text h2 {
  color: var(--mc-color-blue);
  text-transform: uppercase;
}
.tour-section__text .btn {
  margin-top: 15px;
  padding-right: 40px;
}
.tour-section__text .btn:after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 18px;
  transform: translateY(-50%);
  color: #FFFFFF;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .tour-section__inner {
    flex-direction: column;
  }
  .tour-section__image {
    width: 100%;
    height: 300px;
  }
  .tour-section__image .bg-image {
    border-radius: 8px 8px 0 0;
  }
  .tour-section__text {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .tour-section {
    padding-top: 150px;
  }
  .tour-section__image {
    height: 200px;
  }
  .tour-section__text {
    padding: 20px;
  }
}

/* BEGIN programs-section */
.programs-section {
  background-color: var(--mc-color-blue);
  padding-top: 150px;
  padding-bottom: 150px;
  color: #fff;
}
.programs-section p {
  color: inherit;
}
.programs-section .row .row {
  --bs-gutter-x: 30px;
  row-gap: 30px;
}
.programs-section__text h2 {
  color: inherit;
}
.programs-section__text .logo {
  margin-bottom: 30px;
}
.programs-section__text .btn {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .programs-section__text {
    padding-right: 40px;
  }
}
@media (max-width: 991.98px) {
  .programs-section {
    padding-top: 220px;
  }
  .programs-section__text {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .programs-section {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

/* END programs-section */
/* BEGIN cta-section */
.cta-section__text .btn {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .cta-section {
    padding-top: 150px;
  }
  .cta-section__image {
    height: 100%;
  }
  .cta-section__image:before {
    display: none;
  }
  .cta-section__text {
    min-height: 500px;
    padding: 50px;
    max-width: 650px;
  }
}
@media (max-width: 991.98px) {
  .cta-section__text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* END cta-section */
/* BEGIN news-section */
.news-section {
  background-color: #F1F1F1;
  padding-top: 80px;
  padding-bottom: 80px;
}
.news-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-1.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 1;
}
.news-section__text .btn {
  margin-top: 15px;
}
@media (max-width: 991.98px) {
  .news-section__text {
    margin-bottom: 50px;
  }
}

/* END news-section */
/* BEGIN contact-section */
.contact-section {
  background-color: var(--mc-color-red);
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}
.contact-section h2 {
  color: inherit;
}
.contact-section p {
  color: inherit;
}
@media (min-width: 992px) {
  .contact-section__text {
    max-width: 380px;
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .contact-section__text {
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .contact-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* END contact-section */
/* BEGIN facebook feed */
#cff.cff-masonry {
  margin: 0;
}
#cff.cff-masonry .cff-item {
  background-color: #fff !important;
  border-radius: 4px;
  box-shadow: none;
}
#cff.cff-masonry .cff-item .cff-author a {
  color: var(--mc-color-body);
}
#cff.cff-masonry .cff-item .cff-post-text {
  font-size: 12px;
}
#cff.cff-masonry .cff-item .cff-meta-wrap {
  display: none !important;
}
#cff.cff-masonry .cff-load-more {
  display: none !important;
}

/* END facebook feed */
/* BEGIN extra */
#contact-map {
  height: 340px;
}

#back_to_top {
  text-decoration: none;
}
#back_to_top > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-color: var(--mc-color-body);
  color: var(--mc-color-body);
}
#back_to_top > span i {
  color: inherit;
}
#back_to_top:hover > span {
  background-color: var(--mc-color-body);
  color: #fff;
}

/* END extra */
