@charset "UTF-8";

/* ELEMENTS */

/***** À MODIFIER ****/

/***** À MODIFIER ****/

/***** À MODIFIER ****/

/***** À MODIFIER ****/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address {
  font-style: normal;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

button,
input,
optgroup,
select,
textarea {
  cursor: pointer;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.7;
  /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  background: transparent;
  border: none;
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  outline: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

html {
  box-sizing: border-box;
}

.site {
  position: relative;
}

.default-padding,
.section-content {
  padding-left: 6%;
  padding-right: 6%;
}

.section-content {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (min-width: 768px) {
  .section-content {
    padding-top: 125px;
    padding-bottom: 150px;
  }
}

.content-ctn,
.content {
  max-width: 1180px;
  margin: 0 auto;
}

.content-text {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.content-rect-text {
  text-align: center;
  padding: 30px;
  width: 75%;
  max-width: 640px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .content-rect-text {
    padding: 50px 40px;
  }
}

.is-mobile .content {
  background-attachment: scroll !important;
}

.text h1 {
  margin-bottom: 16px;
}

.text h2 {
  margin-bottom: 12px;
}

.text h3 {
  margin-bottom: 8px;
}

.text h4 {
  margin-bottom: 4px;
}

.bold {
  font-weight: 700;
}

.semi-medium {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.light {
  font-weight: 300;
}

.hideMe {
  display: none !important;
}

.is-parallax {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.is-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.is-fullHeight {
  height: 100%;
}

.body-no-overflow {
  overflow: hidden;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.alignLeft {
  text-align: left;
}

.centerEle {
  margin: 0 auto;
}

@media (min-width: 600px) {
  .reverseMe {
    flex-direction: row-reverse;
  }
}

@media (min-width: 600px) {
  .mobile {
    display: none;
  }
}

.tablet {
  display: none;
}

@media (min-width: 600px) {
  .tablet {
    display: block;
  }
}

@media (min-width: 992px) {
  .hide-in-desktop {
    display: none;
  }
}

.show-in-desktop {
  display: none;
}

@media (min-width: 992px) {
  .show-in-desktop {
    display: block;
  }
}

.noPadding {
  padding: 0 !important;
}

.bgCover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.full-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 50;
}

.sft,
.sfr,
.sfb,
.sfl,
.fadein {
  opacity: 0;
}

.do-animation.sft {
  -webkit-animation-name: sft;
          animation-name: sft;
}

.do-animation.sfr {
  -webkit-animation-name: sfr;
          animation-name: sfr;
}

.do-animation.sfb {
  -webkit-animation-name: sfb;
          animation-name: sfb;
}

.do-animation.sfl {
  -webkit-animation-name: sfl;
          animation-name: sfl;
}

.do-animation.fadein {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes sfb {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes sfb {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes sft {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes sft {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes sfr {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes sfr {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes sfl {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes sfl {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes moveIn {
  0% {
    transform: translate3d(0, -500px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveIn {
  0% {
    transform: translate3d(0, -500px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes moveOut {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(0, -500px, 0);
  }
}

@keyframes moveOut {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(0, -500px, 0);
  }
}

.header {
  position: fixed;
  height: 60px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  transition: all 0.6s ease;
}

@media (min-width: 768px) {
  .header {
    height: 72px;
  }
}

.header.open {
  height: 100vh;
}

.header.open .header__background {
  height: 100%;
  opacity: 0.9 !important;
}

.header__logo {
  position: relative;
  z-index: 2;
}

.header__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header__top-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  z-index: 2;
}

.header__top-bar .menu-btn-ctn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 12px 24px 16px;
  transform: translateY(-50%);
  z-index: 2;
}

@media (min-width: 992px) {
  .header__top-bar .menu-btn-ctn {
    display: none;
  }
}

.site-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -2000px;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  text-align: center;
  transition: opacity 0.6s ease;
  z-index: 1;
  opacity: 0;
}

.site-navigation.show {
  left: 0;
  opacity: 1;
}

.site-navigation.grow-mid .menu-item:after {
  margin: auto;
}

.site-navigation.grow-right .menu-item:after {
  margin-left: auto;
}

@media (min-width: 992px) {
  .site-navigation {
    height: auto;
    opacity: 1;
    display: flex;
    position: relative;
    left: auto;
    top: auto;
    padding-bottom: 6px;
  }
}

.site-navigation .menu {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .site-navigation .menu {
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 1 100%;
  }
}

.site-navigation .menu .lang-item {
  display: inline-block;
  border-radius: 50%;
  padding: 0;
  width: 35px;
  height: 35px;
  margin-top: 12px;
}

@media (min-width: 768px) {
  .site-navigation .menu .lang-item {
    width: 55px;
    height: 55px;
    margin-top: 18px;
  }
}

@media (min-width: 992px) {
  .site-navigation .menu .lang-item {
    margin: 0;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
  }
}

.site-navigation .menu .lang-item:after {
  display: none;
}

.site-navigation .menu .lang-item a {
  padding: 8px 5px;
  display: block;
  margin-top: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.site-navigation .menu-item {
  padding: 10px 0;
  list-style: none;
  position: relative;
}

@media (min-width: 768px) {
  .site-navigation .menu-item {
    padding: 20px 0;
  }
}

@media (min-width: 992px) {
  .site-navigation .menu-item {
    padding: 0;
    margin: 0 20px;
  }
}

.site-navigation .menu-item.current-menu-item:after {
  bottom: 15px;
  /*width: 100%;*/
  width: 0;
}

@media (min-width: 992px) {
  .site-navigation .menu-item:after {
    content: "";
    display: block;
    position: relative;
    width: 0;
    height: 2px;
    bottom: 15px;
    transition: width 0.6s ease;
  }

  .site-navigation .menu-item:hover:after {
    width: 100%;
  }
}

.site-navigation .menu-item a {
  margin-top: 6px;
  display: block;
}

@media (min-width: 768px) {
  .site-navigation .menu-item a {
    font-size: 24px;
    margin-top: 8px;
  }
}

@media (min-width: 992px) {
  .site-navigation .menu-item a {
    font-size: 16px;
    display: block;
    padding: 20px 0;
  }
}

.menu .menu-item-has-children {
  display: block;
  position: relative;
}

.menu .menu-item-has-children a:after {
  content: "";
  position: absolute;
  right: -40px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding-top: 1px;
}

@media (min-width: 768px) {
  .menu .menu-item-has-children a:after {
    width: 35px;
    height: 35px;
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .menu .menu-item-has-children a:after {
    display: none !important;
  }
}

.menu .menu-item-has-children a:before {
  content: "+";
  position: absolute;
  right: -33px;
  top: 18px;
  width: 10px;
  height: 10px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .menu .menu-item-has-children a:before {
    right: -27px;
    top: 32px;
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .menu .menu-item-has-children a:before {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .menu .menu-item-has-children:hover > .sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    max-height: 1000px !important;
  }
}

.menu .sub-menu {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  z-index: 10;
}

@media (min-width: 992px) {
  .menu .sub-menu {
    max-height: none;
    overflow: visible;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: -15px;
    top: 70px;
    min-width: 270px;
    padding: 12px 0;
    border-bottom: none;
  }
}

@media (min-width: 992px) {
  .menu .sub-menu:hover {
    visibility: visible !important;
    opacity: 1 !important;
  }
}

.menu .sub-menu .menu-item:after {
  display: none;
}

@media (min-width: 992px) {
  .menu .sub-menu .menu-item {
    text-align: left;
    padding-left: 16px;
    margin: 0;
  }
}

.menu .sub-menu .menu-item:after {
  content: "";
}

.menu .sub-menu .menu-item a {
  padding: 10px;
  border-bottom: none;
}

.menu .sub-menu .menu-item a:after {
  display: none !important;
}

.menu .sub-menu .menu-item {
  transition: opacity 0.3s ease;
}

@media (min-width: 992px) {
  .menu .sub-menu .menu-item:first-of-type {
    margin-top: 0;
    border: none !important;
  }
}

@media (min-width: 992px) {
  .menu .sub-menu .menu-item:last-of-type {
    border: none !important;
  }
}

.open-sub-menu {
  max-height: 1000px !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 15px;
  transition: all 0.6s linear;
}

.open-sub-menu .menu-item {
  opacity: 1 !important;
}

.open-sub-menu .menu-item:first-of-type {
  border-top: 1px solid transparent;
}

.open-sub-menu .menu-item:last-of-type {
  border-bottom: 1px solid transparent;
}

.hero {
  position: relative;
}

.hero .overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero .slider-title {
  width: 90%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}

.hero .slider-title span {
  color: inherit !important;
}

.hero .big-logo {
  width: 160px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 11;
}

@media (min-width: 768px) {
  .hero .big-logo {
    width: 34%;
    max-width: 550px;
  }
}

.hero .slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero .slick-arrow {
  z-index: 50;
  width: 35px;
}

@media (min-width: 768px) {
  .hero .slick-arrow {
    max-width: 60px;
    width: 20%;
  }
}

.hero .slick-prev {
  left: 20px;
}

@media (min-width: 768px) {
  .hero .slick-prev {
    left: 6%;
  }
}

.hero .slick-next {
  right: 20px;
}

@media (min-width: 768px) {
  .hero .slick-next {
    right: 6%;
  }
}

@media (min-width: 992px) {
  .hero.page {
    min-height: 500px;
  }
}

.hero.page .bg-img {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero.page .bg-img h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}

.slider-progress {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: transparent;
}

.slider-progress .progress {
  width: 0%;
  height: 3px;
}

.content-logo {
  display: none;
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .content-logo {
    display: block;
  }
}

.content-logo img {
  width: 40px;
}

.footer {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 35px 0;
}

.footer__logo {
  max-width: 180px;
  margin: 0 auto;
}

.footer__info {
  text-align: center;
}

@media (min-width: 768px) {
  .footer__info {
    display: flex;
    justify-content: center;
  }
}

.footer__info-container {
  padding: 30px 0;
  border-top: 1px solid;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .footer__info-container {
    width: 50%;
  }
}

.footer__info-container a {
  display: block;
  margin-bottom: 8px;
  line-height: 20px;
}

.footer__info-container h3 {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .footer__info-container {
    margin: 30px 0 45px 0;
  }
}

@media (min-width: 992px) {
  .footer__info-container {
    margin: 30px 0;
  }
}

.footer .bottom-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 90;
}

@media (min-width: 992px) {
  .footer .bottom-nav {
    display: none;
  }
}

.footer .bottom-nav .menu {
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
}

.footer .bottom-nav .menu-item {
  position: relative;
  list-style: none;
  width: 50%;
  text-align: center;
}

.footer .bottom-nav a {
  font-size: 14px;
  text-transform: lowercase;
  display: block;
  width: 100%;
  padding: 5px 0px;
}

@media (min-width: 768px) {
  .footer .bottom-nav a {
    padding: 15px 0px;
  }
}

.footer .bottom-nav i {
  display: block;
  font-size: 14px;
  margin-right: 8px;
}

@media (min-width: 400px) {
  .footer .bottom-nav i {
    display: inline-block;
  }
}

.footer .book-bottom {
  display: none;
}

@media (min-width: 992px) {
  .footer .book-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 160px;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%);
    z-index: 100;
    transition: bottom 0.6s ease;
  }

  .footer .book-bottom a {
    display: block;
    font-size: 16px;
    padding: 13px 37px;
  }
}

.footer .book-bottom-sticky {
  bottom: 0;
}

.footer .copyrights {
  text-align: center;
}

.footer .copyrights a,
.footer .copyrights span {
  font-size: 12px;
}

.form-ctn {
  margin: 50px auto;
  width: 80%;
}

@media (min-width: 992px) {
  .form-ctn {
    width: 52%;
  }
}

.form-ctn input[type=text],
.form-ctn input[type=email] {
  -webkit-appearance: none;
  width: calc(100% - 16px);
  border-width: 2px;
  border-style: solid;
  padding: 10px 5px;
  margin: 10px 0;
  font-size: 18px;
}

.form-ctn textarea {
  margin-top: 10px;
  padding: 10px 5px;
  -webkit-appearance: none;
  width: calc(100% - 16px);
  border-width: 2px;
  border-style: solid;
  font-size: 18px;
}

.form-ctn input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 10px 5px;
  font-size: 18px;
  transition: all 0.25s ease;
}

.form-ctn input[type=submit]:hover {
  border-color: transparent;
}

.form-ctn .opt-in span.wpcf7-list-item {
  margin: 0;
}

.form-ctn iframe {
  margin: 10px 0;
}

.about-inner {
  position: relative;
}

.form-main-ctn {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: black;
  z-index: 1000;
  overflow: auto;
}

.form-main-ctn .form-ctn {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: auto;
  margin-top: 45px;
  background-color: black;
}

@media (min-width: 768px) {
  .form-main-ctn .form-ctn {
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 65px;
  }
}

@media (min-width: 992px) {
  .form-main-ctn .form-ctn {
    width: 55%;
  }
}

.form-main-ctn .form-ctn .wpcf7 {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .form-main-ctn .form-ctn .wpcf7 {
    margin-bottom: 0;
    width: 680px;
    padding: 50px 0;
  }
}

.form-main-ctn .form-ctn .btn-close-form {
  position: absolute;
  right: 0;
  top: -25px;
}

@media (min-width: 768px) {
  .form-main-ctn .form-ctn .btn-close-form {
    top: 0;
  }
}

.form-main-ctn .form-ctn .btn-close-form img {
  width: 25px;
}

@media (min-width: 768px) {
  .form-main-ctn .form-ctn .btn-close-form img {
    width: 35px;
  }
}

.form-main-ctn .form-ctn label {
  color: white;
}

.form-main-ctn .form-ctn p {
  padding: 0;
  margin: 0;
}

.form-main-ctn .form-ctn ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
}

.form-main-ctn .form-ctn ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
}

.form-main-ctn .form-ctn :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
}

.form-main-ctn .form-ctn :-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
}

@media (min-width: 768px) {
  .form-main-ctn .form-ctn .input-ctn {
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}

.form-main-ctn .form-ctn .input-ctn .form-input {
  padding-left: 10px;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .form-main-ctn .form-ctn .input-ctn .form-input {
    width: 275px;
    margin-bottom: 0;
  }
}

.form-main-ctn .form-ctn .input-ctn input,
.form-main-ctn .form-ctn .input-ctn select {
  background-color: transparent;
  border: none;
  width: 100%;
  font-size: 16px;
}

.form-main-ctn .form-ctn .input-ctn .form-input.input-radio {
  display: flex;
  -moz-align-items: center;
  align-items: center;
  border-bottom: none;
  padding: 20px 0 20px 10px;
}

@media (min-width: 768px) {
  .form-main-ctn .form-ctn .input-ctn .form-input.input-radio {
    padding: 0 0 0 10px;
  }
}

.form-main-ctn .form-ctn .input-ctn [type=checkbox]:checked,
.form-main-ctn .form-ctn .input-ctn [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.form-main-ctn .form-ctn .input-ctn [type=checkbox]:checked + .wpcf7-list-item-label,
.form-main-ctn .form-ctn .input-ctn [type=checkbox]:not(:checked) + .wpcf7-list-item-label {
  position: relative;
  padding-left: 0px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: white;
  width: 100%;
}

.form-main-ctn .form-ctn .input-ctn [type=checkbox]:checked + .wpcf7-list-item-label:before,
.form-main-ctn .form-ctn .input-ctn [type=checkbox]:not(:checked) + .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  right: 13px;
  top: 0;
  width: 18px;
  height: 18px;
  background: transparent;
}

.form-main-ctn .form-ctn .input-ctn [type=checkbox]:checked + .wpcf7-list-item-label:after,
.form-main-ctn .form-ctn .input-ctn [type=checkbox]:not(:checked) + .wpcf7-list-item-label:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  right: 19px;
  transition: all 0.2s ease;
}

.form-main-ctn .form-ctn .input-ctn [type=checkbox]:not(:checked) + .wpcf7-list-item-label:after {
  opacity: 0;
  transform: scale(0);
}

.form-main-ctn .form-ctn .input-ctn [type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  transform: scale(1);
}

.form-main-ctn .form-ctn .input-ctn .wpcf7-list-item {
  margin: 0;
}

.form-main-ctn .form-ctn .input-ctn select {
  background-image: url("/content/themes/maximus/dist/images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 21px 11px;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
}

.form-main-ctn .form-ctn .input-ctn .form-input.input-room {
  border-bottom: none !important;
  padding-left: 0;
}

.form-main-ctn .form-ctn .input-ctn .form-input.input-room select {
  border-radius: 0;
  padding: 15px 0 15px 10px;
  background-image: url("/content/themes/maximus/dist/images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 21px 11px;
}

.form-main-ctn .form-ctn .input-ctn .form-input.full-width {
  width: 100%;
}

.form-main-ctn .form-ctn .input-ctn .msg {
  width: 100%;
  border-bottom: 1px solid;
}

.form-main-ctn .form-ctn .input-ctn textarea {
  margin-top: 25px;
  width: 100%;
  background-color: transparent;
  border: none;
  color: white;
  resize: none;
}

.form-main-ctn .form-ctn .submit-ctn {
  margin-top: 50px;
}

.form-main-ctn .close-lightbox {
  cursor: default;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.form-main-ctn .wpcf7-form-control-wrap {
  width: 100%;
}

.form-main-ctn span.wpcf7-list-item {
  display: block;
  padding: 10px 0;
}

.socials {
  display: block;
}

.socials__title {
  display: block;
}

.socials__wrapper {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .socials__wrapper {
    justify-content: flex-start;
  }
}

.socials__link {
  padding: 5px 10px;
  transition: opacity 0.3s ease;
}

.socials__link:first-of-type {
  padding-left: 0;
}

.socials__link:hover {
  opacity: 0.6;
}

.socials__link i {
  font-size: 20px;
}

.cta {
  display: inline-block;
  min-width: 150px;
  margin: auto;
  text-align: center;
  padding: 10px 20px;
  line-height: normal;
  margin-top: 12px;
}

@media (min-width: 768px) {
  .cta {
    width: 200px;
    padding: 15px 40px;
  }
}

#menu-btn {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 999;
  transform: rotate(0);
  transition: 0.5s ease-in-out;
}

#menu-btn span {
  background: white;
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0);
  transition: 0.25s ease-in-out;
}

#menu-btn span:nth-child(1) {
  top: 0px;
}

#menu-btn span:nth-child(2),
#menu-btn span:nth-child(3) {
  top: 8px;
}

#menu-btn span:nth-child(4) {
  top: 16px;
}

#menu-btn.open {
  z-index: 999;
}

#menu-btn.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#menu-btn.open span:nth-child(2) {
  transform: rotate(45deg);
}

#menu-btn.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#menu-btn.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#contact-content .content-ctn {
  max-width: none;
}

@media (min-width: 992px) {
  #contact-content .form-wrapper {
    display: flex;
    width: 90%;
    margin: auto;
  }
}

@media (min-width: 992px) {
  #contact-content .form-wrapper {
    width: 100%;
  }
}

#contact-content .form-title {
  width: 90%;
  margin: auto;
  margin-top: 30px;
  max-width: 1100px;
}

@media (min-width: 992px) {
  #contact-content .form-title {
    width: 70%;
    margin-top: 50px;
  }
}

#contact-content .form-title h2 {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  #contact-content .form-title h2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  #contact-content .form-title .wysiwyg-ctn {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  #contact-content .form-title .wysiwyg-ctn .wrap {
    display: inline-block;
    flex: 0 1 auto;
  }
}

