@charset "UTF-8";
.to_fade_up {
  visibility: hidden; }
  .to_fade_up.fade_up {
    visibility: visible;
    -ms-animation: fadeUp 2s;
    /* Internet Explorer */
    animation: fadeUp 2s; }

.to_fade_left {
  visibility: hidden; }
  .to_fade_left.fade_left {
    visibility: visible;
    -ms-animation: fadeFromLeft 1s;
    /* Internet Explorer */
    animation: fadeFromLeft 1s; }

.to_fade_right {
  visibility: hidden; }
  .to_fade_right.fade_right {
    visibility: visible;
    -ms-animation: fadeFromRight 1s;
    /* Internet Explorer */
    animation: fadeFromRight 1s; }

.animate_witdh {
  visibility: hidden; }
  .animate_witdh.full-width {
    visibility: visible;
    -ms-animation: fadeFromLeft 1s;
    /* Internet Explorer */
    animation: fadeFromLeft 1s; }

@keyframes fadeUp {
  0% {
    filter: alpha(opacity=0);
    opacity: 0.1;
    transform: translateY(100px); }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeFromLeft {
  0% {
    filter: alpha(opacity=0);
    opacity: 0.1;
    transform: translateX(-100%); }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeFromRight {
  0% {
    filter: alpha(opacity=0);
    opacity: 0.1;
    transform: translateX(100%); }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeFromLeftIcon {
  0% {
    filter: alpha(opacity=0);
    opacity: 0.1;
    transform: translateX(-100%); }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    transform: translateX(0); } }

@keyframes preloaderAnimate {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(100%); } }

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1); }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0); } }

@keyframes dropDownAnimation {
  0% {
    opacity: 0;
    transform: rotateX(-90deg); }
  100% {
    opacity: 1;
    transform: rotateX(0deg); } }

@keyframes rotate-windows {
  0% {
    transform: perspective(500px) rotateY(-42deg);
    -webkit-transform: perspective(500px) rotateY(-42deg);
    -moz-transform: perspective(500px) rotateY(-42deg);
    -ms-transform: perspective(500px) rotateY(-42deg);
    -o-transform: perspective(500px) rotateY(-42deg); }
  50% {
    transform: perspective(500px) rotateY(0deg);
    -webkit-transform: perspective(500px) rotateY(0deg);
    -moz-transform: perspective(500px) rotateY(0deg);
    -ms-transform: perspective(500px) rotateY(0deg);
    -o-transform: perspective(500px) rotateY(0deg); }
  100% {
    transform: perspective(500px) rotateY(-42deg);
    -webkit-transform: perspective(500px) rotateY(-42deg);
    -moz-transform: perspective(500px) rotateY(-42deg);
    -ms-transform: perspective(500px) rotateY(-42deg);
    -o-transform: perspective(500px) rotateY(-42deg); } }

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  -webkit-text-size-adjust: 100%;
  color: #a2a2a2;
  padding: 0;
  margin: 0;
  font-weight: 400; }
  body.overlay:after {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.31);
    z-index: 666;
    width: 100%;
    height: 100%; }

.body-content {
  overflow-x: hidden;
  max-width: 100%;
  margin-bottom: 55px; }

ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2; }

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important; }

button,
input[type="submit"] {
  transition: 0.25s ease-in-out;
  cursor: pointer; }

address {
  margin: 0px;
  padding: 0px; }

iframe {
  border: 0; }

.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-5-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-5-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

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

@media (min-width: 1200px) {
  .container {
    max-width: 95%;
    width: 95%; } }

@media (min-width: 1300px) {
  .container {
    max-width: 95%;
    width: 95%; } }

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      max-width: 960px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      max-width: 720px; } }
  @media (min-width: 1400px) {
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      padding-left: 40px;
      padding-right: 40px; } }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  /*@media (max-width: 767.98px) {
        flex-basis: 100%;
    }*/ }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

@media (min-width: 576px) {
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 769px) {
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-5-5 {
    -ms-flex: 0 0 45.666667%;
    flex: 0 0 45.666667%;
    max-width: 45.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-5-5 {
    -ms-flex: 0 0 45.666667%;
    flex: 0 0 45.666667%;
    max-width: 45.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s; }

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  60%,
  80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  60%,
  80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%,
  to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%,
  to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%,
  to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%,
  to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%,
  to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%,
  to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%,
  to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%,
  to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%,
  to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%,
  to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  0%,
  to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  0%,
  to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%,
  to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%,
  to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%,
  to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%,
  to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%,
  to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%,
  to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%,
  to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%,
  to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left; }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    transform-origin: top left; }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%,
  to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%,
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*===================================
=            Slick Theme            =
===================================*/
.slick-slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s; }

.slick-slide > div {
  width: 100%; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2.2em; }

button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

input.ui-button {
  padding: 0.4em 1em; }

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em; }

.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em; }

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em; }

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 7px 13px;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: 0.8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: 0.8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  padding: 0.2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #E6E6E6;
  background: #fff;
  color: #16242f; }

.ui-widget-content a {
  color: #222; }

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #D1BA92;
  font-weight: normal;
  color: #fff; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled.ui-menu-item {
  display: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

.ui-widget-overlay {
  background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0;
  opacity: 1;
  visibility: visible; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable="true"] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: #fff;
  cursor: pointer; }

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #D1BA92; }

.flickity-button:active {
  opacity: 1; }

.flickity-button:disabled {
  opacity: .6;
  cursor: auto;
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  border: 1px solid  #EAEAEA; }

.flickity-prev-next-button.previous {
  left: -20px; }

.flickity-prev-next-button.next {
  right: 20px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: -20px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 20px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: 30%; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.carousel.is-fullscreen .carousel-cell {
  height: 100%; }

/* Flickity fullscreen v1.0.1
------------------------- */
.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 199999; }

.flickity-enabled.is-fullscreen .carousel-cell {
  width: 100% !important; }

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px; }

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white; }

/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden; }

/* ---- flickity-fullscreen-button ---- */
.flickity-fullscreen-button {
  display: block;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px; }

/* right-to-left */
.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px; }

.flickity-fullscreen-button-exit {
  display: none; }

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
  display: block; }

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
  display: none; }

.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

.hide-scroll {
  overflow: hidden;
  height: var(--doc-height); }

.header {
  position: relative;
  top: 0px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.85s ease;
  padding: 30px 0;
  background-color: white; }
  @media only screen and (min-width: 1200px) {
    .header {
      padding: 0 0 0px; }
      .header.active-sub {
        padding: 0 0 65px; } }
  @media only screen and (max-width: 991.98px) {
    .header {
      padding: 7px 0; } }
  .header.float {
    position: fixed; }
  .header.menu-active {
    top: 0px !important; }
    .header.menu-active .navbar .header-bottom {
      top: 0%;
      transition: all ease-in-out 1s 0.1s; }
      @media only screen and (max-width: 1199.98px) {
        .header.menu-active .navbar .header-bottom .mmenu-bottom,
        .header.menu-active .navbar .header-bottom .mmenu {
          filter: alpha(opacity=100);
          opacity: 1;
          transform: translateY(0);
          transition: all ease-in 1s 0.3s; } }
      .header.menu-active .navbar .header-bottom .mmenu {
        transition-delay: 0.7s; }
      .header.menu-active .navbar .header-bottom .mmenu-bottom {
        transition-delay: 1.2s; }
    .header.menu-active .navbar .burger .burger-line:nth-child(1) {
      top: 0.5rem !important;
      transform: rotate(135deg); }
    .header.menu-active .navbar .burger .burger-line:nth-child(2) {
      right: -1.5rem !important;
      opacity: 0 !important;
      visibility: hidden; }
    .header.menu-active .navbar .burger .burger-line:nth-child(3) {
      top: 0.5rem !important;
      transform: rotate(-135deg); }
  .header .container {
    overflow: visible;
    padding: 0 15px !important; }
    .header .container .header-top {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      column-gap: 1rem;
      width: 100%;
      margin: 0 auto;
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 767.98px) {
        .header .container .header-top {
          column-gap: 5px; } }
      .header .container .header-top .logo {
        transition: all ease-in-out 0.5s; }
        @media only screen and (min-width: 992px) {
          .header .container .header-top .logo {
            width: 20%;
            overflow: hidden; } }
        .header .container .header-top .logo img {
          height: 130px;
          width: auto;
          display: block;
          margin: auto; }
          @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
            .header .container .header-top .logo img {
              height: 90px; } }
          @media only screen and (min-width: 768px) and (max-width: 991.98px) {
            .header .container .header-top .logo img {
              height: 70px; } }
          @media only screen and (max-width: 767.98px) {
            .header .container .header-top .logo img {
              height: 60px; } }
      .header .container .header-top .side-menu {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 3rem;
        width: calc(50% - 60px); }
        @media only screen and (min-width: 992px) {
          .header .container .header-top .side-menu {
            width: 40%; } }
        .header .container .header-top .side-menu.left-side {
          justify-content: start; }
        .header .container .header-top .side-menu.right-side {
          justify-content: end; }
        .header .container .header-top .side-menu-btn {
          border: 1px solid #fff;
          padding: 0px 18px;
          overflow: hidden;
          position: relative;
          max-width: 100%;
          width: 100%;
          background-color: transparent;
          display: block;
          transition: 0.2s ease-in-out 0.1s;
          text-decoration: none;
          background-color: #fff;
          width: 160px; }
          .header .container .header-top .side-menu-btn span {
            z-index: 1;
            text-align: center;
            font: normal normal 600 14px/42px "Open Sans", sans-serif;
            letter-spacing: 0.5px;
            color: #fff;
            display: block;
            transition: 0.2s ease-in-out 0.1s;
            text-decoration: none;
            text-transform: uppercase;
            width: 100%;
            position: relative; }
          .header .container .header-top .side-menu-btn::after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            background: #CAAD7F;
            z-index: 0;
            transition: 0.2s ease-in-out 0.1s; }
          .header .container .header-top .side-menu-btn:hover {
            border-color: #000;
            transition: 0.2s ease-in-out 0.1s; }
            .header .container .header-top .side-menu-btn:hover span {
              color: #000 !important; }
            .header .container .header-top .side-menu-btn:hover::after {
              height: 0%;
              transition: 0.2s ease-in-out 0.1s; }
          @media only screen and (max-width: 767.98px) {
            .header .container .header-top .side-menu-btn {
              width: 100px;
              padding: 0 !important; }
              .header .container .header-top .side-menu-btn span {
                font-size: 11px; } }
        .header .container .header-top .side-menu-link {
          display: flex;
          align-items: center;
          gap: 7px; }
          @media only screen and (max-width: 991.98px) {
            .header .container .header-top .side-menu-link {
              display: none; } }
          .header .container .header-top .side-menu-link:hover span {
            color: #CAAD7F;
            transition: all ease-in-out 0.5s; }
          .header .container .header-top .side-menu-link svg {
            width: 1em;
            height: 1em;
            position: relative;
            display: block; }
          .header .container .header-top .side-menu-link span {
            text-align: left;
            font: normal normal normal 14px/42px "Open Sans", sans-serif;
            letter-spacing: 0.22px;
            color: #000000;
            opacity: 1;
            text-decoration: none;
            text-transform: uppercase;
            transition: all ease-in-out 0.5s; }
      .header .container .header-top .burger-wrapper {
        border-radius: 50%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media only screen and (min-width: 1200px) {
          .header .container .header-top .burger-wrapper {
            display: none; } }
        @media only screen and (max-width: 1199.98px) {
          .header .container .header-top .burger-wrapper {
            width: 45px;
            min-width: 45px; } }
        .header .container .header-top .burger-wrapper .burger {
          user-select: none;
          z-index: 10;
          width: 40px;
          height: 1.3rem;
          border: none;
          outline: none;
          background: none;
          visibility: visible;
          transform: rotate(0deg);
          transition: 0.35s ease; }
          .header .container .header-top .burger-wrapper .burger-line {
            position: absolute;
            display: block;
            right: 0;
            width: 100%;
            height: 1px;
            border: none;
            outline: none;
            opacity: 1;
            transform: rotate(0deg);
            background-color: #000;
            transition: 0.25s ease-in-out; }
            .header .container .header-top .burger-wrapper .burger-line:nth-child(1) {
              top: 0px; }
            .header .container .header-top .burger-wrapper .burger-line:nth-child(2) {
              top: 0.5rem; }
            .header .container .header-top .burger-wrapper .burger-line:nth-child(3) {
              top: 1rem; }
    .header .container .header-bottom {
      position: relative; }
      @media only screen and (min-width: 1200px) {
        .header .container .header-bottom {
          margin: 0;
          z-index: 1;
          max-width: 100%;
          width: 100%; } }
      @media only screen and (max-width: 1199.98px) {
        .header .container .header-bottom {
          position: fixed;
          top: -100%;
          left: 0%;
          max-width: 100%;
          width: 600px;
          height: var(--doc-height);
          padding: 0;
          background-color: #fff;
          z-index: 5;
          transition: all ease-in-out 0.5s;
          overflow: hidden;
          display: flex;
          flex-direction: column;
          justify-content: space-between; } }
      .header .container .header-bottom .mmenu-top {
        position: relative;
        border-bottom: 1px solid #E5E5E5;
        padding: 21px; }
        @media only screen and (min-width: 1200px) {
          .header .container .header-bottom .mmenu-top {
            display: none; } }
        .header .container .header-bottom .mmenu-top .header-close {
          cursor: pointer; }
          .header .container .header-bottom .mmenu-top .header-close svg {
            width: 38px;
            height: 38px; }
      .header .container .header-bottom .mmenu {
        box-shadow: var(--shadow-medium);
        transition: all 0.4s ease-in-out; }
        @media only screen and (max-width: 1199.98px) {
          .header .container .header-bottom .mmenu {
            filter: alpha(opacity=0);
            opacity: 0;
            transform: translateY(100px);
            transition: all ease-in-out 1s 0.3s;
            padding: 45px 21px;
            max-height: 80vh;
            overflow: auto;
            margin-bottom: auto; } }
        .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap;
          gap: 2.8rem;
          position: relative; }
          @media only screen and (min-width: 1200px) and (max-width: 1550px) {
            .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links {
              gap: 1.3rem; } }
          @media only screen and (max-width: 1199.98px) {
            .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links {
              flex-direction: column;
              align-items: start;
              gap: 0; } }
          @media only screen and (max-width: 1199.98px) {
            .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item {
              border-bottom: 1px solid #E5E5E5;
              width: 100%; } }
          .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item.active .single-item-wrapper .menu-link {
            transition: all ease-in-out 0.5s;
            cursor: pointer; }
          @media only screen and (min-width: 1200px) {
            .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item.active .single-item-wrapper.has-sub:before {
              width: 100%;
              transition: all ease-in-out 0.5s; } }
          .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item.active .single-item-sub {
            display: block;
            opacity: 1;
            transform-origin: top center; }
          @media only screen and (max-width: 1199.98px) {
            .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item.active .single-item-wrapper.has-sub:before {
              content: "\f078";
              color: #D1BA92; } }
          @media only screen and (min-width: 1200px) {
            .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item:hover .single-item-wrapper.has-sub:before {
              width: 100%; }
            .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item:hover .single-item-wrapper .menu-link {
              transition: all ease-in-out 0.5s;
              cursor: pointer;
              color: #D1BA92; } }
          .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-wrapper {
            position: relative; }
            .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-wrapper .menu-link {
              transition: all 0.3s ease;
              font-weight: 300;
              text-decoration: none;
              display: flex;
              align-items: center;
              justify-content: center;
              gap: 7px;
              opacity: 1;
              font: normal normal normal 14px/30px "Open Sans", sans-serif;
              letter-spacing: 0.07px;
              color: #000000;
              opacity: 1;
              text-transform: uppercase; }
              @media only screen and (min-width: 1200px) {
                .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-wrapper .menu-link {
                  padding-bottom: 15px;
                  padding-top: 15px; } }
              @media only screen and (max-width: 1199.98px) {
                .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-wrapper .menu-link {
                  justify-content: space-between;
                  width: 100%;
                  line-height: 60px;
                  font-weight: 600;
                  font-size: 15px; } }
            .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-wrapper.has-sub {
              position: relative; }
              .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-wrapper.has-sub:before {
                position: absolute;
                content: " ";
                position: absolute;
                display: block !important; }
                @media only screen and (min-width: 1200px) {
                  .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-wrapper.has-sub:before {
                    height: 2px;
                    width: 0%;
                    background: #CAAD7F;
                    left: 0;
                    bottom: 0%;
                    transition: all ease-in-out 0.5s; } }
                @media only screen and (max-width: 1199.98px) {
                  .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-wrapper.has-sub:before {
                    content: "\f054";
                    font-family: "FontAwesome";
                    font-size: 12px;
                    font-weight: 100;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    color: #000000; } }
          .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-sub {
            background-color: #fff;
            overflow: hidden;
            min-width: 100%;
            display: none; }
            @media only screen and (min-width: 1200px) {
              .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-sub {
                position: absolute;
                left: 0;
                top: 100%;
                overflow: hidden;
                transition: all 0.8s 0.5s cubic-bezier(0.76, 0.09, 0.215, 1);
                border-top: 1px solid #EAEAEA; } }
            @media only screen and (max-width: 1199.98px) {
              .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-sub {
                gap: 2.1px;
                max-width: calc(100% - 15px); } }
            @media only screen and (min-width: 1200px) {
              .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-sub .menu-item-sub-links {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 55px;
                padding: 0 15px; } }
            @media only screen and (max-width: 1199.98px) {
              .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-sub .menu-item-sub-links {
                background-color: #fff;
                padding: 0 0 35px 0; } }
            .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-sub .menu-item-sub-links .dropdown-link {
              width: 100%;
              color: #000;
              z-index: 2;
              padding: 0px;
              text-align: left;
              display: block;
              overflow: hidden;
              position: relative;
              transition: all 0.3s ease;
              text-decoration: none;
              text-align: left;
              font: normal normal normal 14px/40px "Open Sans", sans-serif;
              letter-spacing: 0.07px;
              opacity: 1; }
              @media only screen and (min-width: 1200px) {
                .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-sub .menu-item-sub-links .dropdown-link {
                  padding: 10px 0; } }
              .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-sub .menu-item-sub-links .dropdown-link:after {
                height: 2px;
                width: 0%;
                background: #CAAD7F;
                left: 0;
                bottom: 0%;
                transition: all ease-in-out 0.5s;
                content: "";
                position: absolute; }
              .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-sub .menu-item-sub-links .dropdown-link.active, .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-sub .menu-item-sub-links .dropdown-link:hover {
                transition: all 0.3s ease; }
                @media only screen and (max-width: 1199.98px) {
                  .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-sub .menu-item-sub-links .dropdown-link.active, .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-sub .menu-item-sub-links .dropdown-link:hover {
                    color: #CAAD7F; } }
                @media only screen and (min-width: 1200px) {
                  .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-sub .menu-item-sub-links .dropdown-link.active:after, .header .container .header-bottom .mmenu .mmenu-wrapper .menu-links .single-item-sub .menu-item-sub-links .dropdown-link:hover:after {
                    width: 100%;
                    transition: all ease-in-out 0.5s; } }
      .header .container .header-bottom .mmenu-bottom {
        position: relative;
        border-top: 1px solid #E5E5E5;
        padding: 21px;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0px -20px 50px #0000000F; }
        @media only screen and (min-width: 1200px) {
          .header .container .header-bottom .mmenu-bottom {
            display: none; } }
        @media only screen and (max-width: 1199.98px) {
          .header .container .header-bottom .mmenu-bottom {
            filter: alpha(opacity=0);
            opacity: 0;
            transform: translateY(100px);
            transition: all ease-in-out 1s 0.3s; } }
        .header .container .header-bottom .mmenu-bottom .lhs .account a {
          display: flex;
          gap: 12px;
          align-items: center;
          text-decoration: none; }
          .header .container .header-bottom .mmenu-bottom .lhs .account a svg {
            width: 17px;
            height: auto; }
            .header .container .header-bottom .mmenu-bottom .lhs .account a svg ellipse,
            .header .container .header-bottom .mmenu-bottom .lhs .account a svg path {
              fill: #CAAD7F; }
          .header .container .header-bottom .mmenu-bottom .lhs .account a .title {
            font: normal normal 600 14px/20px "Open Sans", sans-serif;
            letter-spacing: 0px;
            color: #000000;
            text-transform: capitalize;
            opacity: 1; }
        .header .container .header-bottom .mmenu-bottom .rhs .fsocials {
          display: flex;
          align-items: center;
          justify-content: start;
          gap: 16px; }
          .header .container .header-bottom .mmenu-bottom .rhs .fsocials div {
            transition: all ease-in-out 0.5s; }
            .header .container .header-bottom .mmenu-bottom .rhs .fsocials div a {
              display: block; }
              .header .container .header-bottom .mmenu-bottom .rhs .fsocials div a svg {
                height: 19px;
                width: auto;
                display: block; }
                .header .container .header-bottom .mmenu-bottom .rhs .fsocials div a svg path {
                  fill: #000000; }
                  .header .container .header-bottom .mmenu-bottom .rhs .fsocials div a svg path#Path_2086 {
                    fill: none !important; }

.footer {
  background-color: #fff;
  position: relative;
  margin-top: 50px; }
  .footer-body .row {
    justify-content: space-between;
    margin: 0px;
    row-gap: 0px; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .footer-body .row {
        row-gap: 25px; } }
    @media only screen and (max-width: 991.98px) {
      .footer-body .row {
        justify-content: start; } }
    @media only screen and (max-width: 991.98px) {
      .footer-body .row .col-custom {
        border-top: 0.5px solid #E3E3E3; } }
    .footer-body .row .col-custom-logo {
      width: 100%;
      padding: 0;
      border-top: 0.5px solid #E3E3E3; }
      .footer-body .row .col-custom-logo .main-logo {
        display: block;
        text-align: center;
        margin: 35px auto; }
        .footer-body .row .col-custom-logo .main-logo img {
          width: auto;
          height: 110px; }
          @media only screen and (max-width: 991.98px) {
            .footer-body .row .col-custom-logo .main-logo img {
              height: 85px; } }
    @media only screen and (min-width: 992px) {
      .footer-body .row .col-custom-links {
        width: 19%; } }
    @media only screen and (max-width: 991.98px) {
      .footer-body .row .col-custom-links {
        width: 100%; } }
    .footer-body .row .col-custom-links-list li {
      margin: 0px 0 4px; }
      @media only screen and (max-width: 1199.98px) {
        .footer-body .row .col-custom-links-list li {
          margin: 0px 0 5px; } }
      .footer-body .row .col-custom-links-list li a {
        width: max-content;
        text-decoration: none;
        max-width: 100%;
        position: relative;
        overflow: hidden;
        padding-bottom: 0.2em;
        margin: 0 0 -0.2em;
        display: block; }
        .footer-body .row .col-custom-links-list li a span {
          text-align: left;
          font: normal normal normal 14px/26px "Open Sans", sans-serif;
          letter-spacing: 0px;
          color: #121212;
          transition: transform 1.05s cubic-bezier(0.3, 0.86, 0.36, 0.95);
          will-change: transform;
          position: relative;
          display: block;
          max-width: 100%;
          width: max-content; }
          @media only screen and (max-width: 991.98px) {
            .footer-body .row .col-custom-links-list li a span {
              font-size: 12px;
              line-height: 25px; } }
        .footer-body .row .col-custom-links-list li a:after {
          transition: transform 1.05s cubic-bezier(0.3, 0.86, 0.36, 0.95);
          will-change: transform;
          content: attr(data-title);
          position: absolute;
          transform: translate(-50%, 110%);
          left: 50%;
          top: 0;
          color: currentColor;
          width: 100%;
          color: #D1BA92;
          text-align: left;
          font: normal normal normal 14px/26px "Open Sans", sans-serif;
          letter-spacing: 0px;
          width: max-content;
          text-decoration: none;
          max-width: 100%;
          overflow: hidden;
          display: block; }
          @media only screen and (max-width: 991.98px) {
            .footer-body .row .col-custom-links-list li a:after {
              font-size: 12px;
              line-height: 25px; } }
        .footer-body .row .col-custom-links-list li a:hover {
          opacity: 1; }
          .footer-body .row .col-custom-links-list li a:hover span {
            transform: translateY(-125%); }
          .footer-body .row .col-custom-links-list li a:hover:after {
            transform: translate(-50%, 0%); }
    @media only screen and (min-width: 992px) {
      .footer-body .row .col-custom-info {
        width: 19%; } }
    @media only screen and (max-width: 991.98px) {
      .footer-body .row .col-custom-info {
        width: 100%; } }
    .footer-body .row .col-custom-info .col-custom-links-list {
      margin-bottom: 30px; }
    .footer-body .row .col-custom .col-wrapper.active .col-title:after {
      content: "\f068";
      transition: all ease-in-out 0.5s; }
    .footer-body .row .col-custom .col-wrapper.active .content {
      display: block;
      transition: all ease-in-out 0.5s; }
    .footer-body .row .col-custom .col-wrapper .col-title {
      text-align: left;
      font: normal normal normal 20px/26px "Playfair Display", serif;
      letter-spacing: 0.6px;
      color: #121212;
      opacity: 1;
      text-align: left;
      position: relative; }
      @media only screen and (min-width: 992px) {
        .footer-body .row .col-custom .col-wrapper .col-title {
          padding: 0 0 25px 0; } }
      @media only screen and (max-width: 991.98px) {
        .footer-body .row .col-custom .col-wrapper .col-title {
          font-size: 16px;
          padding: 15px 0; } }
      .footer-body .row .col-custom .col-wrapper .col-title:after {
        position: absolute;
        right: 0;
        color: #000;
        top: 50%;
        transform: translateY(-50%);
        font-family: "FontAwesome";
        content: "\f067";
        position: absolute;
        right: 0px;
        font-size: 12px;
        font-weight: 100;
        transition: all ease-in-out 0.5s; }
        @media only screen and (min-width: 992px) {
          .footer-body .row .col-custom .col-wrapper .col-title:after {
            display: none; } }
    @media only screen and (max-width: 991.98px) {
      .footer-body .row .col-custom .col-wrapper .content {
        display: none;
        margin: 0 0 25px 0;
        transition: all ease-in-out 0.5s; } }
    .footer-body .row .col-custom .col-wrapper .text {
      text-align: left;
      font: normal normal normal 14px/26px "Open Sans", sans-serif;
      letter-spacing: 0px;
      color: #121212;
      width: max-content;
      font-size: 13px;
      line-height: 25px; }
    .footer-body .row .col-custom .col-wrapper .social-media ul li a svg path {
      fill: #fff !important; }
    .footer-body .row .col-custom .col-wrapper .social-media ul li a:hover svg path {
      fill: #B3A258 !important;
      stroke: #B3A258 !important; }
  .footer-body #footer-bottom {
    margin-top: 105px;
    padding: 25px 0;
    border-top: 0.5px solid #E3E3E3; }
    @media only screen and (max-width: 991.98px) {
      .footer-body #footer-bottom {
        margin-top: 0;
        padding: 35px 0; } }
    .footer-body #footer-bottom .row {
      align-items: center;
      margin: 0px; }
      @media only screen and (min-width: 992px) {
        .footer-body #footer-bottom .row {
          justify-content: end; } }
      @media only screen and (max-width: 991.98px) {
        .footer-body #footer-bottom .row {
          flex-direction: column;
          gap: 10px; } }
      .footer-body #footer-bottom .row .col-custom-copyrights {
        width: 50%; }
        @media only screen and (max-width: 991.98px) {
          .footer-body #footer-bottom .row .col-custom-copyrights {
            width: 100%; } }
        .footer-body #footer-bottom .row .col-custom-copyrights-content {
          text-align: center;
          font: normal normal normal 14px/22px "Open Sans", sans-serif;
          letter-spacing: 0px;
          color: #000000;
          opacity: 1; }
          @media only screen and (max-width: 991.98px) {
            .footer-body #footer-bottom .row .col-custom-copyrights-content {
              width: 100%;
              text-align: center;
              order: 2; } }
          .footer-body #footer-bottom .row .col-custom-copyrights-content .copyright {
            font-family: inherit;
            font-size: inherit;
            line-height: inherit;
            color: inherit;
            letter-spacing: inherit;
            text-decoration: none; }
      .footer-body #footer-bottom .row .col-custom-powered {
        width: 25%;
        text-align: right; }
        .footer-body #footer-bottom .row .col-custom-powered .text small {
          font: normal normal normal 14px/22px "Open Sans", sans-serif;
          letter-spacing: 0px;
          color: #000000;
          opacity: 1; }
          .footer-body #footer-bottom .row .col-custom-powered .text small a {
            font-family: inherit;
            font-size: inherit;
            line-height: inherit;
            color: inherit;
            letter-spacing: inherit;
            text-decoration: none;
            font-weight: 500;
            text-decoration: underline; }
        @media only screen and (max-width: 991.98px) {
          .footer-body #footer-bottom .row .col-custom-powered {
            width: 100%;
            text-align: center;
            order: 1; } }
  .footer-body #footer-menu {
    position: relative;
    background-color: #D4B98C; }
    @media only screen and (max-width: 991.98px) {
      .footer-body #footer-menu {
        padding: 0 0 70px; } }
    .footer-body #footer-menu-btn {
      position: absolute;
      left: 25px;
      bottom: 100%;
      width: 60px;
      height: 90px;
      background-color: #D4B98C;
      padding: 15px;
      cursor: pointer; }
      .footer-body #footer-menu-btn.active .icon i {
        transition: all ease-in-out 0.54s;
        transform: rotateZ(180deg); }
      .footer-body #footer-menu-btn img {
        width: 100%;
        height: auto;
        margin: auto; }
      .footer-body #footer-menu-btn .icon {
        width: 100%;
        height: 40px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff; }
        .footer-body #footer-menu-btn .icon i {
          transition: all ease-in-out 0.54s; }
      @media only screen and (max-width: 1199.98px) {
        .footer-body #footer-menu-btn {
          display: none; } }
    .footer-body #footer-menu .container {
      padding: 45px 15px; }
      @media only screen and (max-width: 1199.98px) {
        .footer-body #footer-menu .container {
          display: block !important; } }
      @media only screen and (max-width: 991.98px) {
        .footer-body #footer-menu .container {
          padding: 0 15px 0px; } }
      @media only screen and (max-width: 991.98px) {
        .footer-body #footer-menu .container .row .col-custom {
          border-color: #FFFFFF; } }
      @media only screen and (min-width: 1200px) {
        .footer-body #footer-menu .container .row .col-custom-links {
          width: 24%; } }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        .footer-body #footer-menu .container .row .col-custom-links {
          width: 24%; } }
      @media only screen and (max-width: 991.98px) {
        .footer-body #footer-menu .container .row .col-custom-links {
          width: 100%; } }
      .footer-body #footer-menu .container .row .col-custom-links-list li a span {
        color: #ffffff; }
      .footer-body #footer-menu .container .row .col-custom-links-list li a:after {
        color: #000000; }
      @media only screen and (min-width: 1200px) {
        .footer-body #footer-menu .container .row .col-custom-info {
          width: 19%; } }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        .footer-body #footer-menu .container .row .col-custom-info {
          width: 100%; } }
      @media only screen and (max-width: 991.98px) {
        .footer-body #footer-menu .container .row .col-custom-info {
          width: 100%; } }
      .footer-body #footer-menu .container .row .col-custom .col-wrapper.active .col-title:after {
        content: "\f068"; }
      .footer-body #footer-menu .container .row .col-custom .col-wrapper .col-title {
        color: #ffffff; }
        .footer-body #footer-menu .container .row .col-custom .col-wrapper .col-title:after {
          color: #ffffff;
          content: "\f067"; }
      .footer-body #footer-menu .container .row .col-custom .col-wrapper .text {
        color: #ffffff; }

