@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
@font-face {
  font-family: "Beatrice";
  src: local(""), url("../fonts/Beatrice-SemiBold.eot"), url("../fonts/Beatrice-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Beatrice-SemiBold.woff") format("woff"), url("../fonts/Beatrice-SemiBold.ttf") format("truetype"), url("../fonts/Beatrice-SemiBold.svg#svgFontName") format("svg");
  /* Legacy iOS */
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2rem;
  overflow-x: hidden;
  background-color: #F5F2EF;
  /*    Algemeen    */
  /*    Header   */
  /*  Navbar  */
  /*  Slinky  */
  /*  Buttons */
  /*  Inputs  */
  /*  Content  */
  /*  Home - Activities */
  /*  Home - Experience  */
  /*  Activity */
  /*  Single   */
  /*  Contact form 7  */
  /*    Footer   */
  /*  Accordion */
  /*Verwijder logo, terms etc van map*/
}
body.menu-open {
  overflow-y: hidden;
}
body a {
  text-decoration: none !important;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 600;
  color: #090000;
  font-family: Beatrice;
  font-style: normal;
}
body span.label {
  color: #F4D0C5;
  text-transform: uppercase;
  font-weight: 600;
}
body a.disable-line::before {
  display: none !important;
}
body .bg-accent {
  background-color: #F4D0C5;
}
body .bg-accent div.wpcf7-validation-errors, body .bg-accent div.wpcf7-acceptance-missing, body .bg-accent div.wpcf7-mail-sent-ok {
  margin: -1rem 3rem 3rem 3rem;
}
body .bg-accent ul li:before {
  color: #090000 !important;
}
@media screen and (max-width: 1200px) {
  body .extra-mobile-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
body .color-white p, body .color-white h1, body .color-white h2, body .color-white h3, body .color-white h4, body .color-white h5 {
  color: #F5F2EF !important;
}
body .home-about {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
body .home-about .txt-stroke {
  line-height: 69% !important;
  font-size: 7vw !important;
}
body .home-about .txt-stroke .txt-stroke-inner {
  -webkit-text-fill-color: transparent;
  color: #090000;
  -webkit-text-stroke-color: #F5F2EF;
  -webkit-text-stroke-width: 1px;
}
body .bg-blue {
  background-color: #02463B;
}
body .wpb_gmaps_widget .wpb_wrapper {
  background-color: transparent !important;
  padding: 0 !important;
}
body .wpb_content_element.wpb_single_image, body .wpb_content_element.wpb_gmaps_widget {
  margin-bottom: 0;
}
body .large-image {
  max-height: 600px;
}
body .large-image .vc_single_image-wrapper {
  width: 100% !important;
}
body .large-image img {
  width: 100% !important;
}
body .large-image .vc_figure {
  width: 100% !important;
}
body .wpb_single_image.img-fluid .vc_figure {
  width: 100% !important;
}
body .wpb_single_image.img-fluid .vc_single_image-wrapper {
  width: 100% !important;
}
body .wpb_single_image.img-fluid .vc_single_image-img {
  width: 100% !important;
}
body span.list-numbering {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #F4D0C5;
  font-weight: 600;
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 0.75rem;
  padding-top: -5px;
}
body .vc_section.vc_section-has-fill {
  padding-top: 0 !important;
}
body section#header {
  background-color: #02463b;
  height: 515px;
  position: relative;
  max-height: 100vh;
}
body section#header.transparent {
  background-color: rgba(2, 70, 59, 0.9);
}
body section#header .header-picture {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-size: cover;
  background-position: 50% 50%;
}
body section#header video {
  object-fit: cover;
  position: absolute;
  z-index: -1;
}
body section#header .site-logo {
  max-width: 200px;
}
body section#header h1 {
  font-weight: 600;
  text-transform: uppercase;
  word-break: break-word;
  font-size: 2.5rem;
  margin: 0;
}
body section#header h2, body section#header h3 {
  text-transform: uppercase;
}
body section#header .btn.btn-link {
  padding: 0;
  font-weight: 400;
}
body section#header .textwidget {
  font-size: 1.5rem;
}
body section#header .textwidget h2 {
  color: #F5F2EF;
}
body section#header .circle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  width: 75px;
  background-color: #F4D0C5;
  border-radius: 100%;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
