/*
Theme Name: aeliteclub
Theme URI: https://touch-agency.net
Author: Touch Agency
Author URI: https://touch-agency.net
Description: aeliteclub's custom theme
Requires at least: 6.3
Tested up to: 6.3
Requires PHP: 7.2
Version: 1.0
Text Domain: aeliteclub
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,500;0,600;0,700;0,800;1,300;1,600&display=swap");
*[data-cky-tag=detail-powered-by] {
  display: none !important;
}

body {
  font-family: "Barlow", sans-serif;
  /* margin-top: 100px; */
  background-color: #121212;
  color: #FFFFFF;
  overflow-x: hidden;
}
body main {
  margin-top: 100px;
}
body main > * {
  background-color: #121212;
}
body.home main, body.page-landing main, body.page-template-page-home_test main {
  margin-top: 0;
}

.intro {
  color: #fff;
  /*font-weight: bold;
  text-transform: uppercase;*/
}

a {
  color: #F4CF7D;
  text-decoration: underline;
}
a:hover {
  color: #F4CF7D;
  text-decoration: none;
}

.btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 100px;
  text-transform: uppercase;
  padding: 10px 15px;
}
.btn.btn-arrow {
  position: relative;
}
.btn.btn-outline-warning {
  color: #F4CF7D;
  border-color: #F4CF7D;
}
.btn.btn-outline-warning:hover {
  color: #121212;
  background-color: #F4CF7D;
}
.btn.btn-warning {
  background-color: #F4CF7D;
}
.btn.btn-warning:hover {
  background-color: transparent;
  color: #fff;
}
.btn.btn-pulse {
  max-width: 300px;
  border-radius: 100px;
  border: medium none;
  box-shadow: 0 0 0 0 #F4CF7D;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  border: 1px solid #F4CF7D;
}
.btn.btn-pulse:hover {
  background: none;
  color: #F4CF7D;
}

.btn-arrow::after {
  display: inline-block;
  right: 8px;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transition: 250ms all ease;
  margin-left: 10px;
}
.btn-arrow:hover:after {
  margin-left: 25px;
  background-image: url(../images/arrow-right-white.svg);
}
.btn-arrow.btn-outline-warning {
  color: #fff;
}
.btn-arrow.btn-outline-warning::after {
  background-image: url(../images/arrow-right-white.svg);
}
.btn-arrow.btn-outline-warning:hover:after {
  background-image: url(../images/arrow-right.svg);
}

input.btn-arrow {
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.has-text-align-center {
  text-align: center;
}

figure.img-fluid > img {
  max-width: 100%;
  height: auto;
}

.display-posts-listing {
  padding-left: 0;
  list-style: none;
}
.display-posts-listing a.title {
  display: none;
}

nav {
  background-color: #121212 !important;
}
nav .navbar-brand {
  display: inline-block;
}
nav .navbar-brand img {
  width: 210px;
}
nav .nav-item .nav-link {
  color: #FFFFFF;
  font-weight: 300;
  padding: 8px 16px !important;
}
nav .nav-item .nav-link:hover {
  color: #F4CF7D !important;
}
nav .nav-item .nav-link.active {
  color: #F4CF7D !important;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  nav .nav-item .nav-link {
    padding: 8px 10px !important;
  }
}
nav .nav-item .menu-item.wpml-ls-item.wpml-ls-menu-item {
  display: block;
  padding: 8px;
  color: #F4CF7D;
  text-decoration: none;
}
nav .nav-item .menu-item.wpml-ls-item.wpml-ls-menu-item:hover {
  color: #FFFFFF;
}

#header {
  position: relative;
  z-index: -1;
  height: 100vh;
  max-width: 100vw;
  overflow: hidden;
}
#header #banner-container #banner-image {
  position: fixed;
  top: 0;
  left: 0;
  translate: 0;
  width: 100vw;
}
#header #banner-container #banner-text {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  padding: 0px 12px;
}
@media screen and (max-width: 1200px) {
  #header {
    margin-top: 50px;
  }
  #header #banner-container {
    margin-top: 50px;
  }
  #header #banner-container #banner-image {
    top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    margin-top: 100px;
  }
  #header #banner-container {
    margin-top: 100px;
  }
  #header #banner-container #banner-image {
    top: 100px;
  }
}

.clouds {
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: top;
}

form {
  max-width: 800px;
  margin: auto;
}
form input[type=checkbox] {
  border-radius: 100% !important;
}
form input[type=email], form input[type=text], form input[type=tel] {
  border-radius: 80px;
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
form input[type=email]:focus, form input[type=text]:focus, form input[type=tel]:focus {
  outline: none;
  box-shadow: none;
}
form input[type=email][type=submit], form input[type=text][type=submit], form input[type=tel][type=submit] {
  background: #F4CF7D;
  border: 1px solid #F4CF7D;
}
form textarea {
  background: none;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
}
form button {
  padding-right: 15px;
  width: 100%;
  max-width: 200px;
}

#footer {
  background-color: #121212;
  color: #FFFFFF;
}
#footer h2.outline {
  margin-bottom: 0;
  -webkit-text-stroke-color: #FFFFFF;
}
#footer img.logo {
  width: 200px;
}
#footer .wpcf7-spinner {
  position: absolute;
  top: 3px;
}
#footer .screen-reader-response {
  color: #F4CF7D;
  font-weight: 800;
}
#footer .company {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #F4CF7D;
  font-size: 14px;
  font-weight: 100;
  margin-top: 50px;
}
#footer .company a {
  color: #fff;
  text-decoration: none;
}
#footer .company a:hover {
  color: #F4CF7D;
}
#footer .company a.social {
  text-decoration: none;
  color: #F4CF7D;
  display: inline-block;
  width: 210px;
  margin-top: 10px;
}
#footer .company a.social:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#footer .company a.social img {
  margin-right: 10px;
}
#footer .company .col-md-2 {
  display: flex;
  flex-direction: column;
}
#footer .company .col-md-4 {
  display: flex;
  align-items: end;
  flex-direction: column;
}
#footer #legal {
  background-color: #F4CF7D;
  line-height: 38px;
  margin: 0 -15px;
}
#footer #legal a {
  color: #121212;
  text-decoration: none;
}
#footer #legal a:hover {
  color: #121212;
  text-decoration: underline;
}

h1 {
  font-weight: 800;
  font-size: 85px;
  text-transform: uppercase;
  color: #F4CF7D;
}