.bottom-navigation {
  position: fixed;
  left: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: auto;
  background-color: #FCFCFC;
  padding: 10px 13px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
  z-index: 99; }
  @media only screen and (min-width: 768px) {
    .bottom-navigation {
      display: none; } }
  .bottom-navigation .nav-item {
    flex-grow: 1;
    padding: 0px 5px;
    cursor: pointer;
    transition: all 0.2s ease-out;
    position: relative;
    min-width: 20%;
    text-decoration: none; }
    .bottom-navigation .nav-item .title {
      margin: auto;
      text-align: center;
      transition: all 0.3s ease;
      color: #fff;
      display: block;
      text-decoration: none;
      font: normal normal 600 9px/12px "Open Sans", sans-serif;
      letter-spacing: 0px;
      color: #404040;
      text-transform: uppercase;
      opacity: 1; }
    .bottom-navigation .nav-item svg {
      margin: 0px auto 7px;
      display: block;
      height: 19px; }

.cookie-bar {
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 1001;
  padding: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: all ease-in-out 0.5s;
  background: #fff; }
  .cookie-bar--active {
    transform: translateY(0%);
    transition: all ease-in-out 0.5s; }
  @media only screen and (max-width: 1199.98px) {
    .cookie-bar {
      padding: 0; } }
  .cookie-bar .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0;
    gap: 30px; }
    @media only screen and (max-width: 991.98px) {
      .cookie-bar .content {
        flex-direction: column; } }
    .cookie-bar .content p {
      text-align: left;
      font: normal normal normal 14px/24px "Open Sans", sans-serif;
      letter-spacing: 0px;
      color: #404040;
      opacity: 1;
      width: calc(100% - 150px);
      margin: 0; }
      .cookie-bar .content p a {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        letter-spacing: inherit;
        text-decoration: none;
        font-weight: 600;
        color: #404040;
        text-decoration: underline; }
        .cookie-bar .content p a:hover {
          color: #D1BA92; }
      @media only screen and (max-width: 991.98px) {
        .cookie-bar .content p {
          width: 100%;
          text-align: center;
          margin: 0px; } }
  .cookie-bar #cookie-understand {
    border: 1px solid #000;
    padding: 0px 18px;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    display: block;
    transition: 0.2s ease-in-out 0.1s;
    text-decoration: none;
    background-color: #CAAD7F;
    width: 190px; }
    .cookie-bar #cookie-understand span {
      z-index: 1;
      text-align: center;
      font: normal normal 600 14px/42px "Open Sans", sans-serif;
      letter-spacing: 0.5px;
      color: #000;
      display: block;
      transition: 0.2s ease-in-out 0.1s;
      text-decoration: none;
      text-transform: uppercase;
      width: 100%;
      position: relative; }
    .cookie-bar #cookie-understand::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      background: #fff;
      z-index: 0;
      transition: 0.2s ease-in-out 0.1s; }
    .cookie-bar #cookie-understand:hover {
      border-color: #CAAD7F;
      transition: 0.2s ease-in-out 0.1s; }
      .cookie-bar #cookie-understand:hover span {
        color: #fff !important; }
      .cookie-bar #cookie-understand:hover::after {
        height: 0%;
        transition: 0.2s ease-in-out 0.1s; }

.js-cookie-consent {
  position: fixed;
  text-align: center;
  z-index: 1001;
  padding: 0;
  transition: all ease-in-out 0.5s;
  background: #fff; }
  .js-cookie-consent.cookie-consent-full-width {
    width: 100%;
    bottom: 0;
    border-top: 1px solid #E3E3E3; }
    .js-cookie-consent.cookie-consent-full-width .cookie-consent-body {
      margin: auto;
      padding-right: 15px;
      padding-left: 15px;
      padding: 35px 0; }
      @media (max-width: 768px) {
        .js-cookie-consent.cookie-consent-full-width .cookie-consent-body {
          padding-right: 25px;
          padding-left: 25px; } }
      @media (min-width: 576px) {
        .js-cookie-consent.cookie-consent-full-width .cookie-consent-body {
          max-width: 540px; } }
      @media (min-width: 768px) {
        .js-cookie-consent.cookie-consent-full-width .cookie-consent-body {
          max-width: 720px; } }
      @media (min-width: 992px) {
        .js-cookie-consent.cookie-consent-full-width .cookie-consent-body {
          max-width: 960px; } }
      @media (min-width: 1200px) {
        .js-cookie-consent.cookie-consent-full-width .cookie-consent-body {
          max-width: 95%;
          width: 95%; } }
      @media (min-width: 1300px) {
        .js-cookie-consent.cookie-consent-full-width .cookie-consent-body {
          max-width: 95%;
          width: 95%; } }
  .js-cookie-consent.cookie-consent-minimal {
    border: 1px solid #E3E3E3;
    bottom: 60px;
    left: 60px;
    width: 555px;
    max-width: calc(100% - 120px); }
    @media only screen and (max-width: 991.98px) {
      .js-cookie-consent.cookie-consent-minimal {
        bottom: 60px;
        left: 15px;
        max-width: calc(100% - 30px); } }
    .js-cookie-consent.cookie-consent-minimal .cookie-consent-body {
      margin: auto;
      padding: 35px 25px;
      flex-direction: column; }
      .js-cookie-consent.cookie-consent-minimal .cookie-consent-body .cookie-consent__message {
        width: 100% !important; }
  .js-cookie-consent .cookie-consent-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px; }
    @media only screen and (max-width: 991.98px) {
      .js-cookie-consent .cookie-consent-body {
        flex-direction: column; } }
    .js-cookie-consent .cookie-consent-body .cookie-consent__message {
      text-align: left;
      font: normal normal normal 14px/24px "Open Sans", sans-serif;
      letter-spacing: 0px;
      color: #404040;
      opacity: 1;
      width: calc(100% - 150px);
      margin: 0; }
      .js-cookie-consent .cookie-consent-body .cookie-consent__message a {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        letter-spacing: inherit;
        text-decoration: none;
        font-weight: 600;
        color: #404040;
        text-decoration: underline; }
        .js-cookie-consent .cookie-consent-body .cookie-consent__message a:hover {
          color: #D1BA92; }
      @media only screen and (max-width: 991.98px) {
        .js-cookie-consent .cookie-consent-body .cookie-consent__message {
          width: 100%;
          text-align: center;
          margin: 0px; } }
  .js-cookie-consent .js-cookie-consent-agree {
    border: 1px solid #000;
    padding: 0px 18px;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    display: block;
    transition: 0.2s ease-in-out 0.1s;
    text-decoration: none;
    background-color: #CAAD7F;
    width: 190px; }
    .js-cookie-consent .js-cookie-consent-agree span {
      z-index: 1;
      text-align: center;
      font: normal normal 600 14px/42px "Open Sans", sans-serif;
      letter-spacing: 0.5px;
      color: #000;
      display: block;
      transition: 0.2s ease-in-out 0.1s;
      text-decoration: none;
      text-transform: uppercase;
      width: 100%;
      position: relative; }
    .js-cookie-consent .js-cookie-consent-agree::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      background: #fff;
      z-index: 0;
      transition: 0.2s ease-in-out 0.1s; }
    .js-cookie-consent .js-cookie-consent-agree:hover {
      border-color: #CAAD7F;
      transition: 0.2s ease-in-out 0.1s; }
      .js-cookie-consent .js-cookie-consent-agree:hover span {
        color: #fff !important; }
      .js-cookie-consent .js-cookie-consent-agree:hover::after {
        height: 0%;
        transition: 0.2s ease-in-out 0.1s; }

#popUp-card {
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 1000;
  padding: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all ease-in-out 0.5s;
  background-color: #fff;
  box-shadow: -1.93px 7px 35px #00000087; }
  @media only screen and (min-width: 992px) {
    #popUp-card {
      width: 790px;
      left: 50%;
      top: 50%;
      max-width: calc(100% - 90px); } }
  @media only screen and (max-width: 991.98px) {
    #popUp-card {
      width: 500px;
      max-height: calc(var(--doc-height) - 40px);
      overflow: auto;
      left: 50%;
      top: 50%; } }
  @media only screen and (max-width: 767.98px) {
    #popUp-card {
      width: 280px;
      max-height: calc(var(--doc-height) - 20px);
      overflow: auto;
      left: 50%;
      top: 50%; } }
  #popUp-card.popUp-card-active {
    transform: translate(-50%, -50%) scale(1);
    transition: all ease-in-out 0.5s; }
  #popUp-card-close {
    position: absolute;
    right: 17px;
    top: 17px;
    cursor: pointer;
    background-color: #404040;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2; }
    @media only screen and (max-width: 767.98px) {
      #popUp-card-close {
        right: 11px;
        top: 11px;
        z-index: 99; } }
  #popUp-card .container-fluid {
    padding: 0; }
    #popUp-card .container-fluid .row {
      align-items: center;
      margin: 0; }
      #popUp-card .container-fluid .row div[class^='col-'] {
        padding: 0; }
        #popUp-card .container-fluid .row div[class^='col-'] .image-box-item {
          width: 100%;
          height: auto;
          display: block;
          margin: 0 !important; }
          @media only screen and (max-width: 767.98px) {
            #popUp-card .container-fluid .row div[class^='col-'] .image-box-item {
              max-width: 350px;
              object-fit: contain; } }
        #popUp-card .container-fluid .row div[class^='col-'] .content-wrapper {
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: left;
          gap: 30px; }
          @media only screen and (min-width: 768px) {
            #popUp-card .container-fluid .row div[class^='col-'] .content-wrapper {
              padding: 30px 40px; } }
          @media only screen and (max-width: 767.98px) {
            #popUp-card .container-fluid .row div[class^='col-'] .content-wrapper {
              padding: 20px;
              gap: 15px; } }
          #popUp-card .container-fluid .row div[class^='col-'] .content-wrapper .title {
            text-align: center;
            font: italic normal normal 35px/56px "Playfair Display", serif;
            letter-spacing: 0px;
            color: #000000;
            opacity: 1; }
            @media only screen and (min-width: 1551px) {
              #popUp-card .container-fluid .row div[class^='col-'] .content-wrapper .title {
                font-size: 32px;
                line-height: 40px; } }
            @media only screen and (min-width: 1200px) and (max-width: 1550px) {
              #popUp-card .container-fluid .row div[class^='col-'] .content-wrapper .title {
                font-size: 28px;
                line-height: 35px; } }
            @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
              #popUp-card .container-fluid .row div[class^='col-'] .content-wrapper .title {
                font-size: 24px;
                line-height: 34px; } }
            @media only screen and (min-width: 768px) and (max-width: 991.98px) {
              #popUp-card .container-fluid .row div[class^='col-'] .content-wrapper .title {
                font-size: 22px;
                line-height: 29px; } }
            @media only screen and (max-width: 767.98px) {
              #popUp-card .container-fluid .row div[class^='col-'] .content-wrapper .title {
                font-size: 18px;
                line-height: 20px; } }
          #popUp-card .container-fluid .row div[class^='col-'] .content-wrapper .paragraph {
            font: normal normal normal 14px/24px "Open Sans", sans-serif;
            letter-spacing: 0px;
            text-align: center;
            color: #404040;
            opacity: 1; }
            @media only screen and (max-width: 767.98px) {
              #popUp-card .container-fluid .row div[class^='col-'] .content-wrapper .paragraph {
                font-size: 12px;
                line-height: 18px; } }
          #popUp-card .container-fluid .row div[class^='col-'] .content-wrapper .links-wrapper .btn-link {
            border: 1px solid #000;
            padding: 0px 18px;
            overflow: hidden;
            position: relative;
            max-width: 100%;
            width: 100%;
            background-color: transparent;
            display: block;
            transition: 0.2s ease-in-out 0.1s;
            text-decoration: none;
            background-color: #CAAD7F;
            width: 190px;
            margin: auto; }
            #popUp-card .container-fluid .row div[class^='col-'] .content-wrapper .links-wrapper .btn-link span {
              z-index: 1;
              text-align: center;
              font: normal normal 600 14px/42px "Open Sans", sans-serif;
              letter-spacing: 0.5px;
              color: #000;
              display: block;
              transition: 0.2s ease-in-out 0.1s;
              text-decoration: none;
              text-transform: uppercase;
              width: 100%;
              position: relative; }
            #popUp-card .container-fluid .row div[class^='col-'] .content-wrapper .links-wrapper .btn-link::after {
              position: absolute;
              content: "";
              top: 0;
              left: 0;
              right: 0;
              height: 100%;
              width: 100%;
              background: #fff;
              z-index: 0;
              transition: 0.2s ease-in-out 0.1s; }
            #popUp-card .container-fluid .row div[class^='col-'] .content-wrapper .links-wrapper .btn-link:hover {
              border-color: #CAAD7F;
              transition: 0.2s ease-in-out 0.1s; }
              #popUp-card .container-fluid .row div[class^='col-'] .content-wrapper .links-wrapper .btn-link:hover span {
                color: #fff !important; }
              #popUp-card .container-fluid .row div[class^='col-'] .content-wrapper .links-wrapper .btn-link:hover::after {
                height: 0%;
                transition: 0.2s ease-in-out 0.1s; }
  #popUp-card #cookie-understand {
    border: 1px solid #D1BA92;
    border-radius: 3px;
    padding: 0px 5px;
    width: max-content;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    min-width: 180px;
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
    line-height: 44px;
    font-family: "Open Sans", sans-serif;
    display: block;
    opacity: 1;
    letter-spacing: 1.04px;
    color: #fff;
    background-color: #a92d3d;
    position: relative;
    z-index: 2;
    margin: 5px auto;
    text-transform: capitalize; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #popUp-card #cookie-understand {
        font-size: 15px;
        line-height: 52px;
        padding: 0px 30px; } }
    @media only screen and (max-width: 767.98px) {
      #popUp-card #cookie-understand {
        font-size: 13px;
        line-height: 52px;
        padding: 0px 30px; } }
    #popUp-card #cookie-understand:hover {
      border-color: #a92d3d;
      background-color: #ece4d0;
      color: #a92d3d;
      transition: all 0.3s ease; }

* {
  margin: 0; }

:root {
  --doc-height: 100%; }

#cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: #be8b40;
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999; }

#cursor-border {
  --size: 50px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #be8b40;
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 99999; }

.preloader {
  z-index: 999999;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .preloader-loader .logo {
    transform: perspective(500px) rotateY(-42deg);
    -webkit-transform: perspective(500px) rotateY(-42deg);
    -moz-transform: perspective(500px) rotateY(-42deg);
    -ms-transform: perspective(500px) rotateY(-42deg);
    -o-transform: perspective(500px) rotateY(-42deg);
    animation-name: rotate-windows;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-fill-mode: forwards; }
    @media only screen and (min-width: 992px) {
      .preloader-loader .logo {
        width: 120px;
        margin: 0 auto; } }
    @media only screen and (max-width: 991.98px) {
      .preloader-loader .logo {
        width: 80px;
        margin: 0 auto; } }
    .preloader-loader .logo img {
      width: 100%; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 -20px;
    padding: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .slick-slider .slick-list {
        margin: 0px -15px; } }
    @media only screen and (max-width: 767.98px) {
      .slick-slider .slick-list {
        margin: 0px -10px; } }
    .slick-slider .slick-list:focus {
      outline: none; }
    .slick-slider .slick-list.dragging {
      cursor: hand; }
    .slick-slider .slick-list .slick-slide {
      margin: 0px 20px;
      overflow: hidden; }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        .slick-slider .slick-list .slick-slide {
          margin: 0px 15px; } }
      @media only screen and (max-width: 767.98px) {
        .slick-slider .slick-list .slick-slide {
          margin: 0px 10px; } }
      .slick-slider .slick-list .slick-slide .img-box:after {
        display: none; }
      .slick-slider .slick-list .slick-slide img {
        width: 100%; }
  .slick-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex; }
    .slick-slider .slick-track:before, .slick-slider .slick-track:after {
      display: table;
      content: ""; }
    .slick-slider .slick-track:after {
      clear: both; }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  height: auto;
  align-items: center;
  justify-content: center; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-initialized .slick-slide {
  display: flex; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.arrows-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100px;
  margin-left: auto; }
  @media only screen and (max-width: 991.98px) {
    .arrows-wrapper {
      width: 80px; } }
  .arrows-wrapper button {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    padding: 0;
    background-color: transparent;
    border-radius: 50%;
    overflow: hidden; }
    @media only screen and (max-width: 991.98px) {
      .arrows-wrapper button {
        width: 36px;
        height: 36px; } }
    .arrows-wrapper button:hover svg rect {
      fill: #be8b40;
      transition: all ease-in-out 0.5s; }
    .arrows-wrapper button:hover svg g path {
      fill: #2a2a36;
      transition: all ease-in-out 0.5s; }
    .arrows-wrapper button svg {
      display: block;
      width: 100%; }
      .arrows-wrapper button svg rect {
        transition: all ease-in-out 0.5s; }
      .arrows-wrapper button svg g path {
        transition: all ease-in-out 0.5s; }
    .arrows-wrapper button.next {
      transform: rotateZ(180deg) !important;
      transform-origin: center center !important; }