body section#header .circle-btn:hover::after {
  animation: arrowFly;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
}
body section#header .circle-btn::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #FFFFFF;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  body section#header h1 {
    font-size: 4rem;
    display: inline;
  }
  body section#header h3 {
    display: inline;
    margin-left: 1rem;
  }
  body section#header .btn.btn-link {
    font-size: 2rem;
  }
  body section#header .btn.btn-link i {
    font-size: 1.5rem;
  }
  body section#header .btn.btn-link i::before {
    position: relative;
    top: -3px;
    left: 0.25rem;
  }
  body section#header .btn.btn-link::before {
    height: 3px;
  }
}
@media screen and (min-width: 1800px) {
  body section#header h1 {
    font-size: 6rem;
    display: inline;
  }
  body section#header h2 {
    font-size: 4.5rem;
    display: inline;
  }
  body section#header h3 {
    display: inline;
    margin-left: 1rem;
  }
}
body .row-page-title {
  animation: fadeInDown;
  animation-duration: 0.8s;
  position: absolute;
  bottom: 4rem;
  right: 3rem;
  left: 1rem;
}
body .row-page-title h1, body .row-page-title h3 {
  color: #F5F2EF;
}
body .row-page-title .page-title-container {
  padding: 2.5rem;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    bottom: 6rem;
  }
  to {
    opacity: 1;
    bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  body .row-page-title {
    padding-left: 3rem;
    left: 0;
  }
}
body .navbar {
  position: relative;
  padding: 0;
  z-index: 9999;
}
body .navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 1rem;
  color: #F5F2EF;
  font-weight: 600;
  text-transform: uppercase;
}
body .navbar .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #F5F2EF;
  transition: all 0.2s ease-in-out;
}
body .navbar .navbar-nav .nav-item .nav-link:hover::before {
  width: calc(100% - 2rem);
}
body .navbar .navbar-nav .nav-item .nav-link.active {
  font-weight: 600;
}
body .navbar.sidebar-open .navbar-nav .nav-item .nav-link {
  color: #F5F2EF;
  transition: all 0.2s ease-in-out;
}
body .navbar.sidebar-open .navbar-nav .nav-item .nav-link::before {
  background-color: #F5F2EF;
}
body .navbar-toggler {
  position: fixed;
  top: 3rem;
  right: 1rem;
  background-color: #F4D0C5;
  padding: 0.5rem;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  z-index: 99999;
  font-size: 1.5rem;
  outline: 0 !important;
}
body .mobile-navdrawer {
  position: fixed;
  top: 0;
  width: 90%;
  height: 100%;
  right: -100%;
  transition: all 0.2s ease-in-out;
  background-color: #090000;
  z-index: 9999;
}
body .mobile-navdrawer.show {
  right: 0;
}
body .dropdown-toggle::after {
  display: none;
}
body .dropdown-menu {
  display: block;
  position: fixed !important;
  height: 100%;
  width: 50%;
  left: auto;
  right: -100%;
  top: 0;
  background-color: #090000;
  padding: 10rem 5rem;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
body .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #02463B;
  padding: 1.5rem 0;
  color: #F5F2EF;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
}
body .dropdown-menu .dropdown-item.active, body .dropdown-menu .dropdown-item:focus {
  background-color: #090000;
}
body .dropdown-menu .dropdown-item .dropdown-item-icon {
  position: relative;
  top: -5px;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  background-color: #02463B;
  border-radius: 100%;
  overflow: hidden;
}
body .dropdown-menu .dropdown-item .dropdown-item-icon::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #090000;
  font-size: 1.15rem;
}
body .dropdown-menu .dropdown-item:hover .dropdown-item-icon {
  background-color: #012d26;
}
body .dropdown-menu .dropdown-item:hover .dropdown-item-icon::after {
  animation: arrowFly;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
}
body .dropdown-menu .dropdown-item:hover {
  background-color: #090000;
}
body .dropdown-menu .dropdown-item:last-of-type {
  border: 0;
}
body .dropdown-menu.show {
  right: 0;
}
body .slinky-theme-lfo {
  background: #090000;
  margin-top: 7.5rem;
  text-transform: uppercase;
  font-weight: 600;
}
body .slinky-theme-lfo ul {
  padding: 0 3rem;
}
body .slinky-theme-lfo .title {
  display: flex;
  align-items: center;
  color: #F5F2EF;
  font-weight: 600;
  padding: 1rem;
}
body .slinky-theme-lfo li:not(.header) {
  line-height: 1;
  font-size: 1.25rem;
  border-bottom: 1px solid #02463B;
}
body .slinky-theme-lfo li:not(.header):last-of-type {
  border-bottom: 0;
}
body .slinky-theme-lfo a:not(.back) {
  color: #F5F2EF;
  padding: 1em 0;
}
body .slinky-theme-lfo .next::after,
body .slinky-theme-lfo .back::before {
  background-color: #02463B;
  border-radius: 100%;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #090000;
  background-size: 1em;
  height: 35px;
  transition: 200ms;
  width: 35px;
}
body .slinky-theme-lfo .next::after {
  margin-left: 1em;
}
body .slinky-theme-lfo .back::before {
  padding: 1em;
  transform: scaleX(-1);
}
body .slinky-theme-lfo .next:hover::after,
body .slinky-theme-lfo .back:hover::before {
  opacity: 0.75;
}
body .slinky-theme-lfo .next:active::after,
body .slinky-theme-lfo .back:active::before {
  opacity: 1;
}
body .btn {
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
  border-radius: 0;
  padding: 0.5rem 1rem;
}
body .btn.btn-primary {
  position: relative;
  background-color: #090000;
  color: #F5F2EF;
  font-size: 1.25rem;
  transition: all 0.35s ease-in-out;
}
body .btn.btn-primary:hover {
  padding-right: 40px;
}
body .btn.btn-primary:hover::after {
  animation: buttonFadeLeft;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
body .btn.btn-primary::after {
  position: absolute;
  display: inline-block;
  opacity: 0;
  height: 100%;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  color: #F5F2EF;
  transform: translateX(-50x);
  margin-left: 0.5rem;
}
body .btn.btn-link {
  position: relative;
  color: #090000;
  text-decoration: none;
  font-weight: 600;
  padding: 0;
}
body .btn.btn-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #090000;
  transition: all 0.2s ease-in-out;
}
body .btn.btn-link:hover::before {
  width: 0;
}
@keyframes buttonFadeLeft {
  from {
    opacity: 0;
    transform: translateX(-25px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
body input[type=text], body input[type=tel], body input[type=email], body textarea, body input[type=number], body input[type=date], body input[type=file] {
  width: 100%;
  background-color: transparent;
  border: 2px solid #090000;
  color: #090000;
  padding: 0.75rem 1rem;
  font-weight: 500;
  font-size: 1.15rem;
  outline: 0;
}
body input[type=text]::placeholder, body input[type=tel]::placeholder, body input[type=email]::placeholder, body textarea::placeholder, body input[type=number]::placeholder, body input[type=date]::placeholder, body input[type=file]::placeholder {
  color: #090000;
  font-weight: 400;
}
body section#content p {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
body section#content .wpb_text_column h1 {
  text-transform: uppercase;
}
body section#content .wpb_text_column h2 {
  font-size: 2.25rem;
  text-transform: uppercase;
}
body section#content .wpb_text_column h3 {
  font-size: 1.75rem;
  font-weight: 500;
}
body section#content .wpb_text_column h3.intro-heading {
  font-weight: 600;
  line-height: 2.75rem;
  margin-bottom: 2rem;
}
body section#content .wpb_text_column h4 {
  margin-bottom: 2rem;
  font-size: 1.75rem;
}
body section#content .wpb_text_column a {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  color: #090000;
}
body section#content .wpb_text_column a::before {
  content: "";
  position: absolute;
  bottom: 6px;
  width: 100%;
  height: 2px;
  background-color: #090000;
  transition: all 0.2s ease-in-out;
}
body section#content ol li {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
body section#content ul:not(.slides):not(.flex-direction-nav) {
  padding: 0;
  list-style: none;
}
body section#content ul:not(.slides):not(.flex-direction-nav) li {
  position: relative;
  font-size: 1.5rem;
  padding: 0.35rem 0 0.35rem 2rem;
}
body section#content ul:not(.slides):not(.flex-direction-nav) li a {
  display: inline !important;
  transition: background-size 0.3s, color 0.3s, -webkit-background-size 0.3s, -moz-background-size 0.3s;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #090000), to(#090000));
  background-image: -webkit-linear-gradient(top, #090000, #090000);
  background-image: -moz-linear-gradient(top, #090000 0, #090000);
  background-image: -o-linear-gradient(top, #090000 0, #090000);
  background-image: linear-gradient(180deg, #090000, #090000);
  -webkit-background-size: 0 2px;
  -moz-background-size: 0 2px;
  background-size: 0 2px;
  background-position: 0 100%;
}
body section#content ul:not(.slides):not(.flex-direction-nav) li a::before {
  display: none;
}
body section#content ul:not(.slides):not(.flex-direction-nav) li a:hover {
  -webkit-background-size: 100% 2px;
  -moz-background-size: 100% 2px;
  background-size: 100% 2px;
}
body section#content ul:not(.slides):not(.flex-direction-nav) li::before {
  position: absolute;
  content: "\f061";
  top: 7px;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.25rem;
  color: #F4D0C5;
  margin-right: 0.75rem;
}
body section#content .wpb-slider {
  max-height: 800px;
  overflow: hidden;
  background-color: #02463B;
}
body section#content .wpb-slider .carousel-control-next, body section#content .wpb-slider .carousel-control-prev {
  height: 50px;
  width: 50px;
  top: calc(50% - 25px);
  background-color: #F4D0C5;
}
body section#content .wpb-slider img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
body section#content .wpb-slider iframe {
  height: 800px;
  width: 100%;
}
body section#content .custom-carousel-caption {
  right: 5%;
  bottom: 20px;
  left: 5%;
}
body section#content .custom-carousel-caption h3, body section#content .custom-carousel-caption p {
  padding: 16px;
  text-align: left;
  width: fit-content;
}
body section#content .custom-carousel-caption p {
  font-size: 1.2rem;
}
body section#content .custom-carousel-caption .color-pink {
  background-color: #F4D0C5;
  color: #090000;
}
body section#content .custom-carousel-caption .color-green {
  background-color: #02463B;
  color: #F5F2EF;
}
body section#content .custom-carousel-caption .color-white {
  background-color: #F5F2EF;
  color: #090000;
}
body section#content .custom-carousel-caption .color-black {
  background-color: #090000;
  color: #F5F2EF;
}
body .goto-button h3 {
  font-weight: 600;
  text-transform: uppercase;
  color: #090000;
  margin-bottom: 1rem;
}
body .goto-button.goto-button-deadline h3 {
  margin-bottom: 0;
}
body .goto-button.goto-button-deadline .goto-button__date {
  display: block;
  color: #F4D0C5;
  font-weight: 600;
  margin-bottom: 1rem;
}
body .goto-button:hover .circle-btn {
  background-color: #f0bfb0;
}
body .goto-button:hover .circle-btn::after {
  animation: arrowFly;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
}
body .goto-button .circle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #F4D0C5;
  border-radius: 100%;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