h2.outline {
  font-family: "Barlow", sans-serif;
  font-size: 167px;
  /*line-height: 200px;*/
	line-height:0.9em;
  font-weight: 800;
  letter-spacing: 8.35px;
  color: transparent;
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFFFFF;
  padding-top: 60px;
}
@media screen and (max-width: 1400px) {
  h2.outline {
    font-size: 120px;
    line-height: 150px;
    letter-spacing: 6px;
  }
}
@media screen and (max-width: 1200px) {
  h2.outline {
    font-size: 80px;
    line-height: 120px;
    letter-spacing: 6px;
  }
}
@media screen and (max-width: 1024px) {
  h2.outline {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 4px;
  }
}

hr {
  border-color: #F4CF7D;
  opacity: 1;
}

.modal {
  color: #121212;
}
.modal h1 {
  font-size: 85px !important;
}
@media screen and (max-width: 1200px) {
  .modal h1 {
    font-size: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .modal h1 {
    font-size: 40px !important;
  }
}
.modal .close {
  position: absolute;
  top: -75px;
  right: 10px;
  width: 75px;
  height: 75px;
  background-color: #F4CF7D;
  color: #000000;
  font-size: 75px;
  line-height: 0;
  font-weight: 100;
  text-decoration: none;
  padding: 33px 23px;
}
.modal .btn.btn-outline-warning {
  color: #121212;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}
.banner-clouds {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.banner-clouds img {
  min-width: 100%;
  min-height: 370px;
}
.banner-clouds .banner-clouds-gradiant {
  display: block;
  height: 400px;
  background: transparent linear-gradient(180deg, #676868 0%, #575758 17%, #121212 100%) 0% 0% no-repeat padding-box;
}

.title {
  color: #F4CF7D;
  font-weight: bold;
  text-transform: uppercase;
}

.swiper {
  overflow-x: unset;
  padding: 20px 0;
}
.swiper .btn:hover {
  color: #333;
}
.swiper .btn:hover::after {
  background-image: url(../images/arrow-right.svg);
}

.swiper-button {
  border: none;
  background-color: transparent;
}
.swiper-button::after {
  content: "";
}
.swiper-button.swiper-button-prev {
  left: 40px;
}
.swiper-button.swiper-button-next {
  right: 40px;
}
.swiper-button .carousel-control-icon {
  background: none;
  padding: 15px;
  width: 100px;
  height: 100px;
}

.carousel-control {
  bottom: 0;
  top: auto;
  padding: 15px;
  width: auto;
  opacity: 1;
}
.carousel-control.carousel-control-prev {
  left: auto;
  right: 100px;
}
.carousel-control .carousel-control-icon {
  background: none;
  width: 70px;
  height: 70px;
}

body.home #banner-clouds,
body.page-landing #banner-clouds,
body.page-template-page-home_test #banner-clouds,
body.single-landing-page #banner-clouds {
  /*position: absolute;
  bottom: 0;
  left: 0;*/
  width: 100%;
  background-color: transparent;
}
body.home h1,
body.page-landing h1,
body.page-template-page-home_test h1,
body.single-landing-page h1 {
  font-size: 20px;
}
body.home h2.outline,
body.page-landing h2.outline,
body.page-template-page-home_test h2.outline,
body.single-landing-page h2.outline {
  /*margin-bottom: -60px;*/
	margin-bottom: -35px;
  -webkit-text-stroke-color: #F4CF7D;
}
@media screen and (max-width: 1200px) {
  body.home h2.outline,
  body.page-landing h2.outline,
  body.page-template-page-home_test h2.outline,
  body.single-landing-page h2.outline {
    margin-bottom: -30px !important;
  }
}
@media screen and (max-width: 1024px) {
  body.home h2.outline,
  body.page-landing h2.outline,
  body.page-template-page-home_test h2.outline,
  body.single-landing-page h2.outline {
    margin-bottom: -14px !important;
  }
}
body.home #page,
body.page-landing #page,
body.page-template-page-home_test #page,
body.single-landing-page #page {
  background: transparent linear-gradient(180deg, #676868 0%, #575758 17%, #121212 100%) 0% 0% no-repeat padding-box;
  position: relative;
}
body.home #page .btnFirst,
body.page-landing #page .btnFirst,
body.page-template-page-home_test #page .btnFirst,
body.single-landing-page #page .btnFirst {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -250px;
}
@media screen and (max-width: 1600px) {
  body.home #page .btnFirst,
  body.page-landing #page .btnFirst,
  body.page-template-page-home_test #page .btnFirst,
  body.single-landing-page #page .btnFirst {
    top: -150px;
  }
}
@media screen and (max-width: 1200px) {
  body.home #page .btnFirst,
  body.page-landing #page .btnFirst,
  body.page-template-page-home_test #page .btnFirst,
  body.single-landing-page #page .btnFirst {
    top: -100px;
  }
}
@media screen and (max-width: 992px) {
  body.home #page .btnFirst,
  body.page-landing #page .btnFirst,
  body.page-template-page-home_test #page .btnFirst,
  body.single-landing-page #page .btnFirst {
    display: none;
  }
}
body.home #home-container,
body.page-landing #home-container,
body.page-template-page-home_test #home-container,
body.single-landing-page #home-container {
  background: url(../images/home-menu-background.png) no-repeat;
  background-size: 30%;
  background-position: 70% 80%;
}
body.home #home-container #home-menu li,
body.page-landing #home-container #home-menu li,
body.page-template-page-home_test #home-container #home-menu li,
body.single-landing-page #home-container #home-menu li {
  max-width: 22%;
  margin-right: 2%;
}
@media screen and (max-width: 994px) {
  body.home #home-container,
  body.page-landing #home-container,
  body.page-template-page-home_test #home-container,
  body.single-landing-page #home-container {
    background: none;
  }
}
body.home #home-sub-menu,
body.page-landing #home-sub-menu,
body.page-template-page-home_test #home-sub-menu,
body.single-landing-page #home-sub-menu {
  padding-bottom: 50px;
}
body.home #home-sub-menu h3,
body.page-landing #home-sub-menu h3,
body.page-template-page-home_test #home-sub-menu h3,
body.single-landing-page #home-sub-menu h3 {
  text-transform: uppercase;
  line-height: 30px;
  margin: 30px 0;
}
body.home #home-sub-menu h3 strong,
body.page-landing #home-sub-menu h3 strong,
body.page-template-page-home_test #home-sub-menu h3 strong,
body.single-landing-page #home-sub-menu h3 strong {
  color: #F4CF7D;
}
body.home #home-sub-menu h3 small,
body.page-landing #home-sub-menu h3 small,
body.page-template-page-home_test #home-sub-menu h3 small,
body.single-landing-page #home-sub-menu h3 small {
  font-size: 20px;
  font-weight: 100;
  text-transform: none;
}
body.home #home-sub-menu img,
body.page-landing #home-sub-menu img,
body.page-template-page-home_test #home-sub-menu img,
body.single-landing-page #home-sub-menu img {
  max-height: 220px;
}
body.home #spaces,
body.page-landing #spaces,
body.page-template-page-home_test #spaces,
body.single-landing-page #spaces {
  text-align: center;
  background: url(../images/home-bg-concrete.webp) repeat-x;
  background-size: auto 100%;
  overflow: hidden;
}
body.home #spaces h2.outline,
body.page-landing #spaces h2.outline,
body.page-template-page-home_test #spaces h2.outline,
body.single-landing-page #spaces h2.outline {
  margin-bottom: 0;
}
body.home #spaces h3,
body.page-landing #spaces h3,
body.page-template-page-home_test #spaces h3,
body.single-landing-page #spaces h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 25px;
}
body.home #spaces div.space,
body.page-landing #spaces div.space,
body.page-template-page-home_test #spaces div.space,
body.single-landing-page #spaces div.space {
  width: 480px;
}
body.home #spaces div.space .swiper-slide,
body.page-landing #spaces div.space .swiper-slide,
body.page-template-page-home_test #spaces div.space .swiper-slide,
body.single-landing-page #spaces div.space .swiper-slide {
  height: auto;
}
body.home #spaces div.space .card,
body.page-landing #spaces div.space .card,
body.page-template-page-home_test #spaces div.space .card,
body.single-landing-page #spaces div.space .card {
  padding-bottom: 15px;
  border: none;
  border-radius: 0;
}
body.home #spaces div.space .card .card-img-top,
body.page-landing #spaces div.space .card .card-img-top,
body.page-template-page-home_test #spaces div.space .card .card-img-top,
body.single-landing-page #spaces div.space .card .card-img-top {
  border-radius: 0;
}
body.home #spaces div.space .card .card-body,
body.page-landing #spaces div.space .card .card-body,
body.page-template-page-home_test #spaces div.space .card .card-body,
body.single-landing-page #spaces div.space .card .card-body {
  max-height: 250px;
}
body.home #spaces div.space .card .card-footer,
body.page-landing #spaces div.space .card .card-footer,
body.page-template-page-home_test #spaces div.space .card .card-footer,
body.single-landing-page #spaces div.space .card .card-footer {
  border: none;
  background-color: transparent;
}
body.home #spaces .swiper,
body.page-landing #spaces .swiper,
body.page-template-page-home_test #spaces .swiper,
body.single-landing-page #spaces .swiper {
  width: 100%;
}
body.home #spaces .swiper .swiper-slide,
body.page-landing #spaces .swiper .swiper-slide,
body.page-template-page-home_test #spaces .swiper .swiper-slide,
body.single-landing-page #spaces .swiper .swiper-slide {
  max-width: 400px;
}
@media screen and (max-width: 1024px) {
  body.home #spaces,
  body.page-landing #spaces,
  body.page-template-page-home_test #spaces,
  body.single-landing-page #spaces {
    overflow: hidden;
  }
  body.home #spaces .swiper .swiper-slide,
  body.page-landing #spaces .swiper .swiper-slide,
  body.page-template-page-home_test #spaces .swiper .swiper-slide,
  body.single-landing-page #spaces .swiper .swiper-slide {
    max-width: 310px;
  }
}