.slick-dots {
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: max-content;
  max-width: 90%; }
  .slick-dots li.slick-active button {
    border-color: #B3A258;
    transform: scale(1.7);
    background-color: transparent; }
  .slick-dots li button {
    font-size: 0;
    outline: 0;
    background: #ece4d0;
    border: 1px solid transparent;
    width: 6px;
    height: 6px;
    overflow: hidden;
    padding: 0 !important;
    border-radius: 50%; }

/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #fff; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #be8b40; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #be8b40; }

.error {
  margin: auto;
  min-height: 600px;
  width: 100%;
  position: relative;
  display: flex;
  padding: 10vh 0 10vh; }
  .error-content {
    width: 100%;
    max-width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; }
    .error-content .logo {
      width: 170px;
      max-width: 70%; }
      .error-content .logo .img-box {
        position: relative;
        width: 100%;
        overflow: hidden;
        position: relative;
        overflow: hidden; }
        .error-content .logo .img-box:after {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          content: "";
          background-color: #fff; }
        .error-content .logo .img-box.slide-right:after {
          width: 0;
          transition: all ease-in-out 0.9s 0.2s; }
        .error-content .logo .img-box img {
          width: 100%;
          margin: 0;
          display: block;
          height: auto; }
        .error-content .logo .img-box .custom {
          background-color: #30373f;
          max-width: 80%;
          text-align: center;
          font-family: "Playfair Display", serif;
          letter-spacing: 0px;
          color: #fff;
          opacity: 1;
          position: absolute;
          left: 50%;
          bottom: 0;
          transform: translate(-50%);
          padding: 3px 15px;
          width: max-content; }
          @media only screen and (min-width: 992px) {
            .error-content .logo .img-box .custom {
              font-size: 16px;
              line-height: 29px; } }
          @media only screen and (max-width: 991.98px) {
            .error-content .logo .img-box .custom {
              font-size: 10px;
              line-height: 20px; } }
        .error-content .logo .img-box-overlay {
          color: #312a29;
          width: 100%;
          height: 100%;
          background-color: #ece4d0;
          opacity: 0;
          transition: all 0.5s ease;
          position: absolute;
          top: 0;
          bottom: 0; }
          @media only screen and (max-width: 991.98px) {
            .error-content .logo .img-box-overlay {
              display: none; } }
          .error-content .logo .img-box-overlay span {
            font-family: "Playfair Display", serif;
            font-weight: 300;
            letter-spacing: 0px;
            display: block;
            color: #484848;
            text-align: center; }
            @media only screen and (min-width: 1551px) {
              .error-content .logo .img-box-overlay span {
                font-size: 22px;
                line-height: 30px; } }
            @media only screen and (min-width: 1200px) and (max-width: 1550px) {
              .error-content .logo .img-box-overlay span {
                font-size: 20px;
                line-height: 26px; } }
            @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
              .error-content .logo .img-box-overlay span {
                font-size: 18px;
                line-height: 22px; } }
            @media only screen and (max-width: 991.98px) {
              .error-content .logo .img-box-overlay span {
                font-size: 16px;
                line-height: 22px; } }
            .error-content .logo .img-box-overlay span:nth-child(1) {
              position: relative;
              top: 50%;
              left: 50%;
              transform: translateX(50%);
              max-width: 90%;
              width: 90%;
              transition: all ease-in-out 0.7s; }
            .error-content .logo .img-box-overlay span:nth-child(2) {
              height: 5px;
              background-color: #a92d3d;
              position: relative;
              top: 55%;
              left: 0;
              transition: all ease-in-out 0.5s;
              width: 0%; }
        .error-content .logo .img-box:hover .img-box-overlay {
          opacity: 0.93; }
          .error-content .logo .img-box:hover .img-box-overlay span:nth-child(1) {
            transform: translateX(-50%);
            transition: all ease-in-out 0.7s; }
          .error-content .logo .img-box:hover .img-box-overlay span:nth-child(2) {
            transition: all ease-in-out 0.5s;
            width: 50%; }
    .error-content .title {
      text-align: center;
      font: normal normal bold 52px/56px "Playfair Display", serif;
      letter-spacing: 1.56px;
      color: #000000;
      opacity: 1; }
      .error-content .title a {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        letter-spacing: inherit;
        text-decoration: none; }
      @media only screen and (min-width: 1551px) {
        .error-content .title {
          font-size: 32px;
          line-height: 40px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1550px) {
        .error-content .title {
          font-size: 28px;
          line-height: 35px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        .error-content .title {
          font-size: 24px;
          line-height: 34px; } }
      @media only screen and (max-width: 991.98px) {
        .error-content .title {
          font-size: 20px;
          line-height: 29px; } }
    .error-content .paragraph {
      text-align: center;
      font: normal normal normal 15px/29px "Open Sans", sans-serif;
      letter-spacing: 0px;
      color: #000000;
      opacity: 1; }
    .error-content .btn-content {
      border: 1px solid #000;
      padding: 0px 18px;
      overflow: hidden;
      position: relative;
      max-width: 100%;
      width: 100%;
      background-color: transparent;
      display: block;
      transition: 0.2s ease-in-out 0.1s;
      text-decoration: none;
      background-color: #CAAD7F;
      width: 270px; }
      .error-content .btn-content span {
        z-index: 1;
        text-align: center;
        font: normal normal 600 14px/42px "Open Sans", sans-serif;
        letter-spacing: 0.5px;
        color: #000;
        display: block;
        transition: 0.2s ease-in-out 0.1s;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        position: relative; }
      .error-content .btn-content::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: #fff;
        z-index: 0;
        transition: 0.2s ease-in-out 0.1s; }
      .error-content .btn-content:hover {
        border-color: #CAAD7F;
        transition: 0.2s ease-in-out 0.1s; }
        .error-content .btn-content:hover span {
          color: #fff !important; }
        .error-content .btn-content:hover::after {
          height: 0%;
          transition: 0.2s ease-in-out 0.1s; }

.page-main-info {
  background-color: #3c3c4c; }
  @media only screen and (min-width: 992px) {
    .page-main-info {
      margin-bottom: 45px; } }
  .page-main-info h3.title {
    color: #000;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.51px; }
    .page-main-info h3.title span {
      color: #b3bcc7; }
    @media only screen and (min-width: 1551px) {
      .page-main-info h3.title {
        font-size: 35px;
        line-height: 51px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1550px) {
      .page-main-info h3.title {
        font-size: 32px;
        line-height: 46px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .page-main-info h3.title {
        font-size: 29px;
        line-height: 41px; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .page-main-info h3.title {
        font-size: 26px;
        line-height: 36px; } }
    @media only screen and (max-width: 767.98px) {
      .page-main-info h3.title {
        font-size: 22px;
        line-height: 29px; } }
    @media only screen and (min-width: 992px) {
      .page-main-info h3.title {
        margin: 60px auto 50px; } }
    @media only screen and (max-width: 991.98px) {
      .page-main-info h3.title {
        margin: 50px auto 25px; } }
  .page-main-info .border {
    width: 100%;
    background-color: #b4bbc5;
    height: 1px;
    margin-top: 120px;
    margin: 30px auto 30px !important; }
    @media only screen and (min-width: 1551px) {
      .page-main-info .border {
        margin-top: 120px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1550px) {
      .page-main-info .border {
        margin-top: 105px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .page-main-info .border {
        margin-top: 90px; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .page-main-info .border {
        margin-top: 85px; } }
    @media only screen and (max-width: 767.98px) {
      .page-main-info .border {
        margin-top: 70px; } }
    @media only screen and (max-width: 991.98px) {
      .page-main-info .border {
        margin: 10px auto 30px !important; } }

.container {
  overflow: hidden; }

.pagination-wrapper {
  width: 300px;
  margin: 70px auto 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media only screen and (max-width: 991.98px) {
    .pagination-wrapper {
      margin: 50px auto; } }
  .pagination-wrapper .text {
    color: #16242f;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin: 0;
    font-weight: 400; }
    @media only screen and (min-width: 1551px) {
      .pagination-wrapper .text {
        font-size: 18px;
        line-height: 24px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1550px) {
      .pagination-wrapper .text {
        font-size: 17px;
        line-height: 21px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .pagination-wrapper .text {
        font-size: 16px;
        line-height: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .pagination-wrapper .text {
        font-size: 15px;
        line-height: 19px;
        text-align: center; } }
    @media only screen and (max-width: 767.98px) {
      .pagination-wrapper .text {
        text-align: center;
        font-size: 14px;
        line-height: 18px; } }
  .pagination-wrapper .extend,
  .pagination-wrapper .current,
  .pagination-wrapper .page {
    width: 50px;
    height: 50px;
    font: normal normal 300 17px/23px "Open Sans", sans-serif;
    letter-spacing: 0.68px;
    color: #fff;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none; }
  .pagination-wrapper a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    padding: 0;
    background-color: transparent; }
    .pagination-wrapper a:hover svg rect {
      fill: #be8b40;
      transition: all ease-in-out 0.5s; }
    .pagination-wrapper a:hover svg g path {
      fill: #2a2a36;
      transition: all ease-in-out 0.5s; }
    .pagination-wrapper a svg {
      display: block;
      width: 100%; }
      .pagination-wrapper a svg rect {
        transition: all ease-in-out 0.5s; }
      .pagination-wrapper a svg g path {
        transition: all ease-in-out 0.5s; }
    .pagination-wrapper a.next {
      transform: rotateZ(180deg) !important;
      transform-origin: center center !important; }

.social-media {
  width: 500px;
  max-width: 100%;
  margin: 0; }
  .social-media ul {
    display: flex;
    gap: 40px;
    align-items: center; }
    .social-media ul li a {
      display: block;
      position: relative; }
      .social-media ul li a svg path {
        fill: #B3A258; }
      .social-media ul li a:hover svg path {
        fill: #16242f;
        stroke: #16242f;
        transition: all ease-in-out 0.5s; }

.section-book {
  border-top: 1px solid #E3E3E3;
  padding: 60px 0 50px; }
  .section-book .content .room-book-title {
    text-align: left;
    opacity: 1;
    font: normal normal normal 28px/34px "Playfair Display", serif;
    letter-spacing: 0px;
    color: #000;
    opacity: 1; }
    .section-book .content .room-book-title a {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      color: inherit;
      letter-spacing: inherit;
      text-decoration: none; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .section-book .content .room-book-title {
        font-size: 24px;
        line-height: 30px; } }
    @media only screen and (max-width: 991.98px) {
      .section-book .content .room-book-title {
        font-size: 22px;
        line-height: 28px; } }
  .section-book .content .room-book-text {
    text-align: left;
    font: normal normal normal 13px/29px "Open Sans", sans-serif;
    letter-spacing: 0px;
    color: #404040;
    opacity: 1;
    margin: 5px 0 25px; }
  .section-book .content .btn-content {
    border: 1px solid #000;
    padding: 0px 18px;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    display: block;
    transition: 0.2s ease-in-out 0.1s;
    text-decoration: none;
    background-color: #CAAD7F;
    width: 145px; }
    .section-book .content .btn-content span {
      z-index: 1;
      text-align: center;
      font: normal normal 600 14px/42px "Open Sans", sans-serif;
      letter-spacing: 0.5px;
      color: #000;
      display: block;
      transition: 0.2s ease-in-out 0.1s;
      text-decoration: none;
      text-transform: uppercase;
      width: 100%;
      position: relative; }
    .section-book .content .btn-content::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      background: #fff;
      z-index: 0;
      transition: 0.2s ease-in-out 0.1s; }
    .section-book .content .btn-content:hover {
      border-color: #CAAD7F;
      transition: 0.2s ease-in-out 0.1s; }
      .section-book .content .btn-content:hover span {
        color: #fff !important; }
      .section-book .content .btn-content:hover::after {
        height: 0%;
        transition: 0.2s ease-in-out 0.1s; }
  .section-book .icons-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media only screen and (max-width: 991.98px) {
      .section-book .icons-wrapper {
        margin: 40px auto 0;
        row-gap: 20px; } }
    .section-book .icons-wrapper .single-icon {
      width: 20%;
      padding: 10px;
      text-align: center; }
      @media only screen and (max-width: 767.98px) {
        .section-book .icons-wrapper .single-icon {
          width: 50%; } }
      .section-book .icons-wrapper .single-icon .ico img {
        width: 50px;
        height: auto;
        display: block;
        margin: 0 auto 5px; }
      .section-book .icons-wrapper .single-icon .text {
        text-align: center;
        font: normal normal 600 10px/14px "Open Sans", sans-serif;
        letter-spacing: 0.1px;
        color: #404040;
        opacity: 1;
        width: 120px;
        margin: auto; }

.slick-frame {
  visibility: hidden; }

.slick-frame.slick-initialized {
  visibility: visible; }

#banner-id {
  position: relative; }
  #banner-id .home-slider {
    margin: auto;
    position: relative; }
    @media only screen and (min-width: 992px) {
      #banner-id .home-slider {
        width: calc(100% - 140px); } }
    #banner-id .home-slider .slick-arrow {
      display: none !important; }
    #banner-id .home-slider.arrows .slick-arrow {
      display: block !important;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 90px;
      background-color: rgba(0, 0, 0, 0.61);
      z-index: 2;
      outline: none;
      font-size: 0;
      border: none; }
      #banner-id .home-slider.arrows .slick-arrow:after {
        position: absolute;
        left: 50%;
        color: #fff;
        top: 50%;
        transform: translate(-50%, -50%);
        font-family: "FontAwesome";
        position: absolute;
        right: 0px;
        font-size: 12px;
        font-weight: 100;
        transition: all ease-in-out 0.5s; }
      #banner-id .home-slider.arrows .slick-arrow.slick-prev {
        left: 0; }
        @media only screen and (min-width: 992px) {
          #banner-id .home-slider.arrows .slick-arrow.slick-prev {
            left: -20px; }
            #banner-id .home-slider.arrows .slick-arrow.slick-prev:after {
              content: "\f053"; } }
      #banner-id .home-slider.arrows .slick-arrow.slick-next {
        right: 0px; }
        @media only screen and (min-width: 992px) {
          #banner-id .home-slider.arrows .slick-arrow.slick-next {
            right: -20px; }
            #banner-id .home-slider.arrows .slick-arrow.slick-next:after {
              content: "\f054"; } }
    #banner-id .home-slider .slide {
      position: relative;
      transition: all 0.5s ease;
      overflow: hidden; }
      #banner-id .home-slider .slide .video-holder video {
        width: 100%;
        aspect-ratio: 32/13;
        object-fit: cover; }
        @media only screen and (max-width: 991.98px) {
          #banner-id .home-slider .slide .video-holder video {
            aspect-ratio: 1/1; } }
      #banner-id .home-slider .slide picture {
        display: block;
        width: 100%;
        transition: all 0.5s ease;
        overflow: hidden;
        position: relative;
        margin: 0;
        padding: 0; }
        #banner-id .home-slider .slide picture:after {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          content: "";
          background-color: rgba(0, 0, 0, 0.05); }
        #banner-id .home-slider .slide picture img {
          display: block;
          width: 100%;
          height: auto;
          opacity: 1 !important;
          animation-duration: 3s;
          transition: all 10s ease-in-out;
          transform: scale3d(1, 1, 1);
          margin: 0;
          padding: 0; }
          #banner-id .home-slider .slide picture img.zoomInImage {
            transform: scale3d(1.2, 1.2, 1.2);
            transition: all 10s ease-in-out; }
          #banner-id .home-slider .slide picture img.zoomOutImage {
            transform: scale3d(1, 1, 1);
            transition: all 10s ease-in-out; }
    #banner-id .home-slider .slick-slider .slick-list {
      margin: 0 !important; }
    #banner-id .home-slider .slick-track {
      width: 100%;
      display: block; }
      #banner-id .home-slider .slick-track div {
        width: 100%;
        display: block; }
    #banner-id .home-slider .slick-slide {
      margin: 0px !important; }
    #banner-id .home-slider .slick-dots {
      position: absolute;
      left: 50%;
      bottom: 15%;
      width: 100%;
      transform: translate(-50%, 0%);
      justify-content: center;
      gap: 10px;
      margin: 0px auto;
      padding-right: 15px;
      padding-left: 15px; }
      @media (max-width: 768px) {
        #banner-id .home-slider .slick-dots {
          padding-right: 25px;
          padding-left: 25px; } }
      @media (min-width: 576px) {
        #banner-id .home-slider .slick-dots {
          max-width: 540px; } }
      @media (min-width: 768px) {
        #banner-id .home-slider .slick-dots {
          max-width: 720px; } }
      @media (min-width: 992px) {
        #banner-id .home-slider .slick-dots {
          max-width: 960px; } }
      @media (min-width: 1200px) {
        #banner-id .home-slider .slick-dots {
          max-width: 95%;
          width: 95%; } }
      @media (min-width: 1300px) {
        #banner-id .home-slider .slick-dots {
          max-width: 95%;
          width: 95%; } }
      #banner-id .home-slider .slick-dots li.slick-active button {
        border-color: #fff; }
      #banner-id .home-slider .slick-dots li button {
        width: 8px;
        height: 8px; }

#slider-section {
  overflow: hidden; }
  #slider-section .slider-wrapper .slider--container {
    position: relative;
    width: 100%; }
    #slider-section .slider-wrapper .slider--container::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, var(--bg) 0%, transparent 10%, transparent 90%, var(--bg) 100%);
      pointer-events: none; }
    #slider-section .slider-wrapper .slider--container .slider__wrapper {
      min-width: 100%;
      min-height: 100%;
      place-items: center; }
      #slider-section .slider-wrapper .slider--container .slider__wrapper .slider {
        min-width: 100%;
        min-height: 100%;
        overflow: hidden; }
        #slider-section .slider-wrapper .slider--container .slider__wrapper .slider .slides__wrapper .slide {
          position: relative;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
          #slider-section .slider-wrapper .slider--container .slider__wrapper .slider .slides__wrapper .slide-img {
            width: 100%;
            height: 100%;
            overflow: hidden;
            position: relative;
            display: block; }
            #slider-section .slider-wrapper .slider--container .slider__wrapper .slider .slides__wrapper .slide-img .layer {
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              width: 100%;
              height: 100%;
              background-color: rgba(0, 0, 0, 0.31);
              z-index: 2;
              display: flex;
              align-items: center;
              justify-content: center; }
              #slider-section .slider-wrapper .slider--container .slider__wrapper .slider .slides__wrapper .slide-img .layer-content {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                gap: 10px; }
                @media only screen and (min-width: 992px) {
                  #slider-section .slider-wrapper .slider--container .slider__wrapper .slider .slides__wrapper .slide-img .layer-content {
                    display: none; } }
                #slider-section .slider-wrapper .slider--container .slider__wrapper .slider .slides__wrapper .slide-img .layer-content .icon {
                  width: 29px; }
                #slider-section .slider-wrapper .slider--container .slider__wrapper .slider .slides__wrapper .slide-img .layer-content .text {
                  font: normal normal normal 18px/31px "Playfair Display", serif;
                  letter-spacing: 0.18px;
                  color: #fff;
                  opacity: 1; }
            #slider-section .slider-wrapper .slider--container .slider__wrapper .slider .slides__wrapper .slide-img picture {
              display: block;
              margin: 0;
              padding: 0; }
              #slider-section .slider-wrapper .slider--container .slider__wrapper .slider .slides__wrapper .slide-img picture img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                margin: 0;
                padding: 0;
                display: block; }
          #slider-section .slider-wrapper .slider--container .slider__wrapper .slider .slides__wrapper .slide.active {
            display: block; }
          #slider-section .slider-wrapper .slider--container .slider__wrapper .slider .slides__wrapper .slide:not(.active) {
            display: none; }
        #slider-section .slider-wrapper .slider--container .slider__wrapper .slider .transition-slide {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: #e8eff0;
          transform: scaleX(0);
          z-index: 99; }
    #slider-section .slider-wrapper .slider--container .slider-body {
      background-color: rgba(0, 0, 0, 0.31);
      padding: 21px 15px;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0; }
      @media only screen and (min-width: 1200px) {
        #slider-section .slider-wrapper .slider--container .slider-body {
          transform: translateY(100%); } }
      #slider-section .slider-wrapper .slider--container .slider-body .row {
        align-items: center; }
        #slider-section .slider-wrapper .slider--container .slider-body .row .marquee-wrapper {
          max-width: 90%; }
    #slider-section .slider-wrapper .slider--container:hover .slider-body {
      transform: translateY(0);
      transition: all ease-in-out 0.5s; }
  #slider-section .slider-wrapper .slider-btn-container {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    z-index: 99;
    opacity: 0;
    width: 100%; }
    @media only screen and (max-width: 767.98px) {
      #slider-section .slider-wrapper .slider-btn-container {
        width: 100%;
        justify-content: space-between; } }
    #slider-section .slider-wrapper .slider-btn-container div,
    #slider-section .slider-wrapper .slider-btn-container button {
      opacity: 0;
      width: 46px;
      height: 46px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: none;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      position: relative;
      font-size: 24px;
      background-color: transparent;
      color: #fff;
      padding: 0 !important; }
      @media only screen and (min-width: 1551px) {
        #slider-section .slider-wrapper .slider-btn-container div,
        #slider-section .slider-wrapper .slider-btn-container button {
          width: 44px;
          height: 44px;
          font-size: 22px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1550px) {
        #slider-section .slider-wrapper .slider-btn-container div,
        #slider-section .slider-wrapper .slider-btn-container button {
          width: 42px;
          height: 42px;
          font-size: 20px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #slider-section .slider-wrapper .slider-btn-container div,
        #slider-section .slider-wrapper .slider-btn-container button {
          width: 40px;
          height: 40px;
          font-size: 18px; } }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        #slider-section .slider-wrapper .slider-btn-container div,
        #slider-section .slider-wrapper .slider-btn-container button {
          width: 38px;
          height: 38px;
          font-size: 16px; } }
      @media only screen and (max-width: 767.98px) {
        #slider-section .slider-wrapper .slider-btn-container div,
        #slider-section .slider-wrapper .slider-btn-container button {
          width: 36px;
          height: 36px;
          font-size: 16px; } }
      #slider-section .slider-wrapper .slider-btn-container div svg,
      #slider-section .slider-wrapper .slider-btn-container button svg {
        display: block;
        width: 100%; }
  #slider-section .slider-wrapper .marquee-wrapper {
    position: relative;
    pointer-events: none;
    user-select: none;
    overflow: hidden; }
    #slider-section .slider-wrapper .marquee-wrapper .marquees .marquee {
      display: flex;
      white-space: nowrap; }
      #slider-section .slider-wrapper .marquee-wrapper .marquees .marquee .item {
        overflow: hidden;
        text-align: left;
        font-weight: 900;
        font: normal normal normal 17px/26px "Open Sans", sans-serif;
        color: #fff; }
        @media only screen and (max-width: 991.98px) {
          #slider-section .slider-wrapper .marquee-wrapper .marquees .marquee .item {
            font-size: 12px; } }
        #slider-section .slider-wrapper .marquee-wrapper .marquees .marquee .item small {
          margin-right: 70px;
          font: normal normal normal 16px/26px "Playfair Display", serif;
          color: #fff; }
          @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
            #slider-section .slider-wrapper .marquee-wrapper .marquees .marquee .item small {
              margin-right: 50px; } }
          @media only screen and (max-width: 991.98px) {
            #slider-section .slider-wrapper .marquee-wrapper .marquees .marquee .item small {
              margin-right: 20px;
              font-size: 12px; } }
      #slider-section .slider-wrapper .marquee-wrapper .marquees .marquee.active {
        display: block; }
      #slider-section .slider-wrapper .marquee-wrapper .marquees .marquee:not(.active) {
        display: none; }