body .goto-button .circle-btn::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #F5F2EF;
  font-size: 1.5rem;
}
body .goto-button.btn-green h3 {
  color: #090000;
}
body .goto-button.btn-green .circle-btn {
  background-color: #02463B;
}
body .goto-button.btn-green .circle-btn::after {
  color: #F5F2EF;
}
body .goto-button.btn-green:hover .circle-btn {
  background-color: #012d26;
}
body .goto-button.btn-black h3 {
  color: #090000;
}
body .goto-button.btn-black .circle-btn {
  background-color: #090000;
}
body .goto-button.btn-black .circle-btn::after {
  color: #F5F2EF;
}
body .goto-button.btn-black:hover .circle-btn {
  background-color: black;
}
body .goto-button.btn-white h3 {
  color: #F5F2EF;
}
body .goto-button.btn-white .circle-btn {
  background-color: #F5F2EF;
}
body .goto-button.btn-white .circle-btn::after {
  color: #090000;
}
body .goto-button.btn-white:hover .circle-btn {
  background-color: #ebe5df;
}
@keyframes arrowFly {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  25% {
    transform: translateX(30px);
    opacity: 0;
  }
  50% {
    transform: translateX(-30px);
    opacity: 0;
  }
  75% {
    transform: translateX(0);
    opacity: 1;
  }
}
body .home-text {
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  body .home-text p {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 768px) {
  body section#content .wpb_text_column h3.intro-heading {
    font-size: 1.35rem;
    line-height: 2.1rem;
  }
  body section#content .wpb_text_column h1 {
    font-size: 2rem;
  }
  body section#content .wpb_text_column h2 {
    font-size: 1.75rem;
  }
  body section#content p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