#subscriptions {
  background: url(../images/home-bg-boxing.webp) no-repeat right center;
  background-color: #121212;
  background-size: auto 100%;
}
@media screen and (max-width: 1199px) {
  #subscriptions {
    background: #121212;
  }
}
#subscriptions h2.outline {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #subscriptions h2.outline {
    font-size: 40px;
  }
}
#subscriptions .subscription {
  display: inline-block;
  width: 19% !important;
  margin: 15px 0;
  /*@media screen and (max-width: 768px) {
      width: 100%;
      height: auto !important;
  }*/
}
#subscriptions .subscription h4 {
  text-transform: uppercase;
  font-weight: 800;
}
#subscriptions .subscription .price {
  font-size: 60px;
  font-weight: 800;
}
#subscriptions .subscription .access {
  font-weight: 600;
}
#subscriptions .subscription .gifts {
  padding-bottom: 15px;
}
#subscriptions .subscription .gifts p {
  margin: 0;
}
#subscriptions .subscription hr {
  border-color: #121212;
  opacity: 0.2;
}
#subscriptions .subscription .tag-best-seller {
  color: #fff !important;
}
#subscriptions .subscription.best-seller {
  position: relative;
  /*> *:first-child {
      margin-top: -25px;
  }*/
}
#subscriptions .subscription.best-seller .tag-best-seller {
  position: absolute;
  top: -25px;
  left: 20%;
  width: 60%;
  padding: 0px 25px 5px 25px;
  background-color: #121212;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  text-transform: uppercase;
  font-size: 12px;
}
#subscriptions .subscription.best-seller .best-seller-top,
#subscriptions .subscription.best-seller .best-seller-bottom {
  position: absolute;
  left: 0;
  height: 25px;
  width: 100%;
}
#subscriptions .subscription.best-seller .best-seller-top {
  top: -25px;
}
#subscriptions .subscription.best-seller .best-seller-bottom {
  bottom: -25px;
}
@media screen and (max-width: 1199px) {
  #subscriptions .subscription.best-seller .tag-best-seller {
    top: 0px;
  }
  #subscriptions .subscription.best-seller .best-seller-top,
  #subscriptions .subscription.best-seller .best-seller-bottom {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  #subscriptions .subscription {
    width: 32% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  #subscriptions .subscription {
    width: 49% !important;
    height: auto !important;
  }
}

body.home h2.outline,
body.page-landing h2.outline,
body.page-template-page-home_test h2.outline,
article.club h2.outline,
body.single-landing-page h2.outline {
  /*margin-bottom: -60px;*/
	margin-bottom: -35px;
  -webkit-text-stroke-color: #F4CF7D;
}
@media screen and (max-width: 1200px) {
  body.home h2.outline,
  body.page-landing h2.outline,
  body.page-template-page-home_test h2.outline,
  article.club h2.outline,
  body.single-landing-page h2.outline {
    margin-bottom: -30px !important;
  }
}
@media screen and (max-width: 1024px) {
  body.home h2.outline,
  body.page-landing h2.outline,
  body.page-template-page-home_test h2.outline,
  article.club h2.outline,
  body.single-landing-page h2.outline {
    margin-bottom: -14px !important;
  }
}

