@font-face {
  font-family: "Roobert-Medium";
  src: url("./fonts/RoobertTRIAL-Medium.ttf") format("truetype"), url("./fonts/RoobertTRIAL-Medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Roobert-Medium", sans-serif;
  padding: 0;
  margin: 0;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body main {
  display: flex;
  max-width: 1667px;
}
body main.full-width-content {
   max-width: 100%;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  padding: 8px 16px;
  text-decoration: none;
  z-index: 1000;
  background: #000;
  color: #fff;
}

.skip-link:focus {
  top: 10px; /* Move into view when focused */
  left: 10px;
}

h1 {
  color: #757575;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 40px;
}
h1.large-margin {
    margin-bottom: 60px;
}

p {
  color: #000;
}
p.no-margin {
  margin: 0;
}
p.margin-top {
  margin-bottom: 0;
  margin-top: 40px;
}
.margin-bottom-large {
    margin-bottom: 60px !important;
}

ul {
  list-style-type: none;
}

* {
  box-sizing: border-box;
}

a {
  color: #1467F5;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.text-blue p {
  color: #1467F5;
}

.text-light p,
.color-gray {
  color: #757575;
}

.text-uppercase {
  text-transform: uppercase;
}

.show-tablet {
  display: none;
}

@media only screen and (max-width: 768px) {
  .show-tablet {
    display: block;
  }
  .hide-tablet {
    display: none;
  }
}
@media only screen and (max-width: 1441px) {
  body main header {
    /*width: 25%;*/
  }
}
@media only screen and (max-width: 600px) {
  body main {
    flex-direction: column;
  }
}
h1,
.content p,
.content a {
  font-size: 37.86px;
  line-height: 40px;
}
.content .textual-content p,
.content .textual-content a {
 font-size: 26px;
 line-height: 28px;
}
.content .textual-content.text p,
.content .textual-content.text > a{
    text-indent: 21px;
}
@media only screen and (max-width: 1440px) {
  h1,
  .content p,
  .content a {
    font-size: 30px;
    line-height: 32px;
  }
  .content .textual-content p,
  .content .textual-content a {
     font-size: 22px;
     line-height: 24px;
    }
}
@media only screen and (max-width: 768px) {
  h1,
  .content p,
  .content a {
    font-size: 24px;
    line-height: 26px;
  }
  .content .textual-content p,
  .content .textual-content a {
     font-size: 20px;
     line-height: 22px;
    }
  h1 {
    margin-bottom: 26px;
  }
  h1.large-margin {
      margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  h1,
  .content p,
  .content a {
    font-size: 26px;
    line-height: 27px;
  }
  .content .textual-content p,
  .content .textual-content a {
     font-size: 18px;
     line-height: 20px;
    }
}
.content {
  padding: 18px 16px 18px 0;
  padding-left: 348px;
}
@media only screen and (min-width: 1450px) {
    .content {
        padding-left: 317px;
    }
}

.content p,
.content a {
  font-weight: 400;
}
.content div.text p {
  text-indent: 60px;
}
.content div.text > a {
  display: block;
  text-indent: 60px;
}
.content div.text > img,
.content div.text > .video-container {
  margin-left: 60px;
  max-width: 90%;
}
.content .gallery-content div.text p {
  text-indent: 24px;
}
.content .gallery-content div.text > a {
  display: block;
  text-indent: 24px;
}
.content .gallery-content p,
.content .gallery-content a {
  font-size: 22px;
  line-height: 24px;
}
.content .gallery-content p.margin-top,
.content .gallery-content a.margin-top {
  margin-bottom: 0;
  margin-top: 22px;
}

.content .video-container {
  position: relative;
  max-width: 90%;
  width: 800px;
  cursor: pointer;
}
.content .video-container video {
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.gallery-content {
  display: flex;
}
.gallery-content__images {
  width: 680px;
  min-width: 680px;
}
.gallery-content__images img {
  margin-bottom: 16px;
  max-width: 100%;
  width: 100%;
  cursor: pointer;
}
.gallery-content__description {
  padding-left: 22px;
}
 .content div.text > img,
 .content div.text > .video-container {
    margin-top: 22px;
    margin-bottom: 22px;
 }
@media only screen and (max-width: 1440px) {
  .gallery-content__images, .gallery-content__description {
    width: 50%;
    min-width: 50%;
  }
  .content div.text p,
  .content div.text > a {
    text-indent: 40px;
  }
  .content div.text > img,
  .content div.text > .video-container {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .gallery-content {
    flex-wrap: wrap;
  }
  .content .gallery-content__images, .content .gallery-content__description {
    width: 100%;
  }
  .content .gallery-content__images {
    margin-top: 20px;
    padding-left: 22px;
  }
  .content .gallery-content p,
  .content .gallery-content a {
    font-size: 20px;
    line-height: 22px;
  }
  .content div.text p,
  .content div.text > a {
    text-indent: 24px;
  }
  .content div.text > img,
  .content div.text > .video-container {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .content {
    padding: 18px 12px;
    padding-top: 80px;
  }
  .content h1 {
    display: none;
  }
  .content .gallery-content__images, .content .gallery-content__description {
    padding-left: 0;
    padding-right: 0;
  }
  .content .gallery-content div.text p {
    text-indent: 12px;
  }
  .content .gallery-content div.text > a {
    text-indent: 12px;
  }
}

.no-indent {
  text-indent: 0 !important;
}
.negative-indent {
  text-indent: -20px !important;
}
.negative-indent {
  text-indent: 0px !important;
}
.negative-indent.custom-margin {
    position: relative;
}
.negative-indent.custom-margin span {
    position: absolute;
    top: 0;
    left: -36px;
}
 @media (max-width: 600px) {
    .negative-indent.custom-margin {
        padding-left: 40px;
    }
    .negative-indent.custom-margin span {
        left: 6px;
    }
 }

.home-content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}
.home-content > div {
  width: 33.33%;
  margin-bottom: 300px;
}
.home-content > div img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  cursor: pointer;
}
.home-content > div:nth-child(3n+1) {
  text-align: left;
}
.home-content > div:nth-child(3n+2) {
  text-align: center;
}
.home-content > div:nth-child(3n) {
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .home-content > div {
    width: 50%;
    margin-bottom: 190px;
  }
  .home-content > div:nth-child(2n+1) {
    text-align: left;
  }
  .home-content > div:nth-child(2n) {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .home-content > div {
    width: 100%;
    margin-bottom: 100px;
    text-align: left !important;
  }
}
@media (max-width: 600px) {
  .home-content > div img,
  .content div.text > .video-container {
    width: 100%;
  }
}

header {
  position: fixed;
  background-color: transparent;
  min-width: 267px;
  padding: 18px 16px;
  box-sizing: border-box;
}
header ul {
  margin: 0;
}
header ul li {
  font-size: 22px;
  line-height: 22px;
}
header ul li a {
  color: black;
  text-decoration: none;
}
header ul li a:hover {
  /*text-decoration: underline;*/
  color: #1467F5;
}
header ul li a.active {
  color: #1467F5;
}
header ul:first-child {
  padding-left: 0;
}
header ul:first-child > li:first-child a {
  color: #757575;
}
header .site-title {
  display: none;
}

.menu-toggle {
  display: none;
}

@media (max-width: 600px) {
  header {
    width: 100% !important;
    max-width: 100%;
    padding: 15px 12px;
    z-index: 5;
    background-color: #fff;
  }
  header nav {
      position: relative;
      /*margin-left: -24px;*/
  }
  header h1 {
      margin-bottom: 0px;
  }
  header .site-title {
    display: block;
  }
  header nav ul li {
    display: none;
    font-size: 26px;
    line-height: 26px;
  }
  header nav ul li .menu-toggle {
    display: block;
  }
  header nav ul li.site-title {
    display: flex !important;
    justify-content: space-between;
  }
  nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .menu.open li {
    display: block;
  }
  header.open {
      background-color: #fff;
      height: 100vh;
  }
  header.open .site-title {
      display: none !important;
  }
  header.open .close-indicator {
      display: none;
  }
  header.open .close-indicator {
      display: block;
      position: absolute;
      top: 0px;
      right: 0px;
      font-size: 26px;
      line-height: 26px;
  }
}
footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 340px;
}
footer div.text p,
footer div.text a {
  text-indent: 24px;
}
footer p,
footer a {
  font-size: 22px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.400000006px;
}
footer a {
  color: #1467F5;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
footer .footer-col {
  width: 25%;
  padding: 18px 16px;
  box-sizing: border-box;
}
footer .col-general {
  order: 1;
}
footer .col-text {
  order: 2;
}
footer .col-certificates {
  order: 3;
}
footer .col-nav {
  order: 4;
}
footer .col-nav a {
  line-height: 26px;
}
footer .booking-link-desktop {
  margin-top: 64px;
  text-indent: 0 !important;
  display: block;
}
footer .booking-link-tablet,
footer .booking-link-mobile {
  display: none;
}
footer .social-links a {
  /*color: #FE0000;*/
}
@media only screen and (max-width: 1440px) {
  footer {
    margin-top: 200px;
  }
  footer p,
  footer a {
    font-size: 19px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 1024px) {
  footer {
    margin-top: 200px;
  }
  footer p,
  footer a {
    font-size: 20px;
    line-height: 21px;
  }
  footer .footer-col {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -12px;
  }
  footer .col-certificates {
    order: 4;
  }
  footer .col-nav {
    order: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  footer .booking-link-desktop {
    display: none;
  }
  footer .booking-link-tablet {
    display: block;
   margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  footer {
    margin-top: 100px;
  }
  footer p,
  footer a {
    font-size: 19px;
    line-height: 21px !important;
  }
  footer .footer-col {
    width: 100%;
  }
  footer .col-certificates {
    order: 3;
  }
  footer .col-nav {
    order: 4;
  }
  footer .booking-link-tablet {
    display: none;
  }
  footer .booking-link-mobile {
    display: block;
  }
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 9999;
  overflow-y: scroll;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.overlay.show {
  display: block;
  opacity: 1;
}

.overlay-content {
  position: relative;
  padding: 50px;
}

.overlay img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  padding: 100px 0;
}

.close-btn {
  position: fixed;
  top: 10px;
  right: 25px;
  font-size: 40px;
  color: black;
  cursor: pointer;
  z-index: 10000;
  display: none;
}
.close-btn.show {
  display: block;
}

.overlay {
  transition: opacity 0.3s ease;
  opacity: 0;
}

@media only screen and (max-width: 1024px) {
  .overlay img {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .overlay img {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 600px) {
  .overlay img {
    padding: 25px 0;
  }
  .overlay-content {
    padding: 25px 35px;
  }
  .close-btn {
    right: 5px;
    top: 5px;
  }
}
#mlb2-19988297 .ml-form-embedBody.ml-form-embedBodyDefault {
  padding: 0 !important;
}
#mlb2-19988297 .ml-form-formContent {
  margin-bottom: 12px !important;
}

#mlb2-19988297.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 0 !important;
}

#mlb2-19988297.ml-form-embedContainer .ml-form-align-center {
  text-align: left !important;
}

#mlb2-19988297.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody p {
  font-size: 22px !important;
line-height: 21px !important;
text-indent: 0px !important;
margin-bottom: 0px !important;
}

#mlb2-19988297.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  font-family: "Roobert-Medium", sans-serif !important;
}

#mlb2-19988297.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  border: 1px solid #000 !important;
  font-family: "Roobert-Medium", sans-serif !important;
  display: inline-block;
  padding: 6px 24px;
  float: left;
  color: #000 !important;
}

/*Fixes and updates*/
.short-content-margin {
    margin-bottom: 200px;
}

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