@-webkit-keyframes scroll {
  0% {
    top: 5px;
    opacity: 0.3; }
  50% {
    opacity: 1; }
  100% {
    top: 15px;
    opacity: 0; } }
@keyframes scroll {
  0% {
    top: 5px;
    opacity: 0.3; }
  50% {
    opacity: 1; }
  100% {
    top: 15px;
    opacity: 0; } }
@-webkit-keyframes arrow-down {
  0% {
    margin-top: 5px; }
  100% {
    margin-top: 15px; } }
@keyframes arrow-down {
  0% {
    margin-top: 5px; }
  100% {
    margin-top: 15px; } }
.navbar .navbar-toggler {
  margin-right: -5px;
  border: 0;
  color: var(--primary); }
  .navbar .navbar-toggler.collapsed {
    color: #585858; }
  .navbar .navbar-toggler .navbar-toggler-icon {
    width: auto;
    height: auto;
    background-image: none;
    font-size: 26px; }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../vendors/slick/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 20px;
  color: #ddd; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: "\f137"; }

[dir='rtl'] .slick-prev:before {
  content: "\f138"; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: "\f138"; }

[dir='rtl'] .slick-next:before {
  content: "\f137"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  color: #ddd;
  content: "\f111"; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.slick-slider .slick-slide:focus {
  outline: none; }

.slick-slider-full .slick-list,
.slick-slider-full .slick-track,
.slick-slider-full .slide-item,
.slick-slider-full .bg-img-fill {
  height: 100%; }
.slick-slider-full .slide-item {
  position: relative; }
  .slick-slider-full .slide-item:focus {
    outline: none; }

html {
  font-size: 1rem; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-family: 'Work Sans', sans-serif;
  font-size: .875rem; }

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

.btn,
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

input[type="email"],
input[type="password"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-focus-ring-color: none;
  outline: none; }

textarea {
  resize: none; }

iframe {
  display: block; }

picture {
  display: block; }
  picture img {
    display: block; }

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/WorkSans/WorkSans-Light.woff2") format("woff2"), url("../fonts/WorkSans/WorkSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/WorkSans/WorkSans-Medium.woff2") format("woff2"), url("../fonts/WorkSans/WorkSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/WorkSans/WorkSans-Regular.woff2") format("woff2"), url("../fonts/WorkSans/WorkSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.text-underline {
  text-decoration: underline; }

.fw-thin {
  font-weight: 100 !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semibold {
  font-weight: 600 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-extrabold {
  font-weight: 800 !important; }

.fw-black {
  font-weight: 900 !important; }

.bg-light {
  background-color: #fff !important; }

.text-title {
  letter-spacing: 3px; }

h1.text-title {
  line-height: 1; }
  @media (min-width: 1200px) {
    h1.text-title {
      font-size: 2.15rem; } }

button,
.btn {
  border-radius: 0;
  font-weight: 500; }
  button:focus,
  .btn:focus {
    outline: none; }

.btn-theme {
  letter-spacing: 3px;
  background-image: url("../img/background-u1165-fr.jpg");
  color: #fff;
  background-size: 100%;
  background-position: top left;
  border-bottom-right-radius: 12px;
  text-transform: uppercase; }

.btn-sm.btn-theme {
  padding: .2rem .5rem .1rem; }

.qty-input-component {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--primary);
  border-radius: 10px; }
  .qty-input-component .btn:focus,
  .qty-input-component .qty-input:focus {
    outline: none;
    box-shadow: none; }
  .qty-input-component .qty-input {
    width: 50px;
    border: 0;
    text-align: center;
    font-weight: 700;
    color: var(--primary); }
  .qty-input-component input::-webkit-outer-spin-button,
  .qty-input-component input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .qty-input-component input[type=number] {
    -moz-appearance: textfield; }

.form-check-theme,
.form-radio-theme {
  position: relative; }
  .form-check-theme input,
  .form-radio-theme input {
    display: none; }
  .form-check-theme .input-label,
  .form-radio-theme .input-label {
    position: relative;
    display: block;
    padding-left: 35px;
    font-size: 14px;
    color: var(--primary); }
    .form-check-theme .input-label:before, .form-check-theme .input-label:after,
    .form-radio-theme .input-label:before,
    .form-radio-theme .input-label:after {
      position: absolute;
      left: 0;
      top: 0;
      content: ""; }
    .form-check-theme .input-label:before,
    .form-radio-theme .input-label:before {
      border-radius: 6px;
      border: 1px solid var(--primary);
      height: 20px;
      width: 20px; }

.form-check-theme .input-label:after {
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-weight: 400;
  content: "\f00c";
  color: #fff;
  opacity: 0; }
.form-check-theme input:checked ~ .input-label:before {
  background-color: var(--primary); }
.form-check-theme input:checked ~ .input-label:after {
  opacity: 1; }

.form-radio-theme .input-label:before {
  border-radius: 50%; }
.form-radio-theme input:checked ~ .input-label:before {
  background-color: var(--primary);
  outline: 1px solid #fff;
  outline-offset: -3px; }

.form-control {
  border-radius: 0; }

.form-control-sm {
  height: 35px; }

.datepicker {
  border-radius: 0; }

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  background-color: #534741;
  border-color: #534741; }

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  background-color: #534741;
  border-color: #534741; }

.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
  background-color: #534741;
  border-color: #534741; }

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  background-color: #534741;
  border-color: #534741; }

.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover.active.focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:active:hover {
  background-color: #534741;
  border-color: #534741; }

.navbar-fixed-offset {
  height: 64px; }
  @media (min-width: 350px) {
    .navbar-fixed-offset {
      height: 72px; } }
  @media (min-width: 992px) {
    .navbar-fixed-offset {
      height: 82px; } }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  padding: .85rem 15px .85rem 8px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 1px rgba(151, 151, 151, 0.1); }
  .navbar .navbar-brand {
    padding: 0;
    max-width: 180px;
    margin-right: 0; }
    .navbar .navbar-brand img {
      width: 100%; }
  .navbar .social-links {
    margin-bottom: 0; }
    .navbar .social-links > li {
      margin-left: 12px; }
      .navbar .social-links > li:first-child {
        margin-left: 0; }
    .navbar .social-links a {
      display: block; }
      .navbar .social-links a:hover {
        opacity: .5; }
    .navbar .social-links img {
      width: 27px; }
  .navbar .navbar-nav .nav-item {
    margin-right: 4px; }
  .navbar .navbar-nav .nav-link {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2px;
    color: #534741; }
    .navbar .navbar-nav .nav-link:hover {
      color: var(--primary); }
  .navbar .container {
    max-width: none; }
  @media (min-width: 350px) {
    .navbar .navbar-brand {
      max-width: 220px; } }
  @media (min-width: 576px) {
    .navbar {
      padding: .85rem 1rem; } }
  @media (min-width: 992px) {
    .navbar .container {
      max-width: 960px; }
    .navbar .navbar-brand {
      padding: .3125rem 0; }
    .navbar .social-links {
      order: 3; }
    .navbar .navbar-brand {
      margin-right: 1rem; } }
  @media (min-width: 992px) and (max-width: 1080px) {
    .navbar .navbar-brand {
      margin-left: -25px;
      margin-right: 0; } }

.scroll-up-with-language-selector {
  position: absolute;
  top: 0;
  right: 65px;
  background-size: cover;
  background-position: center;
  color: #fff;
  border-bottom-left-radius: 10px; }
  .scroll-up-with-language-selector .scroll-up {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 64px;
    cursor: pointer; }
    .scroll-up-with-language-selector .scroll-up:before {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      content: "";
      transition: all ease .35s; }
    .scroll-up-with-language-selector .scroll-up:hover:before {
      background-color: rgba(255, 255, 255, 0.3); }
    .scroll-up-with-language-selector .scroll-up i {
      font-size: 30px; }
  .scroll-up-with-language-selector .site-language-options {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #787878; }
    .scroll-up-with-language-selector .site-language-options > li {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
      .scroll-up-with-language-selector .site-language-options > li a {
        display: block;
        text-align: center;
        font-size: 8px;
        padding: 4px 2px; }
        .scroll-up-with-language-selector .site-language-options > li a:hover {
          background-color: #fff;
          color: #000;
          text-decoration: none; }
      .scroll-up-with-language-selector .site-language-options > li:nth-child(2) {
        border-left: 1px solid #787878;
        border-right: 1px solid #787878; }
  @media (min-width: 350px) {
    .scroll-up-with-language-selector {
      right: 62px; }
      .scroll-up-with-language-selector .scroll-up {
        height: 72px; } }
  @media (min-width: 576px) {
    .scroll-up-with-language-selector {
      right: 70px; }
      .scroll-up-with-language-selector .scroll-up {
        width: 90px; }
        .scroll-up-with-language-selector .scroll-up i {
          font-size: 34px; }
      .scroll-up-with-language-selector .site-language-options > li a {
        font-size: 10px; } }
  @media (min-width: 992px) {
    .scroll-up-with-language-selector {
      right: 0; }
      .scroll-up-with-language-selector .scroll-up {
        width: 90px;
        height: 82px; } }

.footer {
  position: relative;
  background-color: #fff;
  padding: 35px 0 0;
  color: #000; }
  .footer .copyright {
    position: relative;
    padding: 5px 15px 10px;
    color: #fff;
    font-size: .75rem;
    letter-spacing: 3px;
    font-weight: 300; }
  @media (min-width: 576px) {
    .footer .copyright {
      padding: 10px 15px 20px; } }
  @media (min-width: 992px) {
    .footer {
      padding: 25px 0 0; } }

.content-section-row {
  position: relative;
  background-color: #fff; }

.bg-img-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .bg-img-fill._object-top img {
    object-position: top; }
  .bg-img-fill._object-right img {
    object-position: right; }
  .bg-img-fill._object-bottom img {
    object-position: bottom; }
  .bg-img-fill._object-left img {
    object-position: left; }
  .bg-img-fill + div {
    position: relative;
    z-index: 2; }
  .bg-img-fill img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

.responsive-fs-video {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  /* set video aspect ratio and vertically center */ }
  .responsive-fs-video .fs-video-width {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -9999px;
    right: -9999px;
    margin: auto; }
  .responsive-fs-video .fs-video-aspect {
    position: absolute;
    width: 100%;
    height: 0;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    overflow: hidden; }
  .responsive-fs-video .fs-video-make-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .responsive-fs-video .fs-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none; }
  .responsive-fs-video .video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1; }

.banner-video {
  position: relative;
  height: 450px; }
  .banner-video .banner-video-fixed {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    height: 450px; }
  @media (min-width: 350px) {
    .banner-video .banner-video-fixed {
      top: 72px; } }
  @media (min-width: 576px) {
    .banner-video {
      height: 580px; }
      .banner-video .banner-video-fixed {
        height: 580px; } }
  @media (min-width: 992px) {
    .banner-video .banner-video-fixed {
      top: 82px; } }

.banner-caption-container {
  position: relative;
  padding-bottom: 50px;
  background-color: #fff; }

.mouse-scrolldown .mouse {
  margin: 0 auto;
  opacity: 0.6;
  position: relative;
  transition: opacity 0.9s;
  cursor: pointer; }
  .mouse-scrolldown .mouse .mouse-body {
    border: 3px solid #000000;
    border-radius: 17px;
    height: 55px;
    position: relative;
    background: transparent;
    width: 35px;
    margin: 0 auto; }
  .mouse-scrolldown .mouse .mouse-wheel {
    position: relative;
    left: 50%;
    transition: opacity 0.5s; }
    .mouse-scrolldown .mouse .mouse-wheel:before, .mouse-scrolldown .mouse .mouse-wheel:after {
      content: '';
      background: #000000;
      border-radius: 50%;
      margin-left: -2px;
      height: 4px;
      position: absolute;
      top: 5px;
      transition: top 0.5s, height 0.5s, opacity 0.5s;
      width: 4px; }
    .mouse-scrolldown .mouse .mouse-wheel:before {
      animation: scroll 1.5s 0.75s infinite ease-in-out; }
    .mouse-scrolldown .mouse .mouse-wheel:after {
      animation: scroll 1.5s infinite ease-in-out; }
  .mouse-scrolldown .mouse .arrow-down {
    animation: arrow-down 0.6s infinite alternate ease-in-out;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    display: block;
    height: 5px;
    margin: 0 auto;
    transform: rotate(45deg);
    transition: opacity 0.5s;
    width: 5px;
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0; }

.banner-caption {
  position: relative;
  padding: 20px 15px;
  transform: translateY(-50%);
  margin-bottom: -15px;
  letter-spacing: 2px;
  color: #fff; }

.btn-scrolldown {
  cursor: pointer; }

.map-container {
  position: relative;
  border-bottom: 5px solid var(--primary); }
  .map-container .bg-img-fill {
    position: relative;
    height: 50px; }

#map-canvas {
  position: relative;
  z-index: 1;
  display: block;
  height: 395px;
  width: 100%; }

.newsletter-form input {
  width: calc(100% - 130px);
  border-color: var(--primary); }
.newsletter-form .btn {
  padding: 0 .5rem;
  width: 130px;
  font-size: 1.125rem; }

.description-section {
  padding-top: 300px; }
  .description-section .offset-block {
    transform: translateY(80px); }
  .description-section .intro-block {
    position: relative;
    padding: 15px 15px 0;
    border-bottom-right-radius: 15px;
    overflow: hidden; }
    .description-section .intro-block:before {
      position: absolute;
      content: ""; }
    .description-section .intro-block .bg-img-fill {
      left: 20px; }
    .description-section .intro-block .col-left {
      padding: 35px 35px 30px; }
    .description-section .intro-block .col-right {
      padding: 0 35px; }
      .description-section .intro-block .col-right .text-title {
        font-size: 2.5rem; }
  @media (min-width: 768px) {
    .description-section .intro-block .col-right {
      padding: 0 15px; } }
  @media (min-width: 992px) {
    .description-section .intro-block .col-right {
      padding: 0 35px; } }

.offer-item {
  position: relative;
  max-width: 340px;
  margin: auto;
  width: 100%; }
  .offer-item:before {
    position: absolute;
    top: -15px;
    left: 15px;
    right: -15px;
    height: 200px;
    background-image: url("../img/background-u1165-fr.jpg");
    border-bottom-right-radius: 15px;
    content: ""; }
  .offer-item .item-thumbnail {
    position: relative;
    overflow: hidden; }
    .offer-item .item-thumbnail img {
      transition: transform .5s ease-out; }
  .offer-item ul li {
    margin-bottom: 5px; }
  @media (min-width: 576px) {
    .offer-item:before {
      height: 240px; } }

.pricing-bubble-container {
  max-width: 430px;
  margin: auto; }

.pricing-bubble {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  color: #fff; }
  .pricing-bubble .label-1 {
    font-size: 4.5rem; }
  .pricing-bubble .label-2 {
    font-size: .875rem; }
  .pricing-bubble .label-3 {
    font-size: 2.5rem;
    font-weight: 300; }
  .pricing-bubble._lg {
    width: 290px;
    height: 290px; }
    .pricing-bubble._lg .label-1 {
      font-size: 6.5rem; }
    .pricing-bubble._lg .label-2 {
      font-size: 1.25rem; }
    .pricing-bubble._lg .label-3 {
      font-size: 3rem;
      font-weight: 300; }
  .pricing-bubble .label {
    line-height: 1; }

.formulas {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center; }
  .formulas .separator {
    margin: 10px 0 15px;
    height: 50px;
    width: 2px;
    background-color: var(--primary); }

.reservation-n-slider-section {
  position: relative;
  padding-top: 1px; }
  .reservation-n-slider-section .reservation-inner-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9; }
  .reservation-n-slider-section .slider-inner-section {
    margin-top: 180px; }
  .reservation-n-slider-section .generic-slider {
    height: 450px; }
  @media (min-width: 768px) {
    .reservation-n-slider-section .generic-slider {
      height: 650px; } }

.reservation-form-container {
  padding: 50px 0;
  max-width: 540px;
  margin: auto; }
  .reservation-form-container .form-toggle-head {
    position: relative;
    border-bottom-right-radius: 10px; }
    .reservation-form-container .form-toggle-head .btn {
      position: absolute;
      right: 5px;
      top: 18px; }
  .reservation-form-container #form-collapse {
    position: relative; }
  .reservation-form-container form {
    position: relative;
    z-index: 2;
    padding: 25px 15px; }
    .reservation-form-container form label {
      margin-bottom: 0; }
    .reservation-form-container form .form-group {
      max-width: 350px;
      width: 100%;
      margin: auto auto 16px;
      text-align: center;
      color: #fff; }
    .reservation-form-container form input {
      background-color: #fff; }
    .reservation-form-container form input:placeholder-shown {
      background-color: #F4F4F4; }

.form-theme .form-control {
  border-bottom-right-radius: 10px; }

.generic-slider .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover"; }
.generic-slider .slick-arrow {
  top: auto;
  bottom: 40%;
  width: auto;
  height: auto; }
  .generic-slider .slick-arrow:before {
    font-size: 56px;
    color: #fff; }
.generic-slider .slick-prev {
  left: 15px; }
  .generic-slider .slick-prev:before {
    content: "\f104";
    font-weight: 300; }
.generic-slider .slick-next {
  right: 15px; }
  .generic-slider .slick-next:before {
    content: "\f105";
    font-weight: 300; }
@media (min-width: 576px) {
  .generic-slider .slick-prev {
    left: 30px; }
  .generic-slider .slick-next {
    right: 30px; } }
@media (min-width: 992px) {
  .generic-slider .slick-prev {
    left: 15%; }
  .generic-slider .slick-next {
    right: 15%; } }
@media (min-width: 1200px) {
  .generic-slider .slick-prev {
    left: 25%; }
  .generic-slider .slick-next {
    right: 25%; } }

.newsletter-popup {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  display: flex;
  z-index: 1050;
  padding: 15px;
  overflow: auto; }
  .newsletter-popup .popup-close {
    width: 120px;
    height: 38px;
    color: #fff;
    margin-left: auto;
    text-align: center;
    font-size: 26px;
    border-bottom-left-radius: 10px;
    cursor: pointer; }
  .newsletter-popup .backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    background-color: rgba(48, 48, 48, 0.9); }
  .newsletter-popup .popup-box {
    position: relative;
    z-index: 2;
    max-width: 620px;
    width: 100%;
    margin: auto;
    background-color: #fff;
    border-bottom-right-radius: 15px; }
    .newsletter-popup .popup-box .content {
      position: relative;
      z-index: 2;
      padding: 20px 15px;
      text-align: center; }
      .newsletter-popup .popup-box .content .text-title {
        font-size: 23px; }
  .newsletter-popup .newsletter-form {
    max-width: 330px;
    margin: 25px auto 10px; }
    .newsletter-popup .newsletter-form .d-flex {
      flex-direction: column;
      align-items: center; }
    .newsletter-popup .newsletter-form input {
      width: 100%;
      margin-bottom: 10px;
      text-align: center; }

.toggle-content-component > .content {
  display: none; }
.toggle-content-component > .content.active {
  display: block; }
.toggle-content-component .fade {
  transition: opacity .15s linear; }

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