@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700');*/
/* ***** Fonts ***** */
/* ***** Color Variables ***** */
/* ***** Brand Variables ***** */
/*$bg-color-container:#f0f5fa;*/
/* ***** Container Variables ****** */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: rgb(246.5, 246.5, 246.5);
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

html {
  font-size: 62.5%;
  /*font-size:51%;*/
}

/*****  RESET ******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/****** HTML5 POUR LES VIEUX BROWSERS *****/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**** End Reset *****/
html {
  /* Reference Link - https://css-tricks.com/custom-scrollbars-in-webkit/ */
  /* ***** Global Font Style ***** */
  /* ***** Container ***** */
  /* ********** Fancybox ********** */
  /* ********** Js Class ********** */
  /* ***************************** */
  /* ********** HELPERS ********** */
  /* ***************************** */
  /* ********** No Padding ********** */
  /**
   * Swiper 3.3.1
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   *
   * http://www.idangero.us/swiper/
   *
   * Copyright 2016, Vladimir Kharlampidi
   * The iDangero.us
   * http://www.idangero.us/
   *
   * Licensed under MIT
   *
   * Released on: February 7, 2016
   */
  /* ********** Contact Form ********** */
  /* ********** Container Banner Blog ********** */
  /* ********** Container Top Blog ********** */
  /* ********** Container Wrapper Blog ********** */
  /* ********** Container Wrapper Listing Blog ********** */
  /* ********** Container Category Blog ********** */
  /* ********** Container Nav Blog ********** */
  /* ********** Lists ********** */
  /*ul:not(.nav), ul:not(.list-star), ul:not(.langbox), ul:not(.social-network){*/
  /* ********** Border ********** */
  /*.svg-btn-arrow-right, .svg-btn-arrow-left, .svg-btn-arrow-bottom{*/
  /* ********** Site Header ********** */
  /* ********** Main Menu ********** */
  /* ********** Hamburger/Mobile Menu ********** */
  /* ********** Main Footer ********** */
  /* ********** Content Form ********** */
  /* ********** Layout Simple ********** */
  /* ********** Tag Circle ********** */
  /* ********** Content Arrow Down ********** */
  /* ********** Content Guide ********** */
  /* ********** Bubble Quote ********** */
  /* ********** Various Text ********** */
  /* ********** Text Desc ********** */
  /* ********** Text Amount ********** */
  /* ***** Clearfix ***** */
  /* ************************************************** */
  /* ********** ScrollMagic Animation Custom ********** */
  /* ************************************************** */
  /* ********** Container Banner Homepage ********** */
  /* ********** Container Banner Small ********** */
  /* ********** Container Banner Cta Overlap ********** */
  /* ********** Container Bottom Footer ********** */
  /* ********** Container Double Box Toggle Content ********** */
  /* ********** Container Banner Box ********** */
  /* ********** Container Banner Condition ********** */
  /* ********** Container Multiple Contact ********** */
  /* ********** Container Banner Title ********** */
  /* ********** Container Google Maps ********** */
  /* ********** Container Banner Form ********** */
  /* ********** Container Text Double Col ********** */
  /* ********** Container Text Double Col ********** */
  /* ********** Container Galerie Image ********** */
  /* ********** Container Loading Interface ********** */
  /* ********** Select2 Js ********** */
  /* ********** Banner Overlay ********** */
  /* ********** Fancybox Texte Custom ********** */
  /* ********** Layout Spacer ********** */
  /* ********** Container Banner Box ********** */
  /*@import "../blocks/fullwidth-image/assets/styles.scss";*/
  /* ********** Container Image Popup ********** */
  /*@import "../blocks/text-2-cols/assets/styles.scss";*/
  /*@import "../blocks/text-3-cols/assets/styles.scss";*/
  /* ********** Container Text Center ********** */
  /* ********** Container Image Text Inline ********** */
  /* ********** Container Image Text Overlap ********** */
  /*@import "../blocks/2-cols-layout-half/assets/styles.scss";*/
  /* ********** Container Carousel Large ********** */
  /*@import "../blocks/fullwidth-image/assets/styles.scss";*/
  /* ********** Container Image Popup ********** */
  /*@import "../blocks/text-2-cols/assets/styles.scss";*/
  /*@import "../blocks/text-3-cols/assets/styles.scss";*/
  /* ********** Container Text Center ********** */
  /* ********** Container Image Text Inline ********** */
  /* ********** Container Image Text Overlap ********** */
  /*@import "../blocks/2-cols-layout-half/assets/styles.scss";*/
  /* ********** Container Carousel Large ********** */
  /* ********** Container Carousel Small ********** */
  /* ********** Condition No Padding ********** */
  /*.container-banner-cta-overlap + .container-text-center{
      padding-bottom:0;
  }*/
  /*section + .layout-simple {
      margin-top: -7rem;
  }*/
  /* ********** Container Double Big Box ********** */
  /* ********** Container Listing Menu ********** */
  /* ********** Container Listing Forfait ********** */
  /* ********** Container Listing Forfait ********** */
  /* ***** Commentaire - Doublon style Block Product List ***** */
  /*.container-listing-forfait{
      padding-top:6rem;

      .big-title{
          @include base-text(3.1rem, 400, 1.1em, 1px);
          color:$second-color;
          margin-bottom:3.2rem;
          min-width: 50%;
      }
      .col-inner .big-title {
          margin-bottom:0rem;
      }

      figure{
          margin-bottom:4.4rem;
          line-height:0;
          width:calc(100% + 5.4rem);

          img{
              width:100%;
              -webkit-box-shadow: 0 19px 38px rgba(0,0,0,0.1), 0 15px 12px rgba(0,0,0,0.06); box-shadow: 0 19px 38px rgba(0,0,0,0.1), 0 15px 12px rgba(0,0,0,0.06);
          }
      }

      .over-text{
          @include base-text(1.3rem, 500, 1.2em, 0.5px, uppercase);
          color:$main-color;
          margin-bottom:2rem;
          display:block;
      }

      .sub-text{
          @include base-text(1.3rem, 400, 1.2em, 1px, uppercase);
          color:$second-color;
          margin-bottom:3.6rem;
          display:block;
      }

      p{
          @include base-text(1.9rem, 300, 1.6em);
          color:#010f24;
          margin-bottom:4rem;
      }

      ul{
          margin-bottom:1rem;
      }

      .social-network{
          display:inline-block;
          border-top:1px solid #dbe0e8;
          padding-top:1.25rem;
          display:-webkit-inline-flex; display:inline-flex;
          align-items:center;
      }

      .btn-arrow-right{
          color:$main-color;
          margin-bottom:2.8rem;
      }

      .btn-black{
          margin-bottom:1.8rem;
      }

      .content-bottom{
          margin-left:2.4rem;
          padding-right:9.5rem;
          position:absolute;
          left:0;
          bottom:3rem;
          width:100%;
      }

      .text-right{
          text-align:right;
      }

      .row{
          margin-left:-4rem;
          margin-right:-4rem;
          display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
          flex-wrap:wrap;

          .col{
              padding-left:4rem;
              padding-right:4rem;
              margin-bottom:4rem;
              position:relative;
              z-index:9;
              display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex;

              .content-inner{
                  position:relative;
                  border:1px solid #bfd0e7;
                  padding:2.2rem 2.2rem 14rem;
                  height:100%;
                  width:100%;
                  @include transition(0.6s);

                  &:before{
                      content:" ";
                      position:absolute;
                      left:0;
                      top:0;
                      width:100%;
                      height:100%;
                      background-color:#f1f6fc;
                      opacity:0;
                      z-index:-1;
                      @include transition();
                  }
              }

              &.variant-no-border{
                  .content-inner{
                      border:none;
                  }
              }

              &.scrollmagic-toggle-class{
                  .content-inner{
                      opacity:0;
                  }

                  figure{
                      opacity:0;
                      @include transition(0.6s);
                  }
              }

              &.scrollmagic-active{
                  .content-inner{
                      opacity:1;
                  }

                  figure{
                      opacity:1;
                  }
              }
          }

          &.inner-row{
              margin-left:-1.5rem;
              margin-right:-1.5rem;

              .col-inner{
                  padding-left:1.5rem;
                  padding-right:1.5rem;
                  margin-top:0 !important;
                  margin-bottom:3rem;
              }
          }
      }

      &.variant-double-col{
          .row{
              margin-bottom:0;

              .col{
                  margin-top:11rem;
                  margin-bottom:9rem;

                  .content-inner{
                      padding:0 4rem 1rem;
                  }

                  figure{
                      margin-top:-11rem;
                      width:calc(100% + 7rem);
                      position:relative;
                  }
              }
          }

          .text-desc{
              margin-top:0.5rem;
          }

          .btn-arrow-right{
              display:inline-block;
              margin-top:1.4rem;
          }
      }

      &.variant-listing-blog{
          .row{
              display:block;

              .col{
                  display:block;

                  .content-inner{
                      padding-bottom:1rem;
                      margin-bottom:5.5rem;
                  }
              }
          }
      }

      &.variant-single-col{
          padding-top:12rem;

          .row{
              display:block;

              .col{
                  margin-bottom:10rem;
                  width:95.833333%;

                  .content-inner{
                      padding-bottom:1rem;
                  }
              }
          }

          .inner-row{
              display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
              flex-wrap:wrap;
          }

          .big-title{
              max-width:40rem;
              padding-top:1rem;
          }

          .inner-row{
              margin-left:0;
              margin-right:0;
          }

          ul{
              max-width:28rem;
          }

          figure{
              position:relative;
              top:-5.5rem;
              left:calc(-4.16666% - 4rem);
              width:calc(100% + 4.16666% + 4rem);
              margin-bottom:0;
          }

          .btn-arrow-right{
              top:-2rem;
              margin-left:3rem;
          }

          .text-amount{
              margin-bottom:1.5rem;
          }

          .row.row-reverse{
              .col{
                  figure{
                      left:auto;
                      right:0;
                  }
              }

              .btn-arrow-right{
                  margin-left:0;
              }

              .tag-circle{
                  left:auto;
                  right:0;
                  @include transformTranslate(35%, -25%);
              }
          }
      }

      .show-mobile{
          display:none;
      }

      @media screen and (max-width:1420px){
          .row{
              margin-left:-2rem;
              margin-right:0;

              .col{
                  padding-left:2rem;
                  padding-right:1rem;

                  .content-inner{
                      padding-left:1.6rem;
                      padding-right:1.6rem;
                  }
              }
          }

          figure{
              width:calc(100% + 3.4rem);
          }

          .btn-square-arrow{
              width:6.5rem;
              height:6.5rem;
          }

          &.variant-double-col{
              .row .col{
                  padding-left:4rem;
                  padding-right:2rem;
              }
          }

          &.variant-single-col{
              .row.row-reverse{
                  .tag-circle{
                      right:2rem;
                  }
              }
          }
      }

      @media screen and (max-width:1150px){
          .big-title{
              font-size:2.6rem;
          }
      }

      @media screen and (max-width: 1100px){
          &.variant-double-col{
              .row .col{
                  figure{
                      width:calc(100% + 5rem);
                  }

                  .content-inner{
                      padding-left:2.5rem;
                      padding-right:2.5rem;
                  }
              }
          }
      }

      @media screen and (max-width:1024px){
          .big-title{
              font-size:2.2rem;
          }
      }

      @media screen and (max-width: 992px){
          &.variant-double-col{
              .row.inner-row .col-inner{
                  margin-bottom:0.5rem;
              }

              ul{
                  margin-bottom:0;
              }

              .btn-arrow-right{
                  margin-bottom:1.25rem;
              }

              .content-text{
                  padding-bottom:1.5rem;
              }
          }

          &.variant-double-col .row .col{
              margin-bottom:7rem;
          }

          &.variant-single-col{
              .text-amount{
                  margin-bottom:3.5rem;
              }

              .btn-black{
                  margin-bottom:0;
              }
          }
      }

      @media screen and (max-width:850px){
          figure{
              margin-bottom:2.5rem;
          }

          .big-title{
              font-size:2.2rem;
              margin-bottom:2rem;
          }

          .row .col .content-inner{
              padding-bottom:13rem;
          }
      }

      @media screen and (max-width: 767px){
          figure{
              width:calc(100% + 6.5rem);
              position:relative;
              left:-3.25rem;
          }

          .row{
              margin-left:0;
              margin-right:0;

              .col{
                  padding-left:2rem;
                  padding-right:2rem;

                  .content-inner{
                      padding-top:0;
                      border-top:none;
                      padding-left:1.2rem;
                      padding-right:1.2rem;
                      padding-bottom:3rem;
                  }
              }
          }

          .content-text{
              padding-left:1rem;
              padding-right:1rem;
          }

          .content-bottom{
              position:static;
              margin-top:3rem;
          }

          &.variant-double-col{
              .content-text{
                  padding-bottom:0;
              }

              .row .col{
                  padding-left:2rem;
                  padding-right:2rem;
                  margin-bottom:5rem;

                  .content-inner{
                      padding-left:1.2rem;
                      padding-right:1.2rem;
                  }

                  figure{
                      width:calc(100% + 6.5rem);
                      left:-3.25rem;
                  }
              }
          }

          &.variant-single-col{
              .row .col{
                  width:100%;

                  figure{
                      width:calc(100% + 6.5rem) !important;
                      left:-3.25rem !important;
                  }
              }

              .btn-arrow-right{
                  margin-left:0;
              }

              .row.inner-row {
                  .col-inner{
                      margin-bottom:2rem;
                      padding-left:0;
                      padding-right:0;
                      & + .col-inner{margin-bottom: 5px;}
                  }
              }

              .content-text{
                  margin-top:-4rem;
              }

              .row.row-reverse{
                  .tag-circle{
                      right:auto;
                      @include transformTranslate(-35%, -25%);
                  }
              }

          }

          .show-mobile{
              display:block;
          }

          .hide-mobile{
              display:none;
          }
      }

      @media screen and (max-width: 650px){
          padding-top:3rem;

          .content-bottom{
              margin-left:1.2rem;
          }

          &.variant-single-col{
              .row:last-child .col{
                  margin-bottom:3rem;
              }
          }
      }

      @media screen and (max-width: 450px){
          .row .col{
              padding-left:1rem;
              padding-right:1rem;
          }

          figure{
              width:calc(100% + 4.5rem);
              left:-2.25rem;
          }

          &.variant-double-col{
              .row .col{
                  padding-left:1rem;
                  padding-right:1rem;
                  margin-bottom:4rem;

                  figure{
                      width:calc(100% + 4.5rem);
                      left:-2.25rem;
                  }
              }
          }

          &.variant-single-col{
              .row .col{
                  width:100%;

                  figure{
                      width:calc(100% + 4.5rem) !important;
                      left:-2.25rem !important;
                  }
              }
          }
      }

      @media screen and (min-width: 992px){
          &.variant-double-col{
              .row.inner-row .col-inner-left{
                  width:calc(50% - 1px);
              }
          }
      }

      @media screen and (min-width: 767px){
          .row .col{
              width:calc(33.33333% - 1px);
          }

          &.variant-double-col{
              .row .col{
                  width:calc(50% - 1px);
              }
          }
      }
  }

  &.no-mobile .container-listing-forfait{
      .row .col .content-inner:hover{
          border-color:transparent;
          @include transitionDelay(0);

          &:before{
              opacity:1;
          }

          .btn-square-arrow{
              background-color:#719ad2;
              border-color:#719ad2;

              svg{
                  fill:$white;
              }
          }
      }
  }

  .layout-simple .container-listing-forfait{
      .row .col .content-inner{
          &:before{
              background-color:$white;
          }
      }
  }*/
}
html * {
  box-sizing: border-box;
}
html ::selection {
  color: #fff;
  background: #00b18f;
}
html body {
  font-family: Montserrat, sans-serif;
  color: #0e483d;
  font-weight: 300;
  line-height: 1.1em;
  background: #f0f0f0;
  font-size: 2rem;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  overflow-x: hidden;
  margin-top: 0 !important;
}
html img {
  height: auto;
  max-width: 100%;
}
html a {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
html p a {
  text-decoration: underline;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html p strong {
  font-weight: 500;
}
html.no-mobile p a:hover {
  color: #00b18f;
}
html button {
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border: inherit;
  cursor: pointer;
}
html ::-webkit-scrollbar {
  width: 10px;
  height: 12px;
}
html ::-webkit-scrollbar-track-piece {
  background: #fff;
}
html ::-webkit-scrollbar-thumb {
  background: #021f48;
}
html ::-webkit-scrollbar-corner {
  background: #0e483d;
}
html h1, html h2, html h3, html h4, html h5, html h6 {
  font-weight: 400;
  line-height: 1.2em;
}
html h1 {
  font-size: 56px;
  font-size: 5.6rem;
}
html h2 {
  font-size: 45px;
  font-size: 4.5rem;
}
html h3 {
  font-size: 34px;
  font-size: 3.4rem;
}
html h4 {
  /*font-size:12px;*/
  font-size: 1.2rem;
}
html h5 {
  /*font-size:11px;*/
  font-size: 1.1rem;
}
html h6 {
  /*font-size:10px;*/
  font-size: 1rem;
}
html #main {
  position: relative;
}
html .container-big, html .container-large, html body.cart .woocommerce-lubie,
html body.panier .woocommerce-lubie, html .container-medium, html .container-small, html .container-tiny {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  max-width: 100%;
}
html .container-big {
  width: 1680px;
}
html .container-large, html body.cart .woocommerce-lubie,
html body.panier .woocommerce-lubie {
  width: 1340px;
}
html .container-medium {
  width: 1024px;
}
html .container-small {
  width: 850px;
}
html .container-tiny {
  width: 650px;
}
html [data-fancybox] {
  cursor: pointer;
}
html .scroll-to {
  cursor: pointer;
}
html .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
html .container:before, html .container:after {
  content: " ";
  display: table;
}
html .container:after {
  clear: both;
}
@media (min-width: 768px) {
  html .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  html .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  html .container {
    width: 1140px;
  }
}
html .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
html .container-fluid:before, html .container-fluid:after {
  content: " ";
  display: table;
}
html .container-fluid:after {
  clear: both;
}
html .row {
  margin-left: 0px;
  margin-right: 0px;
}
html .row:before, html .row:after {
  content: " ";
  display: table;
}
html .row:after {
  clear: both;
}
html .col-xs-1, html .col-sm-1, html .col-md-1, html .col-lg-1, html .col-xs-2, html .col-sm-2, html .col-md-2, html .col-lg-2, html .col-xs-3, html .col-sm-3, html .col-md-3, html .col-lg-3, html .col-xs-4, html .col-sm-4, html .col-md-4, html .col-lg-4, html .col-xs-5, html .col-sm-5, html .col-md-5, html .col-lg-5, html .col-xs-6, html .col-sm-6, html .col-md-6, html .col-lg-6, html .col-xs-7, html .col-sm-7, html .col-md-7, html .col-lg-7, html .col-xs-8, html .col-sm-8, html .col-md-8, html .col-lg-8, html .col-xs-9, html .col-sm-9, html .col-md-9, html .col-lg-9, html .col-xs-10, html .col-sm-10, html .col-md-10, html .col-lg-10, html .col-xs-11, html .col-sm-11, html .col-md-11, html .col-lg-11, html .col-xs-12, html .col-sm-12, html .col-md-12, html .col-lg-12, html .col-xs-13, html .col-sm-13, html .col-md-13, html .col-lg-13, html .col-xs-14, html .col-sm-14, html .col-md-14, html .col-lg-14, html .col-xs-15, html .col-sm-15, html .col-md-15, html .col-lg-15, html .col-xs-16, html .col-sm-16, html .col-md-16, html .col-lg-16, html .col-xs-17, html .col-sm-17, html .col-md-17, html .col-lg-17, html .col-xs-18, html .col-sm-18, html .col-md-18, html .col-lg-18, html .col-xs-19, html .col-sm-19, html .col-md-19, html .col-lg-19, html .col-xs-20, html .col-sm-20, html .col-md-20, html .col-lg-20, html .col-xs-21, html .col-sm-21, html .col-md-21, html .col-lg-21, html .col-xs-22, html .col-sm-22, html .col-md-22, html .col-lg-22, html .col-xs-23, html .col-sm-23, html .col-md-23, html .col-lg-23, html .col-xs-24, html .col-sm-24, html .col-md-24, html .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
html .col-xs-1, html .col-xs-2, html .col-xs-3, html .col-xs-4, html .col-xs-5, html .col-xs-6, html .col-xs-7, html .col-xs-8, html .col-xs-9, html .col-xs-10, html .col-xs-11, html .col-xs-12, html .col-xs-13, html .col-xs-14, html .col-xs-15, html .col-xs-16, html .col-xs-17, html .col-xs-18, html .col-xs-19, html .col-xs-20, html .col-xs-21, html .col-xs-22, html .col-xs-23, html .col-xs-24 {
  float: left;
}
html .col-xs-1 {
  width: 4.1666666667%;
}
html .col-xs-2 {
  width: 8.3333333333%;
}
html .col-xs-3 {
  width: 12.5%;
}
html .col-xs-4 {
  width: 16.6666666667%;
}
html .col-xs-5 {
  width: 20.8333333333%;
}
html .col-xs-6 {
  width: 25%;
}
html .col-xs-7 {
  width: 29.1666666667%;
}
html .col-xs-8 {
  width: 33.3333333333%;
}
html .col-xs-9 {
  width: 37.5%;
}
html .col-xs-10 {
  width: 41.6666666667%;
}
html .col-xs-11 {
  width: 45.8333333333%;
}
html .col-xs-12 {
  width: 50%;
}
html .col-xs-13 {
  width: 54.1666666667%;
}
html .col-xs-14 {
  width: 58.3333333333%;
}
html .col-xs-15 {
  width: 62.5%;
}
html .col-xs-16 {
  width: 66.6666666667%;
}
html .col-xs-17 {
  width: 70.8333333333%;
}
html .col-xs-18 {
  width: 75%;
}
html .col-xs-19 {
  width: 79.1666666667%;
}
html .col-xs-20 {
  width: 83.3333333333%;
}
html .col-xs-21 {
  width: 87.5%;
}
html .col-xs-22 {
  width: 91.6666666667%;
}
html .col-xs-23 {
  width: 95.8333333333%;
}
html .col-xs-24 {
  width: 100%;
}
html .col-xs-pull-0 {
  right: auto;
}
html .col-xs-pull-1 {
  right: 4.1666666667%;
}
html .col-xs-pull-2 {
  right: 8.3333333333%;
}
html .col-xs-pull-3 {
  right: 12.5%;
}
html .col-xs-pull-4 {
  right: 16.6666666667%;
}
html .col-xs-pull-5 {
  right: 20.8333333333%;
}
html .col-xs-pull-6 {
  right: 25%;
}
html .col-xs-pull-7 {
  right: 29.1666666667%;
}
html .col-xs-pull-8 {
  right: 33.3333333333%;
}
html .col-xs-pull-9 {
  right: 37.5%;
}
html .col-xs-pull-10 {
  right: 41.6666666667%;
}
html .col-xs-pull-11 {
  right: 45.8333333333%;
}
html .col-xs-pull-12 {
  right: 50%;
}
html .col-xs-pull-13 {
  right: 54.1666666667%;
}
html .col-xs-pull-14 {
  right: 58.3333333333%;
}
html .col-xs-pull-15 {
  right: 62.5%;
}
html .col-xs-pull-16 {
  right: 66.6666666667%;
}
html .col-xs-pull-17 {
  right: 70.8333333333%;
}
html .col-xs-pull-18 {
  right: 75%;
}
html .col-xs-pull-19 {
  right: 79.1666666667%;
}
html .col-xs-pull-20 {
  right: 83.3333333333%;
}
html .col-xs-pull-21 {
  right: 87.5%;
}
html .col-xs-pull-22 {
  right: 91.6666666667%;
}
html .col-xs-pull-23 {
  right: 95.8333333333%;
}
html .col-xs-pull-24 {
  right: 100%;
}
html .col-xs-push-0 {
  left: auto;
}
html .col-xs-push-1 {
  left: 4.1666666667%;
}
html .col-xs-push-2 {
  left: 8.3333333333%;
}
html .col-xs-push-3 {
  left: 12.5%;
}
html .col-xs-push-4 {
  left: 16.6666666667%;
}
html .col-xs-push-5 {
  left: 20.8333333333%;
}
html .col-xs-push-6 {
  left: 25%;
}
html .col-xs-push-7 {
  left: 29.1666666667%;
}
html .col-xs-push-8 {
  left: 33.3333333333%;
}
html .col-xs-push-9 {
  left: 37.5%;
}
html .col-xs-push-10 {
  left: 41.6666666667%;
}
html .col-xs-push-11 {
  left: 45.8333333333%;
}
html .col-xs-push-12 {
  left: 50%;
}
html .col-xs-push-13 {
  left: 54.1666666667%;
}
html .col-xs-push-14 {
  left: 58.3333333333%;
}
html .col-xs-push-15 {
  left: 62.5%;
}
html .col-xs-push-16 {
  left: 66.6666666667%;
}
html .col-xs-push-17 {
  left: 70.8333333333%;
}
html .col-xs-push-18 {
  left: 75%;
}
html .col-xs-push-19 {
  left: 79.1666666667%;
}
html .col-xs-push-20 {
  left: 83.3333333333%;
}
html .col-xs-push-21 {
  left: 87.5%;
}
html .col-xs-push-22 {
  left: 91.6666666667%;
}
html .col-xs-push-23 {
  left: 95.8333333333%;
}
html .col-xs-push-24 {
  left: 100%;
}
html .col-xs-offset-0 {
  margin-left: 0%;
}
html .col-xs-offset-1 {
  margin-left: 4.1666666667%;
}
html .col-xs-offset-2 {
  margin-left: 8.3333333333%;
}
html .col-xs-offset-3 {
  margin-left: 12.5%;
}
html .col-xs-offset-4 {
  margin-left: 16.6666666667%;
}
html .col-xs-offset-5 {
  margin-left: 20.8333333333%;
}
html .col-xs-offset-6 {
  margin-left: 25%;
}
html .col-xs-offset-7 {
  margin-left: 29.1666666667%;
}
html .col-xs-offset-8 {
  margin-left: 33.3333333333%;
}
html .col-xs-offset-9 {
  margin-left: 37.5%;
}
html .col-xs-offset-10 {
  margin-left: 41.6666666667%;
}
html .col-xs-offset-11 {
  margin-left: 45.8333333333%;
}
html .col-xs-offset-12 {
  margin-left: 50%;
}
html .col-xs-offset-13 {
  margin-left: 54.1666666667%;
}
html .col-xs-offset-14 {
  margin-left: 58.3333333333%;
}
html .col-xs-offset-15 {
  margin-left: 62.5%;
}
html .col-xs-offset-16 {
  margin-left: 66.6666666667%;
}
html .col-xs-offset-17 {
  margin-left: 70.8333333333%;
}
html .col-xs-offset-18 {
  margin-left: 75%;
}
html .col-xs-offset-19 {
  margin-left: 79.1666666667%;
}
html .col-xs-offset-20 {
  margin-left: 83.3333333333%;
}
html .col-xs-offset-21 {
  margin-left: 87.5%;
}
html .col-xs-offset-22 {
  margin-left: 91.6666666667%;
}
html .col-xs-offset-23 {
  margin-left: 95.8333333333%;
}
html .col-xs-offset-24 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  html .col-sm-1, html .col-sm-2, html .col-sm-3, html .col-sm-4, html .col-sm-5, html .col-sm-6, html .col-sm-7, html .col-sm-8, html .col-sm-9, html .col-sm-10, html .col-sm-11, html .col-sm-12, html .col-sm-13, html .col-sm-14, html .col-sm-15, html .col-sm-16, html .col-sm-17, html .col-sm-18, html .col-sm-19, html .col-sm-20, html .col-sm-21, html .col-sm-22, html .col-sm-23, html .col-sm-24 {
    float: left;
  }
  html .col-sm-1 {
    width: 4.1666666667%;
  }
  html .col-sm-2 {
    width: 8.3333333333%;
  }
  html .col-sm-3 {
    width: 12.5%;
  }
  html .col-sm-4 {
    width: 16.6666666667%;
  }
  html .col-sm-5 {
    width: 20.8333333333%;
  }
  html .col-sm-6 {
    width: 25%;
  }
  html .col-sm-7 {
    width: 29.1666666667%;
  }
  html .col-sm-8 {
    width: 33.3333333333%;
  }
  html .col-sm-9 {
    width: 37.5%;
  }
  html .col-sm-10 {
    width: 41.6666666667%;
  }
  html .col-sm-11 {
    width: 45.8333333333%;
  }
  html .col-sm-12 {
    width: 50%;
  }
  html .col-sm-13 {
    width: 54.1666666667%;
  }
  html .col-sm-14 {
    width: 58.3333333333%;
  }
  html .col-sm-15 {
    width: 62.5%;
  }
  html .col-sm-16 {
    width: 66.6666666667%;
  }
  html .col-sm-17 {
    width: 70.8333333333%;
  }
  html .col-sm-18 {
    width: 75%;
  }
  html .col-sm-19 {
    width: 79.1666666667%;
  }
  html .col-sm-20 {
    width: 83.3333333333%;
  }
  html .col-sm-21 {
    width: 87.5%;
  }
  html .col-sm-22 {
    width: 91.6666666667%;
  }
  html .col-sm-23 {
    width: 95.8333333333%;
  }
  html .col-sm-24 {
    width: 100%;
  }
  html .col-sm-pull-0 {
    right: auto;
  }
  html .col-sm-pull-1 {
    right: 4.1666666667%;
  }
  html .col-sm-pull-2 {
    right: 8.3333333333%;
  }
  html .col-sm-pull-3 {
    right: 12.5%;
  }
  html .col-sm-pull-4 {
    right: 16.6666666667%;
  }
  html .col-sm-pull-5 {
    right: 20.8333333333%;
  }
  html .col-sm-pull-6 {
    right: 25%;
  }
  html .col-sm-pull-7 {
    right: 29.1666666667%;
  }
  html .col-sm-pull-8 {
    right: 33.3333333333%;
  }
  html .col-sm-pull-9 {
    right: 37.5%;
  }
  html .col-sm-pull-10 {
    right: 41.6666666667%;
  }
  html .col-sm-pull-11 {
    right: 45.8333333333%;
  }
  html .col-sm-pull-12 {
    right: 50%;
  }
  html .col-sm-pull-13 {
    right: 54.1666666667%;
  }
  html .col-sm-pull-14 {
    right: 58.3333333333%;
  }
  html .col-sm-pull-15 {
    right: 62.5%;
  }
  html .col-sm-pull-16 {
    right: 66.6666666667%;
  }
  html .col-sm-pull-17 {
    right: 70.8333333333%;
  }
  html .col-sm-pull-18 {
    right: 75%;
  }
  html .col-sm-pull-19 {
    right: 79.1666666667%;
  }
  html .col-sm-pull-20 {
    right: 83.3333333333%;
  }
  html .col-sm-pull-21 {
    right: 87.5%;
  }
  html .col-sm-pull-22 {
    right: 91.6666666667%;
  }
  html .col-sm-pull-23 {
    right: 95.8333333333%;
  }
  html .col-sm-pull-24 {
    right: 100%;
  }
  html .col-sm-push-0 {
    left: auto;
  }
  html .col-sm-push-1 {
    left: 4.1666666667%;
  }
  html .col-sm-push-2 {
    left: 8.3333333333%;
  }
  html .col-sm-push-3 {
    left: 12.5%;
  }
  html .col-sm-push-4 {
    left: 16.6666666667%;
  }
  html .col-sm-push-5 {
    left: 20.8333333333%;
  }
  html .col-sm-push-6 {
    left: 25%;
  }
  html .col-sm-push-7 {
    left: 29.1666666667%;
  }
  html .col-sm-push-8 {
    left: 33.3333333333%;
  }
  html .col-sm-push-9 {
    left: 37.5%;
  }
  html .col-sm-push-10 {
    left: 41.6666666667%;
  }
  html .col-sm-push-11 {
    left: 45.8333333333%;
  }
  html .col-sm-push-12 {
    left: 50%;
  }
  html .col-sm-push-13 {
    left: 54.1666666667%;
  }
  html .col-sm-push-14 {
    left: 58.3333333333%;
  }
  html .col-sm-push-15 {
    left: 62.5%;
  }
  html .col-sm-push-16 {
    left: 66.6666666667%;
  }
  html .col-sm-push-17 {
    left: 70.8333333333%;
  }
  html .col-sm-push-18 {
    left: 75%;
  }
  html .col-sm-push-19 {
    left: 79.1666666667%;
  }
  html .col-sm-push-20 {
    left: 83.3333333333%;
  }
  html .col-sm-push-21 {
    left: 87.5%;
  }
  html .col-sm-push-22 {
    left: 91.6666666667%;
  }
  html .col-sm-push-23 {
    left: 95.8333333333%;
  }
  html .col-sm-push-24 {
    left: 100%;
  }
  html .col-sm-offset-0 {
    margin-left: 0%;
  }
  html .col-sm-offset-1 {
    margin-left: 4.1666666667%;
  }
  html .col-sm-offset-2 {
    margin-left: 8.3333333333%;
  }
  html .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  html .col-sm-offset-4 {
    margin-left: 16.6666666667%;
  }
  html .col-sm-offset-5 {
    margin-left: 20.8333333333%;
  }
  html .col-sm-offset-6 {
    margin-left: 25%;
  }
  html .col-sm-offset-7 {
    margin-left: 29.1666666667%;
  }
  html .col-sm-offset-8 {
    margin-left: 33.3333333333%;
  }
  html .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  html .col-sm-offset-10 {
    margin-left: 41.6666666667%;
  }
  html .col-sm-offset-11 {
    margin-left: 45.8333333333%;
  }
  html .col-sm-offset-12 {
    margin-left: 50%;
  }
  html .col-sm-offset-13 {
    margin-left: 54.1666666667%;
  }
  html .col-sm-offset-14 {
    margin-left: 58.3333333333%;
  }
  html .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  html .col-sm-offset-16 {
    margin-left: 66.6666666667%;
  }
  html .col-sm-offset-17 {
    margin-left: 70.8333333333%;
  }
  html .col-sm-offset-18 {
    margin-left: 75%;
  }
  html .col-sm-offset-19 {
    margin-left: 79.1666666667%;
  }
  html .col-sm-offset-20 {
    margin-left: 83.3333333333%;
  }
  html .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  html .col-sm-offset-22 {
    margin-left: 91.6666666667%;
  }
  html .col-sm-offset-23 {
    margin-left: 95.8333333333%;
  }
  html .col-sm-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  html .col-md-1, html .col-md-2, html .col-md-3, html .col-md-4, html .col-md-5, html .col-md-6, html .col-md-7, html .col-md-8, html .col-md-9, html .col-md-10, html .col-md-11, html .col-md-12, html .col-md-13, html .col-md-14, html .col-md-15, html .col-md-16, html .col-md-17, html .col-md-18, html .col-md-19, html .col-md-20, html .col-md-21, html .col-md-22, html .col-md-23, html .col-md-24 {
    float: left;
  }
  html .col-md-1 {
    width: 4.1666666667%;
  }
  html .col-md-2 {
    width: 8.3333333333%;
  }
  html .col-md-3 {
    width: 12.5%;
  }
  html .col-md-4 {
    width: 16.6666666667%;
  }
  html .col-md-5 {
    width: 20.8333333333%;
  }
  html .col-md-6 {
    width: 25%;
  }
  html .col-md-7 {
    width: 29.1666666667%;
  }
  html .col-md-8 {
    width: 33.3333333333%;
  }
  html .col-md-9 {
    width: 37.5%;
  }
  html .col-md-10 {
    width: 41.6666666667%;
  }
  html .col-md-11 {
    width: 45.8333333333%;
  }
  html .col-md-12 {
    width: 50%;
  }
  html .col-md-13 {
    width: 54.1666666667%;
  }
  html .col-md-14 {
    width: 58.3333333333%;
  }
  html .col-md-15 {
    width: 62.5%;
  }
  html .col-md-16 {
    width: 66.6666666667%;
  }
  html .col-md-17 {
    width: 70.8333333333%;
  }
  html .col-md-18 {
    width: 75%;
  }
  html .col-md-19 {
    width: 79.1666666667%;
  }
  html .col-md-20 {
    width: 83.3333333333%;
  }
  html .col-md-21 {
    width: 87.5%;
  }
  html .col-md-22 {
    width: 91.6666666667%;
  }
  html .col-md-23 {
    width: 95.8333333333%;
  }
  html .col-md-24 {
    width: 100%;
  }
  html .col-md-pull-0 {
    right: auto;
  }
  html .col-md-pull-1 {
    right: 4.1666666667%;
  }
  html .col-md-pull-2 {
    right: 8.3333333333%;
  }
  html .col-md-pull-3 {
    right: 12.5%;
  }
  html .col-md-pull-4 {
    right: 16.6666666667%;
  }
  html .col-md-pull-5 {
    right: 20.8333333333%;
  }
  html .col-md-pull-6 {
    right: 25%;
  }
  html .col-md-pull-7 {
    right: 29.1666666667%;
  }
  html .col-md-pull-8 {
    right: 33.3333333333%;
  }
  html .col-md-pull-9 {
    right: 37.5%;
  }
  html .col-md-pull-10 {
    right: 41.6666666667%;
  }
  html .col-md-pull-11 {
    right: 45.8333333333%;
  }
  html .col-md-pull-12 {
    right: 50%;
  }
  html .col-md-pull-13 {
    right: 54.1666666667%;
  }
  html .col-md-pull-14 {
    right: 58.3333333333%;
  }
  html .col-md-pull-15 {
    right: 62.5%;
  }
  html .col-md-pull-16 {
    right: 66.6666666667%;
  }
  html .col-md-pull-17 {
    right: 70.8333333333%;
  }
  html .col-md-pull-18 {
    right: 75%;
  }
  html .col-md-pull-19 {
    right: 79.1666666667%;
  }
  html .col-md-pull-20 {
    right: 83.3333333333%;
  }
  html .col-md-pull-21 {
    right: 87.5%;
  }
  html .col-md-pull-22 {
    right: 91.6666666667%;
  }
  html .col-md-pull-23 {
    right: 95.8333333333%;
  }
  html .col-md-pull-24 {
    right: 100%;
  }
  html .col-md-push-0 {
    left: auto;
  }
  html .col-md-push-1 {
    left: 4.1666666667%;
  }
  html .col-md-push-2 {
    left: 8.3333333333%;
  }
  html .col-md-push-3 {
    left: 12.5%;
  }
  html .col-md-push-4 {
    left: 16.6666666667%;
  }
  html .col-md-push-5 {
    left: 20.8333333333%;
  }
  html .col-md-push-6 {
    left: 25%;
  }
  html .col-md-push-7 {
    left: 29.1666666667%;
  }
  html .col-md-push-8 {
    left: 33.3333333333%;
  }
  html .col-md-push-9 {
    left: 37.5%;
  }
  html .col-md-push-10 {
    left: 41.6666666667%;
  }
  html .col-md-push-11 {
    left: 45.8333333333%;
  }
  html .col-md-push-12 {
    left: 50%;
  }
  html .col-md-push-13 {
    left: 54.1666666667%;
  }
  html .col-md-push-14 {
    left: 58.3333333333%;
  }
  html .col-md-push-15 {
    left: 62.5%;
  }
  html .col-md-push-16 {
    left: 66.6666666667%;
  }
  html .col-md-push-17 {
    left: 70.8333333333%;
  }
  html .col-md-push-18 {
    left: 75%;
  }
  html .col-md-push-19 {
    left: 79.1666666667%;
  }
  html .col-md-push-20 {
    left: 83.3333333333%;
  }
  html .col-md-push-21 {
    left: 87.5%;
  }
  html .col-md-push-22 {
    left: 91.6666666667%;
  }
  html .col-md-push-23 {
    left: 95.8333333333%;
  }
  html .col-md-push-24 {
    left: 100%;
  }
  html .col-md-offset-0 {
    margin-left: 0%;
  }
  html .col-md-offset-1 {
    margin-left: 4.1666666667%;
  }
  html .col-md-offset-2 {
    margin-left: 8.3333333333%;
  }
  html .col-md-offset-3 {
    margin-left: 12.5%;
  }
  html .col-md-offset-4 {
    margin-left: 16.6666666667%;
  }
  html .col-md-offset-5 {
    margin-left: 20.8333333333%;
  }
  html .col-md-offset-6 {
    margin-left: 25%;
  }
  html .col-md-offset-7 {
    margin-left: 29.1666666667%;
  }
  html .col-md-offset-8 {
    margin-left: 33.3333333333%;
  }
  html .col-md-offset-9 {
    margin-left: 37.5%;
  }
  html .col-md-offset-10 {
    margin-left: 41.6666666667%;
  }
  html .col-md-offset-11 {
    margin-left: 45.8333333333%;
  }
  html .col-md-offset-12 {
    margin-left: 50%;
  }
  html .col-md-offset-13 {
    margin-left: 54.1666666667%;
  }
  html .col-md-offset-14 {
    margin-left: 58.3333333333%;
  }
  html .col-md-offset-15 {
    margin-left: 62.5%;
  }
  html .col-md-offset-16 {
    margin-left: 66.6666666667%;
  }
  html .col-md-offset-17 {
    margin-left: 70.8333333333%;
  }
  html .col-md-offset-18 {
    margin-left: 75%;
  }
  html .col-md-offset-19 {
    margin-left: 79.1666666667%;
  }
  html .col-md-offset-20 {
    margin-left: 83.3333333333%;
  }
  html .col-md-offset-21 {
    margin-left: 87.5%;
  }
  html .col-md-offset-22 {
    margin-left: 91.6666666667%;
  }
  html .col-md-offset-23 {
    margin-left: 95.8333333333%;
  }
  html .col-md-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  html .col-lg-1, html .col-lg-2, html .col-lg-3, html .col-lg-4, html .col-lg-5, html .col-lg-6, html .col-lg-7, html .col-lg-8, html .col-lg-9, html .col-lg-10, html .col-lg-11, html .col-lg-12, html .col-lg-13, html .col-lg-14, html .col-lg-15, html .col-lg-16, html .col-lg-17, html .col-lg-18, html .col-lg-19, html .col-lg-20, html .col-lg-21, html .col-lg-22, html .col-lg-23, html .col-lg-24 {
    float: left;
  }
  html .col-lg-1 {
    width: 4.1666666667%;
  }
  html .col-lg-2 {
    width: 8.3333333333%;
  }
  html .col-lg-3 {
    width: 12.5%;
  }
  html .col-lg-4 {
    width: 16.6666666667%;
  }
  html .col-lg-5 {
    width: 20.8333333333%;
  }
  html .col-lg-6 {
    width: 25%;
  }
  html .col-lg-7 {
    width: 29.1666666667%;
  }
  html .col-lg-8 {
    width: 33.3333333333%;
  }
  html .col-lg-9 {
    width: 37.5%;
  }
  html .col-lg-10 {
    width: 41.6666666667%;
  }
  html .col-lg-11 {
    width: 45.8333333333%;
  }
  html .col-lg-12 {
    width: 50%;
  }
  html .col-lg-13 {
    width: 54.1666666667%;
  }
  html .col-lg-14 {
    width: 58.3333333333%;
  }
  html .col-lg-15 {
    width: 62.5%;
  }
  html .col-lg-16 {
    width: 66.6666666667%;
  }
  html .col-lg-17 {
    width: 70.8333333333%;
  }
  html .col-lg-18 {
    width: 75%;
  }
  html .col-lg-19 {
    width: 79.1666666667%;
  }
  html .col-lg-20 {
    width: 83.3333333333%;
  }
  html .col-lg-21 {
    width: 87.5%;
  }
  html .col-lg-22 {
    width: 91.6666666667%;
  }
  html .col-lg-23 {
    width: 95.8333333333%;
  }
  html .col-lg-24 {
    width: 100%;
  }
  html .col-lg-pull-0 {
    right: auto;
  }
  html .col-lg-pull-1 {
    right: 4.1666666667%;
  }
  html .col-lg-pull-2 {
    right: 8.3333333333%;
  }
  html .col-lg-pull-3 {
    right: 12.5%;
  }
  html .col-lg-pull-4 {
    right: 16.6666666667%;
  }
  html .col-lg-pull-5 {
    right: 20.8333333333%;
  }
  html .col-lg-pull-6 {
    right: 25%;
  }
  html .col-lg-pull-7 {
    right: 29.1666666667%;
  }
  html .col-lg-pull-8 {
    right: 33.3333333333%;
  }
  html .col-lg-pull-9 {
    right: 37.5%;
  }
  html .col-lg-pull-10 {
    right: 41.6666666667%;
  }
  html .col-lg-pull-11 {
    right: 45.8333333333%;
  }
  html .col-lg-pull-12 {
    right: 50%;
  }
  html .col-lg-pull-13 {
    right: 54.1666666667%;
  }
  html .col-lg-pull-14 {
    right: 58.3333333333%;
  }
  html .col-lg-pull-15 {
    right: 62.5%;
  }
  html .col-lg-pull-16 {
    right: 66.6666666667%;
  }
  html .col-lg-pull-17 {
    right: 70.8333333333%;
  }
  html .col-lg-pull-18 {
    right: 75%;
  }
  html .col-lg-pull-19 {
    right: 79.1666666667%;
  }
  html .col-lg-pull-20 {
    right: 83.3333333333%;
  }
  html .col-lg-pull-21 {
    right: 87.5%;
  }
  html .col-lg-pull-22 {
    right: 91.6666666667%;
  }
  html .col-lg-pull-23 {
    right: 95.8333333333%;
  }
  html .col-lg-pull-24 {
    right: 100%;
  }
  html .col-lg-push-0 {
    left: auto;
  }
  html .col-lg-push-1 {
    left: 4.1666666667%;
  }
  html .col-lg-push-2 {
    left: 8.3333333333%;
  }
  html .col-lg-push-3 {
    left: 12.5%;
  }
  html .col-lg-push-4 {
    left: 16.6666666667%;
  }
  html .col-lg-push-5 {
    left: 20.8333333333%;
  }
  html .col-lg-push-6 {
    left: 25%;
  }
  html .col-lg-push-7 {
    left: 29.1666666667%;
  }
  html .col-lg-push-8 {
    left: 33.3333333333%;
  }
  html .col-lg-push-9 {
    left: 37.5%;
  }
  html .col-lg-push-10 {
    left: 41.6666666667%;
  }
  html .col-lg-push-11 {
    left: 45.8333333333%;
  }
  html .col-lg-push-12 {
    left: 50%;
  }
  html .col-lg-push-13 {
    left: 54.1666666667%;
  }
  html .col-lg-push-14 {
    left: 58.3333333333%;
  }
  html .col-lg-push-15 {
    left: 62.5%;
  }
  html .col-lg-push-16 {
    left: 66.6666666667%;
  }
  html .col-lg-push-17 {
    left: 70.8333333333%;
  }
  html .col-lg-push-18 {
    left: 75%;
  }
  html .col-lg-push-19 {
    left: 79.1666666667%;
  }
  html .col-lg-push-20 {
    left: 83.3333333333%;
  }
  html .col-lg-push-21 {
    left: 87.5%;
  }
  html .col-lg-push-22 {
    left: 91.6666666667%;
  }
  html .col-lg-push-23 {
    left: 95.8333333333%;
  }
  html .col-lg-push-24 {
    left: 100%;
  }
  html .col-lg-offset-0 {
    margin-left: 0%;
  }
  html .col-lg-offset-1 {
    margin-left: 4.1666666667%;
  }
  html .col-lg-offset-2 {
    margin-left: 8.3333333333%;
  }
  html .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  html .col-lg-offset-4 {
    margin-left: 16.6666666667%;
  }
  html .col-lg-offset-5 {
    margin-left: 20.8333333333%;
  }
  html .col-lg-offset-6 {
    margin-left: 25%;
  }
  html .col-lg-offset-7 {
    margin-left: 29.1666666667%;
  }
  html .col-lg-offset-8 {
    margin-left: 33.3333333333%;
  }
  html .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  html .col-lg-offset-10 {
    margin-left: 41.6666666667%;
  }
  html .col-lg-offset-11 {
    margin-left: 45.8333333333%;
  }
  html .col-lg-offset-12 {
    margin-left: 50%;
  }
  html .col-lg-offset-13 {
    margin-left: 54.1666666667%;
  }
  html .col-lg-offset-14 {
    margin-left: 58.3333333333%;
  }
  html .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  html .col-lg-offset-16 {
    margin-left: 66.6666666667%;
  }
  html .col-lg-offset-17 {
    margin-left: 70.8333333333%;
  }
  html .col-lg-offset-18 {
    margin-left: 75%;
  }
  html .col-lg-offset-19 {
    margin-left: 79.1666666667%;
  }
  html .col-lg-offset-20 {
    margin-left: 83.3333333333%;
  }
  html .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  html .col-lg-offset-22 {
    margin-left: 91.6666666667%;
  }
  html .col-lg-offset-23 {
    margin-left: 95.8333333333%;
  }
  html .col-lg-offset-24 {
    margin-left: 100%;
  }
}
html .invisible {
  visibility: hidden !important;
}
html .hidden-xs-up {
  display: none !important;
}
@media (max-width: 479px) {
  html .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 480px) {
  html .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  html .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  html .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  html .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  html .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  html .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  html .hidden-xl-up {
    display: none !important;
  }
}
html .hidden-xl-down {
  display: none !important;
}
@-ms-viewport {
  width: device-width;
}
html .visible-xs {
  display: none !important;
}
html .visible-sm {
  display: none !important;
}
html .visible-md {
  display: none !important;
}
html .visible-lg {
  display: none !important;
}
html .visible-xs-block,
html .visible-xs-inline,
html .visible-xs-inline-block,
html .visible-sm-block,
html .visible-sm-inline,
html .visible-sm-inline-block,
html .visible-md-block,
html .visible-md-inline,
html .visible-md-inline-block,
html .visible-lg-block,
html .visible-lg-inline,
html .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  html .visible-xs {
    display: block !important;
  }
  html table.visible-xs {
    display: table !important;
  }
  html tr.visible-xs {
    display: table-row !important;
  }
  html th.visible-xs,
  html td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  html .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  html .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  html .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html .visible-sm {
    display: block !important;
  }
  html table.visible-sm {
    display: table !important;
  }
  html tr.visible-sm {
    display: table-row !important;
  }
  html th.visible-sm,
  html td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html .visible-md {
    display: block !important;
  }
  html table.visible-md {
    display: table !important;
  }
  html tr.visible-md {
    display: table-row !important;
  }
  html th.visible-md,
  html td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  html .visible-lg {
    display: block !important;
  }
  html table.visible-lg {
    display: table !important;
  }
  html tr.visible-lg {
    display: table-row !important;
  }
  html th.visible-lg,
  html td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  html .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  html .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  html .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  html .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  html .hidden-lg {
    display: none !important;
  }
}
html .visible-print {
  display: none !important;
}
@media print {
  html .visible-print {
    display: block !important;
  }
  html table.visible-print {
    display: table !important;
  }
  html tr.visible-print {
    display: table-row !important;
  }
  html th.visible-print,
  html td.visible-print {
    display: table-cell !important;
  }
}
html .visible-print-block {
  display: none !important;
}
@media print {
  html .visible-print-block {
    display: block !important;
  }
}
html .visible-print-inline {
  display: none !important;
}
@media print {
  html .visible-print-inline {
    display: inline !important;
  }
}
html .visible-print-inline-block {
  display: none !important;
}
@media print {
  html .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  html .hidden-print {
    display: none !important;
  }
}
html .bgcontain {
  background-size: contain !important;
}
html .bgcover {
  background-size: cover !important;
  background-position: 50% 50%;
}
html .vertical-text {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
  writing-mode: vertical-rl;
}
html.internet-explorer .vertical-text {
  display: none;
}
html .background-position-top {
  background-position: 50% 0;
}
html .bg-position-bottom {
  background-position: 50% 100%;
}
html .text-l {
  text-align: left;
}
html .text-c {
  text-align: center;
}
html .text-r {
  text-align: right;
}
html .p-r {
  position: relative;
}
html .p-a {
  position: absolute;
}
html .float-l {
  float: left;
}
html .float-r {
  float: right;
}
html .a-no-dec a {
  text-decoration: none !important;
}
html .no-transition {
  -webkit-transition: all 0s ease !important;
  -o-transition: all 0s ease !important;
  transition: all 0s ease !important;
}
html .clear-both {
  clear: both;
}
html .no-padding-tb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
html .no-padding-top {
  padding-top: 0 !important;
}
html .no-padding-bottom {
  padding-bottom: 0 !important;
}
html .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
html .swiper-container-no-flexbox .swiper-slide {
  float: left;
}
html .swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
html .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  box-sizing: content-box;
}
html .swiper-container-android .swiper-slide, html .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
html .swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
html .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
html .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
html .swiper-container-autoheight, html .swiper-container-autoheight .swiper-slide {
  height: auto;
}
html .swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -o-transition-property: -o-transform;
  transition-property: transform, height;
}
html .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
html .swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
html .swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
html .swiper-button-next, html .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
html .swiper-button-next.swiper-button-disabled, html .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
html .swiper-button-prev, html .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
html .swiper-button-prev.swiper-button-black, html .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
html .swiper-button-prev.swiper-button-white, html .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
html .swiper-button-next, html .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
html .swiper-button-next.swiper-button-black, html .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
html .swiper-button-next.swiper-button-white, html .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
html .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
html .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
html .swiper-container-horizontal > .swiper-pagination-bullets, html .swiper-pagination-custom, html .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
html .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
html button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
html .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
html .swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
html .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
html .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
html .swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
html .swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  transform: translate3d(0, -50%, 0);
}
html .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
html .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
html .swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
html .swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
html .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
html .swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
html .swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
html .swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
html .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
html .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
html .swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
html .swiper-container-3d .swiper-cube-shadow, html .swiper-container-3d .swiper-slide, html .swiper-container-3d .swiper-slide-shadow-bottom, html .swiper-container-3d .swiper-slide-shadow-left, html .swiper-container-3d .swiper-slide-shadow-right, html .swiper-container-3d .swiper-slide-shadow-top, html .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
html .swiper-container-3d .swiper-slide-shadow-bottom, html .swiper-container-3d .swiper-slide-shadow-left, html .swiper-container-3d .swiper-slide-shadow-right, html .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
html .swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
html .swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
html .swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
html .swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
html .swiper-container-coverflow .swiper-wrapper, html .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
html .swiper-container-cube, html .swiper-container-flip {
  overflow: visible;
}
html .swiper-container-cube .swiper-slide, html .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
html .swiper-container-cube .swiper-slide .swiper-slide, html .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
html .swiper-container-cube .swiper-slide-active, html .swiper-container-cube .swiper-slide-active .swiper-slide-active, html .swiper-container-flip .swiper-slide-active, html .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
html .swiper-container-cube .swiper-slide-shadow-bottom, html .swiper-container-cube .swiper-slide-shadow-left, html .swiper-container-cube .swiper-slide-shadow-right, html .swiper-container-cube .swiper-slide-shadow-top, html .swiper-container-flip .swiper-slide-shadow-bottom, html .swiper-container-flip .swiper-slide-shadow-left, html .swiper-container-flip .swiper-slide-shadow-right, html .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
html .swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
     transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
html .swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
     transform-origin: 100% 0;
}
html .swiper-container-cube .swiper-slide-active, html .swiper-container-cube .swiper-slide-next, html .swiper-container-cube .swiper-slide-next + .swiper-slide, html .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
html .swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
html .swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
html .swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
html .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
html .swiper-container-fade .swiper-slide-active, html .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
html .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
html .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
html .swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
html .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
html .swiper-scrollbar-cursor-drag {
  cursor: move;
}
html .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -o-transform-origin: 50%;
     transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
     animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
html .swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
html .swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes swiper-preloader-spin {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
html [data-action=zoom] {
  cursor: zoom-in;
}
html [data-action=zoom].zoomed,
html .zoom-overlay {
  cursor: zoom-out;
}
html [data-action=zoom].zoomed,
html [data-action=zoom].zooming {
  z-index: 900;
}
html .media-placeholder {
  position: relative;
  width: 100%;
}
html .media-placeholder .media-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999999;
  -webkit-transition: -webkit-transform 250ms ease, width 100ms ease, background-image 250ms ease;
  -o-transition: -o-transform 250ms ease, width 100ms ease, background-image 250ms ease;
     transition: transform 250ms ease, width 100ms ease, background-image 250ms ease;
}
html .zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  opacity: 1;
  z-index: 800;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
html .fade-in {
  opacity: 0; /* make things invisible upon start */
  -webkit-animation-name: fadeIn;
  -o-animation-name: fadeIn;
     animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
  -webkit-animation-duration: 150ms;
  -o-animation-duration: 150ms;
     animation-duration: 150ms;
  -webkit-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
}
html .fade-out {
  opacity: 1; /* make things visible upon start */
  -webkit-animation-name: fadeOut;
  -o-animation-name: fadeOut;
     animation-name: fadeOut;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
  -webkit-animation-duration: 150ms;
  -o-animation-duration: 150ms;
     animation-duration: 150ms;
  -webkit-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
}
html .gallery-container {
  position: relative;
  z-index: 999;
  margin-top: -15rem;
}
html .gallery-container .lazy {
  display: none;
}
html .gallery-container .portfolio_masonry_item {
  padding: 8px;
}
html .gallery-container .portfolio_masonry_item .image_holder {
  overflow: hidden;
  position: relative;
  line-height: 0;
}
html .gallery-container .portfolio_masonry_item .image_holder img {
  width: 100%;
  height: auto;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .gallery-container .portfolio_masonry_item .image_holder a.videotype .feature_holder_icons {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 1.2rem;
  padding-left: 0.2em;
}
html .gallery-container .portfolio_masonry_item .image_holder .text_holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
html .gallery-container .portfolio_masonry_item .image_holder .videotype .feature_holder {
  opacity: 1;
}
html .gallery-container .portfolio_masonry_item .image_holder .videotype .feature_holder .feature_holder_icons {
  margin-top: -0.2rem;
  font-size: 4rem;
  line-height: 54px;
}
html .gallery-container .portfolio_masonry_item .image_holder .feature_holder {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.8);
  margin-left: -30px;
  margin-top: -30px;
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50%;
  background-clip: padding-box;
  opacity: 0;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .gallery-container .portfolio_masonry_item .image_holder .feature_holder .feature_holder_icons {
  font-size: 4rem;
  color: #fff;
  line-height: 60px;
}
@media screen and (max-width: 1024px) {
  html .gallery-container {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  html .gallery-container .filter_holder ul li {
    padding-top: 1.5rem !important;
  }
}
html.no-mobile .gallery-container .portfolio_masonry_item:hover img {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
html.no-mobile .gallery-container .portfolio_masonry_item:hover .feature_holder {
  opacity: 1;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .mfp-counter {
  display: none;
}
html .projects_masonry_holder {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 992px) {
  html .projects_masonry_holder {
    padding-left: 0;
    padding-right: 0;
  }
}
html .filter_holder {
  margin-top: 3.5rem;
  text-align: center;
  margin-bottom: 3.2rem;
}
html .filter_holder ul {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  padding-bottom: 10px;
}
html .filter_holder ul li {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
  text-decoration: none !important;
  position: relative;
  padding: 2rem 0.6rem 0.6rem 1rem !important;
  margin-left: 1rem;
  margin-right: 1rem;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  cursor: pointer;
}
html .filter_holder ul li:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 1px;
  background-color: #00b18f;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .filter_holder ul li.is-checked {
  color: #00b18f;
  /*&:before{
      width:100%;
  }*/
}
@media screen and (max-width: 1024px) {
  html .filter_holder ul li {
    background-color: transparent;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-transform: none;
    color: #0e483d;
  }
}
@media screen and (max-width: 1024px) {
  html .filter_holder ul {
    background-color: transparent;
  }
}
html .fancybox-bg {
  background-color: #fff !important;
  opacity: 1 !important;
}
html .fancybox-button {
  background-color: transparent !important;
  color: #00b18f !important;
  font-size: 1.4rem !important;
}
html .fancybox-infobar__body {
  background-color: transparent !important;
  color: rgb(49.5, 255, 215.5254237288) !important;
  font-size: 1.7rem !important;
  font-weight: 500 !important;
}
html .contact-form textarea,
html .contact-form input[type=text],
html .contact-form input[type=number],
html .contact-form input[type=tel],
html .contact-form input[type=email] {
  border: none;
  background-color: transparent;
  width: 100%;
  border-bottom: 1px solid #b6c5c2;
  padding-left: 25px;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
  color: #0e483d;
  font-family: "Work Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 0px;
  background-clip: padding-box;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .contact-form input[type=checkbox] {
  position: relative;
  top: -3px;
}
html .contact-form textarea {
  max-width: 100%;
  height: 150px;
  max-height: 100px;
  outline: 0;
  margin-bottom: -2px;
}
html .contact-form input[type=radio] {
  width: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}
html .contact-form input[type=radio] + label {
  /*background:url('../assets/images/icon-radio.png') no-repeat 0 2.5px;*/
  padding-left: 25px;
  color: #778587;
  font-size: 16px;
  font-weight: 400;
}
html .contact-form input[type=radio]:checked + label {
  /*background:url('../assets/images/icon-radio-active.png') no-repeat 0 2.5px;*/
  color: #1b1d24;
}
html .contact-form html.no-mobile .container-form input[type=submit]:hover {
  background-color: #0ba78f;
}
html .contact-form input {
  outline: 0;
}
html .contact-form input:focus {
  color: #1b1d24;
}
html .contact-form .over-input {
  position: relative;
}
html .contact-form .over-input:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #0e483d;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .contact-form .over-input.active:after {
  width: 100%;
}
html .contact-form .over-select {
  padding-left: 18px;
}
html .contact-form .over-select:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #b6c5c2;
}
html .contact-form .col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
  text-align: left;
}
html .contact-form input[type=submit] {
  margin-top: 15px;
}
html .contact-form select {
  background-color: transparent;
  border: none;
  width: 100%;
  outline: 0;
  color: #6e7679;
  font-weight: 400;
  font-size: 16px;
  border-radius: 0px;
  background-clip: padding-box;
  margin-bottom: 17px;
}
html .contact-form .input-other {
  position: absolute;
  left: 0;
}
html .contact-form .input-other + label {
  position: absolute;
  top: 9px;
}
html .contact-form .col-less-margin .col {
  margin-bottom: 20px;
}
html .contact-form input:focus::-webkit-input-placeholder, html .contact-form .container-form textarea:focus::-webkit-input-placeholder {
  color: #0e483d;
}
html .contact-form input:focus:-moz-placeholder, html .contact-form .container-form textarea:focus:-moz-placeholder { /* Firefox 18- */
  color: #0e483d;
}
html .contact-form input:focus::-moz-placeholder, html .contact-form .container-form textarea:focus::-moz-placeholder { /* Firefox 19+ */
  color: #0e483d;
}
html .contact-form input:focus:-ms-input-placeholder, html .contact-form .container-form textarea:focus:-ms-input-placeholder {
  color: #0e483d;
}
html .overflow-scroll {
  overflow-y: scroll;
}
html .contact-form-holder h3 {
  margin-bottom: 4rem;
  padding: 0 10px;
  line-height: 1.1em;
}
html span.wpcf7-not-valid-tip {
  font-size: 1.2rem;
  font-weight: 400;
  position: absolute;
  line-height: 1.2em;
  width: 100%;
  display: inline-block;
  left: 0;
  bottom: -28px;
  color: #e52d61;
}
html div.wpcf7-validation-errors {
  margin: 0 0 3rem 0;
  padding: 10px;
  background: #0e483d;
  color: #fff;
  border: none;
}
html body.ie9 .container-form input[type=text],
html body.ie9 .container-form input[type=number],
html body.ie9 .container-form input[type=tel],
html body.ie9 .container-form nput[type=email] {
  padding-bottom: 28px;
}
html .container-banner-blog {
  text-align: center;
  height: 25vw;
  min-height: 20rem;
  position: relative;
  /*padding-top:10.5rem;
  padding-bottom:12rem;*/
  color: #fff;
}
html .container-banner-blog .over-text {
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: block;
}
html .container-banner-blog .small-text {
  margin-bottom: 1rem;
}
html .container-banner-blog .content-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
html .list-separator-dark {
  margin-bottom: 2.6rem;
}
html .list-separator-dark li .small-title {
  margin-bottom: 0;
}
html .container-listing-forfait ul.list-separator-dark {
  margin-bottom: 2.6rem;
}
html .container-top-blog {
  position: relative;
  padding-top: 6rem;
}
html .container-top-blog .btn-square-arrow {
  left: 0;
  top: 0;
}
html .container-top-blog .small-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 2.6rem;
  color: #0e483d;
  display: inline-block;
}
html .container-top-blog h1 {
  font-size: 4.9rem;
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-transform: none;
  color: #00b18f;
  margin-bottom: 3rem;
}
html .container-top-blog .info-post {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #00b18f;
  display: inline-block;
  margin-bottom: 3rem;
}
html .container-top-blog .info-post strong {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-left: 0.6rem;
}
@media screen and (max-width: 992px) {
  html .container-top-blog {
    padding-top: 11rem;
  }
}
@media screen and (max-width: 850px) {
  html .container-top-blog h1 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 650px) {
  html .container-top-blog h1 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 450px) {
  html .container-top-blog h1 {
    font-size: 3.2rem;
  }
  html .container-top-blog .small-title {
    font-size: 1.5rem;
  }
}
html .container-wrapper-blog {
  position: relative;
  z-index: 9;
}
html .container-wrapper-blog:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-color: #fff;
}
html .container-wrapper-blog:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 100vh;
  width: 100%;
  height: calc(100% - 100vh);
  z-index: -1;
  background-image: url(../images/hotelax-bg-content-blog.jpg);
}
html .container-wrapper-blog .container-large, html .container-wrapper-blog body.cart .woocommerce-lubie, html body.cart .container-wrapper-blog .woocommerce-lubie,
html .container-wrapper-blog body.panier .woocommerce-lubie,
html body.panier .container-wrapper-blog .woocommerce-lubie {
  width: 850px;
}
html .container-wrapper-blog .text-small {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  color: #010f24;
  margin-top: 7rem;
  margin-bottom: 2rem;
  display: block;
}
html .container-wrapper-blog .show-tags {
  display: block;
  margin-bottom: 6.4rem;
}
html .container-wrapper-blog .show-tags li {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  color: #00b18f;
  display: inline-block;
  position: relative;
  /*            padding-left:1.2rem;
              padding-right:1.2rem;*/
}
html .container-wrapper-blog .show-tags li:first-child {
  padding-left: 0;
}
html .container-wrapper-blog .show-tags li a {
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: underline;
}
html .container-wrapper-blog .container-image-text-inline {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
html .container-wrapper-blog .container-image-text-inline .row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
html .container-wrapper-blog .ssba-wrap {
  padding-bottom: 8.5rem;
}
html .container-wrapper-blog .container-image-text-inline .padding-border-top {
  margin-bottom: 5rem;
}
html .container-wrapper-blog .container-image-text-inline figure {
  height: 27rem;
}
html .container-wrapper-blog .container-image-text-inline figure .over-image {
  position: relative;
  height: 464.2857142857px;
  overflow: hidden;
}
html .container-wrapper-blog .container-image-text-inline figure .image-bg {
  height: 100%;
  top: 0;
}
html .container-wrapper-blog .container-image-text-inline p {
  margin-left: 0;
  margin-bottom: 3rem;
}
html.no-mobile .container-wrapper-blog .show-tags li a:hover {
  color: #000;
}
html .list-separator li {
  position: relative;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: inline-block;
}
html .list-separator li:before {
  content: " ";
  position: absolute;
  right: -3px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #00b18f;
}
html .list-separator li:first-child {
  padding-left: 0;
}
html .list-separator li:last-child:before {
  display: none;
}
@media screen and (max-width: 550px) {
  html .list-separator li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
html .list-separator.list-separator-dark li:before {
  background-color: #010f24;
}
html .container-wrapper-listing-blog {
  position: relative;
  z-index: 9;
}
html .container-wrapper-listing-blog:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-color: #fff;
}
html .container-wrapper-listing-blog:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 100vh;
  width: 100%;
  height: calc(100% - 100vh);
  z-index: -1;
  background-image: url(../images/hotelax-bg-content-blog.jpg);
}
html .container-category-blog {
  margin-top: -8rem;
  text-align: center;
  position: relative;
  z-index: 99;
}
html .container-category-blog .listing-cat-blog li {
  color: #fff;
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
  cursor: pointer;
  position: relative;
  margin-bottom: 4rem;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .container-category-blog .listing-cat-blog li .bubble-cat {
  position: relative;
  display: block;
  width: 16rem;
  height: 16rem;
  border: 1.2rem solid #fff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 50%;
  background-clip: padding-box;
  z-index: 9;
}
html .container-category-blog .listing-cat-blog li .bubble-cat:before, html .container-category-blog .listing-cat-blog li .bubble-cat:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 15, 36, 0.7);
  border-radius: 50%;
  background-clip: padding-box;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
html .container-category-blog .listing-cat-blog li .bubble-cat:after {
  background-color: transparent;
}
html .container-category-blog .listing-cat-blog li .bubble-cat .inner-text {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
html .container-category-blog .listing-cat-blog li .content-btn-absolute {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 0;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00b18f;
  background-color: #f2f4f7;
  border-radius: 15px;
  background-clip: padding-box;
  display: inline-block;
  padding: 0.6rem 1.6rem;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: 99;
}
html .container-category-blog .listing-cat-blog li .content-btn-absolute:before {
  content: " ";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 0;
  background-color: #ccd3df;
  top: 0;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .container-category-blog .listing-cat-blog li.active {
  /*@include transformScale(1.1);*/
}
html .container-category-blog .listing-cat-blog li.active .bubble-cat:before {
  background-color: transparent;
}
html .container-category-blog .listing-cat-blog li.active .bubble-cat:after {
  background-color: rgba(64, 123, 204, 0.7);
}
@media screen and (max-width: 1200px) {
  html .container-category-blog {
    margin-top: -7rem;
  }
  html .container-category-blog .listing-cat-blog li {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  html .container-category-blog .listing-cat-blog li .bubble-cat {
    width: 14rem;
    height: 14rem;
    border-width: 1rem;
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1050px) {
  html .container-category-blog {
    margin-top: -6rem;
  }
  html .container-category-blog .listing-cat-blog li {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
  }
  html .container-category-blog .listing-cat-blog li .bubble-cat {
    width: 12rem;
    height: 12rem;
    border-width: 0.8rem;
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 900px) {
  html .container-category-blog {
    margin-top: -5rem;
  }
  html .container-category-blog .listing-cat-blog li {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }
  html .container-category-blog .listing-cat-blog li .bubble-cat {
    width: 10rem;
    height: 10rem;
    border-width: 0.6rem;
    font-size: 1rem;
  }
}
html.no-mobile .container-category-blog .listing-cat-blog li:hover {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
html.no-mobile .container-category-blog .listing-cat-blog li:hover .bubble-cat:before {
  background-color: transparent;
}
html.no-mobile .container-category-blog .listing-cat-blog li:hover .bubble-cat:after {
  background-color: rgba(64, 123, 204, 0.7);
}
html.no-mobile .container-category-blog .listing-cat-blog li:hover .content-btn-absolute {
  margin-top: 1.8rem;
  opacity: 1;
}
html.no-mobile .container-category-blog .listing-cat-blog li:hover .content-btn-absolute:before {
  height: 1.8rem;
  top: -2.3rem;
}
html .container-nav-blog {
  text-align: center;
  padding-bottom: 6rem;
  padding-top: 2rem;
}
html .container-nav-blog .page-numbers {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  color: #00b18f;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  padding-bottom: 1.5rem;
  top: 0.5rem;
}
html .container-nav-blog .page-numbers:before {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.3rem;
  background-color: #0e483d;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .container-nav-blog .page-numbers.dots {
  letter-spacing: 4px;
}
html .container-nav-blog .page-numbers.prev, html .container-nav-blog .page-numbers.next {
  color: #0e483d;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
  top: 0;
}
html .container-nav-blog .page-numbers.prev svg, html .container-nav-blog .page-numbers.next svg {
  position: absolute;
  left: 0;
  top: 24%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #00b18f;
}
html .container-nav-blog .page-numbers.prev span, html .container-nav-blog .page-numbers.next span {
  position: relative;
  padding-bottom: 1.2rem;
}
html .container-nav-blog .page-numbers.prev span:before, html .container-nav-blog .page-numbers.next span:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #00b18f;
}
html .container-nav-blog .page-numbers.prev:before, html .container-nav-blog .page-numbers.next:before {
  display: none;
}
html .container-nav-blog .page-numbers.prev:after, html .container-nav-blog .page-numbers.next:after {
  content: " ";
  position: absolute;
  left: auto;
  right: 4rem;
  top: 24%;
  width: 3.4rem;
  height: 1px;
  background-color: #00b18f;
}
html .container-nav-blog .page-numbers.prev {
  padding-left: 7rem;
  padding-right: 12rem;
}
html .container-nav-blog .page-numbers.next {
  padding-left: 12rem;
  padding-right: 7rem;
}
html .container-nav-blog .page-numbers.next svg {
  left: auto;
  right: 0;
}
html .container-nav-blog .page-numbers.next:after {
  left: 4rem;
}
html .container-nav-blog .page-numbers.current {
  color: #0e483d;
}
html .container-nav-blog .page-numbers.current:before {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 1050px) {
  html .container-nav-blog .page-numbers.prev:after, html .container-nav-blog .page-numbers.next:after {
    display: none;
  }
  html .container-nav-blog .page-numbers.prev {
    padding-right: 3rem;
  }
  html .container-nav-blog .page-numbers.next {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 900px) {
  html .container-nav-blog .page-numbers.prev {
    padding-left: 5rem;
  }
  html .container-nav-blog .page-numbers.next {
    padding-right: 5rem;
  }
}
@media screen and (max-width: 800px) {
  html .container-nav-blog .page-numbers {
    font-size: 2rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
  html .container-nav-blog .page-numbers.prev, html .container-nav-blog .page-numbers.next {
    font-size: 1.4rem;
  }
  html .container-nav-blog .page-numbers svg {
    width: 2.8rem;
    height: 2.8rem;
  }
}
@media screen and (max-width: 700px) {
  html .container-nav-blog .page-numbers {
    font-size: 1.6rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    margin-left: 0;
    margin-right: 0;
    top: 0.25rem;
  }
  html .container-nav-blog .page-numbers.prev, html .container-nav-blog .page-numbers.next {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  html .container-nav-blog .page-numbers {
    top: 0;
  }
  html .container-nav-blog .page-numbers.prev span, html .container-nav-blog .page-numbers.next span {
    display: none;
  }
  html .container-nav-blog .page-numbers.prev svg, html .container-nav-blog .page-numbers.next svg {
    width: 3.2rem;
    height: 3.2rem;
  }
  html .container-nav-blog .page-numbers.next {
    padding-left: 0;
  }
  html .container-nav-blog .page-numbers.prev {
    padding-right: 0;
  }
}
html.no-mobile .container-nav-blog .page-numbers:not(.dots):hover:before {
  width: 100%;
  left: 0;
}
html.no-mobile .container-nav-blog .page-numbers:not(.dots):hover.prev, html.no-mobile .container-nav-blog .page-numbers:not(.dots):hover.next {
  color: #00b18f;
}
html ul.social-network {
  display: inline-block;
  list-style: none;
}
html ul.social-network svg {
  fill: #0e483d;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html ul.social-network li {
  float: left;
  padding: 0rem 0.25rem;
}
html ul.social-network li a {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
html.no-mobile ul.social-network li a:hover svg {
  fill: #00b18f;
}
html ul.list-dot li, html .container-image-text-overlap .content-text ul li, html .list-dot ul li {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 1.2rem;
  position: relative;
  padding-left: 1rem;
  color: #00b18f;
}
html ul.list-dot li:before, html .container-image-text-overlap .content-text ul li:before, html .list-dot ul li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #0e483d;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 850px) {
  html ul.list-dot li, html .container-image-text-overlap .content-text ul li, html .list-dot ul li {
    font-size: 1.4rem;
  }
}
html ul.list-star li {
  display: inline-block;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
  padding-left: 0;
}
html ul.list-star li:before {
  display: none;
}
html ul.list-star svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #00b18f;
}
html ul.list-star.small svg {
  width: 0.7rem;
  height: 0.7rem;
  fill: #fff;
}
html ul.list-circle li, html .list-circle ul li {
  position: relative;
  color: #0e483d;
  margin-bottom: 2rem;
  font-size: 2.1rem;
  font-weight: 200;
  line-height: 1.3em;
  letter-spacing: 0;
  text-transform: none;
}
html ul.list-circle li:before, html .list-circle ul li:before {
  content: " ";
  position: absolute;
  left: -4rem;
  top: 0.8rem;
  width: 0.7rem;
  height: 0.7rem;
  background-color: transparent;
  border: 0.2rem solid #00b18f;
  border-radius: 50%;
  background-clip: padding-box;
}
@media screen and (max-width: 1024px) {
  html ul.list-circle li, html .list-circle ul li {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  html ul.list-circle li, html .list-circle ul li {
    padding-left: 4rem;
  }
  html ul.list-circle li:before, html .list-circle ul li:before {
    left: 0;
  }
}
@media screen and (max-width: 850px) {
  html ul.list-circle li, html .list-circle ul li {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 650px) {
  html ul.list-circle li, html .list-circle ul li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  html ul.list-circle li, html .list-circle ul li {
    font-size: 1.6rem;
  }
}
html .list-type a {
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .list-type li {
  display: inline-table;
  text-align: center;
  width: 32%;
  padding-left: 1rem;
  padding-right: 1rem;
}
html .list-type li .over-icon {
  width: 100%;
  height: 9rem;
  position: relative;
  display: block;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .list-type li .over-icon img {
  position: absolute;
  width: 46%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /*max-width:100%;*/
  max-width: 10rem;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .list-type li .small-text {
  line-height: 1.6em;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  html .list-type li img {
    width: 54%;
  }
}
@media screen and (max-width: 650px) {
  html .list-type li .over-icon {
    height: 8rem;
  }
  html .list-type li .over-icon img {
    width: 50%;
    max-width: 8rem;
  }
}
@media screen and (max-width: 450px) {
  html .list-type li .over-icon img {
    width: 60%;
  }
}
html.no-mobile .list-type a:hover .over-icon {
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
html .list-small-star li {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 1.8rem;
  color: #78828f;
}
html .list-small-star li strong {
  font-weight: 600;
}
html .small-border {
  display: block;
  width: 4rem;
  height: 1px;
  background-color: #00b18f;
}
html .vertical-border {
  border: none;
  display: block;
  width: 1px;
  height: 9.5rem;
  background-color: rgba(255, 255, 255, 0.5);
}
html .vertical-border.short {
  height: 3rem;
}
html .border-separation {
  border: none;
  width: 100%;
  height: 1px;
  background-color: rgba(14, 72, 61, 0.15);
}
@media screen and (max-width: 992px) {
  html .vertical-border {
    height: 7rem;
  }
}
@media screen and (max-width: 768px) {
  html .vertical-border {
    height: 5.6rem;
  }
}
@media screen and (max-width: 650px) {
  html .vertical-border {
    height: 4.8rem;
  }
}
html .btn, html body:not(.product-template-default) .woocommerce-cart-form input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form input[type=submit], html body:not(.product-template-default) .woocommerce form input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce .woocommerce-message .button, html .btn-border, html .lubie-layout.custom-img-bg .container-text-center .btn-border, html .btn-gradient, html .btn-black {
  color: #fff;
  background-color: #00b18f;
  padding: 1.6rem 4rem;
  display: inline-block;
  border: 2px solid #00b18f;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-transform: uppercase;
  /*@include border-radius(35px);*/
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-clip: border-box;
}
html .btn.smaller-font, html body:not(.product-template-default) .woocommerce-cart-form input.smaller-font[type=submit], html body:not(.product-template-default) .woocommerce-cart-form input.smaller-font[type=submit][disabled]:disabled, html body:not(.product-template-default) .woocommerce-billing-fields input.smaller-font[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields input.smaller-font[type=submit][disabled]:disabled, html body:not(.product-template-default) .woocommerce form input.smaller-font[type=submit], html body:not(.product-template-default) .woocommerce form input.smaller-font[type=submit][disabled]:disabled, html body:not(.product-template-default) .woocommerce .woocommerce-message .smaller-font.button, html .template-contact .lubie-layout.layout-4-cols .container-text-center .btn, html .template-contact .lubie-layout.layout-4-cols .container-text-center body:not(.product-template-default) .woocommerce-cart-form input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form .template-contact .lubie-layout.layout-4-cols .container-text-center input[type=submit], html .template-contact .lubie-layout.layout-4-cols .container-text-center body:not(.product-template-default) .woocommerce-billing-fields input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields .template-contact .lubie-layout.layout-4-cols .container-text-center input[type=submit], html .template-contact .lubie-layout.layout-4-cols .container-text-center body:not(.product-template-default) .woocommerce form input[type=submit], html body:not(.product-template-default) .woocommerce form .template-contact .lubie-layout.layout-4-cols .container-text-center input[type=submit], html .template-contact .lubie-layout.layout-4-cols .container-text-center body:not(.product-template-default) .woocommerce .woocommerce-message .button, html body:not(.product-template-default) .woocommerce .woocommerce-message .template-contact .lubie-layout.layout-4-cols .container-text-center .button, html .smaller-font.btn-border, html .lubie-layout.custom-img-bg .container-text-center .smaller-font.btn-border, html .template-contact .lubie-layout.layout-4-cols .container-text-center .btn-border, html .smaller-font.btn-gradient, html .template-contact .lubie-layout.layout-4-cols .container-text-center .btn-gradient, html .smaller-font.btn-black, html .template-contact .lubie-layout.layout-4-cols .container-text-center .btn-black {
  font-size: 1.1rem;
  letter-spacing: 2px;
  padding: 1.3rem 2.6rem;
}
html .btn.smaller-font-2, html body:not(.product-template-default) .woocommerce-cart-form input.smaller-font-2[type=submit], html body:not(.product-template-default) .woocommerce-cart-form input.smaller-font-2[type=submit][disabled]:disabled, html body:not(.product-template-default) .woocommerce-billing-fields input.smaller-font-2[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields input.smaller-font-2[type=submit][disabled]:disabled, html body:not(.product-template-default) .woocommerce form input.smaller-font-2[type=submit], html body:not(.product-template-default) .woocommerce form input.smaller-font-2[type=submit][disabled]:disabled, html body:not(.product-template-default) .woocommerce .woocommerce-message .smaller-font-2.button, html .smaller-font-2.btn-border, html .lubie-layout.custom-img-bg .container-text-center .smaller-font-2.btn-border, html .smaller-font-2.btn-gradient, html .smaller-font-2.btn-black {
  font-size: 1.3rem;
  padding: 1.3rem 2.6rem;
}
html .btn.btn-bigger, html body:not(.product-template-default) .woocommerce-cart-form input.btn-bigger[type=submit], html body:not(.product-template-default) .woocommerce-cart-form input.btn-bigger[type=submit][disabled]:disabled, html body:not(.product-template-default) .woocommerce-billing-fields input.btn-bigger[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields input.btn-bigger[type=submit][disabled]:disabled, html body:not(.product-template-default) .woocommerce form input.btn-bigger[type=submit], html body:not(.product-template-default) .woocommerce form input.btn-bigger[type=submit][disabled]:disabled, html body:not(.product-template-default) .woocommerce .woocommerce-message .btn-bigger.button, html .btn-bigger.btn-border, html .lubie-layout.custom-img-bg .container-text-center .btn-bigger.btn-border, html .btn-bigger.btn-gradient, html .btn-bigger.btn-black {
  padding: 2rem 5.4rem;
}
html .btn.btn-white, html body:not(.product-template-default) .woocommerce-cart-form input.btn-white[type=submit], html body:not(.product-template-default) .woocommerce-cart-form input.btn-white[type=submit][disabled]:disabled, html body:not(.product-template-default) .woocommerce-billing-fields input.btn-white[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields input.btn-white[type=submit][disabled]:disabled, html body:not(.product-template-default) .woocommerce form input.btn-white[type=submit], html body:not(.product-template-default) .woocommerce form input.btn-white[type=submit][disabled]:disabled, html body:not(.product-template-default) .woocommerce .woocommerce-message .btn-white.button, html .btn-white.btn-border, html .lubie-layout.custom-img-bg .container-text-center .btn-border, html .btn-white.btn-gradient, html .btn-white.btn-black {
  background-color: #fff;
  border-color: #fff;
  color: #00b18f;
}
html .btn-dark {
  border-color: #0e483d;
  background-color: #0e483d;
}
html .btn-small {
  font-size: 1.3rem;
  padding: 1.4rem 2.2rem;
}
html .btn-black {
  background-color: #0e483d;
  border-color: #0e483d;
  padding: 1.4rem 4rem;
}
html .btn-black.second-color {
  background-color: #00b18f;
  border-color: #00b18f;
}
html .btn-black.smaller {
  font-size: 1.1rem;
}
html .btn-black.less-padding {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
html .btn-black.btn-border, html .lubie-layout.custom-img-bg .container-text-center .btn-black.btn-border {
  font-size: 1.3rem;
  padding: 1.4rem 4rem;
  background-color: transparent;
  color: #00b18f;
}
html .btn-black.btn-border.smaller, html .lubie-layout.custom-img-bg .container-text-center .btn-black.smaller.btn-border {
  font-size: 1.1rem;
}
html .btn-gradient {
  font-size: 1.7rem;
  padding: 1.8rem 6.4rem;
  border: none;
  position: relative;
  z-index: 9;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6ffffff", endColorstr="#33ffffff",GradientType=1 );
}
html .btn-gradient:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  border-radius: 35px;
  background-clip: padding-box;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: -webkit-linear-gradient(left, rgba(111, 153, 209, 0.65) 0%, rgba(111, 153, 209, 0.2) 100%);
  background: -o-linear-gradient(left, rgba(111, 153, 209, 0.65) 0%, rgba(111, 153, 209, 0.2) 100%);
  background: linear-gradient(to right, rgba(111, 153, 209, 0.65) 0%, rgba(111, 153, 209, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a66f99d1", endColorstr="#336f99d1",GradientType=1 );
}
html .btn-border, html .lubie-layout.custom-img-bg .container-text-center .btn-border {
  font-size: 1.7rem;
  background-color: transparent;
  border: 1px solid #00b18f;
  color: #00b18f;
}
html .btn-border.btn-white, html .lubie-layout.custom-img-bg .container-text-center .btn-border {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
html .btn-border.btn-dark, html .lubie-layout.custom-img-bg .container-text-center .btn-dark.btn-border {
  border-color: #0e483d;
  color: #0e483d;
}
html .btn-border.small, html .lubie-layout.custom-img-bg .container-text-center .small.btn-border {
  padding: 1.1rem 3.4rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-transform: uppercase;
}
html .btn-arrow-right, html .btn-arrow-bottom, html .btn-arrow-left {
  color: #00b18f;
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-right: 5.8rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  text-decoration: none;
  /*&:before, &:after{
      content:" ";
      position:absolute;
      left:0;
      bottom:0;
      width:calc(100% - 5rem);
      height:2px;
      background-color:$second-color;
  }

  &:after{
      width:0;
      background-color:$main-color-lessdark;
      @include transition();
  }*/
}
html .btn-arrow-right svg, html .btn-arrow-bottom svg, html .btn-arrow-left svg {
  position: absolute;
  top: 50%;
  right: 0;
  fill: #00b18f;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0.3rem;
  width: 3.3rem;
  height: 3.3rem;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .btn-arrow-right.small, html .small.btn-arrow-bottom, html .small.btn-arrow-left {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-right: 4.8rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
html .btn-arrow-left svg {
  left: -4rem;
}
html .btn-arrow-bottom {
  padding-right: 0;
  padding-left: 4rem;
  padding-top: 1.5rem;
}
html .btn-arrow-bottom:before, html .btn-arrow-bottom:after {
  left: auto;
  right: 0;
}
html .btn-arrow-bottom svg {
  left: 0;
  top: 50%;
  width: 2.8rem;
  height: 1.7rem;
}
html .btn-square-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #0e483d;
  width: 7.5rem;
  height: 7.5rem;
  border: 1px solid #0e483d;
  border-right: none;
  border-bottom: none;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .btn-square-arrow svg {
  fill: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .btn-square-arrow.dark {
  background-color: #00b18f;
  border-color: #00b18f;
}
html .btn-square-arrow.dark svg {
  fill: #fff;
}
html .btn-icon-pin {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  padding: 1.6rem 4rem 1.6rem 9rem;
  background: #00b18f;
  border: 2px solid #00b18f;
  position: relative;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .btn-icon-pin:before {
  content: " ";
  position: absolute;
  left: 6.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 2.1rem;
  background-color: rgba(255, 255, 255, 0.2);
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .btn-icon-pin svg {
  fill: #fff;
  position: absolute;
  left: 2.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .btn-full {
  width: 100%;
  text-align: center;
  max-width: 32rem;
}
html.no-mobile .btn:hover, html.no-mobile body:not(.product-template-default) .woocommerce-cart-form input[type=submit]:hover, html.no-mobile body:not(.product-template-default) .woocommerce-billing-fields input[type=submit]:hover, html.no-mobile body:not(.product-template-default) .woocommerce form input[type=submit]:hover, html.no-mobile body:not(.product-template-default) .woocommerce .woocommerce-message .button:hover, html.no-mobile .btn-black:hover, html.no-mobile .btn-gradient:hover, html.no-mobile .btn-border:hover, html.no-mobile .lubie-layout.custom-img-bg .container-text-center .btn-border:hover, html.no-mobile .hover-btn:hover .btn, html.no-mobile .hover-btn:hover body:not(.product-template-default) .woocommerce-cart-form input[type=submit], html.no-mobile body:not(.product-template-default) .woocommerce-cart-form .hover-btn:hover input[type=submit], html.no-mobile .hover-btn:hover body:not(.product-template-default) .woocommerce-billing-fields input[type=submit], html.no-mobile body:not(.product-template-default) .woocommerce-billing-fields .hover-btn:hover input[type=submit], html.no-mobile .hover-btn:hover body:not(.product-template-default) .woocommerce form input[type=submit], html.no-mobile body:not(.product-template-default) .woocommerce form .hover-btn:hover input[type=submit], html.no-mobile .hover-btn:hover body:not(.product-template-default) .woocommerce .woocommerce-message .button, html.no-mobile body:not(.product-template-default) .woocommerce .woocommerce-message .hover-btn:hover .button, html.no-mobile .hover-btn:hover .btn-black, html.no-mobile .hover-btn:hover .btn-gradient, html.no-mobile .hover-btn:hover .btn-border {
  background-color: transparent;
  color: #00b18f;
}
html.no-mobile .btn.btn-white:hover, html.no-mobile body:not(.product-template-default) .woocommerce-cart-form input.btn-white[type=submit]:hover, html.no-mobile body:not(.product-template-default) .woocommerce-billing-fields input.btn-white[type=submit]:hover, html.no-mobile body:not(.product-template-default) .woocommerce form input.btn-white[type=submit]:hover, html.no-mobile body:not(.product-template-default) .woocommerce .woocommerce-message .btn-white.button:hover, html.no-mobile .btn-white.btn-black:hover, html.no-mobile .btn-white.btn-gradient:hover, html.no-mobile .btn-white.btn-border:hover, html.no-mobile .lubie-layout.custom-img-bg .container-text-center .btn-border:hover, html.no-mobile .hover-btn:hover .btn.btn-white, html.no-mobile .hover-btn:hover body:not(.product-template-default) .woocommerce-cart-form input.btn-white[type=submit], html.no-mobile body:not(.product-template-default) .woocommerce-cart-form .hover-btn:hover input.btn-white[type=submit], html.no-mobile .hover-btn:hover body:not(.product-template-default) .woocommerce-billing-fields input.btn-white[type=submit], html.no-mobile body:not(.product-template-default) .woocommerce-billing-fields .hover-btn:hover input.btn-white[type=submit], html.no-mobile .hover-btn:hover body:not(.product-template-default) .woocommerce form input.btn-white[type=submit], html.no-mobile body:not(.product-template-default) .woocommerce form .hover-btn:hover input.btn-white[type=submit], html.no-mobile .hover-btn:hover body:not(.product-template-default) .woocommerce .woocommerce-message .btn-white.button, html.no-mobile body:not(.product-template-default) .woocommerce .woocommerce-message .hover-btn:hover .btn-white.button, html.no-mobile .hover-btn:hover .btn-white.btn-black, html.no-mobile .hover-btn:hover .btn-white.btn-gradient, html.no-mobile .hover-btn:hover .btn-white.btn-border, html.no-mobile .hover-btn:hover .lubie-layout.custom-img-bg .container-text-center .btn-border, html.no-mobile .lubie-layout.custom-img-bg .container-text-center .hover-btn:hover .btn-border {
  background-color: #00b18f;
  border-color: #00b18f;
  color: #fff;
}
html.no-mobile .btn-black:hover, html.no-mobile .hover-btn:hover .btn-black {
  color: #021f48;
}
html.no-mobile .btn-dark:hover, html.no-mobile .hover-btn:hover .btn-dark {
  border-color: #0e483d;
}
html.no-mobile .btn-arrow-right:hover, html.no-mobile .btn-arrow-left:hover, html.no-mobile .btn-arrow-bottom:hover, html.no-mobile .hover-btn:hover .btn-arrow-right, html.no-mobile .hover-btn:hover .btn-arrow-left, html.no-mobile .hover-btn:hover .btn-arrow-bottom {
  color: #0e483d;
}
html.no-mobile .btn-arrow-right:hover svg, html.no-mobile .btn-arrow-left:hover svg, html.no-mobile .btn-arrow-bottom:hover svg, html.no-mobile .hover-btn:hover .btn-arrow-right svg, html.no-mobile .hover-btn:hover .btn-arrow-left svg, html.no-mobile .hover-btn:hover .btn-arrow-bottom svg {
  fill: #0e483d;
}
html.no-mobile .btn-arrow-right:hover:after, html.no-mobile .btn-arrow-left:hover:after, html.no-mobile .btn-arrow-bottom:hover:after, html.no-mobile .hover-btn:hover .btn-arrow-right:after, html.no-mobile .hover-btn:hover .btn-arrow-left:after, html.no-mobile .hover-btn:hover .btn-arrow-bottom:after {
  width: calc(100% - 5rem);
}
html.no-mobile .btn-border:hover, html.no-mobile .lubie-layout.custom-img-bg .container-text-center .btn-border:hover, html.no-mobile .hover-btn:hover .btn-border {
  color: #fff;
  background-color: #00b18f;
}
html.no-mobile .btn-border:hover.btn-white, html.no-mobile .lubie-layout.custom-img-bg .container-text-center .btn-border:hover, html.no-mobile .hover-btn:hover .btn-border.btn-white, html.no-mobile .hover-btn:hover .lubie-layout.custom-img-bg .container-text-center .btn-border, html.no-mobile .lubie-layout.custom-img-bg .container-text-center .hover-btn:hover .btn-border {
  color: #00b18f;
  background-color: #fff;
}
html.no-mobile .btn-border:hover.hover-dark, html.no-mobile .hover-btn:hover .btn-border.hover-dark {
  color: #0a182a;
}
html.no-mobile .btn-square-arrow:hover, html.no-mobile .hover-btn:hover .btn-square-arrow {
  background-color: #0e483d;
  border-color: #0e483d;
}
html.no-mobile .btn-square-arrow:hover svg, html.no-mobile .hover-btn:hover .btn-square-arrow svg {
  fill: #fff;
}
html.no-mobile .btn-square-arrow:hover.dark, html.no-mobile .hover-btn:hover .btn-square-arrow.dark {
  background-color: rgb(0, 228, 184.2033898305);
  border-color: rgb(0, 228, 184.2033898305);
}
html.no-mobile .btn-gradient:hover, html.no-mobile .hover-btn:hover .btn-gradient {
  color: #fff;
}
html.no-mobile .btn-gradient:hover:before, html.no-mobile .hover-btn:hover .btn-gradient:before {
  opacity: 1;
}
html.no-mobile .btn-icon-pin:hover {
  background-color: #fff;
  color: #00b18f;
}
html.no-mobile .btn-icon-pin:hover:before {
  background-color: rgba(14, 72, 61, 0.2);
}
html.no-mobile .btn-icon-pin:hover svg {
  fill: #00b18f;
}
html .link-underscore {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  text-transform: none;
  color: #0e483d;
  padding-bottom: 0.6rem;
  position: relative;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .link-underscore:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #0e483d;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html.no-mobile .link-underscore:hover {
  color: #00b18f;
}
html.no-mobile .link-underscore:hover:before {
  background-color: #00b18f;
}
@media screen and (max-width: 1400px) {
  html .btn-icon-pin {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1300px) {
  html .btn-icon-pin {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1200px) {
  html .btn-icon-pin {
    letter-spacing: 1px;
    padding-left: 7.5rem;
    padding-right: 3.2rem;
  }
  html .btn-icon-pin:before {
    left: 5.6rem;
  }
  html .btn-icon-pin svg {
    left: 2rem;
  }
  html .link-underscore {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1150px) {
  html .btn-gradient {
    font-size: 1.6rem;
    padding-left: 5.6rem;
    padding-right: 5.6rem;
  }
  html .btn-border, html .lubie-layout.custom-img-bg .container-text-center .btn-border {
    font-size: 1.6rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
  html .btn-border.small, html .lubie-layout.custom-img-bg .container-text-center .small.btn-border {
    font-size: 1.2rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    letter-spacing: 2px;
  }
  html .btn-arrow-right, html .btn-arrow-left, html .btn-arrow-bottom {
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 900px) {
  html .btn, html body:not(.product-template-default) .woocommerce-cart-form input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form input[type=submit], html body:not(.product-template-default) .woocommerce form input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce .woocommerce-message .button, html .btn-black, html .btn-gradient, html .btn-border, html .lubie-layout.custom-img-bg .container-text-center .btn-border {
    letter-spacing: 2px;
  }
  html .btn-gradient {
    font-size: 1.5rem;
    letter-spacing: 2px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  html .btn-border, html .lubie-layout.custom-img-bg .container-text-center .btn-border {
    font-size: 1.5rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
  html .btn-border.small, html .lubie-layout.custom-img-bg .container-text-center .small.btn-border {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
  html .btn-arrow-right, html .btn-arrow-left, html .btn-arrow-bottom {
    letter-spacing: 2px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 650px) {
  html .btn, html body:not(.product-template-default) .woocommerce-cart-form input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form input[type=submit], html body:not(.product-template-default) .woocommerce form input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce .woocommerce-message .button, html .btn-black, html .btn-gradient, html .btn-border, html .lubie-layout.custom-img-bg .container-text-center .btn-border {
    letter-spacing: 1px;
  }
  html .btn-gradient {
    font-size: 1.4rem;
    padding: 1.7rem 4.2rem;
  }
  html .btn-border, html .lubie-layout.custom-img-bg .container-text-center .btn-border {
    font-size: 1.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  html .btn-border.small, html .lubie-layout.custom-img-bg .container-text-center .small.btn-border {
    font-size: 1.1rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
  html .btn-arrow-right, html .btn-arrow-left, html .btn-arrow-bottom {
    letter-spacing: 1px;
    font-size: 1.3rem;
  }
  html .link-underscore {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 450px) {
  html .btn, html body:not(.product-template-default) .woocommerce-cart-form input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form input[type=submit], html body:not(.product-template-default) .woocommerce form input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce .woocommerce-message .button, html .btn-black, html .btn-gradient, html .btn-border, html .lubie-layout.custom-img-bg .container-text-center .btn-border {
    font-size: 1.2rem;
  }
  html .btn-gradient {
    font-size: 1.3rem;
    letter-spacing: 1px;
    padding: 1.6rem 3.6rem;
  }
  html .btn-border, html .lubie-layout.custom-img-bg .container-text-center .btn-border {
    font-size: 1.3rem;
  }
  html .btn-arrow-right, html .btn-arrow-left, html .btn-arrow-bottom {
    font-size: 1.2rem;
  }
  html .btn-icon-pin {
    font-size: 1.1rem;
    padding-left: 5rem;
  }
  html .btn-icon-pin:before {
    display: none;
  }
  html .btn-icon-pin svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
html .text-tel-number {
  color: #00b18f;
  font-weight: 600;
}
html .svg-icon-eye {
  padding: 0.1rem;
  width: 3.3rem;
  height: 1.8rem;
}
html .svg-btn-arrow-left, html .svg-btn-arrow-bottom {
  padding: 0.1rem;
  width: 2.5rem;
  height: 1.5rem;
}
html .svg-btn-arrow-right {
  padding: 0.1rem;
  width: 3.6rem;
  height: 1.5rem;
}
html .svg-btn-square-arrow, html .svg-btn-square-arrow-left {
  padding: 0.1rem;
  width: 2.3rem;
  height: 1.6rem;
}
html .svg-icon-close {
  padding: 0.1rem;
  width: 2.5rem;
  height: 2.5rem;
}
html .svg-icon-quote {
  padding: 0.1rem;
  width: 2.8rem;
  height: 2.5rem;
}
html .svg-carousel-arrow {
  padding: 0.1rem;
  width: 6.1rem;
  height: 1.4rem;
}
@media screen and (max-width: 650px) {
  html .svg-carousel-arrow {
    width: 4.6rem;
    height: 1.1rem;
  }
}
html .svg-icon-play {
  padding: 0.1rem;
  width: 4.4rem;
  height: 4.8rem;
}
html .svg-link-pdf {
  padding: 0.1rem;
  width: 3.5rem;
  height: 3.5rem;
}
html .svg-social-twitter {
  padding: 0.1rem;
  width: 2.7rem;
  height: 2.2rem;
}
html .svg-social-facebook {
  padding: 0.1rem;
  width: 1.2rem;
  height: 2.4rem;
}
html .svg-social-google {
  padding: 0.1rem;
  width: 1.8rem;
  height: 1.9rem;
}
html .svg-social-pinterest {
  padding: 0.1rem;
  width: 2.7rem;
  height: 2.7rem;
}
html .svg-social-instagram {
  padding: 0.1rem;
  width: 2.5rem;
  height: 2.5rem;
}
html .svg-social-linkedin {
  padding: 0.1rem;
  width: 2rem;
  height: 2rem;
}
html .svg-icon-pin {
  padding: 0.1rem;
  width: 2rem;
  height: 2rem;
}
html .svg-icon-phone {
  padding: 0.1rem;
  width: 2.5rem;
  height: 2.5rem;
}
html .svg-icon-download {
  padding: 0.1rem;
  width: 3.6rem;
  height: 3.65rem;
}
html #site-header .hotelax-logo {
  width: 9.5rem;
  height: 9.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  box-sizing: content-box;
}
html #site-header .header-elements {
  /*padding-left:4vw;
  padding-right:4vw;*/
}
html #site-header .border-top-c {
  border-top: 1px solid #e5e5e5;
}
html #site-header .btn, html #site-header body:not(.product-template-default) .woocommerce-cart-form input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form #site-header input[type=submit], html #site-header body:not(.product-template-default) .woocommerce-billing-fields input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields #site-header input[type=submit], html #site-header body:not(.product-template-default) .woocommerce form input[type=submit], html body:not(.product-template-default) .woocommerce form #site-header input[type=submit], html #site-header body:not(.product-template-default) .woocommerce .woocommerce-message .button, html body:not(.product-template-default) .woocommerce .woocommerce-message #site-header .button, html #site-header .btn-black, html #site-header .btn-gradient, html #site-header .btn-border {
  margin-bottom: 1.5rem;
}
html #site-header .text-c {
  padding-left: 1rem;
  padding-right: 1rem;
}
html #site-header .link-main-logo {
  display: inline-block;
  position: relative;
}
html #site-header .link-main-logo img {
  padding-right: 2.4rem;
}
html #site-header .link-main-logo span {
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #00b18f;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-style: italic;
  width: 44rem;
}
html #site-header .link-main-logo strong {
  display: block;
}
html #site-header .col-right {
  margin-top: 2.5rem;
  text-align: right;
}
html #site-header .col-right ul {
  margin-bottom: 2.8rem;
}
html #site-header .col-right ul li {
  color: #0e483d;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}
html #site-header .col-right ul li a {
  padding: 0.4rem 1rem;
  position: relative;
}
html #site-header .col-right ul li a:before {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #0e483d;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
html #site-header .col-right ul li.tel {
  margin-right: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #0e483d;
  border-right: 1px solid #e5e5e5;
}
html #site-header .col-right ul li.tel a {
  color: #0e483d;
}
html #site-header .col-right ul li.tel a:before {
  background-color: #0e483d;
}
html #site-header .col-right ul li.cart a:before {
  display: none;
}
html #site-header .menu-button {
  display: inline-block;
  position: relative;
  padding-top: 4.2rem;
  cursor: pointer;
}
html #site-header .menu-button:before, html #site-header .menu-button:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 4.8rem;
  width: 1px;
  height: 100%;
  background-color: rgba(14, 72, 61, 0.15);
}
html #site-header .menu-button:after {
  height: 0;
  background-color: #0e483d;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html #site-header .menu-button svg {
  height: 3rem;
  width: 3rem;
  fill: #0e483d;
  float: left;
  margin-right: 1.8rem;
  margin-top: 0.3rem;
}
html #site-header .menu-button .menu-txt-btn {
  float: left;
  padding-left: 1.8rem;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #0e483d;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 4px;
  text-transform: uppercase;
}
html #site-header .menu-button .menu-txt-btn span {
  display: block;
}
html #site-header .link-tel-mobile {
  display: none;
  padding: 0.6rem;
  position: relative;
  top: -0.5rem;
  margin-left: 1rem;
}
html #site-header .link-tel-mobile svg {
  fill: #0e483d;
}
html #site-header .content-menu-mobile {
  display: none;
  position: absolute;
  right: 2rem;
  top: 0;
}
@media screen and (min-width: 1460px) {
  html #site-header .content-container {
    padding-left: 5vw;
    padding-right: 5vw;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  html #site-header .col-right ul {
    margin-bottom: 2rem;
  }
  html #site-header .col-right ul li {
    letter-spacing: 1px;
  }
  html #site-header .col-right ul li.tel {
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  html #site-header .link-main-logo span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1100px) {
  html #site-header .col-right ul li {
    letter-spacing: 0;
  }
  html #site-header .col-right ul li.tel {
    margin-right: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media screen and (max-width: 992px) {
  html #site-header {
    padding-top: 3.2rem;
  }
  html #site-header .col-right ul {
    display: inline-block;
  }
  html #site-header .col-right ul li:not(.cart) {
    display: none;
  }
  html #site-header .hotelax-logo {
    /*width:12rem;
    height:auto;*/
    margin-top: 0;
    margin-bottom: 0;
  }
  html #site-header .link-main-logo {
    top: -0.4rem;
  }
  html #site-header .link-main-logo span {
    font-size: 1.2rem;
  }
  html #site-header .content-menu-mobile {
    display: block;
  }
  html #site-header .col-right {
    margin-top: 6.4rem;
  }
  html #site-header .col-right .menu-top-menu-container {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html #site-header .border-top-c {
    display: none;
  }
  html #site-header .btn span, html #site-header body:not(.product-template-default) .woocommerce-cart-form input[type=submit] span, html body:not(.product-template-default) .woocommerce-cart-form #site-header input[type=submit] span, html #site-header body:not(.product-template-default) .woocommerce-billing-fields input[type=submit] span, html body:not(.product-template-default) .woocommerce-billing-fields #site-header input[type=submit] span, html #site-header body:not(.product-template-default) .woocommerce form input[type=submit] span, html body:not(.product-template-default) .woocommerce form #site-header input[type=submit] span, html #site-header body:not(.product-template-default) .woocommerce .woocommerce-message .button span, html body:not(.product-template-default) .woocommerce .woocommerce-message #site-header .button span, html #site-header .btn-black span, html #site-header .btn-gradient span, html #site-header .btn-border span {
    display: none;
  }
  html #site-header .menu-top-menu-container, html #site-header .menu-top-menu-anglais-container {
    display: none;
  }
  html #site-header .link-main-logo span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 750px) {
  html #site-header .link-tel-mobile {
    display: inline-block;
  }
}
@media screen and (max-width: 650px) {
  html #site-header {
    padding-top: 1.2rem;
    /*.hotelax-logo{
        width:9.5rem;
    }*/
  }
  html #site-header .menu-button {
    padding-top: 1.25rem;
    /*svg{
        display:none;
    }*/
  }
  html #site-header .col-right {
    margin-top: 5rem;
  }
  html #site-header .col-right ul {
    margin-bottom: 1rem;
  }
  html #site-header .btn, html #site-header body:not(.product-template-default) .woocommerce-cart-form input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form #site-header input[type=submit], html #site-header body:not(.product-template-default) .woocommerce-billing-fields input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields #site-header input[type=submit], html #site-header body:not(.product-template-default) .woocommerce form input[type=submit], html body:not(.product-template-default) .woocommerce form #site-header input[type=submit], html #site-header body:not(.product-template-default) .woocommerce .woocommerce-message .button, html body:not(.product-template-default) .woocommerce .woocommerce-message #site-header .button, html #site-header .btn-black, html #site-header .btn-gradient, html #site-header .btn-border {
    font-size: 1rem;
    padding: 1rem 3.5vw 0.9rem;
  }
  html #site-header .btn-icon-pin {
    font-size: 1.1rem;
  }
  html #site-header .link-main-logo span {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  html #site-header .container-large, html #site-header body.cart .woocommerce-lubie, html body.cart #site-header .woocommerce-lubie,
  html #site-header body.panier .woocommerce-lubie,
  html body.panier #site-header .woocommerce-lubie {
    padding-left: 10px;
    padding-right: 10px;
  }
  html #site-header .link-tel-mobile {
    top: -0.35rem;
  }
  html #site-header .menu-button {
    padding-right: 0.5rem;
  }
  html #site-header .menu-button svg {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0;
    display: none;
  }
  html #site-header .menu-button .menu-txt-btn {
    font-size: 1.25rem;
    padding-left: 1.25rem;
  }
  html #site-header .menu-button:before, html #site-header .menu-button:after {
    display: none;
  }
  html #site-header .col-right ul li.cart {
    margin-top: -2rem;
  }
}
@media screen and (max-width: 340px) {
  html #site-header .link-tel-mobile {
    margin-left: 0.25rem;
  }
}
html.no-mobile #site-header.scrollmagic-toggle-class {
  opacity: 0;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
}
html.no-mobile #site-header.scrollmagic-toggle-class.scrollmagic-active {
  opacity: 1;
}
html.no-mobile #site-header .menu-button:hover:after {
  height: 100%;
}
html.no-mobile #site-header .col-right ul li a:hover:before {
  width: calc(100% - 1rem);
}
html #main-menu {
  width: 100%;
}
html #main-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
  padding: 0;
}
html #main-menu ul li {
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  padding: 0rem 2rem;
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #0e483d;
}
html #main-menu ul li:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 0px;
  height: 60%;
  width: 1px;
  background: #e5e5e5;
}
html #main-menu ul li:first-child:after {
  display: none;
}
html #main-menu ul li a {
  display: block;
  position: relative;
  padding: 2rem 0rem;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html #main-menu ul li a:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 3px;
  width: 0;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #00b18f;
}
html #main-menu ul li.current-menu-item > a:before, html #main-menu ul li.active > a:before {
  width: 100%;
  left: 0;
}
html #main-menu ul li .sub-menu {
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  left: 0px;
  min-width: 32rem;
}
html #main-menu ul li .sub-menu li {
  text-align: left;
}
html #main-menu ul li .sub-menu li:after {
  content: initial;
}
html #main-menu ul li:last-child .sub-menu {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1200px) {
  html #main-menu ul li {
    letter-spacing: 2px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1050px) {
  html #main-menu ul li {
    letter-spacing: 1px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 950px) {
  html #main-menu ul li {
    letter-spacing: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 850px) {
  html #main-menu ul li {
    letter-spacing: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
html.no-mobile #main-menu li a:hover {
  color: #00b18f;
}
html.no-mobile #main-menu li a:hover:before {
  width: 100%;
  left: 0;
}
html #mobile-menu-container {
  position: fixed;
  left: 0;
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  top: 0;
  width: 70rem;
  max-width: 100%;
  height: 100%;
  padding: 14rem calc(3vw + 6.5rem) 3rem 4vw;
  overflow: auto;
  background-color: #fff;
  z-index: 9999999;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html #mobile-menu-container.active {
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
html #mobile-menu-container .cart-icon-no {
  position: absolute;
  right: 3.7vw;
  top: 4rem;
}
html #mobile-menu-container .vertical-content {
  position: absolute;
  top: 14rem;
  right: 3vw;
  text-align: center;
}
html #mobile-menu-container .vertical-content .vertical-text {
  margin-left: 0.2rem;
  margin-top: 4rem;
  color: #00b18f;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 3px;
  text-transform: uppercase;
}
html #mobile-menu-container .vertical-content .social-network {
  display: block;
}
html #mobile-menu-container .vertical-content .social-network li {
  display: block;
  float: none;
  margin-bottom: 1.5rem;
}
html #mobile-menu-container .langbox {
  text-transform: uppercase;
  margin-bottom: 14rem;
  color: #00b18f;
  display: block;
}
html #mobile-menu-container .langbox li {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  padding: 0;
  text-align: center;
  margin-bottom: 1.2rem;
}
html #mobile-menu-container .langbox li a {
  border-bottom: 1px solid #cccfd3;
  display: inline-block;
  color: #00b18f;
  padding-bottom: 1.2rem;
  text-decoration: none;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html #mobile-menu-container .langbox li a.active {
  cursor: default;
  color: #121f33;
  border-color: #0e483d;
}
html #mobile-menu-container .social-network li svg {
  fill: #00b18f;
}
html #mobile-menu-container .menu-button-close {
  position: absolute;
  left: 4vw;
  top: 0;
  padding-top: 4.2rem;
  display: inline-block;
  cursor: pointer;
}
html #mobile-menu-container .menu-button-close:before, html #mobile-menu-container .menu-button-close:after {
  content: " ";
  position: absolute;
  left: 4.8rem;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(14, 72, 61, 0.15);
}
html #mobile-menu-container .menu-button-close:after {
  height: 0;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html #mobile-menu-container .menu-button-close svg {
  margin-right: 3rem;
  float: left;
  fill: #0e483d;
}
html #mobile-menu-container .menu-button-close .menu-txt-btn {
  color: #0e483d;
  margin-top: 0.6rem;
  padding-bottom: 1.2rem;
  float: left;
  padding-left: 1.8rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 750px) {
  html #mobile-menu-container {
    padding-left: 6vw;
    /*.vertical-content{
        right:4vw;
    }*/
  }
  html #mobile-menu-container .menu-button-close {
    left: 6vw;
  }
}
html.no-mobile #mobile-menu-container .menu-button-close:hover:after {
  height: 100%;
  background-color: #0e483d;
}
html.no-mobile #mobile-menu-container .social-network li a:hover svg {
  fill: #0e483d;
}
html.touchevents #mobile-menu-container .vertical-content .vertical-text {
  display: none;
}
html #mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html #mobile-menu ul li {
  display: block;
  margin-bottom: 1.8rem;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: none;
  color: #00b18f;
}
html #mobile-menu ul li.spacer {
  margin-bottom: 0rem;
}
html #mobile-menu ul li a {
  position: relative;
  display: inline-block;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  left: 0;
}
html #mobile-menu ul li a:after {
  content: " ";
  position: absolute;
  left: -5rem;
  top: 50%;
  height: 1px;
  width: 0px;
  background: #cad9ee;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html #mobile-menu ul li.current-menu-item a, html #mobile-menu ul li.active a {
  color: #0e483d;
}
html #mobile-menu ul li.small {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  color: #0e483d;
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
html #mobile-menu ul li.small a {
  position: static;
}
html #mobile-menu ul li.small a:before, html #mobile-menu ul li.small a:after {
  content: " ";
  position: absolute;
  left: -3rem;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(14, 72, 61, 0.15);
}
html #mobile-menu ul li.small a:after {
  height: 0;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #0e483d;
}
html #mobile-menu ul li.small.current-menu-item a, html #mobile-menu ul li.small.active a {
  padding-left: 0;
}
html #mobile-menu ul li.small.current-menu-item a:after, html #mobile-menu ul li.small.active a:after {
  height: 100%;
  width: 1px;
}
html #mobile-menu ul li .sub-menu {
  margin-left: 3rem;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  html #mobile-menu ul li.small a:before {
    left: -2rem;
  }
}
@media screen and (max-width: 650px) {
  html #mobile-menu ul li {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 550px) {
  html #mobile-menu ul li {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 450px) {
  html #mobile-menu ul li {
    font-size: 1.9rem;
  }
  html #mobile-menu ul li.small a:before {
    left: -1.25rem;
  }
}
html #mobile-menu-container .langbox li a:hover {
  border-color: #0e483d;
}
html.no-mobile #mobile-menu li a:hover {
  padding-left: 30px;
  color: #0e483d;
}
html.no-mobile #mobile-menu li a:hover:after {
  width: 6rem;
}
html.no-mobile #mobile-menu li.small a:hover {
  padding-left: 0;
}
html.no-mobile #mobile-menu li.small a:hover:after {
  height: 100%;
  width: 1px;
}
html .content-blur-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  cursor: pointer;
  z-index: 9999998;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .content-blur-menu.active {
  display: block;
}
html.no-mobile .content-blur-menu:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
html .cart-icon-no {
  color: #fff;
  padding-left: 3.5rem !important;
  position: relative;
  display: inline-block;
}
html .cart-icon-no span {
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  background-color: #00b18f;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  padding-top: 0.65rem;
  letter-spacing: 0 !important;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: uppercase;
}
html .cart-icon-no svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.3rem;
  height: 2.1rem;
  fill: #00b18f;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html.no-mobile .cart-icon-no:hover span {
  background-color: #0e483d;
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
html.no-mobile .cart-icon-no:hover svg {
  fill: #0e483d;
}
html .content-back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 5.5rem;
  height: 5.5rem;
  background-color: #0e483d;
  z-index: 9999999;
  display: none;
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
html .content-back-to-top:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #00b18f;
  z-index: -1;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .content-back-to-top svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  fill: #fff;
}
html.no-mobile .content-back-to-top:hover:before {
  width: 100%;
}
html #main-footer {
  border-top: 1px solid rgba(14, 72, 61, 0.15);
  background-color: #fff;
}
html #main-footer h3 {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
html #main-footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html #main-footer .row .col.col-center {
  border-left: 1px solid rgba(14, 72, 61, 0.15);
  border-right: 1px solid rgba(14, 72, 61, 0.15);
}
html #main-footer .row .col:last-child {
  border-right: none;
}
html #main-footer ul.social-network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html #main-footer ul.social-network li {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
html #main-footer ul.social-network li:first-child {
  padding-left: 0rem;
}
html #main-footer ul.social-network li svg {
  fill: #0e483d;
}
html #main-footer #footer-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html #main-footer #footer-partners li {
  padding: 0rem 2rem;
  /*width:33.333333%;*/
  display: inline-block;
  text-align: center;
}
html #main-footer #footer-partners li:first-child {
  padding-left: 0;
}
html #main-footer #footer-partners img {
  /*            width:100%;
              max-width:10rem;
              max-height:5rem;*/
}
html #main-footer .footer-phone span, html #main-footer .footer-phone a {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.15em;
  text-transform: none;
  color: #0e483d;
  display: inline-block;
  margin-top: 1.5rem;
}
html #main-footer .footer-address {
  margin-top: 1.5rem;
  padding-bottom: 2rem;
}
html #main-footer .footer-col {
  padding: 3rem 4rem 2rem;
  color: #0e483d;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
html #main-footer .col-logo {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 0;
}
html #main-footer .col-logo li {
  margin-bottom: 3rem;
}
html #main-footer .col-logo .footer-col {
  padding-top: 1.5rem;
}
html #main-footer .big-col-right {
  padding: 3rem 3vw;
  border-left: 1px solid #d9e4f3;
  text-align: center;
}
html #main-footer .list-price {
  display: block;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html #main-footer .list-price:after {
  content: " ";
  display: block;
  clear: both;
}
html #main-footer .list-price li {
  float: left;
  display: inline-block;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem;
}
html #main-footer .list-price li img {
  /*max-width:7rem;*/
  /*min-height:8rem;*/
  /*width:100%;*/
}
html #main-footer .col.col-social {
  border-right: none;
}
html #main-footer .row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html #main-footer .row-flex .col {
  border-right: 1px solid rgba(14, 72, 61, 0.15);
}
html #main-footer hr {
  border: none;
  margin: 0;
  width: 100%;
  height: 1px;
  background: rgba(14, 72, 61, 0.15);
}
html #main-footer .btn-arrow-right, html #main-footer .btn-arrow-left, html #main-footer .btn-arrow-bottom {
  margin-top: 0.4rem;
  font-size: 1.3rem;
}
html #main-footer .legal-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0e483d;
  padding: 1.2rem;
}
html #main-footer .legal-links a {
  font-size: 1.5rem;
  color: white;
}
@media screen and (max-width: 1440px) {
  html #main-footer .footer-col {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  html #main-footer ul.social-network li {
    padding-left: 0.75vw;
    padding-right: 0.75vw;
  }
}
@media screen and (max-width: 1200px) {
  html #main-footer .col-logo {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  html #main-footer .content-container-c {
    padding-left: 0;
    padding-right: 0;
  }
  html #main-footer .content-container-c .row .col {
    border: none;
  }
  html #main-footer .content-container-c .row .col:nth-child(1), html #main-footer .content-container-c .row .col:nth-child(2) {
    border-bottom: 1px solid rgba(14, 72, 61, 0.15);
  }
  html #main-footer .content-container-c .row .col:nth-child(1), html #main-footer .content-container-c .row .col:nth-child(3) {
    border-right: 1px solid rgba(14, 72, 61, 0.15);
  }
}
@media screen and (max-width: 992px) {
  html #main-footer #footer-partners {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  html #main-footer .row {
    padding-top: 2rem;
  }
  html #main-footer .row .col {
    border-right: none;
    text-align: center;
  }
  html #main-footer .footer-col {
    margin-top: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  html #main-footer .col.col-logo {
    margin-top: 2rem;
  }
  html #main-footer .col.col-logo:before {
    width: calc(100% + 40px);
  }
  html #main-footer a.footer-phone, html #main-footer .footer-address {
    margin-top: 0;
  }
  html #main-footer ul.social-network {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  html #main-footer .row .col.col-center {
    border-left: none;
    border-right: none;
  }
  html #main-footer .big-col-right {
    border-left: none;
    position: relative;
  }
  html #main-footer .big-col-right:before {
    content: " ";
    position: absolute;
    left: -20px;
    top: 0;
    width: calc(100% + 40px);
    height: 1px;
    background-color: #d9e4f3;
  }
  html #main-footer .footer-phone span, html #main-footer .footer-phone a {
    margin-top: 0;
  }
  html #main-footer .content-container-c .row {
    padding-top: 0;
  }
  html #main-footer .content-container-c .row .col {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-right: none;
    border-bottom: 1px solid rgba(14, 72, 61, 0.15);
  }
  html #main-footer .content-container-c .footer-address {
    padding-bottom: 0;
  }
  html #main-footer ul.social-network li {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 992px) {
  html #main-footer.text-left {
    text-align: left;
  }
}
@media screen and (max-width: 450px) {
  html #main-footer h3 {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  html #main-footer .row .col.col-sm-8:not(.col-logo) {
    width: calc(33.33333% - 1px);
  }
  html #main-footer .big-col-right {
    width: calc(33.33333% - 1px);
  }
}
@media screen and (min-width: 767px) {
  html #main-footer .row .big-col.col-sm-8 {
    width: calc(33.33333% - 1px);
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  html #main-footer .col-sm-12 {
    width: calc(50% - 1px);
  }
  html #main-footer .col-sm-12:first-child {
    margin-left: -1px;
  }
}
@media screen and (min-width: 1200px) {
  html #main-footer .col-lg-5 {
    width: calc(20.8333333333% - 1px);
  }
}
html.no-mobile #main-footer .scrollmagic-toggle-class {
  opacity: 0;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
html.no-mobile #main-footer .scrollmagic-toggle-class.scrollmagic-active {
  opacity: 1;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
}
html.no-mobile #main-footer .social-network li a:hover svg {
  fill: #0e483d;
}
html .content-form label, html .content-form input:not([type=submit]), html .content-form textarea, html .woocommerce-cart-form label, html .woocommerce-cart-form input:not([type=submit]), html .woocommerce-cart-form textarea {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-transform: none;
}
html .content-form label, html .woocommerce-cart-form label {
  /*color:$placeholder-color;*/
  color: #00b18f;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1.5rem 0.8rem 1.5rem;
  text-align: left;
  text-transform: uppercase !important;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .content-form input:not([type=submit]), html .content-form textarea, html .woocommerce-cart-form input:not([type=submit]), html .woocommerce-cart-form textarea {
  border: none;
  background-color: transparent;
}
html .content-form input:not([type=submit]), html .content-form textarea, html .woocommerce-cart-form input:not([type=submit]), html .woocommerce-cart-form textarea {
  font-family: Montserrat, sans-serif;
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
  padding: 1.5rem 0.8rem 1.5rem;
  display: inline-block;
  color: #a4a4a4;
  border-radius: 0;
  background-clip: padding-box;
  /*@include transition();*/
  outline: 0;
}
html .content-form input[type=submit], html .woocommerce-cart-form input[type=submit] {
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
}
html .content-form input.input-arrow, html .woocommerce-cart-form input.input-arrow {
  background-color: transparent;
  border-left: none;
  border-top: none;
  border-right: none;
  background-image: url(../images/hotelax-arrow-input.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 23px 16px;
  width: 100%;
  border-radius: 0;
  background-clip: padding-box;
}
html .content-form .over-input, html .woocommerce-cart-form .over-input {
  position: relative;
}
html .content-form .over-input label, html .woocommerce-cart-form .over-input label {
  font-size: 1.1rem;
}
html .content-form .over-input:before, html .woocommerce-cart-form .over-input:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #00b18f;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
}
html .content-form .over-input.active label, html .woocommerce-cart-form .over-input.active label {
  color: #00b18f;
}
html .content-form .over-input.active:before, html .woocommerce-cart-form .over-input.active:before {
  width: 100%;
}
html .content-form .over-input.active ::-webkit-input-placeholder, html .woocommerce-cart-form .over-input.active ::-webkit-input-placeholder {
  color: rgba(14, 72, 61, 0.5);
}
html .content-form .over-input.active ::-moz-placeholder, html .woocommerce-cart-form .over-input.active ::-moz-placeholder {
  color: rgba(14, 72, 61, 0.5);
}
html .content-form .over-input.active :-ms-input-placeholder, html .woocommerce-cart-form .over-input.active :-ms-input-placeholder {
  color: rgba(14, 72, 61, 0.5);
}
html .content-form .over-input.active :-moz-placeholder, html .woocommerce-cart-form .over-input.active :-moz-placeholder {
  color: rgba(14, 72, 61, 0.5);
}
html .content-form .over-input.active label, html .content-form .over-input.not-empty label, html .woocommerce-cart-form .over-input.active label, html .woocommerce-cart-form .over-input.not-empty label {
  top: -2.1rem;
  padding-bottom: 0;
  font-size: 1rem;
}
html .content-form .over-input.textarea:before, html .woocommerce-cart-form .over-input.textarea:before {
  bottom: 3px;
}
html .content-form ::-webkit-input-placeholder, html .woocommerce-cart-form ::-webkit-input-placeholder {
  color: transparent;
  text-transform: uppercase;
}
html .content-form ::-moz-placeholder, html .woocommerce-cart-form ::-moz-placeholder {
  color: transparent;
  text-transform: uppercase;
}
html .content-form :-ms-input-placeholder, html .woocommerce-cart-form :-ms-input-placeholder {
  color: transparent;
  text-transform: uppercase;
}
html .content-form :-moz-placeholder, html .woocommerce-cart-form :-moz-placeholder {
  color: transparent;
  text-transform: uppercase;
}
html .content-form .wpcf7-mail-sent-ok, html .content-form .wpcf7-validation-errors, html .woocommerce-cart-form .wpcf7-mail-sent-ok, html .woocommerce-cart-form .wpcf7-validation-errors {
  display: inline-block;
  padding: 1.5rem 2rem;
  margin: 0;
  margin-left: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: none;
}
html .content-form .wpcf7-form-control-wrap, html .woocommerce-cart-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
html .content-form .wpcf7-not-valid-tip, html .woocommerce-cart-form .wpcf7-not-valid-tip {
  position: relative;
  color: #ff0042;
  position: absolute;
  top: calc(100% - 2px);
  padding-top: 1.25rem;
  padding-left: 3.4rem;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url(../images/hotelax-icon-info.svg);
  background-size: 1.8rem 1.8rem;
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
}
html .content-form .wpcf7-not-valid-tip:before, html .woocommerce-cart-form .wpcf7-not-valid-tip:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #ff4c4c;
}
html .content-form.smaller-form input:not([type=submit]), html .content-form.smaller-form textarea, html .content-form.smaller-form label, html .woocommerce-cart-form.smaller-form input:not([type=submit]), html .woocommerce-cart-form.smaller-form textarea, html .woocommerce-cart-form.smaller-form label {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-transform: none;
}
html .content-form.blue-form input, html .woocommerce-cart-form.blue-form input {
  border-bottom: 1px solid rgba(14, 72, 61, 0.5);
}
html .content-form.blue-form .over-input:before, html .woocommerce-cart-form.blue-form .over-input:before {
  background-color: #0e483d;
}
html .content-form.blue-form label, html .woocommerce-cart-form.blue-form label {
  color: #0e483d;
}
html .content-form.blue-form ::-webkit-input-placeholder, html .woocommerce-cart-form.blue-form ::-webkit-input-placeholder {
  color: rgba(14, 72, 61, 0.5);
}
html .content-form.blue-form ::-moz-placeholder, html .woocommerce-cart-form.blue-form ::-moz-placeholder {
  color: rgba(14, 72, 61, 0.5);
}
html .content-form.blue-form :-ms-input-placeholder, html .woocommerce-cart-form.blue-form :-ms-input-placeholder {
  color: rgba(14, 72, 61, 0.5);
}
html .content-form.blue-form :-moz-placeholder, html .woocommerce-cart-form.blue-form :-moz-placeholder {
  color: rgba(14, 72, 61, 0.5);
}
@media screen and (max-width: 992px) {
  html .content-form label, html .content-form input:not([type=submit]), html .content-form textarea, html .woocommerce-cart-form label, html .woocommerce-cart-form input:not([type=submit]), html .woocommerce-cart-form textarea {
    font-size: 1.4rem;
  }
  html .content-form.smaller-form input:not([type=submit]), html .content-form.smaller-form textarea, html .content-form.smaller-form label, html .woocommerce-cart-form.smaller-form input:not([type=submit]), html .woocommerce-cart-form.smaller-form textarea, html .woocommerce-cart-form.smaller-form label {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 650px) {
  html .content-form label, html .content-form input:not([type=submit]), html .content-form textarea, html .woocommerce-cart-form label, html .woocommerce-cart-form input:not([type=submit]), html .woocommerce-cart-form textarea {
    font-size: 1.3rem;
  }
  html .content-form.smaller-form input:not([type=submit]), html .content-form.smaller-form textarea, html .content-form.smaller-form label, html .woocommerce-cart-form.smaller-form input:not([type=submit]), html .woocommerce-cart-form.smaller-form textarea, html .woocommerce-cart-form.smaller-form label {
    font-size: 1.1rem;
  }
}
html.touchevents .content-form .over-input:before {
  bottom: 1px;
}
html.touchevents .content-form .over-input.textarea:before {
  bottom: 3px;
}
html.internet-explorer .content-form .over-input.textarea:before {
  bottom: 0;
}
html.mobile .content-form select, html.mobile .woocommerce select {
  width: 100%;
  height: 3.5rem;
  font-size: 1.6rem;
  background: #fff;
  border-color: #00b18f;
}
html.mobile .woocommerce select {
  margin-top: 1rem;
}
html .layout-simple {
  padding-top: 6rem;
  padding-bottom: 8rem;
  position: relative;
}
html .layout-simple:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 18rem;
  width: 100%;
  height: calc(100% - 18rem);
  background-color: #f0f0f0;
  z-index: -1;
}
html .layout-simple.bg-image {
  background-clip: padding-box;
  background-color: initial;
  background-image: url("../images/hotelax-homepage-background-image.jpg");
}
html .layout-simple.no-offset-bg {
  color: #fff;
  background-color: #f0f0f0;
}
html .layout-simple.no-offset-bg:before {
  top: 0;
  height: 100%;
}
html .layout-simple.no-offset-bg h3 {
  font-weight: 300;
  font-style: italic;
}
html .layout-simple .container-text-center {
  padding-top: 9vw;
  padding-bottom: 9vw;
}
@media screen and (max-width: 1024px) {
  html .layout-simple {
    padding-top: 4.5rem;
    padding-bottom: 5.5rem;
  }
}
@media screen and (max-width: 650px) {
  html .layout-simple {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
html .layout-simple .container-image-text-inline-2 {
  padding-top: 0;
}
html .container-banner-cta-overlap + .layout-simple {
  padding-top: 0;
}
html .tag-circle {
  position: absolute;
  left: -1rem;
  top: -1rem;
  z-index: 99;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transform: translateX(-35%) translateY(-25%);
  -o-transform: translateX(-35%) translateY(-25%);
  transform: translateX(-35%) translateY(-25%);
  background-color: #0e483d;
  width: 9.4rem;
  height: 9.4rem;
}
html .tag-circle:before {
  content: " ";
  position: absolute;
  width: 8.2rem;
  height: 8.2rem;
  left: 0.5rem;
  top: 0.5rem;
  border-radius: 50%;
  background-clip: padding-box;
  border: 1px solid #fff;
}
html .tag-circle ul {
  margin-top: 0.3rem;
  margin-bottom: 0 !important;
}
html .tag-circle .inner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-44%);
  -o-transform: translateX(-50%) translateY(-44%);
  transform: translateX(-50%) translateY(-44%);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin-left: 0.2rem;
  width: 80%;
  max-height: 80%;
}
html .tag-circle .inner-text span {
  display: block;
}
html .tag-circle .inner-text span strong {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: -0.2rem;
}
html .tag-circle .inner-text span strong sup {
  font-size: 60%;
  position: relative;
  top: 0.1rem;
  font-weight: 400;
}
html .tag-circle.rabais {
  /*background-color:$accent-color;*/
  background-color: #000;
}
html .tag-circle.coup-coeur {
  background-color: #00b18f;
}
@media screen and (max-width: 1420px) {
  html .tag-circle {
    left: 2rem;
  }
}
html .content-arrow-down {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
html .content-guide {
  margin-top: 5rem;
  text-align: center;
}
html .content-guide .text-c {
  color: #00b18f;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.4rem;
}
html .content-guide svg {
  fill: #00b18f;
}
html.no-mobile .content-guide.scrollmagic-toggle-class {
  opacity: 0;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
html.no-mobile .content-guide.scrollmagic-toggle-class.scrollmagic-active {
  opacity: 1;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
}
html .bubble-quote {
  display: block;
  width: 7.3rem;
  height: 7.3rem;
  border: 1px solid #00b18f;
  background: #00b18f;
  position: relative;
}
html .bubble-quote svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  fill: #fff;
}
html .small-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: block;
}
html .headline-text {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px) {
  html .small-text {
    font-size: 1.4rem;
    letter-spacing: 3px;
  }
  html .headline-text {
    letter-spacing: 2px;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 650px) {
  html .small-text {
    font-size: 1.3rem;
    letter-spacing: 2px;
  }
  html .headline-text {
    letter-spacing: 1px;
    font-size: 1.2rem;
    margin-bottom: 1.8rem;
  }
}
html .text-desc {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
  color: #0e483d;
}
html .text-amount, html .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  text-transform: none;
  color: #00b18f;
  display: block;
}
html .text-amount strong, html .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount strong {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0;
  text-transform: none;
}
html .text-amount sup, html .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount sup {
  font-size: 54%;
  position: relative;
  top: 0.3rem;
  text-decoration: none;
}
html .text-amount span.text, html .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount span.text {
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0;
  text-transform: none;
  display: block;
  color: #0e483d;
}
html .text-amount span.l-t, html .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount span.l-t {
  text-decoration: line-through;
}
@media screen and (max-width: 1024px) {
  html .text-amount strong, html .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount strong {
    font-size: 3.2rem;
  }
  html .text-amount span.text, html .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount span.text {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 992px) {
  html .text-amount, html .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 850px) {
  html .text-amount, html .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount {
    font-size: 1.8rem;
  }
  html .text-amount strong, html .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount strong {
    font-size: 2.8rem;
  }
  html .text-amount span, html .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount span {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 650px) {
  html .text-amount span.text sup, html .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount span.text sup {
    top: 0.4rem;
  }
}
html .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
html .sm-animation-bwhite-to-left, html .sm-animation-bwhite-to-right {
  position: relative;
}
html .sm-animation-bwhite-to-left:before, html .sm-animation-bwhite-to-right:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-color:$bg-color-container;*/
  background-color: #fff;
  z-index: 99;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
html .sm-animation-bwhite-to-left.sm-animation-bwhite-to-left-active:before, html .sm-animation-bwhite-to-left.sm-animation-bwhite-to-right-active:before, html .sm-animation-bwhite-to-right.sm-animation-bwhite-to-left-active:before, html .sm-animation-bwhite-to-right.sm-animation-bwhite-to-right-active:before {
  width: 0;
}
html .sm-animation-bwhite-to-right:before {
  left: auto;
  right: 0;
}
html .layout-simple .sm-animation-bwhite-to-right:before, html .layout-simple .sm-animation-bwhite-to-left:before {
  background-color: #f0f0f0;
}
html .sticky-wrapper {
  position: relative;
  z-index: 100000;
}
html .container-banner-common:has(.video-wrapper) {
  aspect-ratio: 16/9;
}
html .container-banner-common,
html .container-banner-homepage {
  color: #fff;
  position: relative;
  padding-top: 11rem;
  padding-bottom: 13.5rem;
  text-align: center;
  z-index: 9;
  -ms-flex-line-pack: center;
      align-content: center;
  /*overflow:hidden;*/
}
html .container-banner-common:before,
html .container-banner-homepage:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: -1;
  background: rgba(0, 0, 0, 0.45);
  /*background: #1e5799;
  background: -moz-linear-gradient(-45deg, #1e5799 0%, #011025 100%);
  background: -webkit-linear-gradient(-45deg, #1e5799 0%,#011025 100%);
  background: linear-gradient(135deg, #1e5799 0%,#011025 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#011025',GradientType=1 );*/
  /*@include transition(3s);*/
}
html .container-banner-common.margin-bottom-c,
html .container-banner-homepage.margin-bottom-c {
  position: relative;
  z-index: 99999;
}
html .container-banner-common .title-banner,
html .container-banner-homepage .title-banner {
  font-size: 7.4rem;
  font-weight: 600;
  line-height: 1.15em;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  margin-bottom: 4rem;
  display: block;
}
html .container-banner-common .small-text,
html .container-banner-homepage .small-text {
  margin-bottom: 2.4rem;
  font-weight: 300;
}
html .container-banner-common .first-content,
html .container-banner-homepage .first-content {
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .container-banner-common .text-stroke,
html .container-banner-homepage .text-stroke {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
html .container-banner-common .text-stroke span,
html .container-banner-homepage .text-stroke span {
  display: inline-block;
  padding-top: 2rem;
  border-top: 1px solid #fff;
}
html .container-banner-common .text-stroke strong,
html .container-banner-homepage .text-stroke strong {
  color: #00b18f;
  font-weight: 300;
}
html .container-banner-common .content-btn-bottom,
html .container-banner-homepage .content-btn-bottom {
  position: absolute;
  width: 94%;
  left: 50%;
  bottom: -1.5rem;
  -webkit-transform: translateX(-50%) translateY(50%);
  -o-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}
html .container-banner-common .content-btn-bottom br,
html .container-banner-homepage .content-btn-bottom br {
  display: none;
}
html .container-banner-common .content-btn-bottom .btn-black,
html .container-banner-homepage .content-btn-bottom .btn-black {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
  position: relative;
  margin-bottom: 3rem;
}
html .container-banner-common .content-btn-bottom .btn-black:before,
html .container-banner-homepage .content-btn-bottom .btn-black:before {
  content: " ";
  position: absolute;
  left: -1.8rem;
  top: -1.8rem;
  width: calc(100% + 3.6rem);
  height: calc(100% + 3.6rem);
  background-color: #fff;
  z-index: -1;
}
html .container-banner-common .container-takeover,
html .container-banner-homepage .container-takeover {
  display: none;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
html .container-banner-common .container-takeover .title-banner,
html .container-banner-homepage .container-takeover .title-banner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
html .container-banner-common .container-takeover .small-text,
html .container-banner-homepage .container-takeover .small-text {
  font-size: 1.2rem;
  letter-spacing: 3px;
}
html .container-banner-common .container-takeover .small-text.change-c,
html .container-banner-homepage .container-takeover .small-text.change-c {
  opacity: 0.5;
  font-weight: 300;
  letter-spacing: 2px;
}
html .container-banner-common .container-takeover .list-type .small-text,
html .container-banner-homepage .container-takeover .list-type .small-text {
  margin-bottom: 1.5rem;
}
html .container-banner-common .content-arrow-down,
html .container-banner-homepage .content-arrow-down {
  position: absolute;
  bottom: -4px;
  left: 50%;
  line-height: 0;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
html .container-banner-common .content-arrow-down img,
html .container-banner-homepage .content-arrow-down img {
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation: animationScale 5s ease-in-out 0s infinite alternate;
       -o-animation: animationScale 5s ease-in-out 0s infinite alternate;
          animation: animationScale 5s ease-in-out 0s infinite alternate;
  opacity: 1;
  width: 27.4rem;
  /*height:4.3rem;*/
  height: auto;
}
html .container-banner-common.takeover-active:before,
html .container-banner-homepage.takeover-active:before {
  opacity: 0.85 !important;
}
html .container-banner-common.takeover-active .container-takeover,
html .container-banner-homepage.takeover-active .container-takeover {
  display: block;
}
html .container-banner-common.takeover-active .first-content,
html .container-banner-homepage.takeover-active .first-content {
  opacity: 0;
}
html .container-banner-common.second-style .small-text,
html .container-banner-homepage.second-style .small-text {
  margin-bottom: 1.1rem;
}
html .container-banner-common.variant-double-col,
html .container-banner-homepage.variant-double-col {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
html .container-banner-common.variant-double-col .small-text,
html .container-banner-homepage.variant-double-col .small-text {
  font-size: 1.2rem;
}
html .container-banner-common.variant-double-col .title-banner,
html .container-banner-homepage.variant-double-col .title-banner {
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 4px;
  text-transform: none;
  margin-bottom: 4.6rem;
  padding-right: 14%;
}
html .container-banner-common.variant-double-col .title-banner + .small-text,
html .container-banner-homepage.variant-double-col .title-banner + .small-text {
  font-size: 1.1rem;
}
html .container-banner-common.variant-double-col .col-right,
html .container-banner-homepage.variant-double-col .col-right {
  text-align: center;
}
html .container-banner-common.variant-double-col .content-btn,
html .container-banner-homepage.variant-double-col .content-btn {
  padding-top: 3rem;
}
html .container-banner-common.variant-double-col .row,
html .container-banner-homepage.variant-double-col .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html .container-banner-common.variant-double-col .row .col,
html .container-banner-homepage.variant-double-col .row .col {
  padding: 11vw 5rem;
  position: relative;
  z-index: 9;
}
html .container-banner-common.variant-double-col .content-bg-image,
html .container-banner-homepage.variant-double-col .content-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
html .container-banner-common.variant-banner-overlap,
html .container-banner-homepage.variant-banner-overlap {
  padding-bottom: 24.5rem;
}
html .container-banner-common.variant-banner-overlap .small-text,
html .container-banner-homepage.variant-banner-overlap .small-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 6px;
  text-transform: uppercase;
}
html .container-banner-common.variant-banner-overlap .title-banner + .small-text,
html .container-banner-homepage.variant-banner-overlap .title-banner + .small-text {
  display: none;
}
@media screen and (min-width: 1460px) {
  html .container-banner-common.variant-double-col .row .col,
  html .container-banner-homepage.variant-double-col .row .col {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 1440px) {
  html .container-banner-common .title-banner,
  html .container-banner-homepage .title-banner {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 1150px) {
  html .container-banner-common .title-banner,
  html .container-banner-homepage .title-banner {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 1100px) {
  html .container-banner-common .container-takeover .small-text,
  html .container-banner-homepage .container-takeover .small-text {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1050px) {
  html .container-banner-common .container-takeover .title-banner,
  html .container-banner-homepage .container-takeover .title-banner {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  html .container-banner-common.variant-banner-overlap,
  html .container-banner-homepage.variant-banner-overlap {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 900px) {
  html .container-banner-common,
  html .container-banner-homepage {
    padding-top: 8rem;
    padding-bottom: 12.5rem;
  }
  html .container-banner-common .title-banner,
  html .container-banner-homepage .title-banner {
    font-size: 5rem;
    margin-bottom: 4.4rem;
  }
  html .container-banner-common .text-stroke,
  html .container-banner-homepage .text-stroke {
    font-size: 1.7rem;
  }
  html .container-banner-common .small-text,
  html .container-banner-homepage .small-text {
    margin-bottom: 3.6rem;
  }
  html .container-banner-common .container-takeover .small-text,
  html .container-banner-homepage .container-takeover .small-text {
    letter-spacing: 1px;
    font-size: 1.1rem;
  }
  html .container-banner-common .container-takeover .title-banner,
  html .container-banner-homepage .container-takeover .title-banner {
    font-size: 4.4rem;
  }
  html .container-banner-common.variant-banner-overlap,
  html .container-banner-homepage.variant-banner-overlap {
    padding-bottom: 3rem;
  }
  html .container-banner-common.variant-banner-overlap .small-text,
  html .container-banner-homepage.variant-banner-overlap .small-text {
    font-size: 1.4rem;
    letter-spacing: 4px;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  html .container-banner-common.variant-double-col .row,
  html .container-banner-homepage.variant-double-col .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  html .container-banner-common,
  html .container-banner-homepage {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
  html .container-banner-common .content-btn-bottom .btn-black,
  html .container-banner-homepage .content-btn-bottom .btn-black {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  html .container-banner-common .content-btn-bottom .btn-black:before,
  html .container-banner-homepage .content-btn-bottom .btn-black:before {
    top: -1.5rem;
    left: -1.5rem;
    width: calc(100% + 3rem);
    height: calc(100% + 3rem);
  }
  html .container-banner-common .first-content,
  html .container-banner-homepage .first-content {
    display: none;
  }
  html .container-banner-common .container-takeover,
  html .container-banner-homepage .container-takeover {
    display: block;
    opacity: 1;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  html .container-banner-common.variant-banner-overlap,
  html .container-banner-homepage.variant-banner-overlap {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 650px) {
  html .container-banner-common,
  html .container-banner-homepage {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
  html .container-banner-common .title-banner,
  html .container-banner-homepage .title-banner {
    font-size: 4.2rem;
    margin-bottom: 3.8rem;
  }
  html .container-banner-common .small-text,
  html .container-banner-homepage .small-text {
    margin-bottom: 3.2rem;
  }
  html .container-banner-common .text-stroke,
  html .container-banner-homepage .text-stroke {
    font-size: 1.6rem;
  }
  html .container-banner-common .text-stroke span,
  html .container-banner-homepage .text-stroke span {
    padding-top: 1.8rem;
  }
  html .container-banner-common .container-takeover .title-banner,
  html .container-banner-homepage .container-takeover .title-banner {
    font-size: 3.8rem;
  }
  html .container-banner-common .content-btn-bottom,
  html .container-banner-homepage .content-btn-bottom {
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100% - 2rem);
  }
  html .container-banner-common .content-btn-bottom br,
  html .container-banner-homepage .content-btn-bottom br {
    display: block;
  }
  html .container-banner-common.margin-bottom-c,
  html .container-banner-homepage.margin-bottom-c {
    margin-bottom: 12rem;
    padding-bottom: 10rem;
  }
  html .container-banner-common.variant-double-col .small-text,
  html .container-banner-homepage.variant-double-col .small-text {
    margin-bottom: 2.2rem;
  }
  html .container-banner-common.variant-double-col .title-banner,
  html .container-banner-homepage.variant-double-col .title-banner {
    font-size: 3.8rem;
    margin-bottom: 3rem;
  }
  html .container-banner-common.variant-double-col .row .col,
  html .container-banner-homepage.variant-double-col .row .col {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  html .container-banner-common.variant-banner-overlap .small-text,
  html .container-banner-homepage.variant-banner-overlap .small-text {
    margin-bottom: 2.4rem;
    letter-spacing: 2px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 550px) {
  html .container-banner-common .title-banner,
  html .container-banner-homepage .title-banner {
    font-size: 3.4rem;
  }
  html .container-banner-common .container-takeover .title-banner,
  html .container-banner-homepage .container-takeover .title-banner {
    font-size: 3rem;
  }
  html .container-banner-common .text-stroke,
  html .container-banner-homepage .text-stroke {
    font-size: 1.5rem;
  }
  html .container-banner-common .text-stroke span,
  html .container-banner-homepage .text-stroke span {
    padding-top: 1.6rem;
  }
}
@media screen and (max-width: 450px) {
  html .container-banner-common,
  html .container-banner-homepage {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
  html .container-banner-common .title-banner,
  html .container-banner-homepage .title-banner {
    font-size: 2.8rem;
    margin-bottom: 3.2rem;
  }
  html .container-banner-common .small-text,
  html .container-banner-homepage .small-text {
    margin-bottom: 2.6rem;
  }
  html .container-banner-common .text-stroke,
  html .container-banner-homepage .text-stroke {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  html .container-banner-common .text-stroke span,
  html .container-banner-homepage .text-stroke span {
    padding-top: 1.4rem;
  }
  html .container-banner-common .container-takeover .title-banner,
  html .container-banner-homepage .container-takeover .title-banner {
    font-size: 2.6rem;
  }
  html .container-banner-common .container-takeover .list-type li .small-text,
  html .container-banner-homepage .container-takeover .list-type li .small-text {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
  }
  html .container-banner-common.variant-double-col .row .col,
  html .container-banner-homepage.variant-double-col .row .col {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
html.no-mobile .container-banner-common.scrollmagic-toggle-class, html.no-mobile .container-banner-homepage.scrollmagic-toggle-class {
  opacity: 0;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
html.no-mobile .container-banner-common.scrollmagic-toggle-class:before, html.no-mobile .container-banner-homepage.scrollmagic-toggle-class:before {
  opacity: 1;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
html.no-mobile .container-banner-common.scrollmagic-toggle-class.scrollmagic-active, html.no-mobile .container-banner-homepage.scrollmagic-toggle-class.scrollmagic-active {
  opacity: 1;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
}
html.no-mobile .container-banner-common.scrollmagic-toggle-class.scrollmagic-active:before, html.no-mobile .container-banner-homepage.scrollmagic-toggle-class.scrollmagic-active:before {
  opacity: 0.75;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
}
html.mobile .container-banner-homepage:not(.second-style) {
  padding: 0;
}
@media screen and (max-width: 600px) {
  html .container-banner-homepage .container-takeover .small-text.change-c {
    display: none;
  }
}
html.no-mobile .container-banner-common .content-arrow-down:hover img,
html.no-mobile .container-banner-homepage .content-arrow-down:hover img {
  opacity: 0.8;
}
@-webkit-keyframes animationScale {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.92);
    -o-transform: scale(0.92);
    transform: scale(0.92);
  }
}
@-o-keyframes animationScale {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.92);
    -o-transform: scale(0.92);
    transform: scale(0.92);
  }
}
@keyframes animationScale {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.92);
    -o-transform: scale(0.92);
    transform: scale(0.92);
  }
}
html .container-banner-common {
  padding-bottom: 7rem;
}
@media screen and (max-width: 900px) {
  html .container-banner-common {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 750px) {
  html .container-banner-common {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 650px) {
  html .container-banner-common {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  html .container-banner-common {
    padding-bottom: 0.25rem;
  }
}
html .woocommerce-cart .container-banner-common {
  padding: 3rem !important;
}
html .woocommerce-cart .container-banner-common h1 {
  margin-bottom: 0px;
  line-height: 1em;
}
html .woocommerce-cart .container-banner-common span {
  display: none !important;
}
html .container-banner-homepage-mobile {
  color: #fff;
}
html .container-banner-homepage-mobile .text-medium {
  font-size: 3.2vh;
  font-weight: 500;
  line-height: 1.05em;
  letter-spacing: 1px;
  text-transform: none;
  font-style: italic;
  font-family: Montserrat, sans-serif;
  margin-bottom: 2.4vh;
  display: block;
}
html .container-banner-homepage-mobile .text-small {
  font-size: 1.8vh;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}
html .container-banner-homepage-mobile .row {
  /*@include flexbox();
  flex-wrap:wrap;*/
  text-align: center;
}
html .container-banner-homepage-mobile .row .col {
  /*padding-left:3vw;
  padding-right:3vw;
  align-items:center;
  justify-content:center;*/
  height: 30vh;
  position: relative;
  z-index: 9;
}
html .container-banner-homepage-mobile .row .col:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: -1;
}
html .container-banner-homepage-mobile .row .col .content-inner {
  position: absolute;
  left: 50%;
  top: 23%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 92%;
}
@media screen and (max-width: 450px) {
  html .container-banner-homepage-mobile .row .col {
    height: 28vh;
  }
}
html .banner-homepage-mobile {
  display: none;
  text-align: center;
  margin-top: 3rem;
  padding-bottom: 1.5rem;
}
html .banner-homepage-mobile .btn-icon-pin, html .banner-homepage-mobile .link-underscore {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
html .banner-homepage-mobile .content-scroll-to {
  margin-top: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
}
html .banner-homepage-mobile .content-scroll-to svg {
  width: 3.7rem;
  height: 2rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  fill: #00b18f;
}
@media screen and (max-width: 750px) {
  html .banner-homepage-mobile {
    display: block;
  }
}
html .container-banner-small {
  width: 100%;
  /*min-height:calc((100vw * 520) / 1680);*/
  padding-top: 7.4rem;
  padding-bottom: 13.5rem;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 0;
}
html .container-banner-small:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
html .container-banner-small .over-text {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 7px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2.4rem;
}
html .container-banner-small .title-banner {
  font-size: 8.2rem;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-style: initial;
}
@media screen and (max-width: 1200px) {
  html .container-banner-small {
    padding-top: 6rem;
  }
  html .container-banner-small .over-text {
    font-size: 1.8rem;
  }
  html .container-banner-small .big-title, html .container-banner-small .title-banner {
    font-size: 7rem;
  }
}
@media screen and (max-width: 992px) {
  html .container-banner-small {
    padding-top: 4.8rem;
  }
  html .container-banner-small .over-text {
    font-size: 1.7rem;
  }
  html .container-banner-small .big-title, html .container-banner-small .title-banner {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 650px) {
  html .container-banner-small {
    padding-top: 4.2rem;
  }
  html .container-banner-small .over-text {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  html .container-banner-small .big-title, html .container-banner-small .title-banner {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 450px) {
  html .container-banner-small {
    padding-top: 3.4rem;
  }
  html .container-banner-small .over-text {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  html .container-banner-small .big-title, html .container-banner-small .title-banner {
    font-size: 4.8rem;
  }
}
html.no-mobile .container-banner-small.scrollmagic-toggle-class {
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
html.no-mobile .container-banner-small.scrollmagic-toggle-class.scrollmagic-active {
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}
html .container-banner-cta-overlap {
  margin-top: -6.5rem;
  margin-bottom: 3rem;
}
html .container-banner-cta-overlap .content-box {
  background-color: #fff;
  position: relative;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.11), 0 12px 9px rgba(0, 0, 0, 0.07);
  max-width: 94%;
}
html .container-banner-cta-overlap .content-box:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 6%;
  height: 88%;
  width: 0.8rem;
  background-color: #0e483d;
}
html .container-banner-cta-overlap .content-box:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 2.4rem;
  height: calc(100% - 5.8rem);
  width: 1px;
  background-color: #e5e5e5;
}
html .container-banner-cta-overlap .content-box .small-text-cta {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0;
  text-transform: none;
  display: inline-block;
  margin-left: 3rem;
  position: relative;
  top: 1rem;
}
html .container-banner-cta-overlap .content-box .small-text-cta a {
  color: #00b18f;
  font-weight: 600;
}
html .container-banner-cta-overlap .content-box .over-dropdown-text {
  color: #0e483d;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
}
html .container-banner-cta-overlap .content-box .col {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
html .container-banner-cta-overlap .content-box .col.col-left {
  padding-top: 0;
  /*padding-top:2.4rem;
  padding-bottom:2.4rem;*/
}
html .container-banner-cta-overlap .content-box .col.col-left .btn-border {
  position: relative;
  top: -0.6rem;
}
@media screen and (max-width: 767px) {
  html .container-banner-cta-overlap .content-box {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  html .container-banner-cta-overlap .content-box:after {
    display: none;
  }
  html .container-banner-cta-overlap .content-box .small-text-cta {
    /*margin-left:0;
    display:block;*/
    margin-bottom: 1.5rem;
  }
  html .container-banner-cta-overlap .content-box .over-dropdown-text {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 650px) {
  html .container-banner-cta-overlap .content-box {
    padding-top: 0.5rem;
  }
  html .container-banner-cta-overlap .content-box .small-text-cta {
    font-size: 1.5rem;
    top: 1.15rem;
  }
  html .container-banner-cta-overlap .content-box .col.col-left .btn-border {
    top: 0;
  }
}
html.no-mobile .container-banner-cta-overlap.scrollmagic-toggle-class {
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
html.no-mobile .container-banner-cta-overlap.scrollmagic-toggle-class.scrollmagic-active {
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}
html .container-bottom-footer {
  padding-top: 9rem;
  padding-bottom: 5.5rem;
  position: relative;
  z-index: 9999;
  background-color: #fff;
}
html .container-bottom-footer h4 {
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  margin-bottom: 4rem;
  color: #0e483d;
}
html .container-bottom-footer p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.4em;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 4.5rem;
  color: #0e483d;
}
html .container-bottom-footer img {
  margin-bottom: 4rem;
  max-width: 26rem;
  width: 100%;
}
html .container-bottom-footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  left: 3px;
}
html .container-bottom-footer .col {
  text-align: center;
  margin-bottom: 3rem;
  padding: 2.5rem 8rem 3.5rem;
  border-right: 1px solid rgba(14, 72, 61, 0.2);
}
html .container-bottom-footer .col:last-child {
  border-right: none;
}
html .container-bottom-footer #email-overlay {
  font-size: 1.6rem;
  text-align: left;
  display: none;
}
html .container-bottom-footer .content-form {
  display: block;
}
html .container-bottom-footer .content-form input {
  height: 4.6rem;
}
@media screen and (max-width: 1680px) {
  html .container-bottom-footer .col {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 1440px) {
  html .container-bottom-footer {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  html .container-bottom-footer {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 992px) {
  html .container-bottom-footer h4 {
    font-size: 3rem;
    margin-bottom: 2.4rem;
  }
  html .container-bottom-footer p {
    font-size: 1.7rem;
    margin-bottom: 3.2rem;
  }
  html .container-bottom-footer img {
    margin-bottom: 2.4rem;
  }
  html .container-bottom-footer .col {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 850px) {
  html .container-bottom-footer h4 {
    font-size: 2.5rem;
  }
  html .container-bottom-footer p {
    font-size: 1.5rem;
  }
  html .container-bottom-footer .content-form input {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  html .container-bottom-footer .col {
    border-right: none;
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 767px) {
  html .container-bottom-footer .col {
    width: calc(33.333333% - 1px);
  }
}
html.no-mobile .container-bottom-footer .scrollmagic-toggle-class {
  opacity: 0;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
html.no-mobile .container-bottom-footer .scrollmagic-toggle-class.scrollmagic-active {
  opacity: 1;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
}
html .container-double-box-toggle-content {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  background-color: #fff;
}
html .container-double-box-toggle-content:before {
  content: " ";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
}
html .container-double-box-toggle-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html .container-double-box-toggle-content .row .col {
  text-align: center;
  padding: 1.4rem 4rem 2rem;
  position: relative;
  width: calc(50% - 1px);
}
html .container-double-box-toggle-content .row .col:before {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  max-width: 100%;
  height: 5px;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e52d61;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .container-double-box-toggle-content .row .col.active:before {
  width: 27rem;
}
html .container-double-box-toggle-content .row .col.col-right:before {
  background-color: #530e59;
}
html .container-double-box-toggle-content .row .col img {
  width: 100%;
  max-width: 18rem;
}
@media screen and (max-width: 500px) {
  html .container-double-box-toggle-content .row .col {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
html.no-mobile .container-double-box-toggle-content.scrollmagic-toggle-class {
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
html.no-mobile .container-double-box-toggle-content.scrollmagic-toggle-class.scrollmagic-active {
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}
html.no-mobile .container-double-box-toggle-content a:hover:before {
  width: 27rem;
}
html .container-banner-box {
  position: relative;
  color: #0e483d;
  padding-top: 14rem;
  margin-bottom: 7rem;
  /*    .text-desc{
          margin-top:-0.55rem;
      }*/
}
html .container-banner-box .img-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 8.5rem);
  min-height: 20rem;
}
html .container-banner-box .content-box {
  padding: 6rem 0 0 5%;
  background-color: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07), 0 12px 9px rgba(0, 0, 0, 0.04);
  position: relative;
  width: 96%;
  max-width: 76rem;
  z-index: 9;
}
html .container-banner-box .content-box:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 20%;
  width: 0.6rem;
  height: 50%;
  background-color: #0e483d;
}
html .container-banner-box .content-inner {
  padding-right: 6rem;
}
html .container-banner-box .content-inner.row {
  margin-left: -2rem;
  margin-right: -2rem;
}
html .container-banner-box .content-inner.row .col {
  padding-left: 2rem;
  padding-right: 2rem;
}
html .container-banner-box .content-inner-2 {
  padding-top: 2rem;
}
html .container-banner-box .content-inner-2 .col {
  margin-bottom: 3.5rem;
  border-left: 1px solid rgba(14, 72, 61, 0.15);
}
html .container-banner-box .headline-text {
  color: #0e483d;
}
html .container-banner-box .big-title, html .container-banner-box .title-banner {
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 3.2rem;
}
html .container-banner-box .small-text-cta {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0;
  text-transform: none;
  display: inline-block;
  margin-left: 3rem;
  position: relative;
  top: 1rem;
}
html .container-banner-box .small-text-cta a {
  color: #6594d0;
  font-weight: 600;
}
a + html .container-banner-box .small-text-cta {
  margin-left: 3rem;
}
html .container-banner-box .small-text {
  font-size: 1.3rem;
  font-weight: 500;
}
html .container-banner-box .text-amount, html .container-banner-box .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount, html .woocommerce-lubie .woocommerce-variation-price .container-banner-box .woocommerce-Price-amount {
  margin-bottom: 6rem;
}
html .container-banner-box .text-number {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: none;
  text-align: right;
  color: #00b18f;
  display: block;
  margin-bottom: 1.5rem;
}
html .container-banner-box .text-number strong {
  color: #0e483d;
  font-weight: 400;
}
html .container-banner-box .tag-circle {
  position: absolute;
  left: auto;
  right: 7.3rem;
  top: 0;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.09), 0 10px 10px rgba(0, 0, 0, 0.06);
}
html .container-banner-box .medium-text {
  display: block;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: none;
  color: #0e483d;
  padding-right: 12%;
}
html .container-banner-box .content-amount {
  display: inline-block;
  float: right;
}
html .container-banner-box .content-left {
  margin-top: 0;
  margin-bottom: 2rem;
  display: inline-block;
}
html .container-banner-box p {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  color: #0e483d;
  margin-bottom: 3rem;
}
html .container-banner-box .border-separation {
  margin-left: -1.8rem;
  width: calc(100% + 1.8rem);
  margin-top: 0;
  margin-bottom: 1.5rem;
}
html .container-banner-box .btn-arrow-bottom {
  margin-bottom: 2rem;
  margin-right: 2rem;
}
html .container-banner-box .float-r {
  position: relative;
  top: 0.25rem;
}
html .container-banner-box .box-inner-contact {
  position: absolute;
  right: 0;
  bottom: 8.5rem;
  width: 50%;
  padding: 2.8rem 4% 3.8rem 4%;
  background-color: #deebe9;
}
html .container-banner-box .box-inner-contact .medium-title, html .container-banner-box .box-inner-contact .template-contact .container-text-center .title-center, html .template-contact .container-text-center .container-banner-box .box-inner-contact .title-center {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  text-transform: none;
  color: #0e483d;
  margin-bottom: 1.2rem;
  display: block;
}
html .container-banner-box .box-inner-contact address {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.4em;
  letter-spacing: 0.5px;
  text-transform: none;
  color: #00b18f;
  font-style: initial;
  display: block;
}
html .container-banner-box .box-inner-contact .text-tel {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  color: #0e483d;
  display: block;
  margin-bottom: 0.6rem;
}
html .container-banner-box .box-inner-contact .info-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  color: #0e483d;
}
html .container-banner-box .box-inner-contact .info-text a {
  text-decoration: underline;
  color: #00b18f;
}
html .container-banner-box .box-inner-contact .row {
  margin-bottom: 1rem;
}
html .container-banner-box .box-inner-contact .row .col {
  padding-top: 0.2rem;
  padding-right: 1.25rem;
  margin-bottom: 1.5rem;
}
html .container-banner-box .box-inner-contact .row .col:nth-child(2) {
  padding-left: 4rem;
  border-left: 1px solid rgba(112, 123, 146, 0.15);
}
html .container-banner-box .select2-container--default.select2-container {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
html .container-banner-box .select2-container--default.select2-container .select2-selection--single {
  border-bottom: 1px solid rgba(14, 72, 61, 0.3);
}
html .container-banner-box .title-form {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-transform: none;
  color: #0e483d;
  margin-bottom: 2rem;
  display: block;
}
html .container-banner-box .small-text-f {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.5px;
  text-transform: none;
  color: #88919d;
  display: block;
  padding-bottom: 1.5rem;
}
html .container-banner-box .medium-text-f {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-transform: none;
  color: #00b18f;
  margin-bottom: 2.5rem;
  display: block;
}
html .container-banner-box .content-title {
  margin-bottom: 2.5rem;
}
html .container-banner-box .box-inner-form {
  position: relative;
  left: 0%;
  margin-top: -37.1rem;
  width: 50%;
  float: right;
  background-color: #deebe9;
  padding: 3.5rem 4% 1rem;
}
html .container-banner-box .box-inner-form:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -5.5rem;
  width: 5.5rem;
  height: 100%;
  background-color: #deebe9;
}
html .container-banner-box .box-inner-form .content-zone {
  display: none;
  /*.over-input.textarea.not-empty label, .over-input.textarea.active label{
      top:-3.1rem;
  }*/
}
html .container-banner-box .box-inner-form .content-zone .small-text {
  padding-top: 2rem;
  margin-bottom: 2rem;
}
html .container-banner-box .box-inner-form .content-zone.active {
  display: block;
}
html .container-banner-box .box-inner-form .content-bottom {
  padding-top: 2rem;
}
html .container-banner-box .box-inner-form .content-bottom .link-underscore {
  margin-bottom: 3rem;
}
html .container-banner-box .box-inner-form .content-bottom .btn-black {
  /*float:right;*/
  position: relative;
  top: -0.75rem;
  margin-bottom: 2rem;
  margin-left: 1.5rem;
}
html .container-banner-box .box-inner-form .content-form {
  position: relative;
  padding-left: 7rem;
  z-index: 9;
}
html .container-banner-box .box-inner-form .content-form .col {
  margin-bottom: 3rem;
}
html .container-banner-box .box-inner-form .content-form .col.padding-top-c {
  padding-top: 2rem;
}
html .container-banner-box .box-inner-form .content-form .content-bubble {
  position: absolute;
  left: 0;
  top: -0.75rem;
  height: 100%;
}
html .container-banner-box .box-inner-form .content-form .content-bubble:before {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -0.75rem;
  width: 1px;
  height: calc(100% - 4.75rem);
  background-color: rgba(14, 72, 61, 0.25);
}
html .container-banner-box .box-inner-form .content-form .content-bubble .bubble {
  width: 3.8rem;
  height: 3.8rem;
  border: 1px solid #0e483d;
  color: #0e483d;
  border-radius: 50%;
  background-clip: padding-box;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  text-transform: none;
  display: block;
  position: relative;
}
html .container-banner-box .box-inner-form .content-form .content-bubble .bubble span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
}
html .container-banner-box.banner-box-contact {
  padding-top: 24rem;
}
html .container-banner-box.banner-box-contact .content-box {
  width: 50%;
  max-width: none;
  padding-bottom: 5rem;
}
html .container-banner-box.banner-box-contact .small-text {
  margin-bottom: 3rem;
  color: #0e483d;
}
html .container-banner-box.banner-box-contact .title-banner {
  color: #0e483d;
}
html .container-banner-box.banner-box-contact-2 {
  padding-top: calc(27.7777777778vw - 19rem);
  display: inline-block;
  width: 100%;
  background-color: #f0f0f0;
  margin-bottom: 0;
  padding-bottom: 2rem;
}
html .container-banner-box.banner-box-contact-2.no-padding {
  padding-top: 0;
}
html .container-banner-box.banner-box-contact-2.is-closed {
  display: none;
}
html .container-banner-box.banner-box-contact-2 .big-title, html .container-banner-box.banner-box-contact-2 .title-banner {
  font-size: 4rem;
}
html .container-banner-box.banner-box-contact-2 .text-desc {
  margin-top: 6rem;
}
html .container-banner-box.banner-box-contact-2 .content-box {
  width: 50%;
  max-width: none;
  padding-bottom: 3rem;
  background-color: transparent;
  z-index: 9;
}
html .container-banner-box.banner-box-contact-2 .content-box:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/image-fade-box.png);
  background-size: 100% 100%;
}
html .container-banner-box.banner-box-contact-2 .content-box .content-inner .row {
  margin-left: -2rem;
  margin-right: -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html .container-banner-box.banner-box-contact-2 .content-box .content-inner .row .col {
  padding-left: 2rem;
  padding-right: 2rem;
  width: calc(50% - 1px);
}
html .container-banner-box.banner-box-contact-2 .content-inner-2 {
  padding-right: 2rem;
}
html .container-banner-box.banner-box-contact-2 .small-text-cta {
  text-align: left;
}
html .container-banner-box.banner-box-contact-2 .img-background {
  height: 27.7777777778vw;
}
html .container-banner-box.banner-box-contact-2 .box-inner-contact {
  bottom: 37rem;
}
html .container-banner-box.banner-box-contact-2 .box-inner-contact {
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 1400px) {
  html .container-banner-box.banner-box-contact .big-title, html .container-banner-box.banner-box-contact .title-banner {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1300px) {
  html .container-banner-box .medium-text {
    font-size: 2rem;
  }
  html .container-banner-box.banner-box-contact .content-box {
    width: 55%;
  }
  html .container-banner-box.banner-box-contact .box-inner-contact {
    width: 45%;
    padding-left: 2.5%;
    padding-right: 1%;
  }
  html .container-banner-box.banner-box-contact .box-inner-contact .row .col:nth-child(2) {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  html .container-banner-box {
    padding-top: 24rem;
    margin-bottom: 5.5rem;
  }
  html .container-banner-box .img-background {
    height: calc(100% - 22rem);
  }
  html .container-banner-box .box-inner-contact address {
    font-size: 1.6rem;
  }
  html .container-banner-box .box-inner-contact .text-tel {
    font-size: 1.4rem;
  }
  html .container-banner-box .box-inner-contact address {
    font-size: 1.5rem;
  }
  html .container-banner-box.banner-box-contact, html .container-banner-box.banner-box-contact-2 {
    padding-top: 20rem;
  }
  html .container-banner-box.banner-box-contact .img-background {
    height: calc(100% - 12rem);
  }
  html .container-banner-box.banner-box-contact .big-title, html .container-banner-box.banner-box-contact .title-banner {
    font-size: 3.4rem;
  }
  html .container-banner-box.banner-box-contact .box-inner-contact {
    bottom: 12rem;
  }
  html .container-banner-box.banner-box-contact-2 .big-title, html .container-banner-box.banner-box-contact-2 .title-banner {
    font-size: 3.4rem;
  }
  html .container-banner-box.banner-box-contact-2 .content-box .content-inner .row {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  html .container-banner-box.banner-box-contact-2 .content-box .content-inner .row .col {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1100px) {
  html .container-banner-box.banner-box-contact .content-inner {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 992px) {
  html .container-banner-box {
    padding-top: 30rem;
    margin-bottom: 4.5rem;
  }
  html .container-banner-box .img-background {
    height: calc(100% - 30rem);
  }
  html .container-banner-box .box-inner-form {
    margin-top: 0;
    width: 100%;
    left: 0;
    float: none;
  }
  html .container-banner-box .tag-circle {
    right: 2rem;
    top: -1rem;
    -webkit-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
  html .container-banner-box .text-amount, html .container-banner-box .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount, html .woocommerce-lubie .woocommerce-variation-price .container-banner-box .woocommerce-Price-amount {
    margin-bottom: 2rem;
  }
  html .container-banner-box .box-inner-contact {
    background-color: #fff;
  }
  html .container-banner-box.banner-box-contact, html .container-banner-box.banner-box-contact-2 {
    padding-top: 16rem;
  }
  html .container-banner-box.banner-box-contact {
    padding-top: 30rem;
  }
  html .container-banner-box.banner-box-contact .img-background {
    height: 30rem;
  }
  html .container-banner-box.banner-box-contact .content-inner {
    padding-right: 6%;
  }
  html .container-banner-box.banner-box-contact .content-box {
    position: relative;
    /*top:4rem;*/
    width: 100%;
    padding: 4.5rem 0 2rem 6%;
  }
  html .container-banner-box.banner-box-contact .box-inner-contact {
    width: 100%;
    position: relative;
    top: 0;
    padding-top: 0;
    padding-left: 6%;
    padding-right: 6%;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0), 0 15px 12px rgba(0, 0, 0, 0.07);
    z-index: 999;
  }
  html .container-banner-box.banner-box-contact-2 {
    padding-top: 0;
    padding-bottom: 0;
  }
  html .container-banner-box.banner-box-contact-2 .img-background {
    position: relative;
    height: 29.8611111111vw;
  }
  html .container-banner-box.banner-box-contact-2 .content-box {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  html .container-banner-box.banner-box-contact-2 .box-inner-contact {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  html .container-banner-box {
    padding-top: 30rem;
    margin-bottom: 4.5rem;
  }
  html .container-banner-box .img-background {
    height: calc(100% - 42rem);
  }
  html .container-banner-box .big-title, html .container-banner-box .title-banner {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  html .container-banner-box.banner-box-contact {
    padding-top: 24rem;
  }
  html .container-banner-box.banner-box-contact .img-background {
    height: 24rem;
  }
  html .container-banner-box .content-inner-2 {
    padding-top: 0;
  }
  html .container-banner-box .content-inner-2 .col {
    border: none !important;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
  html .container-banner-box .content-inner-2 .col:last-child:before {
    display: none;
  }
  html .container-banner-box .content-inner-2 .col:before {
    content: " ";
    position: absolute;
    left: 2.5rem;
    bottom: 0;
    width: 14rem;
    max-width: 100%;
    height: 1px;
    background-color: #e3e5e7;
  }
  html .container-banner-box.banner-box-contact-2 .text-desc {
    margin-top: 2rem;
  }
  html .container-banner-box.banner-box-contact-2 .content-box .content-inner .row .col {
    width: calc(50% - 1px);
  }
}
@media screen and (max-width: 650px) {
  html .container-banner-box {
    padding-top: 22rem;
  }
  html .container-banner-box .big-title, html .container-banner-box .title-banner {
    font-size: 3.4rem;
  }
  html .container-banner-box p {
    font-size: 1.6rem;
  }
  html .container-banner-box .title-form {
    font-size: 2.6rem;
  }
  html .container-banner-box .content-box {
    padding-left: 4rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  html .container-banner-box .border-separation {
    margin-bottom: 2rem;
  }
  html .container-banner-box .float-r {
    top: 0;
    float: none;
  }
  html .container-banner-box .box-inner-form .content-form {
    padding-left: 6rem;
  }
  html .container-banner-box.banner-box-contact {
    margin-bottom: 6.5rem;
    padding-top: 18rem;
  }
  html .container-banner-box.banner-box-contact .img-background {
    height: 18rem;
  }
  html .container-banner-box.banner-box-contact .big-title {
    font-size: 2.8rem;
  }
  html .container-banner-box.banner-box-contact-2 .big-title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 550px) {
  html .container-banner-box .big-title, html .container-banner-box .title-banner {
    font-size: 2.8rem;
  }
  html .container-banner-box p {
    font-size: 1.5rem;
  }
  html .container-banner-box .content-inner {
    padding-right: 3rem;
  }
  html .container-banner-box .content-amount {
    float: none;
    display: block;
    margin-bottom: 2rem;
  }
  html .container-banner-box .content-left {
    margin-top: 0;
  }
  html .container-banner-box .small-text-cta {
    margin-left: 1rem;
  }
  html .container-banner-box.banner-box-contact-2 .content-box .content-inner .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  html .container-banner-box.banner-box-contact-2 .content-box .content-inner .row .col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: auto;
  }
}
@media screen and (max-width: 450px) {
  html .container-banner-box .title-form {
    font-size: 2.4rem;
  }
  html .container-banner-box.banner-box-contact .big-title, html .container-banner-box.banner-box-contact .title-banner {
    font-size: 2.5rem;
  }
}
html .container-banner-condition {
  padding: 5.4rem 0;
  text-align: center;
  background-color: #f0f0f0;
  position: relative;
  z-index: 99;
}
html .container-banner-condition .text-c {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4em;
  letter-spacing: 0;
  text-transform: none;
  color: #0e483d;
  display: block;
}
html .container-banner-condition .text-c strong {
  font-weight: 600;
}
html .container-multiple-contact {
  text-align: center;
  padding-top: 2rem;
  margin-bottom: 2rem;
}
html .container-multiple-contact .text-title {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  color: #0e483d;
  margin-bottom: 1.25rem;
  display: block;
}
html .container-multiple-contact .text-info {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  text-transform: none;
  color: #0e483d;
  margin-bottom: 0.25rem;
  display: block;
}
html .container-multiple-contact address, html .container-multiple-contact p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4em;
  letter-spacing: 0;
  text-transform: none;
  color: #5a8ccd;
  font-style: initial;
  margin-bottom: 1rem;
}
html .container-multiple-contact .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html .container-multiple-contact .row .col {
  position: relative;
  padding-bottom: 8rem;
  padding-left: 3%;
  padding-right: 3%;
  margin-bottom: 5.5rem;
}
html .container-multiple-contact .row .col:before {
  content: " ";
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  height: calc(100% - 7rem);
  background-color: #e8e8e8;
}
html .container-multiple-contact .row .col:last-child:before {
  display: none;
}
html .container-multiple-contact .row .col .content-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  html .container-multiple-contact .row .col {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 992px) {
  html .container-multiple-contact .row .col:nth-child(even):before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html .container-multiple-contact .row .col:before {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  html .container-multiple-contact .text-c {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 450px) {
  html .container-multiple-contact .text-c {
    font-size: 1rem;
  }
}
html .template-contact .lubie-layout.layout-4-cols .container-text-center {
  text-align: center;
  padding-top: 2rem;
  margin-bottom: 2rem;
  margin-top: 0 !important;
  /*.btn-border{
      @extend .btn-border, .btn-border.small !optional;
  }*/
  /*address, p{
      @include base-text(1.5rem, 300, 1.4em);
      color:#5a8ccd;
      font-style:initial;
      margin-bottom:1rem;
  }*/
}
html .template-contact .lubie-layout.layout-4-cols .container-text-center:before {
  display: none;
}
html .template-contact .lubie-layout.layout-4-cols .container-text-center .headline-text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  color: #0e483d;
  margin-bottom: 1.25rem;
  display: block;
}
html .template-contact .lubie-layout.layout-4-cols .container-text-center p {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  color: #0e483d;
  margin-bottom: 0.25rem;
  display: block;
}
html .template-contact .lubie-layout.layout-4-cols .container-text-center p a {
  color: #00b18f;
}
html .template-contact .lubie-layout.layout-4-cols .container-text-center .text-p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  color: #00b18f;
  margin-bottom: 0.25rem;
  display: block;
}
html .template-contact .lubie-layout.layout-4-cols .container-text-center .text-p a {
  color: #0e483d;
}
html .template-contact .lubie-layout.layout-4-cols .container-text-center .container-text-center {
  padding: 0 !important;
}
html .template-contact .lubie-layout.layout-4-cols .container-text-center .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html .template-contact .lubie-layout.layout-4-cols .container-text-center .row .col {
  position: relative;
  padding-bottom: 8rem;
  padding-left: 3%;
  padding-right: 3%;
  margin-bottom: 5.5rem;
}
html .template-contact .lubie-layout.layout-4-cols .container-text-center .row .col:before {
  content: " ";
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  height: calc(100% - 7rem);
  background-color: #e8e8e8;
}
html .template-contact .lubie-layout.layout-4-cols .container-text-center .row .col:last-child:before {
  display: none;
}
html .template-contact .lubie-layout.layout-4-cols .container-text-center .row .col .container-center-buttons {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  margin-top: 0;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  html .template-contact .lubie-layout.layout-4-cols .container-text-center .row .col {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 992px) {
  html .template-contact .lubie-layout.layout-4-cols .container-text-center .row .col:nth-child(even):before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html .template-contact .lubie-layout.layout-4-cols .container-text-center .row .col:before {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  html .template-contact .lubie-layout.layout-4-cols .container-text-center .text-c {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 450px) {
  html .template-contact .lubie-layout.layout-4-cols .container-text-center .text-c {
    font-size: 1rem;
  }
}
html .layout-4-cols span.scrollmagic-toggle-class {
  display: block;
}
html .layout-4-cols .row .col {
  position: relative;
}
html .layout-4-cols .row .col:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - 9rem);
  width: 1px;
  background-color: #e8e8e8;
}
html .layout-4-cols .row .col:first-child:before {
  display: none;
}
@media screen and (max-width: 992px) {
  html .layout-4-cols .row .col:before {
    display: none;
  }
}
html .template-contact .container-text-center .title-center {
  font-style: initial !important;
  color: #0e483d;
}
@media screen and (max-width: 450px) {
  html .template-contact .container-text-center .title-center {
    font-size: 3.4rem;
  }
}
html .template-contact .lubie-layout {
  /*margin-top:3rem;*/
  /*padding-bottom:2rem;*/
  padding-top: 6rem;
  padding-bottom: 6rem;
}
html .template-contact .lubie-layout .container-text-center {
  padding-top: 0;
  padding-bottom: 0;
}
html .template-contact .lubie-layout .container-text-center .title-center {
  font-size: 3.7rem;
  font-weight: 200;
  line-height: 1.1em;
  letter-spacing: 0.5px;
  text-transform: none;
  color: #0e483d;
  font-style: initial;
}
html .template-contact .lubie-layout .container-text-center .container-center-buttons {
  margin-top: 1rem;
}
html .template-contact .lubie-layout.no-offset-bg {
  background: rgb(0, 103, 86);
  background: -webkit-linear-gradient(left, rgb(0, 103, 86) 0%, rgb(0, 76, 65) 50%, rgb(0, 87, 73) 100%);
  background: -o-linear-gradient(left, rgb(0, 103, 86) 0%, rgb(0, 76, 65) 50%, rgb(0, 87, 73) 100%);
  background: linear-gradient(to right, rgb(0, 103, 86) 0%, rgb(0, 76, 65) 50%, rgb(0, 87, 73) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#006756", endColorstr="#005749",GradientType=1 );
}
@media screen and (max-width: 992px) {
  html .template-contact .lubie-layout .container-text-center .title-center {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 650px) {
  html .template-contact .lubie-layout .container-text-center .title-center {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 450px) {
  html .template-contact .lubie-layout .container-text-center .title-center {
    font-size: 2.6rem;
  }
}
html .container-banner-title {
  text-align: center;
  background-color: #f6f8fc;
  padding-top: 4rem;
  padding-bottom: 3.6rem;
  margin-bottom: 4.5rem;
  text-align: center;
}
html .container-banner-title .big-title {
  font-size: 3.7rem;
  font-weight: 200;
  line-height: 1.1em;
  letter-spacing: 0.5px;
  text-transform: none;
  color: #5a8ccd;
}
@media screen and (max-width: 992px) {
  html .container-banner-title {
    padding-top: 3.4rem;
    padding-bottom: 3rem;
  }
  html .container-banner-title .big-title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 650px) {
  html .container-banner-title {
    padding-top: 3rem;
    padding-bottom: 2.6rem;
    margin-bottom: 4rem;
  }
  html .container-banner-title .big-title {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 450px) {
  html .container-banner-title {
    padding-top: 2.6rem;
    padding-bottom: 2.2rem;
    margin-bottom: 3.5rem;
  }
  html .container-banner-title .big-title {
    font-size: 2.6rem;
  }
}
html .container-google-maps {
  width: 100%;
  height: 38.8888888889vw;
  min-height: 30rem;
  background-color: #0e483d;
}
html .container-banner-form {
  /*margin-top:-20rem;*/
  margin-top: -4.5rem;
  padding-bottom: 11vh;
  position: relative;
}
html .container-banner-form .image-bg {
  position: absolute;
  left: 0;
  top: 20rem;
  width: 100%;
  height: calc(100% - 20rem);
  background-image: none !important;
  background-color: #0e483d;
}
html .container-banner-form .content-form {
  /*padding:9rem 6% 2.5rem;*/
  padding: 6vh 6% 3vh;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  position: relative;
  z-index: 99;
}
html .container-banner-form .content-form input[type=submit] {
  margin-top: 2rem;
}
html .container-banner-form .content-form .row {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
html .container-banner-form .content-form .row .col {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 992px) {
  html .container-banner-form .content-form input[type=submit] {
    margin-top: 1rem;
  }
  html .container-banner-form .content-form .row .col {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 650px) {
  html .container-banner-form .content-form input[type=submit] {
    margin-top: 0;
  }
  html .container-banner-form .content-form .row .col {
    margin-bottom: 3rem;
  }
}
html .page-template-template-contact .container-banner-form {
  margin-top: -12.5vw;
}
html .container-grid-image-text .medium-text {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 0;
  text-transform: none;
  font-style: italic;
  font-family: Montserrat, sans-serif;
  color: #0e483d;
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
html .container-grid-image-text .content-image {
  width: 100%;
  height: 100%;
}
html .container-grid-image-text .big-box {
  height: 40.2777777777vw;
  min-height: 22rem;
}
html .container-grid-image-text .medium-box {
  height: 40.2777777777vw;
  min-height: 22rem;
}
html .container-grid-image-text .small-box {
  /*height:calc((33.3333333333vw * 290) / 480);*/
  height: 50%;
}
html .container-grid-image-text .content-text {
  position: relative;
}
html .container-grid-image-text .variant-bg-dark {
  background: #0e483d;
}
html .container-grid-image-text .variant-bg-dark .medium-text {
  color: #fff;
}
@media screen and (max-width: 1300px) {
  html .container-grid-image-text .medium-text {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1024px) {
  html .container-grid-image-text .medium-text {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 992px) {
  html .container-grid-image-text .big-box {
    height: 60.4166666667vw;
  }
  html .container-grid-image-text .medium-box {
    height: 60.4166666667vw;
  }
  html .container-grid-image-text .small-box {
    height: 100%;
  }
}
@media screen and (max-width: 650px) {
  html .container-grid-image-text .medium-text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 450px) {
  html .container-grid-image-text .medium-text {
    font-size: 2.2rem;
  }
}
html .container-text-double-col {
  position: relative;
  margin-bottom: 7rem;
}
html .container-text-double-col .list-dot ul, html .container-text-double-col .container-image-text-overlap .content-text ul ul, html .container-image-text-overlap .content-text .container-text-double-col ul ul {
  max-width: 56rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
html .container-text-double-col .list-dot ul li, html .container-text-double-col .container-image-text-overlap .content-text ul ul li, html .container-image-text-overlap .content-text .container-text-double-col ul ul li {
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  html .container-text-double-col {
    margin-bottom: 5.5rem;
  }
}
@media screen and (max-width: 659px) {
  html .container-text-double-col {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 767px) {
  html .container-text-double-col:before {
    content: " ";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #e5e7e9;
  }
}
html .container-galerie-image {
  background-color: red;
  margin-top: -4rem;
}
html .container-loading-interface {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999999;
}
html .select2-container--default.select2-container {
  outline: 0;
  width: 100% !important;
  display: block;
  text-align: left;
}
html .select2-container--default.select2-container .select2-dropdown {
  border: none;
  background-color: #f0f0f0;
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.09), 0 15px 12px rgba(0, 0, 0, 0.06);
}
html .select2-container--default.select2-container .select2-results__option {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0e483d;
  padding: 1rem 1.5rem;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html .select2-container--default.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #0e483d;
  color: #fff;
}
html .select2-container--default.select2-container .select2-selection__rendered {
  outline: 0;
  color: #a4a4a4;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 5.6rem;
  padding-top: 0.2rem;
}
html .select2-container--default.select2-container .select2-selection--single {
  height: 3.6rem;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
  border-bottom: 4px solid #0e483d;
  outline: 0;
  background-color: transparent;
}
html .select2-container--default.select2-container .select2-selection__arrow {
  height: 100%;
  width: 4.6rem;
}
html .select2-container--default.select2-container .select2-selection__arrow:before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 28%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 2.3rem;
  height: 1.3rem;
  background-image: url(../images/hotelax-icon-select-arrow.svg);
  background-repeat: no-repeat;
}
html .select2-container--default.select2-container .select2-selection__arrow b {
  display: none;
}
@media screen and (max-width: 1024px) {
  html .select2-container--default.select2-container .select2-selection__rendered {
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 850px) {
  html .select2-container--default.select2-container .select2-selection__rendered {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 650px) {
  html .select2-container--default.select2-container .select2-selection__rendered {
    font-size: 1.3rem;
  }
}
html.no-mobile .filter_holder li:hover {
  color: #00b18f;
}
html .banner-overlay:before, html .container-banner-blog:before, html .container-banner-common:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
html.no-mobile .banner-overlay.scrollmagic-toggle-class:before, html.no-mobile .scrollmagic-toggle-class.container-banner-blog:before, html.no-mobile .scrollmagic-toggle-class.container-banner-common:before {
  background: rgba(0, 0, 0, 0.4);
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
html.no-mobile .banner-overlay.scrollmagic-toggle-class.scrollmagic-active:before, html.no-mobile .scrollmagic-toggle-class.scrollmagic-active.container-banner-blog:before, html.no-mobile .scrollmagic-toggle-class.scrollmagic-active.container-banner-common:before {
  background: rgba(0, 0, 0, 0.15);
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
}
html body.product-template-default #popup-info {
  width: 50%;
  height: auto;
  min-width: 90rem;
  max-width: 100%;
}
@media screen and (max-width: 850px) {
  html body.product-template-default {
    width: 100%;
    height: auto;
    min-width: auto;
    max-width: auto;
  }
}
html body:not(.product-template-default) .fancybox-show-buttons .fancybox-buttons {
  display: inline-block;
  position: relative;
  top: -1.7rem;
}
html body:not(.product-template-default) .fancybox-infobar {
  margin-right: 5rem;
}
@media screen and (max-width: 800px) {
  html body:not(.product-template-default) .fancybox-show-buttons .fancybox-buttons {
    position: absolute;
    right: 0;
    top: 0;
  }
}
html .fancybox-container {
  z-index: 999999999;
}
html .fancybox-button {
  color: #0e483d !important;
}
html .fancybox-infobar__body {
  color: #0e483d !important;
}
html .fancybox-bg {
  background: rgba(255, 255, 255, 0.92) !important;
}
html .fancybox-slide {
  cursor: crosshair;
}
html.mobile.fancybox-enabled {
  overflow: visible !important;
  position: relative !important;
}
html.mobile.fancybox-enabled body {
  height: auto !important;
  overflow: visible !important;
  position: relative !important;
  top: 0 !important;
}
html .layout-spacer {
  height: 4vh;
}
html .select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
}
html .container-image-text-inline table {
  display: block;
  max-width: 100%;
}
html body.offrez-une-carte-cadeau .layout-simple {
  padding-top: 0;
  padding-bottom: 0;
}
html body.offrez-une-carte-cadeau .container-text-center {
  padding-top: 10rem;
}
html .lubie-layout.custom-img-bg {
  padding-top: 10vw;
  padding-bottom: 9vw;
  color: #fff;
  background-clip: border-box;
}
html .lubie-layout.custom-img-bg .title-center {
  color: #fff;
}
html .lubie-layout.custom-img-bg .container-text-center .headline-text {
  color: #fff;
}
html .woocommerce-lubie woocommerce-message, html .woocommerce-lubie .woocommerce-error, html .woocommerce-lubie .woocommerce-info {
  line-height: initial;
}
html .woocommerce-lubie .woocommerce-checkout .layout-simple.no-offset-bg {
  background-color: #00b18f;
}
html .woocommerce-lubie .woocommerce-checkout .layout-simple.no-offset-bg .headline-text,
html .woocommerce-lubie .woocommerce-checkout .layout-simple.no-offset-bg .checkout-important-message {
  color: #fff;
}
html .woocommerce-lubie .woocommerce-checkout .layout-simple.no-offset-bg .headline-text {
  font-size: 4rem;
}
@media screen and (max-width: 1024px) {
  html .woocommerce-lubie .woocommerce-checkout .layout-simple.no-offset-bg .headline-text {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 650px) {
  html .woocommerce-lubie .woocommerce-checkout .layout-simple.no-offset-bg .headline-text {
    font-size: 3rem;
  }
}
html .woocommerce-lubie .woocommerce-variation-price {
  line-height: initial;
  text-align: right;
  margin: 1.5rem 0;
}
html .woocommerce-lubie .woocommerce-variation-price .label-amount {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  color: initial;
}
html .woocommerce-lubie .woocommerce-variation-price .suggested-text {
  display: none;
}
html .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount {
  font-size: 3rem;
  font-weight: 600;
  display: inline-block;
}
html .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size: 1.6rem;
  vertical-align: super;
}
html .woocommerce-lubie .woocommerce-variation-price del {
  display: block;
  float: right;
  margin-left: 5px;
}
html .woocommerce-lubie .woocommerce-variation-price del .woocommerce-Price-amount {
  text-decoration: line-through;
  font-size: 1.5rem;
  font-weight: 300;
}
html .woocommerce-lubie .woocommerce-variation-price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  html .woocommerce-lubie .woocommerce-variation-price .label-amount {
    font-size: 1.2rem;
  }
}
html .woocommerce-lubie form .form-row .input-checkbox {
  width: auto;
}
html .woocommerce-lubie form .form-row .checkbox {
  position: initial;
  font-size: 1.5rem;
}
html .woocommerce-lubie form .small-text {
  letter-spacing: 1px;
}
html .woocommerce-lubie form .medium-text-checkbox .checkbox {
  display: inline-block;
  color: #0e483d;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: none;
  padding: 0 0 0 25px;
  text-transform: none !important;
}
html .woocommerce-lubie form .medium-text-checkbox .input-checkbox {
  position: absolute;
  left: 0;
  top: 3px;
}
@media screen and (max-width: 1510px) {
  html .woocommerce-lubie form .over-input label {
    line-height: 1.2 !important;
    letter-spacing: 1px !important;
    font-size: 1.1rem;
  }
  html .woocommerce-lubie form .over-input.active label, html .woocommerce-lubie form .over-input.not-empty label {
    top: -2.4rem;
    line-height: 1 !important;
    letter-spacing: 1px !important;
  }
}
html .woocommerce-lubie #paysafe-iframe {
  height: 1050px;
}
html #billing_postcode + .description,
html #billing_address_1 + .description {
  background-color: #00b18f;
  color: #fff;
  font-size: 1.6rem;
  margin-top: 1rem;
  padding: 1rem;
  display: none;
}
html .woocommerce form .form-row textarea {
  height: 10rem !important;
}
html body:not(.product-template-default) .woocommerce {
  margin-top: 0rem;
}
html body:not(.product-template-default) .woocommerce h1 {
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 4.2rem;
  color: #010f24;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}
html body:not(.product-template-default) .woocommerce h2, html body:not(.product-template-default) .woocommerce h3 {
  font-size: 5.1rem;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  margin-bottom: 1.6rem;
}
html body:not(.product-template-default) .woocommerce h3 {
  font-size: 4.2rem;
}
html body:not(.product-template-default) .woocommerce .lead, html body:not(.product-template-default) .woocommerce ul.order_details li, html body:not(.product-template-default) .woocommerce address, html body:not(.product-template-default) .woocommerce p {
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.7em;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 2.5rem;
  color: #010f24;
  font-style: none;
}
html body:not(.product-template-default) .woocommerce .lead strong, html body:not(.product-template-default) .woocommerce ul.order_details li strong, html body:not(.product-template-default) .woocommerce address strong, html body:not(.product-template-default) .woocommerce p strong {
  font-weight: 400;
  font-size: 2rem;
}
html body:not(.product-template-default) .woocommerce ul.order_details {
  margin-left: 2rem;
  margin-right: 2rem;
}
html body:not(.product-template-default) .woocommerce #order_review_heading {
  margin-top: 4rem;
}
html body:not(.product-template-default) .woocommerce .tm-cart-edit-options {
  display: none;
}
html body:not(.product-template-default) .woocommerce .product-name {
  padding-top: 2rem !important;
  padding-bottom: 2.5rem !important;
}
html body:not(.product-template-default) .woocommerce .product-name a {
  text-decoration: underline;
}
html body:not(.product-template-default) .woocommerce .product-name .variation {
  margin-top: 1.5rem;
}
html body:not(.product-template-default) .woocommerce td.product-name dl.variation dt {
  line-height: 1.8em;
}
html body:not(.product-template-default) .woocommerce form {
  max-width: 100%;
  overflow: auto;
}
html body:not(.product-template-default) .woocommerce table th {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
html body:not(.product-template-default) .woocommerce table td {
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  padding: 1rem 1.4rem !important;
}
html body:not(.product-template-default) .woocommerce table td .button, html body:not(.product-template-default) .woocommerce table td .input-text {
  margin-bottom: 1rem;
}
html body:not(.product-template-default) .woocommerce table td.actions {
  padding-top: 1.2rem !important;
  padding-bottom: 0.2rem !important;
}
html body:not(.product-template-default) .woocommerce .table.shop_table th {
  padding: 1.4rem 1.2rem;
}
html body:not(.product-template-default) .woocommerce #content table.cart td.actions .input-text, html body:not(.product-template-default) .woocommerce table.cart td.actions .input-text, html body:not(.product-template-default) .woocommerce .woocommerce-page #content table.cart td.actions .input-text, html body:not(.product-template-default) .woocommerce .woocommerce-page table.cart td.actions .input-text {
  width: 120px;
  padding-top: 0.5rem !important;
  margin-bottom: 1rem !important;
}
html body:not(.product-template-default) .woocommerce .product-subtotal .amount, html body:not(.product-template-default) .woocommerce .order-total .amount, html body:not(.product-template-default) .woocommerce .cart-subtotal .amount, html body:not(.product-template-default) .woocommerce .tax-rate .amount {
  font-weight: 400;
}
html body:not(.product-template-default) .woocommerce .cart_totals {
  margin-top: 2rem;
}
html body:not(.product-template-default) .woocommerce .cart_totals tr th {
  width: 50% !important;
}
html body:not(.product-template-default) .woocommerce .cart_totals tr td {
  text-align: right !important;
}
html body:not(.product-template-default) .woocommerce #respond input#submit.alt, html body:not(.product-template-default) .woocommerce a.button.alt, html body:not(.product-template-default) .woocommerce button.button.alt, html body:not(.product-template-default) .woocommerce input.button.alt {
  background-color: #00b18f;
  border: 1px solid #00b18f;
  padding: 2rem 5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-transform: uppercase;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html body:not(.product-template-default) .woocommerce #respond input#submit.alt.checkout-button, html body:not(.product-template-default) .woocommerce a.button.alt.checkout-button, html body:not(.product-template-default) .woocommerce button.button.alt.checkout-button, html body:not(.product-template-default) .woocommerce input.button.alt.checkout-button {
  padding: 1.2rem 5rem;
  float: right;
  text-align: center;
  margin: 0px 2rem;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  html body:not(.product-template-default) .woocommerce #respond input#submit.alt.checkout-button, html body:not(.product-template-default) .woocommerce a.button.alt.checkout-button, html body:not(.product-template-default) .woocommerce button.button.alt.checkout-button, html body:not(.product-template-default) .woocommerce input.button.alt.checkout-button {
    float: none;
    width: auto;
    display: block;
    margin: 1rem 0rem 0rem 0rem;
  }
}
@media screen and (max-width: 768px) {
  html body:not(.product-template-default) .woocommerce .shop_table.cart input[name=update_cart] {
    float: none;
    width: auto;
    display: block;
    width: 100% !important;
    margin: 2rem 0rem 0rem 0rem;
  }
  html body:not(.product-template-default) .woocommerce table.cart td.actions .coupon {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0px;
  }
  html body:not(.product-template-default) .woocommerce table.cart td.actions #coupon_code {
    width: 48% !important;
    margin-right: 2% !important;
    line-height: 18px;
    background: #fcfcfc;
    border: none !important;
  }
  html body:not(.product-template-default) .woocommerce .shop_table.cart input[name=apply_coupon] {
    width: 50% !important;
  }
}
html body:not(.product-template-default) .woocommerce .woocommerce-message, html body:not(.product-template-default) .woocommerce .woocommerce-error, html body:not(.product-template-default) .woocommerce .woocommerce-info {
  margin-bottom: 2.5rem;
  line-height: initial;
}
html body:not(.product-template-default) .woocommerce .woocommerce-message a, html body:not(.product-template-default) .woocommerce .woocommerce-error a, html body:not(.product-template-default) .woocommerce .woocommerce-info a {
  text-decoration: underline;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html body:not(.product-template-default) .woocommerce .woocommerce-message {
  border-top-color: #23a96e;
  color: #021f48;
}
html body:not(.product-template-default) .woocommerce .woocommerce-message:before {
  color: #23a96e;
}
html body:not(.product-template-default) .woocommerce .woocommerce-error {
  border-top-color: #ef764a;
  color: #021f48;
}
html body:not(.product-template-default) .woocommerce .woocommerce-error:before {
  color: #ef764a;
}
html body:not(.product-template-default) .woocommerce .woocommerce-info {
  border-top-color: #00b18f;
  color: #021f48;
}
html body:not(.product-template-default) .woocommerce .woocommerce-info:before {
  color: #00b18f;
}
html body:not(.product-template-default) .woocommerce form.checkout_coupon, html body:not(.product-template-default) .woocommerce form.login, html body:not(.product-template-default) .woocommerce form.register {
  margin: 2rem 0;
  padding: 2rem 2rem 1rem;
}
html body:not(.product-template-default) .woocommerce .woocommerce-checkout {
  margin-top: 0;
}
html body:not(.product-template-default) .woocommerce .woocommerce-checkout .col2-set {
  margin-top: 2rem;
}
html body:not(.product-template-default) .woocommerce .woocommerce-message {
  word-wrap: normal;
}
html body:not(.product-template-default) .woocommerce .woocommerce-message .button {
  background-color: transparent;
  border: 1px solid #00b18f;
  color: #00b18f;
  padding: 1.4rem 4rem;
  text-decoration: none;
  border-radius: 3px;
  background-clip: padding-box;
}
@media screen and (max-width: 768px) {
  html body:not(.product-template-default) .woocommerce .woocommerce-message .button {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
html body:not(.product-template-default) .woocommerce #coupon_code::-webkit-input-placeholder {
  color: #6f99d1;
}
html body:not(.product-template-default) .woocommerce #coupon_code::-moz-placeholder {
  color: #6f99d1;
}
html body:not(.product-template-default) .woocommerce #coupon_code:-ms-input-placeholder {
  color: #6f99d1;
}
html body:not(.product-template-default) .woocommerce #coupon_code:-moz-placeholder {
  color: #6f99d1;
}
@media screen and (max-width: 850px) {
  html body:not(.product-template-default) .woocommerce h1 {
    font-size: 5.4rem;
  }
  html body:not(.product-template-default) .woocommerce h2, html body:not(.product-template-default) .woocommerce h3 {
    font-size: 4.6rem;
  }
  html body:not(.product-template-default) .woocommerce .lead, html body:not(.product-template-default) .woocommerce ul.order_details li, html body:not(.product-template-default) .woocommerce address, html body:not(.product-template-default) .woocommerce p {
    font-size: 1.8rem;
  }
  html body:not(.product-template-default) .woocommerce .lead strong, html body:not(.product-template-default) .woocommerce ul.order_details li strong, html body:not(.product-template-default) .woocommerce address strong, html body:not(.product-template-default) .woocommerce p strong {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  html body:not(.product-template-default) .woocommerce td.actions input[type=submit] {
    width: auto !important;
    float: none !important;
  }
}
@media screen and (max-width: 650px) {
  html body:not(.product-template-default) .woocommerce h1 {
    font-size: 4.6rem;
  }
  html body:not(.product-template-default) .woocommerce h2, html body:not(.product-template-default) .woocommerce h3 {
    font-size: 4.2rem;
  }
  html body:not(.product-template-default) .woocommerce .lead, html body:not(.product-template-default) .woocommerce ul.order_details li, html body:not(.product-template-default) .woocommerce address, html body:not(.product-template-default) .woocommerce p {
    font-size: 1.6rem;
  }
  html body:not(.product-template-default) .woocommerce .lead strong, html body:not(.product-template-default) .woocommerce ul.order_details li strong, html body:not(.product-template-default) .woocommerce address strong, html body:not(.product-template-default) .woocommerce p strong {
    font-size: 1.6rem;
  }
  html body:not(.product-template-default) .woocommerce table td {
    font-size: 1.6rem;
  }
  html body:not(.product-template-default) .woocommerce table th {
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
  html body:not(.product-template-default) .woocommerce #respond input#submit.alt, html body:not(.product-template-default) .woocommerce a.button.alt, html body:not(.product-template-default) .woocommerce button.button.alt, html body:not(.product-template-default) .woocommerce input.button.alt {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  html body:not(.product-template-default) .woocommerce table.shop_table .product-name, html body:not(.product-template-default) .woocommerce table.shop_table p {
    font-size: 1.1rem;
  }
  html body:not(.product-template-default) .woocommerce table.shop_table th {
    font-size: 1rem;
    letter-spacing: 0;
    text-transform: none;
  }
  html body:not(.product-template-default) .woocommerce table.shop_table th, html body:not(.product-template-default) .woocommerce table.shop_table td {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
    font-size: 1.1rem;
  }
  html body:not(.product-template-default) .woocommerce table.shop_table dt {
    float: none;
  }
  html body:not(.product-template-default) .woocommerce table.shop_table tr td.actions {
    padding: 1.4rem 2rem !important;
  }
  html body:not(.product-template-default) .woocommerce table.shop_table .input-text {
    font-size: 1rem;
  }
  html body:not(.product-template-default) .woocommerce table.shop_table .input-text.qty {
    margin-right: 0 !important;
  }
  html body:not(.product-template-default) .woocommerce td.product-quantity {
    min-width: 0;
  }
}
@media screen and (max-width: 450px) {
  html body:not(.product-template-default) .woocommerce h1 {
    font-size: 3.8rem;
  }
  html body:not(.product-template-default) .woocommerce h2, html body:not(.product-template-default) .woocommerce h3 {
    font-size: 3.2rem;
  }
  html body:not(.product-template-default) .woocommerce table td {
    font-size: 1.4rem;
  }
  html body:not(.product-template-default) .woocommerce table th {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  html body:not(.product-template-default) .woocommerce #respond input#submit.alt, html body:not(.product-template-default) .woocommerce a.button.alt, html body:not(.product-template-default) .woocommerce button.button.alt, html body:not(.product-template-default) .woocommerce input.button.alt {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}
html.no-mobile .woocommerce #respond input#submit.alt:hover, html.no-mobile .woocommerce a.button.alt:hover, html.no-mobile .woocommerce button.button.alt:hover, html.no-mobile .woocommerce input.button.alt:hover {
  color: #00b18f;
  background-color: transparent;
  border-color: #00b18f;
}
html.no-mobile .woocommerce .woocommerce-message a:hover, html.no-mobile .woocommerce .woocommerce-error a:hover, html.no-mobile .woocommerce .woocommerce-info a:hover {
  color: #00b18f;
}
html body:not(.product-template-default) .woocommerce-cart-form strong, html body:not(.product-template-default) .woocommerce-billing-fields strong, html body:not(.product-template-default) .woocommerce form strong {
  font-weight: 500;
}
html body:not(.product-template-default) .woocommerce-cart-form input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form input[type=submit], html body:not(.product-template-default) .woocommerce form input[type=submit]:disabled[disabled] {
  background-color: transparent;
  border: 1px solid #00b18f;
  color: #00b18f;
  padding: 1.4rem 4rem;
  border-radius: 3px;
  background-clip: padding-box;
}
html body:not(.product-template-default) .woocommerce-cart-form input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form input[type=submit]:disabled[disabled] {
  background-color: transparent !important;
  color: #00b18f !important;
}
html body:not(.product-template-default) .woocommerce-cart-form input, html body:not(.product-template-default) .woocommerce-billing-fields input, html body:not(.product-template-default) .woocommerce form input {
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html body:not(.product-template-default) .woocommerce-cart-form textarea, html body:not(.product-template-default) .woocommerce-billing-fields textarea, html body:not(.product-template-default) .woocommerce form textarea {
  height: 10rem !important;
}
html body:not(.product-template-default) .woocommerce-cart-form input:focus, html body:not(.product-template-default) .woocommerce-cart-form textarea:focus, html body:not(.product-template-default) .woocommerce-billing-fields input:focus, html body:not(.product-template-default) .woocommerce-billing-fields textarea:focus, html body:not(.product-template-default) .woocommerce form input:focus, html body:not(.product-template-default) .woocommerce form textarea:focus {
  border-color: #6f99d1 !important;
}
html body:not(.product-template-default) .woocommerce-cart-form label, html body:not(.product-template-default) .woocommerce-billing-fields label, html body:not(.product-template-default) .woocommerce form label {
  color: #598bbc;
  position: relative;
  line-height: 1.4em !important;
  padding-bottom: 0;
}
html body:not(.product-template-default) .woocommerce-cart-form abbr, html body:not(.product-template-default) .woocommerce-billing-fields abbr, html body:not(.product-template-default) .woocommerce form abbr {
  text-decoration: none;
  font-weight: 400;
}
html body:not(.product-template-default) .woocommerce-cart-form .select2-container, html body:not(.product-template-default) .woocommerce-billing-fields .select2-container, html body:not(.product-template-default) .woocommerce form .select2-container {
  padding-top: 1.4rem;
  padding-left: 6px;
  padding-right: 6px;
}
html body:not(.product-template-default) .woocommerce-cart-form .form-row, html body:not(.product-template-default) .woocommerce-billing-fields .form-row, html body:not(.product-template-default) .woocommerce form .form-row {
  position: relative;
  padding: 0;
}
html body:not(.product-template-default) .woocommerce-cart-form .form-row input, html body:not(.product-template-default) .woocommerce-cart-form .form-row .select2-container, html body:not(.product-template-default) .woocommerce-billing-fields .form-row input, html body:not(.product-template-default) .woocommerce-billing-fields .form-row .select2-container, html body:not(.product-template-default) .woocommerce form .form-row input, html body:not(.product-template-default) .woocommerce form .form-row .select2-container {
  margin-bottom: 1rem !important;
}
html body:not(.product-template-default) .woocommerce-cart-form .form-row .required, html body:not(.product-template-default) .woocommerce-billing-fields .form-row .required, html body:not(.product-template-default) .woocommerce form .form-row .required {
  color: #ef764a;
}
html body:not(.product-template-default) .woocommerce-cart-form .form-row.woocommerce-invalid label, html body:not(.product-template-default) .woocommerce-billing-fields .form-row.woocommerce-invalid label, html body:not(.product-template-default) .woocommerce form .form-row.woocommerce-invalid label {
  color: #ef764a;
}
html body:not(.product-template-default) .woocommerce-cart-form .input-text, html body:not(.product-template-default) .woocommerce-cart-form .input-text:focus, html body:not(.product-template-default) .woocommerce-billing-fields .input-text, html body:not(.product-template-default) .woocommerce-billing-fields .input-text:focus, html body:not(.product-template-default) .woocommerce form .input-text, html body:not(.product-template-default) .woocommerce form .input-text:focus {
  margin-right: 1.6rem !important;
  padding: 1.5rem 0.8rem !important;
  border: none !important;
  border-bottom: 1px solid #c8c8c8 !important;
  outline: 0 !important;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: none;
  border-radius: 0;
  background-clip: padding-box;
  color: #a4a4a4;
  font-family: Montserrat, sans-serif;
}
html body:not(.product-template-default) .woocommerce-cart-form ::-webkit-input-placeholder, html body:not(.product-template-default) .woocommerce-billing-fields ::-webkit-input-placeholder, html body:not(.product-template-default) .woocommerce form ::-webkit-input-placeholder {
  color: rgba(14, 72, 61, 0.5);
  font-size: 1.2rem;
}
html body:not(.product-template-default) .woocommerce-cart-form ::-moz-placeholder, html body:not(.product-template-default) .woocommerce-billing-fields ::-moz-placeholder, html body:not(.product-template-default) .woocommerce form ::-moz-placeholder {
  color: rgba(14, 72, 61, 0.5);
  font-size: 1.2rem;
}
html body:not(.product-template-default) .woocommerce-cart-form :-ms-input-placeholder, html body:not(.product-template-default) .woocommerce-billing-fields :-ms-input-placeholder, html body:not(.product-template-default) .woocommerce form :-ms-input-placeholder {
  color: rgba(14, 72, 61, 0.5);
  font-size: 1.2rem;
}
html body:not(.product-template-default) .woocommerce-cart-form :-moz-placeholder, html body:not(.product-template-default) .woocommerce-billing-fields :-moz-placeholder, html body:not(.product-template-default) .woocommerce form :-moz-placeholder {
  color: rgba(14, 72, 61, 0.5);
  font-size: 1.2rem;
}
html body:not(.product-template-default) .woocommerce-cart-form a.remove, html body:not(.product-template-default) .woocommerce-billing-fields a.remove, html body:not(.product-template-default) .woocommerce form a.remove {
  font-size: 3.5rem;
  font-weight: 400;
  width: auto;
  height: auto;
  color: #ef764a !important;
  background: none !important;
  position: relative;
  z-index: 9;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html body:not(.product-template-default) .woocommerce-cart-form a.remove:before, html body:not(.product-template-default) .woocommerce-billing-fields a.remove:before, html body:not(.product-template-default) .woocommerce form a.remove:before {
  content: " ";
  position: absolute;
  z-index: -1;
  width: 4rem;
  height: 4rem;
  left: 50%;
  top: 50%;
  background-color: #ef764a;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  background-clip: padding-box;
  /*-webkit-transition:all $transition $easing;
  -moz-transition:all $transition $easing;
  -ms-transition:all $transition $easing;
  -o-transition:all $transition $easing;
  transition:all $transition $easing;*/
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 650px) {
  html body:not(.product-template-default) .woocommerce-cart-form .form-row, html body:not(.product-template-default) .woocommerce-billing-fields .form-row, html body:not(.product-template-default) .woocommerce form .form-row {
    width: 100%;
  }
  html body:not(.product-template-default) .woocommerce-cart-form input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form input[type=submit], html body:not(.product-template-default) .woocommerce form input[type=submit]:disabled[disabled] {
    font-size: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 400px) {
  html body:not(.product-template-default) .woocommerce-cart-form input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form input[type=submit], html body:not(.product-template-default) .woocommerce form input[type=submit]:disabled[disabled] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 0.95rem;
  }
}
html.no-mobile .woocommerce-cart-form a.remove:hover, html.no-mobile .woocommerce-billing-fields a.remove:hover, html.no-mobile .woocommerce form a.remove:hover {
  color: #fff !important;
}
html.no-mobile .woocommerce-cart-form a.remove:hover:before, html.no-mobile .woocommerce-billing-fields a.remove:hover:before, html.no-mobile .woocommerce form a.remove:hover:before {
  opacity: 1;
}
html.no-mobile .woocommerce-cart-form input[type=submit]:hover, html.no-mobile .woocommerce-billing-fields input[type=submit]:hover, html.no-mobile .woocommerce form input[type=submit]:hover {
  background-color: #00b18f;
  color: #fff;
}
html body.woocommerce-order-pay .woocommerce-lubie {
  padding: 3rem 0;
  text-align: center;
}
html body.woocommerce-order-pay .woocommerce-lubie ul.order_details {
  display: inline-block;
}
html body:not(.product-template-default) .woocommerce-lubie {
  margin-top: 6.5rem;
}
html body:not(.product-template-default) .woocommerce-lubie .layout-simple.no-offset-bg {
  margin-bottom: 5rem;
}
html body:not(.product-template-default) .woocommerce-lubie .layout-simple.no-offset-bg p {
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
}
html body:not(.product-template-default) .woocommerce-lubie .layout-simple.no-offset-bg p strong {
  font-weight: 500;
}
html body:not(.product-template-default) .woocommerce-lubie .payment_box p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
}
html body:not(.product-template-default) .woocommerce-lubie .payment_box p strong {
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  html body:not(.product-template-default) .woocommerce-lubie .layout-simple.no-offset-bg p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 650px) {
  html body:not(.product-template-default) .woocommerce-lubie .layout-simple.no-offset-bg p {
    font-size: 1.6rem;
  }
}
html body.product-template-default .woocommerce-lubie {
  line-height: 0;
}
html body.product-template-default .woocommerce-lubie .over-input {
  margin-bottom: 2rem;
}
html body.product-template-default .woocommerce-lubie p.form-row {
  line-height: 0;
  margin: 0;
  padding: 0;
}
html body.product-template-default .woocommerce-lubie .over-input.textarea:before {
  bottom: 0;
}
html body.product-template-default .woocommerce-lubie .woocommerce-lubie {
  line-height: 0;
}
html .reveal-modal {
  height: 600px;
  background: #ffffff;
  margin: 0 auto;
  width: 1060px;
  position: relative;
  z-index: 1111;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
html .single_variation_wrap #tm-epo-totals {
  display: none !important;
}
html #inline_flower {
  background: transparent !important;
  max-width: 1200px;
}
html #inline_flower .header h3 {
  font-weight: bold;
  margin-bottom: 3rem;
}
html #inline_flower .header h4 {
  font-weight: normal;
}
html #inline_flower .reveal-modal {
  height: auto !important;
  width: auto !important;
}
html #inline_flower .reveal-modal .form-container .header h3:after {
  display: none;
}
html #inline_flower hr {
  border-color: #eeeeee;
  margin: 2rem 0rem;
}
html #inline_flower .header {
  background: #fff;
}
html #inline_flower .cpf-type-radio > label {
  display: none;
}
html #inline_flower .reveal-modal .img-container {
  position: absolute;
  left: 70%;
  width: 30%;
  height: 100%;
}
html #inline_flower .reveal-modal .form-container {
  width: 70%;
  text-align: left;
  padding: 0px;
}
html #inline_flower .reveal-modal .form-container .text {
  padding: 30px 40px;
}
html #inline_flower .tc-label.tm-label {
  font-size: 20px;
  color: #5d5d62;
  font-weight: bold;
  font-family: "Montserrat";
  font-weight: normal;
}
html #inline_flower input[type=text],
html #inline_flower input[type=tel],
html #inline_flower input[type=phone],
html #inline_flower input[type=email] {
  border-radius: 0px;
  padding: 15px 20px;
  width: 98%;
  font-weight: 500;
  outline: 0;
}
html #inline_flower input[type=radio] {
  outline: 0;
}
html #inline_flower .tm-extra-product-options .tm-extra-product-options-textfield label {
  width: 100%;
}
html #inline_flower .reveal-modal .img-container h6 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}
html #inline_flower input[type=text].haserror {
  border-color: #ff0000;
}
html .product-banner-box span.open-flower {
  color: rgb(229, 45, 97);
  text-transform: none;
  font-size: 11px;
  cursor: pointer;
  display: none;
}
html #inline_flower .reveal-modal .form-container .header h4 {
  color: #0c2e6d !important;
  font-size: 16px !important;
  font-weight: normal !important;
}
html #inline_flower .button-holder {
  background: #dee8f5;
}
html #inline_flower .price.tc-price,
html #inline_flower .tm-has-required {
  display: none;
}
html .reveal-modal .form-container,
html .reveal-modal .img-container {
  width: 50%;
  float: left;
}
html #inline_flower .button-holder {
  padding: 40px;
}
@media (max-width: 1024px) {
  html #inline_flower .reveal-modal .img-container,
  html #inline_flower .reveal-modal .form-container {
    width: auto !important;
    position: relative;
    display: block;
  }
  html #inline_flower .reveal-modal .img-container {
    left: 0;
    height: 160px;
    float: none;
  }
}
@media (max-width: 750px) {
  html #inline_flower {
    padding: 10px !important;
    margin: 0px !important;
  }
  html #inline_flower h3 {
    font-size: 2rem;
  }
  html #inline_flower h4 {
    font-size: 1.6rem;
  }
  html #inline_flower .tc-label.tm-label {
    font-size: 11px;
  }
  html #inline_flower .reveal-modal .form-container .text {
    padding: 15px;
  }
  html #inline_flower .tm-extra-product-options-radio .tmcp-field-wrap label {
    width: 100%;
    text-align: left;
    padding: 10px 0px;
  }
}
html .fancybox-enabled {
  overflow: hidden;
}
html .fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
html .fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html .fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
html .fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html .fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
html .fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity 0.2s;
       -o-transition: opacity 0.2s;
          transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}
html .fancybox-show-controls .fancybox-controls {
  opacity: 1;
}
html .fancybox-infobar {
  display: none;
}
html .fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}
html .fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
html .fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}
html .fancybox-show-buttons .fancybox-buttons {
  display: block;
}
html .fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}
html .fancybox-slider, html .fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
html .fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}
html .fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0;
}
html .fancybox-slide:before, html .fancybox-slide > * {
  display: inline-block;
  vertical-align: middle;
}
html .fancybox-slide > * {
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
html .fancybox-slide--image {
  overflow: hidden;
}
html .fancybox-slide--image:before {
  display: none;
}
html .fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}
html .fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
html .fancybox-slide--video .fancybox-content, html .fancybox-slide--video .fancybox-iframe {
  background: transparent;
}
html .fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
     transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html .fancybox-image, html .fancybox-placeholder, html .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
html .fancybox-image, html .fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}
html .fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out;
}
html .fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in;
}
html .fancybox-controls--canGrab .fancybox-placeholder {
  cursor: grab;
}
html .fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: grabbing;
}
html .fancybox-spaceball {
  z-index: 1;
}
html .fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
html .fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}
html .fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}
html .fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
html .fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background 0.2s;
       -o-transition: background 0.2s;
          transition: background 0.2s;
  box-sizing: border-box;
  z-index: 2;
}
html .fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
html .fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}
html .fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
html .fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: -webkit-linear-gradient(270deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(270deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  -webkit-transition: opacity 0.2s;
       -o-transition: opacity 0.2s;
          transition: opacity 0.2s;
  pointer-events: none;
}
html .fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}
html .fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
html .fancybox-caption a, html .fancybox-caption button {
  pointer-events: all;
}
html .fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
html .fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}
html .fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}
html .fancybox-button, html .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}
html .fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
html .fancybox-button:after, html .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
html .fancybox-button--disabled:after, html .fancybox-button--disabled:before {
  opacity: 0.5;
}
html .fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
     transform: rotate(-135deg);
}
html .fancybox-button--left:after, html .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
html .fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
}
html .fancybox-button--left {
  border-bottom-left-radius: 5px;
}
html .fancybox-button--right {
  border-bottom-right-radius: 5px;
}
html .fancybox-button--close {
  float: right;
}
html .fancybox-button--close:after, html .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
html .fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
}
html .fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
html .fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, 0.4);
  border-top: 6px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  -o-animation: a 0.8s infinite linear;
     animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}
@media (max-width: 800px) {
  html .fancybox-controls {
    text-align: left;
  }
  html .fancybox-button--left, html .fancybox-button--right, html .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  html .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
html .fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}
html .fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}
html .fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent;
}
html .fancybox-button--thumbs span {
  font-size: 23px;
}
html .fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}
html .fancybox-container--thumbs .fancybox-caption-wrap, html .fancybox-container--thumbs .fancybox-controls, html .fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px;
}
html .fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
html .fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}
html .fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
html li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
html .fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html .fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  html .fancybox-thumbs {
    display: none !important;
  }
  html .fancybox-container--thumbs .fancybox-caption-wrap, html .fancybox-container--thumbs .fancybox-controls, html .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
  }
}
html .container-image-popup {
  position: relative;
  padding-top: 2rem;
}
html .container-image-popup .content-image {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 0;
  z-index: 9;
}
html .container-image-popup .content-image:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
html .container-image-popup .content-image svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  fill: #fff;
  z-index: 9;
}
html .container-image-popup figure {
  margin-bottom: 2rem;
}
html .container-image-popup figure figcaption {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #01235e;
  margin-top: 1.8rem;
}
html .container-image-popup img {
  width: 100%;
}
html .container-image-popup .row {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
html .container-image-popup .row .col {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
html.no-mobile .container-image-popup .content-image[data-fancybox]:hover:before {
  background-color: rgba(0, 0, 0, 0);
}
html .container-text-center {
  padding-top: 6rem;
  /*padding-top:12rem;*/
  padding-bottom: 4rem;
  text-align: center;
}
html .container-text-center.variant-text-left {
  text-align: left;
}
html .container-text-center .title-center {
  font-size: 7.7rem;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 1px;
  text-transform: none;
  font-style: initial;
  font-family: Montserrat, sans-serif;
  color: #0e483d;
  margin-bottom: 4.2rem;
  display: block;
}
html .container-text-center .medium-title, html .template-contact .container-text-center .title-center {
  display: block;
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  margin-bottom: 3rem;
}
html .container-text-center .headline-text {
  color: #212d3f;
  margin-bottom: 2.5rem;
}
html .container-text-center p {
  font-size: 2.2rem;
  font-weight: 200;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  color: #0e483d;
  padding-bottom: 2.4rem;
  width: 80rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
html .container-text-center ul, html .container-text-center h3 {
  width: 80rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
html .container-text-center .container-center-buttons {
  margin-top: 3rem;
  margin-left: -1.25rem;
}
html .container-text-center .container-center-buttons a {
  margin-bottom: 1rem;
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
html .container-text-center .btn-arrow-right, html .container-text-center .btn-arrow-left, html .container-text-center .btn-arrow-bottom {
  margin-top: 2rem;
}
html .container-text-center.variant-2 .title-center {
  color: #0e483d;
}
html .container-text-center.variant-2 .medium-title, html .template-contact .container-text-center.variant-2 .title-center {
  color: #00b18f;
}
@media screen and (max-width: 1200px) {
  html .container-text-center .title-center {
    font-size: 6.8rem;
  }
  html .container-text-center p {
    font-size: 2.1rem;
  }
  html .container-text-center .container-center-buttons a {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  html .container-text-center .title-center {
    font-size: 6.2rem;
  }
  html .container-text-center p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 850px) {
  html .container-text-center .title-center {
    font-size: 5.6rem;
  }
  html .container-text-center .medium-title, html .template-contact .container-text-center .title-center {
    font-size: 4.6rem;
  }
  html .container-text-center p {
    font-size: 1.9rem;
  }
  html .container-text-center .container-center-buttons a {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 650px) {
  html .container-text-center {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  html .container-text-center .title-center {
    font-size: 4.6rem;
    margin-bottom: 2.4rem;
  }
  html .container-text-center .medium-title, html .template-contact .container-text-center .title-center {
    font-size: 4rem;
  }
  html .container-text-center p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  html .container-text-center .title-center {
    font-size: 3.8rem;
  }
  html .container-text-center .medium-title, html .template-contact .container-text-center .title-center {
    font-size: 4rem;
  }
  html .container-text-center p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 650px) {
  html .container-text-center {
    padding-top: 2rem;
  }
}
html.no-mobile .container-text-center .scrollmagic-toggle-class {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
html.no-mobile .container-text-center .scrollmagic-toggle-class.scrollmagic-active {
  -webkit-transition: all 2.5s ease;
  -o-transition: all 2.5s ease;
  transition: all 2.5s ease;
  opacity: 1;
}
html .container-image-text-inline.container-image-text-inline-2 + .container-text-center {
  padding-top: 0;
}
html .container-image-text-inline,
html .container-image-text-overlap {
  /*.medium-text{
      @include base-text(3.3rem, 300, 1.2em);
      display:block;
      margin-bottom:3.6rem;
      color:$second-color;
  }*/
}
html.no-mobile .container-image-text-inline .scrollmagic-toggle-class, html.no-mobile .container-image-text-overlap .scrollmagic-toggle-class {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
html.no-mobile .container-image-text-inline .scrollmagic-toggle-class.scrollmagic-active, html.no-mobile .container-image-text-overlap .scrollmagic-toggle-class.scrollmagic-active {
  -webkit-transition: all 2.5s ease;
  -o-transition: all 2.5s ease;
  transition: all 2.5s ease;
  opacity: 1;
}
html .container-image-text-inline {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  /*@media screen and (max-width: 1480px){
      figure{
          height:calc(((50vw - 40) * 400) / 560);
      }
  }*/
}
html .container-image-text-inline .big-title, html .container-image-text-inline .medium-text {
  font-size: 6.3rem;
  font-weight: 500;
  line-height: 0.95em;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  margin-bottom: 4.6rem;
  margin-top: 2rem;
  color: #0e483d;
}
html .container-image-text-inline .headline-text {
  color: #0e483d;
}
html .container-image-text-inline .small-title {
  display: inline-block;
  width: auto;
  position: relative;
  color: #0e483d;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 3.8rem;
  padding-left: 10.4rem;
}
html .container-image-text-inline .small-title:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8rem;
  height: 1px;
  background-color: rgba(14, 72, 61, 0.3);
}
html .container-image-text-inline p {
  color: #0e483d;
  font-size: 1.9rem;
  font-weight: 200;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 3.8rem;
}
html .container-image-text-inline p img {
  width: auto;
}
html .container-image-text-inline h3 {
  margin-bottom: 2.5rem;
}
html .container-image-text-inline .list-dot ul, html .container-image-text-inline .container-image-text-overlap .content-text ul ul, html .container-image-text-overlap .content-text .container-image-text-inline ul ul {
  margin-bottom: 4rem;
}
html .container-image-text-inline .list-dot ul li, html .container-image-text-inline .container-image-text-overlap .content-text ul ul li, html .container-image-text-overlap .content-text .container-image-text-inline ul ul li {
  font-size: 1.9rem;
}
html .container-image-text-inline blockquote {
  display: block;
  margin-bottom: 4rem;
}
html .container-image-text-inline blockquote p {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  font-style: italic;
  font-family: Montserrat, sans-serif;
  margin-left: 0;
  margin-bottom: 0;
  color: #0e483d;
}
html .container-image-text-inline cite {
  margin-bottom: 3.6rem;
  font-size: 2.2rem;
  font-weight: 200;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  display: block;
}
html .container-image-text-inline table tr td {
  line-height: 1.3em;
  padding-bottom: 0.5rem;
}
html .container-image-text-inline .row {
  padding-top: 6rem;
  padding-bottom: 12rem;
}
html .container-image-text-inline .row .col {
  position: relative;
  margin-bottom: 3rem;
}
html .container-image-text-inline .row .col.col-image {
  position: relative;
  z-index: 9;
}
html .container-image-text-inline .row .col.col-image:before {
  content: " ";
  position: absolute;
  left: -13.4rem;
  top: 3.6rem;
  width: calc(100% + 19.4rem);
  height: calc(100% + 5.4rem);
  background-color: #fff;
  z-index: -1;
}
html .container-image-text-inline .row .col.col-image img {
  padding-right: 2rem;
}
html .container-image-text-inline .row .col.col-text {
  padding-top: 1.6rem;
  position: relative;
  z-index: 99;
}
html .container-image-text-inline .row.row-reverse .col-image:before {
  left: auto;
  right: -13.4rem;
}
html .container-image-text-inline .row.row-reverse .col-image img {
  padding-right: 0;
  padding-left: 2rem;
}
html .container-image-text-inline .row.row-reverse .over-pdf {
  padding-left: 11rem;
}
html .container-image-text-inline .row.row-reverse .over-pdf .icon-pdf {
  left: 0;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
html .container-image-text-inline .row.row-reverse figure:before {
  left: auto;
  right: -12.5rem;
}
html .container-image-text-inline figure {
  position: relative;
  /*&:before{
      content:" ";
      position:absolute;
      left:-12.5rem;
      top:3.6rem;
      width:calc(100% + 18.5rem);
      height:calc(100% + 7.4rem);
      background-color:$white;
      z-index:-1;
  }*/
}
html .container-image-text-inline figure .over-image {
  position: relative;
  height: 464.2857142857px;
  overflow: hidden;
}
html .container-image-text-inline figure .image-bg {
  display: block;
  position: absolute;
  left: 0;
  top: -45px;
  width: 100%;
  height: calc(100% + 60px);
}
html .container-image-text-inline figure figcaption {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #00b18f;
  position: absolute;
  bottom: 0.5rem;
  left: -7rem;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
html .container-image-text-inline figure figcaption:before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 11rem;
  background-color: #00b18f;
  top: calc(100% + 4rem);
  left: 50%;
  -webkit-transform: translateY(-50);
  -o-transform: translateY(-50);
  transform: translateY(-50);
  opacity: 0.3;
}
html .container-image-text-inline .over-pdf {
  width: 100%;
  position: relative;
  padding-left: 13.5rem;
}
html .container-image-text-inline .over-pdf .icon-pdf {
  position: absolute;
  /*left:-23.5%;*/
  left: 0;
  top: 50%;
  display: inline-block;
  background-color: #0e483d;
  border: 1rem solid #00b18f;
  width: 9.4rem;
  height: 9.4rem;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50% !important;
  background-clip: padding-box;
}
html .container-image-text-inline .over-pdf .icon-pdf svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  fill: #fff;
  padding: 0.2rem;
}
html .container-image-text-inline .small-border {
  margin: 5rem auto;
  background-color: #0e483d;
}
html .container-image-text-inline .col-text.col-xs-24 p + .small-border {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
html .container-image-text-inline .row-reverse figure figcaption {
  left: auto;
  right: -7rem;
}
html .container-image-text-inline img {
  width: 100%;
}
html .container-image-text-inline .bubble-quote + .headline-text {
  font-size: 3.7rem;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: 0;
  text-transform: none;
  font-style: italic;
}
html .container-image-text-inline .bubble-quote {
  margin-bottom: 4rem;
}
html .container-image-text-inline .variant-quote-blog {
  padding-top: 0;
  padding-bottom: 0;
}
html .container-image-text-inline .variant-quote-blog .col-xs-24:not(.col-sm-11):not(.col-sm-12):not(.col-md-11) {
  position: relative;
  z-index: 1;
  padding-top: 14rem;
  padding-bottom: 12rem;
  margin-bottom: 0;
}
html .container-image-text-inline .variant-quote-blog .col-xs-24:not(.col-sm-11):not(.col-sm-12):not(.col-md-11):before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f0f0f0;
  z-index: -1;
}
html .container-image-text-inline .variant-quote-blog:nth-child(even) .col-xs-24:not(.col-sm-11):not(.col-sm-12):not(.col-md-11):before {
  background: #fff;
}
html .container-image-text-inline .variant-quote-blog .col-text {
  text-align: center;
  /*margin-top:-11rem;*/
}
html .container-image-text-inline .variant-quote-blog .col-text img {
  max-width: 30rem;
  margin-bottom: 5rem;
}
html .container-image-text-inline .variant-quote-blog .bubble-quote {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
html .container-image-text-inline .variant-quote-blog cite {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  color: #0e483d;
}
html .container-image-text-inline .variant-quote-blog cite strong {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  color: #00b18f;
}
html .container-image-text-inline.container-image-text-inline-2 figure {
  /*height:calc((33.333333vw * 630) / 420);
  max-height:70rem;*/
}
html .container-image-text-inline.container-image-text-inline-2 p {
  margin-left: 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1560px) {
  html .container-image-text-inline figure figcaption {
    left: -4rem;
  }
  html .container-image-text-inline .row-reverse figure figcaption {
    right: -4rem;
  }
}
@media screen and (max-width: 1440px) {
  html .container-image-text-inline .big-title, html .container-image-text-inline .medium-text {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1420px) {
  html .container-image-text-inline figure figcaption {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  html .container-image-text-inline figure .over-image {
    height: calc((50vw - 20px) * 400 / 560);
  }
}
@media screen and (max-width: 1200px) {
  html .container-image-text-inline .big-title, html .container-image-text-inline .medium-text {
    font-size: 5.6rem;
  }
  html .container-image-text-inline .small-title {
    font-size: 2.1rem;
  }
  html .container-image-text-inline blockquote p {
    font-size: 2.8rem;
  }
  html .container-image-text-inline cite {
    font-size: 2.1rem;
  }
  html .container-image-text-inline .over-pdf .icon-pdf {
    left: -18%;
    width: 8rem;
    height: 8rem;
    border-width: 0.8rem;
  }
  html .container-image-text-inline .over-pdf .icon-pdf svg {
    width: 2.8rem;
    height: 2.8rem;
  }
  html .container-image-text-inline .row .col.col-image:before {
    left: -2rem;
    top: 2rem;
    width: calc(100% + 4rem);
    height: calc(100% + 2.4rem);
  }
  html .container-image-text-inline .row.row-reverse .col.col-image:before {
    right: -2rem;
  }
  html .container-image-text-inline.container-image-text-inline-2 figure {
    margin-top: -6rem;
  }
}
@media screen and (max-width: 1024px) {
  html .container-image-text-inline {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  html .container-image-text-inline .big-title, html .container-image-text-inline .medium-text {
    font-size: 4.8rem;
  }
  html .container-image-text-inline .small-title {
    margin-bottom: 3rem;
  }
  html .container-image-text-inline p {
    font-size: 1.7rem;
  }
  html .container-image-text-inline .list-dot ul li, html .container-image-text-inline .container-image-text-overlap .content-text ul ul li, html .container-image-text-overlap .content-text .container-image-text-inline ul ul li {
    font-size: 1.7rem;
  }
  html .container-image-text-inline blockquote {
    margin-bottom: 3.5rem;
  }
  html .container-image-text-inline cite {
    margin-bottom: 3rem;
  }
  html .container-image-text-inline .variant-quote-blog .bubble-quote {
    margin-bottom: 2.4rem;
  }
  html .container-image-text-inline .variant-quote-blog .col-text img {
    margin-bottom: 4rem;
  }
  html .container-image-text-inline .small-border {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  html .container-image-text-inline .row {
    padding-top: 3rem;
  }
  html .container-image-text-inline.container-image-text-inline-2 figure {
    margin-top: -4rem;
  }
}
@media screen and (max-width: 992px) {
  html .container-image-text-inline figure:before {
    width: calc(100% + 14.5rem);
    height: calc(100% + 3rem);
  }
}
@media screen and (max-width: 850px) {
  html .container-image-text-inline .big-title, html .container-image-text-inline .medium-text {
    font-size: 4.4rem;
    margin-bottom: 3rem;
  }
  html .container-image-text-inline .small-title {
    font-size: 2rem;
  }
  html .container-image-text-inline p {
    font-size: 1.6rem;
  }
  html .container-image-text-inline .list-dot ul li, html .container-image-text-inline .container-image-text-overlap .content-text ul ul li, html .container-image-text-overlap .content-text .container-image-text-inline ul ul li {
    font-size: 1.6rem;
  }
  html .container-image-text-inline blockquote {
    margin-bottom: 3rem;
  }
  html .container-image-text-inline blockquote p {
    font-size: 2.5rem;
  }
  html .container-image-text-inline cite {
    margin-bottom: 2.6rem;
    font-size: 2rem;
  }
  html .container-image-text-inline .row .col {
    margin-bottom: 4rem;
  }
  html .container-image-text-inline .small-border {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  html .container-image-text-inline .variant-quote-blog .col-text {
    margin-top: -8rem;
  }
  html .container-image-text-inline .variant-quote-blog .col-text img {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 807px) {
  html .container-image-text-inline.container-image-text-inline-2 .row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  html .container-image-text-inline figure .over-image {
    height: calc((100vw - 20px) * 400 / 560);
  }
  html .container-image-text-inline figure:before {
    left: -2rem !important;
    top: -2rem;
    width: calc(100% + 4rem);
    height: 100%;
  }
  html .container-image-text-inline .small-border {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  html .container-image-text-inline .row {
    padding-bottom: 3rem;
  }
  html .container-image-text-inline .row .col {
    margin-bottom: 1rem;
  }
  html .container-image-text-inline .row .col.col-image img {
    padding-right: 0;
    padding-left: 0;
  }
  html .container-image-text-inline .row .col.col-text {
    padding-top: 3.6rem;
  }
  html .container-image-text-inline .row .col.col-image:before {
    height: calc(100% + 0.4rem);
  }
  html .container-image-text-inline .variant-quote-blog .col-text {
    margin-top: 0;
  }
  html .container-image-text-inline .variant-quote-blog .bubble-quote {
    margin-top: -1.5rem;
  }
  html .container-image-text-inline .over-pdf {
    padding-left: 10rem !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  html .container-image-text-inline .over-pdf .icon-pdf {
    left: 0;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  html .container-image-text-inline.container-image-text-inline-2 {
    /*figure{
        height:calc(((100vw - 40) * 630) / 420);
    }*/
  }
}
@media screen and (max-width: 650px) {
  html .container-image-text-inline .big-title, html .container-image-text-inline .medium-text {
    font-size: 4rem;
  }
  html .container-image-text-inline p {
    font-size: 1.5rem;
    margin-bottom: 2.6rem;
  }
  html .container-image-text-inline .list-dot ul li, html .container-image-text-inline .container-image-text-overlap .content-text ul ul li, html .container-image-text-overlap .content-text .container-image-text-inline ul ul li {
    font-size: 1.5rem;
  }
  html .container-image-text-inline .row {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  html .container-image-text-inline .over-pdf {
    padding-left: 8rem !important;
  }
  html .container-image-text-inline .over-pdf .icon-pdf {
    width: 7rem;
    height: 7rem;
  }
  html .container-image-text-inline .over-pdf .icon-pdf svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media screen and (max-width: 450px) {
  html .container-image-text-inline .big-title, html .container-image-text-inline .medium-text {
    font-size: 3.6rem;
    margin-bottom: 2.4rem;
  }
  html .container-image-text-inline .small-title {
    font-size: 1.9rem;
    letter-spacing: 3px;
  }
  html .container-image-text-inline blockquote p {
    font-size: 2.2rem;
  }
  html .container-image-text-inline cite {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 400px) {
  html .container-image-text-inline.container-image-text-inline-2 .row {
    padding-left: 12px;
    padding-right: 12px;
  }
}
html.internet-explorer .container-image-text-inline figure figcaption {
  display: none;
  /*-webkit-writing-mode:initial; writing-mode:initial;
  @include transformRotate(90deg);*/
}
html .container-image-text-overlap {
  background-color: #f0f0f0;
  padding-top: 7rem;
  padding-bottom: 11rem;
  position: relative;
  z-index: 9;
}
html .container-image-text-overlap:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 22rem);
  background-image: url(../../dist/images/sapins-new.png);
  background-size: cover !important;
  background-position: 50% 50%;
}
html .container-image-text-overlap.bg-none:before {
  background-image: inherit;
}
html .container-image-text-overlap .row {
  margin-left: -3rem;
  margin-right: -3rem;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html .container-image-text-overlap .row .col {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 6rem;
  margin-bottom: 4rem;
  position: relative;
  z-index: 9;
}
html .container-image-text-overlap .row .col:before {
  content: " ";
  position: absolute;
  left: 3rem;
  top: 6rem;
  width: calc(100% - 14rem);
  height: calc(100% - 6rem);
  z-index: -1;
  background-color: #fff;
}
html .container-image-text-overlap figure {
  position: relative;
  line-height: 0;
  margin-left: 6rem;
}
html .container-image-text-overlap figure .over-image {
  position: relative;
  height: 464.2857142857px;
  overflow: hidden;
}
html .container-image-text-overlap figure .image-bg {
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: calc(100% + 60px);
}
html .container-image-text-overlap figure:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#a6ffffff",GradientType=0 );
  z-index: 9;
}
html .container-image-text-overlap figure figcaption {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #00b18f;
  position: absolute;
  bottom: 0.5rem;
  left: -7rem;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
html .container-image-text-overlap figure img {
  width: 100%;
}
html .container-image-text-overlap .col-right figure figcaption {
  left: auto;
  right: -7rem;
}
html .container-image-text-overlap .big-title {
  font-size: 6.3rem;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 2px;
  text-transform: none;
  font-style: italic;
  font-family: Montserrat, sans-serif;
  margin-left: 0;
  margin-bottom: 3.2rem;
}
html .container-image-text-overlap p {
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 3.2rem;
}
html .container-image-text-overlap p, html .container-image-text-overlap .btn-arrow-right, html .container-image-text-overlap .btn-arrow-left, html .container-image-text-overlap .btn-arrow-bottom {
  margin-left: 4rem;
}
html .container-image-text-overlap .content-text {
  margin-top: -4.4rem;
  padding-left: 7.4rem;
  position: relative;
  z-index: 9;
  padding-right: 30%;
}
html .container-image-text-overlap.alternate-vertical {
  background: none;
}
html .container-image-text-overlap.alternate-vertical .content-text {
  margin-top: 2rem;
}
html .container-image-text-overlap.alternate-vertical figure {
  margin-bottom: 4.4rem;
}
html .container-image-text-overlap.alternate-vertical figure:before {
  position: initial;
  width: 0;
  height: 0;
  background: none;
}
html .container-image-text-overlap.alternate-vertical figure img {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.06);
}
html .container-image-text-overlap.alternate-vertical .medium-text {
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1440px) {
  html .container-image-text-overlap .big-title {
    font-size: 5.8rem;
  }
  html .container-image-text-overlap .content-text {
    margin-top: -4.4rem;
  }
  html .container-image-text-overlap .row {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  html .container-image-text-overlap .row .col {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  html .container-image-text-overlap .row .col:before {
    top: 4rem;
    left: 2rem;
    width: calc(100% - 8rem);
  }
  html .container-image-text-overlap figure {
    margin-left: 4rem;
  }
  html .container-image-text-overlap .content-text {
    padding-left: 5.4rem;
  }
}
@media screen and (max-width: 1300px) {
  html .container-image-text-overlap figure .over-image {
    height: calc((50vw - 20px) * 400 / 560);
  }
}
@media screen and (max-width: 1200px) {
  html .container-image-text-overlap {
    padding-bottom: 10rem;
  }
  html .container-image-text-overlap .big-title {
    font-size: 4.8rem;
  }
  html .container-image-text-overlap .content-text {
    margin-top: -3.3rem;
    padding-right: 6rem;
    padding-left: 4rem;
  }
  html .container-image-text-overlap .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  html .container-image-text-overlap .row .col {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  html .container-image-text-overlap .row .col:before {
    top: 3rem;
    left: 1rem;
    width: calc(100% - 4rem);
  }
  html .container-image-text-overlap p, html .container-image-text-overlap .btn-arrow-right, html .container-image-text-overlap .btn-arrow-left, html .container-image-text-overlap .btn-arrow-bottom {
    margin-left: 2rem;
  }
  html .container-image-text-overlap figure {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 1100px) {
  html .container-image-text-overlap .content-text {
    margin-top: -3.6rem;
  }
}
@media screen and (max-width: 1024px) {
  html .container-image-text-overlap {
    padding-bottom: 9rem;
  }
  html .container-image-text-overlap .big-title {
    font-size: 4.2rem;
    letter-spacing: 1px;
    margin-bottom: 2.8rem;
  }
  html .container-image-text-overlap .content-text {
    margin-top: -2.9rem;
  }
  html .container-image-text-overlap p {
    font-size: 1.7rem;
    margin-bottom: 2.8rem;
  }
}
@media screen and (max-width: 850px) {
  html .container-image-text-overlap {
    padding-bottom: 8rem;
  }
  html .container-image-text-overlap .big-title {
    margin-bottom: 2.4rem;
  }
  html .container-image-text-overlap .content-text {
    margin-top: -3.1rem;
  }
  html .container-image-text-overlap p {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  html .container-image-text-overlap .big-title {
    font-size: 4.6rem;
  }
  html .container-image-text-overlap figure .over-image {
    height: calc((100vw - 20px) * 400 / 560);
  }
  html .container-image-text-overlap .content-text {
    margin-top: -3.6rem;
  }
  html .container-image-text-overlap .row .col {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 650px) {
  html .container-image-text-overlap {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  html .container-image-text-overlap p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  html .container-image-text-overlap {
    padding-bottom: 4rem;
  }
  html .container-image-text-overlap .big-title {
    font-size: 4rem;
  }
  html .container-image-text-overlap .content-text {
    margin-top: -2.9rem;
  }
}
@media screen and (min-width: 768px) {
  html .container-image-text-overlap .col-sm-12 {
    width: calc(50% - 1px);
  }
}
html .container-carousel-large, html .container-carousel-small {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #f0f0f0;
  /*background:$white;*/
}
html .container-carousel-large .swiper-pagination, html .container-carousel-small .swiper-pagination {
  position: absolute;
  left: 50%;
  top: calc(100% - 5rem);
  bottom: auto;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
html .container-carousel-large .swiper-pagination .swiper-pagination-bullet, html .container-carousel-small .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 0.2rem solid rgba(0, 177, 143, 0.3);
  background-color: rgba(0, 177, 143, 0.3);
  opacity: 1;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
  border-radius: 50% !important;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html .container-carousel-large .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, html .container-carousel-small .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: #00b18f;
}
html .container-carousel-large .swiper-container, html .container-carousel-small .swiper-container {
  position: relative;
  height: 46.25vw;
  max-height: 96rem;
}
html .container-carousel-large .swiper-container .swiper-button, html .container-carousel-small .swiper-container .swiper-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: 99;
  cursor: pointer;
  margin-top: 0;
  background-image: none;
}
html .container-carousel-large .swiper-container .swiper-button:before, html .container-carousel-small .swiper-container .swiper-button:before, html .container-carousel-large .swiper-container .swiper-button:after, html .container-carousel-small .swiper-container .swiper-button:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 24rem;
  max-width: 100%;
  height: 100%;
}
html .container-carousel-large .swiper-container .swiper-button:after, html .container-carousel-small .swiper-container .swiper-button:after {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html .container-carousel-large .swiper-container .swiper-button.swiper-button-prev:before, html .container-carousel-small .swiper-container .swiper-button.swiper-button-prev:before, html .container-carousel-large .swiper-container .swiper-button.swiper-button-prev:after, html .container-carousel-small .swiper-container .swiper-button.swiper-button-prev:after {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4d000000", endColorstr="#00000000",GradientType=1 );
}
html .container-carousel-large .swiper-container .swiper-button.swiper-button-next, html .container-carousel-small .swiper-container .swiper-button.swiper-button-next {
  left: auto;
  right: 0;
}
html .container-carousel-large .swiper-container .swiper-button.swiper-button-next:before, html .container-carousel-small .swiper-container .swiper-button.swiper-button-next:before, html .container-carousel-large .swiper-container .swiper-button.swiper-button-next:after, html .container-carousel-small .swiper-container .swiper-button.swiper-button-next:after {
  left: auto;
  right: 0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#4d000000",GradientType=1 );
}
html .container-carousel-large .swiper-container .swiper-button.swiper-button-next svg, html .container-carousel-small .swiper-container .swiper-button.swiper-button-next svg {
  left: auto;
  right: 4rem;
}
html .container-carousel-large .swiper-container .swiper-button svg, html .container-carousel-small .swiper-container .swiper-button svg {
  fill: #fff;
  position: absolute;
  left: 4rem;
  top: 50%;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  html .container-carousel-large .swiper-container .swiper-button.swiper-button-prev svg, html .container-carousel-small .swiper-container .swiper-button.swiper-button-prev svg {
    left: 2rem;
  }
  html .container-carousel-large .swiper-container .swiper-button.swiper-button-next svg, html .container-carousel-small .swiper-container .swiper-button.swiper-button-next svg {
    right: 2rem;
  }
}
@media screen and (max-width: 650px) {
  html .container-carousel-large .swiper-container .swiper-button.swiper-button-prev svg, html .container-carousel-small .swiper-container .swiper-button.swiper-button-prev svg {
    left: 2rem;
  }
  html .container-carousel-large .swiper-container .swiper-button.swiper-button-next svg, html .container-carousel-small .swiper-container .swiper-button.swiper-button-next svg {
    right: 2rem;
  }
}
html.no-mobile .container-carousel-large .swiper-pagination .swiper-pagination-bullet:hover, html.no-mobile .container-carousel-small .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #00b18f;
  border-color: #00b18f;
}
html.no-mobile .container-carousel-large .swiper-container .swiper-button:hover:after, html.no-mobile .container-carousel-small .swiper-container .swiper-button:hover:after {
  opacity: 1;
}
html .fancybox-enabled {
  overflow: hidden;
}
html .fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
html .fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html .fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
html .fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html .fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
html .fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity 0.2s;
       -o-transition: opacity 0.2s;
          transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}
html .fancybox-show-controls .fancybox-controls {
  opacity: 1;
}
html .fancybox-infobar {
  display: none;
}
html .fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}
html .fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
html .fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}
html .fancybox-show-buttons .fancybox-buttons {
  display: block;
}
html .fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}
html .fancybox-slider, html .fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
html .fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}
html .fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0;
}
html .fancybox-slide:before, html .fancybox-slide > * {
  display: inline-block;
  vertical-align: middle;
}
html .fancybox-slide > * {
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
html .fancybox-slide--image {
  overflow: hidden;
}
html .fancybox-slide--image:before {
  display: none;
}
html .fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}
html .fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
html .fancybox-slide--video .fancybox-content, html .fancybox-slide--video .fancybox-iframe {
  background: transparent;
}
html .fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
     transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html .fancybox-image, html .fancybox-placeholder, html .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
html .fancybox-image, html .fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}
html .fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out;
}
html .fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in;
}
html .fancybox-controls--canGrab .fancybox-placeholder {
  cursor: grab;
}
html .fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: grabbing;
}
html .fancybox-spaceball {
  z-index: 1;
}
html .fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
html .fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}
html .fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}
html .fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
html .fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background 0.2s;
       -o-transition: background 0.2s;
          transition: background 0.2s;
  box-sizing: border-box;
  z-index: 2;
}
html .fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
html .fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}
html .fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
html .fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: -webkit-linear-gradient(270deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(270deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  -webkit-transition: opacity 0.2s;
       -o-transition: opacity 0.2s;
          transition: opacity 0.2s;
  pointer-events: none;
}
html .fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}
html .fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
html .fancybox-caption a, html .fancybox-caption button {
  pointer-events: all;
}
html .fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
html .fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}
html .fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}
html .fancybox-button, html .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}
html .fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
html .fancybox-button:after, html .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
html .fancybox-button--disabled:after, html .fancybox-button--disabled:before {
  opacity: 0.5;
}
html .fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
     transform: rotate(-135deg);
}
html .fancybox-button--left:after, html .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
html .fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
}
html .fancybox-button--left {
  border-bottom-left-radius: 5px;
}
html .fancybox-button--right {
  border-bottom-right-radius: 5px;
}
html .fancybox-button--close {
  float: right;
}
html .fancybox-button--close:after, html .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
html .fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
}
html .fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
html .fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, 0.4);
  border-top: 6px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  -o-animation: a 0.8s infinite linear;
     animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}
@media (max-width: 800px) {
  html .fancybox-controls {
    text-align: left;
  }
  html .fancybox-button--left, html .fancybox-button--right, html .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  html .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
html .fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}
html .fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}
html .fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent;
}
html .fancybox-button--thumbs span {
  font-size: 23px;
}
html .fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}
html .fancybox-container--thumbs .fancybox-caption-wrap, html .fancybox-container--thumbs .fancybox-controls, html .fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px;
}
html .fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
html .fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}
html .fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
html li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
html .fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html .fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  html .fancybox-thumbs {
    display: none !important;
  }
  html .fancybox-container--thumbs .fancybox-caption-wrap, html .fancybox-container--thumbs .fancybox-controls, html .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
  }
}
html .container-image-popup {
  position: relative;
  padding-top: 2rem;
}
html .container-image-popup .content-image {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 0;
  z-index: 9;
}
html .container-image-popup .content-image:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
html .container-image-popup .content-image svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  fill: #fff;
  z-index: 9;
}
html .container-image-popup figure {
  margin-bottom: 2rem;
}
html .container-image-popup figure figcaption {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #01235e;
  margin-top: 1.8rem;
}
html .container-image-popup img {
  width: 100%;
}
html .container-image-popup .row {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
html .container-image-popup .row .col {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
html.no-mobile .container-image-popup .content-image[data-fancybox]:hover:before {
  background-color: rgba(0, 0, 0, 0);
}
html .container-text-center {
  padding-top: 6rem;
  /*padding-top:12rem;*/
  padding-bottom: 4rem;
  text-align: center;
}
html .container-text-center.variant-text-left {
  text-align: left;
}
html .container-text-center .title-center {
  font-size: 7.7rem;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 1px;
  text-transform: none;
  font-style: initial;
  font-family: Montserrat, sans-serif;
  color: #0e483d;
  margin-bottom: 4.2rem;
  display: block;
}
html .container-text-center .medium-title, html .template-contact .container-text-center .title-center {
  display: block;
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  margin-bottom: 3rem;
}
html .container-text-center .headline-text {
  color: #212d3f;
  margin-bottom: 2.5rem;
}
html .container-text-center p {
  font-size: 2.2rem;
  font-weight: 200;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  color: #0e483d;
  padding-bottom: 2.4rem;
  width: 80rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
html .container-text-center ul, html .container-text-center h3 {
  width: 80rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
html .container-text-center .container-center-buttons {
  margin-top: 3rem;
  margin-left: -1.25rem;
}
html .container-text-center .container-center-buttons a {
  margin-bottom: 1rem;
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
html .container-text-center .btn-arrow-right, html .container-text-center .btn-arrow-left, html .container-text-center .btn-arrow-bottom {
  margin-top: 2rem;
}
html .container-text-center.variant-2 .title-center {
  color: #0e483d;
}
html .container-text-center.variant-2 .medium-title, html .template-contact .container-text-center.variant-2 .title-center {
  color: #00b18f;
}
@media screen and (max-width: 1200px) {
  html .container-text-center .title-center {
    font-size: 6.8rem;
  }
  html .container-text-center p {
    font-size: 2.1rem;
  }
  html .container-text-center .container-center-buttons a {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  html .container-text-center .title-center {
    font-size: 6.2rem;
  }
  html .container-text-center p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 850px) {
  html .container-text-center .title-center {
    font-size: 5.6rem;
  }
  html .container-text-center .medium-title, html .template-contact .container-text-center .title-center {
    font-size: 4.6rem;
  }
  html .container-text-center p {
    font-size: 1.9rem;
  }
  html .container-text-center .container-center-buttons a {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 650px) {
  html .container-text-center {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  html .container-text-center .title-center {
    font-size: 4.6rem;
    margin-bottom: 2.4rem;
  }
  html .container-text-center .medium-title, html .template-contact .container-text-center .title-center {
    font-size: 4rem;
  }
  html .container-text-center p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  html .container-text-center .title-center {
    font-size: 3.8rem;
  }
  html .container-text-center .medium-title, html .template-contact .container-text-center .title-center {
    font-size: 4rem;
  }
  html .container-text-center p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 650px) {
  html .container-text-center {
    padding-top: 2rem;
  }
}
html.no-mobile .container-text-center .scrollmagic-toggle-class {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
html.no-mobile .container-text-center .scrollmagic-toggle-class.scrollmagic-active {
  -webkit-transition: all 2.5s ease;
  -o-transition: all 2.5s ease;
  transition: all 2.5s ease;
  opacity: 1;
}
html .container-image-text-inline.container-image-text-inline-2 + .container-text-center {
  padding-top: 0;
}
html .container-image-text-inline,
html .container-image-text-overlap {
  /*.medium-text{
      @include base-text(3.3rem, 300, 1.2em);
      display:block;
      margin-bottom:3.6rem;
      color:$second-color;
  }*/
}
html.no-mobile .container-image-text-inline .scrollmagic-toggle-class, html.no-mobile .container-image-text-overlap .scrollmagic-toggle-class {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
html.no-mobile .container-image-text-inline .scrollmagic-toggle-class.scrollmagic-active, html.no-mobile .container-image-text-overlap .scrollmagic-toggle-class.scrollmagic-active {
  -webkit-transition: all 2.5s ease;
  -o-transition: all 2.5s ease;
  transition: all 2.5s ease;
  opacity: 1;
}
html .container-image-text-inline {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  /*@media screen and (max-width: 1480px){
      figure{
          height:calc(((50vw - 40) * 400) / 560);
      }
  }*/
}
html .container-image-text-inline .big-title, html .container-image-text-inline .medium-text {
  font-size: 6.3rem;
  font-weight: 500;
  line-height: 0.95em;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  margin-bottom: 4.6rem;
  margin-top: 2rem;
  color: #0e483d;
}
html .container-image-text-inline .headline-text {
  color: #0e483d;
}
html .container-image-text-inline .small-title {
  display: inline-block;
  width: auto;
  position: relative;
  color: #0e483d;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 3.8rem;
  padding-left: 10.4rem;
}
html .container-image-text-inline .small-title:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8rem;
  height: 1px;
  background-color: rgba(14, 72, 61, 0.3);
}
html .container-image-text-inline p {
  color: #0e483d;
  font-size: 1.9rem;
  font-weight: 200;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 3.8rem;
}
html .container-image-text-inline p img {
  width: auto;
}
html .container-image-text-inline h3 {
  margin-bottom: 2.5rem;
}
html .container-image-text-inline .list-dot ul, html .container-image-text-inline .container-image-text-overlap .content-text ul ul, html .container-image-text-overlap .content-text .container-image-text-inline ul ul {
  margin-bottom: 4rem;
}
html .container-image-text-inline .list-dot ul li, html .container-image-text-inline .container-image-text-overlap .content-text ul ul li, html .container-image-text-overlap .content-text .container-image-text-inline ul ul li {
  font-size: 1.9rem;
}
html .container-image-text-inline blockquote {
  display: block;
  margin-bottom: 4rem;
}
html .container-image-text-inline blockquote p {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  font-style: italic;
  font-family: Montserrat, sans-serif;
  margin-left: 0;
  margin-bottom: 0;
  color: #0e483d;
}
html .container-image-text-inline cite {
  margin-bottom: 3.6rem;
  font-size: 2.2rem;
  font-weight: 200;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  display: block;
}
html .container-image-text-inline table tr td {
  line-height: 1.3em;
  padding-bottom: 0.5rem;
}
html .container-image-text-inline .row {
  padding-top: 6rem;
  padding-bottom: 12rem;
}
html .container-image-text-inline .row .col {
  position: relative;
  margin-bottom: 3rem;
}
html .container-image-text-inline .row .col.col-image {
  position: relative;
  z-index: 9;
}
html .container-image-text-inline .row .col.col-image:before {
  content: " ";
  position: absolute;
  left: -13.4rem;
  top: 3.6rem;
  width: calc(100% + 19.4rem);
  height: calc(100% + 5.4rem);
  background-color: #fff;
  z-index: -1;
}
html .container-image-text-inline .row .col.col-image img {
  padding-right: 2rem;
}
html .container-image-text-inline .row .col.col-text {
  padding-top: 1.6rem;
  position: relative;
  z-index: 99;
}
html .container-image-text-inline .row.row-reverse .col-image:before {
  left: auto;
  right: -13.4rem;
}
html .container-image-text-inline .row.row-reverse .col-image img {
  padding-right: 0;
  padding-left: 2rem;
}
html .container-image-text-inline .row.row-reverse .over-pdf {
  padding-left: 11rem;
}
html .container-image-text-inline .row.row-reverse .over-pdf .icon-pdf {
  left: 0;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
html .container-image-text-inline .row.row-reverse figure:before {
  left: auto;
  right: -12.5rem;
}
html .container-image-text-inline figure {
  position: relative;
  /*&:before{
      content:" ";
      position:absolute;
      left:-12.5rem;
      top:3.6rem;
      width:calc(100% + 18.5rem);
      height:calc(100% + 7.4rem);
      background-color:$white;
      z-index:-1;
  }*/
}
html .container-image-text-inline figure .over-image {
  position: relative;
  height: 464.2857142857px;
  overflow: hidden;
}
html .container-image-text-inline figure .image-bg {
  display: block;
  position: absolute;
  left: 0;
  top: -45px;
  width: 100%;
  height: calc(100% + 60px);
}
html .container-image-text-inline figure figcaption {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #00b18f;
  position: absolute;
  bottom: 0.5rem;
  left: -7rem;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
html .container-image-text-inline figure figcaption:before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 11rem;
  background-color: #00b18f;
  top: calc(100% + 4rem);
  left: 50%;
  -webkit-transform: translateY(-50);
  -o-transform: translateY(-50);
  transform: translateY(-50);
  opacity: 0.3;
}
html .container-image-text-inline .over-pdf {
  width: 100%;
  position: relative;
  padding-left: 13.5rem;
}
html .container-image-text-inline .over-pdf .icon-pdf {
  position: absolute;
  /*left:-23.5%;*/
  left: 0;
  top: 50%;
  display: inline-block;
  background-color: #0e483d;
  border: 1rem solid #00b18f;
  width: 9.4rem;
  height: 9.4rem;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50% !important;
  background-clip: padding-box;
}
html .container-image-text-inline .over-pdf .icon-pdf svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  fill: #fff;
  padding: 0.2rem;
}
html .container-image-text-inline .small-border {
  margin: 5rem auto;
  background-color: #0e483d;
}
html .container-image-text-inline .col-text.col-xs-24 p + .small-border {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
html .container-image-text-inline .row-reverse figure figcaption {
  left: auto;
  right: -7rem;
}
html .container-image-text-inline img {
  width: 100%;
}
html .container-image-text-inline .bubble-quote + .headline-text {
  font-size: 3.7rem;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: 0;
  text-transform: none;
  font-style: italic;
}
html .container-image-text-inline .bubble-quote {
  margin-bottom: 4rem;
}
html .container-image-text-inline .variant-quote-blog {
  padding-top: 0;
  padding-bottom: 0;
}
html .container-image-text-inline .variant-quote-blog .col-xs-24:not(.col-sm-11):not(.col-sm-12):not(.col-md-11) {
  position: relative;
  z-index: 1;
  padding-top: 14rem;
  padding-bottom: 12rem;
  margin-bottom: 0;
}
html .container-image-text-inline .variant-quote-blog .col-xs-24:not(.col-sm-11):not(.col-sm-12):not(.col-md-11):before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f0f0f0;
  z-index: -1;
}
html .container-image-text-inline .variant-quote-blog:nth-child(even) .col-xs-24:not(.col-sm-11):not(.col-sm-12):not(.col-md-11):before {
  background: #fff;
}
html .container-image-text-inline .variant-quote-blog .col-text {
  text-align: center;
  /*margin-top:-11rem;*/
}
html .container-image-text-inline .variant-quote-blog .col-text img {
  max-width: 30rem;
  margin-bottom: 5rem;
}
html .container-image-text-inline .variant-quote-blog .bubble-quote {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
html .container-image-text-inline .variant-quote-blog cite {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  color: #0e483d;
}
html .container-image-text-inline .variant-quote-blog cite strong {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  color: #00b18f;
}
html .container-image-text-inline.container-image-text-inline-2 figure {
  /*height:calc((33.333333vw * 630) / 420);
  max-height:70rem;*/
}
html .container-image-text-inline.container-image-text-inline-2 p {
  margin-left: 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1560px) {
  html .container-image-text-inline figure figcaption {
    left: -4rem;
  }
  html .container-image-text-inline .row-reverse figure figcaption {
    right: -4rem;
  }
}
@media screen and (max-width: 1440px) {
  html .container-image-text-inline .big-title, html .container-image-text-inline .medium-text {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1420px) {
  html .container-image-text-inline figure figcaption {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  html .container-image-text-inline figure .over-image {
    height: calc((50vw - 20px) * 400 / 560);
  }
}
@media screen and (max-width: 1200px) {
  html .container-image-text-inline .big-title, html .container-image-text-inline .medium-text {
    font-size: 5.6rem;
  }
  html .container-image-text-inline .small-title {
    font-size: 2.1rem;
  }
  html .container-image-text-inline blockquote p {
    font-size: 2.8rem;
  }
  html .container-image-text-inline cite {
    font-size: 2.1rem;
  }
  html .container-image-text-inline .over-pdf .icon-pdf {
    left: -18%;
    width: 8rem;
    height: 8rem;
    border-width: 0.8rem;
  }
  html .container-image-text-inline .over-pdf .icon-pdf svg {
    width: 2.8rem;
    height: 2.8rem;
  }
  html .container-image-text-inline .row .col.col-image:before {
    left: -2rem;
    top: 2rem;
    width: calc(100% + 4rem);
    height: calc(100% + 2.4rem);
  }
  html .container-image-text-inline .row.row-reverse .col.col-image:before {
    right: -2rem;
  }
  html .container-image-text-inline.container-image-text-inline-2 figure {
    margin-top: -6rem;
  }
}
@media screen and (max-width: 1024px) {
  html .container-image-text-inline {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  html .container-image-text-inline .big-title, html .container-image-text-inline .medium-text {
    font-size: 4.8rem;
  }
  html .container-image-text-inline .small-title {
    margin-bottom: 3rem;
  }
  html .container-image-text-inline p {
    font-size: 1.7rem;
  }
  html .container-image-text-inline .list-dot ul li, html .container-image-text-inline .container-image-text-overlap .content-text ul ul li, html .container-image-text-overlap .content-text .container-image-text-inline ul ul li {
    font-size: 1.7rem;
  }
  html .container-image-text-inline blockquote {
    margin-bottom: 3.5rem;
  }
  html .container-image-text-inline cite {
    margin-bottom: 3rem;
  }
  html .container-image-text-inline .variant-quote-blog .bubble-quote {
    margin-bottom: 2.4rem;
  }
  html .container-image-text-inline .variant-quote-blog .col-text img {
    margin-bottom: 4rem;
  }
  html .container-image-text-inline .small-border {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  html .container-image-text-inline .row {
    padding-top: 3rem;
  }
  html .container-image-text-inline.container-image-text-inline-2 figure {
    margin-top: -4rem;
  }
}
@media screen and (max-width: 992px) {
  html .container-image-text-inline figure:before {
    width: calc(100% + 14.5rem);
    height: calc(100% + 3rem);
  }
}
@media screen and (max-width: 850px) {
  html .container-image-text-inline .big-title, html .container-image-text-inline .medium-text {
    font-size: 4.4rem;
    margin-bottom: 3rem;
  }
  html .container-image-text-inline .small-title {
    font-size: 2rem;
  }
  html .container-image-text-inline p {
    font-size: 1.6rem;
  }
  html .container-image-text-inline .list-dot ul li, html .container-image-text-inline .container-image-text-overlap .content-text ul ul li, html .container-image-text-overlap .content-text .container-image-text-inline ul ul li {
    font-size: 1.6rem;
  }
  html .container-image-text-inline blockquote {
    margin-bottom: 3rem;
  }
  html .container-image-text-inline blockquote p {
    font-size: 2.5rem;
  }
  html .container-image-text-inline cite {
    margin-bottom: 2.6rem;
    font-size: 2rem;
  }
  html .container-image-text-inline .row .col {
    margin-bottom: 4rem;
  }
  html .container-image-text-inline .small-border {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  html .container-image-text-inline .variant-quote-blog .col-text {
    margin-top: -8rem;
  }
  html .container-image-text-inline .variant-quote-blog .col-text img {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 807px) {
  html .container-image-text-inline.container-image-text-inline-2 .row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  html .container-image-text-inline figure .over-image {
    height: calc((100vw - 20px) * 400 / 560);
  }
  html .container-image-text-inline figure:before {
    left: -2rem !important;
    top: -2rem;
    width: calc(100% + 4rem);
    height: 100%;
  }
  html .container-image-text-inline .small-border {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  html .container-image-text-inline .row {
    padding-bottom: 3rem;
  }
  html .container-image-text-inline .row .col {
    margin-bottom: 1rem;
  }
  html .container-image-text-inline .row .col.col-image img {
    padding-right: 0;
    padding-left: 0;
  }
  html .container-image-text-inline .row .col.col-text {
    padding-top: 3.6rem;
  }
  html .container-image-text-inline .row .col.col-image:before {
    height: calc(100% + 0.4rem);
  }
  html .container-image-text-inline .variant-quote-blog .col-text {
    margin-top: 0;
  }
  html .container-image-text-inline .variant-quote-blog .bubble-quote {
    margin-top: -1.5rem;
  }
  html .container-image-text-inline .over-pdf {
    padding-left: 10rem !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  html .container-image-text-inline .over-pdf .icon-pdf {
    left: 0;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  html .container-image-text-inline.container-image-text-inline-2 {
    /*figure{
        height:calc(((100vw - 40) * 630) / 420);
    }*/
  }
}
@media screen and (max-width: 650px) {
  html .container-image-text-inline .big-title, html .container-image-text-inline .medium-text {
    font-size: 4rem;
  }
  html .container-image-text-inline p {
    font-size: 1.5rem;
    margin-bottom: 2.6rem;
  }
  html .container-image-text-inline .list-dot ul li, html .container-image-text-inline .container-image-text-overlap .content-text ul ul li, html .container-image-text-overlap .content-text .container-image-text-inline ul ul li {
    font-size: 1.5rem;
  }
  html .container-image-text-inline .row {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  html .container-image-text-inline .over-pdf {
    padding-left: 8rem !important;
  }
  html .container-image-text-inline .over-pdf .icon-pdf {
    width: 7rem;
    height: 7rem;
  }
  html .container-image-text-inline .over-pdf .icon-pdf svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media screen and (max-width: 450px) {
  html .container-image-text-inline .big-title, html .container-image-text-inline .medium-text {
    font-size: 3.6rem;
    margin-bottom: 2.4rem;
  }
  html .container-image-text-inline .small-title {
    font-size: 1.9rem;
    letter-spacing: 3px;
  }
  html .container-image-text-inline blockquote p {
    font-size: 2.2rem;
  }
  html .container-image-text-inline cite {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 400px) {
  html .container-image-text-inline.container-image-text-inline-2 .row {
    padding-left: 12px;
    padding-right: 12px;
  }
}
html.internet-explorer .container-image-text-inline figure figcaption {
  display: none;
  /*-webkit-writing-mode:initial; writing-mode:initial;
  @include transformRotate(90deg);*/
}
html .container-image-text-overlap {
  background-color: #f0f0f0;
  padding-top: 7rem;
  padding-bottom: 11rem;
  position: relative;
  z-index: 9;
}
html .container-image-text-overlap:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 22rem);
  background-image: url(../../dist/images/sapins-new.png);
  background-size: cover !important;
  background-position: 50% 50%;
}
html .container-image-text-overlap.bg-none:before {
  background-image: inherit;
}
html .container-image-text-overlap .row {
  margin-left: -3rem;
  margin-right: -3rem;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html .container-image-text-overlap .row .col {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 6rem;
  margin-bottom: 4rem;
  position: relative;
  z-index: 9;
}
html .container-image-text-overlap .row .col:before {
  content: " ";
  position: absolute;
  left: 3rem;
  top: 6rem;
  width: calc(100% - 14rem);
  height: calc(100% - 6rem);
  z-index: -1;
  background-color: #fff;
}
html .container-image-text-overlap figure {
  position: relative;
  line-height: 0;
  margin-left: 6rem;
}
html .container-image-text-overlap figure .over-image {
  position: relative;
  height: 464.2857142857px;
  overflow: hidden;
}
html .container-image-text-overlap figure .image-bg {
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: calc(100% + 60px);
}
html .container-image-text-overlap figure:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#a6ffffff",GradientType=0 );
  z-index: 9;
}
html .container-image-text-overlap figure figcaption {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #00b18f;
  position: absolute;
  bottom: 0.5rem;
  left: -7rem;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
html .container-image-text-overlap figure img {
  width: 100%;
}
html .container-image-text-overlap .col-right figure figcaption {
  left: auto;
  right: -7rem;
}
html .container-image-text-overlap .big-title {
  font-size: 6.3rem;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 2px;
  text-transform: none;
  font-style: italic;
  font-family: Montserrat, sans-serif;
  margin-left: 0;
  margin-bottom: 3.2rem;
}
html .container-image-text-overlap p {
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 3.2rem;
}
html .container-image-text-overlap p, html .container-image-text-overlap .btn-arrow-right, html .container-image-text-overlap .btn-arrow-left, html .container-image-text-overlap .btn-arrow-bottom {
  margin-left: 4rem;
}
html .container-image-text-overlap .content-text {
  margin-top: -4.4rem;
  padding-left: 7.4rem;
  position: relative;
  z-index: 9;
  padding-right: 30%;
}
html .container-image-text-overlap.alternate-vertical {
  background: none;
}
html .container-image-text-overlap.alternate-vertical .content-text {
  margin-top: 2rem;
}
html .container-image-text-overlap.alternate-vertical figure {
  margin-bottom: 4.4rem;
}
html .container-image-text-overlap.alternate-vertical figure:before {
  position: initial;
  width: 0;
  height: 0;
  background: none;
}
html .container-image-text-overlap.alternate-vertical figure img {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.06);
}
html .container-image-text-overlap.alternate-vertical .medium-text {
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1440px) {
  html .container-image-text-overlap .big-title {
    font-size: 5.8rem;
  }
  html .container-image-text-overlap .content-text {
    margin-top: -4.4rem;
  }
  html .container-image-text-overlap .row {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  html .container-image-text-overlap .row .col {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  html .container-image-text-overlap .row .col:before {
    top: 4rem;
    left: 2rem;
    width: calc(100% - 8rem);
  }
  html .container-image-text-overlap figure {
    margin-left: 4rem;
  }
  html .container-image-text-overlap .content-text {
    padding-left: 5.4rem;
  }
}
@media screen and (max-width: 1300px) {
  html .container-image-text-overlap figure .over-image {
    height: calc((50vw - 20px) * 400 / 560);
  }
}
@media screen and (max-width: 1200px) {
  html .container-image-text-overlap {
    padding-bottom: 10rem;
  }
  html .container-image-text-overlap .big-title {
    font-size: 4.8rem;
  }
  html .container-image-text-overlap .content-text {
    margin-top: -3.3rem;
    padding-right: 6rem;
    padding-left: 4rem;
  }
  html .container-image-text-overlap .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  html .container-image-text-overlap .row .col {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  html .container-image-text-overlap .row .col:before {
    top: 3rem;
    left: 1rem;
    width: calc(100% - 4rem);
  }
  html .container-image-text-overlap p, html .container-image-text-overlap .btn-arrow-right, html .container-image-text-overlap .btn-arrow-left, html .container-image-text-overlap .btn-arrow-bottom {
    margin-left: 2rem;
  }
  html .container-image-text-overlap figure {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 1100px) {
  html .container-image-text-overlap .content-text {
    margin-top: -3.6rem;
  }
}
@media screen and (max-width: 1024px) {
  html .container-image-text-overlap {
    padding-bottom: 9rem;
  }
  html .container-image-text-overlap .big-title {
    font-size: 4.2rem;
    letter-spacing: 1px;
    margin-bottom: 2.8rem;
  }
  html .container-image-text-overlap .content-text {
    margin-top: -2.9rem;
  }
  html .container-image-text-overlap p {
    font-size: 1.7rem;
    margin-bottom: 2.8rem;
  }
}
@media screen and (max-width: 850px) {
  html .container-image-text-overlap {
    padding-bottom: 8rem;
  }
  html .container-image-text-overlap .big-title {
    margin-bottom: 2.4rem;
  }
  html .container-image-text-overlap .content-text {
    margin-top: -3.1rem;
  }
  html .container-image-text-overlap p {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  html .container-image-text-overlap .big-title {
    font-size: 4.6rem;
  }
  html .container-image-text-overlap figure .over-image {
    height: calc((100vw - 20px) * 400 / 560);
  }
  html .container-image-text-overlap .content-text {
    margin-top: -3.6rem;
  }
  html .container-image-text-overlap .row .col {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 650px) {
  html .container-image-text-overlap {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  html .container-image-text-overlap p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  html .container-image-text-overlap {
    padding-bottom: 4rem;
  }
  html .container-image-text-overlap .big-title {
    font-size: 4rem;
  }
  html .container-image-text-overlap .content-text {
    margin-top: -2.9rem;
  }
}
@media screen and (min-width: 768px) {
  html .container-image-text-overlap .col-sm-12 {
    width: calc(50% - 1px);
  }
}
html .container-carousel-large, html .container-carousel-small {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #f0f0f0;
  /*background:$white;*/
}
html .container-carousel-large .swiper-pagination, html .container-carousel-small .swiper-pagination {
  position: absolute;
  left: 50%;
  top: calc(100% - 5rem);
  bottom: auto;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
html .container-carousel-large .swiper-pagination .swiper-pagination-bullet, html .container-carousel-small .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 0.2rem solid rgba(0, 177, 143, 0.3);
  background-color: rgba(0, 177, 143, 0.3);
  opacity: 1;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
  border-radius: 50% !important;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html .container-carousel-large .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, html .container-carousel-small .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: #00b18f;
}
html .container-carousel-large .swiper-container, html .container-carousel-small .swiper-container {
  position: relative;
  height: 46.25vw;
  max-height: 96rem;
}
html .container-carousel-large .swiper-container .swiper-button, html .container-carousel-small .swiper-container .swiper-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: 99;
  cursor: pointer;
  margin-top: 0;
  background-image: none;
}
html .container-carousel-large .swiper-container .swiper-button:before, html .container-carousel-small .swiper-container .swiper-button:before, html .container-carousel-large .swiper-container .swiper-button:after, html .container-carousel-small .swiper-container .swiper-button:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 24rem;
  max-width: 100%;
  height: 100%;
}
html .container-carousel-large .swiper-container .swiper-button:after, html .container-carousel-small .swiper-container .swiper-button:after {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html .container-carousel-large .swiper-container .swiper-button.swiper-button-prev:before, html .container-carousel-small .swiper-container .swiper-button.swiper-button-prev:before, html .container-carousel-large .swiper-container .swiper-button.swiper-button-prev:after, html .container-carousel-small .swiper-container .swiper-button.swiper-button-prev:after {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4d000000", endColorstr="#00000000",GradientType=1 );
}
html .container-carousel-large .swiper-container .swiper-button.swiper-button-next, html .container-carousel-small .swiper-container .swiper-button.swiper-button-next {
  left: auto;
  right: 0;
}
html .container-carousel-large .swiper-container .swiper-button.swiper-button-next:before, html .container-carousel-small .swiper-container .swiper-button.swiper-button-next:before, html .container-carousel-large .swiper-container .swiper-button.swiper-button-next:after, html .container-carousel-small .swiper-container .swiper-button.swiper-button-next:after {
  left: auto;
  right: 0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#4d000000",GradientType=1 );
}
html .container-carousel-large .swiper-container .swiper-button.swiper-button-next svg, html .container-carousel-small .swiper-container .swiper-button.swiper-button-next svg {
  left: auto;
  right: 4rem;
}
html .container-carousel-large .swiper-container .swiper-button svg, html .container-carousel-small .swiper-container .swiper-button svg {
  fill: #fff;
  position: absolute;
  left: 4rem;
  top: 50%;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  html .container-carousel-large .swiper-container .swiper-button.swiper-button-prev svg, html .container-carousel-small .swiper-container .swiper-button.swiper-button-prev svg {
    left: 2rem;
  }
  html .container-carousel-large .swiper-container .swiper-button.swiper-button-next svg, html .container-carousel-small .swiper-container .swiper-button.swiper-button-next svg {
    right: 2rem;
  }
}
@media screen and (max-width: 650px) {
  html .container-carousel-large .swiper-container .swiper-button.swiper-button-prev svg, html .container-carousel-small .swiper-container .swiper-button.swiper-button-prev svg {
    left: 2rem;
  }
  html .container-carousel-large .swiper-container .swiper-button.swiper-button-next svg, html .container-carousel-small .swiper-container .swiper-button.swiper-button-next svg {
    right: 2rem;
  }
}
html.no-mobile .container-carousel-large .swiper-pagination .swiper-pagination-bullet:hover, html.no-mobile .container-carousel-small .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #00b18f;
  border-color: #00b18f;
}
html.no-mobile .container-carousel-large .swiper-container .swiper-button:hover:after, html.no-mobile .container-carousel-small .swiper-container .swiper-button:hover:after {
  opacity: 1;
}
html .container-carousel-small {
  padding-top: 0;
  padding-bottom: 0;
}
html .container-carousel-small .swiper-container {
  height: 45rem !important;
}
html .container-image-text-inline + .layout-simple:not(.custom-img-bg) {
  padding-bottom: 0 !important;
}
html .container-image-text-inline + .layout-simple:not(.custom-img-bg) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
html .container-text-center + .layout-simple:not(.custom-img-bg) {
  padding-bottom: 0 !important;
}
html .container-text-center + .layout-simple:not(.custom-img-bg):before {
  top: 12rem;
  height: calc(100% - 12rem);
}
html .container-image-text-inline + .container-carousel-large, html .container-image-text-inline + .container-carousel-small {
  margin-top: 6rem;
}
html .container-text-center + .layout-simple {
  padding-top: 0;
}
html .bg-colored {
  background-color: #f0f0f0;
}
html .layout-simple + .container-image-text-inline-2 {
  padding-top: 0;
}
html .container-image-text-inline + .layout-simple {
  margin-top: -7rem;
}
html .container-listing-menu + .container-image-text-inline {
  padding-bottom: 0;
}
html #main section:last-child.container-image-text-inline {
  padding-bottom: 0;
}
html .container-double-big-box .title-box {
  font-size: 7.7rem;
  font-weight: 600;
  line-height: 1.05em;
  letter-spacing: 1px;
  text-transform: none;
  font-style: italic;
  font-family: Montserrat, sans-serif;
  display: block;
  margin-bottom: 5.4rem;
}
html .container-double-big-box .title-box small {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-style: normal;
  font-family: Montserrat, sans-serif;
  display: block;
  margin-bottom: 1.1rem;
}
html .container-double-big-box p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 5rem;
}
html .container-double-big-box .img-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 101%;
  height: 101%;
  z-index: -2;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
html .container-double-big-box .vertical-border {
  margin: 0 auto 3rem;
}
html .container-double-big-box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html .container-double-big-box .row .col {
  text-align: center;
  padding: 20rem 6vw 18rem;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
html .container-double-big-box .row .col.col-left {
  color: #0e483d;
  background-color: #0e483d;
}
html .container-double-big-box .row .col.col-left:before {
  content: " ";
  position: absolute;
  z-index: -1;
  left: 2rem;
  top: 2rem;
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}
html .container-double-big-box .row .col.col-right {
  color: #fff;
  background-color: #fff;
}
html .container-double-big-box.variant-2 .row .col {
  color: #fff;
  background-color: #fff;
}
html .container-double-big-box.variant-2 .row .col.col-left:before {
  display: none;
}
@media screen and (max-width: 1200px) {
  html .container-double-big-box .title-box {
    font-size: 6.8rem;
  }
  html .container-double-big-box .title-box small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1100px) {
  html .container-double-big-box .title-box {
    font-size: 6.2rem;
  }
}
@media screen and (max-width: 1024px) {
  html .container-double-big-box .row .col {
    padding-top: 9rem;
    padding-bottom: 7rem;
  }
  html .container-double-big-box .title-box {
    font-size: 5.8rem;
  }
  html .container-double-big-box p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 850px) {
  html .container-double-big-box .title-box {
    font-size: 5.2rem;
  }
  html .container-double-big-box .title-box small {
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 450px) {
  html .container-double-big-box .row .col {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
  html .container-double-big-box .title-box {
    font-size: 5.4rem;
  }
  html .container-double-big-box .title-box small {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
  html .container-double-big-box p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  html .container-double-big-box .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
html.no-mobile .container-double-big-box .scrollmagic-toggle-class {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
html.no-mobile .container-double-big-box .scrollmagic-toggle-class .img-absolute {
  width: 160%;
  height: 130%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
html.no-mobile .container-double-big-box .scrollmagic-toggle-class.scrollmagic-active {
  opacity: 1;
  -webkit-transition: all 2.5s ease;
  -o-transition: all 2.5s ease;
  transition: all 2.5s ease;
}
html.no-mobile .container-double-big-box .scrollmagic-toggle-class.scrollmagic-active .img-absolute {
  width: 101%;
  height: 101%;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
html.no-mobile .container-double-big-box a:hover .img-absolute {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 110%;
  height: 110%;
}
@media screen and (min-width: 767px) {
  html.touchevents .container-double-big-box .row .col.col-right {
    width: calc(50% - 1px);
  }
}
html .container-listing-menu .big-row {
  margin-left: -3rem;
  margin-right: -3rem;
}
html .container-listing-menu .big-row .big-col {
  padding-left: 3rem;
  padding-right: 3rem;
}
html .container-listing-menu .col-right {
  text-align: right;
}
html .container-listing-menu .medium-text {
  /*@include base-text(1.3rem, 500, 1.6em, 3px, uppercase);*/
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  color: #0e483d;
  display: block;
}
html .container-listing-menu .text-price {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0;
  text-transform: none;
  color: #0e483d;
  /*display:block;*/
}
html .container-listing-menu sup {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 1px;
  text-transform: none;
}
html .container-listing-menu header {
  margin-bottom: 2.2rem;
}
html .container-listing-menu p {
  color: #00b18f;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 2.6rem;
  display: block;
}
html .container-listing-menu p strong {
  font-weight: 600;
}
html .container-listing-menu .border-separation {
  background-color: rgba(14, 72, 61, 0.15);
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 1300px) {
  html .container-listing-menu .big-row {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  html .container-listing-menu .big-row .big-col {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
html .container-listing-forfait {
  padding-top: 6rem;
}
html .container-listing-forfait .big-title {
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-transform: none;
  color: #0e483d;
  margin-bottom: 3.2rem;
  min-width: 50%;
}
html .container-listing-forfait .col-inner .big-title {
  margin-bottom: 1rem;
}
html .container-listing-forfait figure {
  margin-bottom: 4.4rem;
  line-height: 0;
  width: calc(100% + 5.4rem);
}
html .container-listing-forfait figure .over-image, html .container-listing-forfait figure .container-carousel-small {
  height: 331.4144736842px;
  position: relative;
  overflow: hidden;
}
html .container-listing-forfait figure .image-bg {
  position: absolute;
  left: -60px;
  top: 0;
  width: calc(100% + 60px);
  height: 100%;
}
html .container-listing-forfait figure img {
  width: 100%;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.06);
}
html .container-listing-forfait .over-text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0e483d;
  margin-bottom: 2rem;
  display: block;
}
html .container-listing-forfait .sub-text {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00b18f;
  margin-bottom: 3.6rem;
  display: block;
}
html .container-listing-forfait p {
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  color: #0e483d;
  margin-bottom: 4rem;
}
html .container-listing-forfait ul {
  margin-bottom: 1rem;
}
html .container-listing-forfait .social-network {
  display: inline-block;
  border-top: 1px solid #dbe0e8;
  padding-top: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html .container-listing-forfait .btn-arrow-right, html .container-listing-forfait .btn-arrow-left, html .container-listing-forfait .btn-arrow-bottom {
  margin-top: 0.5rem !important;
  margin-bottom: 2rem;
}
html .container-listing-forfait .btn-black {
  /*margin-bottom:1.8rem;*/
  /*margin-top:1.4rem;*/
}
html .container-listing-forfait .btn, html .container-listing-forfait .btn-black, html .container-listing-forfait .btn-gradient, html .container-listing-forfait .btn-border, html .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center .btn-border, html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait .btn-border, html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message .button, html body:not(.product-template-default) .woocommerce .woocommerce-message .container-listing-forfait .button, html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce form input[type=submit], html body:not(.product-template-default) .woocommerce form .container-listing-forfait input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce form input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form .container-listing-forfait input[type=submit]:disabled[disabled] {
  padding: 1.4rem 1.4rem;
  margin-bottom: 1.8rem;
}
html .container-listing-forfait .btn + .btn, html .container-listing-forfait .btn-black + .btn, html .container-listing-forfait .btn-gradient + .btn, html .container-listing-forfait .btn-border + .btn, html .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center .btn-border + .btn, html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait .btn-border + .btn, html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message .button + .btn, html body:not(.product-template-default) .woocommerce .woocommerce-message .container-listing-forfait .button + .btn, html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form input[type=submit] + .btn, html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait input[type=submit] + .btn, html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form input[type=submit]:disabled[disabled] + .btn, html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait input[type=submit]:disabled[disabled] + .btn, html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields input[type=submit] + .btn, html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait input[type=submit] + .btn, html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields input[type=submit]:disabled[disabled] + .btn, html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait input[type=submit]:disabled[disabled] + .btn, html .container-listing-forfait body:not(.product-template-default) .woocommerce form input[type=submit] + .btn, html body:not(.product-template-default) .woocommerce form .container-listing-forfait input[type=submit] + .btn, html .container-listing-forfait body:not(.product-template-default) .woocommerce form input[type=submit]:disabled[disabled] + .btn, html body:not(.product-template-default) .woocommerce form .container-listing-forfait input[type=submit]:disabled[disabled] + .btn, html .container-listing-forfait .btn + .btn-black, html .container-listing-forfait .btn-black + .btn-black, html .container-listing-forfait .btn-gradient + .btn-black, html .container-listing-forfait .btn-border + .btn-black, html .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center .btn-border + .btn-black, html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait .btn-border + .btn-black, html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message .button + .btn-black, html body:not(.product-template-default) .woocommerce .woocommerce-message .container-listing-forfait .button + .btn-black, html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form input[type=submit] + .btn-black, html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait input[type=submit] + .btn-black, html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form input[type=submit]:disabled[disabled] + .btn-black, html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait input[type=submit]:disabled[disabled] + .btn-black, html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields input[type=submit] + .btn-black, html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait input[type=submit] + .btn-black, html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields input[type=submit]:disabled[disabled] + .btn-black, html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait input[type=submit]:disabled[disabled] + .btn-black, html .container-listing-forfait body:not(.product-template-default) .woocommerce form input[type=submit] + .btn-black, html body:not(.product-template-default) .woocommerce form .container-listing-forfait input[type=submit] + .btn-black, html .container-listing-forfait body:not(.product-template-default) .woocommerce form input[type=submit]:disabled[disabled] + .btn-black, html body:not(.product-template-default) .woocommerce form .container-listing-forfait input[type=submit]:disabled[disabled] + .btn-black, html .container-listing-forfait .btn + .btn-gradient, html .container-listing-forfait .btn-black + .btn-gradient, html .container-listing-forfait .btn-gradient + .btn-gradient, html .container-listing-forfait .btn-border + .btn-gradient, html .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center .btn-border + .btn-gradient, html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait .btn-border + .btn-gradient, html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message .button + .btn-gradient, html body:not(.product-template-default) .woocommerce .woocommerce-message .container-listing-forfait .button + .btn-gradient, html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form input[type=submit] + .btn-gradient, html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait input[type=submit] + .btn-gradient, html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form input[type=submit]:disabled[disabled] + .btn-gradient, html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait input[type=submit]:disabled[disabled] + .btn-gradient, html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields input[type=submit] + .btn-gradient, html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait input[type=submit] + .btn-gradient, html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields input[type=submit]:disabled[disabled] + .btn-gradient, html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait input[type=submit]:disabled[disabled] + .btn-gradient, html .container-listing-forfait body:not(.product-template-default) .woocommerce form input[type=submit] + .btn-gradient, html body:not(.product-template-default) .woocommerce form .container-listing-forfait input[type=submit] + .btn-gradient, html .container-listing-forfait body:not(.product-template-default) .woocommerce form input[type=submit]:disabled[disabled] + .btn-gradient, html body:not(.product-template-default) .woocommerce form .container-listing-forfait input[type=submit]:disabled[disabled] + .btn-gradient, html .container-listing-forfait .btn + .btn-border, html .container-listing-forfait .btn-black + .btn-border, html .container-listing-forfait .btn-gradient + .btn-border, html .container-listing-forfait .btn-border + .btn-border, html .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center .btn-border + .btn-border, html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait .btn-border + .btn-border, html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message .button + .btn-border, html body:not(.product-template-default) .woocommerce .woocommerce-message .container-listing-forfait .button + .btn-border, html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form input[type=submit] + .btn-border, html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait input[type=submit] + .btn-border, html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form input[type=submit]:disabled[disabled] + .btn-border, html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait input[type=submit]:disabled[disabled] + .btn-border, html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields input[type=submit] + .btn-border, html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait input[type=submit] + .btn-border, html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields input[type=submit]:disabled[disabled] + .btn-border, html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait input[type=submit]:disabled[disabled] + .btn-border, html .container-listing-forfait body:not(.product-template-default) .woocommerce form input[type=submit] + .btn-border, html body:not(.product-template-default) .woocommerce form .container-listing-forfait input[type=submit] + .btn-border, html .container-listing-forfait body:not(.product-template-default) .woocommerce form input[type=submit]:disabled[disabled] + .btn-border, html body:not(.product-template-default) .woocommerce form .container-listing-forfait input[type=submit]:disabled[disabled] + .btn-border, html .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center .btn + .btn-border, html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait .btn + .btn-border, html .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center .btn-black + .btn-border, html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait .btn-black + .btn-border, html .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center .btn-gradient + .btn-border, html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait .btn-gradient + .btn-border, html .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center .btn-border + .btn-border, html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait .btn-border + .btn-border, html .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center .btn-border + .btn-border, html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait .btn-border + .btn-border, html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message .lubie-layout.custom-img-bg .container-text-center .button + .btn-border, html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message .button + .btn-border, html body:not(.product-template-default) .woocommerce .woocommerce-message .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center .button + .btn-border, html .lubie-layout.custom-img-bg .container-text-center body:not(.product-template-default) .woocommerce .woocommerce-message .container-listing-forfait .button + .btn-border, html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .lubie-layout.custom-img-bg .container-text-center input[type=submit] + .btn-border, html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form input[type=submit] + .btn-border, html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center input[type=submit] + .btn-border, html .lubie-layout.custom-img-bg .container-text-center body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait input[type=submit] + .btn-border, html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .lubie-layout.custom-img-bg .container-text-center input[type=submit]:disabled[disabled] + .btn-border, html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form input[type=submit]:disabled[disabled] + .btn-border, html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center input[type=submit]:disabled[disabled] + .btn-border, html .lubie-layout.custom-img-bg .container-text-center body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait input[type=submit]:disabled[disabled] + .btn-border, html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .lubie-layout.custom-img-bg .container-text-center input[type=submit] + .btn-border, html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields input[type=submit] + .btn-border, html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center input[type=submit] + .btn-border, html .lubie-layout.custom-img-bg .container-text-center body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait input[type=submit] + .btn-border, html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .lubie-layout.custom-img-bg .container-text-center input[type=submit]:disabled[disabled] + .btn-border, html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields input[type=submit]:disabled[disabled] + .btn-border, html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center input[type=submit]:disabled[disabled] + .btn-border, html .lubie-layout.custom-img-bg .container-text-center body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait input[type=submit]:disabled[disabled] + .btn-border, html .container-listing-forfait body:not(.product-template-default) .woocommerce form .lubie-layout.custom-img-bg .container-text-center input[type=submit] + .btn-border, html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait body:not(.product-template-default) .woocommerce form input[type=submit] + .btn-border, html body:not(.product-template-default) .woocommerce form .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center input[type=submit] + .btn-border, html .lubie-layout.custom-img-bg .container-text-center body:not(.product-template-default) .woocommerce form .container-listing-forfait input[type=submit] + .btn-border, html .container-listing-forfait body:not(.product-template-default) .woocommerce form .lubie-layout.custom-img-bg .container-text-center input[type=submit]:disabled[disabled] + .btn-border, html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait body:not(.product-template-default) .woocommerce form input[type=submit]:disabled[disabled] + .btn-border, html body:not(.product-template-default) .woocommerce form .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center input[type=submit]:disabled[disabled] + .btn-border, html .lubie-layout.custom-img-bg .container-text-center body:not(.product-template-default) .woocommerce form .container-listing-forfait input[type=submit]:disabled[disabled] + .btn-border, html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message .btn + .button, html body:not(.product-template-default) .woocommerce .woocommerce-message .container-listing-forfait .btn + .button, html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message .btn-black + .button, html body:not(.product-template-default) .woocommerce .woocommerce-message .container-listing-forfait .btn-black + .button, html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message .btn-gradient + .button, html body:not(.product-template-default) .woocommerce .woocommerce-message .container-listing-forfait .btn-gradient + .button, html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message .btn-border + .button, html body:not(.product-template-default) .woocommerce .woocommerce-message .container-listing-forfait .btn-border + .button, html .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center body:not(.product-template-default) .woocommerce .woocommerce-message .btn-border + .button, html body:not(.product-template-default) .woocommerce .woocommerce-message .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center .btn-border + .button, html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message .btn-border + .button, html body:not(.product-template-default) .woocommerce .woocommerce-message .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait .btn-border + .button, html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message .button + .button, html body:not(.product-template-default) .woocommerce .woocommerce-message .container-listing-forfait .button + .button, html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .woocommerce .woocommerce-message input[type=submit] + .button, html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message .woocommerce-cart-form input[type=submit] + .button, html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .woocommerce .woocommerce-message input[type=submit] + .button, html body:not(.product-template-default) .woocommerce .woocommerce-message .woocommerce-cart-form .container-listing-forfait input[type=submit] + .button, html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .woocommerce .woocommerce-message input[type=submit]:disabled[disabled] + .button, html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message .woocommerce-cart-form input[type=submit]:disabled[disabled] + .button, html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .woocommerce .woocommerce-message input[type=submit]:disabled[disabled] + .button, html body:not(.product-template-default) .woocommerce .woocommerce-message .woocommerce-cart-form .container-listing-forfait input[type=submit]:disabled[disabled] + .button, html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .woocommerce .woocommerce-message input[type=submit] + .button, html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message .woocommerce-billing-fields input[type=submit] + .button, html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .woocommerce .woocommerce-message input[type=submit] + .button, html body:not(.product-template-default) .woocommerce .woocommerce-message .woocommerce-billing-fields .container-listing-forfait input[type=submit] + .button, html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .woocommerce .woocommerce-message input[type=submit]:disabled[disabled] + .button, html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message .woocommerce-billing-fields input[type=submit]:disabled[disabled] + .button, html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .woocommerce .woocommerce-message input[type=submit]:disabled[disabled] + .button, html body:not(.product-template-default) .woocommerce .woocommerce-message .woocommerce-billing-fields .container-listing-forfait input[type=submit]:disabled[disabled] + .button, html .container-listing-forfait body:not(.product-template-default) .woocommerce form .woocommerce-message input[type=submit] + .button, html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message form input[type=submit] + .button, html body:not(.product-template-default) .woocommerce form .container-listing-forfait .woocommerce-message input[type=submit] + .button, html body:not(.product-template-default) .woocommerce .woocommerce-message form .container-listing-forfait input[type=submit] + .button, html .container-listing-forfait body:not(.product-template-default) .woocommerce form .woocommerce-message input[type=submit]:disabled[disabled] + .button, html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message form input[type=submit]:disabled[disabled] + .button, html body:not(.product-template-default) .woocommerce form .container-listing-forfait .woocommerce-message input[type=submit]:disabled[disabled] + .button, html body:not(.product-template-default) .woocommerce .woocommerce-message form .container-listing-forfait input[type=submit]:disabled[disabled] + .button, html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .btn + input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .btn + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .btn-black + input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .btn-black + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .btn-gradient + input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .btn-gradient + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .btn-border + input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .btn-border + input[type=submit], html .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center body:not(.product-template-default) .woocommerce-cart-form .btn-border + input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center .btn-border + input[type=submit], html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .btn-border + input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait .btn-border + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message .woocommerce-cart-form .button + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .woocommerce .woocommerce-message .button + input[type=submit], html body:not(.product-template-default) .woocommerce .woocommerce-message .container-listing-forfait .woocommerce-cart-form .button + input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form .woocommerce .woocommerce-message .container-listing-forfait .button + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form input[type=submit] + input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait input[type=submit] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form input[type=submit]:disabled[disabled] + input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait input[type=submit]:disabled[disabled] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .woocommerce-cart-form input[type=submit] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .woocommerce-billing-fields input[type=submit] + input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .woocommerce-cart-form input[type=submit] + input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form .woocommerce-billing-fields .container-listing-forfait input[type=submit] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .woocommerce-cart-form input[type=submit]:disabled[disabled] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .woocommerce-billing-fields input[type=submit]:disabled[disabled] + input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .woocommerce-cart-form input[type=submit]:disabled[disabled] + input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form .woocommerce-billing-fields .container-listing-forfait input[type=submit]:disabled[disabled] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .woocommerce-cart-form input[type=submit] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .woocommerce form input[type=submit] + input[type=submit], html body:not(.product-template-default) .woocommerce form .container-listing-forfait .woocommerce-cart-form input[type=submit] + input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form .woocommerce form .container-listing-forfait input[type=submit] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .woocommerce-cart-form input[type=submit]:disabled[disabled] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .woocommerce form input[type=submit]:disabled[disabled] + input[type=submit], html body:not(.product-template-default) .woocommerce form .container-listing-forfait .woocommerce-cart-form input[type=submit]:disabled[disabled] + input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form .woocommerce form .container-listing-forfait input[type=submit]:disabled[disabled] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .btn + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .btn + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .btn-black + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .btn-black + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .btn-gradient + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .btn-gradient + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .btn-border + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .btn-border + input[type=submit]:disabled[disabled], html .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center body:not(.product-template-default) .woocommerce-cart-form .btn-border + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center .btn-border + input[type=submit]:disabled[disabled], html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .btn-border + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-cart-form .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait .btn-border + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message .woocommerce-cart-form .button + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .woocommerce .woocommerce-message .button + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce .woocommerce-message .container-listing-forfait .woocommerce-cart-form .button + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-cart-form .woocommerce .woocommerce-message .container-listing-forfait .button + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form input[type=submit] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait input[type=submit] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .woocommerce-cart-form input[type=submit] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .woocommerce-billing-fields input[type=submit] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .woocommerce-cart-form input[type=submit] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-cart-form .woocommerce-billing-fields .container-listing-forfait input[type=submit] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .woocommerce-cart-form input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .woocommerce-billing-fields input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .woocommerce-cart-form input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-cart-form .woocommerce-billing-fields .container-listing-forfait input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .woocommerce-cart-form input[type=submit] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .woocommerce form input[type=submit] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form .container-listing-forfait .woocommerce-cart-form input[type=submit] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-cart-form .woocommerce form .container-listing-forfait input[type=submit] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .woocommerce-cart-form input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .woocommerce form input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form .container-listing-forfait .woocommerce-cart-form input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-cart-form .woocommerce form .container-listing-forfait input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .btn + input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .btn + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .btn-black + input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .btn-black + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .btn-gradient + input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .btn-gradient + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .btn-border + input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .btn-border + input[type=submit], html .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center body:not(.product-template-default) .woocommerce-billing-fields .btn-border + input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center .btn-border + input[type=submit], html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .btn-border + input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait .btn-border + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message .woocommerce-billing-fields .button + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .woocommerce .woocommerce-message .button + input[type=submit], html body:not(.product-template-default) .woocommerce .woocommerce-message .container-listing-forfait .woocommerce-billing-fields .button + input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields .woocommerce .woocommerce-message .container-listing-forfait .button + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .woocommerce-billing-fields input[type=submit] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .woocommerce-cart-form input[type=submit] + input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .woocommerce-billing-fields input[type=submit] + input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields .woocommerce-cart-form .container-listing-forfait input[type=submit] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .woocommerce-billing-fields input[type=submit]:disabled[disabled] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .woocommerce-cart-form input[type=submit]:disabled[disabled] + input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .woocommerce-billing-fields input[type=submit]:disabled[disabled] + input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields .woocommerce-cart-form .container-listing-forfait input[type=submit]:disabled[disabled] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields input[type=submit] + input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait input[type=submit] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields input[type=submit]:disabled[disabled] + input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait input[type=submit]:disabled[disabled] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .woocommerce-billing-fields input[type=submit] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .woocommerce form input[type=submit] + input[type=submit], html body:not(.product-template-default) .woocommerce form .container-listing-forfait .woocommerce-billing-fields input[type=submit] + input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields .woocommerce form .container-listing-forfait input[type=submit] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .woocommerce-billing-fields input[type=submit]:disabled[disabled] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .woocommerce form input[type=submit]:disabled[disabled] + input[type=submit], html body:not(.product-template-default) .woocommerce form .container-listing-forfait .woocommerce-billing-fields input[type=submit]:disabled[disabled] + input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields .woocommerce form .container-listing-forfait input[type=submit]:disabled[disabled] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .btn + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .btn + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .btn-black + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .btn-black + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .btn-gradient + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .btn-gradient + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .btn-border + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .btn-border + input[type=submit]:disabled[disabled], html .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center body:not(.product-template-default) .woocommerce-billing-fields .btn-border + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center .btn-border + input[type=submit]:disabled[disabled], html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .btn-border + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait .btn-border + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message .woocommerce-billing-fields .button + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .woocommerce .woocommerce-message .button + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce .woocommerce-message .container-listing-forfait .woocommerce-billing-fields .button + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields .woocommerce .woocommerce-message .container-listing-forfait .button + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .woocommerce-billing-fields input[type=submit] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .woocommerce-cart-form input[type=submit] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .woocommerce-billing-fields input[type=submit] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields .woocommerce-cart-form .container-listing-forfait input[type=submit] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .woocommerce-billing-fields input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .woocommerce-cart-form input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .woocommerce-billing-fields input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields .woocommerce-cart-form .container-listing-forfait input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields input[type=submit] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait input[type=submit] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .woocommerce-billing-fields input[type=submit] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .woocommerce form input[type=submit] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form .container-listing-forfait .woocommerce-billing-fields input[type=submit] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields .woocommerce form .container-listing-forfait input[type=submit] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .woocommerce-billing-fields input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .woocommerce form input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form .container-listing-forfait .woocommerce-billing-fields input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields .woocommerce form .container-listing-forfait input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .btn + input[type=submit], html body:not(.product-template-default) .woocommerce form .container-listing-forfait .btn + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .btn-black + input[type=submit], html body:not(.product-template-default) .woocommerce form .container-listing-forfait .btn-black + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .btn-gradient + input[type=submit], html body:not(.product-template-default) .woocommerce form .container-listing-forfait .btn-gradient + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .btn-border + input[type=submit], html body:not(.product-template-default) .woocommerce form .container-listing-forfait .btn-border + input[type=submit], html .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center body:not(.product-template-default) .woocommerce form .btn-border + input[type=submit], html body:not(.product-template-default) .woocommerce form .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center .btn-border + input[type=submit], html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait body:not(.product-template-default) .woocommerce form .btn-border + input[type=submit], html body:not(.product-template-default) .woocommerce form .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait .btn-border + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message form .button + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .woocommerce-message .button + input[type=submit], html body:not(.product-template-default) .woocommerce .woocommerce-message .container-listing-forfait form .button + input[type=submit], html body:not(.product-template-default) .woocommerce form .woocommerce-message .container-listing-forfait .button + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .woocommerce form input[type=submit] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .woocommerce-cart-form input[type=submit] + input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .woocommerce form input[type=submit] + input[type=submit], html body:not(.product-template-default) .woocommerce form .woocommerce-cart-form .container-listing-forfait input[type=submit] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .woocommerce form input[type=submit]:disabled[disabled] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .woocommerce-cart-form input[type=submit]:disabled[disabled] + input[type=submit], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .woocommerce form input[type=submit]:disabled[disabled] + input[type=submit], html body:not(.product-template-default) .woocommerce form .woocommerce-cart-form .container-listing-forfait input[type=submit]:disabled[disabled] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .woocommerce form input[type=submit] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .woocommerce-billing-fields input[type=submit] + input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .woocommerce form input[type=submit] + input[type=submit], html body:not(.product-template-default) .woocommerce form .woocommerce-billing-fields .container-listing-forfait input[type=submit] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .woocommerce form input[type=submit]:disabled[disabled] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .woocommerce-billing-fields input[type=submit]:disabled[disabled] + input[type=submit], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .woocommerce form input[type=submit]:disabled[disabled] + input[type=submit], html body:not(.product-template-default) .woocommerce form .woocommerce-billing-fields .container-listing-forfait input[type=submit]:disabled[disabled] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce form input[type=submit] + input[type=submit], html body:not(.product-template-default) .woocommerce form .container-listing-forfait input[type=submit] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce form input[type=submit]:disabled[disabled] + input[type=submit], html body:not(.product-template-default) .woocommerce form .container-listing-forfait input[type=submit]:disabled[disabled] + input[type=submit], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .btn + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form .container-listing-forfait .btn + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .btn-black + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form .container-listing-forfait .btn-black + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .btn-gradient + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form .container-listing-forfait .btn-gradient + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .btn-border + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form .container-listing-forfait .btn-border + input[type=submit]:disabled[disabled], html .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center body:not(.product-template-default) .woocommerce form .btn-border + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form .container-listing-forfait .lubie-layout.custom-img-bg .container-text-center .btn-border + input[type=submit]:disabled[disabled], html .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait body:not(.product-template-default) .woocommerce form .btn-border + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form .lubie-layout.custom-img-bg .container-text-center .container-listing-forfait .btn-border + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce .woocommerce-message form .button + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .woocommerce-message .button + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce .woocommerce-message .container-listing-forfait form .button + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form .woocommerce-message .container-listing-forfait .button + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .woocommerce form input[type=submit] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .woocommerce-cart-form input[type=submit] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .woocommerce form input[type=submit] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form .woocommerce-cart-form .container-listing-forfait input[type=submit] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-cart-form .woocommerce form input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .woocommerce-cart-form input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-cart-form .container-listing-forfait .woocommerce form input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form .woocommerce-cart-form .container-listing-forfait input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .woocommerce form input[type=submit] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .woocommerce-billing-fields input[type=submit] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .woocommerce form input[type=submit] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form .woocommerce-billing-fields .container-listing-forfait input[type=submit] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce-billing-fields .woocommerce form input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce form .woocommerce-billing-fields input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce-billing-fields .container-listing-forfait .woocommerce form input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form .woocommerce-billing-fields .container-listing-forfait input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce form input[type=submit] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form .container-listing-forfait input[type=submit] + input[type=submit]:disabled[disabled], html .container-listing-forfait body:not(.product-template-default) .woocommerce form input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled], html body:not(.product-template-default) .woocommerce form .container-listing-forfait input[type=submit]:disabled[disabled] + input[type=submit]:disabled[disabled] {
  margin-bottom: 0;
}
html .container-listing-forfait .content-bottom {
  margin-left: 2.4rem;
  padding-right: 9.5rem;
  position: absolute;
  left: 0;
  bottom: 3rem;
  width: 100%;
}
html .container-listing-forfait .text-right {
  text-align: right;
}
html .container-listing-forfait .container-carousel-small .swiper-container {
  height: 100% !important;
}
html .container-listing-forfait .big-title, html .container-listing-forfait .list-dot li, html .container-listing-forfait .container-image-text-overlap .content-text ul li, html .container-image-text-overlap .content-text .container-listing-forfait ul li, html .container-listing-forfait .text-desc, html .container-listing-forfait .text-amount, html .container-listing-forfait .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount, html .woocommerce-lubie .woocommerce-variation-price .container-listing-forfait .woocommerce-Price-amount, html .container-listing-forfait .text-amount .text, html .container-listing-forfait .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount .text, html .woocommerce-lubie .woocommerce-variation-price .container-listing-forfait .woocommerce-Price-amount .text, html .container-listing-forfait p {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html .container-listing-forfait .list-dot li, html .container-listing-forfait .container-image-text-overlap .content-text ul li, html .container-image-text-overlap .content-text .container-listing-forfait ul li {
  color: #0e483d;
}
html .container-listing-forfait .row {
  margin-left: -4rem;
  margin-right: -4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html .container-listing-forfait .row .col {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-bottom: 7rem;
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*&:nth-child(2n){
      .content-inner, figure{
          @include transitionDelay();
      }
  }

  &:nth-child(3n){
      .content-inner, figure{
          @include transitionDelay(0.3s);
      }
  }*/
}
html .container-listing-forfait .row .col .content-inner {
  position: relative;
  /*border:1px solid #bfd0e7;*/
  background-color: transparent;
  padding: 2.2rem 2.2rem 11rem;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
html .container-listing-forfait .row .col .content-inner:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-color:rgba(255,255,255,0);*/
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html .container-listing-forfait .row .col.variant-no-border .content-inner {
  border: none;
}
html .container-listing-forfait .row.inner-row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
html .container-listing-forfait .row.inner-row .col-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 0 !important;
  margin-bottom: 3rem;
}
html .container-listing-forfait.variant-double-col .row {
  margin-bottom: 0;
}
html .container-listing-forfait.variant-double-col .row .col {
  margin-top: 1rem;
  margin-bottom: 6rem;
}
html .container-listing-forfait.variant-double-col .row .col figure {
  position: relative;
}
html .container-listing-forfait.variant-double-col .row .col .content-inner {
  padding-bottom: 2rem;
}
html .container-listing-forfait.variant-double-col .text-desc {
  margin-top: 0.5rem;
}
html .container-listing-forfait.variant-double-col .btn-arrow-right, html .container-listing-forfait.variant-double-col .btn-arrow-left, html .container-listing-forfait.variant-double-col .btn-arrow-bottom {
  display: inline-block;
  margin-top: 1.8rem;
}
html .container-listing-forfait.variant-listing-blog .over-text {
  margin-bottom: 0;
}
html .container-listing-forfait.variant-listing-blog .row {
  display: block;
}
html .container-listing-forfait.variant-listing-blog .row .col {
  display: block;
}
html .container-listing-forfait.variant-listing-blog .row .col .content-inner {
  padding-bottom: 1rem;
  margin-bottom: 5.5rem;
}
html .container-listing-forfait.variant-single-col {
  padding-top: 12rem;
}
html .container-listing-forfait.variant-single-col .row {
  display: block;
}
html .container-listing-forfait.variant-single-col .row .col {
  margin-bottom: 10rem;
  width: 95.833333%;
}
html .container-listing-forfait.variant-single-col .row .col .content-inner {
  padding-bottom: 1rem;
}
html .container-listing-forfait.variant-single-col .inner-row.content-text {
  margin-left: 2rem;
}
html .container-listing-forfait.variant-single-col .inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
html .container-listing-forfait.variant-single-col .big-title {
  max-width: 40rem;
  padding-top: 1rem;
}
html .container-listing-forfait.variant-single-col ul {
  max-width: 28rem;
}
html .container-listing-forfait.variant-single-col figure {
  position: relative;
  top: -5.5rem;
  left: calc(-4.16666% - 4rem);
  width: calc(104.16666% + 4rem);
  margin-bottom: 0;
}
html .container-listing-forfait.variant-single-col .btn-arrow-right, html .container-listing-forfait.variant-single-col .btn-arrow-left, html .container-listing-forfait.variant-single-col .btn-arrow-bottom {
  top: -2rem;
  margin-left: 3rem;
}
html .container-listing-forfait.variant-single-col .btn-black {
  /*position:absolute;*/
  /*bottom:0;*/
}
html .container-listing-forfait.variant-single-col .text-amount, html .container-listing-forfait.variant-single-col .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount, html .woocommerce-lubie .woocommerce-variation-price .container-listing-forfait.variant-single-col .woocommerce-Price-amount {
  margin-bottom: 1.5rem;
}
html .container-listing-forfait.variant-single-col .col-mobile {
  margin-bottom: 0;
}
html .container-listing-forfait.variant-single-col .row.row-reverse .col figure {
  left: auto;
  /*right:calc(-4.16666% - 4rem);*/
  right: 0;
}
html .container-listing-forfait.variant-single-col .row.row-reverse .btn-arrow-right, html .container-listing-forfait.variant-single-col .row.row-reverse .btn-arrow-left, html .container-listing-forfait.variant-single-col .row.row-reverse .btn-arrow-bottom {
  margin-left: 0;
}
html .container-listing-forfait.variant-single-col .row.row-reverse .tag-circle {
  left: auto;
  right: 0;
  -webkit-transform: translateX(35%) translateY(-25%);
  -o-transform: translateX(35%) translateY(-25%);
  transform: translateX(35%) translateY(-25%);
}
html .container-listing-forfait .show-mobile {
  display: none;
}
@media screen and (max-width: 1420px) {
  html .container-listing-forfait .row {
    margin-left: -2rem;
    margin-right: 0;
  }
  html .container-listing-forfait .row .col {
    padding-left: 2rem;
    padding-right: 1rem;
  }
  html .container-listing-forfait .row .col .content-inner {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  html .container-listing-forfait figure {
    width: calc(100% + 3.4rem);
  }
  html .container-listing-forfait .btn-square-arrow {
    width: 6.5rem;
    height: 6.5rem;
  }
  html .container-listing-forfait.variant-double-col .row .col {
    padding-left: 4rem;
    padding-right: 2rem;
  }
  html .container-listing-forfait.variant-single-col .row.row-reverse .tag-circle {
    right: 2rem;
  }
}
@media screen and (max-width: 1300px) {
  html .container-listing-forfait figure .over-image, html .container-listing-forfait figure .container-carousel-small {
    height: 25.4934210526vw;
  }
}
@media screen and (max-width: 1150px) {
  html .container-listing-forfait .big-title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1100px) {
  html .container-listing-forfait.variant-double-col .row .col figure {
    width: calc(100% + 5rem);
  }
  html .container-listing-forfait.variant-double-col .row .col .content-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  html .container-listing-forfait .big-title {
    font-size: 2.2rem;
  }
  html .container-listing-forfait p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 992px) {
  html .container-listing-forfait .col-image:before {
    left: -2rem;
    width: calc(100% + 4.4rem);
    height: calc(100% + 2.4rem);
  }
  html .container-listing-forfait .row.row-reverse .col-image:before {
    right: -2rem;
  }
  html .container-listing-forfait .show-mobile {
    display: block;
  }
  html .container-listing-forfait .hide-mobile {
    display: none;
  }
  html .container-listing-forfait.variant-double-col .row.inner-row .col-inner {
    margin-bottom: 0.5rem;
  }
  html .container-listing-forfait.variant-double-col ul {
    margin-bottom: 0;
  }
  html .container-listing-forfait.variant-double-col .btn-arrow-right, html .container-listing-forfait.variant-double-col .btn-arrow-left, html .container-listing-forfait.variant-double-col .btn-arrow-bottom {
    margin-bottom: 1.25rem;
  }
  html .container-listing-forfait.variant-double-col .content-text {
    padding-bottom: 1.5rem;
  }
  html .container-listing-forfait.variant-double-col .row .col {
    margin-bottom: 7rem;
  }
  html .container-listing-forfait.variant-single-col .text-amount, html .container-listing-forfait.variant-single-col .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount, html .woocommerce-lubie .woocommerce-variation-price .container-listing-forfait.variant-single-col .woocommerce-Price-amount {
    margin-bottom: 3.5rem;
  }
  html .container-listing-forfait.variant-single-col .btn-black {
    /*position:static;*/
    margin-bottom: 0;
  }
  html .container-listing-forfait.variant-single-col .row {
    margin-left: 0;
  }
  html .container-listing-forfait.variant-single-col .row .col {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  html .container-listing-forfait.variant-single-col .row .col figure {
    width: calc(100% + 6.5rem) !important;
    left: -3.25rem !important;
  }
  html .container-listing-forfait.variant-single-col .row .col .content-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  html .container-listing-forfait.variant-single-col .content-text {
    margin-top: -3rem;
  }
  html .container-listing-forfait.variant-single-col .btn-arrow-right, html .container-listing-forfait.variant-single-col .btn-arrow-left, html .container-listing-forfait.variant-single-col .btn-arrow-bottom {
    margin-left: 0;
  }
  html .container-listing-forfait.variant-single-col .show-mobile .btn-arrow-right, html .container-listing-forfait.variant-single-col .show-mobile .btn-arrow-left, html .container-listing-forfait.variant-single-col .show-mobile .btn-arrow-bottom {
    top: 0;
  }
  html .container-listing-forfait.variant-single-col .row.inner-row .col-inner {
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  html .container-listing-forfait.variant-single-col .row.row-reverse .tag-circle {
    right: auto;
    -webkit-transform: translateX(-35%) translateY(-25%);
    -o-transform: translateX(-35%) translateY(-25%);
    transform: translateX(-35%) translateY(-25%);
  }
}
@media screen and (max-width: 850px) {
  html .container-listing-forfait figure {
    margin-bottom: 2.5rem;
  }
  html .container-listing-forfait .big-title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  html .container-listing-forfait p {
    font-size: 1.7rem;
  }
  html .container-listing-forfait .row .col .content-inner {
    padding-bottom: 13rem;
  }
  html .container-listing-forfait .row.inner-row .col-inner {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  html .container-listing-forfait .col-image:before {
    height: calc(100% + 0.4rem);
  }
  html .container-listing-forfait figure {
    width: calc(100% + 6.5rem);
    position: relative;
    left: -3.25rem;
  }
  html .container-listing-forfait figure .over-image, html .container-listing-forfait figure .container-carousel-small {
    height: calc((100vw - 40px) * 310 / 380);
  }
  html .container-listing-forfait .row {
    margin-left: 0;
    margin-right: 0;
  }
  html .container-listing-forfait .row .col {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  html .container-listing-forfait .row .col .content-inner {
    padding-top: 0;
    border-top: none;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-bottom: 3rem;
  }
  html .container-listing-forfait .content-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  html .container-listing-forfait .content-bottom {
    position: static;
    margin-top: 3rem;
  }
  html .container-listing-forfait.variant-double-col .content-text {
    padding-bottom: 0;
  }
  html .container-listing-forfait.variant-double-col .row .col {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 5rem;
  }
  html .container-listing-forfait.variant-double-col .row .col .content-inner {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  html .container-listing-forfait.variant-double-col .row .col figure {
    width: calc(100% + 6.5rem);
    left: -3.25rem;
  }
  html .container-listing-forfait.variant-single-col .text-amount, html .container-listing-forfait.variant-single-col .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount, html .woocommerce-lubie .woocommerce-variation-price .container-listing-forfait.variant-single-col .woocommerce-Price-amount {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 650px) {
  html .container-listing-forfait {
    padding-top: 3rem;
  }
  html .container-listing-forfait p {
    font-size: 1.6rem;
  }
  html .container-listing-forfait .content-bottom {
    margin-left: 1.2rem;
  }
  html .container-listing-forfait.variant-single-col .row {
    margin-left: 0;
    margin-right: 0;
  }
  html .container-listing-forfait.variant-single-col .row:last-child .col {
    margin-bottom: 3rem;
  }
  html .container-listing-forfait.variant-single-col .content-text {
    margin-left: 0;
  }
}
@media screen and (max-width: 450px) {
  html .container-listing-forfait p {
    font-size: 1.5rem;
  }
  html .container-listing-forfait .row .col {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  html .container-listing-forfait .row.inner-row .col-inner {
    margin-bottom: 1rem;
  }
  html .container-listing-forfait figure {
    width: calc(100% + 4.5rem);
    left: -2.25rem;
  }
  html .container-listing-forfait.variant-double-col .row .col {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 4rem;
  }
  html .container-listing-forfait.variant-double-col .row .col figure {
    width: calc(100% + 4.5rem);
    left: -2.25rem;
  }
  html .container-listing-forfait.variant-single-col .row .col {
    width: 100%;
  }
  html .container-listing-forfait.variant-single-col .row .col figure {
    width: calc(100% + 4.5rem) !important;
    left: -2.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  html .container-listing-forfait.variant-double-col .row.inner-row .col-inner-left {
    width: calc(50% - 1px);
  }
}
@media screen and (min-width: 767px) {
  html .container-listing-forfait .row .col {
    width: calc(33.33333% - 1px);
  }
  html .container-listing-forfait.variant-double-col .row .col {
    width: calc(50% - 1px);
  }
}
html.no-mobile .container-listing-forfait .scrollmagic-toggle-class {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
html.no-mobile .container-listing-forfait .scrollmagic-toggle-class.scrollmagic-active {
  opacity: 1;
  -webkit-transition: all 2.5s ease;
  -o-transition: all 2.5s ease;
  transition: all 2.5s ease;
}
html.no-mobile .container-listing-forfait .row .col.scrollmagic-toggle-class .content-inner {
  opacity: 0;
}
html.no-mobile .container-listing-forfait .row .col.scrollmagic-toggle-class figure {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
html.no-mobile .container-listing-forfait .row .col.scrollmagic-active .content-inner {
  opacity: 1;
}
html.no-mobile .container-listing-forfait .row .col.scrollmagic-active figure {
  opacity: 1;
}
html.no-mobile .container-listing-forfait .row .col .content-inner:hover {
  border-color: transparent;
  /*@include transitionDelay(0);*/
}
html.no-mobile .container-listing-forfait .row .col .content-inner:hover:before {
  background-color: #0e483d;
  /*opacity:1;*/
}
html.no-mobile .container-listing-forfait .row .col .content-inner:hover .big-title, html.no-mobile .container-listing-forfait .row .col .content-inner:hover .list-dot li, html.no-mobile .container-listing-forfait .row .col .content-inner:hover .container-image-text-overlap .content-text ul li, html.no-mobile .container-image-text-overlap .content-text .container-listing-forfait .row .col .content-inner:hover ul li, html.no-mobile .container-listing-forfait .row .col .content-inner:hover .text-desc, html.no-mobile .container-listing-forfait .row .col .content-inner:hover .text-amount, html.no-mobile .container-listing-forfait .row .col .content-inner:hover .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount, html.no-mobile .woocommerce-lubie .woocommerce-variation-price .container-listing-forfait .row .col .content-inner:hover .woocommerce-Price-amount, html.no-mobile .container-listing-forfait .row .col .content-inner:hover .text-amount .text, html.no-mobile .container-listing-forfait .row .col .content-inner:hover .woocommerce-lubie .woocommerce-variation-price .woocommerce-Price-amount .text, html.no-mobile .woocommerce-lubie .woocommerce-variation-price .container-listing-forfait .row .col .content-inner:hover .woocommerce-Price-amount .text, html.no-mobile .container-listing-forfait .row .col .content-inner:hover p {
  color: #fff;
}
html.no-mobile .container-listing-forfait .row .col .content-inner:hover .list-dot li:before, html.no-mobile .container-listing-forfait .row .col .content-inner:hover .container-image-text-overlap .content-text ul li:before, html.no-mobile .container-image-text-overlap .content-text .container-listing-forfait .row .col .content-inner:hover ul li:before {
  background-color: #fff;
}
html.no-mobile .container-listing-forfait .row .col .content-inner:hover .btn-square-arrow {
  border-color: #fff;
}
html.no-mobile .container-listing-forfait .row .col .content-inner:hover .btn-arrow-right, html.no-mobile .container-listing-forfait .row .col .content-inner:hover .btn-arrow-left, html.no-mobile .container-listing-forfait .row .col .content-inner:hover .btn-arrow-bottom {
  color: #fff;
}
html.no-mobile .container-listing-forfait .row .col .content-inner:hover .btn-arrow-right svg, html.no-mobile .container-listing-forfait .row .col .content-inner:hover .btn-arrow-left svg, html.no-mobile .container-listing-forfait .row .col .content-inner:hover .btn-arrow-bottom svg {
  fill: #fff;
}
html.no-mobile .container-listing-forfait .row .col .content-inner:hover .btn-black {
  border-color: #fff;
  background: #fff;
  color: #0e483d;
}
html .layout-simple .container-listing-forfait .row .col .content-inner:before {
  background-color: #fff;
}