/* --- ACTIVITIES --- */
body.home .activities,
body.home #activities,
body.page-landing .activities,
body.page-landing #activities,
body.page-template-page-home_test .activities,
body.page-template-page-home_test #activities,
article.club .activities,
article.club #activities,
body.single-landing-page .activities,
body.single-landing-page #activities {
  text-align: center;
}
body.home .activities ul,
body.home #activities ul,
body.home .activities ul,
body.home #activities ul,
body.page-landing .activities ul,
body.page-landing #activities ul,
body.page-template-page-home_test .activities ul,
body.page-template-page-home_test #activities ul,
article.club .activities ul,
article.club #activities ul,
body.single-landing-page .activities ul,
body.single-landing-page #activities ul {
  padding: 0;
}
body.home .activities .activity,
body.home #activities .activity,
body.page-landing .activities .activity,
body.page-landing #activities .activity,
body.page-template-page-home_test .activities .activity,
body.page-template-page-home_test #activities .activity,
article.club .activities .activity,
article.club #activities .activity,
body.single-landing-page .activities .activity,
body.single-landing-page #activities .activity {
  width: 19%;
  display: inline-block;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: top;
  height: 350px;
}
body.home .activities .activity figure,
body.home #activities .activity figure,
body.page-landing .activities .activity figure,
body.page-landing #activities .activity figure,
body.page-template-page-home_test .activities .activity figure,
body.page-template-page-home_test #activities .activity figure,
article.club .activities .activity figure,
article.club #activities .activity figure,
body.single-landing-page .activities .activity figure,
body.single-landing-page #activities .activity figure {
  height: 100%;
}
body.home .activities .activity img,
body.home #activities .activity img,
body.page-landing .activities .activity img,
body.page-landing #activities .activity img,
body.page-template-page-home_test .activities .activity img,
body.page-template-page-home_test #activities .activity img,
article.club .activities .activity img,
article.club #activities .activity img,
body.single-landing-page .activities .activity img,
body.single-landing-page #activities .activity img {
  max-width: 100%;
  height: 100%;
}
body.home .activities .activity h3,
body.home #activities .activity h3,
body.page-landing .activities .activity h3,
body.page-landing #activities .activity h3,
body.page-template-page-home_test .activities .activity h3,
body.page-template-page-home_test #activities .activity h3,
article.club .activities .activity h3,
article.club #activities .activity h3,
body.single-landing-page .activities .activity h3,
body.single-landing-page #activities .activity h3 {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
}
body.home .activities .activity h3 a,
body.home #activities .activity h3 a,
body.page-landing .activities .activity h3 a,
body.page-landing #activities .activity h3 a,
body.page-template-page-home_test .activities .activity h3 a,
body.page-template-page-home_test #activities .activity h3 a,
article.club .activities .activity h3 a,
article.club #activities .activity h3 a,
body.single-landing-page .activities .activity h3 a,
body.single-landing-page #activities .activity h3 a {
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  body.home .activities .activity,
  body.home #activities .activity,
  body.page-landing .activities .activity,
  body.page-landing #activities .activity,
  body.page-template-page-home_test .activities .activity,
  body.page-template-page-home_test #activities .activity,
  article.club .activities .activity,
  article.club #activities .activity,
  body.single-landing-page .activities .activity,
  body.single-landing-page #activities .activity {
    width: 32%;
  }
}
@media screen and (max-width: 1024px) {
  body.home .activities .activity,
  body.home #activities .activity,
  body.page-landing .activities .activity,
  body.page-landing #activities .activity,
  body.page-template-page-home_test .activities .activity,
  body.page-template-page-home_test #activities .activity,
  article.club .activities .activity,
  article.club #activities .activity,
  body.single-landing-page .activities .activity,
  body.single-landing-page #activities .activity {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  body.home .activities .activity,
  body.home #activities .activity,
  body.page-landing .activities .activity,
  body.page-landing #activities .activity,
  body.page-template-page-home_test .activities .activity,
  body.page-template-page-home_test #activities .activity,
  article.club .activities .activity,
  article.club #activities .activity,
  body.single-landing-page .activities .activity,
  body.single-landing-page #activities .activity {
    /*width: 100%;*/
  }
  body.home .activities .activity h3,
  body.home #activities .activity h3,
  body.page-landing .activities .activity h3,
  body.page-landing #activities .activity h3,
  body.page-template-page-home_test .activities .activity h3,
  body.page-template-page-home_test #activities .activity h3,
  article.club .activities .activity h3,
  article.club #activities .activity h3,
  body.single-landing-page .activities .activity h3,
  body.single-landing-page #activities .activity h3 {
    font-size: 18px;
  }
}