.text-section {
  text-align: center; }
  .text-section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    width: 970px;
    margin: 60px auto;
    max-width: 90%; }
    .text-section-content .sub-title {
      text-align: center;
      font: normal normal normal 17px/14px "Open Sans", sans-serif;
      letter-spacing: 0px;
      color: #000000;
      opacity: 1;
      margin-bottom: 25px; }
    .text-section-content .title {
      text-align: center;
      font: italic normal normal 35px/56px "Playfair Display", serif;
      letter-spacing: 0px;
      color: #000000;
      opacity: 1; }
      @media only screen and (min-width: 1551px) {
        .text-section-content .title {
          font-size: 32px;
          line-height: 40px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1550px) {
        .text-section-content .title {
          font-size: 28px;
          line-height: 35px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        .text-section-content .title {
          font-size: 24px;
          line-height: 34px; } }
      @media only screen and (max-width: 991.98px) {
        .text-section-content .title {
          font-size: 22px;
          line-height: 29px; } }
    .text-section-content .paragraph {
      font: normal normal normal 14px/24px "Open Sans", sans-serif;
      letter-spacing: 0px;
      text-align: center;
      color: #404040;
      opacity: 1; }
    .text-section-content .links-wrapper .btn-link {
      font: normal normal 500 13px/23px "Open Sans", sans-serif;
      letter-spacing: 0.07px;
      color: #000000;
      text-transform: uppercase;
      opacity: 1;
      text-decoration: none;
      z-index: 2;
      transition: 0.2s ease-in-out 0.1s;
      position: relative; }
      .text-section-content .links-wrapper .btn-link:after {
        width: 100%;
        height: 1px; }
      .text-section-content .links-wrapper .btn-link:after {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 0%;
        left: 0;
        background-color: black;
        transition: 0.2s ease-in-out 0.1s; }
      .text-section-content .links-wrapper .btn-link:hover {
        color: #CAAD7F; }
        .text-section-content .links-wrapper .btn-link:hover:after {
          outline: 0;
          background-color: #CAAD7F;
          transition: 0.2s ease-in-out 0.1s;
          bottom: 100%; }

#image-bg {
  position: relative; }
  #image-bg:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.01); }
  #image-bg .content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px; }
    #image-bg .content.custom .links-wrapper .btn-link {
      background: #D5BA8D;
      text-align: center;
      font: normal normal 600 13px/55px "Open Sans", sans-serif;
      letter-spacing: 0px;
      color: #fff;
      opacity: 1;
      text-decoration: none;
      transition: all 0.3s ease;
      padding: 12px 26px;
      border-radius: 5px; }
      #image-bg .content.custom .links-wrapper .btn-link:hover {
        background-color: #b3a258;
        color: #D5BA8D;
        transition: all 0.3s ease; }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        #image-bg .content.custom .links-wrapper .btn-link {
          font-size: 13px;
          line-height: 52px; } }
      @media only screen and (max-width: 767.98px) {
        #image-bg .content.custom .links-wrapper .btn-link {
          font-size: 12px;
          line-height: 52px; } }
    #image-bg .content .title {
      text-align: center;
      font: normal normal bold 60px/60px "Playfair Display", serif;
      letter-spacing: 1.8px;
      color: #fff;
      opacity: 1;
      max-width: 75%;
      max-width: 100%;
      width: 100%; }
      @media only screen and (min-width: 1551px) {
        #image-bg .content .title {
          font-size: 55px;
          line-height: 55px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1550px) {
        #image-bg .content .title {
          font-size: 50px;
          line-height: 50px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #image-bg .content .title {
          font-size: 45px;
          line-height: 45px; } }
      @media only screen and (max-width: 991.98px) {
        #image-bg .content .title {
          font-size: 35px;
          line-height: 35px; } }
    #image-bg .content .paragraph {
      text-align: center;
      font: normal normal normal 16px/29px "Open Sans", sans-serif;
      letter-spacing: 0px;
      color: #FFFFFF;
      opacity: 1; }
    #image-bg .content .links-wrapper .btn-link {
      font: normal normal 500 13px/23px "Open Sans", sans-serif;
      letter-spacing: 0.07px;
      color: #000000;
      text-transform: uppercase;
      opacity: 1;
      text-decoration: none;
      z-index: 2;
      transition: 0.2s ease-in-out 0.1s;
      position: relative; }
      #image-bg .content .links-wrapper .btn-link:after {
        width: 100%;
        height: 1px; }
      #image-bg .content .links-wrapper .btn-link:after {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 0%;
        left: 0;
        background-color: black;
        transition: 0.2s ease-in-out 0.1s; }
      #image-bg .content .links-wrapper .btn-link:hover {
        color: #CAAD7F; }
        #image-bg .content .links-wrapper .btn-link:hover:after {
          outline: 0;
          background-color: #CAAD7F;
          transition: 0.2s ease-in-out 0.1s;
          bottom: 100%; }

#cards-section .single-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #FAFAFA; }
  @media only screen and (max-width: 991.98px) {
    #cards-section .single-card {
      flex-direction: column-reverse; } }
  #cards-section .single-card:nth-child(even) {
    flex-direction: row-reverse; }
    @media only screen and (max-width: 991.98px) {
      #cards-section .single-card:nth-child(even) {
        flex-direction: column-reverse; } }
    @media only screen and (min-width: 992px) {
      #cards-section .single-card:nth-child(even) .image-wrapper:after {
        right: 100%;
        left: unset;
        transform: translate(50%, 50%); } }
  #cards-section .single-card .image-wrapper {
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 992px) {
      #cards-section .single-card .image-wrapper {
        width: 50%; } }
    #cards-section .single-card .image-wrapper .img-box {
      position: relative;
      width: 100%;
      overflow: hidden;
      position: relative;
      overflow: hidden; }
      #cards-section .single-card .image-wrapper .img-box:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #FAFAFA; }
      #cards-section .single-card .image-wrapper .img-box.slide-right:after {
        width: 0;
        transition: all ease-in-out 0.9s 0.2s; }
      #cards-section .single-card .image-wrapper .img-box img {
        width: 100%;
        margin: 0;
        display: block;
        height: auto; }
      #cards-section .single-card .image-wrapper .img-box .custom {
        background-color: #30373f;
        max-width: 80%;
        text-align: center;
        font-family: "Playfair Display", serif;
        letter-spacing: 0px;
        color: #fff;
        opacity: 1;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%);
        padding: 3px 15px;
        width: max-content; }
        @media only screen and (min-width: 992px) {
          #cards-section .single-card .image-wrapper .img-box .custom {
            font-size: 16px;
            line-height: 29px; } }
        @media only screen and (max-width: 991.98px) {
          #cards-section .single-card .image-wrapper .img-box .custom {
            font-size: 10px;
            line-height: 20px; } }
      #cards-section .single-card .image-wrapper .img-box-overlay {
        color: #312a29;
        width: 100%;
        height: 100%;
        background-color: #ece4d0;
        opacity: 0;
        transition: all 0.5s ease;
        position: absolute;
        top: 0;
        bottom: 0; }
        @media only screen and (max-width: 991.98px) {
          #cards-section .single-card .image-wrapper .img-box-overlay {
            display: none; } }
        #cards-section .single-card .image-wrapper .img-box-overlay span {
          font-family: "Playfair Display", serif;
          font-weight: 300;
          letter-spacing: 0px;
          display: block;
          color: #484848;
          text-align: center; }
          @media only screen and (min-width: 1551px) {
            #cards-section .single-card .image-wrapper .img-box-overlay span {
              font-size: 22px;
              line-height: 30px; } }
          @media only screen and (min-width: 1200px) and (max-width: 1550px) {
            #cards-section .single-card .image-wrapper .img-box-overlay span {
              font-size: 20px;
              line-height: 26px; } }
          @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
            #cards-section .single-card .image-wrapper .img-box-overlay span {
              font-size: 18px;
              line-height: 22px; } }
          @media only screen and (max-width: 991.98px) {
            #cards-section .single-card .image-wrapper .img-box-overlay span {
              font-size: 16px;
              line-height: 22px; } }
          #cards-section .single-card .image-wrapper .img-box-overlay span:nth-child(1) {
            position: relative;
            top: 50%;
            left: 50%;
            transform: translateX(50%);
            max-width: 90%;
            width: 90%;
            transition: all ease-in-out 0.7s; }
          #cards-section .single-card .image-wrapper .img-box-overlay span:nth-child(2) {
            height: 5px;
            background-color: #a92d3d;
            position: relative;
            top: 55%;
            left: 0;
            transition: all ease-in-out 0.5s;
            width: 0%; }
      #cards-section .single-card .image-wrapper .img-box:hover .img-box-overlay {
        opacity: 0.93; }
        #cards-section .single-card .image-wrapper .img-box:hover .img-box-overlay span:nth-child(1) {
          transform: translateX(-50%);
          transition: all ease-in-out 0.7s; }
        #cards-section .single-card .image-wrapper .img-box:hover .img-box-overlay span:nth-child(2) {
          transition: all ease-in-out 0.5s;
          width: 50%; }
    #cards-section .single-card .image-wrapper:after {
      position: absolute;
      background-color: #D1BA92;
      z-index: 2;
      content: ""; }
      @media only screen and (min-width: 992px) {
        #cards-section .single-card .image-wrapper:after {
          left: 100%;
          top: 50%;
          width: 140px;
          height: 2px;
          transform: translate(-50%, 50%); } }
      @media only screen and (max-width: 991.98px) {
        #cards-section .single-card .image-wrapper:after {
          display: none; } }
  #cards-section .single-card .content-wrapper {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      #cards-section .single-card .content-wrapper {
        width: 50%; } }
    #cards-section .single-card .content-wrapper .content {
      display: flex;
      flex-direction: column;
      align-items: start;
      gap: 35px;
      margin: 60px auto 60px 15px;
      max-width: 80%; }
      @media only screen and (min-width: 992px) {
        #cards-section .single-card .content-wrapper .content {
          width: 330px;
          margin: 60px auto; } }
      #cards-section .single-card .content-wrapper .content .title {
        text-align: left;
        font: normal normal normal 28px/1.5 "Playfair Display", serif;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1; }
        #cards-section .single-card .content-wrapper .content .title a {
          font-family: inherit;
          font-size: inherit;
          line-height: inherit;
          color: inherit;
          letter-spacing: inherit;
          text-decoration: none; }
          #cards-section .single-card .content-wrapper .content .title a:hover {
            color: #CAAD7F; }
        @media only screen and (min-width: 1200px) and (max-width: 1550px) {
          #cards-section .single-card .content-wrapper .content .title {
            font-size: 24px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
          #cards-section .single-card .content-wrapper .content .title {
            font-size: 22px; } }
        @media only screen and (min-width: 768px) and (max-width: 991.98px) {
          #cards-section .single-card .content-wrapper .content .title {
            font-size: 20px; } }
        @media only screen and (max-width: 767.98px) {
          #cards-section .single-card .content-wrapper .content .title {
            font-size: 18px; } }
      #cards-section .single-card .content-wrapper .content .paragraph {
        text-align: left;
        font: normal normal normal 14px/24px "Open Sans", sans-serif;
        letter-spacing: 0px;
        color: #404040;
        opacity: 1; }
      #cards-section .single-card .content-wrapper .content .links-wrapper .btn-link {
        font: normal normal 500 13px/23px "Open Sans", sans-serif;
        letter-spacing: 0.07px;
        color: #000000;
        text-transform: uppercase;
        opacity: 1;
        text-decoration: none;
        z-index: 2;
        transition: 0.2s ease-in-out 0.1s;
        position: relative; }
        #cards-section .single-card .content-wrapper .content .links-wrapper .btn-link:after {
          width: 100%;
          height: 1px; }
        #cards-section .single-card .content-wrapper .content .links-wrapper .btn-link:after {
          content: "";
          position: absolute;
          z-index: -1;
          bottom: 0%;
          left: 0;
          background-color: black;
          transition: 0.2s ease-in-out 0.1s; }
        #cards-section .single-card .content-wrapper .content .links-wrapper .btn-link:hover {
          color: #CAAD7F; }
          #cards-section .single-card .content-wrapper .content .links-wrapper .btn-link:hover:after {
            outline: 0;
            background-color: #CAAD7F;
            transition: 0.2s ease-in-out 0.1s;
            bottom: 100%; }
      #cards-section .single-card .content-wrapper .content .links-wrapper .single-btn:not(:last-of-type) {
        margin-bottom: 15px; }

#book-service {
  min-height: 180px;
  margin: -90px auto 0;
  z-index: 2;
  position: relative;
  width: 700px;
  max-width: 90%; }
  #book-service .book-form-content {
    position: relative; }
    #book-service .book-form-content .book-form {
      background: #fff;
      border: 1px solid #e5e5e5;
      padding: 25px 15px; }
      #book-service .book-form-content .book-form .row {
        align-items: end;
        margin: 0 !important; }
        @media only screen and (max-width: 991.98px) {
          #book-service .book-form-content .book-form .row {
            justify-content: space-between;
            row-gap: 15px; } }
        #book-service .book-form-content .book-form .row .row-col {
          padding: 5px; }
          #book-service .book-form-content .book-form .row .row-col-big {
            width: 35%; }
            @media only screen and (max-width: 991.98px) {
              #book-service .book-form-content .book-form .row .row-col-big {
                width: 100%; } }
          #book-service .book-form-content .book-form .row .row-col-single {
            width: 20%; }
            @media only screen and (max-width: 991.98px) {
              #book-service .book-form-content .book-form .row .row-col-single {
                width: 48%; } }
          #book-service .book-form-content .book-form .row .row-col-btn {
            width: 25%; }
            @media only screen and (max-width: 991.98px) {
              #book-service .book-form-content .book-form .row .row-col-btn {
                width: 100%; } }
          #book-service .book-form-content .book-form .row .row-col label {
            text-align: center;
            font: normal normal 600 12px/42px "Open Sans", sans-serif;
            letter-spacing: 0.24px;
            color: #CAAD7F;
            opacity: 1;
            width: 100%;
            display: block;
            margin-bottom: 10px; }
          #book-service .book-form-content .book-form .row .row-col .date-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            border: 1px solid #EAEAEA; }
            #book-service .book-form-content .book-form .row .row-col .date-wrapper .full-date {
              text-align: left;
              font: normal normal normal 12px/42px "Open Sans", sans-serif;
              letter-spacing: 0.22px;
              color: #000000;
              opacity: 1; }
          #book-service .book-form-content .book-form .row .row-col .custom-date {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px; }
            @media only screen and (max-width: 1199.98px) {
              #book-service .book-form-content .book-form .row .row-col .custom-date {
                gap: 7px; } }
            #book-service .book-form-content .book-form .row .row-col .custom-date input {
              position: absolute;
              left: 0;
              top: 0;
              bottom: 0;
              right: 0;
              width: 100%;
              height: 100%;
              z-index: 1;
              opacity: 0; }
          #book-service .book-form-content .book-form .row .row-col .count-input {
            width: 100%; }
            #book-service .book-form-content .book-form .row .row-col .count-input .wrapper {
              display: flex;
              align-items: center;
              justify-content: center;
              gap: 10px;
              border: 1px solid #EAEAEA;
              width: 100%;
              position: relative;
              transition: all ease-in-out 0.5s; }
              #book-service .book-form-content .book-form .row .row-col .count-input .wrapper input {
                font: normal normal normal 12px/42px "Open Sans", sans-serif;
                letter-spacing: 0.22px;
                color: #000000;
                opacity: 1;
                flex-grow: 1;
                height: 42px;
                position: relative;
                text-align: center;
                -webkit-appearance: none;
                border: 0px;
                background-color: transparent; }
              #book-service .book-form-content .book-form .row .row-col .count-input .wrapper a {
                width: 42px;
                height: 42px;
                position: relative;
                color: #000;
                font: normal normal normal 12px/42px "Open Sans", sans-serif;
                align-items: center;
                text-align: center;
                cursor: pointer;
                transition: all ease-in-out 0.5s;
                text-decoration: none; }
          #book-service .book-form-content .book-form .row .row-col button {
            background-color: #CAAD7F;
            color: #fff;
            z-index: 1;
            text-align: center;
            font: normal normal 600 12px/52px "Open Sans", sans-serif;
            letter-spacing: 0.24px;
            display: block;
            transition: 0.2s ease-in-out 0.1s;
            text-decoration: none;
            text-transform: uppercase;
            width: 100%;
            position: relative;
            border: none; }

#book-service-sticky {
  z-index: 2;
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #fff;
  border: 1px solid #e5e5e5; }
  @media only screen and (max-width: 991.98px) {
    #book-service-sticky {
      display: none; } }
  #book-service-sticky .book-form {
    margin: auto; }
    #book-service-sticky .book-form-content {
      position: relative; }
      #book-service-sticky .book-form-content .book-form {
        padding: 0; }
        #book-service-sticky .book-form-content .book-form .row {
          align-items: end;
          margin: 0 !important; }
          @media only screen and (max-width: 991.98px) {
            #book-service-sticky .book-form-content .book-form .row {
              justify-content: space-between;
              row-gap: 15px; } }
          #book-service-sticky .book-form-content .book-form .row .row-col {
            padding: 5px; }
            #book-service-sticky .book-form-content .book-form .row .row-col-big {
              width: 35%; }
              @media only screen and (max-width: 991.98px) {
                #book-service-sticky .book-form-content .book-form .row .row-col-big {
                  width: 100%; } }
            #book-service-sticky .book-form-content .book-form .row .row-col-single {
              width: 20%; }
              @media only screen and (max-width: 991.98px) {
                #book-service-sticky .book-form-content .book-form .row .row-col-single {
                  width: 48%; } }
            #book-service-sticky .book-form-content .book-form .row .row-col-btn {
              width: 25%;
              padding: 0 !important; }
              @media only screen and (max-width: 991.98px) {
                #book-service-sticky .book-form-content .book-form .row .row-col-btn {
                  width: 100%; } }
            #book-service-sticky .book-form-content .book-form .row .row-col label {
              text-align: center;
              font: normal normal 600 15px/42px "Open Sans", sans-serif;
              letter-spacing: 0.24px;
              color: #CAAD7F;
              opacity: 1;
              width: max-content;
              display: block; }
            #book-service-sticky .book-form-content .book-form .row .row-col .date-wrapper {
              display: flex;
              align-items: center;
              justify-content: center;
              gap: 10px;
              border-right: 2px solid #EAEAEA; }
              #book-service-sticky .book-form-content .book-form .row .row-col .date-wrapper .full-date {
                text-align: left;
                font: normal normal normal 15px/42px "Open Sans", sans-serif;
                letter-spacing: 0.22px;
                color: #000000;
                opacity: 1; }
            #book-service-sticky .book-form-content .book-form .row .row-col .custom-date {
              position: relative;
              display: flex;
              align-items: center;
              justify-content: center;
              gap: 15px; }
              @media only screen and (max-width: 1199.98px) {
                #book-service-sticky .book-form-content .book-form .row .row-col .custom-date {
                  gap: 7px; } }
              #book-service-sticky .book-form-content .book-form .row .row-col .custom-date input {
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                right: 0;
                width: 100%;
                height: 100%;
                z-index: 1;
                opacity: 0; }
            #book-service-sticky .book-form-content .book-form .row .row-col .count-input {
              width: 100%; }
              #book-service-sticky .book-form-content .book-form .row .row-col .count-input .wrapper {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 10px;
                border-right: 2px solid #EAEAEA;
                width: 100%;
                position: relative;
                transition: all ease-in-out 0.5s; }
                #book-service-sticky .book-form-content .book-form .row .row-col .count-input .wrapper input {
                  font: normal normal normal 15px/42px "Open Sans", sans-serif;
                  letter-spacing: 0.22px;
                  color: #000000;
                  opacity: 1;
                  width: 50px;
                  height: 42px;
                  position: relative;
                  text-align: center;
                  -webkit-appearance: none;
                  border: 0px;
                  background-color: transparent; }
                #book-service-sticky .book-form-content .book-form .row .row-col .count-input .wrapper a {
                  width: 42px;
                  height: 42px;
                  position: relative;
                  color: #000;
                  font: normal normal normal 12px/42px "Open Sans", sans-serif;
                  align-items: center;
                  text-align: center;
                  cursor: pointer;
                  transition: all ease-in-out 0.5s;
                  text-decoration: none; }
            #book-service-sticky .book-form-content .book-form .row .row-col button {
              background-color: #CAAD7F;
              color: #fff;
              z-index: 1;
              text-align: center;
              font: normal normal 600 12px/52px "Open Sans", sans-serif;
              letter-spacing: 0.24px;
              display: block;
              transition: 0.2s ease-in-out 0.1s;
              text-decoration: none;
              text-transform: uppercase;
              width: 100%;
              position: relative;
              border: none; }

#ui-datepicker-div {
  border: 1px solid #ddd;
  border-radius: 0px; }

