@media only screen and (min-width: 1101px) {
  .hide-desktop {
      display: none !important;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .hide-tablet {
      display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide-mobile {
      display: none !important;
  }
}
@media only screen and (max-width: 1100px) {
  .show-desktop {
      display: none !important;
  }
}
@media only screen and (min-width: 1101px) {
  .show-tablet {
      display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .show-tablet {
      display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .show-mobile {
      display: none !important;
  }
}
.btn {
  border: 2px solid #fff !important;
  background: #fff;
  font-size: 20px !important;
  line-height: 16px !important;
  padding: 10px 15px !important;
  font-family: "futura-pt", sans-serif;
  transition: background-color 0.4s 0s ease, color 0.4s 0s ease !important;
  display: inline-block;
  line-height: 1.4 !important;
  text-align: center;
}
.btn:hover {
  background: transparent !important;
  text-decoration: none !important;
}
.btn.btn-cream {
  color: #fff !important;
  background: #e1b66e !important;
  border-color: #e1b66e !important;
}
.btn.btn-cream:hover {
  background: transparent !important;
  color: #e1b66e !important;
}
.btn-cyan {
  color: #fff !important;
  background: #7ab4c1 !important;
  border-color: #7ab4c1 !important;
}
.btn-cyan:hover {
  background: transparent !important;
  color: #7ab4c1 !important;
}
.mark {
  background: transparent;
  position: relative;
  color: #fff;
}
.mark::after {
  content: "";
  position: absolute;
  display: block;
  width: 98%;
  top: 70%;
  left: -2.5%;
  height: 16px;
  z-index: -1;
  background-color: #707070;
}
@media only screen and (max-width: 1100px) {
  .mark::after {
      height: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .mark::after {
      height: 7px;
  }
}
.mark-cream::after {
  background-color: #e1b66e;
}
.parallax-background {
  perspective: 1px;
}
.parallax-background .parallax-background-element {
  position: absolute;
  left: 0;
  top: -2rem;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
  transition: transform 0.08s 0s linear;
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .parallax-background .parallax-background-element {
      display: none;
  }
}
.parallax-background .parallax-background-element > .vc_column-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1100px) {
  .parallax-background .parallax-background-element > .vc_column-inner {
      width: 80%;
      left: 50%;
      height: 100%;
      top: 7%;
      transform: translateX(-50%);
      background-attachment: initial;
      background-size: contain;
  }
}
.parallax-background .parallax-background-element > .vc_column-inner .wpb_wrapper {
  display: none;
}
body {
  padding-top: 79px;
}
body .header-logo,
body .header-logo .gusta-logo a {
  height: auto !important;
}
body .header-logo .gusta-logo a img {
  max-width: 202px !important;
  height: auto !important;
}
@media only screen and (max-width: 767px) {
  body .header-logo .gusta-logo a img {
      max-width: 182px !important;
  }
}
body #site-main-navigation {
  padding: 10px 30px !important;
  width: 100% !important;
  height: 80px !important;
  max-width: 1450px !important;
  display: flex;
  align-items: center;
}
body #site-main-navigation .wpb_wrapper {
  display: flex;
  justify-content: space-between;
}
body #site-main-navigation .wpb_wrapper div.gusta-align-left {
  width: auto;
}
body #site-main-navigation .wpb_wrapper #main_nav {
  padding: 0 !important;
  background: transparent !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
}
body #site-main-navigation .wpb_wrapper #main_nav .gusta-navigation {
  justify-content: flex-end;
}
body #site-main-navigation .wpb_wrapper #main_nav > ul > li > a {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  color: #fff;
}
@media only screen and (max-width: 1400px) {
  body #site-main-navigation .wpb_wrapper #main_nav > ul > li > a {
      font-size: 14px !important;
  }
}
@media only screen and (max-width: 1300px) {
  body {
      padding-top: 138px;
  }
  body #site-main-navigation {
      height: auto !important;
  }
  body #site-main-navigation .wpb_wrapper {
      flex-wrap: wrap;
      align-items: center;
      flex-direction: column;
      padding: 5px 0 0;
  }
  body .header-logo {
      margin-bottom: 1rem !important;
  }
}
@media only screen and (max-width: 1100px) {
  body #site-main-navigation .wpb_wrapper #main_nav > ul > li > a {
      font-size: 13px !important;
  }
}
@media only screen and (max-width: 989px) {
  body #section-1005571 {
      display: block !important;
  }
}
body #site-mobile-navigation > .vc_row {
  padding: 1rem 30px 1rem !important;
}
@media only screen and (max-width: 1100px) {
  body #site-mobile-navigation > .vc_row {
      height: 85px;
  }
}
@media only screen and (max-width: 767px) {
  body #site-mobile-navigation > .vc_row {
      height: 85px;
      padding: 23px 30px 23px !important;
  }
}
body #site-mobile-navigation #menu-main-2 {
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  display: none;
  background: #171717;
}
@media only screen and (max-width: 1100px) {
  body #site-mobile-navigation #menu-main-2 {
      top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  body #site-mobile-navigation #menu-main-2 {
      top: -15px;
  }
}
body #site-mobile-navigation #menu-main-2 li a {
  font-size: 16px !important;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  color: #fff !important;
  text-align: left;
  border-color: #707070 !important;
}
body #site-mobile-navigation #menu-main-2 .menu-item.btn-cream {
  border: 0 !important;
}
body #site-mobile-navigation #menu-main-2 .menu-item.btn-cream a {
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 !important;
}
body #site-mobile-navigation .container > .vc_section > .vc_row {
  padding: 1.5rem 30px 0 !important;
}
body #site-mobile-navigation .gusta-align-left {
  width: auto;
  display: inline-block;
}
body #site-mobile-navigation .gusta-clear {
  display: none;
}
body #site-mobile-navigation .vc_btn3-container {
  float: right;
}
body #site-mobile-navigation .vc_btn3-container a {
  background: transparent !important;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  body #site-mobile-navigation .vc_btn3-container a {
      top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  body #site-mobile-navigation .vc_btn3-container a {
      top: -5px;
  }
}
body #site-mobile-navigation .vc_btn3-container a.mobile-menu-active i::before {
  content: "\f00d" !important;
}
body #site-mobile-navigation .vc_btn3-container a i {
  font-size: 24px;
  font-weight: 300;
}
body #site-mobile-navigation .vc_btn3-container a i::before {
  font-family: "Font Awesome 5 Pro";
}
body .gusta-nav > ul > li {
  display: flex;
  opacity: 0.65;
  align-items: center;
}
body .gusta-nav > ul > li.btn,
body .gusta-nav > ul > li.current_page_item {
  opacity: 1 !important;
}
body .gusta-nav > ul > li > .gusta-dropdown-menu {
  top: 100%;
}
body .gusta-nav > ul > .menu-item.btn-cream {
  border: 2px solid #fff !important;
  font-size: 13px !important;
  line-height: 16px !important;
}
body .gusta-nav > ul > .menu-item.btn-cream a {
  padding: 12px 20px !important;
  opacity: 1;
}
body .gusta-nav > ul > .menu-item.btn-cream {
  background: #e1b66e !important;
  border-color: #e1b66e !important;
}
body .gusta-nav > ul > .menu-item.btn-cream a {
  color: #fff !important;
}
body .gusta-nav > ul > .menu-item.btn-cream:hover a {
  color: #e1b66e !important;
}
body .list-inline {
  display: flex !important;
  flex-wrap: wrap !important;
}
body .list-inline-item {
  display: inline-block !important;
}
body .d-flex {
  display: flex !important;
}
body .justify-content-between {
  justify-content: space-between !important;
}
body .pr-6 {
  padding-right: 5rem !important;
}
body .ml-4 {
  margin-left: 1.3rem !important;
}
body .mr-4 {
  margin-right: 1.3rem !important;
}
body .footer-logo .gusta-logo a img {
  max-width: 224px !important;
  height: auto !important;
}
body #section-11299.footer-section {
  background: #171717 !important;
  padding: 55px 0 10px !important;
}
@media only screen and (max-width: 1100px) {
  body #section-11299.footer-section {
    padding: 55px 0 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  body #section-11299.footer-section {
      padding: 40px 0 0 !important;
  }
}
body .footer-section .footer-social {
  padding: 10px 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 1500px) {
  body .footer-section .footer-social {
      max-width: 1450px;
  }
}
@media only screen and (max-width: 1499px) and (min-width: 1400px) {
  body .footer-section .footer-social {
      max-width: 1250px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
  body .footer-section .footer-social {
      max-width: 1150px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
  body .footer-section .footer-social {
      max-width: 1050px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1100px) {
  body .footer-section .footer-social {
      max-width: 950px;
  }
}
@media only screen and (max-width: 1100px) {
  body .footer-section .footer-social {
      padding: 10px 30px;
  }
}
@media only screen and (max-width: 767px) {
  body .footer-section .footer-social {
      padding: 10px 15px;
  }
}
body .footer-section .footer-social .wpb_wrapper .gusta-logo {
  max-width: 202px !important;
  height: auto !important;
}
body .footer-section .footer-social .vc_column-inner > .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  body .footer-section .footer-social .vc_column-inner > .wpb_wrapper {
      flex-direction: column;
      justify-content: flex-start;
  }
}
body .footer-section .footer-social .wpb_raw_code {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  body .footer-section .footer-social .wpb_raw_code {
      margin-top: 2.25rem;
  }
}
body .footer-section .footer-social .wpb_raw_code ul li {
  margin-left: 1.5rem;
}
@media only screen and (max-width: 767px) {
  body .footer-section .footer-social .wpb_raw_code ul li {
      margin-left: 0 !important;
      margin-right: 2rem !important;
      margin-bottom: -1rem;
  }
}
body .footer-section .footer-separator {
  margin: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 1500px) {
  body .footer-section .footer-separator {
      max-width: 1450px;
  }
}
@media only screen and (max-width: 1499px) and (min-width: 1400px) {
  body .footer-section .footer-separator {
      max-width: 1250px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
  body .footer-section .footer-separator {
      max-width: 1150px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
  body .footer-section .footer-separator {
      max-width: 1050px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1100px) {
  body .footer-section .footer-separator {
      max-width: 950px;
  }
}
body .footer-section .footer-separator .vc_separator {
  margin-bottom: 10px;
  padding: 0 20px;
}
@media only screen and (max-width: 1100px) {
  body .footer-section .footer-separator .vc_separator {
      padding: 0px 30px;
  }
}
@media only screen and (max-width: 767px) {
  body .footer-section .footer-separator .vc_separator {
      padding: 0px 15px;
  }
}
body .footer-section .footer-separator .vc_separator .vc_sep_line {
  max-width: calc(1450px);
  margin: 0 auto 0;
  position: relative;
  border-color: #707070;
}
body .footer-section .footer-contact {
  margin: 0 auto;
  /* padding-left: 20px;
  padding-right: 20px; */
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 0 !important;
}
@media only screen and (min-width: 1500px) {
  body .footer-section .footer-contact {
      max-width: 1450px;
  }
}
@media only screen and (max-width: 1499px) and (min-width: 1400px) {
  body .footer-section .footer-contact {
      max-width: 1250px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
  body .footer-section .footer-contact {
      max-width: 1150px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
  body .footer-section .footer-contact {
      max-width: 1050px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1100px) {
  body .footer-section .footer-contact {
      max-width: 950px;
  }
}
@media only screen and (max-width: 1100px) {
  body .footer-section .footer-contact {
      padding-left: 35px;
      padding-right: 35px;
  }
  body .footer-section .footer-contact .vc_custom_1620228736996 > .wpb_wrapper > .wpb_text_column:last-of-type {
      margin-bottom: 65px;
  }
}
@media only screen and (max-width: 767px) {
  body .footer-section .footer-contact {
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 1.5rem;
  }
  body .footer-section .footer-contact .vc_custom_1620228736996 > .wpb_wrapper > .wpb_text_column:last-of-type {
      margin-bottom: 15px;
  }
}
body .footer-section .footer-contact .pr-6 {
  padding-right: 0 !important;
}
body .footer-section .footer-contact h3 {
  font-size: 24px !important;
  line-height: 40px;
  color: #e2f0f3 !important;
  font-family: "futura-pt", sans-serif;
  text-transform: none;
  border: 0 !important;
}
body .footer-section .footer-contact p,
body .footer-section .footer-contact a {
  font-family: roboto !important;
  font-style: normal !important;
  font-size: 16px !important;
  color: #707070 !important;
  transition: color 0.3s 0s ease;
}
body .footer-section .footer-contact .color-white {
  margin: 17px 0 0px;
  max-width: 250px;
  padding: 0 !important;
}
body .footer-section .footer-contact .color-white p,
body .footer-section .footer-contact .color-white a {
  color: #fff !important;
}
body .footer-section .footer-contact b,
body .footer-section .footer-contact strong {
  color: #fff !important;
}
body .footer-section .footer-contact ul.footertext li {
  padding-bottom: 5px !important;
}
body .footer-section .white a,
body .footer-section .footer-social a {
  color: #e2f0f3;
  font-size: 22px;
}
body .footer-section .white a:focus,
body .footer-section .footer-social a:focus,
body .footer-section .white a:hover,
body .footer-section .footer-social a:hover {
  color: #fff !important;
}
body .footer-section .white a:hover i,
body .footer-section .footer-social a:hover i {
  color: #e1b66e;
}
body .footer-section .white a i,
body .footer-section .footer-social a i {
  font-size: 24px;
  transition: color 0.3s 0s ease;
}

body .footer-section #colophon.footer-terms .vc_custom_1642537851809{
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1100px) and (min-width: 768px) {
  body .footer-section .model-and-hours-column,
  body .footer-section .quick-links-column {
      width: 50%;
  }
}
body .footer-section #colophon.footer-terms {
  margin-top: 0px !important;
  position: relative;
  top: -8px;
  /* padding: 0 20px; */
  padding: 0 25px;
}
@media only screen and (min-width: 1500px) {
  body .footer-section #colophon.footer-terms {
      max-width: 1450px;
  }
}
@media only screen and (max-width: 1499px) and (min-width: 1400px) {
  body .footer-section #colophon.footer-terms {
      max-width: 1250px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
  body .footer-section #colophon.footer-terms {
      max-width: 1150px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
  body .footer-section #colophon.footer-terms {
      max-width: 1050px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1100px) {
  body .footer-section #colophon.footer-terms {
      max-width: 950px;
  }
}
@media only screen and (max-width: 1100px) {
  body .footer-section #colophon.footer-terms {
      padding: 0 35px;
  }
}
@media only screen and (max-width: 767px) {
  body .footer-section #colophon.footer-terms {
      padding: 0 20px 2rem;
      display: flex;
      flex-direction: column-reverse;
  }
  body .footer-section #colophon.footer-terms .wpb_column:first-of-type p {
      text-align: center !important;
  }
  body .footer-section #colophon.footer-terms .wpb_column:last-of-type p {
      text-align: center !important;
  }
  body .footer-section #colophon.footer-terms .wpb_column:last-of-type p .footertext {
      margin-top: 1rem;
      display: block;
  }
  body .footer-section #colophon.footer-terms .vc_custom_1642537851809{
    margin-bottom: 35px !important;
  }
}
body .footer-section #colophon.footer-terms p,
body .footer-section #colophon.footer-terms a {
  font-family: roboto !important;
  font-style: normal !important;
  font-size: 16px !important;
  color: #707070 !important;
  line-height: 1.5;
  transition: color 0.3s 0s ease;
}
@media only screen and (max-width: 767px) {
  body .footer-section #colophon.footer-terms p,
  body .footer-section #colophon.footer-terms a {
      font-size: 14px !important;
  }
}
body .footer-section #colophon.footer-terms a:hover,
body .footer-section #colophon.footer-terms a:focus {
  color: #fff !important;
  text-decoration: none !important;
}
@media only screen and (max-width: 1100px) {
  body .footer-section #colophon.footer-terms > .wpb_column {
      margin-bottom: -35px;
      margin-top: 10px;
  }
}
body .tparrows {
  display: none !important;
}
body .top-slider .wpb_content_element {
  margin: 0;
}
body nav.gusta-navbar-default {
  transition: box-shadow 0.4s 0s ease;
}
body nav.gusta-navbar-default.window-scrolled {
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.4);
}
body .futura-pt-font {
  padding: 0px 30px 25px !important;
  width: 100vw !important;
}
@media only screen and (min-width: 1500px) {
  body .futura-pt-font {
      max-width: 1450px;
  }
}
@media only screen and (max-width: 1499px) and (min-width: 1400px) {
  body .futura-pt-font {
      max-width: 1250px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
  body .futura-pt-font {
      max-width: 1150px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
  body .futura-pt-font {
      max-width: 1050px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1100px) {
  body .futura-pt-font {
      max-width: 950px;
  }
}
@media only screen and (max-width: 1420px) {
  body .futura-pt-font {
      font-size: 72px !important;
      line-height: 1.07 !important;
  }
}
@media only screen and (max-width: 1499px) {
  body .futura-pt-font {
      padding-bottom: 5rem !important;
  }
}
@media only screen and (max-width: 1300px) {
  body .futura-pt-font {
      padding: 0 30px 75px !important;
  }
}
@media only screen and (max-width: 1199px) {
  body .futura-pt-font {
      padding-bottom: 6rem !important;
  }
}
@media only screen and (max-width: 1100px) {
  body .futura-pt-font {
      padding: 0 45px 75px !important;
  }
}
@media only screen and (max-width: 767px) {
  body .futura-pt-font {
      padding: 0 30px 10px !important;
      font-size: 44px !important;
  }
}
body #call-to-action-wrapper {
  padding: 0 30px;
  margin: 0 auto;
}
@media only screen and (min-width: 1500px) {
  body #call-to-action-wrapper {
      max-width: 1450px;
  }
}
@media only screen and (max-width: 1499px) and (min-width: 1400px) {
  body #call-to-action-wrapper {
      max-width: 1250px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
  body #call-to-action-wrapper {
      max-width: 1150px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
  body #call-to-action-wrapper {
      max-width: 1050px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1100px) {
  body #call-to-action-wrapper {
      max-width: 950px;
  }
}
@media only screen and (max-width: 1100px) {
  body #call-to-action-wrapper {
      padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  body #call-to-action-wrapper {
      padding: 0 30px;
  }
}
body #call-to-action-wrapper .call-to-action {
  max-width: none;
  background: #211c72;
  padding: 3.5rem 6.9rem;
  position: relative;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1100px) {
  body #call-to-action-wrapper .call-to-action {
      padding: 2rem 3rem;
      transform: translateY(-60%);
  }
}
@media only screen and (max-width: 767px) {
  body #call-to-action-wrapper .call-to-action {
      padding: 2rem 2rem 1.5rem;
      transform: translateY(0%);
      top: -4.5rem;
  }
}
body #call-to-action-wrapper .call-to-action p {
  font-size: 24px !important;
  color: #fff !important;
  line-height: 1.35;
  font-family: "futura-pt", sans-serif;
}
body #call-to-action-wrapper .call-to-action .btn {
  margin-bottom: 12px;
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}
body #call-to-action-wrapper .call-to-action .wpb_row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  body #call-to-action-wrapper .call-to-action .wpb_row {
      flex-direction: column;
  }
}
@media only screen and (max-width: 1500px) {
  body #call-to-action-wrapper .call-to-action > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column:last-of-type p {
      display: flex;
      flex-direction: column-reverse;
      align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  body #call-to-action-wrapper .call-to-action > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column:last-of-type p {
      text-align: right;
      align-items: flex-start;
      margin-top: 2.5rem;
  }
}
body #call-to-action-wrapper .wpb_row .wpb_column .vc_column-inner {
  padding: 0 !important;
}
body #call-to-action-wrapper .wpb_content_element {
  margin: 0;
}
body #featured-floating-content {
  padding: 90px 15px 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 8.5rem 5.75rem;
  padding-bottom: 470px;
}
@media only screen and (min-width: 1500px) {
  body #featured-floating-content {
      max-width: 1450px;
  }
}
@media only screen and (max-width: 1499px) and (min-width: 1400px) {
  body #featured-floating-content {
      max-width: 1250px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
  body #featured-floating-content {
      max-width: 1150px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
  body #featured-floating-content {
      max-width: 1050px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1100px) {
  body #featured-floating-content {
      max-width: 950px;
  }
}
@media only screen and (max-width: 1100px) {
  body #featured-floating-content {
      padding-left: 30px;
      padding-right: 30px;
      margin-top: -1rem;
      padding-top: 0;
      padding-bottom: 320px;
  }
}
@media only screen and (max-width: 767px) {
  body #featured-floating-content {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 18.5rem;
      background: none !important;
  }
}
body #featured-floating-content .wpb_wrapper h3 {
  font-size: 44px !important;
  text-transform: none;
  font-family: "futura-pt", sans-serif;
  color: #211c72 !important;
  line-height: 1.2 !important;
  max-width: 520px;
  margin-bottom: 1.6rem;
  margin-left: 6.9rem;
}
@media only screen and (max-width: 1200px) {
  body #featured-floating-content .wpb_wrapper h3 {
      font-size: 34px !important;
  }
}
body #featured-floating-content .wpb_wrapper p {
  font-size: 16px !important;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  display: block;
}
body #featured-floating-content .wpb_wrapper .indented-paragraph {
  margin-left: 14rem;
  max-width: 390px;
}
@media only screen and (max-width: 1100px) {
  body #featured-floating-content .wpb_wrapper .indented-paragraph {
      margin: 0;
      max-width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  body #featured-floating-content .wpb_wrapper .indented-paragraph {
      margin: 0;
      max-width: none;
      margin-bottom: 1.5rem;
  }
}
body #featured-floating-content .wpb_wrapper .floating-image {
  margin-top: -42px;
}
@media only screen and (max-width: 1100px) {
  body #featured-floating-content .left-column {
      width: 100%;
  }
  body #featured-floating-content .left-column > .vc_column-inner {
      padding: 0 15px;
  }
  body #featured-floating-content .left-column > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
      margin: 0;
  }
  body #featured-floating-content .left-column > .vc_column-inner > .wpb_wrapper > .wpb_text_column p {
      height: 0;
      overflow: hidden;
  }
  body #featured-floating-content .left-column > .vc_column-inner > .wpb_wrapper > .wpb_text_column p.indented-paragraph {
      height: auto;
  }
  body #featured-floating-content .left-column h3 {
      max-width: none;
      margin: 0rem 1rem 0 0rem;
  }
}
@media only screen and (max-width: 767px) {
  body #featured-floating-content .left-column {
      width: 100%;
  }
  body #featured-floating-content .left-column > .vc_column-inner {
      padding: 0 15px;
  }
  body #featured-floating-content .left-column > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
      margin: 0;
  }
  body #featured-floating-content .left-column > .vc_column-inner > .wpb_wrapper > .wpb_text_column p {
      height: 0;
      overflow: hidden;
  }
  body #featured-floating-content .left-column > .vc_column-inner > .wpb_wrapper > .wpb_text_column p.indented-paragraph {
      height: auto;
  }
  body #featured-floating-content .left-column h3 {
      max-width: none;
      margin: 0rem 1rem 0 0rem;
  }
}
@media only screen and (max-width: 1100px) {
  body #featured-floating-content .right-column {
      width: 100%;
  }
  body #featured-floating-content .right-column > .vc_column-inner > .wpb_wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
  }
  body #featured-floating-content .right-column > .vc_column-inner > .wpb_wrapper .wpb_text_column:first-of-type {
      width: 40%;
  }
  body #featured-floating-content .right-column > .vc_column-inner > .wpb_wrapper .wpb_text_column:last-of-type {
      width: 60%;
  }
  body #featured-floating-content .right-column > .vc_column-inner > .wpb_wrapper .wpb_text_column:last-of-type img.floating-image {
      margin-bottom: -10.5rem !important;
      margin-top: -1.4rem;
      margin-left: auto;
      margin-right: 0;
  }
  body #featured-floating-content .right-column > .vc_column-inner > .wpb_wrapper .wpb_text_column:last-of-type img.alignleft {
      margin: 0 0 0 -1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  body #featured-floating-content .right-column {
      width: 100%;
  }
  body #featured-floating-content .right-column > .vc_column-inner > .wpb_wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
  }
  body #featured-floating-content .right-column > .vc_column-inner > .wpb_wrapper .wpb_text_column:first-of-type {
      width: 100%;
  }
  body #featured-floating-content .right-column > .vc_column-inner > .wpb_wrapper .wpb_text_column:last-of-type {
      width: 100%;
  }
  body #featured-floating-content .right-column > .vc_column-inner > .wpb_wrapper .wpb_text_column:last-of-type img.floating-image {
      margin-bottom: -10.5rem !important;
      margin-top: -3.4rem;
      margin-left: auto;
      margin-right: -2.5rem;
      width: 45vw;
  }
  body #featured-floating-content .right-column > .vc_column-inner > .wpb_wrapper .wpb_text_column:last-of-type img.alignleft {
      margin: 0 0 0 -2.5rem;
      width: 90vw;
      max-width: none;
  }
}
body #featured-floating-content .right-column .wpb_wrapper .floating-image {
  border-bottom: 12px solid #7ab4c1;
  margin-bottom: -8rem !important;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  body #featured-floating-content .right-column .wpb_wrapper .floating-image {
      margin-right: -1rem;
      margin-bottom: -2rem !important;
  }
}
body #posts-section {
  margin-top: -260px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 15rem;
}
@media only screen and (max-width: 1100px) {
  body #posts-section {
      background: #211c72 !important;
      margin-bottom: 3rem;
  }
}
body #posts-section .posts-section-content {
  padding: 0 calc(6.9rem + 15px);
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}
@media only screen and (min-width: 1500px) {
  body #posts-section .posts-section-content {
      max-width: 1450px;
  }
}
@media only screen and (max-width: 1499px) and (min-width: 1400px) {
  body #posts-section .posts-section-content {
      max-width: 1250px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
  body #posts-section .posts-section-content {
      max-width: 1150px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
  body #posts-section .posts-section-content {
      max-width: 1050px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1100px) {
  body #posts-section .posts-section-content {
      max-width: 950px;
  }
}
@media only screen and (max-width: 1100px) {
  body #posts-section .posts-section-content {
      padding: 4rem 30px 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  body #posts-section .posts-section-content {
      padding: 2rem 15px 1.5rem;
  }
}
body #posts-section .posts-section-content h2 {
  font-size: 44px !important;
  font-family: "futura-pt", sans-serif;
  line-height: 1.2 !important;
  color: #fff !important;
  text-transform: none;
}
body #posts-section .posts-section-content h2::after {
  display: none;
}
@media only screen and (max-width: 1200px) {
  body #posts-section .posts-section-content h2 {
      font-size: 34px !important;
  }
}
body #posts-section .posts-section-content p {
  font-size: 16px !important;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  color: #fff !important;
  margin-left: -35px;
}
@media only screen and (max-width: 1100px) {
  body #posts-section .posts-section-content .vc_col-sm-7 p {
      margin: 0 0 0 3rem !important;
  }
}
@media only screen and (max-width: 767px) {
  body #posts-section .posts-section-content .vc_col-sm-7 .wpb_text_column {
      margin-bottom: 5px;
  }
  body #posts-section .posts-section-content .vc_col-sm-7 p {
      margin: 0 !important;
  }
}
body #posts-section .posts-section-elements {
  padding: 0 10px;
  margin: 0 auto;
}
@media only screen and (min-width: 1500px) {
  body #posts-section .posts-section-elements {
      max-width: 1450px;
  }
}
@media only screen and (max-width: 1499px) and (min-width: 1400px) {
  body #posts-section .posts-section-elements {
      max-width: 1250px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
  body #posts-section .posts-section-elements {
      max-width: 1150px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
  body #posts-section .posts-section-elements {
      max-width: 1050px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1100px) {
  body #posts-section .posts-section-elements {
      max-width: 950px;
  }
}
@media only screen and (max-width: 1100px) {
  body #posts-section .posts-section-elements {
      padding-bottom: 2.5rem;
  }
}
body #posts-section .posts-section-elements .post-element {
  padding: 0 20px;
}
@media only screen and (max-width: 1100px) {
  body #posts-section .posts-section-elements .post-element {
      width: 100%;
      padding: 0 35px;
  }
}
@media only screen and (max-width: 767px) {
  body #posts-section .posts-section-elements .post-element {
      padding: 0 20px;
  }
}
body #posts-section .posts-section-elements .post-element > .vc_column-inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 0;
  padding-top: 155%;
  margin-bottom: -6.45rem;
  overflow: hidden;
}
body #posts-section .posts-section-elements .post-element > .vc_column-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #b94d13;
  background: -moz-linear-gradient(180deg, rgba(185, 77, 19, 0) 0%, rgba(17, 28, 34, 0.7959558824) 100%);
  background: -webkit-linear-gradient(180deg, rgba(185, 77, 19, 0) 0%, rgba(17, 28, 34, 0.7959558824) 100%);
  background: linear-gradient(180deg, rgba(185, 77, 19, 0) 0%, rgba(17, 28, 34, 0.7959558824) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b94d13",endColorstr="#111c22",GradientType=1);
}
@media only screen and (max-width: 1100px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner {
      margin: 0 0 2rem;
      padding-top: 44%;
  }
}
@media only screen and (max-width: 767px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner {
      padding-top: 165%;
  }
}
body #posts-section .posts-section-elements .post-element > .vc_column-inner:hover .hover-description {
  top: 9%;
}
body #posts-section .posts-section-elements .post-element > .vc_column-inner:hover .wpb_content_element:not(.hover-description) {
  bottom: 54% !important;
}
@media only screen and (max-width: 1300px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner:hover .wpb_content_element:not(.hover-description) {
      bottom: 50% !important;
  }
}
@media only screen and (max-width: 1100px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner:hover .wpb_content_element:not(.hover-description) {
      bottom: 30% !important;
  }
}
@media only screen and (max-width: 767px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner:hover .wpb_content_element:not(.hover-description) {
      bottom: 50% !important;
  }
}
body #posts-section .posts-section-elements .post-element > .vc_column-inner .hover-description {
  position: absolute;
  right: 0;
  width: 80%;
  top: calc(100% - 16px);
  transition: 0.7s 0s cubic-bezier(0.15, 0.4, 0.15, 1);
  display: flex;
  justify-content: flex-end;
  padding: 40px 40px 110px 40px;
  height: 100%;
  background-color: #7ab4c1;
  z-index: 1;
}
@media only screen and (max-width: 1500px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner .hover-description {
      padding: 20px 30px 80px 30px;
  }
}
@media only screen and (max-width: 1300px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner .hover-description {
      padding: 20px 30px 75px 30px;
  }
}
@media only screen and (max-width: 1200px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner .hover-description {
      padding: 20px 30px 70px 30px;
  }
}
@media only screen and (max-width: 1100px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner .hover-description {
      width: 45.4%;
      padding: 35px 20px 50px 20px;
  }
}
@media only screen and (max-width: 767px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner .hover-description {
      width: 80%;
      padding: 20px 30px 70px 30px;
  }
}
body #posts-section .posts-section-elements .post-element > .vc_column-inner .hover-description .simplebar-content-wrapper {
  display: flex;
}
body #posts-section .posts-section-elements .post-element > .vc_column-inner .hover-description .simplebar-content-wrapper .simplebar-content {
  margin-top: auto;
}
body #posts-section .posts-section-elements .post-element > .vc_column-inner .hover-description .simplebar-track {
  width: 8px;
}
body #posts-section .posts-section-elements .post-element > .vc_column-inner .hover-description .simplebar-track .simplebar-scrollbar::before {
  background: #e1b66e;
  opacity: 1;
}
body #posts-section .posts-section-elements .post-element > .vc_column-inner .hover-description > .wpb_wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 90%;
  overflow-y: auto;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner .hover-description > .wpb_wrapper {
      margin-top: 92%;
  }
}
@media only screen and (max-width: 1300px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner .hover-description > .wpb_wrapper {
      margin-top: 105%;
  }
}
@media only screen and (max-width: 1100px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner .hover-description > .wpb_wrapper {
      margin-top: 0;
      padding-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner .hover-description > .wpb_wrapper {
      margin-top: 110%;
      padding-left: 0;
      padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 575px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner .hover-description > .wpb_wrapper {
      padding-bottom: 1.5rem;
  }
}
body #posts-section .posts-section-elements .post-element > .vc_column-inner .hover-description > .wpb_wrapper p {
  margin-top: auto;
  font-size: 16px !important;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  color: #fff !important;
  padding-right: 15px;
}
@media only screen and (max-width: 1400px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner .hover-description > .wpb_wrapper p {
      font-size: 14px !important;
  }
}
@media only screen and (max-width: 1100px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner .hover-description > .wpb_wrapper p {
      font-size: 16px !important;
  }
}
@media only screen and (max-width: 767px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner .hover-description > .wpb_wrapper p {
      margin-top: auto;
  }
}
body #posts-section .posts-section-elements .post-element > .vc_column-inner > .wpb_wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 2.5rem 3.2rem 3.75rem;
}
@media only screen and (max-width: 1500px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner > .wpb_wrapper {
      padding: 0 2.5rem 3.2rem 3rem;
  }
}
@media only screen and (max-width: 1300px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner > .wpb_wrapper {
      padding: 0 1.5rem 3.2rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner > .wpb_wrapper {
      padding: 0 2.2rem 3.2rem;
  }
}
body #posts-section .posts-section-elements .post-element > .vc_column-inner > .wpb_wrapper .wpb_content_element {
  margin: 0;
}
body #posts-section .posts-section-elements .post-element > .vc_column-inner > .wpb_wrapper .wpb_content_element:not(.hover-description) {
  position: absolute;
  bottom: 7.5%;
  transition: 0.7s 0s cubic-bezier(0.15, 0.4, 0.15, 1);
  z-index: 2;
  width: calc(100% - 5rem);
}
@media only screen and (max-width: 1500px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner > .wpb_wrapper .wpb_content_element:not(.hover-description) {
      width: calc(100% - 5rem);
      bottom: 8.5%;
  }
}
@media only screen and (max-width: 1400px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner > .wpb_wrapper .wpb_content_element:not(.hover-description) {
      bottom: 10%;
  }
}
@media only screen and (max-width: 1300px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner > .wpb_wrapper .wpb_content_element:not(.hover-description) {
      width: calc(100% - 3rem);
      bottom: 10.5%;
  }
}
@media only screen and (max-width: 1200px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner > .wpb_wrapper .wpb_content_element:not(.hover-description) {
      bottom: 12%;
  }
}
@media only screen and (max-width: 1100px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner > .wpb_wrapper .wpb_content_element:not(.hover-description) {
      width: auto;
  }
}
body #posts-section .posts-section-elements .post-element > .vc_column-inner > .wpb_wrapper .wpb_content_element h4 {
  font-size: 32px !important;
  color: #fff !important;
  text-transform: none;
  font-family: "futura-pt", sans-serif;
  line-height: 1.27;
  max-width: 300px;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1100px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner > .wpb_wrapper .wpb_content_element h4 {
      max-width: 320px;
  }
}
body #posts-section .posts-section-elements .post-element > .vc_column-inner > .wpb_wrapper .wpb_content_element .btn {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
body #posts-section .posts-section-elements .post-element > .vc_column-inner > .wpb_wrapper .wpb_content_element::after {
  content: "";
  position: absolute;
  display: none;
  width: 80%;
  height: 16px;
  background: #7ab4c1;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1100px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner > .wpb_wrapper .wpb_content_element::after {
      width: 44%;
  }
}
@media only screen and (max-width: 767px) {
  body #posts-section .posts-section-elements .post-element > .vc_column-inner > .wpb_wrapper .wpb_content_element::after {
      width: 82%;
  }
}
body #slider-wrapper {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1500px) {
  body #slider-wrapper {
      max-width: 1450px;
  }
}
@media only screen and (max-width: 1499px) and (min-width: 1400px) {
  body #slider-wrapper {
      max-width: 1250px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
  body #slider-wrapper {
      max-width: 1150px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
  body #slider-wrapper {
      max-width: 1050px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1100px) {
  body #slider-wrapper {
      max-width: 950px;
  }
}
body #slider-wrapper .slider-section-content {
  padding: 0px 11.5rem;
  border-bottom: 16px solid #e1b66e;
  padding-bottom: 3rem;
  max-width: 1005px;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  body #slider-wrapper .slider-section-content {
      max-width: 750px;
      padding: 0 5rem 3rem;
  }
}
@media only screen and (max-width: 1100px) {
  body #slider-wrapper .slider-section-content {
      max-width: none;
      padding: 0 8rem 3rem;
      width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 767px) {
  body #slider-wrapper .slider-section-content {
      padding-left: 0;
      padding-right: 0;
      width: calc(100% - 40px);
      position: relative;
      right: -10px;
  }
  body #slider-wrapper .slider-section-content > .wpb_wrapper {
      position: relative;
      left: -15px;
  }
}
body #slider-wrapper .slider-section-content h3 {
  font-size: 44px !important;
  text-transform: none;
  font-family: "futura-pt", sans-serif;
  color: #211c72 !important;
  line-height: 1.06 !important;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1200px) {
  body #slider-wrapper .slider-section-content h3 {
      font-size: 34px !important;
  }
}
body #slider-wrapper .slider-section-content p {
  font-size: 16px !important;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  color: #171717 !important;
}
body #carousel-wrapper {
  margin: 0 auto 18rem !important;
}
@media only screen and (max-width: 767px) {
  body #carousel-wrapper {
      margin: 0 auto 24rem !important;
  }
}
body #carousel-wrapper .slick-arrow {
  position: absolute;
  bottom: 0;
}
body #carousel-wrapper .carousel-wrapper-column {
  width: 260%;
  position: relative;
  left: -80%;
}
@media only screen and (max-width: 1100px) {
  body #carousel-wrapper .carousel-wrapper-column {
      width: calc(100% + 8rem);
      position: relative;
      left: -4rem;
  }
}
body #carousel-wrapper .carousel-wrapper-column .slick-list {
  padding: 0px 80px;
  overflow: visible;
}
body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element {
  position: relative;
  transition: transform 0.6s 0s ease;
  margin: 0 1rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .control-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  width: 17%;
  height: 100%;
  top: 0;
  background: #e2f0f3;
  color: #211c72;
  font-size: 34px;
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .control-slide {
      width: 22%;
  }
}
@media only screen and (max-width: 767px) {
  body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .control-slide {
      width: 65px;
      height: 60px;
      right: auto !important;
      transform: translateY(-50%) !important;
  }
}
body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .control-slide i {
  font-weight: 500;
  font-family: "Font Awesome 5 Pro";
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .control-slide i {
      font-size: 24px;
  }
}
body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .control-slide.prev-slide {
  transform: translateX(-100%);
  left: 1px;
}
@media only screen and (max-width: 767px) {
  body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .control-slide.prev-slide {
      left: 62px;
  }
}
body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .control-slide.next-slide {
  transform: translateX(100%);
  right: 1px;
}
@media only screen and (max-width: 767px) {
  body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .control-slide.next-slide {
      left: 152px;
  }
}
body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .wpb_wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 52%;
}
@media only screen and (max-width: 767px) {
  body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .wpb_wrapper {
      padding-top: 0;
      height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .wpb_wrapper {
      padding-top: 0;
      height: 310px;
  }
}
body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .wpb_wrapper .carousel-element-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  background: #fff;
  padding: 1.75rem 2.5rem;
  width: 100%;
  max-width: 750px;
}
@media only screen and (max-width: 1300px) {
  body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .wpb_wrapper .carousel-element-content {
      max-width: 560px;
  }
}
@media only screen and (max-width: 1100px) {
  body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .wpb_wrapper .carousel-element-content {
      width: calc(67.5% - 90px);
      max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .wpb_wrapper .carousel-element-content {
      width: 100%;
      transform: none;
      left: 0;
      top: 100%;
      bottom: auto;
      padding: 3.5rem 62px 1.5rem !important;
  }
}
body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .wpb_wrapper .carousel-element-content h3 {
  font-size: 32px !important;
  font-family: "futura-pt", sans-serif;
  color: #211c72 !important;
  line-height: 1.27 !important;
  text-transform: none;
  margin-bottom: 0.5rem !important;
  max-width: 61%;
}
@media only screen and (max-width: 1100px) {
  body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .wpb_wrapper .carousel-element-content h3 {
      max-width: 95%;
      font-size: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .wpb_wrapper .carousel-element-content h3 {
      max-width: none;
  }
}
body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .wpb_wrapper .carousel-element-content p {
  max-width: 61%;
  font-size: 16px !important;
  font-family: "Roboto";
  line-height: 1.5;
  margin: 0;
  color: #171717 !important;
}
@media only screen and (max-width: 1100px) {
  body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .wpb_wrapper .carousel-element-content p {
      max-width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .wpb_wrapper .carousel-element-content p {
      max-width: none;
  }
}
body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .wpb_wrapper .carousel-element-content .btn {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
@media only screen and (max-width: 1100px) {
  body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .wpb_wrapper .carousel-element-content .btn {
      position: relative;
      top: 0;
      right: 0;
      margin-top: 3rem;
      transform: none;
      padding-top: 5px !important;
      padding-bottom: 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  body #carousel-wrapper .carousel-wrapper-column > .vc_column-inner > .wpb_wrapper .carousel-element .wpb_wrapper .carousel-element-content .btn {
      margin-top: 1.5rem;
  }
}
body #before-footer-wrapper {
  padding: 4rem 0 9rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body #before-footer-wrapper .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 28, 114, 0.9);
  z-index: 0;
}
@media only screen and (max-width: 1100px) {
  body #before-footer-wrapper {
      padding: 3rem 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  body #before-footer-wrapper,
  body #before-footer-wrapper > .wpb_column > .vc_column-inner {
      padding-top: 0;
  }
}
body #before-footer-wrapper .posts-section-elements {
  padding: 0 15px;
  margin: 0 auto;
}
@media only screen and (min-width: 1500px) {
  body #before-footer-wrapper .posts-section-elements {
      max-width: 1450px;
  }
}
@media only screen and (max-width: 1499px) and (min-width: 1400px) {
  body #before-footer-wrapper .posts-section-elements {
      max-width: 1250px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
  body #before-footer-wrapper .posts-section-elements {
      max-width: 1150px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
  body #before-footer-wrapper .posts-section-elements {
      max-width: 1050px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1100px) {
  body #before-footer-wrapper .posts-section-elements {
      max-width: 950px;
  }
}
@media only screen and (max-width: 1100px) {
  body #before-footer-wrapper .posts-section-elements {
      padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  body #before-footer-wrapper .posts-section-elements {
      padding: 0 15px;
  }
}
@media only screen and (max-width: 1100px) {
  body #before-footer-wrapper .posts-section-elements .large-image-column {
      width: 70%;
  }
  body #before-footer-wrapper .posts-section-elements .large-image-column img {
      width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body #before-footer-wrapper .posts-section-elements .large-image-column {
      width: calc(75% + 30px);
      margin-left: 25%;
      margin-bottom: -2rem;
      margin-top: -20px;
  }
}
body #before-footer-wrapper .posts-section-elements .floating-image-column {
  position: static !important;
}
body #before-footer-wrapper .posts-section-elements .floating-image-column img {
  position: absolute;
  left: 37%;
  top: calc(50% - 14px);
  margin-left: -8rem;
  transform: translateY(-50%);
  border-bottom: 12px solid #e1b66e;
  z-index: 2;
}
@media only screen and (max-width: 1500px) {
  body #before-footer-wrapper .posts-section-elements .floating-image-column img {
      top: calc(38% - 14px);
  }
}
@media only screen and (max-width: 1300px) {
  body #before-footer-wrapper .posts-section-elements .floating-image-column img {
      top: calc(30% - 14px);
      max-width: 225px;
  }
}
@media only screen and (max-width: 1200px) {
  body #before-footer-wrapper .posts-section-elements .floating-image-column img {
      top: calc(29% - 14px);
  }
}
@media only screen and (max-width: 1100px) {
  body #before-footer-wrapper .posts-section-elements .floating-image-column img {
      top: 26%;
      right: 45px;
      left: auto;
      max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  body #before-footer-wrapper .posts-section-elements .floating-image-column img {
      width: 50%;
      top: -40px;
      left: 0;
      right: auto;
      transform: none;
      margin-left: 0;
  }
}
@media only screen and (max-width: 1100px) {
  body #before-footer-wrapper .posts-section-elements .before-footer-content {
      width: 100%;
      margin-top: -1rem;
  }
}
body #before-footer-wrapper .posts-section-elements .before-footer-content h2 {
  font-size: 44px !important;
  font-family: "futura-pt", sans-serif;
  line-height: 1.2 !important;
  color: #fff !important;
  text-transform: none;
  margin-bottom: 2rem;
}
body #before-footer-wrapper .posts-section-elements .before-footer-content h2::after {
  display: none;
}
@media only screen and (max-width: 1200px) {
  body #before-footer-wrapper .posts-section-elements .before-footer-content h2 {
      font-size: 34px !important;
  }
}
@media only screen and (max-width: 1100px) {
  body #before-footer-wrapper .posts-section-elements .before-footer-content h2 {
      max-width: 650px;
  }
}
body #before-footer-wrapper .posts-section-elements .before-footer-content p {
  font-size: 16px !important;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  color: #fff !important;
  margin-bottom: 2rem;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  body #before-footer-wrapper .posts-section-elements .before-footer-content p {
      padding-right: 0px;
  }
}
body #before-footer-wrapper .posts-section-elements .before-footer-content .btn {
  padding: 10px 25px !important;
  margin-bottom: 10px;
}
html body #logo-8176016435fbd9e7d41125f9ae355a163af9a920d2b4f2, html body #logo-8176016435fbd9e7d41125f9ae355a163af9a920d2b4f2 a {
  height: auto !important;
}