@charset "UTF-8";
/*** LTR websites ***/
@import url(//db.onlinewebfonts.com/c/24a715fb906c80da3d3477443de42f32?family=AlverataInformalW01-Bold);
@font-face {
  font-family: "Alverata";
  src: url("//db.onlinewebfonts.com/t/3925ea9b9dbe9160436af43c8775ac1c.eot");
  src: url("//db.onlinewebfonts.com/t/3925ea9b9dbe9160436af43c8775ac1c.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/3925ea9b9dbe9160436af43c8775ac1c.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/3925ea9b9dbe9160436af43c8775ac1c.woff") format("woff"), url("//db.onlinewebfonts.com/t/3925ea9b9dbe9160436af43c8775ac1c.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/3925ea9b9dbe9160436af43c8775ac1c.svg#Alverata") format("svg");
}
html, body, iframe, header, footer, main, aside, nav, section, article, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, hr, blockquote, pre, figure, figcaption, a, address, del, em, i, img, strong, sub, sup, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, input, select, textarea, button {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  font-size: 100%;
  font: inherit;
}

html, body, iframe, header, footer, main, aside, nav, section, article, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockqoute, pre, figure, figcaption, form, fieldset, legend, label, input, select, textarea, button {
  display: block;
}

html, body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

dl, dt, dd, ul, ol, li {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

u, ins, del {
  text-decoration: none;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  height: auto;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}
.grid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 770px) {
  .grid {
    padding: 0 15px;
  }
}
.grid.mb-30 {
  margin-bottom: 30px;
}

.grid-row {
  margin: 0 -8px;
  font-size: 0;
}

.grid-col {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  box-sizing: border-box;
}

.grid-col_1 {
  width: calc(100% / (24 / 1));
}

.grid-col_2 {
  width: calc(100% / (24 / 2));
}

.grid-col_3 {
  width: calc(100% / (24 / 3));
}

.grid-col_4 {
  width: calc(100% / (24 / 4));
}

.grid-col_5 {
  width: calc(100% / (24 / 5));
}

.grid-col_6 {
  width: calc(100% / (24 / 6));
}

.grid-col_7 {
  width: calc(100% / (24 / 7));
}

.grid-col_8 {
  width: calc(100% / (24 / 8));
}

.grid-col_9 {
  width: calc(100% / (24 / 9));
}

.grid-col_10 {
  width: calc(100% / (24 / 10));
}

.grid-col_11 {
  width: calc(100% / (24 / 11));
}

.grid-col_12 {
  width: calc(100% / (24 / 12));
}

.grid-col_13 {
  width: calc(100% / (24 / 13));
}

.grid-col_14 {
  width: calc(100% / (24 / 14));
}

.grid-col_15 {
  width: calc(100% / (24 / 15));
}

.grid-col_16 {
  width: calc(100% / (24 / 16));
}

.grid-col_17 {
  width: calc(100% / (24 / 17));
}

.grid-col_18 {
  width: calc(100% / (24 / 18));
}

.grid-col_19 {
  width: calc(100% / (24 / 19));
}

.grid-col_20 {
  width: calc(100% / (24 / 20));
}

.grid-col_21 {
  width: calc(100% / (24 / 21));
}

.grid-col_22 {
  width: calc(100% / (24 / 22));
}

.grid-col_23 {
  width: calc(100% / (24 / 23));
}

.grid-col_24 {
  width: calc(100% / (24 / 24));
}

@media screen and (max-width: 1219px) {
  .grid-col_lg-1 {
    width: calc(100% / (24 / 1));
  }
  .grid-col_lg-2 {
    width: calc(100% / (24 / 2));
  }
  .grid-col_lg-3 {
    width: calc(100% / (24 / 3));
  }
  .grid-col_lg-4 {
    width: calc(100% / (24 / 4));
  }
  .grid-col_lg-5 {
    width: calc(100% / (24 / 5));
  }
  .grid-col_lg-6 {
    width: calc(100% / (24 / 6));
  }
  .grid-col_lg-7 {
    width: calc(100% / (24 / 7));
  }
  .grid-col_lg-8 {
    width: calc(100% / (24 / 8));
  }
  .grid-col_lg-9 {
    width: calc(100% / (24 / 9));
  }
  .grid-col_lg-10 {
    width: calc(100% / (24 / 10));
  }
  .grid-col_lg-11 {
    width: calc(100% / (24 / 11));
  }
  .grid-col_lg-12 {
    width: calc(100% / (24 / 12));
  }
  .grid-col_lg-13 {
    width: calc(100% / (24 / 13));
  }
  .grid-col_lg-14 {
    width: calc(100% / (24 / 14));
  }
  .grid-col_lg-15 {
    width: calc(100% / (24 / 15));
  }
  .grid-col_lg-16 {
    width: calc(100% / (24 / 16));
  }
  .grid-col_lg-17 {
    width: calc(100% / (24 / 17));
  }
  .grid-col_lg-18 {
    width: calc(100% / (24 / 18));
  }
  .grid-col_lg-19 {
    width: calc(100% / (24 / 19));
  }
  .grid-col_lg-20 {
    width: calc(100% / (24 / 20));
  }
  .grid-col_lg-21 {
    width: calc(100% / (24 / 21));
  }
  .grid-col_lg-22 {
    width: calc(100% / (24 / 22));
  }
  .grid-col_lg-23 {
    width: calc(100% / (24 / 23));
  }
  .grid-col_lg-24 {
    width: calc(100% / (24 / 24));
  }
}
@media screen and (max-width: 999px) {
  .grid-col_md-1 {
    width: calc(100% / (24 / 1));
  }
  .grid-col_md-2 {
    width: calc(100% / (24 / 2));
  }
  .grid-col_md-3 {
    width: calc(100% / (24 / 3));
  }
  .grid-col_md-4 {
    width: calc(100% / (24 / 4));
  }
  .grid-col_md-5 {
    width: calc(100% / (24 / 5));
  }
  .grid-col_md-6 {
    width: calc(100% / (24 / 6));
  }
  .grid-col_md-7 {
    width: calc(100% / (24 / 7));
  }
  .grid-col_md-8 {
    width: calc(100% / (24 / 8));
  }
  .grid-col_md-9 {
    width: calc(100% / (24 / 9));
  }
  .grid-col_md-10 {
    width: calc(100% / (24 / 10));
  }
  .grid-col_md-11 {
    width: calc(100% / (24 / 11));
  }
  .grid-col_md-12 {
    width: calc(100% / (24 / 12));
  }
  .grid-col_md-13 {
    width: calc(100% / (24 / 13));
  }
  .grid-col_md-14 {
    width: calc(100% / (24 / 14));
  }
  .grid-col_md-15 {
    width: calc(100% / (24 / 15));
  }
  .grid-col_md-16 {
    width: calc(100% / (24 / 16));
  }
  .grid-col_md-17 {
    width: calc(100% / (24 / 17));
  }
  .grid-col_md-18 {
    width: calc(100% / (24 / 18));
  }
  .grid-col_md-19 {
    width: calc(100% / (24 / 19));
  }
  .grid-col_md-20 {
    width: calc(100% / (24 / 20));
  }
  .grid-col_md-21 {
    width: calc(100% / (24 / 21));
  }
  .grid-col_md-22 {
    width: calc(100% / (24 / 22));
  }
  .grid-col_md-23 {
    width: calc(100% / (24 / 23));
  }
  .grid-col_md-24 {
    width: calc(100% / (24 / 24));
  }
}
@media screen and (max-width: 767px) {
  .grid-col_sm-1 {
    width: calc(100% / (24 / 1));
  }
  .grid-col_sm-2 {
    width: calc(100% / (24 / 2));
  }
  .grid-col_sm-3 {
    width: calc(100% / (24 / 3));
  }
  .grid-col_sm-4 {
    width: calc(100% / (24 / 4));
  }
  .grid-col_sm-5 {
    width: calc(100% / (24 / 5));
  }
  .grid-col_sm-6 {
    width: calc(100% / (24 / 6));
  }
  .grid-col_sm-7 {
    width: calc(100% / (24 / 7));
  }
  .grid-col_sm-8 {
    width: calc(100% / (24 / 8));
  }
  .grid-col_sm-9 {
    width: calc(100% / (24 / 9));
  }
  .grid-col_sm-10 {
    width: calc(100% / (24 / 10));
  }
  .grid-col_sm-11 {
    width: calc(100% / (24 / 11));
  }
  .grid-col_sm-12 {
    width: calc(100% / (24 / 12));
  }
  .grid-col_sm-13 {
    width: calc(100% / (24 / 13));
  }
  .grid-col_sm-14 {
    width: calc(100% / (24 / 14));
  }
  .grid-col_sm-15 {
    width: calc(100% / (24 / 15));
  }
  .grid-col_sm-16 {
    width: calc(100% / (24 / 16));
  }
  .grid-col_sm-17 {
    width: calc(100% / (24 / 17));
  }
  .grid-col_sm-18 {
    width: calc(100% / (24 / 18));
  }
  .grid-col_sm-19 {
    width: calc(100% / (24 / 19));
  }
  .grid-col_sm-20 {
    width: calc(100% / (24 / 20));
  }
  .grid-col_sm-21 {
    width: calc(100% / (24 / 21));
  }
  .grid-col_sm-22 {
    width: calc(100% / (24 / 22));
  }
  .grid-col_sm-23 {
    width: calc(100% / (24 / 23));
  }
  .grid-col_sm-24 {
    width: calc(100% / (24 / 24));
  }
}
@media screen and (max-width: 479px) {
  .grid-col_xs-1 {
    width: calc(100% / (24 / 1));
  }
  .grid-col_xs-2 {
    width: calc(100% / (24 / 2));
  }
  .grid-col_xs-3 {
    width: calc(100% / (24 / 3));
  }
  .grid-col_xs-4 {
    width: calc(100% / (24 / 4));
  }
  .grid-col_xs-5 {
    width: calc(100% / (24 / 5));
  }
  .grid-col_xs-6 {
    width: calc(100% / (24 / 6));
  }
  .grid-col_xs-7 {
    width: calc(100% / (24 / 7));
  }
  .grid-col_xs-8 {
    width: calc(100% / (24 / 8));
  }
  .grid-col_xs-9 {
    width: calc(100% / (24 / 9));
  }
  .grid-col_xs-10 {
    width: calc(100% / (24 / 10));
  }
  .grid-col_xs-11 {
    width: calc(100% / (24 / 11));
  }
  .grid-col_xs-12 {
    width: calc(100% / (24 / 12));
  }
  .grid-col_xs-13 {
    width: calc(100% / (24 / 13));
  }
  .grid-col_xs-14 {
    width: calc(100% / (24 / 14));
  }
  .grid-col_xs-15 {
    width: calc(100% / (24 / 15));
  }
  .grid-col_xs-16 {
    width: calc(100% / (24 / 16));
  }
  .grid-col_xs-17 {
    width: calc(100% / (24 / 17));
  }
  .grid-col_xs-18 {
    width: calc(100% / (24 / 18));
  }
  .grid-col_xs-19 {
    width: calc(100% / (24 / 19));
  }
  .grid-col_xs-20 {
    width: calc(100% / (24 / 20));
  }
  .grid-col_xs-21 {
    width: calc(100% / (24 / 21));
  }
  .grid-col_xs-22 {
    width: calc(100% / (24 / 22));
  }
  .grid-col_xs-23 {
    width: calc(100% / (24 / 23));
  }
  .grid-col_xs-24 {
    width: calc(100% / (24 / 24));
  }
}
* {
  box-sizing: border-box;
  outline: none;
}

.no-scroll {
  overflow: hidden !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

body,
html {
  background: #fff;
  font: 400 16px/1 "Roboto Condensed", sans-serif !important;
  overflow-x: hidden;
}

@font-face {
  font-family: "AlverataW06";
  src: url("../Alverata W06 Informal PE Blk.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  direction: ltr;
  font-family: "Ramabhadra", sans-serif;
  font-family: "Alverata";
}

.site-main {
  margin: 0 !important;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
a:focus {
  outline: none !important;
}

body .page {
  overflow: hidden;
}
body ul,
body ol {
  margin: 0;
}
body input,
body input[type=text],
body input[type=button],
body input[type=submit],
body input[type=number],
body input[type=email],
body input[type=tel],
body input[type=url],
body input[type=password],
body input[type=search],
body button,
body select,
body textarea {
  -webkit-appearance: none !important;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  background-color: transparent;
  border: 0;
}
body input:focus,
body input[type=text]:focus,
body input[type=button]:focus,
body input[type=submit]:focus,
body input[type=number]:focus,
body input[type=email]:focus,
body input[type=tel]:focus,
body input[type=url]:focus,
body input[type=password]:focus,
body input[type=search]:focus,
body button:focus,
body select:focus,
body textarea:focus {
  outline: none !important;
}
body input:hover,
body input[type=text]:hover,
body input[type=button]:hover,
body input[type=submit]:hover,
body input[type=number]:hover,
body input[type=email]:hover,
body input[type=tel]:hover,
body input[type=url]:hover,
body input[type=password]:hover,
body input[type=search]:hover,
body button:hover,
body select:hover,
body textarea:hover {
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
body input:-webkit-autofill,
body input[type=text]:-webkit-autofill,
body input[type=button]:-webkit-autofill,
body input[type=submit]:-webkit-autofill,
body input[type=number]:-webkit-autofill,
body input[type=email]:-webkit-autofill,
body input[type=tel]:-webkit-autofill,
body input[type=url]:-webkit-autofill,
body input[type=password]:-webkit-autofill,
body input[type=search]:-webkit-autofill,
body button:-webkit-autofill,
body select:-webkit-autofill,
body textarea:-webkit-autofill {
  background-color: transparent !important;
}
body input::-webkit-input-placeholder,
body input[type=text]::-webkit-input-placeholder,
body input[type=button]::-webkit-input-placeholder,
body input[type=submit]::-webkit-input-placeholder,
body input[type=number]::-webkit-input-placeholder,
body input[type=email]::-webkit-input-placeholder,
body input[type=tel]::-webkit-input-placeholder,
body input[type=url]::-webkit-input-placeholder,
body input[type=password]::-webkit-input-placeholder,
body input[type=search]::-webkit-input-placeholder,
body button::-webkit-input-placeholder,
body select::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder {
  color: #999 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  font-style: normal !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body input::-moz-placeholder,
body input[type=text]::-moz-placeholder,
body input[type=button]::-moz-placeholder,
body input[type=submit]::-moz-placeholder,
body input[type=number]::-moz-placeholder,
body input[type=email]::-moz-placeholder,
body input[type=tel]::-moz-placeholder,
body input[type=url]::-moz-placeholder,
body input[type=password]::-moz-placeholder,
body input[type=search]::-moz-placeholder,
body button::-moz-placeholder,
body select::-moz-placeholder,
body textarea::-moz-placeholder {
  color: #999 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  font-style: normal !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body input:-ms-input-placeholder,
body input[type=text]:-ms-input-placeholder,
body input[type=button]:-ms-input-placeholder,
body input[type=submit]:-ms-input-placeholder,
body input[type=number]:-ms-input-placeholder,
body input[type=email]:-ms-input-placeholder,
body input[type=tel]:-ms-input-placeholder,
body input[type=url]:-ms-input-placeholder,
body input[type=password]:-ms-input-placeholder,
body input[type=search]:-ms-input-placeholder,
body button:-ms-input-placeholder,
body select:-ms-input-placeholder,
body textarea:-ms-input-placeholder {
  color: #999 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  font-style: normal !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body input:-moz-placeholder,
body input[type=text]:-moz-placeholder,
body input[type=button]:-moz-placeholder,
body input[type=submit]:-moz-placeholder,
body input[type=number]:-moz-placeholder,
body input[type=email]:-moz-placeholder,
body input[type=tel]:-moz-placeholder,
body input[type=url]:-moz-placeholder,
body input[type=password]:-moz-placeholder,
body input[type=search]:-moz-placeholder,
body button:-moz-placeholder,
body select:-moz-placeholder,
body textarea:-moz-placeholder {
  color: #999 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  font-style: normal !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body input:focus::-webkit-input-placeholder,
body input[type=text]:focus::-webkit-input-placeholder,
body input[type=button]:focus::-webkit-input-placeholder,
body input[type=submit]:focus::-webkit-input-placeholder,
body input[type=number]:focus::-webkit-input-placeholder,
body input[type=email]:focus::-webkit-input-placeholder,
body input[type=tel]:focus::-webkit-input-placeholder,
body input[type=url]:focus::-webkit-input-placeholder,
body input[type=password]:focus::-webkit-input-placeholder,
body input[type=search]:focus::-webkit-input-placeholder,
body button:focus::-webkit-input-placeholder,
body select:focus::-webkit-input-placeholder,
body textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
body input:focus::-moz-placeholder,
body input[type=text]:focus::-moz-placeholder,
body input[type=button]:focus::-moz-placeholder,
body input[type=submit]:focus::-moz-placeholder,
body input[type=number]:focus::-moz-placeholder,
body input[type=email]:focus::-moz-placeholder,
body input[type=tel]:focus::-moz-placeholder,
body input[type=url]:focus::-moz-placeholder,
body input[type=password]:focus::-moz-placeholder,
body input[type=search]:focus::-moz-placeholder,
body button:focus::-moz-placeholder,
body select:focus::-moz-placeholder,
body textarea:focus::-moz-placeholder {
  color: transparent !important;
}
body input:focus:-ms-input-placeholder,
body input[type=text]:focus:-ms-input-placeholder,
body input[type=button]:focus:-ms-input-placeholder,
body input[type=submit]:focus:-ms-input-placeholder,
body input[type=number]:focus:-ms-input-placeholder,
body input[type=email]:focus:-ms-input-placeholder,
body input[type=tel]:focus:-ms-input-placeholder,
body input[type=url]:focus:-ms-input-placeholder,
body input[type=password]:focus:-ms-input-placeholder,
body input[type=search]:focus:-ms-input-placeholder,
body button:focus:-ms-input-placeholder,
body select:focus:-ms-input-placeholder,
body textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}
body input:focus:-moz-placeholder,
body input[type=text]:focus:-moz-placeholder,
body input[type=button]:focus:-moz-placeholder,
body input[type=submit]:focus:-moz-placeholder,
body input[type=number]:focus:-moz-placeholder,
body input[type=email]:focus:-moz-placeholder,
body input[type=tel]:focus:-moz-placeholder,
body input[type=url]:focus:-moz-placeholder,
body input[type=password]:focus:-moz-placeholder,
body input[type=search]:focus:-moz-placeholder,
body button:focus:-moz-placeholder,
body select:focus:-moz-placeholder,
body textarea:focus:-moz-placeholder {
  color: transparent !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
}
body select {
  border: 1px solid #6c757d;
  height: 42px;
  padding: 0;
  padding-right: 25px;
  padding-left: 10px;
  border-radius: 0;
  font-size: 12px;
  line-height: 14px;
  width: 100%;
  max-width: 100% !important;
  cursor: pointer;
  background-color: #fbfdff;
  background-image: url("../img/icons/select-arrow.png") !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
body select:hover {
  background-color: #fbfdff;
}
body .wc-forward {
  position: relative;
}
body .wc-forward:after {
  content: "keyboard_arrow_right";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  vertical-align: middle;
  color: inherit;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .wc-forward:hover:after {
  right: 6px;
}
body .content-area {
  width: 100% !important;
  float: none !important;
  margin: 0;
}
body .col-full {
  max-width: 100%;
  padding: 0;
}
body img {
  border-radius: 0;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
body a {
  color: inherit;
}
body p {
  margin: 0;
}
body.rtl select {
  background-position: 10px center;
}

.tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.tcl {
  display: table-cell;
  vertical-align: middle;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
}

.overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 39, 37, 0.9215686275);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.overlay_header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 39, 37, 0.9215686275);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.overlay_visible {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.page-404 {
  padding: 75px 20px 120px;
  text-align: center;
  min-height: calc(100vh - 96px - 330px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-404 h1 {
  font-size: 270px;
  font-weight: 900;
  margin: 0;
}
.page-404 p {
  font-size: 38px;
  max-width: 100%;
  margin: 25px auto 0;
  line-height: 40px;
  width: 800px;
  color: #2a2a2a;
  font-weight: 300;
}
.page-404 a {
  margin-top: 50px;
  line-height: 48px;
  font-size: 14px;
  text-transform: capitalize;
  width: 275px;
}
@media screen and (max-width: 767px) {
  .page-404 h1 {
    font-size: 80px;
  }
  .page-404 h1 span {
    font-size: 38px;
  }
  .page-404 p {
    font-size: 22px;
  }
}

.popup {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  overflow: auto;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 999px) {
  .popup {
    max-width: 100vw;
    top: 100px;
  }
  .popup .tbl {
    max-width: 100vw;
    display: block;
  }
  .popup .tbl .tcl {
    max-width: 100vw;
    display: block;
  }
}
.popup::-webkit-scrollbar {
  display: none;
}
.popup_visible {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.popup__close {
  position: absolute;
  top: 30px;
  right: 20px;
  color: white;
  font-size: 25px !important;
  cursor: pointer;
  z-index: 99999999;
}
.popup__window {
  position: relative;
  border-radius: 4px;
}
.popup.header {
  z-index: 99999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0px;
  -moz-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.popup.header.popup_visible {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.popup.header .popup__window {
  height: 100%;
}
.popup.header .header-popup-content {
  display: flex;
  height: 100%;
  font-size: 0;
  position: relative;
}
.popup.header .header-popup-content:has(.mega_menu_child.active) .col,
.popup.header .header-popup-content:has(.mega_menu_child.active) .mega-menu,
.popup.header .header-popup-content:has(.mega_menu_child.active) .mega_menu_child,
.popup.header .header-popup-content:has(.mega_menu_child.active) .mega_menu_video {
  width: 25%;
}
.popup.header .header-popup-content .col {
  width: 33.3333333333%;
  position: relative;
  order: 1;
}
.popup.header .header-popup-content .col.one {
  background: white;
  padding: 50px 0px 50px 100px;
  z-index: 999;
  height: 100%;
  display: inline-block;
}
.popup.header .header-popup-content .col.one .logo {
  margin-left: -25px;
}
.popup.header .header-popup-content .col.one .logo img {
  max-width: 150px;
}
.popup.header .header-popup-content .col.one .nav_menu .menu {
  padding-top: 100px;
}
.popup.header .header-popup-content .col.one .nav_menu .menu .single_menu_list_pop.active .link {
  color: #A75B4D;
}
.popup.header .header-popup-content .col.one .nav_menu .menu .single_menu_list_pop .link {
  font-size: 20px;
  font-weight: 600;
  line-height: 17px;
  transition: all 0.3s ease;
  display: block;
  padding: 25px 0;
}
.popup.header .header-popup-content .col.one .nav_menu .menu .single_menu_list_pop .link:hover {
  color: #A75B4D;
}
.popup.header .header-popup-content .col.one .nav_menu .menu .single_menu_list_pop.has-mega {
  position: static;
}
.popup.header .header-popup-content .col.one .nav_menu .menu .single_menu_list_pop.has-mega > a {
  position: relative;
  padding-right: 15px;
  transition: all 0.3s ease;
}
.popup.header .header-popup-content .col.one .nav_menu .menu .single_menu_list_pop.has-mega > a::after {
  content: "chevron_right";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  font-weight: 400;
  font-size: 20px;
}
.popup.header .header-popup-content .col.one .nav_menu .menu .single_menu_list_pop.has-mega > a:hover {
  color: #A75B4D;
}
.popup.header .header-popup-content .col.one .nav_menu .menu .single_menu_list_pop.has-mega > a:hover::after {
  color: #A75B4D;
}
.popup.header .header-popup-content .col.one .nav_menu .menu .single_menu_list_pop.has-mega.active a {
  color: #A75B4D;
}
.popup.header .header-popup-content .col.one .nav_menu .menu .single_menu_list_pop.has-mega.active a::after {
  color: #A75B4D;
}
.popup.header .header-popup-content .col.one .nav_menu .lower_menu {
  padding-top: 30px;
}
.popup.header .header-popup-content .col.one .nav_menu .lower_menu .link {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  display: block;
  padding: 10px 0;
  color: #666666;
}
.popup.header .header-popup-content .col.one .nav_menu .lower_menu .link:hover {
  color: #A75B4D;
}
.popup.header .header-popup-content .mega-menu {
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 33.3333333333%;
  vertical-align: top;
  order: 2;
  z-index: 99;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popup.header .header-popup-content .mega-menu.active {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popup.header .header-popup-content .mega-menu .menu_content {
  background: #EFE1DA;
  padding: 200px 50px 0;
  height: 100%;
}
.popup.header .header-popup-content .mega-menu .menu_content ul .mega_menu_link .link_menu {
  font-size: 18px;
  font-weight: 600;
  line-height: 17px;
  display: block;
  padding: 18px 0;
}
.popup.header .header-popup-content .mega-menu .menu_content ul .mega_menu_link .link_menu:hover {
  color: #A75B4D;
}
.popup.header .header-popup-content .mega-menu .menu_content ul .mega_menu_link.has-child > .link_menu {
  position: relative;
}
.popup.header .header-popup-content .mega-menu .menu_content ul .mega_menu_link.has-child > .link_menu::after {
  content: "chevron_right";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  font-weight: 400;
  font-size: 20px;
}
.popup.header .header-popup-content .mega_menu_child {
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 33.3333333333%;
  vertical-align: top;
  order: 3;
  z-index: 99;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popup.header .header-popup-content .mega_menu_child.active {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popup.header .header-popup-content .mega_menu_child .menu_content {
  background: #E2D2C9;
  padding: 200px 50px 0;
  height: 100%;
}
.popup.header .header-popup-content .mega_menu_child .menu_content ul .mega_menu_link .link_menu {
  font-size: 18px;
  font-weight: 600;
  line-height: 17px;
  display: block;
  padding: 18px 0;
}
.popup.header .header-popup-content .mega_menu_child .menu_content ul .mega_menu_link .link_menu:hover {
  color: #A75B4D;
}
.popup.header .header-popup-content .mega_menu_video {
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 33.3333333333%;
  vertical-align: top;
  order: 4;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  height: 100% !important;
}
.popup.header .header-popup-content .mega_menu_video.active {
  opacity: 1;
  position: relative;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.popup.header .header-popup-content .mega_menu_video .video_mob {
  position: relative;
  height: 100%;
}
.popup.header .header-popup-content .mega_menu_video .video_mob iframe, .popup.header .header-popup-content .mega_menu_video .video_mob video {
  width: 100vw;
  height: 65.25vw;
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup.header_mobile {
  background: white;
  z-index: 99999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0px;
  overflow: hidden;
  -moz-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popup.header_mobile.popup_visible {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.popup.header_mobile .popup__window {
  height: 100%;
}
.popup.header_mobile .popup__close {
  color: black !important;
}
.popup.header_mobile .header-popup-content-mobile {
  height: 100%;
  font-size: 0;
  overflow: auto;
}
.popup.header_mobile .header-popup-content-mobile .col {
  position: relative;
}
.popup.header_mobile .header-popup-content-mobile .col.one {
  background: white;
  padding: 50px 20px;
  z-index: 999;
  height: 100%;
}
.popup.header_mobile .header-popup-content-mobile .col.one .nav_menu {
  padding-bottom: 50px;
}
.popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .menu {
  padding-top: 100px;
}
.popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .menu .single_menu_list_pop.active .link, .popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .menu .single_menu_list_pop_mob.active .link {
  color: #A75B4D;
}
.popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .menu .single_menu_list_pop .link, .popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .menu .single_menu_list_pop_mob .link {
  font-size: 20px;
  font-weight: 600;
  line-height: 17px;
  transition: all 0.3s ease;
  display: block;
  padding: 30px 0;
}
.popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .menu .single_menu_list_pop .link:hover, .popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .menu .single_menu_list_pop_mob .link:hover {
  color: #A75B4D;
}
.popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .menu .single_menu_list_pop.has-mega, .popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .menu .single_menu_list_pop_mob.has-mega {
  position: static;
}
.popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .menu .single_menu_list_pop.has-mega > a, .popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .menu .single_menu_list_pop_mob.has-mega > a {
  position: relative;
  padding-right: 15px;
  transition: all 0.3s ease;
}
.popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .menu .single_menu_list_pop.has-mega > a::after, .popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .menu .single_menu_list_pop_mob.has-mega > a::after {
  content: "chevron_right";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  font-weight: 400;
  font-size: 20px;
}
.popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .menu .single_menu_list_pop.has-mega > a:hover, .popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .menu .single_menu_list_pop_mob.has-mega > a:hover {
  color: #A75B4D;
}
.popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .menu .single_menu_list_pop.has-mega > a:hover::after, .popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .menu .single_menu_list_pop_mob.has-mega > a:hover::after {
  color: #A75B4D;
}
.popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .menu .single_menu_list_pop.has-mega.active a, .popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .menu .single_menu_list_pop_mob.has-mega.active a {
  color: #A75B4D;
}
.popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .menu .single_menu_list_pop.has-mega.active a::after, .popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .menu .single_menu_list_pop_mob.has-mega.active a::after {
  color: #A75B4D;
}
.popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .lower_menu {
  padding-top: 30px;
}
.popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .lower_menu .link {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  display: block;
  padding: 10px 0;
  color: #666666;
}
.popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .lower_menu .link:hover {
  color: #A75B4D;
}
.popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .button_Book {
  padding-top: 40px;
}
.popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .button_Book a {
  display: block;
  width: 190px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: black;
  background: transparent;
  border: 2px solid black;
  transition: all 0.3s ease;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 0;
}
.popup.header_mobile .header-popup-content-mobile .col.one .nav_menu .button_Book a:hover {
  background: black;
  color: white;
}
.popup.header_mobile .header-popup-content-mobile .mega-menu {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  vertical-align: top;
  top: 0;
  z-index: 9999;
}
.popup.header_mobile .header-popup-content-mobile .mega-menu.active {
  display: block;
}
.popup.header_mobile .header-popup-content-mobile .mega-menu .menu_content {
  background: #EFE1DA;
  padding: 150px 20px 0;
  height: 100%;
}
.popup.header_mobile .header-popup-content-mobile .mega-menu .menu_content .back_menu {
  padding-bottom: 30px;
  margin-left: -5px;
}
.popup.header_mobile .header-popup-content-mobile .mega-menu .menu_content .back_menu .back_menu_button {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.popup.header_mobile .header-popup-content-mobile .mega-menu .menu_content .back_menu .back_menu_button::before {
  content: "chevron_left";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  font-size: 18px;
}
.popup.header_mobile .header-popup-content-mobile .mega-menu .menu_content ul .mega_menu_link {
  padding-bottom: 40px;
}
.popup.header_mobile .header-popup-content-mobile .mega-menu .menu_content ul .mega_menu_link:last-child {
  padding-bottom: 0;
}
.popup.header_mobile .header-popup-content-mobile .mega-menu .menu_content ul .mega_menu_link .link_menu {
  font-size: 18px;
  font-weight: 600;
  line-height: 17px;
}
.popup.header_mobile .header-popup-content-mobile .mega-menu .menu_content ul .mega_menu_link .link_menu:hover {
  color: #A75B4D;
}
.popup.header_mobile .header-popup-content-mobile .mega-menu .menu_content ul .mega_menu_link.has-child > .link_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup.header_mobile .header-popup-content-mobile .mega-menu .menu_content ul .mega_menu_link.has-child > .link_menu::after {
  content: "chevron_right";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  font-weight: 400;
}
.popup.header_mobile .header-popup-content-mobile .mega_menu_child {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  vertical-align: top;
  top: 0;
  right: 0;
  z-index: 99999;
}
.popup.header_mobile .header-popup-content-mobile .mega_menu_child.active {
  display: block;
}
.popup.header_mobile .header-popup-content-mobile .mega_menu_child .menu_content {
  background: #EFE1DA;
  padding: 150px 20px 0;
  height: 100%;
}
.popup.header_mobile .header-popup-content-mobile .mega_menu_child .menu_content .back_menu {
  padding-bottom: 30px;
  margin-left: -5px;
}
.popup.header_mobile .header-popup-content-mobile .mega_menu_child .menu_content .back_menu .back_menu_button {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.popup.header_mobile .header-popup-content-mobile .mega_menu_child .menu_content .back_menu .back_menu_button::before {
  content: "chevron_left";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  font-size: 18px;
}
.popup.header_mobile .header-popup-content-mobile .mega_menu_child .menu_content ul .mega_menu_link {
  padding-bottom: 40px;
}
.popup.header_mobile .header-popup-content-mobile .mega_menu_child .menu_content ul .mega_menu_link:last-child {
  padding-bottom: 0;
}
.popup.header_mobile .header-popup-content-mobile .mega_menu_child .menu_content ul .mega_menu_link .link_menu {
  font-size: 18px;
  font-weight: 600;
  line-height: 17px;
}
.popup.header_mobile .header-popup-content-mobile .mega_menu_child .menu_content ul .mega_menu_link .link_menu:hover {
  color: #A75B4D;
}
.popup.map {
  padding: 0;
  background: #feb861;
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popup.map.popup_visible {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.popup.map .popup__window {
  height: 100%;
}
.popup.map .popup__window .popup__close {
  padding: 11px;
  font-size: 24px !important;
  background: rgba(167, 91, 77, 0.3019607843);
  color: white;
  border-radius: 50px;
  top: 100px;
}
.popup.map .logo_icon {
  max-width: 200px;
  position: absolute;
  top: 100px;
  left: 100px;
  color: white;
  font-size: 25px !important;
  cursor: pointer;
  z-index: 99999999;
}
.popup.map .map-popup-content {
  height: 100%;
}
.popup.map .map-popup-content .section_map {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.popup.map .map-popup-content .section_map .text {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 99;
  text-align: center;
  max-width: 500px;
  max-height: 0;
  margin: auto auto auto 100px;
}
.popup.map .map-popup-content .section_map .text h4 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-family: "Alverata";
  font-weight: 900;
  line-height: 44px;
  padding-top: 15px;
}
.popup.map .map-popup-content .section_map .text p {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  text-transform: capitalize;
  padding: 15px 0 20px;
}
.popup.map .map-popup-content .section_map .text .link {
  max-width: 250px;
  margin: 0 auto;
  border: 2px solid white;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 14px;
  color: white;
  padding: 15px 10px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}
.popup.map .map-popup-content .section_map .text .link:hover {
  background: white;
  color: black;
}
.popup.map .map-popup-content .section_map .text .link::before {
  content: "location_on";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  margin-right: 3px;
}
.popup.map_mob {
  top: 0 !important;
  padding: 0;
  background: #feb861;
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popup.map_mob.popup_visible {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.popup.map_mob .popup__window {
  height: 100%;
}
.popup.map_mob .popup__window .popup__close {
  padding: 8px;
  font-size: 20px !important;
  background: rgba(167, 91, 77, 0.3019607843);
  color: white;
  border-radius: 50px;
  top: 50px;
}
.popup.map_mob .logo_icon {
  max-width: 150px;
  margin: 40px 0 0 0;
}
.popup.map_mob .map-popup-content {
  height: 100%;
}
.popup.map_mob .map-popup-content .section_map {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.popup.map_mob .map-popup-content .section_map .text {
  text-align: center;
  padding: 40px 20px;
}
.popup.map_mob .map-popup-content .section_map .text img {
  max-width: 30px;
}
.popup.map_mob .map-popup-content .section_map .text h4 {
  color: rgb(255, 255, 255);
  font-size: 26px;
  font-family: "Alverata";
  font-weight: 900;
  line-height: 24px;
  padding-top: 15px;
}
.popup.map_mob .map-popup-content .section_map .text p {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-transform: capitalize;
  padding: 15px 0 20px;
}
.popup.map_mob .map-popup-content .section_map .text .link {
  max-width: 145px;
  margin: 0 auto;
  border: 2px solid white;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 14px;
  color: white;
  padding: 10px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}
.popup.map_mob .map-popup-content .section_map .text .link:hover {
  background: white;
  color: black;
}
.popup.map_mob .map-popup-content .section_map .text .link::before {
  content: "location_on";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}
.popup.about {
  left: auto;
  background: white;
  transform: translate(100%, 0);
  transition: 0.3s all ease-in-out;
  width: 50%;
  padding: 0;
  z-index: 999999;
}
@media screen and (max-width: 999px) {
  .popup.about {
    top: 0;
    width: 320px;
  }
}
.popup.about .popup__window {
  height: 100%;
}
.popup.about.popup_visible {
  transform: translate(0, 0);
  overflow: unset;
}
.popup.about .popup__close {
  top: 0px;
  left: -35px;
  right: auto;
  font-weight: 300;
  color: white;
  z-index: 999;
  background: #A75B4D;
  padding: 5px;
}
@media screen and (max-width: 999px) {
  .popup.about .popup__close {
    top: 0;
    left: -30px;
  }
}
.popup.about .about-popup-content {
  height: 100%;
}
.popup.about .about-popup-content .section_about_popup {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.popup.about .about-popup-content .section_about_popup .image {
  height: 390px;
}
.popup.about .about-popup-content .section_about_popup .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.popup.about .about-popup-content .section_about_popup .desc {
  margin: 25px 15px 0 25px;
  height: calc(100% - 450px);
  overflow-y: scroll;
}
.popup.about .about-popup-content .section_about_popup .desc::-webkit-scrollbar {
  width: 5px;
  height: 20px;
}
.popup.about .about-popup-content .section_about_popup .desc::-webkit-scrollbar-track {
  background-color: rgba(167, 91, 77, 0.3215686275);
  border-radius: 10px;
}
.popup.about .about-popup-content .section_about_popup .desc::-webkit-scrollbar-thumb {
  background-color: #a75b4d;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .popup.about .about-popup-content .section_about_popup .desc {
    padding: 20px 0 30px;
  }
}
.popup.about .about-popup-content .section_about_popup .desc .content {
  padding-right: 15px;
}
.popup.about .about-popup-content .section_about_popup .desc .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  color: black;
}
@media screen and (max-width: 767px) {
  .popup.about .about-popup-content .section_about_popup .desc .content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.popup.about .about-popup-content .section_about_popup .desc .btn_bk {
  display: block;
  width: 300px;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 15px 0;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 30px auto;
}
@media screen and (max-width: 999px) {
  .popup.about .about-popup-content .section_about_popup .desc .btn_bk {
    font-size: 14px;
    padding: 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .popup.about .about-popup-content .section_about_popup .desc .btn_bk {
    font-size: 12px;
    padding: 12px 0;
    width: 100%;
  }
}
.popup.form {
  left: auto;
  background: white;
  transform: translate(100%, 0);
  transition: 0.3s all ease-in-out;
  width: 50%;
  padding: 0;
  z-index: 999999;
}
@media screen and (max-width: 999px) {
  .popup.form {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .popup.form {
    width: 320px;
  }
}
.popup.form .popup__window {
  height: 100%;
}
.popup.form.popup_visible {
  transform: translate(0, 0);
  overflow: unset;
}
.popup.form .popup__close {
  top: 0px;
  left: -35px;
  right: auto;
  font-weight: 300;
  color: white;
  z-index: 999;
  background: #A75B4D;
  padding: 5px;
}
@media screen and (max-width: 999px) {
  .popup.form .popup__close {
    top: 0;
    left: -35px;
  }
}
.popup.form .form-popup-content {
  height: 100%;
  overflow: scroll;
  padding: 70px 50px 100px;
}
@media screen and (max-width: 999px) {
  .popup.form .form-popup-content {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .popup.form .form-popup-content {
    padding: 50px 15px 30px;
  }
}
.popup.form .form-popup-content .section_title .icon {
  max-width: 35px;
}
.popup.form .form-popup-content .section_title h3 {
  font-size: 36px;
  font-weight: 900;
  line-height: 58px;
  font-family: "Alverata";
}
@media screen and (max-width: 767px) {
  .popup.form .form-popup-content .section_title h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
.popup.form .form-popup-content .section_title h3 span {
  display: block;
  font-family: "Alverata";
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .popup.form .form-popup-content .section_title h3 span {
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
  }
}
.popup.form .form-popup-content .fluentform {
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .popup.form .form-popup-content .fluentform {
    padding-top: 25px;
  }
}
.popup.form .form-popup-content .fluentform form .ff-el-group {
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .popup.form .form-popup-content .fluentform form .ff-el-group {
    padding-bottom: 5px;
  }
}
.popup.form .form-popup-content .fluentform form .ff-el-group label {
  color: black;
  font-size: 14px;
  padding-bottom: 3px;
  margin-bottom: 0;
}
.popup.form .form-popup-content .fluentform form .ff-el-group label::after {
  content: "*";
  color: #A75B4D;
  font-size: 20px;
}
.popup.form .form-popup-content .fluentform form .ff-el-group.role .ff-el-input--content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.popup.form .form-popup-content .fluentform form .ff-el-group.role .ff-el-input--content .ff-el-form-check {
  padding-left: 18px;
}
.popup.form .form-popup-content .fluentform form .ff-el-group.role .ff-el-input--content .ff-el-form-check:first-child {
  padding-left: 0;
}
.popup.form .form-popup-content .fluentform form .ff-el-group.role .ff-el-input--content .ff-el-form-check .ff-el-form-check-label {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 3px;
  cursor: pointer;
}
.popup.form .form-popup-content .fluentform form .ff-el-group.role .ff-el-input--content .ff-el-form-check .ff-el-form-check-label::after {
  display: none;
}
.popup.form .form-popup-content .fluentform form .ff-el-group.role .ff-el-input--content .ff-el-form-check .ff-el-form-check-label .ff-el-form-check-input {
  border: 2px solid black;
  border-radius: 50px;
  width: 20px !important;
  height: 20px;
  padding: 2px;
  cursor: pointer;
}
.popup.form .form-popup-content .fluentform form .ff-el-group.role .ff-el-input--content .ff-el-form-check .ff-el-form-check-label .ff-el-form-check-input:not(:checked), .popup.form .form-popup-content .fluentform form .ff-el-group.role .ff-el-input--content .ff-el-form-check .ff-el-form-check-label .ff-el-form-check-input:checked {
  right: 0;
  opacity: 1;
  background: transparent;
  z-index: 99999;
  border: none;
  width: 100%;
}
.popup.form .form-popup-content .fluentform form .ff-el-group.role .ff-el-input--content .ff-el-form-check .ff-el-form-check-label .ff-el-form-check-input:not(:checked) + span:before, .popup.form .form-popup-content .fluentform form .ff-el-group.role .ff-el-input--content .ff-el-form-check .ff-el-form-check-label .ff-el-form-check-input:checked + span:before {
  font-family: "Material Icons";
  content: "radio_button_unchecked";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  transition: all 0.275s;
}
@media (max-width: 999px) {
  .popup.form .form-popup-content .fluentform form .ff-el-group.role .ff-el-input--content .ff-el-form-check .ff-el-form-check-label .ff-el-form-check-input:not(:checked) + span:before, .popup.form .form-popup-content .fluentform form .ff-el-group.role .ff-el-input--content .ff-el-form-check .ff-el-form-check-label .ff-el-form-check-input:checked + span:before {
    background-size: 16px;
  }
}
.popup.form .form-popup-content .fluentform form .ff-el-group.role .ff-el-input--content .ff-el-form-check .ff-el-form-check-label .ff-el-form-check-input:checked + span:before {
  content: "radio_button_checked";
}
.popup.form .form-popup-content .fluentform form .ff-el-group.role .ff-el-input--content .ff-el-form-check .ff-el-form-check-label span {
  color: black !important;
}
.popup.form .form-popup-content .fluentform form .ff-el-group.time-slot .ff-el-input--content {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px;
  max-width: 550px;
}
@media screen and (max-width: 767px) {
  .popup.form .form-popup-content .fluentform form .ff-el-group.time-slot .ff-el-input--content {
    overflow: scroll;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
.popup.form .form-popup-content .fluentform form .ff-el-group.time-slot .ff-el-input--content .ff-el-form-check {
  width: 20%;
  padding: 0 5px 10px;
}
@media screen and (max-width: 999px) {
  .popup.form .form-popup-content .fluentform form .ff-el-group.time-slot .ff-el-input--content .ff-el-form-check {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .popup.form .form-popup-content .fluentform form .ff-el-group.time-slot .ff-el-input--content .ff-el-form-check {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .popup.form .form-popup-content .fluentform form .ff-el-group.time-slot .ff-el-input--content .ff-el-form-check {
    width: 100%;
  }
}
.popup.form .form-popup-content .fluentform form .ff-el-group.time-slot .ff-el-input--content .ff-el-form-check .ff-el-form-check-label {
  cursor: pointer;
}
.popup.form .form-popup-content .fluentform form .ff-el-group.time-slot .ff-el-input--content .ff-el-form-check .ff-el-form-check-label::after {
  display: none;
}
.popup.form .form-popup-content .fluentform form .ff-el-group.time-slot .ff-el-input--content .ff-el-form-check .ff-el-form-check-label .ff-el-form-check-input:not(:checked), .popup.form .form-popup-content .fluentform form .ff-el-group.time-slot .ff-el-input--content .ff-el-form-check .ff-el-form-check-label .ff-el-form-check-input:checked {
  position: absolute;
  color: red;
}
.popup.form .form-popup-content .fluentform form .ff-el-group.time-slot .ff-el-input--content .ff-el-form-check .ff-el-form-check-label .ff-el-form-check-input:checked ~ span {
  color: #a75b4d;
  border: 2px solid #a75b4d;
}
.popup.form .form-popup-content .fluentform form .ff-el-group.time-slot .ff-el-input--content .ff-el-form-check .ff-el-form-check-label span {
  color: black;
  font-size: 12px;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 17px;
  border: 2px solid #d3d3d3;
  border-radius: 4px;
}
.popup.form .form-popup-content .fluentform form .ff-el-group.time-slot .ff-el-input--content .ff-el-form-check .ff-el-form-check-label span::before {
  display: none;
}
.popup.form .form-popup-content .fluentform form .ff-el-group .ff-el-form-control {
  border: 1px solid #D3D3D3;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 10px;
  cursor: pointer;
  background-color: white;
  height: 52px;
}
@media (max-width: 999px) {
  .popup.form .form-popup-content .fluentform form .ff-el-group .ff-el-form-control {
    padding: 10px;
    font-size: 12px;
  }
}
.popup.form .form-popup-content .fluentform form .ff-el-group .ff-el-form-control.ff-el-datepicker {
  position: relative;
  max-width: 250px;
  background-color: #fbfdff;
  background-image: url("../img/icons/icon_date.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
.popup.form .form-popup-content .fluentform form .ff-el-group .ff-el-form-control input[type=date]::-webkit-inner-spin-button,
.popup.form .form-popup-content .fluentform form .ff-el-group .ff-el-form-control input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.popup.form .form-popup-content .fluentform form .ff-el-group .ff-btn-submit {
  width: 350px;
  padding: 22px 10px;
  font-size: 18px;
  font-weight: 600;
  background: #A75B4D;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .popup.form .form-popup-content .fluentform form .ff-el-group .ff-btn-submit {
    width: 100%;
    padding: 18px 10px;
    font-size: 16px;
  }
}
.popup.form .form-popup-content .fluentform form .ff-el-group .ff-btn-submit:hover {
  background: #a05649 !important;
}
.popup.form .form-popup-content .fluentform form .ff-field_container .ff-t-container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .popup.form .form-popup-content .fluentform form .ff-field_container .ff-t-container {
    display: block;
  }
}
.popup.form .form-popup-content .fluentform form .ff-field_container .ff-t-container .ff-t-cell {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .popup.form .form-popup-content .fluentform form .ff-field_container .ff-t-container .ff-t-cell {
    width: 100%;
  }
}
.popup.form .form-popup-content .fluentform form .ff-field_container .ff-t-container .ff-t-cell:last-child {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .popup.form .form-popup-content .fluentform form .ff-field_container .ff-t-container .ff-t-cell:last-child {
    padding-left: 0;
  }
}
.popup.form .form-popup-content .fluentform form .ff-field_container .ff-t-container .ff-t-cell .ff-el-group label {
  color: black;
  font-size: 14px;
  padding-bottom: 3px;
  margin-bottom: 0;
}
.popup.form .form-popup-content .fluentform form .ff-field_container .ff-t-container .ff-t-cell .ff-el-group input {
  border: 1px solid #D3D3D3;
  font-size: 14px;
  width: 100%;
  padding: 18px;
  height: auto;
  box-shadow: none;
}
.popup.form .form-popup-content .ff-message-success {
  padding: 50px;
  text-align: center;
  color: green;
}

.section_icon {
  padding: 50px 0;
  text-align: center;
  width: 100%;
}
.section_icon img {
  max-width: 34px;
}
@media screen and (max-width: 999px) {
  .section_icon {
    padding: 15px 0;
  }
}

.section_hero_icon {
  padding: 50px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .section_hero_icon {
    padding: 15px 0;
  }
  .section_hero_icon img {
    max-width: 80px;
  }
}

.flatpickr-calendar {
  z-index: 99999999 !important;
}
.flatpickr-calendar select {
  background-image: none !important;
}
.flatpickr-calendar .flatpickr-current-month {
  display: flex !important;
  justify-content: space-between !important;
}

.page_about {
  @import url(https://fonts.googleapis.com/css?family=Montserrat);
}
.page_about .background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  backface-visibility: hidden;
  height: 110vh;
  position: fixed;
  width: 100%;
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}
.page_about .background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.page_about .background:first-child .content-wrapper {
  transform: translateY(10vh);
}
.page_about video {
  position: absolute;
  bottom: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}
.page_about video:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.page_about {
  /* Set stacking context of slides */
}
.page_about .background:nth-child(1) {
  z-index: 8;
}
.page_about .background:nth-child(2) {
  z-index: 7;
}
.page_about .background:nth-child(3) {
  z-index: 6;
}
.page_about .background:nth-child(4) {
  z-index: 5;
}
.page_about .background:nth-child(5) {
  z-index: 4;
}
.page_about .background:nth-child(6) {
  z-index: 3;
}
.page_about .background:nth-child(7) {
  z-index: 2;
}
.page_about .background:nth-child(8) {
  z-index: 1;
}
.page_about .content-wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-flow: column nowrap;
  color: #fff;
  font-family: Montserrat;
  text-transform: uppercase;
  transform: translateY(40vh);
  will-change: transform;
  backface-visibility: hidden;
  transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
}
.page_about .content-title {
  font-size: 12vh;
  line-height: 1.4;
}
.page_about .background.up-scroll {
  transform: translate3d(0, -5vh, 0);
}
.page_about .background.up-scroll .content-wrapper {
  transform: translateY(5vh);
}
.page_about .background.up-scroll + .background {
  transform: translate3d(0, 10vh, 0);
}
.page_about .background.up-scroll + .background .content-wrapper {
  transform: translateY(10vh);
}
.page_about .background.down-scroll {
  transform: translate3d(0, -110vh, 0);
}
.page_about .background.down-scroll .content-wrapper {
  transform: translateY(40vh);
}
.page_about .background.down-scroll + .background:not(.down-scroll) {
  transform: translate3d(0, -5vh, 0);
}
.page_about .background.down-scroll + .background:not(.down-scroll) .content-wrapper {
  transform: translateY(5vh);
}

/* Slider */
.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: pointer;
  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;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license
Copyright (c) 2013 Daniel Eden
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-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);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-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;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-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;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-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;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    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% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) 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% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    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);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -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;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
  transform: translateX(300px);
}

@-webkit-keyframes animateRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes animateRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animateRight {
  -webkit-animation-name: animateRight;
  animation-name: animateRight;
}

@-webkit-keyframes animateLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes animateLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animateLeft {
  -webkit-animation-name: animateLeft;
  animation-name: animateLeft;
}

@-webkit-keyframes animateRightTitle {
  from {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes animateRightTitle {
  from {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animateRightTitle {
  -webkit-animation-name: animateRightTitle;
  animation-name: animateRightTitle;
}

@-webkit-keyframes animateLeftTitle {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes animateLeftTitle {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animateLeftTitle {
  -webkit-animation-name: animateLeftTitle;
  animation-name: animateLeftTitle;
}

@-webkit-keyframes animateHeight {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 100%;
  }
}
@keyframes animateHeight {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 100%;
  }
}
.animateHeight {
  -webkit-animation-name: animateHeight;
  animation-name: animateHeight;
}

@-webkit-keyframes animateWidth {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 20px;
  }
}
@keyframes animateWidth {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 20px;
  }
}
.animateWidth {
  -webkit-animation-name: animateWidth;
  animation-name: animateWidth;
}

@-webkit-keyframes slideOutUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideOutDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes animateWidthone {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 25px;
  }
}
@keyframes animateWidthone {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 25px;
  }
}
.animateWidthone {
  -webkit-animation-name: animateWidthone;
  animation-name: animateWidthone;
}

@-webkit-keyframes animateWidthtwo {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 20px;
  }
}
@keyframes animateWidthtwo {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 20px;
  }
}
.animateWidthtwo {
  -webkit-animation-name: animateWidthtwo;
  animation-name: animateWidthtwo;
}

@-webkit-keyframes animateWidththree {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 15px;
  }
}
@keyframes animateWidththree {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 15px;
  }
}
.animateWidththree {
  -webkit-animation-name: animateWidththree;
  animation-name: animateWidththree;
}

@-webkit-keyframes slidefullheight {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slidefullheight {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slidefullheight {
  -webkit-animation-name: slidefullheight;
  animation-name: slidefullheight;
}

@-webkit-keyframes borderfullwidth {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 100%;
  }
}
@keyframes borderfullwidth {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 100%;
  }
}
.borderfullwidth {
  -webkit-animation-name: borderfullwidth;
  animation-name: borderfullwidth;
}

.page_contact_us .section_col .section_background {
  display: flex;
}
@media screen and (max-width: 999px) {
  .page_contact_us .section_col .section_background {
    flex-direction: column;
  }
}
.page_contact_us .section_col .section_background .images {
  width: 45%;
}
@media screen and (max-width: 999px) {
  .page_contact_us .section_col .section_background .images {
    width: 100%;
  }
}
.page_contact_us .section_col .section_background .images img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .page_contact_us .section_col .section_background .images img {
    width: 100%;
  }
}
.page_contact_us .section_col .section_background .info {
  width: 55%;
  padding: 60px 20px 40px 40px;
  max-width: 550px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 999px) {
  .page_contact_us .section_col .section_background .info {
    width: 100%;
    max-width: 100%;
    padding: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_contact_us .section_col .section_background .info {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_contact_us .section_col .section_background .info img {
    max-width: 30px;
  }
}
.page_contact_us .section_col .section_background .info .title {
  font-size: 32px;
  font-family: "Alverata";
  font-weight: 600;
  line-height: 42px;
  color: white;
  padding-top: 10px;
}
@media screen and (max-width: 999px) {
  .page_contact_us .section_col .section_background .info .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page_contact_us .section_col .section_background .info .title {
    font-size: 18px;
    line-height: 32px;
    padding-top: 5px;
  }
}
.page_contact_us .section_col .section_background .info .note {
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding-top: 8px;
  color: white;
}
@media screen and (max-width: 767px) {
  .page_contact_us .section_col .section_background .info .note {
    font-size: 14px;
    line-height: 20px;
    padding-top: 0;
  }
}
.page_contact_us .section_col .section_background .info .text_link {
  display: flex;
  align-items: center;
  column-gap: 5px;
  padding-top: 15px;
}
.page_contact_us .section_col .section_background .info .text_link p {
  font-size: 18px;
  color: white;
  font-weight: 500;
}
.page_contact_us .section_col .section_background .info .text_link a {
  font-size: 16px;
  color: #a75b4d;
  font-weight: 600;
  text-decoration: underline;
}
.page_contact_us .section_col .section_background .info .form_content {
  padding: 35px 0 0;
}
.page_contact_us .section_col .section_background .info .form_content form .ff-el-group {
  padding-top: 5px;
}
.page_contact_us .section_col .section_background .info .form_content form .ff-el-group:first-child {
  padding-top: 0;
}
.page_contact_us .section_col .section_background .info .form_content form .ff-el-group label {
  color: white;
  font-size: 14px;
  padding-bottom: 3px;
  margin-bottom: 0;
}
.page_contact_us .section_col .section_background .info .form_content form .ff-el-group label span {
  color: #A75B4D;
  font-size: 12px;
}
.page_contact_us .section_col .section_background .info .form_content form .ff-el-group input {
  background: #ECEDF0;
  color: #666666;
  font-size: 14px;
  width: 100%;
  padding: 10px;
  height: auto;
  box-shadow: none;
}
.page_contact_us .section_col .section_background .info .form_content form .ff-el-group textarea {
  width: 100%;
  background: #ECEDF0;
  font-size: 16px;
  resize: none;
  padding: 15px !important;
  height: 120px !important;
}
.page_contact_us .section_col .section_background .info .form_content form .ff-el-group button {
  background: #A75B4D;
  max-width: 200px;
  width: 100%;
  padding: 12px 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
  line-height: 28px;
  border: 0;
  border-radius: 0;
}
.page_contact_us .section_col .section_background .info .form_content form .ff-el-group button:hover {
  background: #8c493d;
  opacity: 1;
}
.page_contact_us .section_col .section_background .info .form_content form .ff-el-group .ff-el-input--content {
  display: flex;
  align-items: center;
}
.page_contact_us .section_col .section_background .info .form_content form .ff-el-group .ff-el-input--content .ff-el-form-check {
  margin-right: 15px;
}
.page_contact_us .section_col .section_background .info .form_content form .ff-el-group .ff-el-input--content .ff-el-form-check .ff-el-form-check-label {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
}
.page_contact_us .section_col .section_background .info .form_content form .ff-el-group .ff-el-input--content .ff-el-form-check .ff-el-form-check-label input {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.page_contact_us .section_col .section_background .info .form_content form .ff-el-group .ff-el-input--content .ff-el-form-check .ff-el-form-check-label span {
  display: block;
  color: white;
  font-size: 16px;
  font-weight: 800;
}
.page_contact_us .section_col .section_background .info .form_content form .ff-el-group .ff-el-input--content .ff-el-form-check .ff-el-form-check-label::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid white;
  border-radius: 50%;
}
.page_contact_us .section_col .section_background .info .form_content form .ff-el-group .ff-el-input--content .ff-el-form-check .ff-el-form-check-label::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #A75B4D;
  opacity: 0;
}
.page_contact_us .section_col .section_background .info .form_content form .ff-el-group .ff-el-input--content .ff-el-form-check.ff_item_selected .ff-el-form-check-label span {
  color: #A75B4D;
}
.page_contact_us .section_col .section_background .info .form_content form .ff-el-group .ff-el-input--content .ff-el-form-check.ff_item_selected .ff-el-form-check-label::before {
  border: 2px solid #A75B4D;
}
.page_contact_us .section_col .section_background .info .form_content form .ff-el-group .ff-el-input--content .ff-el-form-check.ff_item_selected .ff-el-form-check-label::after {
  opacity: 1;
}
.page_contact_us .section_col .section_background .info .form_content .ff-message-success {
  text-align: center;
  line-height: 25px;
  color: green;
  border: 0;
  box-shadow: none;
  font-size: 18px;
}
.page_contact_us .section_col .section_background .info ul {
  padding-top: 20px;
}
.page_contact_us .section_col .section_background .info ul li {
  padding-bottom: 20px;
}
.page_contact_us .section_col .section_background .info ul li img {
  margin-bottom: 5px;
}
.page_contact_us .section_col .section_background .info ul li p {
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 5px;
  color: white;
}
.page_contact_us .section_col .section_background .info ul li p + p {
  font-weight: bold;
}
.page_contact_us .section_col .section_background .info .link {
  max-width: 145px;
  margin-top: 20px;
  border: 2px solid white;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 14px;
  color: white;
  padding: 10px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}
.page_contact_us .section_col .section_background .info .link:hover {
  background: white;
  color: black;
}
.page_contact_us .section_col .section_background .info .link::before {
  content: "location_on";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}
@media screen and (max-width: 999px) {
  .page_contact_us .section_col.sec_info .section_background {
    flex-direction: column-reverse;
  }
}
.page_contact_us .section_col.sec_info .info {
  margin: 0 auto !important;
}
@media screen and (max-width: 767px) {
  .page_contact_us .section_col.sec_info .info img {
    max-width: 95px;
  }
}
.page_contact_us .contact_us_bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 17.5%;
  padding-bottom: 17.5%;
}
.page_contact_us .contact_us_bg .text {
  bottom: 0;
  position: relative;
  z-index: 99;
}
.page_contact_us .contact_us_bg .text h4 {
  color: rgb(255, 255, 255);
  font-size: 64px;
  font-family: "Alverata";
  font-weight: 900;
  line-height: 56px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page_contact_us .contact_us_bg .text h4 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_contact_us .contact_us_bg .text h4 {
    font-size: 26px;
    line-height: 32px;
  }
}
.page_contact_us .contact_us_bg .text ul {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .page_contact_us .contact_us_bg .text ul {
    flex-direction: column;
    padding-top: 50px;
  }
}
.page_contact_us .contact_us_bg .text ul li {
  width: 33.3333333333%;
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  .page_contact_us .contact_us_bg .text ul li {
    width: 100%;
    max-width: 100%;
    padding-bottom: 50px;
  }
}
.page_contact_us .contact_us_bg .text ul li p {
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 10px;
  color: white;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .page_contact_us .contact_us_bg .text ul li p {
    padding-bottom: 0;
  }
}
.page_contact_us .contact_us_bg .text ul li .link {
  max-width: 145px;
  margin-top: 8px;
  border: 2px solid white;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 14px;
  color: white;
  padding: 10px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}
.page_contact_us .contact_us_bg .text ul li .link:hover {
  background: white;
  color: black;
}
.page_contact_us .contact_us_bg .text ul li .link::before {
  content: "location_on";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}

.has-slider {
  overflow: hidden;
}

body #hero-slider {
  opacity: 0;
  visibility: hidden;
}

body.has-slider #hero-slider {
  opacity: 1;
  visibility: visible;
}

.page_about {
  position: relative;
  background: #fff;
  z-index: 22;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}
.page_about .page-content {
  position: relative;
  background: #fff;
  z-index: 22;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}
.page_about .hero-slider {
  height: 100vh;
}
.page_about .hero-slider .item {
  position: relative;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  -webkit-transition: height 1.2s;
  -moz-transition: height 1.2s;
  -o-transition: height 1.2s;
  transition: height 1.2s;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* display: flex; */
}
.page_about .hero-slider .item.active {
  height: 100%;
}
.page_about .hero-slider .item.reverse .about-box {
  left: auto;
  right: 0;
}
.page_about .hero-slider .item .bg-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.page_about .hero-slider .item .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_about .hero-slider .item .icon_above {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.page_about .hero-slider video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page_about .hero-slider .thumbs {
  display: none !important;
  position: fixed;
  top: 0;
  right: 2em;
  bottom: 0;
  font-size: 1.125em;
  line-height: 2.5;
  color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .page_about .hero-slider .thumbs {
    display: none;
  }
}
.page_about .hero-slider .thumbs li {
  cursor: pointer;
  color: #fff;
  line-height: 50px;
}
.page_about .hero-slider .thumbs .last {
  background: url(../img/icons/next.png) 50% 50% no-repeat;
}
.page_about .hero-slider .thumbs .active {
  font-weight: bold;
  cursor: default;
  text-shadow: 0 0 1px;
  color: #ff9800;
}
.page_about .hero-slider .grid {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.page_about .hero-slider .text {
  padding: 20px;
}
.page_about .hero-slider h1 {
  font-size: 40px;
  font-family: "Alverata";
  font-weight: 900;
  line-height: 56px;
}
@media screen and (max-width: 999px) {
  .page_about .hero-slider h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .page_about .hero-slider h1 {
    font-size: 18px;
    line-height: 28px;
  }
}
.page_about .hero-slider .border_box {
  height: 10px;
  width: 100%;
  background: #A7CCD5;
  display: block;
}
.page_about .hero-slider .grid {
  position: relative;
  z-index: 3;
}
.page_about .hero-slider .about-box {
  background-color: rgba(255, 255, 255, 0.9);
  width: 510px;
  position: absolute;
  bottom: 0;
  box-shadow: 0px 4px 20px rgba(46, 96, 106, 0.2);
  color: #1E1E1E;
  text-align: start;
  left: 0;
  z-index: 3;
  display: none;
  max-width: 100%;
}
.page_about .hero-slider .about-box h3 {
  font-family: "Alverata";
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .page_about .hero-slider .about-box h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .page_about .hero-slider .about-box h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.page_about .hero-slider .about-box .note {
  font-size: 21px;
  font-family: "Alverata";
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .page_about .hero-slider .about-box .note {
    font-size: 16px;
  }
}
.page_about .hero-slider .about-box .content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.page_about .hero-slider .about-box .actions {
  margin-top: 20px;
}
.page_about .hero-slider .about-box .actions .btn_bk {
  display: block;
  width: 210px;
  text-align: center;
  font-size: 15px;
  line-height: 52px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  background: #A7CCD5;
  color: black;
}
.page_about .section_content_two .section_icon {
  display: none;
}
.page_about .section_content_two .section_col {
  height: 100%;
}
.page_about .section_content_two .section_col.row_reverse .section_background {
  flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  .page_about .section_content_two .section_col.row_reverse .section_background {
    flex-direction: column;
  }
}
.page_about .section_content_two .section_col.row_reverse .section_background .images {
  flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  .page_about .section_content_two .section_col.row_reverse .section_background .images {
    flex-direction: column;
  }
}
.page_about .section_content_two .section_col.row_reverse .section_background .info {
  margin: 0 0 0 auto;
  padding: 150px 80px 100px 20px;
}
@media screen and (max-width: 999px) {
  .page_about .section_content_two .section_col.row_reverse .section_background .info {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_about .section_content_two .section_col.row_reverse .section_background .info {
    padding: 30px 15px;
  }
}
.page_about .section_content_two .section_col .section_background {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .page_about .section_content_two .section_col .section_background {
    flex-direction: column;
  }
}
.page_about .section_content_two .section_col .section_background .images {
  width: 58%;
  display: flex;
}
@media screen and (max-width: 999px) {
  .page_about .section_content_two .section_col .section_background .images {
    width: 100%;
    flex-direction: column;
  }
}
.page_about .section_content_two .section_col .section_background .images .border_img_color {
  width: 20px;
  height: 100%;
  display: block;
}
@media screen and (max-width: 999px) {
  .page_about .section_content_two .section_col .section_background .images .border_img_color {
    width: 100%;
    height: 10px;
  }
}
.page_about .section_content_two .section_col .section_background .images img {
  width: calc(100% - 20px);
}
@media screen and (max-width: 999px) {
  .page_about .section_content_two .section_col .section_background .images img {
    width: 100%;
  }
}
.page_about .section_content_two .section_col .section_background .info {
  width: 42%;
  padding: 150px 20px 100px 80px;
  max-width: 550px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 999px) {
  .page_about .section_content_two .section_col .section_background .info {
    width: 100%;
    max-width: 100%;
    padding: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_about .section_content_two .section_col .section_background .info {
    padding: 30px 15px;
  }
}
.page_about .section_content_two .section_col .section_background .info .title {
  font-size: 32px;
  font-family: "Alverata";
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page_about .section_content_two .section_col .section_background .info .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page_about .section_content_two .section_col .section_background .info .title {
    font-size: 18px;
  }
}
.page_about .section_content_two .section_col .section_background .info .note {
  display: block;
  font-size: 18px;
  padding-top: 10px;
}
.page_about .section_content_two .section_col .section_background .info .desc {
  padding: 15px 0 25px;
}
@media screen and (max-width: 999px) {
  .page_about .section_content_two .section_col .section_background .info .desc {
    padding: 15px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .page_about .section_content_two .section_col .section_background .info .desc {
    padding: 10px 0 30px;
  }
}
.page_about .section_content_two .section_col .section_background .info .desc p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .page_about .section_content_two .section_col .section_background .info .desc p {
    font-size: 14px;
    line-height: 26px;
  }
}
.page_about .section_content_two .section_col .section_background .info .btn_bk {
  display: block;
  width: 250px;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 20px 0;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page_about .section_content_two .section_col .section_background .info .btn_bk {
    font-size: 14px;
    padding: 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .page_about .section_content_two .section_col .section_background .info .btn_bk {
    font-size: 12px;
    padding: 12px 0;
    width: 100%;
  }
}

.section_content_two_test {
  display: none;
}
.section_content_two_test.parallax-image {
  position: relative;
}
.section_content_two_test .section_col.row_reverse .section_background {
  flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  .section_content_two_test .section_col.row_reverse .section_background {
    flex-direction: column;
  }
}
.section_content_two_test .section_col.row_reverse .section_background .images {
  flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  .section_content_two_test .section_col.row_reverse .section_background .images {
    flex-direction: column;
  }
}
.section_content_two_test .section_col.row_reverse .section_background .info {
  margin: 0 0 0 auto;
  padding: 150px 80px 100px 20px;
}
@media screen and (max-width: 999px) {
  .section_content_two_test .section_col.row_reverse .section_background .info {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .section_content_two_test .section_col.row_reverse .section_background .info {
    padding: 30px 15px;
  }
}
.section_content_two_test .section_col .section_background {
  display: flex;
}
@media screen and (max-width: 999px) {
  .section_content_two_test .section_col .section_background {
    flex-direction: column;
  }
}
.section_content_two_test .section_col .section_background .images {
  width: 58%;
  display: flex;
}
@media screen and (max-width: 999px) {
  .section_content_two_test .section_col .section_background .images {
    width: 100%;
    flex-direction: column;
  }
}
.section_content_two_test .section_col .section_background .images .border_img_color {
  width: 20px;
  height: 100%;
  display: block;
}
@media screen and (max-width: 999px) {
  .section_content_two_test .section_col .section_background .images .border_img_color {
    width: 100%;
    height: 10px;
  }
}
.section_content_two_test .section_col .section_background .images img {
  width: calc(100% - 20px);
}
@media screen and (max-width: 999px) {
  .section_content_two_test .section_col .section_background .images img {
    width: 100%;
  }
}
.section_content_two_test .section_col .section_background .info {
  width: 42%;
  padding: 150px 20px 100px 80px;
  max-width: 550px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 999px) {
  .section_content_two_test .section_col .section_background .info {
    width: 100%;
    max-width: 100%;
    padding: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .section_content_two_test .section_col .section_background .info {
    padding: 30px 15px;
  }
}
.section_content_two_test .section_col .section_background .info .title {
  font-size: 32px;
  font-family: "Alverata";
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .section_content_two_test .section_col .section_background .info .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .section_content_two_test .section_col .section_background .info .title {
    font-size: 18px;
  }
}
.section_content_two_test .section_col .section_background .info .note {
  display: block;
  font-size: 18px;
  padding-top: 10px;
}
.section_content_two_test .section_col .section_background .info .desc {
  padding: 15px 0 25px;
}
@media screen and (max-width: 999px) {
  .section_content_two_test .section_col .section_background .info .desc {
    padding: 15px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .section_content_two_test .section_col .section_background .info .desc {
    padding: 10px 0 30px;
  }
}
.section_content_two_test .section_col .section_background .info .desc p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .section_content_two_test .section_col .section_background .info .desc p {
    font-size: 14px;
    line-height: 26px;
  }
}
.section_content_two_test .section_col .section_background .info .btn_bk {
  display: block;
  width: 250px;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 20px 0;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .section_content_two_test .section_col .section_background .info .btn_bk {
    font-size: 14px;
    padding: 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .section_content_two_test .section_col .section_background .info .btn_bk {
    font-size: 12px;
    padding: 12px 0;
    width: 100%;
  }
}

.page_about_mob .page .hero_about {
  position: relative;
  height: 100vh;
}
.page_about_mob .page .hero_about::before {
  content: "";
  position: absolute;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0.24) 0%, hsla(0, 0%, 0%, 0.271) 100%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 9;
}
.page_about_mob .page .hero_about video {
  position: absolute;
  bottom: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page_about_mob .page .hero_about .text {
  bottom: 0;
  top: 0;
  left: 15px;
  right: 15px;
  position: absolute;
  z-index: 99;
  text-align: center;
  max-width: 500px;
  max-height: 0;
  margin: auto;
}
.page_about_mob .page .hero_about .text h1 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-family: "Alverata";
  font-weight: 900;
  line-height: 56px;
}
@media screen and (max-width: 767px) {
  .page_about_mob .page .hero_about .text h1 {
    font-size: 22px;
    line-height: 32px;
  }
}
.page_about_mob .page .hero_about .text p {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-transform: capitalize;
  padding-top: 20px;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .page_about_mob .page .hero_about .text p {
    font-size: 16px;
    line-height: 28px;
    max-width: 500px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page_about_mob .page .hero_about .text p {
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
  }
}
.page_about_mob .page .section_content {
  position: relative;
  min-height: 100vh;
}
.page_about_mob .page .section_content .full_image {
  position: relative;
  font-size: 0;
}
.page_about_mob .page .section_content .full_image::before {
  content: "";
  position: absolute;
  background: linear-gradient(275deg, rgba(0, 0, 0, 0) 0%, hsla(0, 0%, 0%, 0.21) 100%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .page_about_mob .page .section_content .full_image::before {
    display: none;
  }
}
.page_about_mob .page .section_content .full_image.row_reverse .postion {
  right: 50px;
  left: auto;
}
.page_about_mob .page .section_content .full_image .hero_img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.page_about_mob .page .section_content .full_image .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 0;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .page_about_mob .page .section_content .full_image .image::before {
    content: "";
    position: absolute;
    background: linear-gradient(275deg, rgba(0, 0, 0, 0) 0%, hsla(0, 0%, 0%, 0.21) 100%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    z-index: 9;
  }
}
.page_about_mob .page .section_content .full_image .image .icon_above {
  text-align: center;
}
.page_about_mob .page .section_content .full_image .image .icon_above img {
  max-width: 180px;
}
.page_about_mob .page .section_content .full_image .postion .border_box {
  height: 10px;
  width: 100%;
  background: #A7CCD5;
  display: block;
}
.page_about_mob .page .section_content .full_image .postion .text {
  position: relative;
  padding: 20px 15px 30px;
}
.page_about_mob .page .section_content .full_image .postion .text img {
  max-width: 30px;
}
.page_about_mob .page .section_content .full_image .postion .text h3 {
  color: black;
  font-size: 28px;
  line-height: 36px;
  font-family: "Alverata";
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .page_about_mob .page .section_content .full_image .postion .text h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.page_about_mob .page .section_content .full_image .postion .text .note {
  display: block;
  font-size: 16px;
  padding: 10px 0;
  font-weight: 400;
  color: black;
}
@media screen and (max-width: 767px) {
  .page_about_mob .page .section_content .full_image .postion .text .note {
    font-size: 14px;
  }
}
.page_about_mob .page .section_content .full_image .postion .text .section_fadein .desc {
  padding: 10px 0 30px;
  position: relative;
}
.page_about_mob .page .section_content .full_image .postion .text .section_fadein .desc .content {
  max-height: 140px;
  overflow: auto;
}
.page_about_mob .page .section_content .full_image .postion .text .section_fadein .desc .content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  color: black;
}
@media screen and (max-width: 767px) {
  .page_about_mob .page .section_content .full_image .postion .text .section_fadein .desc .content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.page_about_mob .page .section_content .full_image .postion .text .section_fadein .actions {
  position: relative;
}
.page_about_mob .page .section_content .full_image .postion .text .section_fadein .actions .btn_bk {
  display: block;
  width: 210px;
  margin-right: 50px;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 14px 0;
  letter-spacing: 1px;
  font-weight: 600;
  background: #A7CCD5;
  color: black;
}
@media screen and (max-width: 999px) {
  .page_about_mob .page .section_content .full_image .postion .text .section_fadein .actions .btn_bk {
    font-size: 14px;
    padding: 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .page_about_mob .page .section_content .full_image .postion .text .section_fadein .actions .btn_bk {
    font-size: 12px;
    padding: 12px 0;
    width: 100%;
    max-width: 100%;
  }
}
.page_about_mob .page .section_content_two .section_col.row_reverse .section_background {
  flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  .page_about_mob .page .section_content_two .section_col.row_reverse .section_background {
    flex-direction: column;
  }
}
.page_about_mob .page .section_content_two .section_col.row_reverse .section_background .images {
  flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  .page_about_mob .page .section_content_two .section_col.row_reverse .section_background .images {
    flex-direction: column;
  }
}
.page_about_mob .page .section_content_two .section_col.row_reverse .section_background .info {
  margin: 0 0 0 auto;
  padding: 150px 80px 100px 20px;
}
@media screen and (max-width: 999px) {
  .page_about_mob .page .section_content_two .section_col.row_reverse .section_background .info {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_about_mob .page .section_content_two .section_col.row_reverse .section_background .info {
    padding: 30px 15px;
  }
}
.page_about_mob .page .section_content_two .section_col .section_background {
  display: flex;
}
@media screen and (max-width: 999px) {
  .page_about_mob .page .section_content_two .section_col .section_background {
    flex-direction: column;
  }
}
.page_about_mob .page .section_content_two .section_col .section_background .images {
  width: 58%;
  display: flex;
}
@media screen and (max-width: 999px) {
  .page_about_mob .page .section_content_two .section_col .section_background .images {
    width: 100%;
    flex-direction: column;
  }
}
.page_about_mob .page .section_content_two .section_col .section_background .images .border_img_color {
  width: 20px;
  height: 100%;
  display: block;
}
@media screen and (max-width: 999px) {
  .page_about_mob .page .section_content_two .section_col .section_background .images .border_img_color {
    width: 100%;
    height: 10px;
  }
}
.page_about_mob .page .section_content_two .section_col .section_background .images img {
  width: calc(100% - 20px);
}
@media screen and (max-width: 999px) {
  .page_about_mob .page .section_content_two .section_col .section_background .images img {
    width: 100%;
  }
}
.page_about_mob .page .section_content_two .section_col .section_background .info {
  width: 42%;
  padding: 150px 20px 100px 80px;
  max-width: 550px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 999px) {
  .page_about_mob .page .section_content_two .section_col .section_background .info {
    width: 100%;
    max-width: 100%;
    padding: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_about_mob .page .section_content_two .section_col .section_background .info {
    padding: 30px 15px;
  }
}
.page_about_mob .page .section_content_two .section_col .section_background .info .title {
  font-size: 32px;
  font-family: "Alverata";
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page_about_mob .page .section_content_two .section_col .section_background .info .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page_about_mob .page .section_content_two .section_col .section_background .info .title {
    font-size: 18px;
  }
}
.page_about_mob .page .section_content_two .section_col .section_background .info .note {
  display: block;
  font-size: 18px;
  padding-top: 10px;
}
.page_about_mob .page .section_content_two .section_col .section_background .info .desc {
  padding: 15px 0 25px;
}
@media screen and (max-width: 999px) {
  .page_about_mob .page .section_content_two .section_col .section_background .info .desc {
    padding: 15px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .page_about_mob .page .section_content_two .section_col .section_background .info .desc {
    padding: 10px 0 30px;
  }
}
.page_about_mob .page .section_content_two .section_col .section_background .info .desc p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .page_about_mob .page .section_content_two .section_col .section_background .info .desc p {
    font-size: 14px;
    line-height: 26px;
  }
}
.page_about_mob .page .section_content_two .section_col .section_background .info .btn_bk {
  display: block;
  width: 250px;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 20px 0;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page_about_mob .page .section_content_two .section_col .section_background .info .btn_bk {
    font-size: 14px;
    padding: 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .page_about_mob .page .section_content_two .section_col .section_background .info .btn_bk {
    font-size: 12px;
    padding: 12px 0;
    width: 100%;
  }
}

.page_home .video_hero {
  position: relative;
  height: 120vh;
}
@media screen and (max-width: 1440px) {
  .page_home .video_hero {
    height: 100vh;
  }
}
@media screen and (max-width: 999px) {
  .page_home .video_hero {
    height: 46vh;
  }
}
@media screen and (max-width: 767px) {
  .page_home .video_hero {
    height: 29vh;
  }
}
@media screen and (max-width: 479px) {
  .page_home .video_hero {
    height: 27vh;
  }
}
.page_home .video_hero iframe, .page_home .video_hero video {
  pointer-events: none; /* true background video — no control interaction */
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -30%);
}
@media screen and (max-width: 999px) {
  .page_home .video_hero iframe, .page_home .video_hero video {
    min-height: 50vh;
    min-width: 50.77vh;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -45%);
  }
}
.page_home .hero_home {
  position: relative;
  width: 100%;
  padding-top: 25%;
  padding-bottom: 25%;
}
@media screen and (max-width: 767px) {
  .page_home .hero_home {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.page_home .hero_home {
  cursor: pointer;
}
.page_home .hero_home::before {
  content: "";
  position: absolute;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0.24) 0%, hsla(0, 0%, 0%, 0.271) 100%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .page_home .hero_home::before {
    display: none;
  }
}
.page_home .hero_home video {
  position: absolute;
  bottom: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page_home .hero_home video {
    position: relative;
  }
  .page_home .hero_home video::before {
    content: "";
    position: absolute;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0.24) 0%, hsla(0, 0%, 0%, 0.271) 100%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    z-index: 9;
  }
}
.page_home .hero_home iframe {
  position: absolute;
  bottom: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page_home .hero_home iframe body {
  display: block !important;
  width: 100% !important;
}
.page_home .hero_home iframe body #player {
  max-width: 100% !important;
  height: 100% !important;
}
.page_home .hero_home iframe body #player video {
  object-fit: cover !important;
}
.page_home .hero_home .text {
  bottom: 0;
  position: relative;
  z-index: 99;
  text-align: center;
  max-width: 60;
  margin: 0 auto;
}
.page_home .hero_home .text .player__controls {
  position: relative;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.page_home .hero_home .text .player__controls button {
  position: relative;
  width: 66px;
  height: 66px;
  background: white;
  border-radius: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page_home .hero_home .text .player__controls button {
    width: 45px;
    height: 45px;
  }
}
.page_home .hero_home .text .player__controls button::before {
  content: "play_arrow";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  color: black;
  font-size: 35px;
  position: absolute;
  right: 0;
  left: 0;
  top: 15px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .page_home .hero_home .text .player__controls button::before {
    font-size: 20px;
    top: 13px;
  }
}
.page_home .hero_home .text .player__controls.paused button::before {
  content: "pause";
}
.page_home .hero_home:hover .text .player__controls {
  opacity: 1;
}
.page_home .hero_text {
  text-align: center;
}
.page_home .hero_text h1 {
  color: black;
  font-size: 40px;
  font-family: "Alverata";
  font-weight: 900;
  line-height: 56px;
}
@media screen and (max-width: 767px) {
  .page_home .hero_text h1 {
    font-size: 22px;
    line-height: 32px;
  }
}
.page_home .hero_text p {
  display: block;
  color: black;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .page_home .hero_text p {
    font-size: 14px;
    line-height: 26px;
    padding-top: 10px;
  }
}
.page_home .hero_text .link {
  max-width: 250px;
  margin-top: 8px;
  border: 2px solid black;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 14px;
  color: black;
  padding: 15px 10px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .page_home .hero_text .link {
    margin: 20px auto;
  }
}
.page_home .hero_text .link:hover {
  background: black;
  color: white;
}
.page_home .hero_text .link::before {
  content: "location_on";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  margin-right: 3px;
}
.page_home .section_content {
  padding-top: 50px;
}
.page_home .section_content .section_image_hotspot {
  position: relative;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .section_image_hotspot {
    display: none;
  }
}
.page_home .section_content .section_image_hotspot .map_icon {
  text-align: center;
  background: #A05446;
  padding: 25px 0;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .section_image_hotspot .map_icon {
    padding: 15px 0;
  }
  .page_home .section_content .section_image_hotspot .map_icon img {
    max-width: 300px;
  }
}
.page_home .section_content .section_image_hotspot .image_hotspot {
  position: relative;
  transition: all 0.3s ease;
}
.page_home .section_content .section_image_hotspot .image_hotspot.active {
  display: block;
}
.page_home .section_content .section_image_hotspot .image_hotspot img {
  width: 100%;
}
.page_home .section_content .section_image_hotspot .image_hotspot .single_point {
  position: absolute;
  width: 40px;
  height: 40px;
  margin: auto;
  cursor: pointer;
  padding: 50px;
}
.page_home .section_content .section_image_hotspot .image_hotspot .single_point .point_icon .icon {
  width: 30px;
  height: 30px;
  border: 5px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 50px;
  display: block;
  position: relative;
  -webkit-animation: bounce 1s infinite ease-in-out alternate;
  animation: bounce 1s infinite ease-in-out alternate;
}
.page_home .section_content .section_image_hotspot .image_hotspot .single_point .point_icon .icon::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 0.4s ease;
  background: #FF5C00;
  border-radius: 50px;
}
.page_home .section_content .section_image_hotspot .image_hotspot .single_point .point_icon .icon::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 0.4s ease;
  background: #C61C1C;
  border-radius: 50px;
}
@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-15px);
    transform: scale(1.3);
  }
}
@keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-15px);
    transform: scale(1.3);
  }
}
.page_home .section_content .section_image_hotspot .image_hotspot .single_point .product_widget {
  position: absolute;
  opacity: 0;
  width: 0;
  min-height: 0;
  margin: 0;
  font-size: 0;
  transition: width 0.3s 0.5s ease-in-out, max-height 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 9999;
}
.page_home .section_content .section_image_hotspot .image_hotspot .single_point .product_widget .product_widget_box {
  transition: font-size 0.5s 0.3s, color 0.3s;
  position: relative;
  display: block;
  height: 100%;
  transition: all 0.3s ease;
  pointer-events: none;
}
.page_home .section_content .section_image_hotspot .image_hotspot .single_point .product_widget .product_widget_box .img {
  font-size: 0;
}
.page_home .section_content .section_image_hotspot .image_hotspot .single_point .product_widget .product_widget_box .img img {
  height: 100%;
  max-height: 250px;
  max-height: 250px;
  object-fit: cover;
}
.page_home .section_content .section_image_hotspot .image_hotspot .single_point .product_widget .product_widget_box .img .border_img_color {
  width: 100%;
  height: 10px;
  display: block;
}
.page_home .section_content .section_image_hotspot .image_hotspot .single_point .product_widget .product_widget_box .sec_info {
  padding: 20px;
  background: white;
}
.page_home .section_content .section_image_hotspot .image_hotspot .single_point .product_widget .product_widget_box .sec_info .title {
  color: black;
  font-size: 20px;
  font-family: "Alverata";
  font-weight: 900;
  line-height: 38px;
  text-align: center;
}
.page_home .section_content .section_image_hotspot .image_hotspot .single_point .product_widget.active {
  opacity: 1;
  width: 500px;
}
.page_home .section_content .section_image_hotspot .image_hotspot .single_point .product_widget.active .product_widget_box {
  transition: font-size 0.5s 0.3s, color 0.5s 0.8s;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .section_image_hotspot + .section_icon {
    display: none;
  }
}
.page_home .section_content .full_image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15%;
  padding-bottom: 15%;
}
.page_home .section_content .full_image::before {
  content: "";
  position: absolute;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0.24) 0%, hsla(0, 0%, 0%, 0.271) 100%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 9;
}
.page_home .section_content .full_image .text {
  bottom: 0;
  position: relative;
  z-index: 99;
  max-width: 600px;
  margin: 0 auto 0 0;
}
.page_home .section_content .full_image .text h3 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-family: "Alverata";
  font-weight: 900;
  line-height: 56px;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .full_image .text h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .page_home .section_content .full_image .text h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.page_home .section_content .full_image .text .desc {
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .page_home .section_content .full_image .text .desc {
    padding: 20px 0 30px;
  }
}
.page_home .section_content .full_image .text .desc p {
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .page_home .section_content .full_image .text .desc p {
    font-size: 14px;
    line-height: 26px;
  }
}
.page_home .section_content .full_image .text .section_buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.page_home .section_content .full_image .text .section_buttons .btn_bk {
  width: calc(50% - 20px);
  border: 2px solid white;
  font-size: 16px;
  color: white;
  font-weight: 400;
  text-align: center;
  line-height: 14px;
  padding: 20px 15px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.page_home .section_content .full_image .text .section_buttons .btn_bk:first-child {
  margin-right: 10px;
}
.page_home .section_content .full_image .text .section_buttons .btn_bk:hover {
  background: white;
  color: black;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .full_image .text .section_buttons .btn_bk {
    font-size: 14px;
    padding: 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .page_home .section_content .full_image .text .section_buttons .btn_bk {
    font-size: 12px;
    padding: 12px 0;
    width: 100%;
  }
}
.page_home .section_content .section_hotel .section_title {
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page_home .section_content .section_hotel .section_title {
    padding-bottom: 20px;
  }
}
.page_home .section_content .section_hotel .section_title img {
  max-width: 50px;
  margin: o auto;
}
@media screen and (max-width: 767px) {
  .page_home .section_content .section_hotel .section_title img {
    max-width: 25px;
  }
}
.page_home .section_content .section_hotel .section_title h3 {
  color: black;
  font-size: 40px;
  font-family: "Alverata";
  font-weight: 900;
  line-height: 56px;
  padding: 20px 0 10px;
}
@media screen and (max-width: 767px) {
  .page_home .section_content .section_hotel .section_title h3 {
    font-size: 22px;
    line-height: 32px;
    padding: 10px 0;
  }
}
.page_home .section_content .section_hotel .section_title p {
  display: block;
  color: black;
  font-size: 18px;
  line-height: 31px;
  font-weight: 300;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page_home .section_content .section_hotel .section_title p {
    font-size: 14px;
    line-height: 26px;
    padding-top: 0;
  }
}
.page_home .section_content .section_hotel .section_image {
  position: relative;
}
.page_home .section_content .section_hotel .section_image::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.5;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 9;
}
.page_home .section_content .section_hotel .section_image img {
  width: 100%;
}
.page_home .section_content .section_hotel .section_image .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  top: 0;
  text-align: center;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .page_home .section_content .section_hotel .section_image .text {
    bottom: 15px;
  }
}
.page_home .section_content .section_hotel .section_image .text h4 {
  color: white;
  font-size: 32px;
  font-family: "Alverata";
  font-weight: 900;
  line-height: 46px;
}
@media screen and (max-width: 767px) {
  .page_home .section_content .section_hotel .section_image .text h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
.page_home .section_content .section_hotel .section_image .text .section_rates {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
.page_home .section_content .section_hotel .section_image .text .section_rates img {
  width: 20px;
  margin: 0 3px;
}
@media screen and (max-width: 767px) {
  .page_home .section_content .section_hotel .section_image .text .section_rates img {
    width: 15px;
  }
}
.page_home .section_content .section_title_rep {
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_home .section_content .section_title_rep {
    margin-top: 50px;
    padding: 25px 0;
  }
}
.page_home .section_content .section_title_rep img {
  max-width: 50px;
}
@media screen and (max-width: 767px) {
  .page_home .section_content .section_title_rep img {
    max-width: 30px;
  }
}
.page_home .section_content .section_title_rep h3 {
  font-size: 32px;
  font-family: "Alverata";
  font-weight: 600;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .page_home .section_content .section_title_rep h3 {
    font-size: 18px;
  }
}
.page_home .section_content .section_col.row_reverse .section_background {
  flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .section_col.row_reverse .section_background {
    flex-direction: column;
  }
}
.page_home .section_content .section_col.row_reverse .section_background .images {
  flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .section_col.row_reverse .section_background .images {
    flex-direction: column;
  }
}
.page_home .section_content .section_col.row_reverse .section_background .info {
  margin: 0 0 0 auto;
  padding: 150px 80px 100px 20px;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .section_col.row_reverse .section_background .info {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_home .section_content .section_col.row_reverse .section_background .info {
    padding: 30px 15px;
  }
}
.page_home .section_content .section_col .section_background {
  display: flex;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .section_col .section_background {
    flex-direction: column;
  }
}
.page_home .section_content .section_col .section_background .images {
  width: 58%;
  display: flex;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .section_col .section_background .images {
    width: 100%;
    flex-direction: column;
  }
}
.page_home .section_content .section_col .section_background .images .border_img_color {
  width: 20px;
  height: 100%;
  display: block;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .section_col .section_background .images .border_img_color {
    width: 100%;
    height: 10px;
  }
}
.page_home .section_content .section_col .section_background .images img {
  width: calc(100% - 20px);
  object-fit: cover;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .section_col .section_background .images img {
    width: 100%;
  }
}
.page_home .section_content .section_col .section_background .all_image_slick {
  width: calc(100% - 20px);
  height: 100%;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .section_col .section_background .all_image_slick {
    width: 100%;
  }
}
.page_home .section_content .section_col .section_background .all_image_slick .slick-list {
  height: 100%;
}
.page_home .section_content .section_col .section_background .all_image_slick .slick-list .slick-track {
  height: 100%;
}
.page_home .section_content .section_col .section_background .all_image_slick .single_img {
  display: none;
  position: relative;
}
.page_home .section_content .section_col .section_background .all_image_slick .single_img.slick-slide {
  display: flex !important;
}
.page_home .section_content .section_col .section_background .all_image_slick .single_img .border_img_color {
  width: 20px;
  height: 100%;
  display: block;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .section_col .section_background .all_image_slick .single_img .border_img_color {
    width: 100%;
    height: 10px;
  }
}
.page_home .section_content .section_col .section_background .all_image_slick .single_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .section_col .section_background .all_image_slick .single_img img {
    width: 100%;
  }
}
.page_home .section_content .section_col .section_background .all_image_slick .single_img .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  text-align: center;
}
.page_home .section_content .section_col .section_background .all_image_slick .single_img .text h3 {
  font-size: 32px;
  font-family: "Alverata";
  font-weight: 600;
  color: white;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .section_col .section_background .all_image_slick .single_img .text h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page_home .section_content .section_col .section_background .all_image_slick .single_img .text h3 {
    font-size: 18px;
  }
}
.page_home .section_content .section_col .section_background .all_image_slick .arrow {
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  cursor: pointer;
  z-index: 9;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .section_col .section_background .all_image_slick .arrow {
    width: 50px;
  }
}
.page_home .section_content .section_col .section_background .all_image_slick .arrow span {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50px;
}
.page_home .section_content .section_col .section_background .all_image_slick .arrow span::before {
  content: "";
  background-image: url("../img/icons/arrow_left.png");
  background-repeat: no-repeat;
  background-size: 26px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 50px;
}
.page_home .section_content .section_col .section_background .all_image_slick .arrow.slick-disabled {
  opacity: 0.5;
}
.page_home .section_content .section_col .section_background .all_image_slick .arrow.next {
  right: 0;
}
.page_home .section_content .section_col .section_background .all_image_slick .arrow.next span::before {
  transform: rotate(180deg);
}
body.rtl .page_home .section_content .section_col .section_background .all_image_slick .arrow.next span::before {
  transform: rotate(0);
}
.page_home .section_content .section_col .section_background .all_image_slick .arrow.prev {
  left: 0;
}
body.rtl .page_home .section_content .section_col .section_background .all_image_slick .arrow.prev span::before {
  transform: rotate(180deg);
}
.page_home .section_content .section_col .section_background .all_image_slick .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  top: auto;
  display: flex;
  justify-content: center;
  z-index: 9;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .section_col .section_background .all_image_slick .slick-dots {
    bottom: 10px;
  }
}
.page_home .section_content .section_col .section_background .all_image_slick .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: white;
  font-size: 0;
  margin: 0 3px;
  opacity: 0.3;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .section_col .section_background .all_image_slick .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}
.page_home .section_content .section_col .section_background .all_image_slick .slick-dots li.slick-active button {
  opacity: 1;
}
.page_home .section_content .section_col .section_background .info {
  width: 42%;
  padding: 150px 20px 100px 80px;
  max-width: 550px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .section_col .section_background .info {
    width: 100%;
    max-width: 100%;
    padding: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_home .section_content .section_col .section_background .info {
    padding: 30px 15px;
  }
}
.page_home .section_content .section_col .section_background .info .title {
  font-size: 32px;
  font-family: "Alverata";
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .section_col .section_background .info .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page_home .section_content .section_col .section_background .info .title {
    font-size: 18px;
  }
}
.page_home .section_content .section_col .section_background .info .desc {
  padding: 15px 0 25px;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .section_col .section_background .info .desc {
    padding: 15px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .page_home .section_content .section_col .section_background .info .desc {
    padding: 10px 0 30px;
  }
}
.page_home .section_content .section_col .section_background .info .desc p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .page_home .section_content .section_col .section_background .info .desc p {
    font-size: 14px;
    line-height: 26px;
  }
}
.page_home .section_content .section_col .section_background .info .btn_bk {
  display: block;
  width: 250px;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 20px 0;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page_home .section_content .section_col .section_background .info .btn_bk {
    font-size: 14px;
    padding: 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .page_home .section_content .section_col .section_background .info .btn_bk {
    font-size: 12px;
    padding: 12px 0;
    width: 100%;
  }
}

.page_experience_template .hero_experience_template {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 17.5%;
  padding-bottom: 17.5%;
}
@media screen and (max-width: 767px) {
  .page_experience_template .hero_experience_template {
    padding-top: 45%;
    padding-bottom: 45%;
  }
}
.page_experience_template .hero_experience_template::before {
  content: "";
  position: absolute;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0.24) 0%, hsla(0, 0%, 0%, 0.271) 100%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 9;
}
.page_experience_template .hero_experience_template .text {
  bottom: 0;
  position: relative;
  z-index: 99;
  text-align: center;
}
.page_experience_template .hero_experience_template .text h1 {
  color: rgb(255, 255, 255);
  font-size: 64px;
  font-family: "Alverata";
  font-weight: 900;
  line-height: 56px;
}
@media screen and (max-width: 999px) {
  .page_experience_template .hero_experience_template .text h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_experience_template .hero_experience_template .text h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.page_experience_template .hero_experience_template .text p {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-transform: capitalize;
  padding-top: 20px;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .page_experience_template .hero_experience_template .text p {
    font-size: 16px;
    line-height: 28px;
    max-width: 500px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page_experience_template .hero_experience_template .text p {
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
  }
}
.page_experience_template .section_content .section_col.row_reverse .section_background {
  flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  .page_experience_template .section_content .section_col.row_reverse .section_background {
    flex-direction: column;
  }
}
.page_experience_template .section_content .section_col.row_reverse .section_background .images {
  flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  .page_experience_template .section_content .section_col.row_reverse .section_background .images {
    flex-direction: column;
  }
}
.page_experience_template .section_content .section_col.row_reverse .section_background .info {
  margin: 0 0 0 auto;
  padding: 150px 80px 100px 20px;
}
@media screen and (max-width: 999px) {
  .page_experience_template .section_content .section_col.row_reverse .section_background .info {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_experience_template .section_content .section_col.row_reverse .section_background .info {
    padding: 30px 15px;
  }
}
.page_experience_template .section_content .section_col .section_background {
  display: flex;
}
@media screen and (max-width: 999px) {
  .page_experience_template .section_content .section_col .section_background {
    flex-direction: column;
  }
}
.page_experience_template .section_content .section_col .section_background .images {
  width: 58%;
  display: flex;
}
@media screen and (max-width: 999px) {
  .page_experience_template .section_content .section_col .section_background .images {
    width: 100%;
    flex-direction: column;
  }
}
.page_experience_template .section_content .section_col .section_background .images .border_img_color {
  width: 20px;
  height: 100%;
  display: block;
}
@media screen and (max-width: 999px) {
  .page_experience_template .section_content .section_col .section_background .images .border_img_color {
    width: 100%;
    height: 10px;
  }
}
.page_experience_template .section_content .section_col .section_background .images img {
  width: calc(100% - 20px);
}
@media screen and (max-width: 999px) {
  .page_experience_template .section_content .section_col .section_background .images img {
    width: 100%;
  }
}
.page_experience_template .section_content .section_col .section_background .images .all_image_slick .slick-dots {
  right: 50px;
  left: auto;
}
.page_experience_template .section_content .section_col .section_background .info {
  width: 42%;
  padding: 150px 20px 100px 80px;
  max-width: 550px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 999px) {
  .page_experience_template .section_content .section_col .section_background .info {
    width: 100%;
    max-width: 100%;
    padding: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_experience_template .section_content .section_col .section_background .info {
    padding: 30px 15px;
  }
}
.page_experience_template .section_content .section_col .section_background .info .coming_soon {
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 4px;
  background: #4e5647;
  margin-bottom: 15px;
  display: block;
  max-width: 121px;
}
.page_experience_template .section_content .section_col .section_background .info .title {
  font-size: 32px;
  font-family: "Alverata";
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page_experience_template .section_content .section_col .section_background .info .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page_experience_template .section_content .section_col .section_background .info .title {
    font-size: 18px;
  }
}
.page_experience_template .section_content .section_col .section_background .info .desc {
  padding: 15px 0 25px;
}
@media screen and (max-width: 999px) {
  .page_experience_template .section_content .section_col .section_background .info .desc {
    padding: 15px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .page_experience_template .section_content .section_col .section_background .info .desc {
    padding: 10px 0 30px;
  }
}
.page_experience_template .section_content .section_col .section_background .info .desc p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .page_experience_template .section_content .section_col .section_background .info .desc p {
    font-size: 14px;
    line-height: 26px;
  }
}
.page_experience_template .section_content .section_col .section_background .info .btn_bk {
  display: block;
  width: 250px;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 20px 0;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page_experience_template .section_content .section_col .section_background .info .btn_bk {
    font-size: 14px;
    padding: 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .page_experience_template .section_content .section_col .section_background .info .btn_bk {
    font-size: 12px;
    padding: 12px 0;
    width: 100%;
  }
}

.page_residences .hero_residences {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 17.5%;
  padding-bottom: 17.5%;
}
@media screen and (max-width: 767px) {
  .page_residences .hero_residences {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}
.page_residences .hero_residences::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #000000 2.6%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 9;
}
.page_residences .hero_residences .text {
  bottom: 0;
  position: relative;
  z-index: 99;
  text-align: center;
}
.page_residences .hero_residences .text h1 {
  color: rgb(255, 255, 255);
  font-size: 64px;
  font-family: "Alverata";
  font-weight: 900;
  line-height: 56px;
}
@media screen and (max-width: 999px) {
  .page_residences .hero_residences .text h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_residences .hero_residences .text h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.page_residences .hero_residences .text p {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-transform: capitalize;
  padding-top: 20px;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .page_residences .hero_residences .text p {
    font-size: 16px;
    line-height: 28px;
    max-width: 500px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page_residences .hero_residences .text p {
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
  }
}
.page_residences .hero_residences .text .img_two {
  padding-top: 50px;
}
@media screen and (max-width: 999px) {
  .page_residences .hero_residences .text .img_two {
    padding-top: 20px;
  }
  .page_residences .hero_residences .text .img_two img {
    max-width: 200;
  }
}
.page_residences .hero_residences .phase_buttons_bottom {
  position: absolute;
  z-index: 99;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .page_residences .hero_residences .phase_buttons_bottom {
    bottom: 40px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page_residences .hero_residences .phase_buttons_bottom {
    bottom: 25px;
    gap: 12px;
    padding: 0 15px;
  }
}
.page_residences .hero_residences .phase_buttons_bottom .btn_bk {
  display: block;
  min-width: 320px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 28px 40px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.page_residences .hero_residences .phase_buttons_bottom .btn_bk:hover {
  opacity: 0.85;
}
@media screen and (max-width: 999px) {
  .page_residences .hero_residences .phase_buttons_bottom .btn_bk {
    min-width: 220px;
    font-size: 16px;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .page_residences .hero_residences .phase_buttons_bottom .btn_bk {
    min-width: 0;
    flex: 1;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
    padding: 16px 10px;
  }
}
.page_residences .section_content .section_col.row_reverse .section_background {
  flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  .page_residences .section_content .section_col.row_reverse .section_background {
    flex-direction: column;
  }
}
.page_residences .section_content .section_col.row_reverse .section_background .images {
  flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  .page_residences .section_content .section_col.row_reverse .section_background .images {
    flex-direction: column;
  }
}
.page_residences .section_content .section_col.row_reverse .section_background .images .all_image_slick .slick-dots {
  right: 50px;
  left: auto;
}
.page_residences .section_content .section_col.row_reverse .section_background .info {
  margin: 0 0 0 auto;
  padding: 150px 80px 100px 20px;
}
@media screen and (max-width: 999px) {
  .page_residences .section_content .section_col.row_reverse .section_background .info {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_residences .section_content .section_col.row_reverse .section_background .info {
    padding: 30px 15px;
  }
}
.page_residences .section_content .section_col .section_background {
  display: flex;
}
@media screen and (max-width: 999px) {
  .page_residences .section_content .section_col .section_background {
    flex-direction: column;
  }
}
.page_residences .section_content .section_col .section_background .images {
  width: 58%;
  display: flex;
}
@media screen and (max-width: 999px) {
  .page_residences .section_content .section_col .section_background .images {
    width: 100%;
    flex-direction: column;
  }
}
.page_residences .section_content .section_col .section_background .images .border_img_color {
  width: 20px;
  height: 100%;
  display: block;
}
@media screen and (max-width: 999px) {
  .page_residences .section_content .section_col .section_background .images .border_img_color {
    width: 100%;
    height: 10px;
  }
}
.page_residences .section_content .section_col .section_background .images .all_image_slick {
  width: calc(100% - 20px);
}
.page_residences .section_content .section_col .section_background .images .all_image_slick .slick-list {
  height: 100%;
}
.page_residences .section_content .section_col .section_background .images .all_image_slick .slick-track {
  height: 100%;
}
@media screen and (max-width: 999px) {
  .page_residences .section_content .section_col .section_background .images .all_image_slick {
    width: 100%;
  }
}
.page_residences .section_content .section_col .section_background .images .all_image_slick .single_img {
  display: none;
}
.page_residences .section_content .section_col .section_background .images .all_image_slick .single_img.slick-slide {
  display: block !important;
}
.page_residences .section_content .section_col .section_background .images .all_image_slick .single_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page_residences .section_content .section_col .section_background .images .all_image_slick .arrow {
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  cursor: pointer;
  z-index: 9;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 999px) {
  .page_residences .section_content .section_col .section_background .images .all_image_slick .arrow {
    width: 50px;
  }
}
.page_residences .section_content .section_col .section_background .images .all_image_slick .arrow span {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50px;
}
.page_residences .section_content .section_col .section_background .images .all_image_slick .arrow span::before {
  content: "";
  background-image: url("../img/icons/arrow_left.png");
  background-repeat: no-repeat;
  background-size: 26px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 50px;
}
.page_residences .section_content .section_col .section_background .images .all_image_slick .arrow.slick-disabled {
  opacity: 0.5;
}
.page_residences .section_content .section_col .section_background .images .all_image_slick .arrow.next {
  right: 0;
}
.page_residences .section_content .section_col .section_background .images .all_image_slick .arrow.next span::before {
  transform: rotate(180deg);
}
body.rtl .page_residences .section_content .section_col .section_background .images .all_image_slick .arrow.next span::before {
  transform: rotate(0);
}
.page_residences .section_content .section_col .section_background .images .all_image_slick .arrow.prev {
  left: 0;
}
body.rtl .page_residences .section_content .section_col .section_background .images .all_image_slick .arrow.prev span::before {
  transform: rotate(180deg);
}
.page_residences .section_content .section_col .section_background .images .all_image_slick .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50px;
  right: auto;
  top: auto;
  display: flex;
  justify-content: center;
  z-index: 9;
}
@media screen and (max-width: 999px) {
  .page_residences .section_content .section_col .section_background .images .all_image_slick .slick-dots {
    bottom: 10px;
  }
}
.page_residences .section_content .section_col .section_background .images .all_image_slick .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: white;
  font-size: 0;
  margin: 0 3px;
  opacity: 0.3;
}
@media screen and (max-width: 999px) {
  .page_residences .section_content .section_col .section_background .images .all_image_slick .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}
.page_residences .section_content .section_col .section_background .images .all_image_slick .slick-dots li.slick-active button {
  opacity: 1;
}
.page_residences .section_content .section_col .section_background .info {
  width: 42%;
  padding: 150px 20px 100px 80px;
  max-width: 550px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 999px) {
  .page_residences .section_content .section_col .section_background .info {
    width: 100%;
    max-width: 100%;
    padding: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_residences .section_content .section_col .section_background .info {
    padding: 30px 15px;
  }
}
.page_residences .section_content .section_col .section_background .info .title {
  font-size: 32px;
  font-family: "Alverata";
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page_residences .section_content .section_col .section_background .info .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page_residences .section_content .section_col .section_background .info .title {
    font-size: 18px;
  }
}
.page_residences .section_content .section_col .section_background .info .desc {
  padding: 15px 0 25px;
}
@media screen and (max-width: 999px) {
  .page_residences .section_content .section_col .section_background .info .desc {
    padding: 15px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .page_residences .section_content .section_col .section_background .info .desc {
    padding: 10px 0 30px;
  }
}
.page_residences .section_content .section_col .section_background .info .desc p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .page_residences .section_content .section_col .section_background .info .desc p {
    font-size: 14px;
    line-height: 26px;
  }
}
.page_residences .section_content .section_col .section_background .info .btn_bk {
  display: block;
  width: 250px;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 20px 0;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page_residences .section_content .section_col .section_background .info .btn_bk {
    font-size: 14px;
    padding: 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .page_residences .section_content .section_col .section_background .info .btn_bk {
    font-size: 12px;
    padding: 12px 0;
    width: 100%;
  }
}

.page_dining .hero_dining {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 17.5%;
  padding-bottom: 17.5%;
}
@media screen and (max-width: 767px) {
  .page_dining .hero_dining {
    padding-top: 45%;
    padding-bottom: 45%;
  }
}
.page_dining .hero_dining::before {
  content: "";
  position: absolute;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0.24) 0%, hsla(0, 0%, 0%, 0.271) 100%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 9;
}
.page_dining .hero_dining .text {
  bottom: 0;
  position: relative;
  z-index: 99;
  text-align: center;
}
.page_dining .hero_dining .text h1 {
  color: rgb(255, 255, 255);
  font-size: 64px;
  font-family: "Alverata";
  font-weight: 900;
  line-height: 56px;
}
@media screen and (max-width: 999px) {
  .page_dining .hero_dining .text h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_dining .hero_dining .text h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.page_dining .hero_dining .text p {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-transform: capitalize;
  padding-top: 20px;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .page_dining .hero_dining .text p {
    font-size: 16px;
    line-height: 28px;
    max-width: 500px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page_dining .hero_dining .text p {
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
  }
}
.page_dining .section_content {
  display: flex;
  flex-wrap: wrap;
}
.page_dining .section_content .section_row {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page_dining .section_content .section_row {
    width: 100%;
  }
}
.page_dining .section_content .section_row.row_reverse .section_background .box {
  flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .page_dining .section_content .section_row.row_reverse .section_background .box {
    flex-direction: column;
  }
}
.page_dining .section_content .section_row.row_reverse .section_background .box .border {
  width: 1px;
  height: 100%;
  position: absolute;
  left: -50px;
}
.page_dining .section_content .section_row.row_reverse .section_background .box .info {
  padding-bottom: 40px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .page_dining .section_content .section_row.row_reverse .section_background .box .info {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.page_dining .section_content .section_row .section_background {
  height: 100%;
  padding: 100px 50px;
}
@media screen and (max-width: 767px) {
  .page_dining .section_content .section_row .section_background {
    padding: 30px 15px;
  }
}
.page_dining .section_content .section_row .section_background .box {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 0;
  position: relative;
}
.page_dining .section_content .section_row .section_background .box .images {
  height: 100%;
}
.page_dining .section_content .section_row .section_background .box .images img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.page_dining .section_content .section_row .section_background .box .info {
  width: 100%;
  padding-top: 40px;
  padding-right: 50px;
}
.page_dining .section_content .section_row .section_background .box .info .title {
  font-size: 32px;
  font-family: "Alverata";
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page_dining .section_content .section_row .section_background .box .info .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page_dining .section_content .section_row .section_background .box .info .title {
    font-size: 18px;
  }
}
.page_dining .section_content .section_row .section_background .box .info .desc {
  padding: 15px 0 25px;
}
@media screen and (max-width: 767px) {
  .page_dining .section_content .section_row .section_background .box .info .desc {
    padding: 10px 0 30px;
  }
}
.page_dining .section_content .section_row .section_background .box .info .desc p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .page_dining .section_content .section_row .section_background .box .info .desc p {
    font-size: 14px;
    line-height: 26px;
  }
}

.page_sport .hero_sport {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 17.5%;
  padding-bottom: 17.5%;
}
@media screen and (max-width: 767px) {
  .page_sport .hero_sport {
    padding-top: 25%;
    padding-bottom: 25%;
  }
}
.page_sport .hero_sport::before {
  content: "";
  position: absolute;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0.24) 0%, hsla(0, 0%, 0%, 0.271) 100%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 9;
}
.page_sport .hero_sport .text {
  bottom: 0;
  position: relative;
  z-index: 99;
  text-align: center;
}
.page_sport .hero_sport .text h1 {
  color: rgb(255, 255, 255);
  font-size: 64px;
  font-family: "Alverata";
  font-weight: 900;
  line-height: 56px;
}
@media screen and (max-width: 999px) {
  .page_sport .hero_sport .text h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_sport .hero_sport .text h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.page_sport .hero_sport .text p {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-transform: capitalize;
  padding-top: 20px;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .page_sport .hero_sport .text p {
    font-size: 16px;
    line-height: 28px;
    max-width: 500px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page_sport .hero_sport .text p {
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
  }
}
.page_sport .section_content_one .section_background {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  .page_sport .section_content_one .section_background {
    flex-direction: column;
  }
}
.page_sport .section_content_one .section_background .images {
  width: 58%;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  .page_sport .section_content_one .section_background .images {
    width: 100%;
    flex-direction: column;
  }
}
.page_sport .section_content_one .section_background .images .border_img_color {
  width: 20px;
  height: 100%;
  display: block;
}
@media screen and (max-width: 999px) {
  .page_sport .section_content_one .section_background .images .border_img_color {
    width: 100%;
    height: 10px;
  }
}
.page_sport .section_content_one .section_background .images .all_image_slick {
  width: calc(100% - 20px);
}
@media screen and (max-width: 999px) {
  .page_sport .section_content_one .section_background .images .all_image_slick {
    width: 100%;
  }
}
.page_sport .section_content_one .section_background .images .all_image_slick .single_img {
  display: none;
}
.page_sport .section_content_one .section_background .images .all_image_slick .single_img.slick-slide {
  display: block !important;
}
.page_sport .section_content_one .section_background .images .all_image_slick .single_img img {
  width: 100%;
}
.page_sport .section_content_one .section_background .images .all_image_slick .arrow {
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  cursor: pointer;
  z-index: 9;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 999px) {
  .page_sport .section_content_one .section_background .images .all_image_slick .arrow {
    width: 50px;
  }
}
.page_sport .section_content_one .section_background .images .all_image_slick .arrow span {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50px;
}
.page_sport .section_content_one .section_background .images .all_image_slick .arrow span::before {
  content: "";
  background-image: url("../img/icons/arrow_left.png");
  background-repeat: no-repeat;
  background-size: 26px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 50px;
}
.page_sport .section_content_one .section_background .images .all_image_slick .arrow.slick-disabled {
  opacity: 0.5;
}
.page_sport .section_content_one .section_background .images .all_image_slick .arrow.next {
  right: 0;
}
.page_sport .section_content_one .section_background .images .all_image_slick .arrow.next span::before {
  transform: rotate(180deg);
}
body.rtl .page_sport .section_content_one .section_background .images .all_image_slick .arrow.next span::before {
  transform: rotate(0);
}
.page_sport .section_content_one .section_background .images .all_image_slick .arrow.prev {
  left: 0;
}
body.rtl .page_sport .section_content_one .section_background .images .all_image_slick .arrow.prev span::before {
  transform: rotate(180deg);
}
.page_sport .section_content_one .section_background .images .all_image_slick .slick-dots {
  position: absolute;
  bottom: 20px;
  right: 50px;
  left: auto;
  top: auto;
  display: flex;
  justify-content: center;
  z-index: 9;
}
@media screen and (max-width: 999px) {
  .page_sport .section_content_one .section_background .images .all_image_slick .slick-dots {
    bottom: 10px;
  }
}
.page_sport .section_content_one .section_background .images .all_image_slick .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: white;
  font-size: 0;
  margin: 0 3px;
  opacity: 0.3;
}
@media screen and (max-width: 999px) {
  .page_sport .section_content_one .section_background .images .all_image_slick .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}
.page_sport .section_content_one .section_background .images .all_image_slick .slick-dots li.slick-active button {
  opacity: 1;
}
.page_sport .section_content_one .section_background .info {
  width: 42%;
  margin: 0 0 0 auto;
  padding: 150px 80px 100px 20px;
  max-width: 550px;
}
@media screen and (max-width: 999px) {
  .page_sport .section_content_one .section_background .info {
    width: 100%;
    max-width: 100%;
    padding: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_sport .section_content_one .section_background .info {
    padding: 30px 15px;
  }
}
.page_sport .section_content_one .section_background .info .note {
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 4px;
  background: #4e5647;
}
.page_sport .section_content_one .section_background .info .title {
  font-size: 32px;
  font-family: "Alverata";
  font-weight: 600;
  padding-top: 15px;
}
@media screen and (max-width: 999px) {
  .page_sport .section_content_one .section_background .info .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page_sport .section_content_one .section_background .info .title {
    font-size: 18px;
  }
}
.page_sport .section_content_one .section_background .info .desc {
  padding: 15px 0 25px;
}
@media screen and (max-width: 999px) {
  .page_sport .section_content_one .section_background .info .desc {
    padding: 15px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .page_sport .section_content_one .section_background .info .desc {
    padding: 10px 0 30px;
  }
}
.page_sport .section_content_one .section_background .info .desc p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .page_sport .section_content_one .section_background .info .desc p {
    font-size: 14px;
    line-height: 26px;
  }
}
.page_sport .section_content {
  display: flex;
  flex-wrap: wrap;
}
.page_sport .section_content .section_row {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page_sport .section_content .section_row {
    width: 100%;
  }
}
.page_sport .section_content .section_row .section_background {
  height: 100%;
  padding: 100px 50px;
}
@media screen and (max-width: 767px) {
  .page_sport .section_content .section_row .section_background {
    padding: 30px 15px;
  }
}
.page_sport .section_content .section_row .section_background .box {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 0;
}
.page_sport .section_content .section_row .section_background .box .images {
  height: 100%;
}
.page_sport .section_content .section_row .section_background .box .images img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.page_sport .section_content .section_row .section_background .box .info {
  width: 100%;
  padding-top: 40px;
  padding-right: 50px;
}
.page_sport .section_content .section_row .section_background .box .info .title {
  font-size: 32px;
  font-family: "Alverata";
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page_sport .section_content .section_row .section_background .box .info .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page_sport .section_content .section_row .section_background .box .info .title {
    font-size: 18px;
  }
}
.page_sport .section_content .section_row .section_background .box .info .desc {
  padding: 15px 0 25px;
}
@media screen and (max-width: 767px) {
  .page_sport .section_content .section_row .section_background .box .info .desc {
    padding: 10px 0 30px;
  }
}
.page_sport .section_content .section_row .section_background .box .info .desc p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .page_sport .section_content .section_row .section_background .box .info .desc p {
    font-size: 14px;
    line-height: 26px;
  }
}

.page_hotels .section_hero_hotel .section_col.row_reverse .section_background {
  flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  .page_hotels .section_hero_hotel .section_col.row_reverse .section_background {
    flex-direction: column;
  }
}
.page_hotels .section_hero_hotel .section_col.row_reverse .section_background .images {
  flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  .page_hotels .section_hero_hotel .section_col.row_reverse .section_background .images {
    flex-direction: column;
  }
}
.page_hotels .section_hero_hotel .section_col.row_reverse .section_background .info {
  margin: 0 0 0 auto;
  padding: 0 80px 0 20px;
}
@media screen and (max-width: 999px) {
  .page_hotels .section_hero_hotel .section_col.row_reverse .section_background .info {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_hotels .section_hero_hotel .section_col.row_reverse .section_background .info {
    padding: 30px 15px;
  }
}
.page_hotels .section_hero_hotel .section_col .section_background {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .page_hotels .section_hero_hotel .section_col .section_background {
    flex-direction: column;
  }
}
.page_hotels .section_hero_hotel .section_col .section_background .images {
  width: 58%;
  display: flex;
}
@media screen and (max-width: 999px) {
  .page_hotels .section_hero_hotel .section_col .section_background .images {
    width: 100%;
    flex-direction: column;
  }
}
.page_hotels .section_hero_hotel .section_col .section_background .images .border_img_color {
  width: 20px;
  height: 100%;
  display: block;
}
@media screen and (max-width: 999px) {
  .page_hotels .section_hero_hotel .section_col .section_background .images .border_img_color {
    width: 100%;
    height: 10px;
  }
}
.page_hotels .section_hero_hotel .section_col .section_background .images img {
  width: calc(100% - 20px);
}
@media screen and (max-width: 999px) {
  .page_hotels .section_hero_hotel .section_col .section_background .images img {
    width: 100%;
  }
}
.page_hotels .section_hero_hotel .section_col .section_background .info {
  width: 42%;
  padding: 0 20px 0 80px;
  max-width: 550px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 999px) {
  .page_hotels .section_hero_hotel .section_col .section_background .info {
    width: 100%;
    max-width: 100%;
    padding: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_hotels .section_hero_hotel .section_col .section_background .info {
    padding: 30px 15px;
  }
}
.page_hotels .section_hero_hotel .section_col .section_background .info .section_rates {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.page_hotels .section_hero_hotel .section_col .section_background .info .section_rates img {
  width: 20px;
  margin: 0 3px;
}
.page_hotels .section_hero_hotel .section_col .section_background .info .title {
  font-size: 32px;
  font-family: "Alverata";
  font-weight: 600;
  line-height: 42px;
  max-width: 300px;
}
@media screen and (max-width: 999px) {
  .page_hotels .section_hero_hotel .section_col .section_background .info .title {
    font-size: 28px;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page_hotels .section_hero_hotel .section_col .section_background .info .title {
    font-size: 18px;
  }
}
.page_hotels .section_hero_hotel .section_col .section_background .info .note {
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding-top: 12px;
}
.page_hotels .section_hero_hotel .section_col .section_background .info .desc {
  padding: 15px 0 25px;
}
@media screen and (max-width: 999px) {
  .page_hotels .section_hero_hotel .section_col .section_background .info .desc {
    padding: 15px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .page_hotels .section_hero_hotel .section_col .section_background .info .desc {
    padding: 10px 0 30px;
  }
}
.page_hotels .section_hero_hotel .section_col .section_background .info .desc p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_hero_hotel .section_col .section_background .info .desc p {
    font-size: 14px;
    line-height: 26px;
  }
}
.page_hotels .section_hero_hotel .section_col .section_background .info .btn_bk {
  display: block;
  width: 250px;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 20px 0;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page_hotels .section_hero_hotel .section_col .section_background .info .btn_bk {
    font-size: 14px;
    padding: 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .page_hotels .section_hero_hotel .section_col .section_background .info .btn_bk {
    font-size: 12px;
    padding: 12px 0;
    width: 100%;
  }
}
.page_hotels .sub_hero {
  position: relative;
}
.page_hotels .sub_hero .text {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 0;
  margin: auto;
  position: absolute;
  z-index: 99;
  text-align: center;
  pointer-events: none;
}
.page_hotels .sub_hero .text h1 {
  color: #fff;
  font-size: 64px;
  font-family: "Alverata";
  font-weight: 900;
  line-height: 56px;
}
@media screen and (max-width: 999px) {
  .page_hotels .sub_hero .text h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_hotels .sub_hero .text h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.page_hotels .sub_hero .text p {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-transform: capitalize;
  padding-top: 20px;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .page_hotels .sub_hero .text p {
    font-size: 16px;
    line-height: 28px;
    max-width: 500px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page_hotels .sub_hero .text p {
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
  }
}
.page_hotels .sub_hero .container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.page_hotels .sub_hero .container .image_wrapper {
  cursor: pointer;
  flex: 1 0 auto;
  text-align: center;
  padding-top: 20.5882352941%;
  padding-bottom: 20.5882352941%;
  background: center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transition: flex 0.5s;
  -webkit-transition: flex 0.5s;
  -moz-transition: flex 0.5s;
  -o-transition: flex 0.5s;
  position: relative;
}
.page_hotels .sub_hero .container .image_wrapper::before {
  content: "";
  position: absolute;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, hsla(0, 0%, 0%, 0.271) 100%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 9;
}
.page_hotels .sub_hero .container .image_wrapper.expand {
  flex-grow: 4;
}
.page_hotels .section_map {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 17.5%;
  padding-bottom: 17.5%;
}
.page_hotels .section_map .text {
  bottom: 0;
  position: relative;
  z-index: 99;
  text-align: center;
  max-width: 500px;
}
.page_hotels .section_map .text h4 {
  color: #fff;
  font-size: 40px;
  font-family: "Alverata";
  font-weight: 900;
  line-height: 44px;
  padding-top: 15px;
}
.page_hotels .section_map .text p {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  text-transform: capitalize;
  padding: 15px 0 20px;
}
.page_hotels .section_map .text .link {
  max-width: 250px;
  margin: 0 auto;
  border: 2px solid white;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 14px;
  color: white;
  padding: 15px 10px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}
.page_hotels .section_map .text .link:hover {
  background: white;
  color: black;
}
.page_hotels .section_map .text .link::before {
  content: "location_on";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  margin-right: 3px;
}
.page_hotels .section_content {
  display: flex;
  flex-wrap: wrap;
}
.page_hotels .section_content .section_row {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_content .section_row {
    width: 100%;
  }
}
.page_hotels .section_content .section_row.row_reverse .section_background .box {
  flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_content .section_row.row_reverse .section_background .box {
    flex-direction: column;
  }
}
.page_hotels .section_content .section_row.row_reverse .section_background .box .border {
  width: 1px;
  height: 100%;
  position: absolute;
  left: -50px;
}
.page_hotels .section_content .section_row.row_reverse .section_background .box .info {
  padding-bottom: 40px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_content .section_row.row_reverse .section_background .box .info {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.page_hotels .section_content .section_row .section_background {
  height: 100%;
  padding: 100px 50px;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_content .section_row .section_background {
    padding: 30px 15px;
  }
}
.page_hotels .section_content .section_row .section_background .box {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 0;
  position: relative;
}
.page_hotels .section_content .section_row .section_background .box .images {
  height: 100%;
}
.page_hotels .section_content .section_row .section_background .box .images img {
  width: 100%;
  object-fit: cover;
  max-height: 300px;
}
.page_hotels .section_content .section_row .section_background .box .info {
  width: 100%;
  padding-top: 40px;
  padding-right: 50px;
}
.page_hotels .section_content .section_row .section_background .box .info .title {
  font-size: 32px;
  font-family: "Alverata";
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page_hotels .section_content .section_row .section_background .box .info .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page_hotels .section_content .section_row .section_background .box .info .title {
    font-size: 18px;
  }
}
.page_hotels .section_content .section_row .section_background .box .info .desc {
  padding: 15px 0 25px;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_content .section_row .section_background .box .info .desc {
    padding: 10px 0 30px;
  }
}
.page_hotels .section_content .section_row .section_background .box .info .desc p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_content .section_row .section_background .box .info .desc p {
    font-size: 14px;
    line-height: 26px;
  }
}
.page_hotels .section_room {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_room {
    padding-top: 50px;
  }
}
.page_hotels .section_room .heading_title {
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_room .heading_title {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page_hotels .section_room .heading_title img {
    width: 25px;
  }
}
.page_hotels .section_room .heading_title h3 {
  color: black;
  font-size: 40px;
  font-family: "Alverata";
  font-weight: 900;
  line-height: 44px;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_room .heading_title h3 {
    font-size: 18px;
    line-height: 22px;
    padding-top: 8px;
  }
}
.page_hotels .section_room .room-content .nav_menu {
  display: flex;
  justify-content: center;
}
@media (max-width: 999px) {
  .page_hotels .section_room .room-content .nav_menu {
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 0 -20px;
  }
  .page_hotels .section_room .room-content .nav_menu::-webkit-scrollbar {
    display: none;
  }
}
.page_hotels .section_room .room-content .nav_menu .nav_single_phases {
  width: 16.6666666667%;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.71px;
  border-bottom: 1px solid #dedede;
  display: block;
  padding-bottom: 15px;
  color: #000000;
}
.page_hotels .section_room .room-content .nav_menu .nav_single_phases.active {
  color: #A75B4D;
  border-bottom: 1px solid #A75B4D;
}
.page_hotels .section_room .room-content .nav_menu .nav_single_phases.active::before {
  opacity: 1;
}
.page_hotels .section_room .room-content .nav_menu .nav_single_phases::before {
  content: "keyboard_arrow_down";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  opacity: 0;
  left: 0;
  right: 0;
  position: absolute;
  bottom: -30px;
}
@media (max-width: 999px) {
  .page_hotels .section_room .room-content .nav_menu .nav_single_phases {
    width: 100%;
    font-size: 14px;
    padding: 0 20px 20px;
  }
}
.page_hotels .section_room .room-content .rooms-section .single_phases {
  display: none;
}
.page_hotels .section_room .room-content .rooms-section .single_phases.active {
  display: block;
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_room .room-content .rooms-section .single_phases .phases_content {
    padding-top: 30px;
  }
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .title {
  text-align: center;
  padding-bottom: 30px;
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .title h4 {
  font-size: 24px;
  font-family: "Alverata";
  font-weight: 600;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .title h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  padding-top: 12px;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .title p {
    font-size: 14px;
    line-height: 22px;
    padding-top: 8px;
  }
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .single_img {
  display: none;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .single_img {
    height: 250px;
  }
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .single_img.slick-slide {
  display: block !important;
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .single_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 770px) {
  .page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .single_img .v_desktop {
    display: none;
  }
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .single_img .v_mobile {
  display: none;
}
@media screen and (max-width: 770px) {
  .page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .single_img .v_mobile {
    display: block;
  }
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .arrow {
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  cursor: pointer;
  z-index: 9;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 999px) {
  .page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .arrow {
    width: 50px;
  }
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .arrow span {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50px;
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .arrow span::before {
  content: "";
  background-image: url("../img/icons/arrow_left.png");
  background-repeat: no-repeat;
  background-size: 26px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .arrow span::before {
    background-size: 12px;
    height: 20px;
  }
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .arrow.slick-disabled {
  opacity: 0.5;
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .arrow.next {
  right: 0;
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .arrow.next span::before {
  transform: rotate(180deg);
}
body.rtl .page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .arrow.next span::before {
  transform: rotate(0);
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .arrow.prev {
  left: 0;
}
body.rtl .page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .arrow.prev span::before {
  transform: rotate(180deg);
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  top: auto;
  display: flex;
  justify-content: center;
  z-index: 9;
}
@media screen and (max-width: 999px) {
  .page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .slick-dots {
    bottom: 10px;
  }
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: white;
  font-size: 0;
  margin: 0 3px;
  opacity: 0.3;
}
@media screen and (max-width: 999px) {
  .page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .room_slider_img .slick-dots li.slick-active button {
  opacity: 1;
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .section_action {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .section_action {
    padding-top: 30px;
  }
}
@media screen and (max-width: 330px) {
  .page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .section_action {
    flex-direction: column;
  }
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .section_action .link_room {
  max-width: 250px;
  min-width: 250px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 14px;
  color: white;
  background: #A75B4D;
  padding: 20px 10px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .section_action .link_room {
    font-size: 14px;
    max-width: 150px;
    min-width: 150px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 330px) {
  .page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .section_action .link_room {
    max-width: 100%;
    min-width: 100%;
  }
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .section_action .link_room:hover {
  background: #924d41;
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .section_action .call {
  max-width: 250px;
  min-width: 250px;
  background: #A75B4D;
  color: white;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px;
  margin-left: 18px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .section_action .call {
    font-size: 14px;
    max-width: 150px;
    min-width: 150px;
    padding: 15px;
  }
}
@media screen and (max-width: 330px) {
  .page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .section_action .call {
    max-width: 100%;
    min-width: 100%;
    margin: 10px 0 0 0;
  }
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .section_action .call:hover {
  background: #924d41;
}
.page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .section_action .call img {
  max-width: 16px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_room .room-content .rooms-section .single_phases .phases_content .section_action .call img {
    max-width: 12px;
  }
}
.page_hotels .section_facilities {
  background: #A7CCD5;
  padding: 100px 0;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_facilities {
    padding: 30px 0;
    margin-top: 30px;
  }
}
.page_hotels .section_facilities .section_title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_facilities .section_title img {
    width: 25px;
  }
}
.page_hotels .section_facilities .section_title h4 {
  color: black;
  font-size: 40px;
  font-family: "Alverata";
  font-weight: 900;
  line-height: 44px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_facilities .section_title h4 {
    font-size: 18px;
    line-height: 24px;
    padding-top: 10px;
  }
}
.page_hotels .section_facilities .section_title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  padding-top: 12px;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_facilities .section_title p {
    font-size: 14px;
    line-height: 23px;
    padding-top: 5px;
  }
}
.page_hotels .section_facilities .sec_image {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_facilities .sec_image {
    margin-top: 20px;
  }
}
.page_hotels .section_facilities .sec_image .all_icon {
  width: 530px;
  max-height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_facilities .sec_image .all_icon {
    width: 230px;
    left: 30px;
    bottom: 50px;
  }
}
.page_hotels .section_facilities .sec_image .all_icon .row {
  display: flex;
  flex-wrap: wrap;
}
.page_hotels .section_facilities .sec_image .all_icon .row .single_icon {
  width: 33.3333333333%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_facilities .sec_image .all_icon .row .single_icon img {
    width: 20px;
  }
}
.page_hotels .section_facilities .sec_image .all_icon .row .single_icon h5 {
  color: white;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  padding-top: 5px;
}
@media screen and (max-width: 999px) {
  .page_hotels .section_facilities .sec_image .all_icon .row .single_icon h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page_hotels .section_facilities .sec_image .all_icon .row .single_icon h5 {
    font-size: 12px;
    line-height: 14px;
  }
}
.page_hotels .section_facilities .sec_image .all_icon .row:last-child .single_icon {
  padding-bottom: 0 !important;
}
.page_hotels .section_facilities .sec_image .all_icon .row.row_1 .single_icon {
  border-right: 1px solid white;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_facilities .sec_image .all_icon .row.row_1 .single_icon {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
  }
}
.page_hotels .section_facilities .sec_image .all_icon .row.row_1 .single_icon:first-child {
  border-left: 0;
}
.page_hotels .section_facilities .sec_image .all_icon .row.row_1 .single_icon:last-child {
  border-right: 0;
}
.page_hotels .section_facilities .sec_image .all_icon .row.row_3 {
  border-top: 1px solid white;
}
.page_hotels .section_facilities .sec_image .all_icon .row.row_3 .single_icon {
  border-right: 1px solid white;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .page_hotels .section_facilities .sec_image .all_icon .row.row_3 .single_icon {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0;
    padding-top: 10px;
  }
}
.page_hotels .section_facilities .sec_image .all_icon .row.row_3 .single_icon:first-child {
  border-left: 0;
}
.page_hotels .section_facilities .sec_image .all_icon .row.row_3 .single_icon:last-child {
  border-right: 0;
}
.page_hotels .section_facilities .sec_image .all_icon .row.row_6 .single_icon {
  border-top: 1px solid white;
  border-right: 2px solid white;
}
.page_hotels .section_facilities .sec_image .all_icon .row.row_6 .single_icon:first-child {
  border-left: 0;
}
.page_hotels .section_facilities .sec_image .all_icon .row.row_6 .single_icon:last-child {
  border-right: 0;
}

.page_blog .hero_blog {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15%;
  padding-bottom: 8%;
}
@media screen and (max-width: 767px) {
  .page_blog .hero_blog {
    padding-top: 35%;
    padding-bottom: 35%;
  }
}
.page_blog .hero_blog::before {
  content: "";
  position: absolute;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0.24) 0%, hsla(0, 0%, 0%, 0.271) 100%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 9;
}
.page_blog .hero_blog video {
  position: absolute;
  bottom: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page_blog .hero_blog .text {
  bottom: 0;
  position: relative;
  z-index: 99;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.page_blog .hero_blog .text h1 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-family: "Alverata";
  font-weight: 900;
  line-height: 56px;
}
@media screen and (max-width: 767px) {
  .page_blog .hero_blog .text h1 {
    font-size: 22px;
    line-height: 32px;
  }
}
.page_blog .hero_blog .text p {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-transform: capitalize;
  padding-top: 20px;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .page_blog .hero_blog .text p {
    font-size: 16px;
    line-height: 28px;
    max-width: 500px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page_blog .hero_blog .text p {
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
  }
}
.page_blog .section_hero_icon {
  background: #EFE1DA;
  padding: 20px 0;
}
.page_blog .section_hero_icon img {
  max-width: 100px;
}
.page_blog .section_content .grid {
  max-width: 1000px;
}
.page_blog .section_content .grid .section_list {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 100px;
}
@media screen and (max-width: 999px) {
  .page_blog .section_content .grid .section_list {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .page_blog .section_content .grid .section_list {
    padding: 30px 0;
  }
}
.page_blog .section_content .grid .section_list .single_blog {
  width: 50%;
  padding: 0 15px 30px;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .page_blog .section_content .grid .section_list .single_blog {
    width: 100%;
    padding: 0 0 25px;
  }
}
.page_blog .section_content .grid .section_list .single_blog .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page_blog .section_content .grid .section_list .single_blog .info {
  position: relative;
}
.page_blog .section_content .grid .section_list .single_blog .info .title_blog {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-family: "Alverata";
  font-weight: 600;
  letter-spacing: 0.33px;
  padding: 10px 0 6px;
  line-height: 24px;
}
body.rtl .page_blog .section_content .grid .section_list .single_blog .info .title_blog {
  font-size: 16px;
}
@media screen and (max-width: 779px) {
  body.rtl .page_blog .section_content .grid .section_list .single_blog .info .title_blog {
    font-size: 14px;
  }
}
@media screen and (max-width: 779px) {
  .page_blog .section_content .grid .section_list .single_blog .info .title_blog {
    font-size: 14px;
    padding: 5px 0 0;
  }
}
.page_blog .section_content .grid .section_list .single_blog .info .date {
  color: #9B9B9B;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.24px;
  font-family: "Alverata";
}
body.rtl .page_blog .section_content .grid .section_list .single_blog .info .date {
  font-size: 12px;
}
@media screen and (max-width: 779px) {
  body.rtl .page_blog .section_content .grid .section_list .single_blog .info .date {
    font-size: 10px;
  }
}
@media screen and (max-width: 779px) {
  .page_blog .section_content .grid .section_list .single_blog .info .date {
    font-size: 10px;
  }
}
.page_blog .section_content .grid .section_list .single_blog:hover .info .title_blog {
  text-decoration: underline;
}

.page_single_blog .section_col .section_background {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  .page_single_blog .section_col .section_background {
    flex-direction: column;
  }
}
.page_single_blog .section_col .section_background .images {
  width: 58%;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  .page_single_blog .section_col .section_background .images {
    width: 100%;
    flex-direction: column;
  }
}
.page_single_blog .section_col .section_background .images .border_img_color {
  width: 20px;
  height: 100%;
  display: block;
}
@media screen and (max-width: 999px) {
  .page_single_blog .section_col .section_background .images .border_img_color {
    width: 100%;
    height: 10px;
  }
}
.page_single_blog .section_col .section_background .images img {
  width: calc(100% - 20px);
}
@media screen and (max-width: 999px) {
  .page_single_blog .section_col .section_background .images img {
    width: 100%;
  }
}
.page_single_blog .section_col .section_background .info {
  width: 42%;
  max-width: 550px;
  margin: 0 0 0 auto;
  padding: 150px 80px 100px 20px;
}
@media screen and (max-width: 999px) {
  .page_single_blog .section_col .section_background .info {
    padding: 50px 15px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page_single_blog .section_col .section_background .info {
    padding: 30px 15px;
  }
}
.page_single_blog .section_col .section_background .info .breadcramb {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 770px) {
  .page_single_blog .section_col .section_background .info .breadcramb {
    overflow: scroll;
    white-space: nowrap;
    padding-bottom: 5px;
  }
  .page_single_blog .section_col .section_background .info .breadcramb::-webkit-scrollbar {
    display: none;
  }
}
.page_single_blog .section_col .section_background .info .breadcramb li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  line-height: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 770px) {
  .page_single_blog .section_col .section_background .info .breadcramb li {
    font-size: 11px;
  }
}
.page_single_blog .section_col .section_background .info .breadcramb li::after {
  content: "arrow_forward_ios";
  font-family: "Material Icons";
  font-size: 12px;
  color: white;
  bottom: 0;
  display: inline-flex;
  align-items: center;
}
body.rtl .page_single_blog .section_col .section_background .info .breadcramb li::after {
  transform: rotate(180deg);
}
@media screen and (max-width: 770px) {
  .page_single_blog .section_col .section_background .info .breadcramb li::after {
    font-size: 10px;
  }
}
.page_single_blog .section_col .section_background .info .breadcramb li a {
  color: white;
  font-size: 16px;
  font-weight: 500;
  padding-right: 5px;
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .page_single_blog .section_col .section_background .info .breadcramb li a {
    font-size: 12px;
  }
}
.page_single_blog .section_col .section_background .info .breadcramb li a:hover {
  text-decoration: underline;
}
.page_single_blog .section_col .section_background .info .breadcramb li:last-child {
  pointer-events: none;
}
.page_single_blog .section_col .section_background .info .breadcramb li:last-child::after {
  display: none;
}
.page_single_blog .section_col .section_background .info .title {
  font-size: 32px;
  line-height: 42px;
  font-family: "Alverata";
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page_single_blog .section_col .section_background .info .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page_single_blog .section_col .section_background .info .title {
    font-size: 18px;
  }
}
.page_single_blog .section_col .section_background .info .date {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .page_single_blog .section_col .section_background .info .date {
    font-size: 14px;
    line-height: 26px;
  }
}
.page_single_blog .content {
  max-width: 900px;
  margin: 40px auto;
}
@media screen and (max-width: 770px) {
  .page_single_blog .content {
    margin: 10px auto;
  }
}
.page_single_blog .content h2 {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 15px;
  line-height: 52px;
}
@media (max-width: 770px) {
  .page_single_blog .content h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.page_single_blog .content h3 {
  font-size: 18px;
  padding-bottom: 15px;
  font-weight: 700;
  line-height: 26px;
}
@media (max-width: 770px) {
  .page_single_blog .content h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
.page_single_blog .content h4 {
  font-size: 18px;
  padding: 24px 0 0px;
  font-weight: 700;
  line-height: 26px;
}
@media (max-width: 770px) {
  .page_single_blog .content h4 {
    font-size: 14px;
    line-height: 20px;
  }
}
.page_single_blog .content h5 {
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 22px;
}
@media (max-width: 770px) {
  .page_single_blog .content h5 {
    font-size: 12px;
  }
}
.page_single_blog .content h6 {
  font-size: 12px;
  padding-bottom: 5px;
}
@media (max-width: 770px) {
  .page_single_blog .content h6 {
    font-size: 12px;
  }
}
.page_single_blog .content p {
  color: #000814;
  font-size: 18px;
  line-height: 40px;
  padding: 10px 0;
  font-weight: 400;
}
@media screen and (max-width: 999px) {
  .page_single_blog .content p {
    font-size: 12px;
    line-height: 25px;
    padding: 5px 0;
  }
}
.page_single_blog .content p + p {
  padding-top: 20px;
}
.page_single_blog .content p b {
  font-weight: 800;
}
.page_single_blog .content img {
  display: block;
  width: 100%;
  margin: 50px 0;
}
@media screen and (max-width: 770px) {
  .page_single_blog .content img {
    height: 250px;
  }
}
.page_single_blog .content strong {
  font-weight: 700;
}
.page_single_blog .content a {
  display: inline-block;
  color: #2075ff;
}
.page_single_blog .content a:hover {
  text-decoration: underline;
}
.page_single_blog .content ul,
.page_single_blog .content ol {
  padding: 10px 0;
}
.page_single_blog .content ul li,
.page_single_blog .content ol li {
  padding-left: 15px;
  padding-bottom: 10px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #474747;
}
@media screen and (max-width: 770px) {
  .page_single_blog .content ul li,
  .page_single_blog .content ol li {
    font-size: 12px;
    padding-left: 12px;
    padding-bottom: 0;
  }
}
.page_single_blog .content ul li::before,
.page_single_blog .content ol li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: Black;
  top: 9px;
  border-radius: 50%;
}
@media screen and (max-width: 770px) {
  .page_single_blog .content ul li::before,
  .page_single_blog .content ol li::before {
    width: 5px;
    height: 5px;
    top: 10px;
  }
}
.page_single_blog .content .video-box {
  position: relative;
  margin: 15px 0;
}
.page_single_blog .content .video-box::before {
  content: "";
  display: block;
  padding-top: 53.75%;
}
.page_single_blog .content .video-box .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  border-radius: 2px;
}
.page_single_blog .content .video-box .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.page_single_blog .content .video-box .bg .player {
  width: 70px;
  height: 70px;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  background: rgba(26, 25, 25, 0.1490196078);
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page_single_blog .content .video-box .bg .player::before {
  content: "";
  position: absolute;
  background-image: url(../../assets/img/icons/play-icon.png);
  background-size: cover;
  background-size: 70px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page_single_blog .content .video-box .youtube-video {
  position: relative;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page_single_blog .content .video-box .youtube-video .videoIframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 2px;
}
.page_single_blog .content .video-box.active .bg {
  opacity: 0;
  pointer-events: none;
}
.page_single_blog .section_related_bk {
  background: rgba(239, 225, 218, 0.5098039216);
  padding-bottom: 80px;
}
.page_single_blog .section_related_bk .section_related {
  max-width: 1000px;
  margin: 0 auto;
}
.page_single_blog .section_related_bk .section_related h2 {
  color: rgb(0, 0, 0);
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding-top: 60px;
}
.page_single_blog .section_related_bk .section_related .section_list {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 80px;
}
@media screen and (max-width: 999px) {
  .page_single_blog .section_related_bk .section_related .section_list {
    padding: 30px 15px;
  }
}
.page_single_blog .section_related_bk .section_related .section_list .single_blog {
  width: 50%;
  padding: 0 7px 15px;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .page_single_blog .section_related_bk .section_related .section_list .single_blog {
    width: 100%;
    padding: 0 0 25px;
  }
}
.page_single_blog .section_related_bk .section_related .section_list .single_blog .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page_single_blog .section_related_bk .section_related .section_list .single_blog .info {
  position: relative;
}
.page_single_blog .section_related_bk .section_related .section_list .single_blog .info .title_blog {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.33px;
  padding: 10px 0 6px;
  line-height: 24px;
}
@media screen and (max-width: 779px) {
  .page_single_blog .section_related_bk .section_related .section_list .single_blog .info .title_blog {
    font-size: 14px;
    padding: 5px 0 0;
  }
}
.page_single_blog .section_related_bk .section_related .section_list .single_blog .info .date {
  color: #9B9B9B;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.24px;
}
@media screen and (max-width: 779px) {
  .page_single_blog .section_related_bk .section_related .section_list .single_blog .info .date {
    font-size: 10px;
  }
}
.page_single_blog .section_related_bk .section_related .section_list .single_blog:hover .info .title_blog {
  text-decoration: underline;
}
.page_single_blog .section_related_bk .section_related .btn {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  color: #A75B4D;
  transition: all 0.2s ease;
}
.page_single_blog .section_related_bk .section_related .btn:hover {
  text-decoration: underline;
}

.page_faq .hero_faq {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15%;
  padding-bottom: 8%;
}
@media screen and (max-width: 767px) {
  .page_faq .hero_faq {
    padding-top: 35%;
    padding-bottom: 35%;
  }
}
.page_faq .hero_faq::before {
  content: "";
  position: absolute;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0.24) 0%, hsla(0, 0%, 0%, 0.271) 100%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 9;
}
.page_faq .hero_faq video {
  position: absolute;
  bottom: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page_faq .hero_faq .text {
  bottom: 0;
  position: relative;
  z-index: 99;
  text-align: center;
  margin: 0 auto;
}
.page_faq .hero_faq .text h1 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-family: "Alverata";
  font-weight: 900;
  line-height: 56px;
}
@media screen and (max-width: 767px) {
  .page_faq .hero_faq .text h1 {
    font-size: 22px;
    line-height: 32px;
  }
}
.page_faq .hero_faq .text p {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-transform: capitalize;
  padding-top: 20px;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .page_faq .hero_faq .text p {
    font-size: 16px;
    line-height: 28px;
    max-width: 500px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page_faq .hero_faq .text p {
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
  }
}
.page_faq .section_hero_icon {
  background: #EFE1DA;
  padding: 20px 0;
}
.page_faq .section_hero_icon img {
  max-width: 100px;
}
.page_faq .section_content .grid {
  max-width: 1000px;
}
.page_faq .section_content .grid .faq_content {
  font-size: 0;
  padding: 80px 0 150px;
}
@media screen and (max-width: 770px) {
  .page_faq .section_content .grid .faq_content {
    flex-wrap: wrap;
    padding: 20px 0 0;
  }
}
.page_faq .section_content .grid .faq_content .nav_menu {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  background: #EFE1DA;
  padding: 25px;
}
@media screen and (max-width: 770px) {
  .page_faq .section_content .grid .faq_content .nav_menu {
    width: 100%;
    padding: 15px;
  }
}
.page_faq .section_content .grid .faq_content .nav_menu .nav_single_title {
  display: block;
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 15px 0;
}
@media screen and (max-width: 770px) {
  .page_faq .section_content .grid .faq_content .nav_menu .nav_single_title {
    font-size: 16px;
    padding: 10px 0;
    line-height: 20px;
  }
}
.page_faq .section_content .grid .faq_content .nav_menu .nav_single_title.active {
  color: #A75B4D;
}
.page_faq .section_content .grid .faq_content .section_faq {
  display: inline-block;
  width: calc(100% - 280px);
  padding-left: 50px;
  padding-bottom: 50px;
  margin-top: -15px;
}
@media screen and (max-width: 770px) {
  .page_faq .section_content .grid .faq_content .section_faq {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.page_faq .section_content .grid .faq_content .section_faq .single_faq {
  display: none;
}
.page_faq .section_content .grid .faq_content .section_faq .single_faq.active {
  display: block;
}
.page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq {
  border-bottom: 1px solid #e6d4d0;
}
.page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq.active .title_faq {
  color: #A75B4D;
}
.page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq.active .title_faq::after {
  color: #A75B4D;
  transform: rotateZ(45deg);
}
.page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq.active .faq {
  display: block;
}
.page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .title_faq {
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
  cursor: pointer;
}
@media screen and (max-width: 770px) {
  .page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .title_faq {
    font-size: 14px;
    padding: 10px 0;
  }
}
.page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .title_faq::after {
  content: "add";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: black;
  font-weight: 500;
  transform: rotateZ(0deg);
  transition: all 0.2s ease;
}
@media screen and (max-width: 770px) {
  .page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .title_faq::after {
    font-size: 14px;
  }
}
.page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq {
  display: none;
  padding: 0 0 16px;
  max-width: 900px;
}
.page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq h2 {
  font-size: 20px;
  padding-bottom: 5px;
}
@media (max-width: 770px) {
  .page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq h2 {
    font-size: 16px;
  }
}
.page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq h3 {
  font-size: 18px;
  padding-bottom: 5px;
}
@media (max-width: 770px) {
  .page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq h3 {
    font-size: 14px;
  }
}
.page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq h4 {
  font-size: 16px;
  padding-bottom: 5px;
}
@media (max-width: 770px) {
  .page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq h4 {
    font-size: 12px;
  }
}
.page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq h5 {
  font-size: 14px;
  padding-bottom: 5px;
}
@media (max-width: 770px) {
  .page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq h5 {
    font-size: 12px;
  }
}
.page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq h6 {
  font-size: 12px;
  padding-bottom: 5px;
}
@media (max-width: 770px) {
  .page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq h6 {
    font-size: 12px;
  }
}
.page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq p {
  color: #7E7E7E;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 770px) {
  .page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq p {
    font-size: 12px;
    line-height: 25px;
  }
}
.page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq img {
  display: block;
  width: 100%;
}
.page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq strong {
  font-weight: 700;
}
.page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq a {
  display: inline-block;
  color: #2075ff;
}
.page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq a:hover {
  text-decoration: underline;
}
.page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq ul li,
.page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq ol li {
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  line-height: 28px;
  color: #121212;
}
@media screen and (max-width: 770px) {
  .page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq ul li,
  .page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq ol li {
    font-size: 12px;
    padding-left: 12px;
    padding-bottom: 0;
  }
}
.page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq ul li::before,
.page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq ol li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: black;
  top: 9px;
  border-radius: 50%;
}
@media screen and (max-width: 770px) {
  .page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq ul li::before,
  .page_faq .section_content .grid .faq_content .section_faq .single_faq .single_faqq .faq ol li::before {
    width: 5px;
    height: 5px;
    top: 10px;
  }
}

.section_header {
  padding: 40px 0;
  background: white;
}
.section_header.header_hero {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  background: transparent;
}
.section_header.header_hero:hover {
  background: white;
}
.section_header.header_hero:hover .side_left .logo .live {
  display: none;
}
.section_header.header_hero:hover .side_left .logo .hover {
  display: block;
}
.section_header.header_hero:hover .side_right .single_side.menu li a {
  color: black !important;
}
.section_header.header_hero:hover .side_right .single_side.menu li a.active {
  border-bottom: 4px solid black !important;
}
.section_header.header_hero:hover .side_right .single_side.icon_map .live {
  display: none;
}
.section_header.header_hero:hover .side_right .single_side.icon_map .hover {
  display: block;
}
.section_header.header_hero:hover .side_right .single_side.icon_menu_new .creat_menu .line_white {
  background: black !important;
}
.section_header.header_hero:hover .side_right .single_side.button_Book a {
  background: #A75B4D !important;
  border: 0;
}
.section_header.header_hero .side_right .single_side.menu li a {
  color: white !important;
  padding-bottom: 5px;
}
.section_header.header_hero .side_right .single_side.menu li a:hover {
  border-bottom: 4px solid black !important;
}
.section_header.header_hero .side_right .single_side.menu li a.active {
  color: white;
  border-bottom: 4px solid white !important;
}
.section_header.header_hero .side_right .single_side.icon_menu_new .creat_menu .line_white {
  background: white !important;
}
.section_header.header_hero .side_right .single_side.button_Book a {
  background: transparent !important;
  border: 1px solid white;
}
.section_header.header_hero .side_right .single_side.button_Book a:hover {
  background: #a05649 !important;
}
.section_header .grid {
  display: flex;
  align-items: center;
}
.section_header .grid .side_left {
  width: 200px;
}
.section_header .grid .side_left .logo {
  margin-left: -25px;
}
.section_header .grid .side_left .logo img {
  max-width: 150px;
  cursor: pointer;
}
.section_header .grid .side_left .logo .hover {
  display: none;
}
.section_header .grid .side_right {
  width: calc(100% - 200px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.section_header .grid .side_right .single_side {
  padding-right: 30px;
}
.section_header .grid .side_right .single_side:last-child {
  padding-right: 0;
}
.section_header .grid .side_right .single_side.menu {
  display: flex;
  align-items: center;
}
.section_header .grid .side_right .single_side.menu li {
  padding-right: 30px;
}
.section_header .grid .side_right .single_side.menu li:last-child {
  padding-right: 0;
}
.section_header .grid .side_right .single_side.menu li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  color: black;
  padding-bottom: 5px;
  border-bottom: 4px solid transparent;
  transition: all 0.3s ease;
}
.section_header .grid .side_right .single_side.menu li a:hover {
  color: #A75B4D;
  border-bottom: 4px solid #A75B4D;
}
.section_header .grid .side_right .single_side.menu li a.active {
  color: #A75B4D;
  border-bottom: 4px solid #A75B4D;
}
.section_header .grid .side_right .single_side.icon_map img {
  max-width: 20px;
}
.section_header .grid .side_right .single_side.icon_map .hover {
  display: none;
}
.section_header .grid .side_right .single_side.icon_menu_new .creat_menu {
  position: relative;
  width: 20px;
  height: 18px;
  display: block;
  transition: all 0.2s ease;
}
.section_header .grid .side_right .single_side.icon_menu_new .creat_menu .line_white {
  height: 2px;
  width: 0;
  display: block;
  background: black;
  position: absolute;
  bottom: 0px;
  transition: all 0.4s ease;
}
.section_header .grid .side_right .single_side.icon_menu_new .creat_menu .line_white:nth-child(1) {
  top: 0;
  bottom: auto;
  width: 25px;
}
.section_header .grid .side_right .single_side.icon_menu_new .creat_menu .line_white:nth-child(2) {
  top: 8px;
  bottom: auto;
  width: 20px;
}
.section_header .grid .side_right .single_side.icon_menu_new .creat_menu .line_white:nth-child(3) {
  width: 15px;
}
.section_header .grid .side_right .single_side.icon_menu_new .creat_menu:hover .line_white {
  width: 25px !important;
}
.section_header .grid .side_right .single_side.button_Book a {
  display: block;
  width: 190px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: white;
  background: #A75B4D;
  transition: all 0.3s ease;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 0;
}
.section_header .grid .side_right .single_side.button_Book a:hover {
  background: #a05649;
}
.section_header.sticky_header {
  transform: translateY(-80px);
  transition: 0.8s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0px 0px 10px rgb(179, 179, 179);
  z-index: 999;
  padding: 20px 0 0;
}
.section_header.sticky_header .grid {
  display: block;
}
.section_header.sticky_header.fixed {
  transform: translateY(0);
}
.section_header.sticky_header .main_nav .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_header.sticky_header .main_nav .menu li {
  padding-right: 30px;
}
.section_header.sticky_header .main_nav .menu li:last-child {
  padding-right: 0;
}
.section_header.sticky_header .main_nav .menu li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  color: black;
  padding-bottom: 15px;
  border-bottom: 4px solid transparent;
  transition: all 0.3s ease;
}
.section_header.sticky_header .main_nav .menu li a:hover {
  color: #A75B4D;
  border-bottom: 4px solid #A75B4D;
}
.section_header.sticky_header .main_nav .menu li a.active {
  color: #A75B4D;
  border-bottom: 4px solid #A75B4D;
}

.section_header_mobile {
  display: none;
}
@media screen and (max-width: 999px) {
  .section_header_mobile {
    display: block;
    background: transparent;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
  }
}
.section_header_mobile.fixed {
  background: white;
  box-shadow: 0px 0px 10px rgb(179, 179, 179);
  position: fixed;
}
.section_header_mobile.fixed .section_header_col_one .menu_button_mobile_new .creat_menu.white {
  display: none !important;
}
.section_header_mobile.fixed .section_header_col_one .menu_button_mobile_new .creat_menu.black {
  display: block !important;
}
.section_header_mobile.fixed .section_header_col_one .menu_button_mobile_new .creat_menu .line_white {
  background: black !important;
}
.section_header_mobile.fixed .section_header_col_one .icon_map .live {
  display: block !important;
}
.section_header_mobile.fixed .section_header_col_one .icon_map .hover {
  display: none;
}
.section_header_mobile.header_hero {
  position: fixed;
}
.section_header_mobile.header_hero .section_header_col_one .logo .live {
  display: block;
}
.section_header_mobile.header_hero .section_header_col_one .logo .hover {
  display: none;
}
.section_header_mobile.header_hero .section_header_col_one .menu_button_mobile_new .creat_menu.white {
  display: block !important;
}
.section_header_mobile.header_hero .section_header_col_one .menu_button_mobile_new .creat_menu.white .line_white {
  background: white !important;
}
.section_header_mobile.header_hero .section_header_col_one .menu_button_mobile_new .creat_menu.black {
  display: none;
}
.section_header_mobile.header_hero.fixed .section_header_col_one .logo .live {
  display: none !important;
}
.section_header_mobile.header_hero.fixed .section_header_col_one .logo .hover {
  display: block !important;
}
.section_header_mobile.header_hero.fixed .section_header_col_one .menu_button_mobile_new .creat_menu.white {
  display: none !important;
}
.section_header_mobile.header_hero.fixed .section_header_col_one .menu_button_mobile_new .creat_menu.black {
  display: block !important;
}
.section_header_mobile.header_hero.fixed .section_header_col_one .menu_button_mobile_new .creat_menu .line_white {
  background: black !important;
}
.section_header_mobile.header_hero.fixed .section_header_col_one .icon_map .live {
  display: none !important;
}
.section_header_mobile.header_hero.fixed .section_header_col_one .icon_map .hover {
  display: block !important;
}
.section_header_mobile .section_header_col_one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px;
}
.section_header_mobile .section_header_col_one .logo {
  width: calc(100% - 30px);
  margin-left: -25px;
}
.section_header_mobile .section_header_col_one .logo img {
  max-width: 110px;
}
.section_header_mobile .section_header_col_one .logo .live {
  display: block;
}
.section_header_mobile .section_header_col_one .logo .hover {
  display: none;
}
.section_header_mobile .section_header_col_one .right {
  display: flex;
}
.section_header_mobile .section_header_col_one .right .menu_button_mobile {
  display: none;
  width: 30px;
}
.section_header_mobile .section_header_col_one .right .menu_button_mobile .hover {
  display: none;
}
.section_header_mobile .section_header_col_one .right .menu_button_mobile_new {
  padding-left: 5px;
}
.section_header_mobile .section_header_col_one .right .menu_button_mobile_new .creat_menu {
  position: relative;
  width: 25px;
  height: 18px;
  display: block;
  transition: all 0.2s ease;
}
.section_header_mobile .section_header_col_one .right .menu_button_mobile_new .creat_menu.white {
  display: none;
}
.section_header_mobile .section_header_col_one .right .menu_button_mobile_new .creat_menu .line_white {
  height: 2px;
  width: 0;
  display: block;
  background: black;
  position: absolute;
  bottom: 0px;
  transition: all 0.2s ease;
}
.section_header_mobile .section_header_col_one .right .menu_button_mobile_new .creat_menu .line_white:nth-child(1) {
  top: 0;
  bottom: auto;
  width: 25px;
}
.section_header_mobile .section_header_col_one .right .menu_button_mobile_new .creat_menu .line_white:nth-child(2) {
  top: 8px;
  bottom: auto;
  width: 20px;
}
.section_header_mobile .section_header_col_one .right .menu_button_mobile_new .creat_menu .line_white:nth-child(3) {
  width: 15px;
}
.section_header_mobile .section_header_col_one .right .menu_button_mobile_new .creat_menu:hover .line_white {
  width: 25px !important;
}
.section_header_mobile .section_header_col_one .right .icon_map {
  width: 30px;
}
.section_header_mobile .section_header_col_one .right .icon_map img {
  max-width: 20px;
}
.section_header_mobile .section_header_col_one .right .icon_map .hover {
  display: none;
}
.section_header_mobile .section_header_col_two .section_button {
  margin: 0 -5px;
  border-bottom: 2px solid rgba(51, 194, 222, 0.2117647059);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.section_header_mobile .section_header_col_two .section_button .menu {
  display: flex;
  justify-content: end;
  margin: 0 -5px;
}
.section_header_mobile .section_header_col_two .section_button .menu .header_link {
  display: block;
  text-align: center;
  width: 50%;
  padding: 12px 0;
  border: 2px solid #32c2de;
  color: #32c2de;
  margin: 0 5px;
  transition: all 0.3s;
}
.section_header_mobile .section_header_col_two .section_button .menu .header_link.hotel {
  background: #32c2de;
  color: white;
}
.section_header_mobile .section_header_col_two .section_button .menu .header_link.hotel:hover {
  background: #2caac3;
  border: 2px solid #2caac3;
}
.section_header_mobile .section_header_col_two .section_button .menu .header_link.home:hover {
  background: #32c2de;
  color: white;
}
.section_header_mobile .section_header_col_two .mobile-nav {
  position: fixed;
  top: 55px;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  background: white;
  z-index: 99999999;
  padding: 0px 0 20px;
  -moz-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.ltr .section_header_mobile .section_header_col_two .mobile-nav {
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  left: auto;
  right: 0;
}
.section_header_mobile .section_header_col_two .mobile-nav.active {
  opacity: 1;
  pointer-events: auto;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.ltr .section_header_mobile .section_header_col_two .mobile-nav.active {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.section_header_mobile .section_header_col_two .mobile-nav .mobile-menu {
  overflow: auto;
  height: 100%;
  padding: 20px;
}
.section_header_mobile .section_header_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container {
  padding-bottom: 20px;
}
.section_header_mobile .section_header_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.menu {
  margin: 0;
  display: block;
}
.section_header_mobile .section_header_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.menu li.menu-item {
  padding-bottom: 22px;
}
.section_header_mobile .section_header_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.menu li.menu-item:last-child {
  padding-bottom: 0;
}
.section_header_mobile .section_header_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.menu li.menu-item a {
  display: block;
  color: black;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
.section_header_mobile .section_header_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.menu li.menu-item.menu-item-has-children > a {
  position: relative;
}
.section_header_mobile .section_header_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.menu li.menu-item.menu-item-has-children > a::before {
  content: "expand_more";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  color: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.ltr .section_header_mobile .section_header_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.menu li.menu-item.menu-item-has-children > a::before {
  right: auto;
  left: 0;
}
.section_header_mobile .section_header_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.menu li.menu-item.menu-item-has-children.active > a::before {
  content: "expand_less";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.section_header_mobile .section_header_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.menu li.menu-item.menu-item-has-children .list_subcategory_mobile {
  display: none;
  padding-top: 10px;
}
.section_header_mobile .section_header_col_two .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.menu li.menu-item.menu-item-has-children .list_subcategory_mobile .col {
  color: black;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
}

.footer_banner {
  background: #EFE1DA;
  padding: 70px 0;
}
@media screen and (max-width: 999px) {
  .footer_banner {
    padding: 40px 0 20px;
  }
}
.footer_banner .logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer_banner .logos {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 20px;
  }
  .footer_banner .logos ::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .footer_banner .logos .single_logo img {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .footer_banner .logos .single_logo {
    display: inline-block;
    padding-right: 40px;
  }
  .footer_banner .logos .single_logo img {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .footer_banner .logos .single_logo:last-child {
    padding-right: 0;
  }
}

.section_footer {
  background-color: #A75B4D;
}
@media screen and (max-width: 999px) {
  .section_footer {
    display: none;
  }
}
.section_footer .top {
  padding: 100px 0 40px;
  border-bottom: 1px solid #DEBDA9;
}
.section_footer .top .logo {
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.section_footer .top .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding-top: 80px;
}
.section_footer .top .content .menus {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
.section_footer .top .content .menus .single_menu {
  padding-right: 40px;
}
.section_footer .top .content .menus .single_menu:last-child {
  padding-right: 0;
}
.section_footer .top .content .menus .single_menu li h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  color: #EFE1DA;
}
.section_footer .top .content .menus .single_menu li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  color: #EFE1DA;
}
.section_footer .top .content .social .social_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  color: #EFE1DA;
  padding-bottom: 18px;
}
.section_footer .top .content .social .social_list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.section_footer .top .content .social .social_item {
  display: inline-flex;
}
.section_footer .top .content .social .social_item .social_icon_wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid rgba(239, 225, 218, 0.25);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}
.section_footer .top .content .social .social_item .social_icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.section_footer .top .content .social .social_item:hover .social_icon_wrap, .section_footer .top .content .social .social_item:focus-visible .social_icon_wrap {
  border-color: #A75B4D;
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}
.section_footer .top .content .social .social_item:hover .social_icon, .section_footer .top .content .social .social_item:focus-visible .social_icon {
  transform: scale(1.1);
}
.section_footer .top .content .instagram {
  max-width: 260px;
}
.section_footer .top .content .instagram .title {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.section_footer .top .content .instagram .title h4 {
  color: #ffffff;
  font-weight: bold;
  padding: 0 5px;
}
.section_footer .top .content .instagram .title span {
  font-size: 18px;
  font-weight: normal;
  color: white;
}
.section_footer .top .content .instagram .insta_gallery .sb_instagram_header {
  padding: 0 !important;
}
.section_footer .top .content .instagram .insta_gallery .sb_instagram_header .sbi_header_link {
  display: flex !important;
  flex-direction: row-reverse;
  width: 100% !important;
  padding: 0 !important;
}
.section_footer .top .content .instagram .insta_gallery .sb_instagram_header .sbi_header_link .sbi_header_text {
  width: 90% !important;
  padding: 0 0 0 6px !important;
}
.section_footer .top .content .instagram .insta_gallery .sb_instagram_header .sbi_header_link .sbi_header_text h3 {
  font-size: 18px !important;
  font-weight: normal !important;
  color: white !important;
  margin: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}
.section_footer .top .content .instagram .insta_gallery .sb_instagram_header .sbi_header_link .sbi_header_img {
  background: transparent;
  width: 10% !important;
  height: auto !important;
  border-radius: 0 !important;
}
.section_footer .top .content .instagram .insta_gallery .sb_instagram_header .sbi_header_link .sbi_header_img .sbi_new_logo {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  left: 0px !important;
  top: 0 !important;
}
.section_footer .top .content .instagram .insta_gallery #sbi_images {
  padding: 0 !important;
}
.section_footer .top .content .instagram .insta_gallery #sbi_images .sbi_item {
  width: 33.3333333333% !important;
  padding: 0 2px 4px !important;
}
.section_footer .top .content .instagram .insta_gallery #sbi_images .sbi_item .sbi_photo {
  width: 100% !important;
}
.section_footer .top .content .instagram .insta_gallery #sbi_images .sbi_item .sbi_photo .fa-play {
  width: 15px !important;
  left: 35px !important;
  top: 20px !important;
  margin: 0 !important;
}
.section_footer .top .content .instagram .insta_gallery #sb_instagram .sb_instagram_header .sbi_header_img, .section_footer .top .content .instagram .insta_gallery .sb_instagram_header .sbi_header_img {
  margin: 0 !important;
}
.section_footer .top .content .instagram .insta_gallery #sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3, .section_footer .top .content .instagram .insta_gallery .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
  margin: 0 !important;
  padding: 0 !important;
}
.section_footer .top .content .instagram .insta_gallery #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
  padding: 0 2px 4px !important;
}
.section_footer .top .company_social {
  padding-top: 30px;
}
.section_footer .top .company_social label {
  font-size: 14px;
  color: white;
  padding-bottom: 15px;
}
.section_footer .top .company_social .form {
  display: flex;
  width: 100%;
  height: 50px;
  max-width: 420px;
}
.section_footer .top .company_social .form input {
  padding: 15px;
  color: black;
  font-size: 14px;
  font-weight: 500;
  width: 250px;
  background: #ffffff;
}
.section_footer .top .company_social .form .btn_footer {
  background: black;
  color: white;
  font-size: 15px;
  width: calc(100% - 250px);
  line-height: 32px;
  font-weight: normal;
  padding: 0 20px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.section_footer .top .company_social .form .btn_footer:hover {
  background: black;
}
.section_footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
}
.section_footer .bottom .copy_right {
  font-size: 13px;
  color: white;
}
.section_footer .bottom .call {
  font-size: 18px;
  color: white;
  display: flex;
  align-items: center;
  margin-top: -50px;
}
.section_footer .bottom .call img {
  margin-right: 10px;
  width: 20px;
}
.section_footer .bottom .sec_mitch {
  background: #6D362B;
  display: flex;
  padding: 10px;
  max-width: 140px;
}
.section_footer .bottom .sec_mitch p {
  font-size: 10px;
  line-height: 15px;
  color: white;
  padding-left: 10px;
}

.section_footer_mobile {
  background-color: #A75B4D;
  display: none;
}
@media screen and (max-width: 999px) {
  .section_footer_mobile {
    display: block;
  }
}
.section_footer_mobile .top {
  padding: 30px 0 20px;
  border-bottom: 1px solid #DEBDA9;
}
.section_footer_mobile .top .logo {
  max-width: 120px;
  margin: 0 auto;
}
.section_footer_mobile .top .social {
  margin: 30px auto 0;
}
.section_footer_mobile .top .social .social_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  color: #EFE1DA;
  padding-bottom: 16px;
}
.section_footer_mobile .top .social .social_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.section_footer_mobile .top .social .social_item {
  display: inline-flex;
}
.section_footer_mobile .top .social .social_item .social_icon_wrap {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid rgba(239, 225, 218, 0.25);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}
.section_footer_mobile .top .social .social_item .social_icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.section_footer_mobile .top .social .social_item:hover .social_icon_wrap, .section_footer_mobile .top .social .social_item:focus-visible .social_icon_wrap {
  border-color: #A75B4D;
  transform: translateY(-3px);
}
.section_footer_mobile .top .social .social_item:hover .social_icon, .section_footer_mobile .top .social .social_item:focus-visible .social_icon {
  transform: scale(1.08);
}
.section_footer_mobile .top .company_social {
  padding-top: 30px;
  text-align: center;
}
.section_footer_mobile .top .company_social label {
  font-size: 14px;
  color: white;
  padding-bottom: 15px;
}
.section_footer_mobile .top .company_social .form_mob {
  position: relative;
  display: flex;
  width: 100%;
  height: 45px;
  max-width: 420px;
  margin: 0 auto;
}
.section_footer_mobile .top .company_social .form_mob input {
  padding: 15px;
  color: black;
  font-size: 14px;
  font-weight: 500;
  width: 250px;
  background: #ffffff;
}
@media screen and (max-width: 380px) {
  .section_footer_mobile .top .company_social .form_mob input {
    width: 200px;
  }
}
.section_footer_mobile .top .company_social .form_mob .btn_footer {
  background: black;
  color: white;
  font-size: 13px;
  width: calc(100% - 250px);
  line-height: 32px;
  font-weight: normal;
  padding: 0 20px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
@media screen and (max-width: 380px) {
  .section_footer_mobile .top .company_social .form_mob .btn_footer {
    width: calc(100% - 200px);
    font-size: 13px;
  }
}
.section_footer_mobile .top .company_social .form_mob .btn_footer:hover {
  background: black;
}
.section_footer_mobile .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
}
.section_footer_mobile .bottom .copy_right {
  font-size: 13px;
  color: white;
}
.section_footer_mobile .bottom .call {
  font-size: 14px;
  color: white;
  display: flex;
  align-items: center;
  margin-top: -50px;
}
.section_footer_mobile .bottom .call img {
  margin-right: 7px;
  width: 12px;
}
.section_footer_mobile .bottom .sec_mitch {
  background: #6D362B;
  display: flex;
  padding: 5px;
  max-width: 80px;
  align-items: center;
}
.section_footer_mobile .bottom .sec_mitch img {
  width: 20px;
  height: 20px;
}
.section_footer_mobile .bottom .sec_mitch p {
  font-size: 6px;
  line-height: 12px;
  color: white;
  padding-left: 10px;
}

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