body .vc_column-inner {
  background-size: cover;
  background-position: center;
}
body .vc_column-inner,
body .wpb_wrapper {
  height: 100%;
}
body .home-activities-container {
  min-height: 770px;
  height: 1px;
}
body .home-activities-container .home-activities-row {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body .home-activities-container .home-activities-item {
  position: relative;
  width: 100%;
  flex-grow: 1;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #F5F2EF;
}
body .home-activities-container .home-activities-item:hover .home-activities-item__overlay {
  top: 0;
}
body .home-activities-container .home-activities-item .home-activities-item__overlay {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 0, 0, 0.8);
  transition: all 0.2s ease-in-out;
  color: #F5F2EF;
}
body .home-activities-container .home-activities-item .home-activities-item__overlay .home-activities-item__overlay-container {
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
  right: 2rem;
}
body .home-activities-container .home-activities-item .home-activities-item__overlay .home-activities-item__overlay-container h3 {
  color: #F5F2EF;
  margin-bottom: 0;
}
body .home-activities-container .home-activities-item.home-activities-item__medium {
  flex-grow: 2;
}
body .home-activities-container .home-activities-item.home-activities-item__large {
  flex-grow: 3;
}
body .home-activities-container .home-activities-item.item-cta {
  position: relative;
  background-color: #F4D0C5;
  padding: 2rem;
  transition: all 0.1s ease-in-out;
  color: #090000;
}
body .home-activities-container .home-activities-item.item-cta:hover {
  background-color: #f2c6b8;
}
body .home-activities-container .home-activities-item.item-cta:hover h4::before {
  width: 100%;
}
body .home-activities-container .home-activities-item.item-cta h4, body .home-activities-container .home-activities-item.item-cta h5 {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0;
}
body .home-activities-container .home-activities-item.item-cta h4::before, body .home-activities-container .home-activities-item.item-cta h5::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #090000;
  transition: all 0.2s ease-in-out;
}
body .home-activities-container .home-activities-item.item-cta h5 {
  font-size: 1.1rem;
}
body .home-activities-container .home-activities-item.item-cta h4 {
  font-size: 2.25rem;
  font-weight: 600;
}
body .home-activities-container .home-activities-item.item-cta .item-cta__container {
  position: absolute;
  bottom: 2rem;
  width: calc(100% - 4rem);
}
@media screen and (max-width: 1200px) {
  body .home-activities-item__overlay {
    top: 0 !important;
    background-color: rgba(9, 0, 0, 0.6) !important;
  }
}
@media screen and (max-width: 768px) {
  body .home-activities-container {
    min-height: 1400px;
  }
}
body .home-experience {
  background-color: #02463B;
  padding: 5rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  body .home-experience {
    padding: 3rem;
  }
}
body .home-experience .textual-link.btn-link::before {
  background-color: #F5F2EF;
}
body .home-experience h2 {
  text-transform: capitalize !important;
  font-weight: 600;
  color: #F5F2EF;
}
body .home-experience .home-experience-all {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F2EF;
}
body .home-experience .home-experience-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body .home-experience .home-experience-container .home-experience-item {
  position: relative;
  width: 100%;
  height: 250px;
  background-size: cover;
  overflow: hidden;
  margin-top: 2rem;
}
body .home-experience .home-experience-container .home-experience-item:hover .home-experience-item__overlay {
  top: 0;
}
body .home-experience .home-experience-container .home-experience-item .home-experience-item__overlay {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 0, 0, 0.8);
  transition: all 0.2s ease-in-out;
  color: #F5F2EF;
}
body .home-experience .home-experience-container .home-experience-item .home-experience-item__overlay .home-experience-item__overlay-container {
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
  right: 2rem;
}
body .home-experience .home-experience-container .home-experience-item .home-experience-item__overlay .home-experience-item__overlay-container h3 {
  color: #F5F2EF;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  body .home-experience-item__overlay {
    top: 0 !important;
    background-color: rgba(9, 0, 0, 0.6) !important;
  }
}
@media screen and (min-width: 768px) {
  body .home-experience .home-experience-container .home-experience-item {
    width: calc(50% - 1rem);
  }
}
body .row-home-accent {
  background-color: #F4D0C5;
}
body .row-home-accent .goto-button .circle-btn {
  background-color: #02463B;
}
body .row-home-accent .goto-button:hover .circle-btn {
  background-color: #012d26;
}
body .wpb_video_widget .wpb_video_wrapper {
  padding-top: 42.25% !important;
  margin-bottom: 0 !important;
}
body .wpb_video_widget .wpb_video_wrapper.wpb_content_element {
  margin-bottom: 0 !important;
}
body .home-accent-text .wpb_text_column {
  height: 100%;
}
body .home-accent-text .wpb_text_column .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .home-accent-text .wpb_text_column .wpb_wrapper h3 {
  font-weight: 400 !important;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
body .home-accent-text .wpb_text_column .wpb_wrapper h3 strong {
  font-weight: 600;
}
body .activity-selector, body .experience-selector, body .partner-selector {
  background-color: #02463B;
  padding: 1rem 1rem 3rem 1rem;
  display: flex;
}
body .activity-selector .activity-selector-item, body .activity-selector .experience-selector-item, body .activity-selector .partner-selector-item, body .experience-selector .activity-selector-item, body .experience-selector .experience-selector-item, body .experience-selector .partner-selector-item, body .partner-selector .activity-selector-item, body .partner-selector .experience-selector-item, body .partner-selector .partner-selector-item {
  display: inline-block;
}
body .activity-selector .activity__number, body .activity-selector .experience__number, body .activity-selector .partner__number, body .experience-selector .activity__number, body .experience-selector .experience__number, body .experience-selector .partner__number, body .partner-selector .activity__number, body .partner-selector .experience__number, body .partner-selector .partner__number {
  position: relative;
  top: -0.75rem;
  left: 2px;
  margin-right: 1rem;
  color: #F5F2EF;
}
body .activity-selector a, body .experience-selector a, body .partner-selector a {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  color: #F5F2EF;
  font-size: 1.5rem;
}
body .activity-selector a:hover::before, body .experience-selector a:hover::before, body .partner-selector a:hover::before {
  width: 100%;
}
body .activity-selector a::before, body .experience-selector a::before, body .partner-selector a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #F5F2EF;
  transition: all 0.2s ease-in-out;
}
body .activity-selector a.active::before, body .experience-selector a.active::before, body .partner-selector a.active::before {
  width: 100%;
}
body .selector-partner-type-option, body #partner-all {
  font-size: 2rem !important;
}
body .partner-selector {
  background-color: #F4D0C5;
  padding: 1rem 0 3rem 0 !important;
}
body .partner-selector .partner__number {
  color: #090000;
}
body .partner-selector a {
  color: #090000;
}
body .partner-selector a::before {
  background-color: #090000;
}
body .activity-grid, body .experience-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding: 1rem;
}
body .activity-grid .activity-grid-item, body .activity-grid .experience-grid-item, body .experience-grid .activity-grid-item, body .experience-grid .experience-grid-item {
  width: 100%;
  margin-bottom: 2.5rem;
  color: #090000;
  animation: fadeIn;
  animation-duration: 0.4s;
}
body .activity-grid .activity-grid-item h4, body .activity-grid .experience-grid-item h4, body .experience-grid .activity-grid-item h4, body .experience-grid .experience-grid-item h4 {
  margin-bottom: 0;
}
body .activity-grid .activity-grid-item span.label, body .activity-grid .experience-grid-item span.label, body .experience-grid .activity-grid-item span.label, body .experience-grid .experience-grid-item span.label {
  color: #02463B;
}
body .activity-grid .activity-grid-item:hover .activity-grid-item__image img, body .activity-grid .activity-grid-item:hover .experience-grid-item__image img, body .activity-grid .experience-grid-item:hover .activity-grid-item__image img, body .activity-grid .experience-grid-item:hover .experience-grid-item__image img, body .experience-grid .activity-grid-item:hover .activity-grid-item__image img, body .experience-grid .activity-grid-item:hover .experience-grid-item__image img, body .experience-grid .experience-grid-item:hover .activity-grid-item__image img, body .experience-grid .experience-grid-item:hover .experience-grid-item__image img {
  transform: scale(1.05);
}
body .activity-grid .activity-grid-item.load-more-activity-item .activity-grid-item__image, body .activity-grid .activity-grid-item.load-more-activity-item .experience-grid-item__image, body .activity-grid .activity-grid-item.load-more-experience-item .activity-grid-item__image, body .activity-grid .activity-grid-item.load-more-experience-item .experience-grid-item__image, body .activity-grid .experience-grid-item.load-more-activity-item .activity-grid-item__image, body .activity-grid .experience-grid-item.load-more-activity-item .experience-grid-item__image, body .activity-grid .experience-grid-item.load-more-experience-item .activity-grid-item__image, body .activity-grid .experience-grid-item.load-more-experience-item .experience-grid-item__image, body .experience-grid .activity-grid-item.load-more-activity-item .activity-grid-item__image, body .experience-grid .activity-grid-item.load-more-activity-item .experience-grid-item__image, body .experience-grid .activity-grid-item.load-more-experience-item .activity-grid-item__image, body .experience-grid .activity-grid-item.load-more-experience-item .experience-grid-item__image, body .experience-grid .experience-grid-item.load-more-activity-item .activity-grid-item__image, body .experience-grid .experience-grid-item.load-more-activity-item .experience-grid-item__image, body .experience-grid .experience-grid-item.load-more-experience-item .activity-grid-item__image, body .experience-grid .experience-grid-item.load-more-experience-item .experience-grid-item__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .activity-grid .activity-grid-item.load-more-activity-item .activity-grid-item__image p, body .activity-grid .activity-grid-item.load-more-activity-item .experience-grid-item__image p, body .activity-grid .activity-grid-item.load-more-experience-item .activity-grid-item__image p, body .activity-grid .activity-grid-item.load-more-experience-item .experience-grid-item__image p, body .activity-grid .experience-grid-item.load-more-activity-item .activity-grid-item__image p, body .activity-grid .experience-grid-item.load-more-activity-item .experience-grid-item__image p, body .activity-grid .experience-grid-item.load-more-experience-item .activity-grid-item__image p, body .activity-grid .experience-grid-item.load-more-experience-item .experience-grid-item__image p, body .experience-grid .activity-grid-item.load-more-activity-item .activity-grid-item__image p, body .experience-grid .activity-grid-item.load-more-activity-item .experience-grid-item__image p, body .experience-grid .activity-grid-item.load-more-experience-item .activity-grid-item__image p, body .experience-grid .activity-grid-item.load-more-experience-item .experience-grid-item__image p, body .experience-grid .experience-grid-item.load-more-activity-item .activity-grid-item__image p, body .experience-grid .experience-grid-item.load-more-activity-item .experience-grid-item__image p, body .experience-grid .experience-grid-item.load-more-experience-item .activity-grid-item__image p, body .experience-grid .experience-grid-item.load-more-experience-item .experience-grid-item__image p {
  font-weight: bold;
  font-size: 1.15rem !important;
  margin-bottom: 0;
}
body .activity-grid .activity-grid-item .activity-grid-item__image, body .activity-grid .activity-grid-item .experience-grid-item__image, body .activity-grid .experience-grid-item .activity-grid-item__image, body .activity-grid .experience-grid-item .experience-grid-item__image, body .experience-grid .activity-grid-item .activity-grid-item__image, body .experience-grid .activity-grid-item .experience-grid-item__image, body .experience-grid .experience-grid-item .activity-grid-item__image, body .experience-grid .experience-grid-item .experience-grid-item__image {
  background-color: #F4D0C5;
  height: 350px;
  margin-bottom: 1rem;
  overflow: hidden;
}
body .activity-grid .activity-grid-item .activity-grid-item__image img, body .activity-grid .activity-grid-item .experience-grid-item__image img, body .activity-grid .experience-grid-item .activity-grid-item__image img, body .activity-grid .experience-grid-item .experience-grid-item__image img, body .experience-grid .activity-grid-item .activity-grid-item__image img, body .experience-grid .activity-grid-item .experience-grid-item__image img, body .experience-grid .experience-grid-item .activity-grid-item__image img, body .experience-grid .experience-grid-item .experience-grid-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  body .activity-grid .activity-grid-item .experience-grid-item, body .experience-grid .activity-grid-item .experience-grid-item {
    width: calc(50% - 1.25rem);
    margin-right: 2.5rem;
  }
  body .activity-grid .activity-grid-item .experience-grid-item:nth-of-type(2n), body .experience-grid .activity-grid-item .experience-grid-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  body .activity-grid .activity-grid-item, body .activity-grid .experience-grid-item, body .experience-grid .activity-grid-item, body .experience-grid .experience-grid-item {
    width: calc(33.3% - 1.65rem);
    margin-right: 2.5rem;
  }
  body .activity-grid .activity-grid-item:nth-of-type(2n), body .activity-grid .experience-grid-item:nth-of-type(2n), body .experience-grid .activity-grid-item:nth-of-type(2n), body .experience-grid .experience-grid-item:nth-of-type(2n) {
    margin-right: 2.5rem;
  }
  body .activity-grid .activity-grid-item:nth-of-type(3n), body .activity-grid .experience-grid-item:nth-of-type(3n), body .experience-grid .activity-grid-item:nth-of-type(3n), body .experience-grid .experience-grid-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