/* --- GROUP COURSES --- */
body.home .group-courses,
body.home #group-courses,
body.page-landing .group-courses,
body.page-landing #group-courses,
body.page-template-page-home_test .group-courses,
body.page-template-page-home_test #group-courses,
article.club .group-courses,
article.club #group-courses,
body.single-landing-page .group-courses,
body.single-landing-page #group-courses {
  text-align: center;
}
body.home .group-courses ul,
body.home #group-courses ul,
body.page-landing .group-courses ul,
body.page-landing #group-courses ul,
body.page-template-page-home_test .group-courses ul,
body.page-template-page-home_test #group-courses ul,
article.club .group-courses ul,
article.club #group-courses ul,
body.single-landing-page .group-courses ul,
body.single-landing-page #group-courses ul {
  padding: 0;
}
body.home .group-courses .group-course,
body.home #group-courses .group-course,
body.page-landing .group-courses .group-course,
body.page-landing #group-courses .group-course,
body.page-template-page-home_test .group-courses .group-course,
body.page-template-page-home_test #group-courses .group-course,
article.club .group-courses .group-course,
article.club #group-courses .group-course,
body.single-landing-page .group-courses .group-course,
body.single-landing-page #group-courses .group-course {
  width: 16.65%;
  display: inline-block;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: top;
  height: 350px;
}
body.home .group-courses .group-course figure,
body.home #group-courses .group-course figure,
body.page-landing .group-courses .group-course figure,
body.page-landing #group-courses .group-course figure,
body.page-template-page-home_test .group-courses .group-course figure,
body.page-template-page-home_test #group-courses .group-course figure,
article.club .group-courses .group-course figure,
article.club #group-courses .group-course figure,
body.single-landing-page .group-courses .group-course figure,
body.single-landing-page #group-courses .group-course figure {
  height: 100%;
}
body.home .group-courses .group-course img,
body.home #group-courses .group-course img,
body.page-landing .group-courses .group-course img,
body.page-landing #group-courses .group-course img,
body.page-template-page-home_test .group-courses .group-course img,
body.page-template-page-home_test #group-courses .group-course img,
article.club .group-courses .group-course img,
article.club #group-courses .group-course img,
body.single-landing-page .group-courses .group-course img,
body.single-landing-page #group-courses .group-course img {
  max-width: 100%;
  height: 100%;
}
body.home .group-courses .group-course h3,
body.home #group-courses .group-course h3,
body.page-landing .group-courses .group-course h3,
body.page-landing #group-courses .group-course h3,
body.page-template-page-home_test .group-courses .group-course h3,
body.page-template-page-home_test #group-courses .group-course h3,
article.club .group-courses .group-course h3,
article.club #group-courses .group-course h3,
body.single-landing-page .group-courses .group-course h3,
body.single-landing-page #group-courses .group-course h3 {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
}
body.home .groupe-courses .groupe-course h3 a,
body.home #groupe-courses .groupe-course h3 a,
body.page-landing .group-courses .group-course h3 a,
body.page-landing #group-courses .group-course h3 a,
body.page-template-page-home_test .group-courses .group-course h3 a,
body.page-template-page-home_test #group-courses .group-course h3 a,
article.club .group-courses .group-course h3 a,
article.club #group-courses .group-course h3 a,
body.single-landing-page .group-courses .group-course h3 a,
body.single-landing-page #group-courses .group-course h3 a {
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  body.home .group-courses .group-course,
  body.home #group-courses .group-course,
  body.page-landing .group-courses .group-course,
  body.page-landing #group-courses .group-course,
  body.page-template-page-home_test .group-courses .group-course,
  body.page-template-page-home_test #group-courses .group-course,
  article.club .group-courses .group-course,
  article.club #group-courses .group-course,
  body.single-landing-page .group-courses .group-course,
  body.single-landing-page #group-courses .group-course {
    width: 32%;
  }
}
@media screen and (max-width: 1024px) {
  body.home .group-courses .group-course,
  body.home #group-courses .group-course,
  body.page-landing .group-courses .group-course,
  body.page-landing #group-courses .group-course,
  body.page-template-page-home_test .group-courses .group-course,
  body.page-template-page-home_test #group-courses .group-course,
  article.club .group-courses .group-course,
  article.club #group-courses .group-course,
  body.single-landing-page .group-courses .group-course,
  body.single-landing-page #group-courses .group-course {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  body.home .group-courses .group-course,
  body.home #group-courses .group-course,
  body.page-landing .group-courses .group-course,
  body.page-landing #group-courses .group-course,
  body.page-template-page-home_test .group-courses .group-course,
  body.page-template-page-home_test #group-courses .group-course,
  article.club .group-courses .group-course,
  article.club #group-courses .group-course,
  body.single-landing-page .group-courses .group-course,
  body.single-landing-page #group-courses .group-course {
    /*width: 100%;*/
  }
  body.home .group-courses .group-course h3,
  body.home #group-courses .group-course h3,
  body.page-landing .group-courses .group-course h3,
  body.page-landing #group-courses .group-course h3,
  body.page-template-page-home_test .group-courses .group-course h3,
  body.page-template-page-home_test #group-courses .group-course h3,
  article.club .group-courses .group-course h3,
  article.club #group-courses .group-course h3,
  body.single-landing-page .group-courses .group-course h3,
  body.single-landing-page #group-courses .group-course h3 {
    font-size: 18px;
  }
}