.ui-widget-header {
  background: #D1BA92;
  border-radius: 0px; }
  .ui-widget-header select {
    font-size: 14px !important;
    padding: 5px;
    border: none; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 0px solid #e5e5e5 !important;
  background: transparent !important;
  font-weight: normal;
  color: #D1BA92 !important; }
  .ui-state-default.ui-state-active, .ui-state-default:hover,
  .ui-widget-content .ui-state-default.ui-state-active,
  .ui-widget-content .ui-state-default:hover,
  .ui-widget-header .ui-state-default.ui-state-active,
  .ui-widget-header .ui-state-default:hover {
    background-color: #D1BA92 !important;
    color: #fff !important; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35 !important;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  display: none; }

#contact-section .container {
  overflow: visible; }

#contact-section #formWrapper {
  width: 100%; }
  @media only screen and (min-width: 992px) {
    #contact-section #formWrapper {
      padding: 20px 100px 70px; } }
  @media only screen and (max-width: 991.98px) {
    #contact-section #formWrapper {
      margin-top: 20px; } }
  #contact-section #formWrapper .additional-apllications {
    margin-bottom: 40px; }
    @media only screen and (max-width: 991.98px) {
      #contact-section #formWrapper .additional-apllications {
        margin-bottom: 25px; } }
    #contact-section #formWrapper .additional-apllications .controll-apllication {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px; }
      #contact-section #formWrapper .additional-apllications .controll-apllication .apllication-btn {
        border: 1px solid #fff;
        padding: 0px 18px;
        overflow: hidden;
        position: relative;
        max-width: 100%;
        width: 100%;
        background-color: transparent;
        display: block;
        transition: 0.2s ease-in-out 0.1s;
        text-decoration: none;
        background-color: transparent;
        width: max-content;
        max-width: 100%;
        margin: 0;
        border-radius: 0;
        display: none; }
        #contact-section #formWrapper .additional-apllications .controll-apllication .apllication-btn span {
          z-index: 1;
          text-align: center;
          font: normal normal 600 14px/42px "Open Sans", sans-serif;
          letter-spacing: 0.5px;
          color: #fff;
          display: block;
          transition: 0.2s ease-in-out 0.1s;
          text-decoration: none;
          text-transform: uppercase;
          width: 100%;
          position: relative; }
        #contact-section #formWrapper .additional-apllications .controll-apllication .apllication-btn::after {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          right: 0;
          height: 100%;
          width: 100%;
          background: #CAAD7F;
          z-index: 0;
          transition: 0.2s ease-in-out 0.1s; }
        #contact-section #formWrapper .additional-apllications .controll-apllication .apllication-btn:hover {
          border-color: #000;
          transition: 0.2s ease-in-out 0.1s; }
          #contact-section #formWrapper .additional-apllications .controll-apllication .apllication-btn:hover span {
            color: #000 !important; }
          #contact-section #formWrapper .additional-apllications .controll-apllication .apllication-btn:hover::after {
            height: 0%;
            transition: 0.2s ease-in-out 0.1s; }
        #contact-section #formWrapper .additional-apllications .controll-apllication .apllication-btn.remove-apllication:after {
          background: rgba(255, 0, 0, 0.7); }
  #contact-section #formWrapper .form-item {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    position: relative;
    /* The container must be positioned relative: */ }
    @media only screen and (max-width: 991.98px) {
      #contact-section #formWrapper .form-item {
        margin-bottom: 25px; } }
    #contact-section #formWrapper .form-item .form-title {
      text-align: left;
      font: normal normal italic 27px/1.5 "Playfair Display", serif;
      letter-spacing: 0px;
      color: #000;
      opacity: 1; }
      #contact-section #formWrapper .form-item .form-title a {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        letter-spacing: inherit;
        text-decoration: none; }
        #contact-section #formWrapper .form-item .form-title a:hover {
          color: #CAAD7F; }
      @media only screen and (min-width: 1551px) {
        #contact-section #formWrapper .form-item .form-title {
          font-size: 25px;
          line-height: 36px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1550px) {
        #contact-section #formWrapper .form-item .form-title {
          font-size: 23px;
          line-height: 32px; } }
      @media only screen and (min-width: 240px) and (max-width: lg-dowon) {
        #contact-section #formWrapper .form-item .form-title {
          font-size: 21px;
          line-height: 31px; } }
    #contact-section #formWrapper .form-item .form-text {
      text-align: left;
      font: normal normal normal 14px/1.5 "Open Sans", sans-serif;
      letter-spacing: 0px;
      color: #404040;
      opacity: 1;
      letter-spacing: 0px;
      opacity: 1;
      width: 100%;
      margin: 0 0 5px 0;
      text-transform: none;
      background-color: transparent;
      display: block; }
      @media only screen and (min-width: 992px) {
        #contact-section #formWrapper .form-item .form-text {
          max-width: 65%; } }
    #contact-section #formWrapper .form-item .signature-container {
      max-width: 100%;
      width: max-content;
      position: relative; }
      #contact-section #formWrapper .form-item .signature-container .signature-pad {
        border: 1px solid #E9E9E9 !important;
        width: 100% !important; }
      #contact-section #formWrapper .form-item .signature-container .buttons-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
        @media only screen and (max-width: 991.98px) {
          #contact-section #formWrapper .form-item .signature-container .buttons-wrapper {
            flex-direction: column; } }
        #contact-section #formWrapper .form-item .signature-container .buttons-wrapper button {
          text-decoration: none;
          background: none;
          border: none;
          width: 45%; }
          @media only screen and (max-width: 991.98px) {
            #contact-section #formWrapper .form-item .signature-container .buttons-wrapper button {
              width: 100%; } }
          #contact-section #formWrapper .form-item .signature-container .buttons-wrapper button#save-signature span {
            background: #CAAD7F;
            color: #fff; }
          #contact-section #formWrapper .form-item .signature-container .buttons-wrapper button span {
            text-align: center;
            font: normal normal   600 14px/28px "Open Sans", sans-serif;
            letter-spacing: 0px;
            color: #404040;
            opacity: 1;
            background: #E9E9E9;
            display: block;
            letter-spacing: 0px;
            opacity: 1;
            width: max-content;
            text-transform: uppercase;
            width: 100% !important;
            margin: 10px auto;
            background-color: transparent;
            display: block;
            border: 1px solid #E9E9E9 !important;
            padding: 6px 13px; }
    #contact-section #formWrapper .form-item label {
      text-align: left;
      font: normal normal normal 14px/1.5 "Open Sans", sans-serif;
      letter-spacing: 0px;
      color: #404040;
      opacity: 1;
      letter-spacing: 0px;
      opacity: 1;
      width: 100%;
      margin: 0 0 5px 0;
      text-transform: uppercase;
      background-color: transparent;
      display: block; }
    #contact-section #formWrapper .form-item .custom-select {
      position: relative;
      font-family: Arial;
      z-index: 1; }
      #contact-section #formWrapper .form-item .custom-select select {
        display: none;
        /*hide original SELECT element: */ }
      #contact-section #formWrapper .form-item .custom-select .select-selected {
        outline: 0;
        width: 100%;
        border: none; }
        #contact-section #formWrapper .form-item .custom-select .select-selected:after {
          position: absolute;
          content: "";
          top: 14px;
          right: 10px;
          width: 0;
          height: 0;
          border: 6px solid transparent;
          border-color: #fff transparent transparent transparent;
          display: none; }
        #contact-section #formWrapper .form-item .custom-select .select-selected.select-arrow-active:after {
          border-color: transparent transparent #fff transparent;
          top: 7px; }
      #contact-section #formWrapper .form-item .custom-select .select-items div:hover,
      #contact-section #formWrapper .form-item .custom-select .same-as-selected {
        color: #CAAD7F !important; }
      #contact-section #formWrapper .form-item .custom-select .select-items div {
        cursor: pointer;
        padding: 3px 15px;
        text-align: left;
        font: normal normal normal 14px/1.5 "Open Sans", sans-serif;
        letter-spacing: 0px;
        color: #404040;
        opacity: 1; }
      #contact-section #formWrapper .form-item .custom-select .select-selected {
        cursor: pointer;
        border: 1px solid #E9E9E9;
        padding: 10px 15px;
        text-align: left;
        font: normal normal normal 14px/1.5 "Open Sans", sans-serif;
        letter-spacing: 0px;
        color: #404040;
        opacity: 1; }
      #contact-section #formWrapper .form-item .custom-select .select-selected {
        position: relative;
        z-index: 100;
        background-color: white; }
      #contact-section #formWrapper .form-item .custom-select .select-items {
        position: absolute;
        background-color: #FAFAFA;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99;
        max-height: 41vh;
        overflow: auto;
        border-color: #CAAD7F !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(202, 173, 127, 0.6) !important;
        outline: 0 !important;
        transition: all ease-in-out 0.5s; }
        #contact-section #formWrapper .form-item .custom-select .select-items.select-hide {
          opacity: 0;
          visibility: hidden;
          transform: translateY(-45px);
          transition: all ease-in-out 0.5s; }
    #contact-section #formWrapper .form-item .radio-wrapper {
      display: flex;
      width: 100%;
      justify-content: start;
      align-items: center;
      margin: 10px 0 0 0; }
      #contact-section #formWrapper .form-item .radio-wrapper .single-raido {
        width: 33%;
        display: flex;
        align-items: center;
        position: relative; }
        #contact-section #formWrapper .form-item .radio-wrapper .single-raido input[type="radio"] {
          appearance: none;
          opacity: 0;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0; }
        #contact-section #formWrapper .form-item .radio-wrapper .single-raido input[type="radio"] + label {
          cursor: pointer;
          position: relative;
          padding-left: 30px;
          line-height: 20px; }
        #contact-section #formWrapper .form-item .radio-wrapper .single-raido input[type="radio"] + label::before {
          content: "";
          display: inline-block;
          width: 20px;
          aspect-ratio: 1;
          border: 1px solid #E9E9E9;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          opacity: 1;
          transition: all 0.3s; }
        #contact-section #formWrapper .form-item .radio-wrapper .single-raido input[type="radio"] + label::after {
          content: "";
          display: inline-block;
          width: 10px;
          aspect-ratio: 1;
          border: 1px solid #CAAD7F;
          background: #CAAD7F;
          border-radius: 50%;
          position: absolute;
          left: 5px;
          top: 50%;
          transform: translateY(-50%);
          opacity: 0;
          transition: all 0.3s; }
        #contact-section #formWrapper .form-item .radio-wrapper .single-raido input[type="radio"]:checked + label::after {
          opacity: 1; }
    #contact-section #formWrapper .form-item .file-input {
      position: relative;
      overflow: hidden;
      display: block; }
      #contact-section #formWrapper .form-item .file-input input[type="file"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 2; }
      #contact-section #formWrapper .form-item .file-input .file-name {
        text-align: left;
        font: normal normal normal 14px/1.5 "Open Sans", sans-serif;
        letter-spacing: 0px;
        opacity: 1;
        position: relative;
        height: auto;
        color: #404040;
        opacity: 1;
        padding: 10px 15px;
        outline: 0;
        width: 100%;
        border: none;
        border: 1px solid #E9E9E9;
        border-radius: 0px;
        background-color: transparent !important; }
        #contact-section #formWrapper .form-item .file-input .file-name:not(.active) {
          opacity: 0.6; }
        #contact-section #formWrapper .form-item .file-input .file-name:focus {
          border-color: #CAAD7F !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(202, 173, 127, 0.6) !important;
          outline: 0 !important; }
        #contact-section #formWrapper .form-item .file-input .file-name:-moz-placeholder {
          color: #404040; }
        #contact-section #formWrapper .form-item .file-input .file-name::-moz-placeholder {
          color: #404040; }
        #contact-section #formWrapper .form-item .file-input .file-name:-ms-input-placeholder {
          color: #404040; }
        #contact-section #formWrapper .form-item .file-input .file-name::-webkit-input-placeholder {
          color: #404040; }
        #contact-section #formWrapper .form-item .file-input .file-name.error {
          border: 1px solid red !important; }
    #contact-section #formWrapper .form-item textarea,
    #contact-section #formWrapper .form-item input {
      text-align: left;
      font: normal normal normal 14px/1.5 "Open Sans", sans-serif;
      letter-spacing: 0px;
      opacity: 1;
      position: relative;
      height: auto;
      color: #000;
      opacity: 1;
      padding: 10px 15px;
      outline: 0;
      width: 100%;
      border: none;
      border: 1px solid #E9E9E9;
      border-radius: 0px;
      background-color: transparent !important; }
      #contact-section #formWrapper .form-item textarea:focus,
      #contact-section #formWrapper .form-item input:focus {
        border-color: #CAAD7F !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(202, 173, 127, 0.6) !important;
        outline: 0 !important; }
      #contact-section #formWrapper .form-item textarea:-moz-placeholder,
      #contact-section #formWrapper .form-item input:-moz-placeholder {
        color: #404040; }
      #contact-section #formWrapper .form-item textarea::-moz-placeholder,
      #contact-section #formWrapper .form-item input::-moz-placeholder {
        color: #404040; }
      #contact-section #formWrapper .form-item textarea:-ms-input-placeholder,
      #contact-section #formWrapper .form-item input:-ms-input-placeholder {
        color: #404040; }
      #contact-section #formWrapper .form-item textarea::-webkit-input-placeholder,
      #contact-section #formWrapper .form-item input::-webkit-input-placeholder {
        color: #404040; }
      #contact-section #formWrapper .form-item textarea.error,
      #contact-section #formWrapper .form-item input.error {
        border: 1px solid red !important; }
  #contact-section #formWrapper button[type="submit"] {
    border: 1px solid #fff;
    padding: 0px 18px;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    display: block;
    transition: 0.2s ease-in-out 0.1s;
    text-decoration: none;
    background-color: transparent;
    width: 200px;
    margin: auto;
    border-radius: 0; }
    #contact-section #formWrapper button[type="submit"] span {
      z-index: 1;
      text-align: center;
      font: normal normal 600 14px/42px "Open Sans", sans-serif;
      letter-spacing: 0.5px;
      color: #fff;
      display: block;
      transition: 0.2s ease-in-out 0.1s;
      text-decoration: none;
      text-transform: uppercase;
      width: 100%;
      position: relative; }
    #contact-section #formWrapper button[type="submit"]::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      background: #CAAD7F;
      z-index: 0;
      transition: 0.2s ease-in-out 0.1s; }
    #contact-section #formWrapper button[type="submit"]:hover {
      border-color: #000;
      transition: 0.2s ease-in-out 0.1s; }
      #contact-section #formWrapper button[type="submit"]:hover span {
        color: #000 !important; }
      #contact-section #formWrapper button[type="submit"]:hover::after {
        height: 0%;
        transition: 0.2s ease-in-out 0.1s; }
    #contact-section #formWrapper button[type="submit"].button-loading {
      pointer-events: none; }
      #contact-section #formWrapper button[type="submit"].button-loading span {
        color: transparent; }
      #contact-section #formWrapper button[type="submit"].button-loading::before {
        z-index: 5; }
  #contact-section #formWrapper .terms-box {
    padding: 22px 32px;
    border: 1px solid #E9E9E9;
    height: 250px;
    overflow: hidden; }
    #contact-section #formWrapper .terms-box-content {
      height: 100%;
      overflow-y: scroll;
      overflow-x: hidden; }
      #contact-section #formWrapper .terms-box-content h3 {
        text-align: left;
        font: normal normal italic 27px/1.5 "Playfair Display", serif;
        letter-spacing: 0px;
        color: #000;
        opacity: 1; }
        #contact-section #formWrapper .terms-box-content h3 a {
          font-family: inherit;
          font-size: inherit;
          line-height: inherit;
          color: inherit;
          letter-spacing: inherit;
          text-decoration: none; }
          #contact-section #formWrapper .terms-box-content h3 a:hover {
            color: #CAAD7F; }
        @media only screen and (min-width: 1551px) {
          #contact-section #formWrapper .terms-box-content h3 {
            font-size: 25px;
            line-height: 36px; } }
        @media only screen and (min-width: 1200px) and (max-width: 1550px) {
          #contact-section #formWrapper .terms-box-content h3 {
            font-size: 23px;
            line-height: 32px; } }
        @media only screen and (min-width: 240px) and (max-width: lg-dowon) {
          #contact-section #formWrapper .terms-box-content h3 {
            font-size: 21px;
            line-height: 31px; } }
      #contact-section #formWrapper .terms-box-content p {
        font: normal normal normal 14px/24px "Open Sans", sans-serif;
        letter-spacing: 0px;
        color: #404040;
        opacity: 1; }
        #contact-section #formWrapper .terms-box-content p li {
          list-style-position: inside !important;
          list-style: disc; }
  #contact-section #formWrapper .terms-agree {
    max-width: 90%;
    margin: 20px 0 50px; }
    @media only screen and (max-width: 991.98px) {
      #contact-section #formWrapper .terms-agree {
        margin: 20px 0; } }
    #contact-section #formWrapper .terms-agree .wrapper {
      position: relative;
      display: flex;
      align-items: start;
      gap: 30px; }
      #contact-section #formWrapper .terms-agree .wrapper .control {
        position: relative;
        height: 25px;
        width: 25px; }
        #contact-section #formWrapper .terms-agree .wrapper .control .control__indicator {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          height: 25px;
          width: 25px;
          border-radius: 50%;
          background: #fff;
          border: 1px solid #E3E3E3;
          transition: all ease-in-out 0.5s; }
          #contact-section #formWrapper .terms-agree .wrapper .control .control__indicator:after {
            content: "";
            position: absolute;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            left: 33%;
            top: 50%;
            width: 3px;
            height: 8px;
            border: solid #121212;
            border-width: 0 1px 1px 0;
            transform: rotate(45deg) translate(-50%, -50%);
            transform-origin: center;
            opacity: 0;
            visibility: hidden;
            transition: all ease-in-out 0.5s; }
        #contact-section #formWrapper .terms-agree .wrapper .control input {
          position: absolute;
          left: 0px;
          top: 0px;
          right: 0px;
          bottom: 0px;
          width: 100%;
          height: 100%;
          background-color: transparent;
          padding: 0px;
          margin: 0px;
          z-index: 5;
          opacity: 0;
          cursor: pointer; }
          #contact-section #formWrapper .terms-agree .wrapper .control input:checked ~ .control__indicator:after,
          #contact-section #formWrapper .terms-agree .wrapper .control input:hover ~ .control__indicator:after,
          #contact-section #formWrapper .terms-agree .wrapper .control input:focus ~ .control__indicator:after {
            visibility: visible;
            opacity: 1;
            transition: all ease-in-out 0.5s; }
      #contact-section #formWrapper .terms-agree .wrapper .control-text {
        font: normal normal normal 14px/24px "Open Sans", sans-serif;
        letter-spacing: 0px;
        color: #404040;
        opacity: 1;
        width: calc(100% - 65px); }
  #contact-section #formWrapper .recaptch-wrapper {
    border: 1px solid #E9E9E9;
    padding: 20px 14px 14px;
    position: relative;
    margin: 25px auto; }
    #contact-section #formWrapper .recaptch-wrapper .title {
      background: #FAFAFA;
      text-align: left;
      font: normal normal normal 14px/1.5 "Open Sans", sans-serif;
      letter-spacing: 0px;
      color: #404040;
      opacity: 1;
      letter-spacing: 0px;
      position: absolute;
      left: 14px;
      top: 0;
      transform: translateY(-50%); }

@media only screen and (max-width: 991.98px) {
  #contacts {
    margin-bottom: 80px; } }

#contacts .contacts-wrapper {
  display: flex;
  flex-direction: column;
  gap: 35px; }
  @media only screen and (max-width: 991.98px) {
    #contacts .contacts-wrapper {
      margin-bottom: 80px;
      gap: 25px; } }
  #contacts .contacts-wrapper .title {
    color: #000;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.51px; }
    #contacts .contacts-wrapper .title span {
      color: #b3bcc7; }
    @media only screen and (min-width: 1551px) {
      #contacts .contacts-wrapper .title {
        font-size: 35px;
        line-height: 51px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1550px) {
      #contacts .contacts-wrapper .title {
        font-size: 32px;
        line-height: 46px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #contacts .contacts-wrapper .title {
        font-size: 29px;
        line-height: 41px; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #contacts .contacts-wrapper .title {
        font-size: 26px;
        line-height: 36px; } }
    @media only screen and (max-width: 767.98px) {
      #contacts .contacts-wrapper .title {
        font-size: 22px;
        line-height: 29px; } }
  #contacts .contacts-wrapper .content {
    font-family: "Open Sans", sans-serif;
    text-align: left;
    font-weight: 300;
    visibility: hidden;
    letter-spacing: 0px;
    display: block;
    color: #201E1F;
    font-size: 16px;
    line-height: 28px; }
    #contacts .contacts-wrapper .content.fade_up {
      visibility: visible;
      -ms-animation: fadeUp 2s;
      /* Internet Explorer */
      animation: fadeUp 2s; }
    @media only screen and (min-width: 992px) {
      #contacts .contacts-wrapper .content {
        font-size: 13px; } }
  #contacts .contacts-wrapper .contacts-list li {
    margin: 0px; }
    #contacts .contacts-wrapper .contacts-list li a {
      color: #201E1F;
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      width: max-content;
      font-size: 16px;
      line-height: 28px;
      text-decoration: none;
      max-width: 100%;
      position: relative;
      overflow: hidden;
      padding-bottom: 0.2em;
      margin: 0 0 -0.2em;
      letter-spacing: 0.6px;
      display: block;
      text-align: left; }
      @media only screen and (min-width: 992px) {
        #contacts .contacts-wrapper .contacts-list li a {
          margin: 0 0 -0.2em;
          font-size: 13px; } }
      #contacts .contacts-wrapper .contacts-list li a span {
        transition: transform 1.05s cubic-bezier(0.3, 0.86, 0.36, 0.95);
        will-change: transform;
        position: relative;
        display: block; }
      #contacts .contacts-wrapper .contacts-list li a:after {
        transition: transform 1.05s cubic-bezier(0.3, 0.86, 0.36, 0.95);
        will-change: transform;
        content: attr(data-title);
        position: absolute;
        transform: translate(-50%, 110%);
        left: 50%;
        top: 0;
        color: currentColor;
        text-align: left;
        width: 100%;
        color: #B3A258; }
        @media only screen and (max-width: 991.98px) {
          #contacts .contacts-wrapper .contacts-list li a:after {
            text-align: center; } }
      #contacts .contacts-wrapper .contacts-list li a:hover {
        opacity: 1; }
        #contacts .contacts-wrapper .contacts-list li a:hover span {
          transform: translateY(-125%); }
        #contacts .contacts-wrapper .contacts-list li a:hover:after {
          transform: translate(-50%, 0%); }
  #contacts .contacts-wrapper .social-media {
    margin-top: 15px; }
  #contacts .contacts-wrapper .btn-wrapper {
    border: 1px solid #000;
    padding: 0px 18px;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    display: block;
    transition: 0.2s ease-in-out 0.1s;
    text-decoration: none;
    background-color: #CAAD7F; }
    #contacts .contacts-wrapper .btn-wrapper span {
      z-index: 1;
      text-align: center;
      font: normal normal 600 14px/42px "Open Sans", sans-serif;
      letter-spacing: 0.5px;
      color: #000;
      display: block;
      transition: 0.2s ease-in-out 0.1s;
      text-decoration: none;
      text-transform: uppercase;
      width: 100%;
      position: relative; }
    #contacts .contacts-wrapper .btn-wrapper::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      background: #fff;
      z-index: 0;
      transition: 0.2s ease-in-out 0.1s; }
    #contacts .contacts-wrapper .btn-wrapper:hover {
      border-color: #CAAD7F;
      transition: 0.2s ease-in-out 0.1s; }
      #contacts .contacts-wrapper .btn-wrapper:hover span {
        color: #fff !important; }
      #contacts .contacts-wrapper .btn-wrapper:hover::after {
        height: 0%;
        transition: 0.2s ease-in-out 0.1s; }
    #contacts .contacts-wrapper .btn-wrapper .single-button {
      margin: 0;
      min-width: 196px; }