body .single h2 {
  text-transform: uppercase;
  font-weight: 600;
}
body .related-news-item {
  position: relative;
  width: 100%;
  height: 250px;
  background-size: cover;
  overflow: hidden;
  margin-top: 2rem;
  background-color: #02463B;
}
body .related-news-item:hover .related-news-item__overlay {
  top: 0;
}
body .related-news-item .related-news-item__overlay {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 0, 0, 0.8);
  transition: all 0.2s ease-in-out;
  color: #F5F2EF;
}
body .related-news-item .related-news-item__overlay .related-news-item__overlay-container {
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
  right: 2rem;
}
body .related-news-item .related-news-item__overlay .related-news-item__overlay-container h4 {
  color: #F5F2EF;
}
@media screen and (max-width: 1200px) {
  body .related-news-item__overlay {
    top: 0 !important;
    background-color: rgba(9, 0, 0, 0.6) !important;
  }
}
body .wpcf7-form-control .wpcf7-list-item {
  margin: 0 0.75rem 0 0;
}
body .wpcf7-form-control label {
  padding: 0;
  display: block;
  transition: all 0.1s ease-in-out;
}
body .wpcf7-form-control label.checked {
  font-weight: bold;
}
body .wpcf7-form-control label.checked::after {
  content: "▪";
  margin-left: 0.5rem;
}
body span.wpcf7-not-valid-tip {
  color: #090000;
}
body div.wpcf7-validation-errors, body div.wpcf7-acceptance-missing, body div.wpcf7-mail-sent-ok, body .wpcf7 form.invalid .wpcf7-response-output {
  background-color: #090000;
  color: #F5F2EF;
  border: 0;
}
body section#footer {
  background-color: #090000;
  color: #F5F2EF;
}
body section#footer h1 {
  color: #F5F2EF;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