#contact-content .form-ctn {
  width: 100%;
  margin-bottom: 0;
}

#contact-content .map-ctn {
  position: relative;
  width: 100%;
}

#contact-content .map-ctn .map-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 60;
}

#contact-content #map {
  height: 475px;
}

.news-inner {
  position: relative;
}

.news-inner .all-news-ctn {
  margin: 50px 0;
}

@media (min-width: 768px) {
  .news-inner .all-news-ctn {
    max-width: 1200px;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .news-inner .all-news-ctn {
    margin: 100px auto;
  }
}

.news-inner .all-news-ctn .news-ctn {
  padding: 25px 15px;
}

@media (min-width: 768px) {
  .news-inner .all-news-ctn .news-ctn {
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .news-inner .all-news-ctn .news-ctn .news-text {
    flex-basis: 60%;
  }
}

.news-inner .all-news-ctn .news-ctn .news-text .date {
  font-size: 0.7rem;
  font-weight: 700;
}

.news-inner .all-news-ctn .news-ctn .news-text h2 {
  margin: 10px 0 15px;
}

.news-inner .all-news-ctn .news-ctn .news-text a {
  font-weight: 700;
}

.news-inner .all-news-ctn .news-ctn .news-text .excerpt {
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 1.2rem;
}

.news-inner .all-news-ctn .news-ctn .news-text .link {
  font-size: 0.8rem;
}

.news-inner .all-news-ctn .news-ctn .thumbnail-ctn {
  display: none;
}

@media (min-width: 768px) {
  .news-inner .all-news-ctn .news-ctn .thumbnail-ctn {
    display: block;
    flex-basis: 30%;
    text-align: center;
  }

  .news-inner .all-news-ctn .news-ctn .thumbnail-ctn .img-ctn {
    position: relative;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
  }
}

.page-id-528 .block-background,
.page-id-564 .block-background,
.page-id-804 .block-background,
.page-id-58 .block-background,
.page-id-799 .block-background {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .page-id-528 .block-background,
  .page-id-564 .block-background,
  .page-id-804 .block-background,
  .page-id-58 .block-background,
  .page-id-799 .block-background {
    margin-bottom: 0;
  }
}

.page-id-528 .block-background.separator,
.page-id-564 .block-background.separator,
.page-id-804 .block-background.separator,
.page-id-58 .block-background.separator,
.page-id-799 .block-background.separator {
  display: block;
  height: 10 0px !important;
  min-height: 100px;
}

@media (min-width: 768px) {
  .page-id-528 .block-background.separator,
  .page-id-564 .block-background.separator,
  .page-id-804 .block-background.separator,
  .page-id-58 .block-background.separator,
  .page-id-799 .block-background.separator {
    height: 150px !important;
    min-height: 150px;
  }
}

.page-id-528 .block-image-text .block-image-text__slider-slide,
.page-id-564 .block-image-text .block-image-text__slider-slide,
.page-id-804 .block-image-text .block-image-text__slider-slide,
.page-id-58 .block-image-text .block-image-text__slider-slide,
.page-id-799 .block-image-text .block-image-text__slider-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

@media (min-width: 768px) {
  .page-id-528 .block-image-text .block-image-text__slider-slide,
  .page-id-564 .block-image-text .block-image-text__slider-slide,
  .page-id-804 .block-image-text .block-image-text__slider-slide,
  .page-id-58 .block-image-text .block-image-text__slider-slide,
  .page-id-799 .block-image-text .block-image-text__slider-slide {
    background-size: contain;
  }
}

@media (min-width: 992px) {
  .page-id-528 .block-image-text .block-image-text__slider-slide,
  .page-id-564 .block-image-text .block-image-text__slider-slide,
  .page-id-804 .block-image-text .block-image-text__slider-slide,
  .page-id-58 .block-image-text .block-image-text__slider-slide,
  .page-id-799 .block-image-text .block-image-text__slider-slide {
    background-size: cover;
  }
}

@media (min-width: 992px) {
  .page-id-528 .block-image-text .content,
  .page-id-564 .block-image-text .content,
  .page-id-804 .block-image-text .content,
  .page-id-58 .block-image-text .content,
  .page-id-799 .block-image-text .content {
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .page-id-528 .block-image-text .block-image-text__text,
  .page-id-528 .block-image-text .txt,
  .page-id-564 .block-image-text .block-image-text__text,
  .page-id-564 .block-image-text .txt,
  .page-id-804 .block-image-text .block-image-text__text,
  .page-id-804 .block-image-text .txt,
  .page-id-58 .block-image-text .block-image-text__text,
  .page-id-58 .block-image-text .txt,
  .page-id-799 .block-image-text .block-image-text__text,
  .page-id-799 .block-image-text .txt {
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .page-id-528 .block-image-text .block-image-text__text,
  .page-id-564 .block-image-text .block-image-text__text,
  .page-id-804 .block-image-text .block-image-text__text,
  .page-id-58 .block-image-text .block-image-text__text,
  .page-id-799 .block-image-text .block-image-text__text {
    padding-bottom: 0;
  }
}

.page-id-528 .section-content.block-discover:not(:first-of-type),
.page-id-564 .section-content.block-discover:not(:first-of-type),
.page-id-804 .section-content.block-discover:not(:first-of-type),
.page-id-58 .section-content.block-discover:not(:first-of-type),
.page-id-799 .section-content.block-discover:not(:first-of-type) {
  padding-top: 30px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .page-id-528 .section-content.block-discover:not(:first-of-type),
  .page-id-564 .section-content.block-discover:not(:first-of-type),
  .page-id-804 .section-content.block-discover:not(:first-of-type),
  .page-id-58 .section-content.block-discover:not(:first-of-type),
  .page-id-799 .section-content.block-discover:not(:first-of-type) {
    padding-top: 0px;
  }
}

.page-id-528 .section-content.block-discover:not(:first-of-type) .icons-ctn,
.page-id-564 .section-content.block-discover:not(:first-of-type) .icons-ctn,
.page-id-804 .section-content.block-discover:not(:first-of-type) .icons-ctn,
.page-id-58 .section-content.block-discover:not(:first-of-type) .icons-ctn,
.page-id-799 .section-content.block-discover:not(:first-of-type) .icons-ctn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-id-528 .section-content.block-discover:not(:first-of-type) .icons-ctn a,
.page-id-564 .section-content.block-discover:not(:first-of-type) .icons-ctn a,
.page-id-804 .section-content.block-discover:not(:first-of-type) .icons-ctn a,
.page-id-58 .section-content.block-discover:not(:first-of-type) .icons-ctn a,
.page-id-799 .section-content.block-discover:not(:first-of-type) .icons-ctn a {
  max-width: 100px;
  margin-right: 5%;
  display: inline-block;
}

.page-id-528 .section-content.block-discover:not(:first-of-type) .icons-ctn .best,
.page-id-564 .section-content.block-discover:not(:first-of-type) .icons-ctn .best,
.page-id-804 .section-content.block-discover:not(:first-of-type) .icons-ctn .best,
.page-id-58 .section-content.block-discover:not(:first-of-type) .icons-ctn .best,
.page-id-799 .section-content.block-discover:not(:first-of-type) .icons-ctn .best {
  max-width: 150px;
}

@media (min-width: 768px) {
  .page-id-528 .section-content.block-discover:not(:first-of-type),
  .page-id-564 .section-content.block-discover:not(:first-of-type),
  .page-id-804 .section-content.block-discover:not(:first-of-type),
  .page-id-58 .section-content.block-discover:not(:first-of-type),
  .page-id-799 .section-content.block-discover:not(:first-of-type) {
    padding-top: 30px;
    padding-bottom: 90px;
  }
}

@media (min-width: 992px) {
  .page-id-528 .section-content.block-discover:not(:first-of-type),
  .page-id-564 .section-content.block-discover:not(:first-of-type),
  .page-id-804 .section-content.block-discover:not(:first-of-type),
  .page-id-58 .section-content.block-discover:not(:first-of-type),
  .page-id-799 .section-content.block-discover:not(:first-of-type) {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

.page-id-528 .discover__logo,
.page-id-564 .discover__logo,
.page-id-804 .discover__logo,
.page-id-58 .discover__logo,
.page-id-799 .discover__logo {
  max-width: 500px;
}

.page-id-58 .section-content.block-discover:not(:first-of-type),
.page-id-799 .section-content.block-discover:not(:first-of-type) {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .page-id-58 .section-content.block-discover:not(:first-of-type),
  .page-id-799 .section-content.block-discover:not(:first-of-type) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .page-id-58 .section-content.block-discover:not(:first-of-type),
  .page-id-799 .section-content.block-discover:not(:first-of-type) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

article .content {
  padding: 25px 15px;
}

@media (min-width: 768px) {
  article .content {
    padding: 50px 15px;
  }
}

article .content .date {
  font-size: 0.8rem;
  font-weight: 700;
}

article .content h2 {
  font-size: 1.2rem;
  margin: 10px 0 15px;
  line-height: 1.4rem;
}

article .content p {
  font-size: 1rem;
}

article .content img {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
}

article .content .link {
  margin-top: 25px;
  font-size: 0.8rem;
  display: block;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}

.loader .loader-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.loader .content-wrapper {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, 108%, 0);
  max-width: 500px;
  opacity: 0;
  text-align: center;
  z-index: 2;
}

.loader .content-wrapper .logo {
  width: 100%;
}

.loader .content-wrapper .txt-ctn h2 {
  margin-bottom: 16px;
}

@-webkit-keyframes reveal {
  from {
    opacity: 0;
    transform: translate3d(-50%, 108%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
  }
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: translate3d(-50%, 108%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
  }
}

@-webkit-keyframes hideloader {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes hideloader {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes split-animation-reveal {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 108%, 0);
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0);
  }
}

@keyframes split-animation-reveal {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 108%, 0);
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0);
  }
}

@-webkit-keyframes sideSlideLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes sideSlideLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes sideSlideRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes sideSlideRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes growLine {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes growLine {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes scaleOutfadeOut {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0.1);
  }
}

@keyframes scaleOutfadeOut {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0.1);
  }
}

.default.loader {
  -webkit-animation: hideloader 1s 3.3s forwards ease;
          animation: hideloader 1s 3.3s forwards ease;
}

.default.loader .content-wrapper {
  -webkit-animation: reveal 2s cubic-bezier(0.19, 1, 0.22, 1);
          animation: reveal 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.split-animation.loader .content-wrapper {
  -webkit-animation: reveal 2s cubic-bezier(0.19, 1, 0.22, 1);
          animation: reveal 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.split-animation.loader .side-ctn {
  position: relative;
  width: 100%;
  height: 100%;
}

.split-animation.loader .side {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.split-animation.loader .left {
  left: 0;
  overflow: hidden;
  -webkit-animation: sideSlideLeft 2s ease forwards;
          animation: sideSlideLeft 2s ease forwards;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.split-animation.loader .right {
  right: 0;
  -webkit-animation: sideSlideRight 2s ease forwards;
          animation: sideSlideRight 2s ease forwards;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.logo-fill.anim .fill {
  -webkit-animation: fill 5s ease;
          animation: fill 5s ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.logo-fill .content-wrapper {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0);
  overflow: hidden;
}

.logo-fill .content-wrapper .logo-ctn {
  position: relative;
  overflow: hidden;
}

.logo-fill .content-wrapper .logo-ctn .ctn.fill {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  -webkit-animation: fill 5s ease;
          animation: fill 5s ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.logo-fill .content-wrapper .txt-ctn {
  overflow: hidden;
}

.text-clip {
  -webkit-animation: fadeOut 1s ease-out forwards;
          animation: fadeOut 1s ease-out forwards;
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
  background: black;
}

.text-clip .overlay {
  opacity: 0;
  background-color: black;
  -webkit-animation: fadeOut 6s ease-out forwards;
          animation: fadeOut 6s ease-out forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.text-clip .content-wrapper {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0);
  background-image: none;
  /* let's assume that one day it's supported */
  overflow: visible;
  max-width: none;
}

.text-clip .content-wrapper:before,
.text-clip .content-wrapper:after {
  content: "";
  background: brown;
  height: 10px;
  border-radius: 4px;
  width: 0;
  display: block;
  position: absolute;
  -webkit-animation: growLine 4s ease-out forwards;
          animation: growLine 4s ease-out forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.text-clip .content-wrapper:before {
  top: 0;
  left: 0;
}

.text-clip .content-wrapper:after {
  bottom: 0;
  left: 0;
}

.text-clip .content-wrapper .txt-ctn {
  padding: 25px;
  opacity: 0;
  -webkit-animation: fadeIn 4s ease-out forwards;
          animation: fadeIn 4s ease-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.text-clip .content-wrapper .logo {
  display: none;
}

.text-clip .content-wrapper h1.slogan {
  font-size: 9.375vw;
  line-height: 9.8958333333vw;
  -webkit-animation: sideSlideLeft 1s ease forwards;
          animation: sideSlideLeft 1s ease forwards;
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.text-clip .content-wrapper .subtitle {
  font-size: 16px;
  line-height: 20px;
  -webkit-animation: sideSlideRight 1s ease forwards;
          animation: sideSlideRight 1s ease forwards;
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

@media (min-width: 1200px) {
  .text-clip .content-wrapper .subtitle {
    font-size: 40px;
    line-height: 50px;
  }
}

.text-clip .content-wrapper .slogan,
.text-clip .content-wrapper .subtitle {
  font-weight: 700;
}

.block-background {
  position: relative;
  height: 60vh;
  min-height: 400px;
}

@media (min-width: 768px) {
  .block-background {
    min-height: 500px;
  }
}

.block-background__background {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.block-background__title {
  position: relative;
  z-index: 2;
  padding: 20px;
  text-align: center;
  margin: 0 6%;
}

@media (min-width: 768px) {
  .block-background__title {
    margin: 0;
  }
}

.block-background__title:before,
.block-background__title:after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 4px;
  width: 0;
  transition: width 3s;
}

.block-background__title:before {
  left: 0;
  top: -20px;
}

.block-background__title:after {
  right: 0;
  bottom: -20px;
}

.block-background__title.do-animation:before,
.block-background__title.do-animation:after {
  width: 100%;
}

.block-background__text {
  z-index: 2;
  width: 100%;
  max-width: 900px;
  padding: 20px 15px;
}

@media (min-width: 768px) {
  .block-background__text {
    width: 75%;
    padding: 40px 25px;
  }
}

@media (min-width: 768px) {
  .block-background.bg-text,
  .block-background.bgColor-text {
    height: 60vh;
  }
}

.block-background.bg-text .block-background__background {
  padding: 6%;
}

.block-background.bg-text .block-background__text {
  box-shadow: 6px 6px 13px -5px rgba(0, 0, 0, 0.75);
}

.block-discover .logo-ctn {
  position: relative;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}

.block-discover .text,
.block-discover .wysywyg-ctn {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.block-discover .links-ctn {
  margin-top: 35px;
  text-align: center;
}

.block-discover .links-ctn .link-ctn {
  margin: 15px 0;
}

@media (min-width: 768px) {
  .block-discover .links-ctn .link-ctn {
    display: flex;
    justify-content: center;
    margin: 15px 0 0;
  }
}

@media (min-width: 992px) {
  .block-discover .links-ctn .link-ctn {
    margin-top: 0;
  }
}

.block-discover .links-ctn .link-ctn .cta {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 12px;
}

.block-discover .links-ctn .icon {
  font-size: 16px;
  position: relative;
}

.block-logo-text {
  position: relative;
}

@media (min-width: 992px) {
  .block-logo-text .content-ctn,
  .block-logo-text .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .block-logo-text .content-ctn > div,
  .block-logo-text .content > div {
    flex: 0 1 46%;
  }
}

.block-logo-text .content-ctn .logo-ctn,
.block-logo-text .content .logo-ctn {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .block-logo-text .content-ctn .logo-ctn,
  .block-logo-text .content .logo-ctn {
    margin-bottom: 0;
  }
}

.block-logo-text .content-ctn .text,
.block-logo-text .content .text {
  max-width: 700px;
}

.block-icons-text {
  position: relative;
}

.block-icons-text .all-logo-ctn {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .block-icons-text .all-logo-ctn {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
}

.block-icons-text .all-logo-ctn .icon-wrapper {
  text-align: center;
  max-width: 100px;
  margin: auto auto 25px;
}

@media (min-width: 768px) {
  .block-icons-text .all-logo-ctn .icon-wrapper {
    flex: 0 1 25%;
    margin: 0 15% 0 0;
  }
}

@media (min-width: 768px) {
  .block-icons-text .all-logo-ctn .icon-wrapper:last-of-type {
    margin-right: 0;
  }
}

.block-icons-text .all-logo-ctn .icon-wrapper .icon-ctn {
  display: flex;
  align-items: center;
  position: relative;
  height: 100px;
  margin-bottom: 24px;
}

.block-icons-text .link-ctn {
  text-align: center;
  margin-top: 16px;
}

.block-image-text {
  position: relative;
}

.block-image-text .content {
  max-width: none;
  min-height: 300px;
}

@media (min-width: 992px) {
  .block-image-text .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.block-image-text .content.reverse {
  flex-direction: row-reverse;
}

.block-image-text .content > div {
  flex: 0 1 50%;
}

.block-image-text .content.boxed {
  max-width: 1080px;
}

@media (min-width: 992px) {
  .block-image-text .content.boxed {
    padding-top: 8%;
    padding-bottom: 8%;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .block-image-text .content.boxed .block-image-text__text {
    z-index: 2;
    margin-left: -5%;
  }
}

@media (min-width: 992px) {
  .block-image-text .content.boxed.reverse .block-image-text__text {
    margin-right: -5%;
  }
}

@media (min-width: 992px) {
  .block-image-text .content.image-75 {
    text-align: right;
  }
}

.block-image-text .content.image-75 > div:first-of-type {
  flex: 0 1 60%;
}

.block-image-text .content.image-75 > div:last-of-type {
  flex: 0 1 40%;
}

.block-image-text .content.text-75 > div:first-of-type {
  flex: 0 1 30%;
}

.block-image-text .content.text-75 > div:last-of-type {
  flex: 0 1 70%;
}

.block-image-text__slider {
  position: relative;
  height: 300px;
  width: 100%;
  background-size: cover;
  height: 50vh;
  min-height: 300px;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 823px) and (orientation: landscape) {
  .block-image-text__slider {
    min-height: 600px;
  }
}

@media (min-width: 992px) {
  .block-image-text__slider {
    width: 50%;
    height: 70vh;
    min-height: 500px;
  }
}

.block-image-text__slider-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.6s ease-out;
}

.block-image-text__slider-slide.active {
  opacity: 1;
  z-index: 2;
}

.block-image-text .carrousel-nav {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 90%;
}

.block-image-text .carrousel-nav__menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-image-text .carrousel-nav__item {
  position: relative;
  list-style: none;
  margin: 0 5px;
}

.block-image-text .carrousel-nav__button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-color: white;
  opacity: 0.5;
  border: none;
  border-radius: 3px;
}

.block-image-text .carrousel-nav__item.active button {
  opacity: 1;
}

.block-image-text__text {
  height: 100%;
  padding: 6%;
}

@media (min-width: 992px) {
  .block-image-text__text {
    padding: 4%;
  }
}

.page-id-528 .block-image-text .content.text-75 > div:first-of-type,
.page-id-564 .block-image-text .content.text-75 > div:first-of-type,
.page-id-804 .block-image-text .content.text-75 > div:first-of-type {
  flex: 0 1 40%;
}

.page-id-528 .block-image-text .content.text-75 > div:last-of-type,
.page-id-564 .block-image-text .content.text-75 > div:last-of-type,
.page-id-804 .block-image-text .content.text-75 > div:last-of-type {
  flex: 0 1 60%;
}

@media (min-width: 992px) {
  .page-id-528 .block-image-text .content.text-75,
  .page-id-564 .block-image-text .content.text-75,
  .page-id-804 .block-image-text .content.text-75 {
    height: auto;
  }
}

.page-id-528 .block-image-text__slider,
.page-id-564 .block-image-text__slider,
.page-id-804 .block-image-text__slider {
  height: 70vh;
}

@media (min-width: 768px) {
  .page-id-528 .block-image-text__slider,
  .page-id-564 .block-image-text__slider,
  .page-id-804 .block-image-text__slider {
    height: 85vh;
  }
}

@media (min-width: 992px) {
  .page-id-528 .block-image-text__slider,
  .page-id-564 .block-image-text__slider,
  .page-id-804 .block-image-text__slider {
    height: 90vh;
  }
}

@media (min-width: 768px) {
  .page-id-528 .block-image-text__text .txt,
  .page-id-564 .block-image-text__text .txt,
  .page-id-804 .block-image-text__text .txt {
    padding: 4%;
  }
}

@media (min-width: 1200px) {
  .page-id-528 .block-image-text__text .txt,
  .page-id-564 .block-image-text__text .txt,
  .page-id-804 .block-image-text__text .txt {
    margin: 0 auto;
    max-width: 85%;
    padding: 2%;
  }
}

.block-logo-text {
  position: relative;
}

.block-logo-text .content-ctn .wysywyg-ctn {
  text-align: center;
  max-width: 700px;
}

.block-open-form {
  position: relative;
}

@media (min-width: 768px) {
  .block-open-form .content-ctn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.block-open-form .text {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .block-open-form .text {
    margin-bottom: 0;
    margin-right: 8%;
  }
}

.block-open-form .cta {
  display: block;
  min-width: 200px;
  margin: auto;
  text-align: center;
  padding: 15px 40px;
}

@media (min-width: 992px) {
  .block-open-form .cta {
    margin: 0;
  }
}

.block-open-form .cta:last-of-type {
  margin-top: 25px;
}

.block-instagram .hashtag-title {
  padding-top: 12px;
  padding-bottom: 8px;
}

@media (min-width: 992px) {
  .block-instagram .hashtag-title {
    padding-top: 24px;
    padding-bottom: 16px;
  }
}

#wdi_feed_0 {
  background-color: transparent !important;
}

.sbi_owl-theme .sbi_owl-controls {
  margin-top: 0;
}

.sb_instagram_header {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.block-iframe .content-ctn {
  position: relative;
}

.block-iframe .content-ctn .iframe-ctn {
  padding: 25px 0;
}

@media (min-width: 992px) {
  .block-iframe .content-ctn .iframe-ctn {
    padding: 50px 0;
  }
}

.block-iframe .content-ctn .iframe-ctn iframe {
  height: 100%;
  overflow: visible;
}