#contact-body .form-wrapper {
  width: 100%; }
  #contact-body .form-wrapper .additional-apllications {
    margin-bottom: 40px; }
    @media only screen and (max-width: 991.98px) {
      #contact-body .form-wrapper .additional-apllications {
        margin-bottom: 25px; } }
    #contact-body .form-wrapper .additional-apllications .controll-apllication {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px; }
      #contact-body .form-wrapper .additional-apllications .controll-apllication .apllication-btn {
        border: 1px solid #fff;
        padding: 0px 18px;
        overflow: hidden;
        position: relative;
        max-width: 100%;
        width: 100%;
        background-color: transparent;
        display: block;
        transition: 0.2s ease-in-out 0.1s;
        text-decoration: none;
        background-color: transparent;
        width: max-content;
        max-width: 100%;
        margin: 0;
        border-radius: 0;
        display: none; }
        #contact-body .form-wrapper .additional-apllications .controll-apllication .apllication-btn span {
          z-index: 1;
          text-align: center;
          font: normal normal 600 14px/42px "Open Sans", sans-serif;
          letter-spacing: 0.5px;
          color: #fff;
          display: block;
          transition: 0.2s ease-in-out 0.1s;
          text-decoration: none;
          text-transform: uppercase;
          width: 100%;
          position: relative; }
        #contact-body .form-wrapper .additional-apllications .controll-apllication .apllication-btn::after {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          right: 0;
          height: 100%;
          width: 100%;
          background: #CAAD7F;
          z-index: 0;
          transition: 0.2s ease-in-out 0.1s; }
        #contact-body .form-wrapper .additional-apllications .controll-apllication .apllication-btn:hover {
          border-color: #000;
          transition: 0.2s ease-in-out 0.1s; }
          #contact-body .form-wrapper .additional-apllications .controll-apllication .apllication-btn:hover span {
            color: #000 !important; }
          #contact-body .form-wrapper .additional-apllications .controll-apllication .apllication-btn:hover::after {
            height: 0%;
            transition: 0.2s ease-in-out 0.1s; }
        #contact-body .form-wrapper .additional-apllications .controll-apllication .apllication-btn.remove-apllication:after {
          background: rgba(255, 0, 0, 0.7); }
  #contact-body .form-wrapper .form-item {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    position: relative;
    /* The container must be positioned relative: */ }
    @media only screen and (max-width: 991.98px) {
      #contact-body .form-wrapper .form-item {
        margin-bottom: 25px; } }
    #contact-body .form-wrapper .form-item .form-title {
      text-align: left;
      font: normal normal italic 27px/1.5 "Playfair Display", serif;
      letter-spacing: 0px;
      color: #000;
      opacity: 1; }
      #contact-body .form-wrapper .form-item .form-title a {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        letter-spacing: inherit;
        text-decoration: none; }
        #contact-body .form-wrapper .form-item .form-title a:hover {
          color: #CAAD7F; }
      @media only screen and (min-width: 1551px) {
        #contact-body .form-wrapper .form-item .form-title {
          font-size: 25px;
          line-height: 36px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1550px) {
        #contact-body .form-wrapper .form-item .form-title {
          font-size: 23px;
          line-height: 32px; } }
      @media only screen and (min-width: 240px) and (max-width: lg-dowon) {
        #contact-body .form-wrapper .form-item .form-title {
          font-size: 21px;
          line-height: 31px; } }
    #contact-body .form-wrapper .form-item .form-text {
      text-align: left;
      font: normal normal normal 14px/1.5 "Open Sans", sans-serif;
      letter-spacing: 0px;
      color: #404040;
      opacity: 1;
      letter-spacing: 0px;
      opacity: 1;
      width: 100%;
      margin: 0 0 5px 0;
      text-transform: none;
      background-color: transparent;
      display: block; }
      @media only screen and (min-width: 992px) {
        #contact-body .form-wrapper .form-item .form-text {
          max-width: 65%; } }
    #contact-body .form-wrapper .form-item .signature-container {
      max-width: 100%;
      width: max-content;
      position: relative; }
      #contact-body .form-wrapper .form-item .signature-container .signature-pad {
        border: 1px solid #E9E9E9 !important;
        width: 100% !important; }
      #contact-body .form-wrapper .form-item .signature-container .buttons-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
        @media only screen and (max-width: 991.98px) {
          #contact-body .form-wrapper .form-item .signature-container .buttons-wrapper {
            flex-direction: column; } }
        #contact-body .form-wrapper .form-item .signature-container .buttons-wrapper button {
          text-decoration: none;
          background: none;
          border: none;
          width: 45%; }
          @media only screen and (max-width: 991.98px) {
            #contact-body .form-wrapper .form-item .signature-container .buttons-wrapper button {
              width: 100%; } }
          #contact-body .form-wrapper .form-item .signature-container .buttons-wrapper button#save-signature span {
            background: #CAAD7F;
            color: #fff; }
          #contact-body .form-wrapper .form-item .signature-container .buttons-wrapper button span {
            text-align: center;
            font: normal normal   600 14px/28px "Open Sans", sans-serif;
            letter-spacing: 0px;
            color: #404040;
            opacity: 1;
            background: #E9E9E9;
            display: block;
            letter-spacing: 0px;
            opacity: 1;
            width: max-content;
            text-transform: uppercase;
            width: 100% !important;
            margin: 10px auto;
            background-color: transparent;
            display: block;
            border: 1px solid #E9E9E9 !important;
            padding: 6px 13px; }
    #contact-body .form-wrapper .form-item label {
      text-align: left;
      font: normal normal normal 14px/1.5 "Open Sans", sans-serif;
      letter-spacing: 0px;
      color: #404040;
      opacity: 1;
      letter-spacing: 0px;
      opacity: 1;
      width: 100%;
      margin: 0 0 5px 0;
      text-transform: uppercase;
      background-color: transparent;
      display: block; }
    #contact-body .form-wrapper .form-item .custom-select {
      position: relative;
      font-family: Arial;
      z-index: 1; }
      #contact-body .form-wrapper .form-item .custom-select select {
        display: none;
        /*hide original SELECT element: */ }
      #contact-body .form-wrapper .form-item .custom-select .select-selected {
        outline: 0;
        width: 100%;
        border: none; }
        #contact-body .form-wrapper .form-item .custom-select .select-selected:after {
          position: absolute;
          content: "";
          top: 14px;
          right: 10px;
          width: 0;
          height: 0;
          border: 6px solid transparent;
          border-color: #fff transparent transparent transparent;
          display: none; }
        #contact-body .form-wrapper .form-item .custom-select .select-selected.select-arrow-active:after {
          border-color: transparent transparent #fff transparent;
          top: 7px; }
      #contact-body .form-wrapper .form-item .custom-select .select-items div:hover,
      #contact-body .form-wrapper .form-item .custom-select .same-as-selected {
        color: #CAAD7F !important; }
      #contact-body .form-wrapper .form-item .custom-select .select-items div {
        cursor: pointer;
        padding: 3px 15px;
        text-align: left;
        font: normal normal normal 14px/1.5 "Open Sans", sans-serif;
        letter-spacing: 0px;
        color: #404040;
        opacity: 1; }
      #contact-body .form-wrapper .form-item .custom-select .select-selected {
        cursor: pointer;
        border: 1px solid #E9E9E9;
        padding: 10px 15px;
        text-align: left;
        font: normal normal normal 14px/1.5 "Open Sans", sans-serif;
        letter-spacing: 0px;
        color: #404040;
        opacity: 1; }
      #contact-body .form-wrapper .form-item .custom-select .select-selected {
        position: relative;
        z-index: 100;
        background-color: white; }
      #contact-body .form-wrapper .form-item .custom-select .select-items {
        position: absolute;
        background-color: #FAFAFA;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99;
        max-height: 41vh;
        overflow: auto;
        border-color: #CAAD7F !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(202, 173, 127, 0.6) !important;
        outline: 0 !important;
        transition: all ease-in-out 0.5s; }
        #contact-body .form-wrapper .form-item .custom-select .select-items.select-hide {
          opacity: 0;
          visibility: hidden;
          transform: translateY(-45px);
          transition: all ease-in-out 0.5s; }
    #contact-body .form-wrapper .form-item .radio-wrapper {
      display: flex;
      width: 100%;
      justify-content: start;
      align-items: center;
      margin: 10px 0 0 0; }
      #contact-body .form-wrapper .form-item .radio-wrapper .single-raido {
        width: 33%;
        display: flex;
        align-items: center;
        position: relative; }
        #contact-body .form-wrapper .form-item .radio-wrapper .single-raido input[type="radio"] {
          appearance: none;
          opacity: 0;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0; }
        #contact-body .form-wrapper .form-item .radio-wrapper .single-raido input[type="radio"] + label {
          cursor: pointer;
          position: relative;
          padding-left: 30px;
          line-height: 20px; }
        #contact-body .form-wrapper .form-item .radio-wrapper .single-raido input[type="radio"] + label::before {
          content: "";
          display: inline-block;
          width: 20px;
          aspect-ratio: 1;
          border: 1px solid #E9E9E9;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          opacity: 1;
          transition: all 0.3s; }
        #contact-body .form-wrapper .form-item .radio-wrapper .single-raido input[type="radio"] + label::after {
          content: "";
          display: inline-block;
          width: 10px;
          aspect-ratio: 1;
          border: 1px solid #CAAD7F;
          background: #CAAD7F;
          border-radius: 50%;
          position: absolute;
          left: 5px;
          top: 50%;
          transform: translateY(-50%);
          opacity: 0;
          transition: all 0.3s; }
        #contact-body .form-wrapper .form-item .radio-wrapper .single-raido input[type="radio"]:checked + label::after {
          opacity: 1; }
    #contact-body .form-wrapper .form-item .file-input {
      position: relative;
      overflow: hidden;
      display: block; }
      #contact-body .form-wrapper .form-item .file-input input[type="file"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 2; }
      #contact-body .form-wrapper .form-item .file-input .file-name {
        text-align: left;
        font: normal normal normal 14px/1.5 "Open Sans", sans-serif;
        letter-spacing: 0px;
        opacity: 1;
        position: relative;
        height: auto;
        color: #404040;
        opacity: 1;
        padding: 10px 15px;
        outline: 0;
        width: 100%;
        border: none;
        border: 1px solid #E9E9E9;
        border-radius: 0px;
        background-color: transparent !important; }
        #contact-body .form-wrapper .form-item .file-input .file-name:not(.active) {
          opacity: 0.6; }
        #contact-body .form-wrapper .form-item .file-input .file-name:focus {
          border-color: #CAAD7F !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(202, 173, 127, 0.6) !important;
          outline: 0 !important; }
        #contact-body .form-wrapper .form-item .file-input .file-name:-moz-placeholder {
          color: #404040; }
        #contact-body .form-wrapper .form-item .file-input .file-name::-moz-placeholder {
          color: #404040; }
        #contact-body .form-wrapper .form-item .file-input .file-name:-ms-input-placeholder {
          color: #404040; }
        #contact-body .form-wrapper .form-item .file-input .file-name::-webkit-input-placeholder {
          color: #404040; }
        #contact-body .form-wrapper .form-item .file-input .file-name.error {
          border: 1px solid red !important; }
    #contact-body .form-wrapper .form-item textarea,
    #contact-body .form-wrapper .form-item input {
      text-align: left;
      font: normal normal normal 14px/1.5 "Open Sans", sans-serif;
      letter-spacing: 0px;
      opacity: 1;
      position: relative;
      height: auto;
      color: #000;
      opacity: 1;
      padding: 10px 15px;
      outline: 0;
      width: 100%;
      border: none;
      border: 1px solid #E9E9E9;
      border-radius: 0px;
      background-color: transparent !important; }
      #contact-body .form-wrapper .form-item textarea:focus,
      #contact-body .form-wrapper .form-item input:focus {
        border-color: #CAAD7F !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(202, 173, 127, 0.6) !important;
        outline: 0 !important; }
      #contact-body .form-wrapper .form-item textarea:-moz-placeholder,
      #contact-body .form-wrapper .form-item input:-moz-placeholder {
        color: #404040; }
      #contact-body .form-wrapper .form-item textarea::-moz-placeholder,
      #contact-body .form-wrapper .form-item input::-moz-placeholder {
        color: #404040; }
      #contact-body .form-wrapper .form-item textarea:-ms-input-placeholder,
      #contact-body .form-wrapper .form-item input:-ms-input-placeholder {
        color: #404040; }
      #contact-body .form-wrapper .form-item textarea::-webkit-input-placeholder,
      #contact-body .form-wrapper .form-item input::-webkit-input-placeholder {
        color: #404040; }
      #contact-body .form-wrapper .form-item textarea.error,
      #contact-body .form-wrapper .form-item input.error {
        border: 1px solid red !important; }
  #contact-body .form-wrapper button[type="submit"] {
    border: 1px solid #fff;
    padding: 0px 18px;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    display: block;
    transition: 0.2s ease-in-out 0.1s;
    text-decoration: none;
    background-color: transparent;
    width: 200px;
    margin: auto;
    border-radius: 0; }
    #contact-body .form-wrapper button[type="submit"] span {
      z-index: 1;
      text-align: center;
      font: normal normal 600 14px/42px "Open Sans", sans-serif;
      letter-spacing: 0.5px;
      color: #fff;
      display: block;
      transition: 0.2s ease-in-out 0.1s;
      text-decoration: none;
      text-transform: uppercase;
      width: 100%;
      position: relative; }
    #contact-body .form-wrapper button[type="submit"]::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      background: #CAAD7F;
      z-index: 0;
      transition: 0.2s ease-in-out 0.1s; }
    #contact-body .form-wrapper button[type="submit"]:hover {
      border-color: #000;
      transition: 0.2s ease-in-out 0.1s; }
      #contact-body .form-wrapper button[type="submit"]:hover span {
        color: #000 !important; }
      #contact-body .form-wrapper button[type="submit"]:hover::after {
        height: 0%;
        transition: 0.2s ease-in-out 0.1s; }
    #contact-body .form-wrapper button[type="submit"].button-loading {
      pointer-events: none; }
      #contact-body .form-wrapper button[type="submit"].button-loading span {
        color: transparent; }
      #contact-body .form-wrapper button[type="submit"].button-loading::before {
        z-index: 5; }
  #contact-body .form-wrapper .terms-box {
    padding: 22px 32px;
    border: 1px solid #E9E9E9;
    height: 250px;
    overflow: hidden; }
    #contact-body .form-wrapper .terms-box-content {
      height: 100%;
      overflow-y: scroll;
      overflow-x: hidden; }
      #contact-body .form-wrapper .terms-box-content h3 {
        text-align: left;
        font: normal normal italic 27px/1.5 "Playfair Display", serif;
        letter-spacing: 0px;
        color: #000;
        opacity: 1; }
        #contact-body .form-wrapper .terms-box-content h3 a {
          font-family: inherit;
          font-size: inherit;
          line-height: inherit;
          color: inherit;
          letter-spacing: inherit;
          text-decoration: none; }
          #contact-body .form-wrapper .terms-box-content h3 a:hover {
            color: #CAAD7F; }
        @media only screen and (min-width: 1551px) {
          #contact-body .form-wrapper .terms-box-content h3 {
            font-size: 25px;
            line-height: 36px; } }
        @media only screen and (min-width: 1200px) and (max-width: 1550px) {
          #contact-body .form-wrapper .terms-box-content h3 {
            font-size: 23px;
            line-height: 32px; } }
        @media only screen and (min-width: 240px) and (max-width: lg-dowon) {
          #contact-body .form-wrapper .terms-box-content h3 {
            font-size: 21px;
            line-height: 31px; } }
      #contact-body .form-wrapper .terms-box-content p {
        font: normal normal normal 14px/24px "Open Sans", sans-serif;
        letter-spacing: 0px;
        color: #404040;
        opacity: 1; }
        #contact-body .form-wrapper .terms-box-content p li {
          list-style-position: inside !important;
          list-style: disc; }
  #contact-body .form-wrapper .terms-agree {
    max-width: 90%;
    margin: 20px 0 50px; }
    @media only screen and (max-width: 991.98px) {
      #contact-body .form-wrapper .terms-agree {
        margin: 20px 0; } }
    #contact-body .form-wrapper .terms-agree .wrapper {
      position: relative;
      display: flex;
      align-items: start;
      gap: 30px; }
      #contact-body .form-wrapper .terms-agree .wrapper .control {
        position: relative;
        height: 25px;
        width: 25px; }
        #contact-body .form-wrapper .terms-agree .wrapper .control .control__indicator {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          height: 25px;
          width: 25px;
          border-radius: 50%;
          background: #fff;
          border: 1px solid #E3E3E3;
          transition: all ease-in-out 0.5s; }
          #contact-body .form-wrapper .terms-agree .wrapper .control .control__indicator:after {
            content: "";
            position: absolute;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            left: 33%;
            top: 50%;
            width: 3px;
            height: 8px;
            border: solid #121212;
            border-width: 0 1px 1px 0;
            transform: rotate(45deg) translate(-50%, -50%);
            transform-origin: center;
            opacity: 0;
            visibility: hidden;
            transition: all ease-in-out 0.5s; }
        #contact-body .form-wrapper .terms-agree .wrapper .control input {
          position: absolute;
          left: 0px;
          top: 0px;
          right: 0px;
          bottom: 0px;
          width: 100%;
          height: 100%;
          background-color: transparent;
          padding: 0px;
          margin: 0px;
          z-index: 5;
          opacity: 0;
          cursor: pointer; }
          #contact-body .form-wrapper .terms-agree .wrapper .control input:checked ~ .control__indicator:after,
          #contact-body .form-wrapper .terms-agree .wrapper .control input:hover ~ .control__indicator:after,
          #contact-body .form-wrapper .terms-agree .wrapper .control input:focus ~ .control__indicator:after {
            visibility: visible;
            opacity: 1;
            transition: all ease-in-out 0.5s; }
      #contact-body .form-wrapper .terms-agree .wrapper .control-text {
        font: normal normal normal 14px/24px "Open Sans", sans-serif;
        letter-spacing: 0px;
        color: #404040;
        opacity: 1;
        width: calc(100% - 65px); }
  #contact-body .form-wrapper .recaptch-wrapper {
    border: 1px solid #E9E9E9;
    padding: 20px 14px 14px;
    position: relative;
    margin: 25px auto; }
    #contact-body .form-wrapper .recaptch-wrapper .title {
      background: #FAFAFA;
      text-align: left;
      font: normal normal normal 14px/1.5 "Open Sans", sans-serif;
      letter-spacing: 0px;
      color: #404040;
      opacity: 1;
      letter-spacing: 0px;
      position: absolute;
      left: 14px;
      top: 0;
      transform: translateY(-50%); }

#page-header {
  max-width: 100%;
  margin: auto; }
  @media only screen and (min-width: 992px) {
    #page-header {
      margin: 70px auto 50px; } }
  @media only screen and (max-width: 991.98px) {
    #page-header {
      margin: 50px auto 25px; } }
  #page-header .title {
    text-align: center;
    font: italic normal normal 50px/50px "Playfair Display", serif;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    max-width: 75%;
    margin: 0 auto 20px; }
    @media only screen and (min-width: 1551px) {
      #page-header .title {
        font-size: 45px;
        line-height: 45px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1550px) {
      #page-header .title {
        font-size: 40px;
        line-height: 40px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #page-header .title {
        font-size: 35px;
        line-height: 35px; } }
    @media only screen and (max-width: 991.98px) {
      #page-header .title {
        font-size: 30px;
        line-height: 30px; } }
    #page-header .title.left {
      margin-left: 0 !important;
      text-align: left !important; }
  #page-header .paragraph {
    font: normal normal normal 14px/24px "Open Sans", sans-serif;
    letter-spacing: 0px;
    width: 720px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    color: #404040;
    opacity: 1; }
    #page-header .paragraph p {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      color: inherit;
      letter-spacing: inherit;
      text-decoration: none; }

#page-header-image {
  position: relative; }
  #page-header-image .content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 0 0 5% 0; }
    @media only screen and (max-width: 991.98px) {
      #page-header-image .content {
        padding: 0 0 30px 0; } }
    #page-header-image .content .title {
      text-align: center;
      font: normal normal bold 60px/60px "Playfair Display", serif;
      letter-spacing: 1.8px;
      color: #fff;
      opacity: 1;
      max-width: 75%; }
      @media only screen and (min-width: 1551px) {
        #page-header-image .content .title {
          font-size: 55px;
          line-height: 55px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1550px) {
        #page-header-image .content .title {
          font-size: 50px;
          line-height: 50px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #page-header-image .content .title {
          font-size: 45px;
          line-height: 45px; } }
      @media only screen and (max-width: 991.98px) {
        #page-header-image .content .title {
          font-size: 35px;
          line-height: 35px; } }

@media only screen and (max-width: 991.98px) {
  .top-section {
    margin: 20px auto 0; } }

.top-section .image {
  width: 120px;
  margin: 0 0 20px 0; }
  .top-section .image .img-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    position: relative;
    overflow: hidden; }
    .top-section .image .img-box:after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      content: "";
      background-color: #fff; }
    .top-section .image .img-box.slide-right:after {
      width: 0;
      transition: all ease-in-out 0.9s 0.2s; }
    .top-section .image .img-box img {
      width: 100%;
      margin: 0;
      display: block;
      height: auto; }
    .top-section .image .img-box .custom {
      background-color: #30373f;
      max-width: 80%;
      text-align: center;
      font-family: "Playfair Display", serif;
      letter-spacing: 0px;
      color: #fff;
      opacity: 1;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translate(-50%);
      padding: 3px 15px;
      width: max-content; }
      @media only screen and (min-width: 992px) {
        .top-section .image .img-box .custom {
          font-size: 16px;
          line-height: 29px; } }
      @media only screen and (max-width: 991.98px) {
        .top-section .image .img-box .custom {
          font-size: 10px;
          line-height: 20px; } }
    .top-section .image .img-box-overlay {
      color: #312a29;
      width: 100%;
      height: 100%;
      background-color: #ece4d0;
      opacity: 0;
      transition: all 0.5s ease;
      position: absolute;
      top: 0;
      bottom: 0; }
      @media only screen and (max-width: 991.98px) {
        .top-section .image .img-box-overlay {
          display: none; } }
      .top-section .image .img-box-overlay span {
        font-family: "Playfair Display", serif;
        font-weight: 300;
        letter-spacing: 0px;
        display: block;
        color: #484848;
        text-align: center; }
        @media only screen and (min-width: 1551px) {
          .top-section .image .img-box-overlay span {
            font-size: 22px;
            line-height: 30px; } }
        @media only screen and (min-width: 1200px) and (max-width: 1550px) {
          .top-section .image .img-box-overlay span {
            font-size: 20px;
            line-height: 26px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
          .top-section .image .img-box-overlay span {
            font-size: 18px;
            line-height: 22px; } }
        @media only screen and (max-width: 991.98px) {
          .top-section .image .img-box-overlay span {
            font-size: 16px;
            line-height: 22px; } }
        .top-section .image .img-box-overlay span:nth-child(1) {
          position: relative;
          top: 50%;
          left: 50%;
          transform: translateX(50%);
          max-width: 90%;
          width: 90%;
          transition: all ease-in-out 0.7s; }
        .top-section .image .img-box-overlay span:nth-child(2) {
          height: 5px;
          background-color: #a92d3d;
          position: relative;
          top: 55%;
          left: 0;
          transition: all ease-in-out 0.5s;
          width: 0%; }
    .top-section .image .img-box:hover .img-box-overlay {
      opacity: 0.93; }
      .top-section .image .img-box:hover .img-box-overlay span:nth-child(1) {
        transform: translateX(-50%);
        transition: all ease-in-out 0.7s; }
      .top-section .image .img-box:hover .img-box-overlay span:nth-child(2) {
        transition: all ease-in-out 0.5s;
        width: 50%; }

.top-section .title {
  text-align: left;
  font: italic normal normal 40px/56px "Playfair Display", serif;
  letter-spacing: 0px;
  color: #000;
  text-transform: capitalize;
  opacity: 1;
  margin-bottom: 15px; }
  @media only screen and (max-width: 991.98px) {
    .top-section .title {
      font-size: 28px;
      line-height: 50px; } }

.top-section .text {
  text-align: left;
  font: normal normal normal 14px/24px "Open Sans", sans-serif;
  letter-spacing: 0px;
  color: #404040;
  opacity: 1;
  max-width: 93%; }
  @media only screen and (max-width: 991.98px) {
    .top-section .text {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 30px; } }
  .top-section .text p {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
    text-decoration: none; }

.top-section .section-data {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 60px; }
  @media only screen and (min-width: 992px) {
    .top-section .section-data {
      max-width: 85%;
      margin: 0 0 0 auto; } }
  .top-section .section-data .single-data {
    flex-basis: calc(50% - 30px);
    overflow: hidden;
    margin: 0 !important; }
    @media only screen and (max-width: 767.98px) {
      .top-section .section-data .single-data {
        flex-basis: 80%; } }
    .top-section .section-data .single-data-title {
      text-align: left;
      font: normal normal normal 14px/24px "Open Sans", sans-serif;
      letter-spacing: 0.87px;
      color: #000;
      opacity: 1;
      display: block;
      text-transform: uppercase; }
    .top-section .section-data .single-data-content {
      text-align: left;
      font: normal normal normal 14px/24px "Open Sans", sans-serif;
      letter-spacing: 0px;
      color: #404040;
      opacity: 1;
      display: block; }
      .top-section .section-data .single-data-content a {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        letter-spacing: inherit;
        text-decoration: none; }
    .top-section .section-data .single-data.full {
      flex-basis: 100%; }
    .top-section .section-data .single-data .single-button {
      width: 100%; }
      .top-section .section-data .single-data .single-button .btn-content {
        border: 1px solid #fff;
        padding: 0px 18px;
        overflow: hidden;
        position: relative;
        max-width: 100%;
        width: 100%;
        background-color: transparent;
        display: block;
        transition: 0.2s ease-in-out 0.1s;
        text-decoration: none;
        background-color: #fff;
        width: 100%; }
        .top-section .section-data .single-data .single-button .btn-content span {
          z-index: 1;
          text-align: center;
          font: normal normal 600 14px/42px "Open Sans", sans-serif;
          letter-spacing: 0.5px;
          color: #fff;
          display: block;
          transition: 0.2s ease-in-out 0.1s;
          text-decoration: none;
          text-transform: uppercase;
          width: 100%;
          position: relative; }
        .top-section .section-data .single-data .single-button .btn-content::after {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          right: 0;
          height: 100%;
          width: 100%;
          background: #CAAD7F;
          z-index: 0;
          transition: 0.2s ease-in-out 0.1s; }
        .top-section .section-data .single-data .single-button .btn-content:hover {
          border-color: #000;
          transition: 0.2s ease-in-out 0.1s; }
          .top-section .section-data .single-data .single-button .btn-content:hover span {
            color: #000 !important; }
          .top-section .section-data .single-data .single-button .btn-content:hover::after {
            height: 0%;
            transition: 0.2s ease-in-out 0.1s; }

.qoute-section {
  text-align: center; }
  .qoute-section-content {
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 10px;
    width: max-content;
    margin: 10px auto;
    max-width: 90%; }
    .qoute-section-content .sub-title {
      text-align: left;
      font: normal normal normal 13px/14px "Open Sans", sans-serif;
      letter-spacing: 0px;
      color: #797979;
      opacity: 1; }
    .qoute-section-content .title {
      text-align: center;
      font: italic normal 900 40px/56px "Playfair Display", serif;
      letter-spacing: 1.2px;
      color: #000;
      opacity: 1; }
      @media only screen and (min-width: 1551px) {
        .qoute-section-content .title {
          font-size: 32px;
          line-height: 40px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1550px) {
        .qoute-section-content .title {
          font-size: 28px;
          line-height: 35px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        .qoute-section-content .title {
          font-size: 24px;
          line-height: 34px; } }
      @media only screen and (max-width: 991.98px) {
        .qoute-section-content .title {
          font-size: 20px;
          line-height: 29px; } }

#simple-section {
  margin: 50px auto 80px; }
  #simple-section .content .title {
    text-align: center;
    font: italic normal normal 50px/50px "Playfair Display", serif;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    max-width: 75%;
    max-width: 100%;
    width: 100%;
    margin: 50px auto 30px; }
    @media only screen and (min-width: 1551px) {
      #simple-section .content .title {
        font-size: 45px;
        line-height: 45px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1550px) {
      #simple-section .content .title {
        font-size: 40px;
        line-height: 40px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #simple-section .content .title {
        font-size: 35px;
        line-height: 35px; } }
    @media only screen and (max-width: 991.98px) {
      #simple-section .content .title {
        font-size: 30px;
        line-height: 30px; } }
  #simple-section .content .description p {
    text-align: left;
    font: normal normal normal 16px/29px "Open Sans", sans-serif;
    letter-spacing: 0x;
    color: #000;
    opacity: 1;
    display: block; }
    #simple-section .content .description p strong {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      color: inherit;
      letter-spacing: inherit;
      text-decoration: none; }
    @media only screen and (max-width: 991.98px) {
      #simple-section .content .description p {
        font-size: 14px;
        line-height: 24px; } }
  #simple-section .content .description.fade_up {
    visibility: visible;
    -ms-animation: fadeUp 2s;
    /* Internet Explorer */
    animation: fadeUp 2s; }
  #simple-section .content .description ul {
    padding-left: 20px;
    margin-top: 15px;
    list-style: disc;
    margin-bottom: 40px; }
    #simple-section .content .description ul li {
      margin-bottom: 7px;
      text-align: left;
      font: normal normal normal 16px/29px "Open Sans", sans-serif;
      letter-spacing: 0x;
      color: #000;
      opacity: 1; }
      #simple-section .content .description ul li strong {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        letter-spacing: inherit;
        text-decoration: none; }
      @media only screen and (max-width: 991.98px) {
        #simple-section .content .description ul li {
          font-size: 14px;
          line-height: 24px; } }
  @media only screen and (max-width: 767.98px) {
    #simple-section .content .description {
      margin-bottom: 10px; } }