body section#footer h3 {
  font-size: 1.25rem;
}
body section#footer .border-footer {
  border-right: 1px solid #484848;
  color: #F5F2EF;
}
@media screen and (max-width: 992px) {
  body section#footer .border-footer {
    border-right: unset;
    border-bottom: 1px solid #484848;
  }
}
body section#footer a {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  color: #F5F2EF;
}
body section#footer a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #F5F2EF;
  transition: all 0.2s ease-in-out;
}
body section#footer a:hover::before {
  width: 100%;
}
body section#footer .socials-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #F5F2EF;
  border-radius: 100%;
  color: #090000;
  font-size: 1rem;
  margin-right: 0.25rem;
  transition: all 0.2s ease-in-out;
}
body section#footer .socials-icon.socials-icon__facebook:hover {
  background-color: #1877F2;
  color: #F5F2EF;
}
body section#footer .socials-icon.socials-icon__vimeo:hover {
  background-color: #1DA1F2;
  color: #F5F2EF;
}
body section#footer .socials-icon.socials-icon__instagram:hover {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #F5F2EF;
}
body section#footer .socials-icon.socials-icon__linkedin:hover {
  background-color: #2867B2;
  color: #F5F2EF;
}
body section#footer .footer-block {
  position: relative;
  width: 100%;
  padding-top: 100%;
  font-size: 1.5rem;
  color: #090000;
  word-break: break-word;
}
body section#footer .footer-block a {
  color: #090000;
}
body section#footer .footer-block a::before {
  background-color: #090000;
}
body section#footer .footer-block strong {
  font-weight: 600;
}
body section#footer .footer-block p {
  margin-bottom: 2rem;
}
body section#footer .footer-block p:last-of-type {
  margin-bottom: 0;
}
body section#footer .footer-block .footer-block-address-container {
  position: absolute;
  bottom: 1.75rem;
  left: 1.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