/* --- SERVICES ---*/
body.home .services,
body.home #services,
body.page-landing .services,
body.page-landing #services,
body.page-club .services,
body.page-club #services,
body.page-template-page-home_test .services,
body.page-template-page-home_test #services,
body.single-landing-page .services,
body.single-landing-page #services {
  text-align: center;
}
body.home .services ul,
body.home #services ul,
body.page-landing .services ul,
body.page-landing #services ul,
body.page-club .services ul,
body.page-club #services ul,
body.page-template-page-home_test .services ul,
body.page-template-page-home_test #services ul,
body.single-landing-page .services ul,
body.single-landing-page #services ul {
  padding: 0;
}
body.home .services .service,
body.home #services .service,
body.page-landing .services .service,
body.page-landing #services .service,
body.page-club .services .service,
body.page-club #services .service,
body.page-template-page-home_test .services .service,
body.page-template-page-home_test #services .service,
body.single-landing-page .services .service,
body.single-landing-page #services .service {
  width: 19%;
  display: inline-block;
  position: relative;
  padding: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: top;
  height: 350px;
}
body.home .services .service figure,
body.home #services .service figure,
body.page-landing .services .service figure,
body.page-landing #services .service figure,
body.page-club .services .service figure,
body.page-club #services .service figure,
body.page-template-page-home_test .services .service figure,
body.page-template-page-home_test #services .service figure,
body.single-landing-page .services .service figure,
body.single-landing-page #services .service figure {
  height: 100%;
}
body.home .services .service img,
body.home #services .service img,
body.page-landing .services .service img,
body.page-landing #services .service img,
body.page-club .services .service img,
body.page-club #services .service img,
body.page-template-page-home_test .services .service img,
body.page-template-page-home_test #services .service img,
body.single-landing-page .services .service img,
body.single-landing-page #services .service img {
  max-width: 100%;
  height: 100%;
}
body.home .services .service > a,
body.home #services .service > a,
body.page-landing .services .service > a,
body.page-landing #services .service > a,
body.page-club .services .service > a,
body.page-club #services .service > a,
body.page-template-page-home_test .services .service > a,
body.page-template-page-home_test #services .service > a,
body.single-landing-page .services .service > a,
body.single-landing-page #services .service > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
body.home .services .service h3,
body.home #services .service h3,
body.page-landing .services .service h3,
body.page-landing #services .service h3,
body.page-club .services .service h3,
body.page-club #services .service h3,
body.page-template-page-home_test .services .service h3,
body.page-template-page-home_test #services .service h3,
body.single-landing-page .services .service h3,
body.single-landing-page #services .service h3 {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
}
body.home .services .service h3 a,
body.home #services .service h3 a,
body.page-landing .services .service h3 a,
body.page-landing #services .service h3 a,
body.page-club .services .service h3 a,
body.page-club #services .service h3 a,
body.page-template-page-home_test .services .service h3 a,
body.page-template-page-home_test #services .service h3 a,
body.single-landing-page .services .service h3 a,
body.single-landing-page #services .service h3 a {
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  body.home .services .service,
  body.home #services .service,
  body.page-landing .services .service,
  body.page-landing #services .service,
  body.page-club .services .service,
  body.page-club #services .service,
  body.page-template-page-home_test .services .service,
  body.page-template-page-home_test #services .service,
  body.single-landing-page .services .service,
  body.single-landing-page #services .service {
    width: 32%;
  }
}
@media screen and (max-width: 1024px) {
  body.home .services .service,
  body.home #services .service,
  body.page-landing .services .service,
  body.page-landing #services .service,
  body.page-club .services .service,
  body.page-club #services .service,
  body.page-template-page-home_test .services .service,
  body.page-template-page-home_test #services .service,
  body.single-landing-page .services .service,
  body.single-landing-page #services .service {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  body.home .services .service,
  body.home #services .service,
  body.page-landing .services .service,
  body.page-landing #services .service,
  body.page-club .services .service,
  body.page-club #services .service,
  body.page-template-page-home_test .services .service,
  body.page-template-page-home_test #services .service,
  body.single-landing-page .services .service,
  body.single-landing-page #services .service {
    /*width: 100%;*/
  }
  body.home .services .service h3,
  body.home #services .service h3,
  body.page-landing .services .service h3,
  body.page-landing #services .service h3,
  body.page-club .services .service h3,
  body.page-club #services .service h3,
  body.page-template-page-home_test .services .service h3,
  body.page-template-page-home_test #services .service h3,
  body.single-landing-page .services .service h3,
  body.single-landing-page #services .service h3 {
    font-size: 18px;
  }
}
body.home h3.big-title,
body.page-landing h3.big-title,
body.page-club h3.big-title,
body.page-template-page-home_test h3.big-title,
body.single-landing-page h3.big-title {
  text-transform: uppercase;
  font-size: 48px;
  margin: 30px 0;
}
body.home h3.big-title strong,
body.page-landing h3.big-title strong,
body.page-club h3.big-title strong,
body.page-template-page-home_test h3.big-title strong,
body.single-landing-page h3.big-title strong {
  color: #F4CF7D;
}
body.home h3.big-title small,
body.page-landing h3.big-title small,
body.page-club h3.big-title small,
body.page-template-page-home_test h3.big-title small,
body.single-landing-page h3.big-title small {
  font-size: 20px;
  font-weight: 100;
  text-transform: none;
}
@media screen and (max-width: 1200px) {
  body.home h3.big-title,
  body.page-landing h3.big-title,
  body.page-club h3.big-title,
  body.page-template-page-home_test h3.big-title,
  body.single-landing-page h3.big-title {
    font-size: 34px;
  }
  body.home h3.big-title small,
  body.page-landing h3.big-title small,
  body.page-club h3.big-title small,
  body.page-template-page-home_test h3.big-title small,
  body.single-landing-page h3.big-title small {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  body.home h3.big-title,
  body.page-landing h3.big-title,
  body.page-club h3.big-title,
  body.page-template-page-home_test h3.big-title,
  body.single-landing-page h3.big-title {
    font-size: 20px;
  }
  body.home h3.big-title small,
  body.page-landing h3.big-title small,
  body.page-club h3.big-title small,
  body.page-template-page-home_test h3.big-title small,
  body.single-landing-page h3.big-title small {
    font-size: 18px;
  }
}
body.home #high-tech-body,
body.page-landing #high-tech-body,
body.page-club #high-tech-body,
body.page-template-page-home_test #high-tech-body,
body.single-landing-page #high-tech-body {
  font-weight: 100;
}
body.home #high-tech-body h4,
body.page-landing #high-tech-body h4,
body.page-club #high-tech-body h4,
body.page-template-page-home_test #high-tech-body h4,
body.single-landing-page #high-tech-body h4 {
  font-size: 1rem;
  font-weight: bold;
}
body.home #high-tech-body ul,
body.page-landing #high-tech-body ul,
body.page-club #high-tech-body ul,
body.page-template-page-home_test #high-tech-body ul,
body.single-landing-page #high-tech-body ul {
  padding-left: 15px;
}
body.home #trainers .trainer img,
body.page-landing #trainers .trainer img,
body.page-club #trainers .trainer img,
body.page-template-page-home_test #trainers .trainer img,
body.single-landing-page #trainers .trainer img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
body.home #trainers .trainer a,
body.page-landing #trainers .trainer a,
body.page-club #trainers .trainer a,
body.page-template-page-home_test #trainers .trainer a,
body.single-landing-page #trainers .trainer a {
  text-decoration: none;
  color: #FFFFFF;
}
body.home #trainers .trainer a:hover,
body.page-landing #trainers .trainer a:hover,
body.page-club #trainers .trainer a:hover,
body.page-template-page-home_test #trainers .trainer a:hover,
body.single-landing-page #trainers .trainer a:hover {
  text-decoration: underline;
}
body.home #trainers .trainer p,
body.page-landing #trainers .trainer p,
body.page-club #trainers .trainer p,
body.page-template-page-home_test #trainers .trainer p,
body.single-landing-page #trainers .trainer p {
  color: #F4CF7D;
}

body.page-club main > * {
  background-color: transparent;
}
body.page-club #footer {
  background-color: transparent;
}

article.grille-horaire ul:first-child {
  padding: 0;
  text-align: center;
}
article.grille-horaire ul:first-child > li {
  display: inline-block;
  min-height: 350px;
  vertical-align: top !important;
  background-color: #EFEFEF;
  width: 14%;
}
article.grille-horaire ul:first-child > li > strong {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  font-size: 25px;
  background-color: #595A5B;
  color: #FFFFFF;
}
article.grille-horaire ul:first-child > li ul {
  padding: 10px 0 0 15px;
  text-align: left;
}
article.grille-horaire ul:first-child > li ul > li {
  display: block;
  color: #121212;
}
article.grille-horaire ul:first-child > li ul > li strong {
  display: block;
  color: #F4CF7D;
}
@media screen and (max-width: 1200px) {
  article.grille-horaire ul:first-child > li {
    width: 32%;
  }
}
@media screen and (max-width: 1024px) {
  article.grille-horaire ul:first-child > li {
    width: 49%;
  }
}