.follow-mouse:not(.active):hover .mouse-action, .follow-mouse.mouse-visible .mouse-action {
  opacity: 1; }

.follow-mouse.is-dragging .mouse-action {
  width: 90px;
  height: 90px;
  top: -45px;
  left: -45px; }

.follow-mouse .mouse-action {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #000;
  background: #f6f6f6;
  width: 80px;
  height: 80px;
  text-align: center;
  position: fixed;
  top: -40px;
  left: -40px;
  -moz-border-radius: 50px;
  -khtml-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: width 0.2s ease, height 0.2s ease, top 0.2s ease, left 0.2s ease, opacity 0.1s ease;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 5px; }
  .follow-mouse .mouse-action .text {
    text-align: center;
    font: normal normal 500 14px/19px "Open Sans", sans-serif;
    letter-spacing: 0.87px;
    color: #000000;
    opacity: 1;
    display: block;
    text-transform: uppercase; }
  .follow-mouse .mouse-action .arrow-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 7px; }
    .follow-mouse .mouse-action .arrow-wrapper span {
      width: 16px;
      height: 16px; }
      .follow-mouse .mouse-action .arrow-wrapper span.arrow-left {
        left: calc(50% - 21px);
        transform: rotate(180deg); }
      .follow-mouse .mouse-action .arrow-wrapper span svg {
        max-width: 100%;
        vertical-align: inherit; }

#room-body {
  display: flex;
  flex-direction: column;
  gap: 120px;
  padding: 50px 0; }
  @media only screen and (max-width: 991.98px) {
    #room-body {
      padding: 30px 0;
      gap: 80px; } }
  #room-body .facilities-title {
    text-align: left;
    font: italic normal normal 35px/44px "Playfair Display", serif;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    margin-bottom: 45px;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #room-body .facilities-title {
        font-size: 30px;
        line-height: 35px; } }
    @media only screen and (max-width: 991.98px) {
      #room-body .facilities-title {
        font-size: 25px;
        line-height: 30px; } }
    @media only screen and (max-width: 991.98px) {
      #room-body .facilities-title {
        margin-bottom: 15px; } }
  #room-body .facilities-wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px; }
    #room-body .facilities-wrapper.flex-wrap {
      flex-wrap: wrap; }
    @media only screen and (max-width: 1199.98px) {
      #room-body .facilities-wrapper {
        flex-wrap: wrap; } }
    @media only screen and (max-width: 991.98px) {
      #room-body .facilities-wrapper {
        row-gap: 20px; } }
    #room-body .facilities-wrapper .single-facilities {
      padding: 30px 15px;
      border: 1px solid #EAEAEA; }
      @media only screen and (min-width: 992px) {
        #room-body .facilities-wrapper .single-facilities {
          flex-grow: 1;
          max-width: calc(50% - 15px);
          min-width: calc(25% - 15px);
          padding: 30px 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        #room-body .facilities-wrapper .single-facilities {
          width: calc(50% - 15px); } }
      @media only screen and (max-width: 767.98px) {
        #room-body .facilities-wrapper .single-facilities {
          width: 100%; } }
      #room-body .facilities-wrapper .single-facilities .title {
        text-align: left;
        font: normal normal normal 14px/29px "Open Sans", sans-serif;
        letter-spacing: 0.87px;
        color: #000000;
        opacity: 1;
        display: block;
        margin: 0 0 10px 0;
        text-transform: uppercase; }
        @media only screen and (max-width: 991.98px) {
          #room-body .facilities-wrapper .single-facilities .title {
            font-size: 12px;
            line-height: 24px; } }
      #room-body .facilities-wrapper .single-facilities .text {
        text-align: left;
        opacity: 1;
        display: block;
        margin: 0 !important;
        font: normal normal 400 14px/24px "Open Sans", sans-serif;
        letter-spacing: 0px;
        color: #404040;
        opacity: 1; }
        @media only screen and (max-width: 991.98px) {
          #room-body .facilities-wrapper .single-facilities .text {
            font-size: 12px;
            line-height: 24px; } }
  @media only screen and (min-width: 992px) {
    #room-body .room-images .flickity-button {
      display: none; } }
  #room-body .room-images .flickity-prev-next-button.previous {
    left: 20px; }
  #room-body .room-images .carousel-cell {
    width: 70%; }
    @media only screen and (max-width: 991.98px) {
      #room-body .room-images .carousel-cell {
        width: 50%; } }
    #room-body .room-images .carousel-cell.col-3 {
      width: 40%; }
      @media only screen and (max-width: 991.98px) {
        #room-body .room-images .carousel-cell.col-3 {
          width: 50%; } }
    #room-body .room-images .carousel-cell .img {
      margin-right: 50px;
      padding-right: 50px;
      height: 100%;
      display: flex;
      align-items: center;
      border-right: 1px solid #EAEAEA; }
      @media only screen and (min-width: 1200px) and (max-width: 1550px) {
        #room-body .room-images .carousel-cell .img {
          margin-right: 40px;
          padding-right: 40px; } }
      @media only screen and (min-width: 240px) and (max-width: laptop) {
        #room-body .room-images .carousel-cell .img {
          margin-right: 30px;
          padding-right: 30px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #room-body .room-images .carousel-cell .img {
          margin-right: 15px;
          padding-right: 15px; } }
      @media only screen and (max-width: 991.98px) {
        #room-body .room-images .carousel-cell .img {
          margin-right: 2px;
          padding-right: 2px; } }
      #room-body .room-images .carousel-cell .img img {
        width: 100%;
        height: auto; }
        @media only screen and (max-width: 991.98px) {
          #room-body .room-images .carousel-cell .img img {
            height: 300px;
            object-fit: cover; } }

#restaurant-body {
  display: flex;
  flex-direction: column;
  gap: 120px;
  padding: 50px 0 0; }
  @media only screen and (max-width: 991.98px) {
    #restaurant-body {
      padding: 30px 0 0;
      gap: 80px; } }
  #restaurant-body #restaurant-cards {
    row-gap: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column; }
    @media only screen and (min-width: 992px) {
      #restaurant-body #restaurant-cards {
        row-gap: 80px; } }
    #restaurant-body #restaurant-cards .single-card {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      #restaurant-body #restaurant-cards .single-card:nth-child(even) {
        flex-direction: row-reverse; }
      #restaurant-body #restaurant-cards .single-card .image-wrapper {
        position: relative;
        width: 100%; }
        @media only screen and (min-width: 992px) {
          #restaurant-body #restaurant-cards .single-card .image-wrapper {
            width: 65%; } }
        #restaurant-body #restaurant-cards .single-card .image-wrapper .img-box {
          position: relative;
          width: 100%;
          overflow: hidden;
          position: relative;
          overflow: hidden; }
          #restaurant-body #restaurant-cards .single-card .image-wrapper .img-box:after {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            content: "";
            background-color: #fff; }
          #restaurant-body #restaurant-cards .single-card .image-wrapper .img-box.slide-right:after {
            width: 0;
            transition: all ease-in-out 0.9s 0.2s; }
          #restaurant-body #restaurant-cards .single-card .image-wrapper .img-box img {
            width: 100%;
            margin: 0;
            display: block;
            height: auto; }
          #restaurant-body #restaurant-cards .single-card .image-wrapper .img-box .custom {
            background-color: #30373f;
            max-width: 80%;
            text-align: center;
            font-family: "Playfair Display", serif;
            letter-spacing: 0px;
            color: #fff;
            opacity: 1;
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translate(-50%);
            padding: 3px 15px;
            width: max-content; }
            @media only screen and (min-width: 992px) {
              #restaurant-body #restaurant-cards .single-card .image-wrapper .img-box .custom {
                font-size: 16px;
                line-height: 29px; } }
            @media only screen and (max-width: 991.98px) {
              #restaurant-body #restaurant-cards .single-card .image-wrapper .img-box .custom {
                font-size: 10px;
                line-height: 20px; } }
          #restaurant-body #restaurant-cards .single-card .image-wrapper .img-box-overlay {
            color: #312a29;
            width: 100%;
            height: 100%;
            background-color: #ece4d0;
            opacity: 0;
            transition: all 0.5s ease;
            position: absolute;
            top: 0;
            bottom: 0; }
            @media only screen and (max-width: 991.98px) {
              #restaurant-body #restaurant-cards .single-card .image-wrapper .img-box-overlay {
                display: none; } }
            #restaurant-body #restaurant-cards .single-card .image-wrapper .img-box-overlay span {
              font-family: "Playfair Display", serif;
              font-weight: 300;
              letter-spacing: 0px;
              display: block;
              color: #484848;
              text-align: center; }
              @media only screen and (min-width: 1551px) {
                #restaurant-body #restaurant-cards .single-card .image-wrapper .img-box-overlay span {
                  font-size: 22px;
                  line-height: 30px; } }
              @media only screen and (min-width: 1200px) and (max-width: 1550px) {
                #restaurant-body #restaurant-cards .single-card .image-wrapper .img-box-overlay span {
                  font-size: 20px;
                  line-height: 26px; } }
              @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
                #restaurant-body #restaurant-cards .single-card .image-wrapper .img-box-overlay span {
                  font-size: 18px;
                  line-height: 22px; } }
              @media only screen and (max-width: 991.98px) {
                #restaurant-body #restaurant-cards .single-card .image-wrapper .img-box-overlay span {
                  font-size: 16px;
                  line-height: 22px; } }
              #restaurant-body #restaurant-cards .single-card .image-wrapper .img-box-overlay span:nth-child(1) {
                position: relative;
                top: 50%;
                left: 50%;
                transform: translateX(50%);
                max-width: 90%;
                width: 90%;
                transition: all ease-in-out 0.7s; }
              #restaurant-body #restaurant-cards .single-card .image-wrapper .img-box-overlay span:nth-child(2) {
                height: 5px;
                background-color: #a92d3d;
                position: relative;
                top: 55%;
                left: 0;
                transition: all ease-in-out 0.5s;
                width: 0%; }
          #restaurant-body #restaurant-cards .single-card .image-wrapper .img-box:hover .img-box-overlay {
            opacity: 0.93; }
            #restaurant-body #restaurant-cards .single-card .image-wrapper .img-box:hover .img-box-overlay span:nth-child(1) {
              transform: translateX(-50%);
              transition: all ease-in-out 0.7s; }
            #restaurant-body #restaurant-cards .single-card .image-wrapper .img-box:hover .img-box-overlay span:nth-child(2) {
              transition: all ease-in-out 0.5s;
              width: 50%; }
      #restaurant-body #restaurant-cards .single-card .content-wrapper {
        width: 100%; }
        @media only screen and (min-width: 992px) {
          #restaurant-body #restaurant-cards .single-card .content-wrapper {
            width: 35%; } }
        #restaurant-body #restaurant-cards .single-card .content-wrapper .content {
          display: flex;
          flex-direction: column;
          align-items: start;
          gap: 30px;
          width: 300px;
          margin: 30px auto 0;
          max-width: 90%; }
          @media only screen and (min-width: 992px) {
            #restaurant-body #restaurant-cards .single-card .content-wrapper .content {
              gap: 50px;
              margin: 60px auto; } }
          #restaurant-body #restaurant-cards .single-card .content-wrapper .content .title {
            text-align: left;
            font: normal normal bold 60px/60px "Playfair Display", serif;
            letter-spacing: 1.8px;
            color: #000;
            opacity: 1;
            max-width: 75%; }
            @media only screen and (min-width: 1551px) {
              #restaurant-body #restaurant-cards .single-card .content-wrapper .content .title {
                font-size: 55px;
                line-height: 55px; } }
            @media only screen and (min-width: 1200px) and (max-width: 1550px) {
              #restaurant-body #restaurant-cards .single-card .content-wrapper .content .title {
                font-size: 50px;
                line-height: 50px; } }
            @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
              #restaurant-body #restaurant-cards .single-card .content-wrapper .content .title {
                font-size: 45px;
                line-height: 45px; } }
            @media only screen and (max-width: 991.98px) {
              #restaurant-body #restaurant-cards .single-card .content-wrapper .content .title {
                font-size: 35px;
                line-height: 35px; } }
          #restaurant-body #restaurant-cards .single-card .content-wrapper .content .paragraph {
            text-align: left;
            font: normal normal normal 14px/24px "Open Sans", sans-serif;
            letter-spacing: 0px;
            color: #404040;
            opacity: 1; }
          #restaurant-body #restaurant-cards .single-card .content-wrapper .content .links-wrapper .btn-link {
            font: normal normal 500 13px/23px "Open Sans", sans-serif;
            letter-spacing: 0.07px;
            color: #000000;
            text-transform: uppercase;
            opacity: 1;
            text-decoration: none;
            z-index: 2;
            transition: 0.2s ease-in-out 0.1s;
            position: relative; }
            #restaurant-body #restaurant-cards .single-card .content-wrapper .content .links-wrapper .btn-link:after {
              width: 100%;
              height: 1px; }
            #restaurant-body #restaurant-cards .single-card .content-wrapper .content .links-wrapper .btn-link:after {
              content: "";
              position: absolute;
              z-index: -1;
              bottom: 0%;
              left: 0;
              background-color: black;
              transition: 0.2s ease-in-out 0.1s; }
            #restaurant-body #restaurant-cards .single-card .content-wrapper .content .links-wrapper .btn-link:hover {
              color: #CAAD7F; }
              #restaurant-body #restaurant-cards .single-card .content-wrapper .content .links-wrapper .btn-link:hover:after {
                outline: 0;
                background-color: #CAAD7F;
                transition: 0.2s ease-in-out 0.1s;
                bottom: 100%; }
  #restaurant-body .restaurant-menu .single-room {
    display: flex;
    align-items: center;
    justify-content: start; }
    @media only screen and (max-width: 1199.98px) {
      #restaurant-body .restaurant-menu .single-room {
        flex-direction: column-reverse; } }
    #restaurant-body .restaurant-menu .single-room:not(:last-of-type) {
      margin-bottom: 50px; }
      @media only screen and (min-width: 1200px) {
        #restaurant-body .restaurant-menu .single-room:not(:last-of-type) {
          margin-bottom: 100px; } }
    #restaurant-body .restaurant-menu .single-room .content-wrapper {
      width: 100%; }
      @media only screen and (min-width: 1200px) {
        #restaurant-body .restaurant-menu .single-room .content-wrapper {
          width: 35%; } }
      #restaurant-body .restaurant-menu .single-room .content-wrapper .content {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 25px;
        width: 300px;
        margin: 20px a;
        max-width: 85%; }
        @media only screen and (min-width: 1200px) {
          #restaurant-body .restaurant-menu .single-room .content-wrapper .content {
            margin: 0 auto;
            gap: 35px;
            max-width: 90%; } }
        #restaurant-body .restaurant-menu .single-room .content-wrapper .content .sub-title {
          margin-bottom: 10px;
          text-align: left;
          font: normal normal normal 13px/29px "Open Sans", sans-serif;
          letter-spacing: 0px;
          color: #797979;
          opacity: 1; }
        #restaurant-body .restaurant-menu .single-room .content-wrapper .content .title {
          text-align: center;
          font: normal normal bold 52px/56px "Playfair Display", serif;
          letter-spacing: 1.56px;
          color: #000000;
          opacity: 1; }
          #restaurant-body .restaurant-menu .single-room .content-wrapper .content .title a {
            font-family: inherit;
            font-size: inherit;
            line-height: inherit;
            color: inherit;
            letter-spacing: inherit;
            text-decoration: none; }
          @media only screen and (min-width: 1551px) {
            #restaurant-body .restaurant-menu .single-room .content-wrapper .content .title {
              font-size: 32px;
              line-height: 40px; } }
          @media only screen and (min-width: 1200px) and (max-width: 1550px) {
            #restaurant-body .restaurant-menu .single-room .content-wrapper .content .title {
              font-size: 28px;
              line-height: 35px; } }
          @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
            #restaurant-body .restaurant-menu .single-room .content-wrapper .content .title {
              font-size: 24px;
              line-height: 34px; } }
          @media only screen and (max-width: 991.98px) {
            #restaurant-body .restaurant-menu .single-room .content-wrapper .content .title {
              font-size: 20px;
              line-height: 29px; } }
        #restaurant-body .restaurant-menu .single-room .content-wrapper .content .paragraph {
          text-align: left;
          font: normal normal normal 15px/29px "Open Sans", sans-serif;
          letter-spacing: 0px;
          color: #000000;
          opacity: 1; }
        #restaurant-body .restaurant-menu .single-room .content-wrapper .content .links-wrapper .btn-link {
          font: normal normal 500 13px/23px "Open Sans", sans-serif;
          letter-spacing: 0.07px;
          color: #000000;
          text-transform: uppercase;
          opacity: 1;
          text-decoration: none;
          z-index: 2;
          transition: 0.2s ease-in-out 0.1s;
          position: relative; }
          #restaurant-body .restaurant-menu .single-room .content-wrapper .content .links-wrapper .btn-link:after {
            width: 100%;
            height: 1px; }
          #restaurant-body .restaurant-menu .single-room .content-wrapper .content .links-wrapper .btn-link:after {
            content: "";
            position: absolute;
            z-index: -1;
            bottom: 0%;
            left: 0;
            background-color: black;
            transition: 0.2s ease-in-out 0.1s; }
          #restaurant-body .restaurant-menu .single-room .content-wrapper .content .links-wrapper .btn-link:hover {
            color: #CAAD7F; }
            #restaurant-body .restaurant-menu .single-room .content-wrapper .content .links-wrapper .btn-link:hover:after {
              outline: 0;
              background-color: #CAAD7F;
              transition: 0.2s ease-in-out 0.1s;
              bottom: 100%; }
    #restaurant-body .restaurant-menu .single-room .images-wrapper {
      flex-grow: 1;
      position: relative;
      width: 100%; }
      @media only screen and (min-width: 992px) {
        #restaurant-body .restaurant-menu .single-room .images-wrapper {
          width: 65%; } }
      #restaurant-body .restaurant-menu .single-room .images-wrapper .carousel .carousel-cell {
        width: 80%; }
        #restaurant-body .restaurant-menu .single-room .images-wrapper .carousel .carousel-cell .img {
          margin-right: 50px;
          padding-right: 50px;
          height: 100%;
          display: flex;
          align-items: center;
          border-right: 1px solid #EAEAEA; }
          @media only screen and (min-width: 1200px) and (max-width: 1550px) {
            #restaurant-body .restaurant-menu .single-room .images-wrapper .carousel .carousel-cell .img {
              margin-right: 40px;
              padding-right: 40px; } }
          @media only screen and (min-width: 240px) and (max-width: laptop) {
            #restaurant-body .restaurant-menu .single-room .images-wrapper .carousel .carousel-cell .img {
              margin-right: 30px;
              padding-right: 30px; } }
          @media only screen and (max-width: 1199.98px) {
            #restaurant-body .restaurant-menu .single-room .images-wrapper .carousel .carousel-cell .img {
              margin-right: 15px;
              padding-right: 15px; } }
          #restaurant-body .restaurant-menu .single-room .images-wrapper .carousel .carousel-cell .img img {
            width: 100%;
            height: auto; }