body section#footer .footer-block .footer-block-photo-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
body section#footer .footer-block .footer-block-photo-container .textwidget {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 1.75rem;
}
body section#footer .footer-block .footer-block-photo-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
body section#footer .footer-block.footer-block__blue {
  background-color: #02463B;
}
body section#footer .footer-block.footer-block__accent {
  background-color: #F4D0C5;
}
body section#footer .foto-col {
  background-size: cover;
  background-position: 50% 15%;
}
body section#footer .footer-menu-more-lfo, body section#footer .footer-menu-links {
  list-style: none;
  padding: 0;
}
body section#footer .footer-menu-more-lfo .nav-link, body section#footer .footer-menu-links .nav-link {
  position: relative;
  display: inline-block;
  color: #F5F2EF;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
  padding: 0;
}
body section#footer .footer-menu-more-lfo .nav-link::before, body section#footer .footer-menu-links .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #F5F2EF;
  transition: all 0.2s ease-in-out;
}
body section#footer .footer-menu-more-lfo .nav-link:hover::before, body section#footer .footer-menu-links .nav-link:hover::before {
  width: 100%;
}
body section#footer .footer-menu-links {
  margin: 0;
}
body section#footer .footer-menu-links .nav-item {
  display: inline-block;
  margin-right: 0.75rem;
}
body section#footer .footer-menu-links .nav-item .nav-link {
  font-size: 1rem;
  margin: 0;
}
body .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #090000 !important;
}
body .vc_tta-panel-heading {
  background-color: #02463B !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #F5F2EF !important;
}
body .vc_tta-panel {
  margin-bottom: 1rem !important;
}
body .vc_tta-panel-title > a {
  color: #F5F2EF !important;
  font-size: 1.25rem;
  padding: 1.25rem 0 1.25rem 46px !important;
}
body .vc_tta-controls-icon-plus::before, body .vc_tta-controls-icon-plus::after {
  border-color: #F5F2EF !important;
}
body .vc_tta-panel-body {
  background-color: #F5F2EF !important;
  border: 0 !important;
  border-radius: 0 !important;
}
body .vc_tta-panel-body p, body .vc_tta-panel-body ul li, body .vc_tta-panel-body ul li::before {
  font-size: 1.2rem !important;
}
body .vc_tta-panel-body ul li::before {
  top: 5px !important;
}
body p.small {
  font-size: 1rem !important;
}
body p.small a {
  color: #090000;
}
body .gform_wrapper .gf_progressbar {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
body .gform_wrapper .percentbar_blue {
  background-color: #F4D0C5;
}
body .gform_wrapper .gf_progressbar_percentage {
  background: #F4D0C5;
}
body .gform_next_button {
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
  border-radius: 0;
  padding: 0.5rem 1rem;
  position: relative;
  background-color: #090000;
  color: #F5F2EF;
  font-size: 1.25rem;
  transition: all 0.35s ease-in-out;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
}
body .grecaptcha-badge {
  visibility: hidden;
}
body .custom-clustericon {
  background: var(--cluster-color);
  color: #F5F2EF;
  border-radius: 100%;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  align-items: center;
}
body .custom-clustericon::before,
body .custom-clustericon::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: var(--cluster-color);
  opacity: 0.2;
  border-radius: 100%;
}
body .custom-clustericon::before {
  padding: 7px;
}
body .custom-clustericon::after {
  padding: 14px;
}
body .custom-clustericon-1 {
  --cluster-color: #02463B;
}
body .custom-clustericon-2 {
  --cluster-color: #02463B;
}
body .custom-clustericon-3 {
  --cluster-color: #02463B;
}
body .map-popup {
  font-family: "Poppins", sans-serif;
}
body .map-popup .map-popup-card {
  padding: 1.25rem;
  border-radius: 12px;
  border: transparent;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 18rem;
}
@media (max-width: 576px) {
  body .map-popup .map-popup-card {
    width: 13rem;
  }
}
body .map-popup .map-popup-card .partner-list-logo {
  margin-bottom: 1rem !important;
}
@media (max-width: 992px) {
  body .map-popup .map-popup-card .map-popup-card-img .partner-list-logo {
    padding-bottom: 50%;
  }
}
body .map-popup .map-popup-card .card-body {
  padding: 0;
}
body .map-popup .map-popup-card .card-body h4 {
  font-weight: 600;
  color: #02463B;
  margin-bottom: 0 !important;
  font-size: 1.2rem;
}
body .map-popup .map-popup-card .card-body h5 {
  margin-bottom: 0.25rem !important;
  color: #090000;
  font-weight: 700;
  font-size: 1.1rem;
}
body .map-popup .map-popup-card .card-body p {
  font-weight: 400 !important;
  font-size: 16px !important;
  margin-bottom: 0 !important;
  line-height: normal !important;
}
body .map-popup .map-popup-card .card-body .btn-opacity {
  padding: 0.5rem 0 0 1px !important;
}
body .map-popup .map-popup-card .card-footer {
  margin-top: 0.5rem;
  background-color: unset !important;
  text-align: right;
  padding: 0 !important;
  border-top: unset !important;
}
body .map-popup .map-popup-card .card-footer .btn-link {
  font-size: 14px;
}
body .map-popup .map-popup-card .partner-list-logo {
  width: 100%;
  padding-bottom: 40%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
body .gm-style .gm-style-iw-c {
  overflow: hidden;
  padding: 0 !important;
  max-width: unset;
  max-height: unset;
  min-width: unset;
  box-shadow: none;
}
body .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: hidden !important;
}
body .gm-style .gm-style-iw-c button {
  top: 0 !important;
  right: 0 !important;
  width: 43px !important;
  height: 43px !important;
}
body .gm-style .gm-style-iw-c button img {
  width: 30px !important;
  height: 30px !important;
  margin-top: 4px !important;
}
body a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
body a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
body .gmnoprint a, body .gmnoprint span, body .gm-style-cc {
  display: none;
}
body .partner-grid .partner-grid-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 30vh;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: white;
  padding-bottom: 40%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1200px) {
  body .partner-grid .partner-grid-item {
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  body .partner-grid .partner-grid-item {
    height: 30vh;
  }
}
@media screen and (max-width: 576px) {
  body .partner-grid .partner-grid-item {
    height: 40vh;
  }
}
body .partner-grid .partner-grid-item:hover .partner-grid-item__overlay {
  top: 0;
}
body .partner-grid .partner-grid-item .btn-link {
  position: absolute;
  right: 0;
  color: #F5F2EF;
}
body .partner-grid .partner-grid-item .btn-link::before {
  background-color: #F5F2EF;
}
body .partner-grid .partner-grid-item__title {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 200;
}
@media screen and (max-width: 576px) {
  body .partner-grid .partner-grid-item__title {
    width: 60%;
  }
}
body .partner-grid .partner-grid-item__title h3 {
  color: #F5F2EF;
  padding: 16px;
  text-align: left;
  width: fit-content;
  background-color: #090000;
  font-size: 1.3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  body .partner-grid .partner-grid-item__title h3 {
    font-size: 1.1rem;
  }
}
body .partner-grid .partner-grid-item__overlay {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 45, 45, 0.8);
  transition: all 0.2s ease-in-out;
  color: #F5F2EF;
}
body .partner-grid .partner-grid-item__overlay .partner-grid-item__overlay-container {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  height: 100%;
}
body .partner-grid .partner-grid-item__overlay .partner-grid-item__overlay-container p {
  color: #F5F2EF;
  font-size: 1.1rem !important;
  line-height: 1.5 !important;
}
@media screen and (max-width: 576px) {
  body .partner-grid .partner-grid-item__overlay .partner-grid-item__overlay-container p {
    font-size: 0.8rem !important;
  }
}
@media screen and (max-width: 768px) {
  body .partner-grid .partner-grid-item__overlay {
    top: 0;
  }
}
body .partner-grid .partner-grid-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F2EF;
  width: 100%;
  text-align: center;
  height: 30vh;
}
@media screen and (max-width: 1200px) {
  body .partner-grid .partner-grid-cta {
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  body .partner-grid .partner-grid-cta {
    height: 30vh;
  }
}
@media screen and (max-width: 576px) {
  body .partner-grid .partner-grid-cta {
    height: 40vh;
  }
}
body .partner-grid .extra-padding {
  padding: 15px;
}
body .textual-link::before {
  width: 0 !important;
}
body .textual-link:hover::before {
  width: 100% !important;
}
body.home section#header, body.landing section#header {
  background-color: rgba(2, 70, 59, 0.8) !important;
  height: 600px;
}

/*# sourceMappingURL=main.css.map */