body.page-about > main {
  /*background: url(../images/about-bg.jpg) repeat-x bottom center;
  background-size: auto 800px;*/
  padding-bottom: 107px;
}
body.page-about > main > * {
  background: none;
}
body.page-about footer {
  background-color: transparent !important;
  margin-top: -107px !important;
}
body.page-about article.about {
  /*#team-members {
      background: url(../images/about-bg.jpg) no-repeat;
      background-size: 100% auto;
  }*/
}
body.page-about article.about h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
}
body.page-about article.about h2 strong {
  color: #F4CF7D;
}
body.page-about article.about hr {
  margin: 70px 0;
}
body.page-about article.about .entry-content > p {
  max-width: 800px;
  margin: 0 auto 16px auto;
  font-weight: 100;
}
body.page-about article.about #swiper {
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  body.page-about article.about #swiper {
    overflow: hidden;
  }
}
body.page-about article.about #swiper ul.swiper-wrapper {
  padding: 0;
}
body.page-about article.about #swiper ul.swiper-wrapper > li {
  display: inline-block;
  width: 400px;
  min-height: 350px;
  padding: 150px 20px 20px 20px;
  vertical-align: top !important;
  color: #121212;
  height: 100%;
  background: #f2f2ed top center no-repeat;
}
body.page-about article.about #swiper ul.swiper-wrapper > li strong {
  font-weight: 800;
}
body.page-about article.about #swiper ul.swiper-wrapper > li:nth-child(1) {
  background-image: url(../images/about-icon-1.webp);
}
body.page-about article.about #swiper ul.swiper-wrapper > li:nth-child(2) {
  background-image: url(../images/about-icon-2.jpg);
}
body.page-about article.about #swiper ul.swiper-wrapper > li:nth-child(3) {
  background-image: url(../images/about-icon-3.jpg);
}
body.page-about article.about #swiper ul.swiper-wrapper > li:nth-child(4) {
  background-image: url(../images/about-icon-4.webp);
}
body.page-about article.about #swiper ul.swiper-wrapper > li:nth-child(5) {
  background-image: url(../images/about-icon-5.jpg);
}
@media screen and (max-width: 768px) {
  body.page-about article.about #swiper ul.swiper-wrapper > li {
    width: 310px;
  }
}
body.page-about article.about #swiper .swiper-button {
  top: auto;
  bottom: 25px;
}
body.page-about article.about .team {
  display: inline-block;
  width: 24%;
  padding: 15px;
  vertical-align: top;
  text-align: center;
  color: #F4CF7D;
  /*@media screen and (max-width: 1199px) {
      width: 32%;
  }*/
}
body.page-about article.about .team strong {
  color: #FFFFFF;
}
body.page-about article.about .team figure.is-style-rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
body.page-about article.about .team img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  body.page-about article.about .team {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  body.page-about article.about .team {
    width: 100%;
  }
}

.wp-block-columns-is-layout-flex .wp-block-column.col-lg-8.text-start.is-layout-flow.wp-block-column-is-layout-flow,
.wp-block-columns-is-layout-flex .wp-block-column.col-lg-4.is-layout-flow.wp-block-column-is-layout-flow {
  flex-basis: auto !important;
}

.single-landing-page main {
  margin: 0;
}
.single-landing-page main .wp-block-navigation-item__content {
  position: absolute;
  right: 0;
  font-size: 20px;
  border: 1px solid;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  transition: 250ms all ease;
}
.single-landing-page main .wp-block-navigation-item__content span {
  width: 100%;
}
.single-landing-page main .wp-block-navigation-item__content:hover {
  color: #000;
  background: #F4CF7D;
  border-color: #F4CF7D;
}
.single-landing-page main li[data-wpml=current-language-item] {
  display: none;
}
.single-landing-page main header {
  min-height: 500px;
}
.single-landing-page main header .wp-block-cover__inner-container {
  max-width: 1200px;
  margin-bottom: 50px;
}
.single-landing-page main nav {
  position: sticky;
  z-index: 999999;
  top: 0;
}
.single-landing-page main nav ul {
  margin: auto;
  flex-direction: row !important;
}
.single-landing-page main nav ul li a {
  position: relative;
  text-transform: uppercase;
}
.single-landing-page main nav ul li a.active:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #F4CF7D;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .single-landing-page main nav ul {
    width: 100%;
    text-align: center;
    border: 1px solid #F4CF7D;
  }
  .single-landing-page main nav ul a {
    color: #F4CF7D !important;
  }
  .single-landing-page main nav ul a:after {
    content: none !important;
  }
}
.single-landing-page main .form_landing {
  max-width: 800px;
  margin: 0 auto;
  background: rgba(97, 96, 96, 0.8196078431);
  padding: 20px 30px;
  top: -50px;
  border-radius: 20px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .single-landing-page main .form_landing {
    margin: 0 20px;
  }
}