#gallery-section {
  margin: 0 auto 100px; }
  #gallery-section.productsView-grid .isotope-wrapper .gallery-item {
    width: 33.33%; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #gallery-section.productsView-grid .isotope-wrapper .gallery-item {
        width: calc(100%);
        width: 49.99%; } }
    @media only screen and (max-width: 767.98px) {
      #gallery-section.productsView-grid .isotope-wrapper .gallery-item {
        width: calc(100%); } }
  #gallery-section.productsView-single .gallery-item {
    width: 100%; }
  #gallery-section .filter-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0 30px;
    padding: 20px 0;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    position: relative; }
    @media only screen and (max-width: 991.98px) {
      #gallery-section .filter-top {
        margin: 0px auto 15px; } }
    #gallery-section .filter-top .filter-btns-wrapper {
      overflow-x: auto;
      overflow-y: hidden;
      -ms-overflow-style: none;
      /* Internet Explorer 10+ */
      scrollbar-width: none;
      /* Firefox */
      padding-right: 15px;
      padding-left: 15px; }
      #gallery-section .filter-top .filter-btns-wrapper::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */ }
      @media (max-width: 768px) {
        #gallery-section .filter-top .filter-btns-wrapper {
          padding-right: 25px;
          padding-left: 25px; } }
      @media (min-width: 576px) {
        #gallery-section .filter-top .filter-btns-wrapper {
          max-width: 540px; } }
      @media (min-width: 768px) {
        #gallery-section .filter-top .filter-btns-wrapper {
          max-width: 720px; } }
      @media (min-width: 992px) {
        #gallery-section .filter-top .filter-btns-wrapper {
          max-width: 960px; } }
      @media (min-width: 1200px) {
        #gallery-section .filter-top .filter-btns-wrapper {
          max-width: 95%;
          width: 95%; } }
      @media (min-width: 1300px) {
        #gallery-section .filter-top .filter-btns-wrapper {
          max-width: 95%;
          width: 95%; } }
      @media only screen and (min-width: 768px) {
        #gallery-section .filter-top .filter-btns-wrapper {
          width: 100%; } }
      #gallery-section .filter-top .filter-btns-wrapper .filter-btns {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        width: max-content;
        margin: auto; }
        #gallery-section .filter-top .filter-btns-wrapper .filter-btns .filter-btn {
          font: normal normal 500 13px/23px "Open Sans", sans-serif;
          letter-spacing: 0.07px;
          color: #000000;
          text-transform: uppercase;
          opacity: 1;
          text-decoration: none;
          z-index: 2;
          transition: 0.2s ease-in-out 0.1s;
          position: relative;
          position: relative;
          padding: 5px 15px;
          cursor: pointer; }
          #gallery-section .filter-top .filter-btns-wrapper .filter-btns .filter-btn:after {
            width: 100%;
            height: 1px; }
          #gallery-section .filter-top .filter-btns-wrapper .filter-btns .filter-btn:after {
            content: "";
            position: absolute;
            z-index: -1;
            bottom: 0%;
            left: 0;
            background-color: black;
            transition: 0.2s ease-in-out 0.1s; }
          #gallery-section .filter-top .filter-btns-wrapper .filter-btns .filter-btn:hover {
            color: #CAAD7F; }
            #gallery-section .filter-top .filter-btns-wrapper .filter-btns .filter-btn:hover:after {
              outline: 0;
              background-color: #CAAD7F;
              transition: 0.2s ease-in-out 0.1s;
              bottom: 100%; }
          #gallery-section .filter-top .filter-btns-wrapper .filter-btns .filter-btn::after {
            background: transparent;
            bottom: 100%; }
          #gallery-section .filter-top .filter-btns-wrapper .filter-btns .filter-btn:hover, #gallery-section .filter-top .filter-btns-wrapper .filter-btns .filter-btn.active {
            color: #CAAD7F; }
            #gallery-section .filter-top .filter-btns-wrapper .filter-btns .filter-btn:hover:after, #gallery-section .filter-top .filter-btns-wrapper .filter-btns .filter-btn.active:after {
              bottom: 0;
              background: #CAAD7F; }
  #gallery-section .isotope-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -15px; }
    #gallery-section .isotope-wrapper .gallery-item {
      padding: 15px; }
      #gallery-section .isotope-wrapper .gallery-item.hidden {
        visibility: hidden;
        width: 0px !important;
        height: 0px !important;
        margin: 0px !important;
        padding: 0px !important; }
      #gallery-section .isotope-wrapper .gallery-item .img-box {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
        position: relative;
        overflow: hidden; }
        #gallery-section .isotope-wrapper .gallery-item .img-box:after {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          content: "";
          background-color: #FAFAFA; }
        #gallery-section .isotope-wrapper .gallery-item .img-box.slide-right:after {
          width: 0;
          transition: all ease-in-out 0.9s 0.2s; }
        #gallery-section .isotope-wrapper .gallery-item .img-box img {
          width: 100%;
          margin: 0;
          display: block;
          height: auto; }
        #gallery-section .isotope-wrapper .gallery-item .img-box .custom {
          background-color: #30373f;
          max-width: 80%;
          text-align: center;
          font-family: "Playfair Display", serif;
          letter-spacing: 0px;
          color: #fff;
          opacity: 1;
          position: absolute;
          left: 50%;
          bottom: 0;
          transform: translate(-50%);
          padding: 3px 15px;
          width: max-content; }
          @media only screen and (min-width: 992px) {
            #gallery-section .isotope-wrapper .gallery-item .img-box .custom {
              font-size: 16px;
              line-height: 29px; } }
          @media only screen and (max-width: 991.98px) {
            #gallery-section .isotope-wrapper .gallery-item .img-box .custom {
              font-size: 10px;
              line-height: 20px; } }
        #gallery-section .isotope-wrapper .gallery-item .img-box-overlay {
          color: #312a29;
          width: 100%;
          height: 100%;
          background-color: #ece4d0;
          opacity: 0;
          transition: all 0.5s ease;
          position: absolute;
          top: 0;
          bottom: 0; }
          @media only screen and (max-width: 991.98px) {
            #gallery-section .isotope-wrapper .gallery-item .img-box-overlay {
              display: none; } }
          #gallery-section .isotope-wrapper .gallery-item .img-box-overlay span {
            font-family: "Playfair Display", serif;
            font-weight: 300;
            letter-spacing: 0px;
            display: block;
            color: #484848;
            text-align: center; }
            @media only screen and (min-width: 1551px) {
              #gallery-section .isotope-wrapper .gallery-item .img-box-overlay span {
                font-size: 22px;
                line-height: 30px; } }
            @media only screen and (min-width: 1200px) and (max-width: 1550px) {
              #gallery-section .isotope-wrapper .gallery-item .img-box-overlay span {
                font-size: 20px;
                line-height: 26px; } }
            @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
              #gallery-section .isotope-wrapper .gallery-item .img-box-overlay span {
                font-size: 18px;
                line-height: 22px; } }
            @media only screen and (max-width: 991.98px) {
              #gallery-section .isotope-wrapper .gallery-item .img-box-overlay span {
                font-size: 16px;
                line-height: 22px; } }
            #gallery-section .isotope-wrapper .gallery-item .img-box-overlay span:nth-child(1) {
              position: relative;
              top: 50%;
              left: 50%;
              transform: translateX(50%);
              max-width: 90%;
              width: 90%;
              transition: all ease-in-out 0.7s; }
            #gallery-section .isotope-wrapper .gallery-item .img-box-overlay span:nth-child(2) {
              height: 5px;
              background-color: #a92d3d;
              position: relative;
              top: 55%;
              left: 0;
              transition: all ease-in-out 0.5s;
              width: 0%; }
        #gallery-section .isotope-wrapper .gallery-item .img-box:hover .img-box-overlay {
          opacity: 0.93; }
          #gallery-section .isotope-wrapper .gallery-item .img-box:hover .img-box-overlay span:nth-child(1) {
            transform: translateX(-50%);
            transition: all ease-in-out 0.7s; }
          #gallery-section .isotope-wrapper .gallery-item .img-box:hover .img-box-overlay span:nth-child(2) {
            transition: all ease-in-out 0.5s;
            width: 50%; }
        #gallery-section .isotope-wrapper .gallery-item .img-box img {
          aspect-ratio: 1 / 1;
          object-fit: cover; }
  #gallery-section #load-more {
    border: 1px solid #fff;
    padding: 0px 18px;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    display: block;
    transition: 0.2s ease-in-out 0.1s;
    text-decoration: none;
    background-color: #fff;
    width: 200px;
    margin: 30px auto 0; }
    #gallery-section #load-more span {
      z-index: 1;
      text-align: center;
      font: normal normal 600 14px/42px "Open Sans", sans-serif;
      letter-spacing: 0.5px;
      color: #fff;
      display: block;
      transition: 0.2s ease-in-out 0.1s;
      text-decoration: none;
      text-transform: uppercase;
      width: 100%;
      position: relative; }
    #gallery-section #load-more::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      background: #CAAD7F;
      z-index: 0;
      transition: 0.2s ease-in-out 0.1s; }
    #gallery-section #load-more:hover {
      border-color: #000;
      transition: 0.2s ease-in-out 0.1s; }
      #gallery-section #load-more:hover span {
        color: #000 !important; }
      #gallery-section #load-more:hover::after {
        height: 0%;
        transition: 0.2s ease-in-out 0.1s; }

#cpt-listing {
  margin: 90px auto;
  margin: 0 auto 100px; }
  #cpt-listing.productsView-grid .isotope-wrapper .card-item {
    width: 49.99%; }
    @media only screen and (max-width: 767.98px) {
      #cpt-listing.productsView-grid .isotope-wrapper .card-item {
        width: calc(100%); } }
  #cpt-listing.productsView-single .card-item {
    width: 100%; }
  #cpt-listing .filter-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0 30px;
    padding: 20px 0;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    position: relative; }
    @media only screen and (max-width: 991.98px) {
      #cpt-listing .filter-top {
        margin: 0px auto 15px; } }
    #cpt-listing .filter-top .filter-btns-wrapper {
      overflow-x: auto;
      overflow-y: hidden;
      -ms-overflow-style: none;
      /* Internet Explorer 10+ */
      scrollbar-width: none;
      /* Firefox */
      padding-right: 15px;
      padding-left: 15px; }
      #cpt-listing .filter-top .filter-btns-wrapper::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */ }
      @media (max-width: 768px) {
        #cpt-listing .filter-top .filter-btns-wrapper {
          padding-right: 25px;
          padding-left: 25px; } }
      @media (min-width: 576px) {
        #cpt-listing .filter-top .filter-btns-wrapper {
          max-width: 540px; } }
      @media (min-width: 768px) {
        #cpt-listing .filter-top .filter-btns-wrapper {
          max-width: 720px; } }
      @media (min-width: 992px) {
        #cpt-listing .filter-top .filter-btns-wrapper {
          max-width: 960px; } }
      @media (min-width: 1200px) {
        #cpt-listing .filter-top .filter-btns-wrapper {
          max-width: 95%;
          width: 95%; } }
      @media (min-width: 1300px) {
        #cpt-listing .filter-top .filter-btns-wrapper {
          max-width: 95%;
          width: 95%; } }
      @media only screen and (min-width: 768px) {
        #cpt-listing .filter-top .filter-btns-wrapper {
          width: 100%; } }
      #cpt-listing .filter-top .filter-btns-wrapper .filter-btns {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        width: max-content;
        margin: auto; }
        #cpt-listing .filter-top .filter-btns-wrapper .filter-btns .filter-btn {
          font: normal normal 500 13px/23px "Open Sans", sans-serif;
          letter-spacing: 0.07px;
          color: #000000;
          text-transform: uppercase;
          opacity: 1;
          text-decoration: none;
          z-index: 2;
          transition: 0.2s ease-in-out 0.1s;
          position: relative;
          position: relative;
          padding: 5px 15px;
          cursor: pointer; }
          #cpt-listing .filter-top .filter-btns-wrapper .filter-btns .filter-btn:after {
            width: 100%;
            height: 1px; }
          #cpt-listing .filter-top .filter-btns-wrapper .filter-btns .filter-btn:after {
            content: "";
            position: absolute;
            z-index: -1;
            bottom: 0%;
            left: 0;
            background-color: black;
            transition: 0.2s ease-in-out 0.1s; }
          #cpt-listing .filter-top .filter-btns-wrapper .filter-btns .filter-btn:hover {
            color: #CAAD7F; }
            #cpt-listing .filter-top .filter-btns-wrapper .filter-btns .filter-btn:hover:after {
              outline: 0;
              background-color: #CAAD7F;
              transition: 0.2s ease-in-out 0.1s;
              bottom: 100%; }
          #cpt-listing .filter-top .filter-btns-wrapper .filter-btns .filter-btn::after {
            background: transparent;
            bottom: 100%; }
          #cpt-listing .filter-top .filter-btns-wrapper .filter-btns .filter-btn:hover, #cpt-listing .filter-top .filter-btns-wrapper .filter-btns .filter-btn.active {
            color: #CAAD7F; }
            #cpt-listing .filter-top .filter-btns-wrapper .filter-btns .filter-btn:hover:after, #cpt-listing .filter-top .filter-btns-wrapper .filter-btns .filter-btn.active:after {
              bottom: 0;
              background: #CAAD7F; }
  #cpt-listing .isotope-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -15px; }
    #cpt-listing .isotope-wrapper .card-item {
      padding: 15px;
      overflow: hidden; }
      @media only screen and (max-width: 767.98px) {
        #cpt-listing .isotope-wrapper .card-item {
          padding: 15px 0; } }
      #cpt-listing .isotope-wrapper .card-item.hidden {
        visibility: hidden;
        width: 0px !important;
        height: 0px !important;
        margin: 0px !important;
        padding: 0px !important; }
      #cpt-listing .isotope-wrapper .card-item .card-item-wrapper {
        display: block;
        width: 100%;
        text-decoration: none; }
        #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .img-box {
          display: block;
          position: relative;
          width: 100%;
          overflow: hidden;
          position: relative;
          overflow: hidden; }
          #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .img-box:after {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            content: "";
            background-color: #FAFAFA; }
          #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .img-box.slide-right:after {
            width: 0;
            transition: all ease-in-out 0.9s 0.2s; }
          #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .img-box img {
            width: 100%;
            margin: 0;
            display: block;
            height: auto; }
          #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .img-box .custom {
            background-color: #30373f;
            max-width: 80%;
            text-align: center;
            font-family: "Playfair Display", serif;
            letter-spacing: 0px;
            color: #fff;
            opacity: 1;
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translate(-50%);
            padding: 3px 15px;
            width: max-content; }
            @media only screen and (min-width: 992px) {
              #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .img-box .custom {
                font-size: 16px;
                line-height: 29px; } }
            @media only screen and (max-width: 991.98px) {
              #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .img-box .custom {
                font-size: 10px;
                line-height: 20px; } }
          #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .img-box-overlay {
            color: #312a29;
            width: 100%;
            height: 100%;
            background-color: #ece4d0;
            opacity: 0;
            transition: all 0.5s ease;
            position: absolute;
            top: 0;
            bottom: 0; }
            @media only screen and (max-width: 991.98px) {
              #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .img-box-overlay {
                display: none; } }
            #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .img-box-overlay span {
              font-family: "Playfair Display", serif;
              font-weight: 300;
              letter-spacing: 0px;
              display: block;
              color: #484848;
              text-align: center; }
              @media only screen and (min-width: 1551px) {
                #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .img-box-overlay span {
                  font-size: 22px;
                  line-height: 30px; } }
              @media only screen and (min-width: 1200px) and (max-width: 1550px) {
                #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .img-box-overlay span {
                  font-size: 20px;
                  line-height: 26px; } }
              @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
                #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .img-box-overlay span {
                  font-size: 18px;
                  line-height: 22px; } }
              @media only screen and (max-width: 991.98px) {
                #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .img-box-overlay span {
                  font-size: 16px;
                  line-height: 22px; } }
              #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .img-box-overlay span:nth-child(1) {
                position: relative;
                top: 50%;
                left: 50%;
                transform: translateX(50%);
                max-width: 90%;
                width: 90%;
                transition: all ease-in-out 0.7s; }
              #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .img-box-overlay span:nth-child(2) {
                height: 5px;
                background-color: #a92d3d;
                position: relative;
                top: 55%;
                left: 0;
                transition: all ease-in-out 0.5s;
                width: 0%; }
          #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .img-box:hover .img-box-overlay {
            opacity: 0.93; }
            #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .img-box:hover .img-box-overlay span:nth-child(1) {
              transform: translateX(-50%);
              transition: all ease-in-out 0.7s; }
            #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .img-box:hover .img-box-overlay span:nth-child(2) {
              transition: all ease-in-out 0.5s;
              width: 50%; }
        #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content {
          padding: 20px 0 0;
          margin: 0 0 70px 0;
          max-width: 90%; }
          @media only screen and (max-width: 991.98px) {
            #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content {
              padding: 20px 0 0;
              margin: 0 auto 50px; } }
          #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .title {
            text-align: left;
            font: normal normal normal 27px/1.5 "Playfair Display", serif;
            letter-spacing: 0px;
            color: #000;
            opacity: 1; }
            @media only screen and (min-width: 992px) {
              #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .title {
                overflow: hidden;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                -webkit-line-clamp: 1;
                display: -webkit-box;
                -webkit-box-orient: vertical; } }
            #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .title a {
              font-family: inherit;
              font-size: inherit;
              line-height: inherit;
              color: inherit;
              letter-spacing: inherit;
              text-decoration: none; }
              #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .title a:hover {
                color: #CAAD7F; }
            @media only screen and (min-width: 1551px) {
              #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .title {
                font-size: 25px;
                line-height: 36px; } }
            @media only screen and (min-width: 1200px) and (max-width: 1550px) {
              #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .title {
                font-size: 23px;
                line-height: 32px; } }
            @media only screen and (min-width: 240px) and (max-width: lg-dowon) {
              #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .title {
                font-size: 21px;
                line-height: 31px; } }
          #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .paragraph {
            font: normal normal normal 14px/24px "Open Sans", sans-serif;
            letter-spacing: 0px;
            text-align: left;
            color: #404040;
            opacity: 1;
            margin: 10px 0 20px;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            min-height: 48px; }
            @media only screen and (max-width: 991.98px) {
              #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .paragraph {
                margin: 20px 0; } }
          #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .bottom {
            flex-direction: column;
            gap: 20px;
            display: flex; }
            #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .bottom .info-wrapper {
              display: flex;
              justify-content: start; }
              @media only screen and (min-width: 992px) {
                #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .bottom .info-wrapper {
                  gap: 40px;
                  align-items: center; } }
              @media only screen and (max-width: 991.98px) {
                #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .bottom .info-wrapper {
                  gap: 5px;
                  align-items: start;
                  flex-direction: column; } }
              #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .bottom .info-wrapper .info {
                display: flex;
                align-items: center;
                justify-content: start;
                gap: 10px; }
                #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .bottom .info-wrapper .info .svg svg {
                  width: 17px;
                  height: auto;
                  display: block; }
                #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .bottom .info-wrapper .info .value {
                  text-align: left;
                  font: normal normal normal 12px/17px "Open Sans", sans-serif;
                  letter-spacing: -0.4px;
                  color: #000;
                  opacity: 1;
                  margin: 0; }
            #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .bottom .btns-wrapper {
              display: flex;
              align-items: center;
              justify-content: start;
              gap: 40px; }
              #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .bottom .btns-wrapper .btn-link {
                font: normal normal 500 13px/23px "Open Sans", sans-serif;
                letter-spacing: 0.07px;
                color: #000000;
                text-transform: uppercase;
                opacity: 1;
                text-decoration: none;
                z-index: 2;
                transition: 0.2s ease-in-out 0.1s;
                position: relative; }
                #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .bottom .btns-wrapper .btn-link:after {
                  width: 100%;
                  height: 1px; }
                #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .bottom .btns-wrapper .btn-link:after {
                  content: "";
                  position: absolute;
                  z-index: -1;
                  bottom: 0%;
                  left: 0;
                  background-color: black;
                  transition: 0.2s ease-in-out 0.1s; }
                #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .bottom .btns-wrapper .btn-link:hover {
                  color: #CAAD7F; }
                  #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .bottom .btns-wrapper .btn-link:hover:after {
                    outline: 0;
                    background-color: #CAAD7F;
                    transition: 0.2s ease-in-out 0.1s;
                    bottom: 100%; }
              #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .bottom .btns-wrapper .btn-box {
                border: 1px solid #000;
                padding: 0px 18px;
                overflow: hidden;
                position: relative;
                max-width: 100%;
                width: 100%;
                background-color: transparent;
                display: block;
                transition: 0.2s ease-in-out 0.1s;
                text-decoration: none;
                background-color: #CAAD7F;
                width: 130px; }
                #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .bottom .btns-wrapper .btn-box span {
                  z-index: 1;
                  text-align: center;
                  font: normal normal 600 14px/42px "Open Sans", sans-serif;
                  letter-spacing: 0.5px;
                  color: #000;
                  display: block;
                  transition: 0.2s ease-in-out 0.1s;
                  text-decoration: none;
                  text-transform: uppercase;
                  width: 100%;
                  position: relative; }
                #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .bottom .btns-wrapper .btn-box::after {
                  position: absolute;
                  content: "";
                  top: 0;
                  left: 0;
                  right: 0;
                  height: 100%;
                  width: 100%;
                  background: #fff;
                  z-index: 0;
                  transition: 0.2s ease-in-out 0.1s; }
                #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .bottom .btns-wrapper .btn-box:hover {
                  border-color: #CAAD7F;
                  transition: 0.2s ease-in-out 0.1s; }
                  #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .bottom .btns-wrapper .btn-box:hover span {
                    color: #fff !important; }
                  #cpt-listing .isotope-wrapper .card-item .card-item-wrapper .content .bottom .btns-wrapper .btn-box:hover::after {
                    height: 0%;
                    transition: 0.2s ease-in-out 0.1s; }
  #cpt-listing #load-more {
    border: 1px solid #fff;
    padding: 0px 18px;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    display: block;
    transition: 0.2s ease-in-out 0.1s;
    text-decoration: none;
    background-color: #fff;
    width: 200px;
    margin: 30px auto 0; }
    #cpt-listing #load-more span {
      z-index: 1;
      text-align: center;
      font: normal normal 600 14px/42px "Open Sans", sans-serif;
      letter-spacing: 0.5px;
      color: #fff;
      display: block;
      transition: 0.2s ease-in-out 0.1s;
      text-decoration: none;
      text-transform: uppercase;
      width: 100%;
      position: relative; }
    #cpt-listing #load-more::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      background: #CAAD7F;
      z-index: 0;
      transition: 0.2s ease-in-out 0.1s; }
    #cpt-listing #load-more:hover {
      border-color: #000;
      transition: 0.2s ease-in-out 0.1s; }
      #cpt-listing #load-more:hover span {
        color: #000 !important; }
      #cpt-listing #load-more:hover::after {
        height: 0%;
        transition: 0.2s ease-in-out 0.1s; }

.notfound {
  display: none; }
  .notfound p {
    font: normal normal normal 18px/24px "Open Sans", sans-serif;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
    opacity: 1;
    min-height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 991.98px) {
      .notfound p {
        font-size: 14px; } }

.medium {
  font-weight: 600 !important; }

.max-45 {
  max-width: 45%; }

.mt-100 {
  margin-top: 100px !important; }
  @media only screen and (min-width: 1200px) and (max-width: 1550px) {
    .mt-100 {
      margin-top: 80px !important; } }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .mt-100 {
      margin-top: 60px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .mt-100 {
      margin-top: 40px !important; } }
  @media only screen and (max-width: 767.98px) {
    .mt-100 {
      margin-top: 30px !important; } }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-120 {
  margin-bottom: 120px !important; }

.mb-150 {
  margin-bottom: 150px !important; }
  @media only screen and (min-width: 1200px) and (max-width: 1550px) {
    .mb-150 {
      margin-bottom: 130px !important; } }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .mb-150 {
      margin-bottom: 110px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .mb-150 {
      margin-bottom: 90px !important; } }
  @media only screen and (max-width: 767.98px) {
    .mb-150 {
      margin-bottom: 70px !important; } }

.pt-0 {
  padding-top: 0 !important; }

@media only screen and (max-width: 991.98px) {
  .desktop {
    display: none !important; } }

@media only screen and (min-width: 992px) {
  .mobile {
    display: none !important; } }

@media (min-width: 1300px) {
  .container {
    max-width: 95% !important;
    width: 95% !important; } }