body.page-template-page-landingpage h2 {
  color: #F4CF7D;
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}
body.page-template-page-landingpage p {
  font-size: 25px;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage h2 {
    font-size: 30px;
  }
  body.page-template-page-landingpage p {
    font-size: 20px;
  }
}
body.page-template-page-landingpage .btn:hover {
  color: #F4CF7D !important;
}
body.page-template-page-landingpage nav {
  padding: 5px 0;
}
body.page-template-page-landingpage nav .navbar-nav {
  display: flex;
  align-items: center;
}
body.page-template-page-landingpage nav .navbar-nav ul {
  margin: 0;
}
body.page-template-page-landingpage nav .navbar-nav ul li {
  list-style: none;
}
body.page-template-page-landingpage nav .navbar-nav ul li a {
  text-decoration: none;
}
body.page-template-page-landingpage nav .navbar-nav ul li .wpml-ls-display {
  display: none;
}
body.page-template-page-landingpage nav .navbar-nav ul .wpml-ls-current-language {
  display: none;
}
body.page-template-page-landingpage nav .navbar-nav .btn {
  margin-right: 32px;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage nav {
    position: static;
  }
  body.page-template-page-landingpage nav a {
    margin: auto;
  }
  body.page-template-page-landingpage nav .btn {
    display: none;
  }
  body.page-template-page-landingpage nav .bar {
    display: none;
  }
}
body.page-template-page-landingpage .navContact {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 1;
  background: #F4CF7D;
  width: 100%;
  text-align: center;
}
body.page-template-page-landingpage .navContact a {
  width: 100%;
  border-radius: 0;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage .navContact {
    display: block;
  }
}
body.page-template-page-landingpage header {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 80px;
  margin-top: 78px;
  text-align: center;
  padding: 50px 20px;
  background-attachment: fixed;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
}
body.page-template-page-landingpage header .legacy-header {
  color: #fff;
  font-size: 18px;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
body.page-template-page-landingpage header h1 {
  font-weight: normal;
  font-size: 47px;
  color: #fff;
}
body.page-template-page-landingpage header h2 {
  color: #F4CF7D;
  font-size: 37px;
  text-transform: uppercase;
  margin-top: 30px;
}
body.page-template-page-landingpage header h2 strong {
  font-size: 50px;
}
body.page-template-page-landingpage header a {
  max-width: 300px;
  border-radius: 100px;
  border: medium none;
  padding: 10px 30px;
  margin-top: 30px;
  color: #000;
  background: #F4CF7D;
  box-shadow: 0 0 0 0 #F4CF7D;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  border: 1px solid #F4CF7D;
}
body.page-template-page-landingpage header a:hover {
  background: none;
  color: #F4CF7D;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage header {
    min-height: auto;
    margin: 0;
  }
  body.page-template-page-landingpage header h1 {
    font-size: 30px;
  }
  body.page-template-page-landingpage header h2 {
    font-size: 20px;
  }
  body.page-template-page-landingpage header h2 strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 550px) {
  body.page-template-page-landingpage header {
    background-size: 130%;
    background-position: center;
    background-attachment: inherit;
  }
}
body.page-template-page-landingpage main {
  margin: 0;
}
body.page-template-page-landingpage main section {
  padding: 100px 0;
}
body.page-template-page-landingpage main #section-2 {
  background: #fff;
  color: #000;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-2 {
    font-size: 25px;
  }
}
body.page-template-page-landingpage main #section-3 h2 {
  font-size: 42px;
  color: #F4CF7D;
  margin-bottom: 20px;
}
body.page-template-page-landingpage main #section-3 p {
  font-size: 25px;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-3 h2 {
    font-size: 30px;
  }
  body.page-template-page-landingpage main #section-3 p {
    font-size: 20px;
  }
}
body.page-template-page-landingpage main #section-4 {
  background: #fff;
  color: #000;
  padding-bottom: 200px;
}
body.page-template-page-landingpage main #section-4 .col-lg-6 .box-case {
  max-width: 650px;
  padding: 0 50px;
  margin-bottom: 50px;
}
body.page-template-page-landingpage main #section-4 .col-lg-6 .box-case h3 {
  font-size: 25px;
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
body.page-template-page-landingpage main #section-4 .col-lg-6 .box-case p {
  font-size: 20px;
  margin-top: 20px;
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(2) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(2) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(4) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(4) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(6) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(6) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(8) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(8) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(10) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(10) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(12) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(12) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(14) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(14) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(16) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(16) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(18) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(18) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(20) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(20) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(22) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(22) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(24) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(24) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(26) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(26) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(28) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(28) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(30) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(30) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(32) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(32) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(34) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(34) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(36) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(36) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(38) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(38) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(40) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(40) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(42) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(42) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(44) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(44) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(46) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(46) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(48) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(48) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(50) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(50) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(52) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(52) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(54) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(54) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(56) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(56) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(58) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(58) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(60) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(60) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(62) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(62) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(64) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(64) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(66) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(66) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(68) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(68) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(70) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(70) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(72) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(72) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(74) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(74) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(76) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(76) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(78) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(78) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(80) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(80) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(82) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(82) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(84) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(84) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(86) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(86) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(88) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(88) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(90) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(90) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(92) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(92) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(94) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(94) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(96) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(96) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(98) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(98) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(100) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(100) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(102) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(102) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(104) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(104) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(106) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(106) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(108) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(108) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(110) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(110) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(112) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(112) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(114) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(114) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(116) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(116) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(118) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(118) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(120) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(120) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(122) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(122) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(124) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(124) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(126) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(126) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(128) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(128) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(130) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(130) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(132) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(132) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(134) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(134) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(136) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(136) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(138) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(138) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(140) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(140) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(142) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(142) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(144) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(144) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(146) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(146) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(148) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(148) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(150) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(150) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(152) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(152) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(154) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(154) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(156) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(156) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(158) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(158) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(160) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(160) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(162) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(162) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(164) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(164) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(166) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(166) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(168) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(168) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(170) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(170) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(172) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(172) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(174) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(174) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(176) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(176) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(178) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(178) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(180) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(180) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(182) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(182) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(184) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(184) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(186) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(186) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(188) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(188) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(190) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(190) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(192) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(192) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(194) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(194) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(196) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(196) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(198) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(198) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(200) .box-case {
  top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(200) .box-case {
    top: auto;
  }
}
body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(6) .box-case {
  top: 100px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .col-lg-6:nth-child(6) .box-case {
    top: auto;
  }
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-4 .box-case {
    padding: 0 !important;
  }
  body.page-template-page-landingpage main #section-4 .box-case h3 {
    font-size: 25px;
  }
  body.page-template-page-landingpage main #section-4 .box-case p {
    font-size: 18px;
  }
}
body.page-template-page-landingpage main #section-5 .col-lg-6 {
  margin-bottom: 50px;
}
body.page-template-page-landingpage main #section-5 .col-12.d-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
body.page-template-page-landingpage main #section-5 .col-12.d-flex .subscription {
  width: 19%;
  margin: 10px 0;
  color: #000;
}
body.page-template-page-landingpage main #section-5 .col-12.d-flex .subscription h4 {
  font-size: 30px;
  text-transform: uppercase;
}
body.page-template-page-landingpage main #section-5 .col-12.d-flex .subscription .price {
  font-size: 45px;
}
body.page-template-page-landingpage main #section-5 .col-12.d-flex .subscription .access {
  font-weight: bold;
}
body.page-template-page-landingpage main #section-5 .col-12.d-flex .subscription .gifts p {
  font-size: 16px;
}
body.page-template-page-landingpage main #section-5 .col-12.d-flex .subscription hr {
  border-color: transparent;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-5 .col-12.d-flex {
    justify-content: space-around;
  }
  body.page-template-page-landingpage main #section-5 .col-12.d-flex .subscription {
    width: 32%;
  }
}
@media screen and (max-width: 778px) {
  body.page-template-page-landingpage main #section-5 .col-12.d-flex {
    justify-content: space-between;
  }
  body.page-template-page-landingpage main #section-5 .col-12.d-flex .subscription {
    width: 49%;
  }
}
body.page-template-page-landingpage main #section-5 a {
  max-width: 300px;
  border-radius: 100px;
  border: medium none;
  padding: 10px 30px;
  margin-top: 30px;
  color: #000;
  background: #F4CF7D;
  box-shadow: 0 0 0 0 #F4CF7D;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  border: 1px solid #F4CF7D;
}
body.page-template-page-landingpage main #section-5 a:hover {
  background: none;
  color: #F4CF7D;
}
body.page-template-page-landingpage main #section-6 {
  background: #fff;
  color: #000;
}
body.page-template-page-landingpage main #section-6 img {
  padding: 0 50px;
}
body.page-template-page-landingpage main #section-6 .col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-6 .col-lg-6 img {
    padding: 0;
    margin-bottom: 20px;
  }
}
body.page-template-page-landingpage main #section-7 {
  background: #f7edd8;
  color: #000;
}
body.page-template-page-landingpage main #section-7 p {
  font-size: 70px;
}
@media screen and (max-width: 992px) {
  body.page-template-page-landingpage main #section-7 p {
    font-size: 40px;
  }
}

body.page-id-740 nav .btn, body.page-id-740 .navContact a, body.page-id-744 nav .btn, body.page-id-744 .navContact a {
  display: none;
}
body.page-id-740 .btn:hover, body.page-id-744 .btn:hover {
  color: #F4CF7D !important;
}

#subscriptions .subscription {
    width: 14%;
}

@media only screen and (max-width: 767px) {
  /* For desktop: */

 #subscriptions .subscription {
     width: 80% !important;
 }

}
/*# sourceMappingURL=screen.css.map */
