/* Google Font */
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-55");
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
/* x fs test */
/* Import / Vendor */
body {
    margin: 0px;
    padding: 0px;
    background: #f5f5f5;
    font-family: 'Segoe UI';
}

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
	border: 1px solid #5AB1D0 !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	border-top: 4px solid #5AB1D0 !important;
	border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
	border-top-color: #5AB1D0;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/**
 * Swiper 8.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 17, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-ms-flexbox;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-pointer-events.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-ms-flex-align:start;align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';-ms-flex-negative:0;flex-shrink:0;-ms-flex-order:9999;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 /*
 * template style 1 css
 */
 .wptripadvisor_t1_outer_div {
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.wptripadvisor_t1_DIV_1 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 277.5px 115px;
    transform-origin: 277.5px 115px;
    border: 0px none rgb(255, 255, 255);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: rgb(255, 255, 255) none 0px;
	margin-bottom: 20px;
	margin-top: 10px;
	/*margin: 10px 5px 10px 5px;
	float: left;
	width:25%;*/
}/*.wptripadvisor_t1_DIV_1*/

.wptripadvisor_t1_DIV_2 {
    bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 2px 2px 2px 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    height: auto;
    left: 0px;
    position: relative;
    right: 0px;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    top: 0px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 277.5px 69px;
    transform-origin: 277.5px 69px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 1px solid rgb(245, 245, 245);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px 0px 25px;
    outline: rgb(255, 255, 255) none 0px;
    padding: 20px 20px 20px 48px;
}/*.wptripadvisor_t1_DIV_2*/

.wptripadvisor_t1_DIV_2:after {
    bottom: -30px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    content: '';
    display: block;
    height: 30px;
    left: 80px;
    position: absolute;
    right: 445px;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    width: 30px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 15px 15px;
    transform-origin: 15px 15px;
    filter: drop-shadow(rgba(0, 0, 0, 0.0980392) 2px 2px 1px);
    border-top: 30px solid rgb(255, 255, 255);
    border-right: 30px solid rgba(0, 0, 0, 0);
    border-bottom: 0px solid rgba(0, 0, 0, 0);
    border-left: 0px solid rgba(0, 0, 0, 0);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: rgb(255, 255, 255) none 0px;
}/*.wptripadvisor_t1_DIV_2:after*/

.wptripadvisor_t1_DIV_2:before {
    bottom: 47px;
    box-sizing: border-box;
    color: rgb(187, 187, 187);
    content: '\201C';
    display: block;
    height: 96px;
    left: 55px;
    position: absolute;
    right: 515.391px;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    top: 20px;
    width: 24.6094px;
    column-rule-color: rgb(187, 187, 187);
    perspective-origin: 12.2969px 48px;
    transform-origin: 12.2969px 48px;
    border: 0px none rgb(187, 187, 187);
    font: normal normal normal normal 60px / 96px Georgia, serif;
    margin: -25px 0px 0px -40px;
    outline: rgb(187, 187, 187) none 0px;
}/*.wptripadvisor_t1_DIV_2:before*/

.wptripadvisor_t1_P_3 {
    box-sizing: border-box;
    color: rgb(119, 119, 119);
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    column-rule-color: rgb(119, 119, 119);
    perspective-origin: 240px 44px;
    transform-origin: 240px 44px;
    border: 0px none rgb(119, 119, 119);
    font: italic normal normal normal 14px / 22.4px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px 0px 10px;
    outline: rgb(119, 119, 119) none 0px;
}/*.wptripadvisor_t1_P_3*/

.wptripadvisor_t1_IMG_4 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    float: left;
    height: 60px;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    vertical-align: middle;
    max-width: 60px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 30px 30px;
    transform-origin: 30px 30px;
    border: 0px none rgb(255, 255, 255);
    border-radius: 50% 50% 50% 50% !important;
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px 20px;
    outline: rgb(255, 255, 255) none 0px;
}/*.wptripadvisor_t1_IMG_4*/

.wptripadvisor_t1_SPAN_5 {
    color: rgb(85, 85, 85);
    display: block;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    text-transform: uppercase;
    overflow: hidden;
    padding: 8px 0px 0px;
}/*.wptripadvisor_t1_SPAN_5*/

.marginb10 {
    margin-bottom: 10px;
}
.w3_wprs-row-padding-small {
	padding: 0 4px;
}
.noboxshadow {
    box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px 0px;
}
.wptripadvisor_t1_P_3 > img {
    box-shadow: 0 0 0 rgba(0,0,0,.0);
}
.wptripadvisor_t1_A_8 > img {
    box-shadow: 0 0 0 0;
    padding: 0px;
}
img.wptripadvisor_t1_star_img_file {
    width: 100px;
	margin-bottom: -4px;
}
img.wptripadvisor_t1_tripadvisor_logo {
position: absolute;
    right: 4px;
    bottom: 4px;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
a.wprs_rd_more {
    cursor: pointer;
}
.wptripadvisor_t1_DIV_2 a{
	    position: unset !important;
}
span.wprevrevtitle {
    font-weight: bold;
    text-transform: capitalize;
}

span.wprs_rd_more_text {
    display: inline;
	transition: opacity 1s;
	opacity: 0;
}
a.wprev_media_img_a{display:inline-block}img.wprev_media_img{height:50px;margin-right:5px;border-radius:5px}.wprev_media_div{margin-bottom:0;margin-top:10px;margin-left:0;margin-right:0}.wpproslider_t3_DIV_1a .wprev_media_div{margin:-25px 5px 34px 55px}.wpproslider_t6_DIV_2 .wprev_media_div{margin-left:10px;margin-right:10px}
/*------end template style 1 --------*/

/*------wprs_unslider --------*/
.wprs_unslider{overflow:visible;margin:0;padding:0;position:relative}.wprs_unslider-wrap{position:relative}.wprs_unslider-wrap.wprs_unslider-carousel>li{float:left}.wprs_unslider-vertical>ul{height:100%}.wprs_unslider-vertical li{float:none;width:100%}.wprs_unslider-fade{position:relative}.wprs_unslider-fade .wprs_unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8;list-style-type:none}.wprs_unslider-fade .wprs_unslider-wrap li.wprs_unslider-active{z-index:10}.wprs_unslider li,.wprs_unslider ol,.wprs_unslider ul{list-style:none;margin:0;padding:0!important;border:none;list-style-type:none}.wprs_unslider-arrow{position:absolute;left:5px;z-index:2;cursor:pointer}.wprs_unslider-arrow.next{left:auto}.wprs_unslider-arrow{display:block;width:28px;height:28px;top:50%;right:5px;left:auto;margin-top:-30px;overflow:hidden;background:rgba(0,0,0,.2) no-repeat 58% 51%;background-image:url(imgs/slider_arrow.png);background-size:7px 11px;border-radius:32px;text-indent:-999em;opacity:.6;transition:opacity .2s;border-width:0!important}.wprs_unslider-arrow.prev{left:5px;right:auto;transform:rotate(-180deg);background-position-x: 50%;background-position-y: 49%;}.wprs_unslider-nav ol{list-style:none;text-align:center}.wprs_unslider-nav ol li{display:inline-block;width:9px;height:9px;margin:0 4px !important;background:0 0;border-radius:5px;overflow:hidden;text-indent:-999em;border:1px solid #c3c3c3;cursor:pointer}.wprs_unslider-nav ol li.wprs_unslider-active{background:#c3c3c3;cursor:default}
.wprev-slider {
    margin-left: 38px;
    margin-right: 38px;
}
/*------end wprs_unslider-dots --------*/
/*------ wptripadvisor_w3 --------*/
.w3_wprs-responsive{overflow-x:auto}
.w3_wprs-container:after,.w3_wprs-panel:after,.w3_wprs-row:after,.w3_wprs-row-padding:after,.w3_wprs-topnav:after,.w3_wprs-clear:after,.w3_wprs-btn-group:before,.w3_wprs-btn-group:after,.w3_wprs-btn-bar:before,.w3_wprs-btn-bar:after
{content:"";display:table;clear:both}
.w3_wprs-col,.w3_wprs-half,.w3_wprs-third,.w3_wprs-twothird,.w3_wprs-threequarter,.w3_wprs-quarter{float:left;width:100%}
.w3_wprs-col.s1{width:8.33333%}
.w3_wprs-col.s2{width:16.66666%}
.w3_wprs-col.s3{width:24.99999%}
.w3_wprs-col.s4{width:33.33333%}
.w3_wprs-col.s5{width:41.66666%}
.w3_wprs-col.s6{width:49.99999%}
.w3_wprs-col.s7{width:58.33333%}
.w3_wprs-col.s8{width:66.66666%}
.w3_wprs-col.s9{width:74.99999%}
.w3_wprs-col.s10{width:83.33333%}
.w3_wprs-col.s11{width:91.66666%}
.w3_wprs-col.s12,.w3_wprs-half,.w3_wprs-third,.w3_wprs-twothird,.w3_wprs-threequarter,.w3_wprs-quarter{width:99.99999%}
@media only screen and (min-width:601px){
.w3_wprs-col.m1{width:8.33333%}
.w3_wprs-col.m2{width:16.66666%}
.w3_wprs-col.m3,.w3_wprs-quarter{width:24.99999%}
.w3_wprs-col.m4,.w3_wprs-third{width:33.33333%}
.w3_wprs-col.m5{width:41.66666%}
.w3_wprs-col.m6,.w3_wprs-half{width:49.99999%}
.w3_wprs-col.m7{width:58.33333%}
.w3_wprs-col.m8,.w3_wprs-twothird{width:66.66666%}
.w3_wprs-col.m9,.w3_wprs-threequarter{width:74.99999%}
.w3_wprs-col.m10{width:83.33333%}
.w3_wprs-col.m11{width:91.66666%}
.w3_wprs-col.m12{width:99.99999%}}
@media only screen and (min-width:993px){
.w3_wprs-col.l1{width:8.33333%}
.w3_wprs-col.l2{width:16.66666%}
.w3_wprs-col.l3,.w3_wprs-quarter{width:24.99999%}
.w3_wprs-col.l4,.w3_wprs-third{width:33.33333%}
.w3_wprs-col.l5{width:41.66666%}
.w3_wprs-col.l6,.w3_wprs-half{width:49.99999%}
.w3_wprs-col.l7{width:58.33333%}
.w3_wprs-col.l8,.w3_wprs-twothird{width:66.66666%}
.w3_wprs-col.l9,.w3_wprs-threequarter{width:74.99999%}
.w3_wprs-col.l10{width:83.33333%}
.w3_wprs-col.l11{width:91.66666%}
.w3_wprs-col.l12{width:99.99999%}}
.w3_wprs-content{max-width:980px;margin:auto}
.w3_wprs-row-padding,.w3_wprs-row-padding>.w3_wprs-half,.w3_wprs-row-padding>.w3_wprs-third,.w3_wprs-row-padding>.w3_wprs-twothird,.w3_wprs-row-padding>.w3_wprs-threequarter,.w3_wprs-row-padding>.w3_wprs-quarter,.w3_wprs-row-padding>.w3_wprs-col{padding:0 8px}

span.svgicons.svg-wprsp-verified {
    width: 18px;
    height: 18px;
    background: #a3a29e;
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: bottom;
    margin-bottom: -3px;
    margin-right: 3px;
}

.svg-wprsp-verified {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 24 24'%3E%3Cpath d='M23.016 12l-2.438-2.813 0.328-3.656-3.609-0.844-1.875-3.188-3.422 1.453-3.422-1.453-1.875 3.188-3.609 0.797 0.328 3.703-2.438 2.813 2.438 2.813-0.328 3.656 3.609 0.844 1.875 3.188 3.422-1.453 3.422 1.453 1.875-3.188 3.609-0.844-0.328-3.656zM10.078 16.734l-3.797-3.844 1.5-1.453 2.297 2.344 5.859-5.906 1.5 1.5z'%3E%3C/path%3E%3C/svg%3E%0A");
}

.wprevtooltip{
    cursor: pointer;
}
.wprevpro_tooltip {
	display: none;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    color: #efefef;
    background-color: #000000bf;
    border-radius: 3px;
    font-family: sans-serif;
    font-style: normal;
    font-size: 10px;
    line-height: 24px;
	z-index: 999999;
	}


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
}
button,
input,
select,
textarea {
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* Disable vendor prefixing for nib() */
/* Variable/Settings */
.slick-slider .slick-slide {
  outline: none !important;
}
.slick-slider .slick-arrow {
  z-index: 1;
}
.slick-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.slick-slider .slick-arrow.slick-next,
.slick-slider .slick-arrow.slick-prev {
  background: $gold;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  top: 40%;
}
.slick-slider .slick-arrow.slick-next:before,
.slick-slider .slick-arrow.slick-prev:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 10px solid transparent;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
}
.slick-slider .slick-arrow.slick-next:hover:before,
.slick-slider .slick-arrow.slick-prev:hover:before {
  opacity: 0.7;
}
.slick-slider .slick-arrow.slick-next:before {
  margin-left: 5px;
}
.slick-slider .slick-arrow.slick-prev:before {
  margin-left: -5px;
  transform: rotate(-180deg);
}
.slick-slider.slick-dotted {
  margin-bottom: 0;
}
.slick-slider .slick-dots {
  position: relative;
  padding: 0 !important;
}
.slick-slider .slick-dots ul {
  padding-left: 0 !important;
}
.slick-slider .slick-dots li {
  width: 7px;
  display: inline-block !important;
  margin-right: 4px !important;
}
.slick-slider .slick-dots li button:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active button:before {
  background: #00ae9d;
}
.carousel-container.mini .slick-arrow {
  width: 50px;
  height: 50px;
}
.carousel-container.mini .slick-arrow:before {
  border-top-width: 8px;
  border-left-width: 16px;
  border-bottom-width: 8px;
}
.carousel-container.mini .slick-arrow.slick-next:before {
  margin-left: 5px;
}
@font-face {
  font-family: 'helvetica-neue-bold';
  src: url("../fonts/helvetica-neue-bold.woff2") format('woff2'), url("../fonts/helvetica-neue-bold.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica-neue-medium';
  src: url("../fonts/helvetica-neue-medium.woff2") format('woff2'), url("../fonts/helvetica-neue-medium.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica-neue-light';
  src: url("../fonts/helvetica-neue-light.woff2") format('woff2'), url("../fonts/helvetica-neue-light.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica';
  src: url("../fonts/helvetica-neue-roman.woff2") format('woff2'), url("../fonts/helvetica-neue-roman.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica-rounded-bold';
  src: url("../fonts/helvetica-rounded-bold.woff2") format('woff2'), url("../fonts/helvetica-rounded-bold.woff") format('woff');
  font-weight: normal;
  font-style: italic;
}
footer,
.footer {
  position: relative;
  z-index: 999999;
}
@media only screen and (min-width: 1100px) {
  footer .row,
  .footer .row {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
footer .primary,
.footer .primary {
  padding: 40px 0 60px;
  background: linear-gradient(95.2deg, #011d32 0%, #020d1f 49.73%, #00324a 100%);
}
@media only screen and (min-width: 1100px) {
  footer .primary,
  .footer .primary {
    padding: 80px 0;
  }
}
footer .primary .content-wrapper .row,
.footer .primary .content-wrapper .row {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
@media only screen and (min-width: 1100px) {
  footer .primary .content-wrapper .row,
  .footer .primary .content-wrapper .row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
footer .primary .content-wrapper .logo,
.footer .primary .content-wrapper .logo {
  margin-top: 40px;
}
@media only screen and (min-width: 1100px) {
  footer .primary .content-wrapper .logo,
  .footer .primary .content-wrapper .logo {
    margin-top: 0;
  }
}
footer .primary .content-wrapper .logo img,
.footer .primary .content-wrapper .logo img {
  max-width: 150px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1100px) {
  footer .primary .content-wrapper .logo img,
  .footer .primary .content-wrapper .logo img {
    margin: 0 auto 20px;
  }
}
footer .primary .content-wrapper .logo p,
.footer .primary .content-wrapper .logo p {
  font-size: 12px;
}
footer .primary .content-wrapper .sitemap,
.footer .primary .content-wrapper .sitemap {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
@media only screen and (min-width: 1100px) {
  footer .primary .content-wrapper .sitemap,
  .footer .primary .content-wrapper .sitemap {
    -ms-flex: 0 1 60%;
        flex: 0 1 60%;
  }
}
footer .primary .content-wrapper .sitemap .col,
.footer .primary .content-wrapper .sitemap .col {
  margin-bottom: 20px;
  width: 100%;
  color: #fff;
}
@media only screen and (min-width: 1100px) {
  footer .primary .content-wrapper .sitemap .col,
  .footer .primary .content-wrapper .sitemap .col {
    margin-bottom: 0;
    width: 20%;
  }
}
footer .primary .content-wrapper .sitemap .col:nth-child(1),
.footer .primary .content-wrapper .sitemap .col:nth-child(1),
footer .primary .content-wrapper .sitemap .col:nth-child(2),
.footer .primary .content-wrapper .sitemap .col:nth-child(2) {
  width: 50%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1100px) {
  footer .primary .content-wrapper .sitemap .col:nth-child(1),
  .footer .primary .content-wrapper .sitemap .col:nth-child(1),
  footer .primary .content-wrapper .sitemap .col:nth-child(2),
  .footer .primary .content-wrapper .sitemap .col:nth-child(2) {
    margin-bottom: 0;
    width: 20%;
  }
}
footer .primary .content-wrapper .sitemap .col:nth-child(3),
.footer .primary .content-wrapper .sitemap .col:nth-child(3) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1100px) {
  footer .primary .content-wrapper .sitemap .col:nth-child(3),
  .footer .primary .content-wrapper .sitemap .col:nth-child(3) {
    margin-bottom: 0;
  }
}
footer .primary .content-wrapper .sitemap .col:last-child,
.footer .primary .content-wrapper .sitemap .col:last-child {
  margin-bottom: 0;
}
footer .primary .content-wrapper .sitemap h6,
.footer .primary .content-wrapper .sitemap h6 {
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: normal;
}
footer .primary .content-wrapper .sitemap h6.large,
.footer .primary .content-wrapper .sitemap h6.large {
  margin: 0 0 10px 0;
  font-weight: 300;
  line-height: 1;
}
footer .primary .content-wrapper .sitemap ul,
.footer .primary .content-wrapper .sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .primary .content-wrapper .sitemap ul li,
.footer .primary .content-wrapper .sitemap ul li {
  margin-bottom: 15px;
}
footer .primary .content-wrapper .sitemap ul li:last-child,
.footer .primary .content-wrapper .sitemap ul li:last-child {
  margin-bottom: 0;
}
footer .primary .content-wrapper .sitemap ul li a,
.footer .primary .content-wrapper .sitemap ul li a {
  display: inline-block;
  color: #fff;
}
@media only screen and (min-width: 1100px) {
  footer .primary .content-wrapper .sitemap ul li a:hover,
  .footer .primary .content-wrapper .sitemap ul li a:hover {
    text-decoration: underline;
  }
}
footer .primary .content-wrapper .sitemap p,
.footer .primary .content-wrapper .sitemap p {
  margin: 0 0 25px 0;
}
footer .primary .content-wrapper .sitemap p a,
.footer .primary .content-wrapper .sitemap p a {
  color: inherit;
}
footer .primary .content-wrapper ul.social-media,
.footer .primary .content-wrapper ul.social-media {
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-top: 15px;
  -ms-flex-direction: row;
      flex-direction: row;
}
footer .primary .content-wrapper ul.social-media img,
.footer .primary .content-wrapper ul.social-media img {
  max-width: 24px;
}
footer .primary .content-wrapper ul.social-media li,
.footer .primary .content-wrapper ul.social-media li {
  margin-bottom: 0;
  margin-right: 10px;
}
footer .primary .content-wrapper ul.social-media li:last-child,
.footer .primary .content-wrapper ul.social-media li:last-child {
  margin-right: 0;
}
header {
  position: fixed;
  width: 100%;
  z-index: 999999999;
  background: #fff;
  padding: 10px 0;
}
@media only screen and (min-width: 1100px) {
  header {
    min-height: 60px;
    padding: 0;
  }
}
header .row {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
}
header #logo {
  margin: 5px 0;
  max-width: 80px;
}
@media only screen and (min-width: 1100px) {
  header #logo {
    margin: 0;
    max-width: 120px;
  }
}
header #logo img {
  width: 100%;
}
header .burger {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 20px;
  margin: auto;
}
@media only screen and (min-width: 1100px) {
  header .burger {
    display: none;
  }
}
header .burger span {
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  transition: all 0.4s;
}
header .burger span:nth-child(1) {
  top: 0;
}
header .burger span:nth-child(2) {
  top: 10px;
}
header .burger span:nth-child(3) {
  top: 20px;
}
header nav {
  display: none;
  float: right;
  padding: 0 15px;
}
@media only screen and (min-width: 1100px) {
  header nav {
    display: inline-block;
    float: none;
    margin: 0 auto;
  }
}
header nav ul {
  margin: 0;
  padding: 5px 0;
}
@media only screen and (min-width: 1100px) {
  header nav ul {
    padding: 5px 0 0;
  }
}
header nav ul li {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
@media only screen and (min-width: 1100px) {
  header nav ul li {
    padding: 40px 0;
    margin-left: 50px;
    cursor: default;
  }
}
header nav ul li a {
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  header nav ul li a {
    cursor: default;
  }
}
header nav ul li.menu-item-has-children a {
  pointer-events: none;
  position: relative;
}
header nav ul li.menu-item-has-children a:after {
  content: "";
  background: url("../img/plus.png") no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 0;
}
@media only screen and (min-width: 1100px) {
  header nav ul li.menu-item-has-children a:after {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  header nav ul li.menu-item-has-children.expand a:after {
    background: #ccc;
    height: 1px;
    width: 10px;
    top: 10px;
  }
}
header nav ul li.menu-item-has-children .sub-menu a {
  pointer-events: all;
  transition: all 300ms;
  cursor: pointer;
}
@media only screen and (min-width: 1100px) {
  header nav ul li.menu-item-has-children .sub-menu a:hover {
    color: #005071;
  }
}
header nav ul li.menu-item-has-children .sub-menu li.current-menu-item a {
  color: #00af9d;
  font-family: 'helvetica-neue-bold';
}
@media only screen and (min-width: 1100px) {
  header nav ul li.menu-item-has-children .sub-menu li.current-menu-item a {
    color: #005071;
  }
}
header nav ul li.current-page-parent a,
header nav ul li.current_page_item a {
  color: #00ad9c;
}
@media only screen and (min-width: 1100px) {
  header nav ul li.current-page-parent a:before,
  header nav ul li.current_page_item a:before {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    content: "";
    background: url("../img/navi-arrow.svg") no-repeat;
    background-size: 36px 14px;
    width: 36px;
    height: 14px;
    display: block;
    margin: 0 auto;
  }
}
header nav ul li.current-page-parent .sub-menu a,
header nav ul li.current_page_item .sub-menu a {
  color: #fff;
}
@media only screen and (min-width: 1100px) {
  header nav ul li.current-page-parent .sub-menu a:before,
  header nav ul li.current_page_item .sub-menu a:before {
    display: none;
  }
}
header nav ul li:hover a {
  color: #00ad9c;
}
@media only screen and (min-width: 1100px) {
  header nav ul li:hover .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: opacity 300ms linear;
  }
}
header nav ul li:hover .sub-menu a {
  color: #fff;
}
header nav ul li:hover .sub-menu a:before {
  display: none;
}
header nav ul li .sub-menu {
  display: none;
  width: 100%;
  padding: 40px 0 20px;
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  header nav ul li .sub-menu {
    position: absolute;
    background: #00ae9d;
    left: -10%;
    right: 0;
    top: 98px;
    margin: 0 auto;
    padding: 20px 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s 600ms, opacity 400ms linear;
  }
}
header nav ul li .sub-menu li {
  margin: 0 25px 20px;
  padding: 0;
}
@media only screen and (min-width: 1100px) {
  header nav ul li .sub-menu li {
    margin: 0 25px;
    display: inline-block;
  }
}
header nav ul li .sub-menu li:last-child {
  margin-bottom: 0;
}
header nav ul li .sub-menu li a {
  padding: 0;
}
header nav ul li .sub-menu li a:after {
  display: none;
}
@media only screen and (min-width: 1100px) {
  header nav ul li:nth-child(2) .sub-menu {
    left: -20%;
  }
}
header nav ul li.active:after {
  width: 100% !important;
}
@media only screen and (max-width: 1100px) {
  header.expand .row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  header.expand .burger span:nth-child(1) {
    transition: all 0.4s;
    transform: rotate(45deg);
    top: 10px;
  }
  header.expand .burger span:nth-child(2) {
    transition: all 0.4s;
    transform: rotate(-45deg);
    top: 10px;
    z-index: 1001;
  }
  header.expand .burger span:nth-child(3) {
    display: none;
  }
  header.expand nav {
    display: block;
    padding-top: 50px;
    width: 100%;
  }
  header.expand nav ul {
    height: 100vh;
  }
  header.expand nav ul li {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 0;
  }
  header.expand nav ul ul {
    height: auto;
  }
}
header .right-nav {
  margin-right: 40px;
  margin-top: 10px;
}
@media only screen and (min-width: 1100px) {
  header .right-nav {
    margin: 0;
  }
}
@media only screen and (min-width: 1100px) {
  header .right-nav ul li {
    margin: 0 12px;
  }
}
@media only screen and (max-width: 1100px) {
  header .right-nav ul li .social-media-section {
    margin: 0 10px;
  }
}
header .searchbar {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  color: #000;
}
header .searchbar .search {
  position: relative;
}
header .searchbar .search img {
  max-width: 20px;
}
header .searchbar input {
  border: 0;
  padding: 20px 0 10px;
  outline: none;
  width: 100%;
}
header .searchbar .close-btn {
  max-width: 20px;
  right: 0px;
  top: 15px;
  position: absolute;
}
header .social-media-section {
  position: relative;
}
header .social-media-section .share-btn {
  cursor: pointer;
}
header .social-media-section .dropdown-share {
  position: absolute;
  top: 30px;
  left: 0;
  background: #00ae9d;
  border-radius: 10px;
  color: #fff;
  padding: 10px 0;
}
@media only screen and (min-width: 1100px) {
  header .social-media-section .dropdown-share {
    left: -10px;
  }
}
header .social-media-section .dropdown-share .share-tag {
  width: 20px;
  margin: 0 auto 10px;
  transition: opacity 300ms ease;
  cursor: pointer;
  padding: 0 5px;
}
@media only screen and (min-width: 1100px) {
  header .social-media-section .dropdown-share .share-tag {
    padding: 0;
  }
}
header .social-media-section .dropdown-share .share-tag:hover {
  opacity: 0.6;
}
header .social-media-section .dropdown-share li:last-child .share-tag {
  margin-bottom: 0;
}
.back-to-top,
.back {
  position: fixed;
  bottom: 0;
  right: auto;
  left: 20px;
  z-index: 99999999;
  opacity: 0;
  transition: opacity 300ms ease;
  transition-delay: 100ms;
  outline: none;
  pointer-events: none;
}
@media only screen and (min-width: 1100px) {
  .back-to-top,
  .back {
    right: 90px;
    left: auto;
  }
}
.back-to-top.visible,
.back.visible {
  opacity: 1;
  pointer-events: visible;
}
.back-to-top a.primary-btn,
.back a.primary-btn {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 1100px) {
  .back-to-top a.primary-btn,
  .back a.primary-btn {
    padding: 8px 15px;
  }
}
.back-to-top a.primary-btn:after,
.back a.primary-btn:after {
  content: "";
  background: url("../img/arrow-white.svg");
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
body.dark_mode header {
  background: #000;
}
@media only screen and (min-width: 1100px) {
  body.home header {
    background: linear-gradient(180deg, #000 0%, rgba(0,0,0,0) 98.92%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-right: 10px;
  width: 100%;
}
.pagination a {
  margin-top: 0;
}
.pagination .page-numbers {
  margin-right: 5px;
}
.pagination .page-numbers.current {
  color: #00ae9d;
}
/* components */
.accordion-section {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1100px) {
  .banner {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1600px) {
  .banner {
    max-width: 57%;
  }
}
@media only screen and (min-width: 1100px) {
  .box-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 20%;
  }
}
.box-wrapper .contents {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
@media only screen and (min-width: 1100px) {
  .box-wrapper .contents {
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
  }
}
.box-wrapper .contents .wraps {
  padding: 0;
  background: #00ae9d;
  cursor: pointer;
}
@media only screen and (min-width: 1100px) {
  .box-wrapper .contents .wraps {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    transition: all 300ms ease;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 1100px) {
  .box-wrapper .contents .wraps:first-child .tab-info {
    display: block;
  }
}
@media only screen and (min-width: 1100px) {
  .box-wrapper .contents .wraps.open {
    -ms-flex: 5;
        flex: 5;
    cursor: default;
  }
}
.box-wrapper .contents .wraps.open .tab-info {
  color: #00ae9d;
}
@media only screen and (min-width: 1100px) {
  .box-wrapper .contents .wraps.open .tab-info {
    -ms-flex: 5;
        flex: 5;
    opacity: 1;
    transform: scaleX(1);
    display: block;
    height: 100vw;
  }
}
@media only screen and (min-width: 1100px) {
  .box-wrapper .contents .wraps.open .tab-title p {
    color: #fff;
  }
}
.box-wrapper .contents .wraps.expand .tab-title p {
  color: #fff;
}
.box-wrapper .contents .wraps .tab-title {
  margin: 0;
  padding: 0;
  text-align: center;
  outline: none;
}
@media only screen and (min-width: 1100px) {
  .box-wrapper .contents .wraps .tab-title {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    max-width: 100px;
    transform: rotate(90deg);
    white-space: nowrap;
  }
}
.box-wrapper .contents .wraps .tab-info {
  transition: all 200ms ease;
  margin: 0;
  padding: 0;
  display: none;
}
@media only screen and (min-width: 1100px) {
  .box-wrapper .contents .wraps .tab-info {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-align: center;
        align-items: center;
    opacity: 0;
    transition: all 0.5s 0.1s ease-out;
  }
}
.box-wrapper .close-cta {
  position: absolute;
  right: 40px;
  top: 40px;
  max-width: 20px;
  display: none;
}
.box-wrapper .wraps {
  background: #00ae9d;
  overflow: hidden;
}
.box-wrapper .wraps:nth-child(2) {
  background: #2bbdaf;
}
.box-wrapper .wraps:nth-child(3) {
  background: #56cec2;
}
.box-wrapper .wraps:nth-child(4) {
  background: #80ded5;
}
.box-wrapper .wraps:nth-child(5) {
  background: #96e6df;
}
.box-wrapper .wraps .tab-info {
  background: #00ad9c;
}
.box-wrapper .wraps .tab-info .headline {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1100px) {
  .box-wrapper .wraps .tab-info .headline {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.box-wrapper .wraps .tab-info .inner {
  padding: 40px 20px 20px;
}
@media only screen and (min-width: 1100px) {
  .box-wrapper .wraps .tab-info .inner {
    padding: 30px 20px 0;
  }
}
.box-wrapper .wraps .tab-title p {
  color: #00342f;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 21px;
  padding: 20px;
}
@media only screen and (min-width: 1100px) {
  .box-wrapper .wraps .tab-title p {
    margin-top: -20px;
    margin-left: 40px;
  }
}
.box-wrapper .wraps .text-detail {
  padding: 30px 0;
}
@media only screen and (min-width: 1100px) {
  .box-wrapper .wraps .text-detail {
    position: absolute;
    bottom: 40%;
    left: 0;
    padding: 0px 20px;
    width: 90%;
  }
}
.box-wrapper .wraps .text-detail .row {
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #fff;
  padding-top: 20px;
  -ms-flex-direction: row;
      flex-direction: row;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1100px) {
  .box-wrapper .wraps .text-detail .row {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media only screen and (min-width: 1100px) {
  .box-wrapper .wraps .text-detail .text {
    max-width: 400px;
  }
}
.box-wrapper .wraps .text-detail .text h2 {
  margin: 0;
  text-transform: uppercase;
}
.box-wrapper .wraps .text-detail .text p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.box-wrapper .wraps .text-detail .icon {
  max-width: 50px;
  margin: 0;
}
@media only screen and (min-width: 1100px) {
  .box-wrapper .wraps .text-detail .icon {
    max-width: 80px;
  }
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider-btn {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.slider-btn:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 50%;
}
input:checked + .slider-btn {
  background-color: #2196f3;
}
input:focus + .slider-btn {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider-btn:before {
  transform: translateX(26px);
}
.faq-wrapper {
  margin-top: 0;
  counter-reset: section;
}
.faq-wrapper .faq-accordion .faqs {
  position: relative;
  padding: 25px 0 25px 0;
  border-top: 1px solid #848586;
}
@media only screen and (min-width: 1100px) {
  .faq-wrapper .faq-accordion .faqs {
    padding: 25px 20px 25px 0;
  }
}
@media only screen and (min-width: 1100px) {
  .faq-wrapper .faq-accordion .faqs.active .faq-qst {
    padding-bottom: 0;
  }
}
.faq-wrapper .faq-accordion .faqs:last-child {
  border-bottom: 1px solid #848586;
}
.faq-wrapper .faq-accordion .faq-qst {
  padding: 0 10px;
  cursor: pointer;
}
@media only screen and (min-width: 1100px) {
  .faq-wrapper .faq-accordion .faq-qst {
    padding: 0;
  }
}
.faq-wrapper .faq-accordion .faq-qst .row {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 5px;
  -ms-flex-direction: row;
      flex-direction: row;
}
.faq-wrapper .faq-accordion .faq-qst .row .title:before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  padding-top: 3px;
}
@media only screen and (min-width: 1100px) {
  .faq-wrapper .faq-accordion .faq-qst .row .title:before {
    margin-left: 15px;
  }
}
.faq-wrapper .faq-accordion .faq-qst h3 {
  margin-top: 5px;
  color: #00ae9d;
  padding-right: 5px;
}
@media only screen and (min-width: 1100px) {
  .faq-wrapper .faq-accordion .faq-qst h3 {
    margin-left: 15px;
    padding-right: 0;
  }
}
.faq-wrapper .faq-accordion .faq-qst span {
  margin: auto 0;
  padding: 0 7px;
  position: relative;
  transition: all 300ms;
}
.faq-wrapper .faq-accordion .faq-qst span:hover {
  cursor: pointer;
}
.faq-wrapper .faq-accordion .faq-qst span:before,
.faq-wrapper .faq-accordion .faq-qst span:after {
  content: '';
  background-color: #848586;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq-wrapper .faq-accordion .faq-qst span:before {
  width: 10px;
  height: 3px;
}
@media only screen and (min-width: 1100px) {
  .faq-wrapper .faq-accordion .faq-qst span:before {
    width: 15px;
    height: 3px;
  }
}
.faq-wrapper .faq-accordion .faq-qst span:after {
  opacity: 1;
  height: 10px;
  width: 3px;
  transition: opacity 100ms linear;
}
@media only screen and (min-width: 1100px) {
  .faq-wrapper .faq-accordion .faq-qst span:after {
    height: 15px;
    width: 3px;
  }
}
.faq-wrapper .faq-accordion .faq-qst .minus:after {
  opacity: 0;
  transition: 100ms linear all;
}
.faq-wrapper .faq-accordion .faq-ans {
  display: none;
  padding: 10px;
}
@media only screen and (min-width: 1100px) {
  .faq-wrapper .faq-accordion .faq-ans {
    padding: 10px 40px 0 20px;
  }
}
.faq-wrapper .faq-accordion .faq-ans h6 {
  margin-bottom: 10px;
}
.faq-wrapper .faq-accordion .faq-ans p {
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 20px;
  padding: 0;
}
@media only screen and (min-width: 1100px) {
  .faq-wrapper .faq-accordion .faq-ans p {
    font-size: 14px;
    line-height: 20px;
  }
}
.faq-wrapper .faq-accordion .faq-ans p span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 25px 0;
}
.faq-wrapper .faq-accordion .faq-ans p strong {
  font-family: 'helvetica-neue-bold';
}
.faq-wrapper .faq-accordion .faq-ans p img {
  max-width: 40px;
  display: block;
  vertical-align: middle;
  margin-right: 5px;
}
@media only screen and (min-width: 1100px) {
  .faq-wrapper .faq-accordion .faq-ans p img {
    margin-right: 15px;
    display: inline-block;
  }
}
.faq-wrapper .faq-accordion .faq-ans a {
  color: #00ae9d;
  font-weight: 800;
  font-family: 'helvetica-neue-bold';
  margin: 0;
  display: inline-block;
}
@media only screen and (min-width: 1100px) {
  .faq-wrapper .faq-accordion .faq-ans iframe {
    max-width: 700px;
    min-height: 350px;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .faq-wrapper .faq-accordion .faq-ans iframe {
    max-height: 200px;
    width: 100%;
  }
}
.faq-wrapper .faq-accordion .faq-show {
  display: block;
}
.faq-wrapper .faq-accordion table {
  color: #fff;
  border-collapse: collapse;
  border: 1px solid #fff;
  margin: 10px auto 25px;
  max-width: 800px;
  width: 100%;
}
.faq-wrapper .faq-accordion table th {
  background: #ccc;
  color: #000;
}
.faq-wrapper .faq-accordion table th,
.faq-wrapper .faq-accordion table td {
  border: 1px solid #fff;
  padding: 20px 15px;
  text-align: center;
  font-family: 'helvetica-neue-bold';
}
@media only screen and (max-width: 1100px) {
  .faq-wrapper .faq-accordion table th,
  .faq-wrapper .faq-accordion table td {
    font-size: 12px;
  }
}
.faq-wrapper .faq-accordion table p,
.faq-wrapper .faq-accordion table h6 {
  font-size: 12px;
  margin: 0 !important;
}
.faq-wrapper .faq-accordion table h6 {
  font-family: 'helvetica-neue-bold';
}
.faq-wrapper .faq-accordion ul,
.faq-wrapper .faq-accordion ol {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0;
}
.faq-wrapper .faq-accordion ul li,
.faq-wrapper .faq-accordion ol li {
  margin-bottom: 15px;
  color: #fff;
  display: list-item;
  list-style-type: disc;
}
.faq-wrapper .faq-accordion ul li ul,
.faq-wrapper .faq-accordion ol li ul {
  padding-top: 15px;
}
.faq-wrapper .faq-accordion ol li {
  list-style-type: decimal;
}
main.plan-visit {
  min-height: 700px;
  background: linear-gradient(95.2deg, #011d32 0%, #020d1f 41.59%, #00324a 69.63%, #000 100%);
}
@media only screen and (min-width: 1600px) {
  main.plan-visit {
    min-height: 1000px;
  }
}
main.location input[type="text"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 0 0 15px;
  color: #999;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  border: 2px solid #54111c;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  outline: none;
  background: url("../img/search-icon.png") no-repeat;
  background-size: 16px 16px;
  background-position: 96% 50%;
}
@media only screen and (min-width: 768px) {
  main.location input[type="text"] {
    min-width: 330px;
    max-width: 330px;
  }
}
main.location input[type="text"]:-ms-input-placeholder {
  opacity: 0.5;
}
main.location input[type="text"]::placeholder {
  opacity: 0.5;
}
main.location input[type="text"]:focus {
  color: #000;
  background: url("../img/search-focus.png") no-repeat;
  background-size: 16px 16px;
  background-position: 96% 50%;
}
.indicator-wrapper {
  z-index: 99999999;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  .indicator-wrapper {
    right: -10px;
    position: fixed;
    top: 56%;
    transform: translateY(-50%);
  }
}
.indicator-wrapper .indicator-guide .guide {
  position: fixed;
  bottom: 45px;
  right: 20px;
  display: none;
}
.indicator-wrapper .indicator-guide .guide .bold {
  font-family: 'helvetica-neue-bold';
}
.indicator-wrapper .indicator-guide .guide.active {
  display: block;
}
.indicator-wrapper .indicator-guide .guide .primary-btn {
  padding: 8px 25px;
  background: rgba(216,255,251,0.6) !important;
  border: 1px solid #d8fffb;
  font-size: 14px;
  line-height: 16px;
}
.indicator-wrapper .indicator-guide .guide .primary-btn:active {
  background: #00ad9c !important;
  border: 1px solid #00ad9c;
}
.indicator-wrapper .indicator-scroller {
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  -ms-flex-direction: row;
      flex-direction: row;
  position: absolute;
  top: 0px;
  left: -55px;
  right: 0;
}
.indicator-wrapper .indicator-scroller .group-mark {
  margin-bottom: 40%;
  position: relative;
}
@media only screen and (min-width: 1600px) {
  .indicator-wrapper .indicator-scroller .group-mark {
    margin-bottom: 52%;
  }
}
.indicator-wrapper .indicator-scroller .group-mark:first-child .scroll-indicator {
  margin-left: 40px;
  margin-top: -30px;
}
.indicator-wrapper .indicator-scroller .group-mark.active .indicator-mark .circle {
  opacity: 1;
  animation: scale 1.2s infinite;
}
.indicator-wrapper .scroll-indicator {
  color: #fff;
  min-width: 30px;
  font-size: 10px;
  text-transform: uppercase;
}
.indicator-wrapper .indicator-line {
  display: none;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (min-width: 1100px) {
  .indicator-wrapper .indicator-line {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.indicator-wrapper .indicator-line .line {
  width: 1px;
  height: 75vh;
  background: #fff;
  position: relative;
}
.indicator-wrapper .indicator-line .line:before {
  content: "";
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  display: block;
  position: absolute;
  top: -8px;
  left: -6px;
}
@media only screen and (min-width: 1100px) {
  .indicator-wrapper .indicator-line .line:before {
    width: 16px;
    height: 16px;
    left: -8px;
    top: -9px;
  }
}
.indicator-wrapper .indicator-line .line:after {
  content: "";
  background: #fff;
  width: 30px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 1px;
  left: -15px;
}
.indicator-wrapper .indicator-line .climbed {
  margin-left: -25px;
}
@media only screen and (min-width: 1100px) {
  .indicator-wrapper .indicator-line .climbed {
    margin-left: -20px;
  }
}
.indicator-wrapper .indicator-line .climbed p {
  transform: rotate(90deg);
  white-space: nowrap;
  font-size: 10px;
}
.indicator-wrapper .indicator-mark {
  max-width: 30px;
  z-index: 2;
  position: relative;
  margin-top: 5px;
}
@media only screen and (min-width: 1100px) {
  .indicator-wrapper .indicator-mark {
    max-width: 35px;
  }
}
.indicator-wrapper .indicator-mark:hover .hover-btn {
  opacity: 1;
}
.indicator-wrapper .indicator-mark:hover .circle {
  opacity: 1;
}
.indicator-wrapper .indicator-mark .white-line {
  background: #fff;
  width: 35px;
  height: 1px;
  display: block;
}
.indicator-wrapper .indicator-mark .circle {
  background: #00ae9d;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  left: 20px;
  bottom: 2px;
  margin: 0 auto;
  opacity: 0.3;
  transition: opacity 300ms ease;
}
.indicator-wrapper .hover-btn {
  font-size: 8px;
  padding: 10px 3px;
  position: absolute;
  top: -10px;
  left: -28px;
  z-index: 2;
  min-width: 120px;
  text-align: center;
  opacity: 0;
  text-transform: uppercase;
}
.indicator-wrapper .hover-btn:hover {
  opacity: 1;
  background: #00ae9d;
}
@keyframes scale {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
main.search-page {
  position: relative;
  color: #000;
}
@media only screen and (min-width: 1100px) {
  main.search-page {
    min-height: 700px;
  }
}
main.search-page .headline h2 {
  color: #00ae9d;
  margin: 0;
  font-size: 36px;
  line-height: 42px;
}
main.search-page .headline h2 span {
  text-decoration: underline;
  text-transform: uppercase;
}
@media only screen and (min-width: 1100px) {
  main.search-page .content-section {
    padding: 50px 70px;
  }
}
main.search-page .search-result {
  margin-top: 50px;
}
main.search-page .search-result > div {
  border-top: 1px solid #ccc;
  padding: 15px 0;
  width: 100%;
}
main.search-page .search-result a {
  font-size: 20px;
  line-height: 28px;
  color: #00ae9d;
  text-transform: uppercase;
}
main.search-page .search-result p {
  margin-bottom: 20px;
}
body.dark_mode main.search-page {
  color: #fff;
}
#wprev-slider-2 .wprev_preview_tcolor1_T1 {
  color: #000 !important;
}
.wprs_rd_more {
  color: #000 !important;
}
span.wprevrevtitle {
  display: block;
  font-family: 'helvetica';
  font-weight: 900;
}
#wprev-slider-2 .wprev_preview_tcolor2_T1 {
  color: #fff !important;
}
/* Modules */
.mfp-bg {
  z-index: 999999999;
  opacity: 1;
}
.mfp-wrap {
  z-index: 999999999;
  opacity: 1;
}
@media only screen and (max-width: 1100px) {
  .mfp-wrap {
    top: 74px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .mfp-container {
    padding: 0;
  }
}
.mfp-content .close-btn {
  max-width: 25px;
  z-index: 1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1100px) {
  .mfp-content .close-btn {
    padding: 0;
    background: transparent;
    position: absolute;
    left: 20px;
    top: 140px;
    right: auto;
    margin-bottom: 0;
    max-width: 40px;
  }
}
.mfp-content .back-to-home a {
  text-decoration: underline;
  margin: 30px 0 0;
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  .mfp-content .back-to-home a {
    text-align: left;
  }
}
.mfp-content .awards-popup-wrapper {
  display: block !important;
  overflow: auto;
  height: 100%;
  background: linear-gradient(180deg, #021225 0%, #011b2f 63.5%, #020f21 100%);
}
@media only screen and (min-width: 1100px) {
  .mfp-content .awards-popup-wrapper {
    height: 100vh;
  }
}
.mfp-content .awards-popup-wrapper .content-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  -ms-flex: 0 1 65%;
      flex: 0 1 65%;
}
@media only screen and (min-width: 1100px) {
  .mfp-content .awards-popup-wrapper .content-section {
    padding: 200px 0 80px;
  }
}
@media only screen and (min-width: 1100px) {
  .mfp-content .awards-popup-wrapper .content-section .award-content {
    padding: 0 20px;
  }
}
.mfp-content .awards-popup-wrapper .content-section h2 {
  color: #ccc;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1100px) {
  .mfp-content .awards-popup-wrapper .content-section h2 {
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: left;
  }
}
.mfp-content .awards-popup-wrapper .content-section .headline {
  margin-bottom: 30px;
}
.mfp-content .awards-popup-wrapper .content-section .headline h2 {
  color: #00ae9d;
  font-size: 26px;
  line-height: 32px;
  font-weight: 800;
  margin: 0 0 10px;
  text-align: left;
}
@media only screen and (min-width: 1100px) {
  .mfp-content .awards-popup-wrapper .content-section .headline h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
.mfp-content .awards-popup-wrapper .content-section .headline p {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (min-width: 1100px) {
  .mfp-content .awards-popup-wrapper .content-section .headline p {
    font-size: 24px;
    line-height: 28px;
  }
}
.mfp-content .awards-popup-wrapper .content-section .description p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  .mfp-content .awards-popup-wrapper .content-section .description p {
    font-size: 12px;
    line-height: 22px;
  }
}
.mfp-content .awards-popup-wrapper .testimonial ul,
.mfp-content .awards-popup-wrapper .others-awards ul {
  margin: 0;
}
@media only screen and (max-width: 1100px) {
  .mfp-content .awards-popup-wrapper .testimonial ul.testimonial-row li,
  .mfp-content .awards-popup-wrapper .others-awards ul.testimonial-row li {
    margin-bottom: 25px;
  }
}
.mfp-content .awards-popup-wrapper .testimonial ul.testimonial-row img,
.mfp-content .awards-popup-wrapper .others-awards ul.testimonial-row img {
  max-width: 300px;
}
@media only screen and (min-width: 1100px) {
  .mfp-content .awards-popup-wrapper .testimonial ul.testimonial-row img,
  .mfp-content .awards-popup-wrapper .others-awards ul.testimonial-row img {
    max-width: 250px;
  }
}
.mfp-content .awards-popup-wrapper .testimonial ul.awards,
.mfp-content .awards-popup-wrapper .others-awards ul.awards {
  padding: 40px 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mfp-content .awards-popup-wrapper .testimonial ul.awards li,
.mfp-content .awards-popup-wrapper .others-awards ul.awards li {
  -ms-flex: 0 1 48%;
      flex: 0 1 48%;
  margin-right: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1100px) {
  .mfp-content .awards-popup-wrapper .testimonial ul.awards li,
  .mfp-content .awards-popup-wrapper .others-awards ul.awards li {
    -ms-flex: 0 1 24%;
        flex: 0 1 24%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .mfp-content .awards-popup-wrapper .testimonial ul.awards li img,
  .mfp-content .awards-popup-wrapper .others-awards ul.awards li img {
    max-width: 150px;
    margin: 0 auto 15px;
  }
}
@media only screen and (min-width: 1100px) {
  .mfp-content .awards-popup-wrapper .testimonial ul li,
  .mfp-content .awards-popup-wrapper .others-awards ul li {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 1100px) {
  .mfp-content .awards-popup-wrapper .testimonial,
  .mfp-content .awards-popup-wrapper .others-awards {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .mfp-content .awards-popup-wrapper .testimonial {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1100px) {
  .mfp-content .awards-popup-wrapper .testimonial ul {
    padding: 0 0 0 20px;
  }
  .mfp-content .awards-popup-wrapper .testimonial ul li {
    margin-right: 20px;
  }
  .mfp-content .awards-popup-wrapper .testimonial ul li:last-child {
    margin-right: 0;
  }
}
.back {
  opacity: 1;
  pointer-events: all;
  z-index: 999999999999;
}
main.general .page-description {
  padding: 40px 0;
}
main.general .page-description h2 {
  color: #00ae9d;
}
@media only screen and (min-width: 1100px) {
  main.general .page-description h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
main.general .page-description h4 {
  font-size: 16px;
  color: #fff;
  margin: 10px 0;
  display: block;
}
main.general .page-description a {
  display: inline-block;
}
main.general .page-description p {
  padding: 15px 0;
}
main.general ul {
  list-style: none;
  padding: 20px 0 20px 30px;
  margin: 0;
}
main.general ul li {
  margin-bottom: 10px;
  color: #fff;
  list-style-type: disc;
  display: list-item;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 1100px) {
  main.general ul li p {
    line-height: 22px;
  }
}
main.home {
  position: relative;
  padding: 0;
}
main.home .overlay-gradient {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 180px;
  height: 100%;
  z-index: 9;
}
main.home section.title-box-wrapper {
  position: relative;
}
main.home section.title-box-wrapper .blank {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
main.home section.title-box-wrapper .wrapper-video {
  position: relative;
}
main.home section.title-box-wrapper .wrapper-video .bg-video-wrap {
  width: 100%;
  height: 100vh;
}
main.home section.title-box-wrapper .wrapper-video .bg-video-wrap video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  main.home section.title-box-wrapper .wrapper-video .bg-video-wrap video {
    max-height: 100vh;
  }
}
main.home section.title-box-wrapper .wrapper-video .bg-video-wrap .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/landing/overlay.png");
  background-size: 100% 100%;
  z-index: 2;
}
main.home section.title-box-wrapper .content-home {
  position: absolute;
  top: 60%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 99999;
  width: 100%;
}
main.home section.title-box-wrapper .content-home h2 {
  color: #fff;
  font-family: 'helvetica';
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 1100px) {
  main.home section.title-box-wrapper .content-home h2 {
    font-size: 14px;
    line-height: 20px;
  }
}
main.home section.title-box-wrapper .content-home h3 {
  margin: 15px 0;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (min-width: 1100px) {
  main.home section.title-box-wrapper .content-home h3 {
    font-size: 60px;
    line-height: 66px;
  }
}
@media only screen and (min-width: 1600px) {
  main.home section.title-box-wrapper .content-home h3 {
    font-size: 80px;
    line-height: 86px;
  }
}
main.home section.title-box-wrapper .content-home .summary-count {
  max-width: 600px;
  padding-top: 70px;
}
@media only screen and (min-width: 1100px) {
  main.home section.title-box-wrapper .content-home .summary-count {
    padding-top: 150px;
  }
}
main.home section.title-box-wrapper .content-home .summary-count ul {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
main.home section.title-box-wrapper .content-home .summary-count ul li {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1100px) {
  main.home section.title-box-wrapper .content-home .summary-count ul li {
    margin: 0;
  }
}
main.home section.title-box-wrapper .content-home .summary-count h2 {
  margin: 0;
  color: #fff;
  font-family: 'helvetica';
}
@media only screen and (min-width: 1100px) {
  main.home section.title-box-wrapper .content-home .summary-count h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
main.home section.title-box-wrapper .content-home .summary-count .numbers {
  color: #00ae9d;
  font-family: 'helvetica-neue-bold';
  font-size: 22px;
  line-height: 26px;
}
@media only screen and (min-width: 1100px) {
  main.home section.title-box-wrapper .content-home .summary-count .numbers {
    font-size: 30px;
    line-height: 36px;
  }
}
main.home section.title-box-wrapper .content-home .summary-count .numbers span {
  font-size: 12px;
  line-height: 14px;
  display: block;
  color: #fff;
  font-family: 'helvetica-neue-light';
}
main.home .card-navigation {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1100px) {
  main.home .card-navigation {
    position: relative;
  }
}
main.home .card-navigation .cards {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main.home .card-navigation .cards .col {
  position: relative;
  width: 100%;
  margin: 0;
  -ms-flex: 1;
      flex: 1;
  background-size: cover;
  cursor: pointer;
  display: block;
  z-index: 999999;
  background: #000 no-repeat scroll center;
}
@media only screen and (min-width: 1100px) {
  main.home .card-navigation .cards .col {
    min-height: 100vh;
    height: 100vh;
    transition: all 400ms linear;
  }
}
main.home .card-navigation .cards .col .visual img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
main.home .card-navigation .cards .col.disable {
  pointer-events: none;
}
@media only screen and (min-width: 1100px) {
  main.home .card-navigation .cards .col:nth-of-type(1) {
    background-image: url("../img/card/card_1.png");
    background-size: cover;
  }
}
@media only screen and (min-width: 1100px) {
  main.home .card-navigation .cards .col:nth-of-type(2) {
    background-image: url("../img/card/card_2.png");
    background-size: cover;
  }
}
@media only screen and (min-width: 1100px) {
  main.home .card-navigation .cards .col:nth-of-type(3) {
    background-image: url("../img/card/card_3.png");
    background-size: cover;
  }
}
@media only screen and (min-width: 1100px) {
  main.home .card-navigation .cards .col:nth-of-type(4) {
    background-image: url("../img/card/card_4.png");
    background-size: cover;
    background-position: left center;
  }
}
@media only screen and (min-width: 1100px) {
  main.home .card-navigation .cards .col:hover {
    -ms-flex: 1.3;
        flex: 1.3;
  }
}
main.home .card-navigation .cards .col .headline {
  position: absolute;
  bottom: 200px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  main.home .card-navigation .cards .col .headline {
    padding: 0 20px;
    text-align: left;
    width: auto;
    bottom: 40px;
  }
}
main.home .card-navigation .cards .col .headline h2 {
  font-size: 32px;
  line-height: 38px;
  margin: 0;
}
@media only screen and (min-width: 1400px) {
  main.home .card-navigation .cards .col .headline h2 {
    padding: 0;
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1100px) {
  main.home .card-navigation .cards .col .headline p {
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1100px) {
  main.home .card-navigation .cards .col:hover:after {
    opacity: 0;
  }
}
@media only screen and (min-width: 1100px) {
  main.home .card-navigation .cards .col:after {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/card/overlap.png");
    background-size: cover;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.6s ease;
    opacity: 1;
  }
}
main.article {
  background: #fff;
}
main.article .hero-banner {
  position: relative;
}
@media only screen and (max-width: 1100px) {
  main.article .hero-banner img {
    min-height: 400px;
    height: 100%;
    vertical-align: top;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
main.article .row {
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 40px 0 80px;
}
main.article .row .primary-btn {
  margin-top: 30px;
}
main.article .col:first-child {
  -ms-flex: 0 1 70%;
      flex: 0 1 70%;
}
main.article .col:last-child {
  -ms-flex: 0 1 25%;
      flex: 0 1 25%;
}
main.article .content-box h2,
main.article .content-box h6,
main.article .content-box p {
  color: #000;
}
main.article .content-box h2 {
  margin: 0 0 5px;
  font-size: 30px;
  line-height: 36px;
}
main.article .content-box .price {
  font-size: 24px;
  line-height: 28px;
}
main.article .content-box .content {
  padding: 15px 0;
}
main.article .content-box .content p {
  color: #625f68;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
main.article .admission-time {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
main.article .admission-time p {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 15px;
}
main.article .admission-time h6 {
  color: #a8a6ac;
  font-size: 12px;
  line-height: 16px;
}
main.article .getting-here {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
main.article .getting-here p {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 15px;
}
main.article .getting-here a {
  font-size: 12px;
  line-height: 16px;
  color: #00ae9d;
  text-decoration: underline;
}
.split-col-container {
  position: relative;
}
.split-col-container .parent-row {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.split-col-container .banner-section {
  -ms-flex: 0 1 27%;
      flex: 0 1 27%;
  position: relative;
}
.split-col-container .banner-section .visual img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 1100px) {
  .split-col-container .banner-section .visual img {
    max-height: 450px;
    vertical-align: top;
  }
}
@media only screen and (min-width: 1100px) {
  .split-col-container .banner-section .visual img {
    max-width: 27%;
    width: 100%;
    position: fixed;
    vertical-align: top;
  }
}
.split-col-container .banner-section .title {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 20px;
  max-width: 300px;
  margin: 0;
}
@media only screen and (min-width: 1100px) {
  .split-col-container .banner-section .title {
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    left: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .split-col-container .banner-section .title {
    margin: 0;
    max-width: 400px;
  }
}
.split-col-container .banner-section .title p {
  font-size: 22px;
  line-height: 28px;
}
.split-col-container .banner-section .title h3 {
  font-size: 42px;
  line-height: 46px;
  margin: 5px 0;
}
@media only screen and (min-width: 1600px) {
  .split-col-container .banner-section .title h3 {
    font-size: 48px;
    line-height: 52px;
  }
}
.split-col-container .content-section {
  position: relative;
  -ms-flex: 0 1 70%;
      flex: 0 1 70%;
  padding: 50px 20px;
}
@media only screen and (min-width: 1100px) {
  .split-col-container .content-section {
    padding: 30px 0 50px 20px;
  }
}
.split-col-container .content-section .content-wrapper {
  padding: 0;
}
.split-col-container .content-section .filter-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (min-width: 1100px) {
  .split-col-container .content-section .filter-container {
    margin-right: 20px;
  }
}
.split-col-container .content-section .filter {
  margin-left: 10px;
  cursor: pointer;
}
.split-col-container .content-section .filter span {
  color: #848586;
  border: 1px solid #848586;
  padding: 8px 20px;
  min-width: 80px;
  display: inline-block;
  border-radius: 50px;
  position: relative;
}
.split-col-container .content-section .filter span.active:after {
  transform: rotate(-135deg);
  top: 12px;
}
.split-col-container .content-section .filter span:after {
  content: "";
  background: url("../img/plus.png");
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 11px;
  transition: all 300ms;
}
.split-col-container .content-section .filter a.active {
  color: #00ae9d !important;
}
.split-col-container .content-section .filter .filter-wrapper {
  max-width: 100px;
  border-radius: 20px;
  padding: 10px 0 10px 20px;
  display: none;
}
.split-col-container .content-section .filter .filter-wrapper a {
  color: #848586;
  margin-bottom: 5px;
}
.split-col-container .content-section .filter .filter-wrapper a:hover {
  color: #fff;
}
.split-col-container .content-section .promo-event-wrapper {
  padding: 30px 0 50px 0;
}
@media only screen and (min-width: 1100px) {
  .split-col-container .content-section .promo-event-wrapper .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.split-col-container .content-section .promo-event-wrapper .card {
  -ms-flex: 0 1 31%;
      flex: 0 1 31%;
  margin: 0 0 45px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  border: 2px solid #000;
  transition: all 300ms ease;
}
@media only screen and (min-width: 1100px) {
  .split-col-container .content-section .promo-event-wrapper .card {
    margin: 0 10px 45px;
  }
}
.split-col-container .content-section .promo-event-wrapper .card:hover {
  border: 2px solid #00af9d;
}
.split-col-container .content-section .promo-event-wrapper .card .desc-box {
  padding: 30px 15px;
}
.split-col-container .content-section .promo-event-wrapper .card h3,
.split-col-container .content-section .promo-event-wrapper .card h6,
.split-col-container .content-section .promo-event-wrapper .card p {
  color: #000;
}
.split-col-container .content-section .promo-event-wrapper .card h3 {
  margin: 0;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}
.split-col-container .content-section .promo-event-wrapper .card h6 {
  letter-spacing: 0;
  font-weight: 700;
}
.split-col-container .content-section .promo-event-wrapper .card h6.date-event {
  color: #a8a6ac;
  font-size: 11px;
  line-height: 14px;
}
.split-col-container .content-section .promo-event-wrapper .card h6.desc {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 10px;
}
.split-col-container .content-section .promo-event-wrapper .card .primary-btn {
  margin: 30px auto 0;
  max-width: 100px;
  display: block;
  text-align: center;
}
.label-cat {
  background: #2a282f;
  padding: 5px 10px 8px;
  border-radius: 6px;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 10px;
}
.label-cat p {
  color: #fff !important;
  line-height: 14px;
  font-size: 10px;
  text-transform: uppercase;
}
main.the-towers {
  position: relative;
/* Stories Page */
}
@media only screen and (min-width: 1100px) {
  main.the-towers p {
    line-height: 26px;
  }
}
@media only screen and (min-width: 1600px) {
  main.the-towers p {
    line-height: 30px;
  }
}
main.the-towers .headline-box {
  max-width: 680px;
  margin-top: 0px;
  z-index: 2;
  margin-top: 30px;
}
@media only screen and (min-width: 1100px) {
  main.the-towers .headline-box {
    margin-top: -25%;
    position: relative;
  }
}
main.the-towers .headline-box h3 {
  font-family: 'helvetica';
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}
main.the-towers .headline-box h2 {
  font-size: 28px;
  line-height: 34px;
  margin: 0;
}
@media only screen and (min-width: 1100px) {
  main.the-towers .headline-box h2 {
    font-size: 60px;
    line-height: 66px;
  }
}
main.the-towers .headline-box .desc {
  padding-top: 15px;
  padding-right: 30px;
}
@media only screen and (min-width: 1100px) {
  main.the-towers .headline-box .desc {
    min-height: 200px;
    padding-right: 0;
  }
}
main.the-towers .hero {
  overflow-x: hidden;
  overflow-y: hidden;
}
main.the-towers .boxes {
  background: linear-gradient(180deg, #000 0%, #020e20 40%, #012a40 73.5%, #020e20 98.5%);
}
@media only screen and (max-width: 1100px) {
  main.the-towers.stories .detail-towers {
    padding-top: 70px;
  }
}
main.the-towers section.landing-banner {
  position: relative;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.landing-banner:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../img/the-towers/bottom-overlap.png");
    background-size: 100% 100%;
    display: block;
    width: 100%;
    min-height: 220px;
  }
}
main.the-towers section.landing-banner .content-wrapper {
  position: relative;
}
@media only screen and (max-width: 1100px) {
  main.the-towers section.landing-banner .content-wrapper {
    padding: 0;
  }
}
main.the-towers section.landing-banner .landing-video {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1100px) {
  main.the-towers section.landing-banner .landing-video {
    max-height: 400px;
  }
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.landing-banner .landing-video:before,
  main.the-towers section.landing-banner .landing-video:after {
    content: "";
    background: url("../img/the-towers/left-overlap.png");
    background-size: 100% 100%;
    display: block;
    min-width: 240px;
    min-height: 900px;
    position: absolute;
    left: 0px;
    top: 0;
  }
}
main.the-towers section.landing-banner .landing-video:after {
  left: auto;
  right: 0px;
  background: url("../img/the-towers/right-overlap.png");
  background-size: 100% 100%;
}
main.the-towers section.landing-banner .landing-video video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.landing-banner .landing-video video {
    max-height: 600px;
    height: 100%;
  }
}
main.the-towers section.detail-towers {
  position: relative;
  z-index: 999;
  padding: 30px 0 0;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.detail-towers {
    padding: 80px 0 0;
  }
}
main.the-towers section.detail-towers .text-headline {
  max-width: 1020px;
  display: block;
  margin: 0 auto 60px;
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.detail-towers .text-headline {
    margin: 0 auto 100px;
  }
}
main.the-towers section.detail-towers .text-headline h2 {
  margin: 0 0 30px;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.detail-towers .text-headline h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
main.the-towers section.detail-towers ul.listing {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.detail-towers ul.listing {
    margin: 60px 0 0;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
main.the-towers section.detail-towers ul.listing li {
  -ms-flex: 0 1 49%;
      flex: 0 1 49%;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.detail-towers ul.listing li {
    margin: 0 15px;
    -ms-flex: 0 1 9%;
        flex: 0 1 9%;
  }
}
main.the-towers section.detail-towers ul .icon {
  max-width: 70px;
  margin: 0 auto;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.detail-towers ul .icon {
    max-width: 100px;
  }
}
main.the-towers section.detail-towers ul .text h2,
main.the-towers section.detail-towers ul .text p {
  font-size: 14px;
  line-height: 16px;
}
@media only screen and (max-width: 1100px) {
  main.the-towers section.detail-towers ul .text p {
    padding: 0 20px;
  }
}
main.the-towers section.detail-towers ul .text h2 {
  margin: 0;
}
main.the-towers section.detail-towers .row {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.detail-towers .row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
main.the-towers section.detail-towers .row .col {
  -ms-flex: 0 1 50%;
      flex: 0 1 50%;
}
main.the-towers section.detail-towers .row .col.details .description {
  max-width: 550px;
  padding: 40px 35px 40px 20px;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.detail-towers .row .col.details .description {
    padding: 0 0 0 70px;
  }
}
@media only screen and (min-width: 1600px) {
  main.the-towers section.detail-towers .row .col.details .description {
    max-width: 650px;
    padding: 0 0 0 100px;
  }
}
main.the-towers section.detail-towers .row .col.details h3 {
  margin-bottom: 15px;
}
main.the-towers section.detail-towers .row .col.details p {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.detail-towers .row.right {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.detail-towers .row.right .details .description {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media only screen and (min-width: 1600px) {
  main.the-towers section.detail-towers .row.right .details .description {
    padding-left: 150px;
    padding-right: 0;
  }
}
main.the-towers section.testimonial {
  padding: 20px 0;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.testimonial {
    padding: 100px 0 0;
  }
}
main.the-towers section.testimonial h2,
main.the-towers section.testimonial p {
  color: #00ae9d;
  text-align: center;
}
main.the-towers section.testimonial h2.name {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
main.the-towers section.testimonial .testimonial-content {
  margin: 0 auto;
  max-width: 620px;
}
main.the-towers section.virtual-experience {
  text-align: center;
  padding: 0;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.virtual-experience {
    padding: 0 20px;
  }
}
main.the-towers section.virtual-experience p {
  padding: 60px 20px;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.virtual-experience p {
    padding: 60px 0 100px;
  }
}
@media only screen and (max-width: 1100px) {
  main.the-towers section.virtual-experience iframe {
    max-height: 450px;
  }
}
main.the-towers section.the-milestones {
  text-align: center;
  padding: 70px 0 20px;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.the-milestones {
    padding: 100px 0 0;
  }
}
main.the-towers section.the-milestones .milestones-details h2 {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 24px;
  line-height: 28px;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.the-milestones .milestones-details h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
main.the-towers section.the-milestones .milestones-details ul {
  margin: 50px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.the-milestones .milestones-details ul {
    margin: 70px 0 100px;
  }
}
main.the-towers section.the-milestones .milestones-details ul li {
  -ms-flex: 0 1 16%;
      flex: 0 1 16%;
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.the-milestones .milestones-details ul li {
    margin-bottom: 50px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
main.the-towers section.the-milestones .milestones-details ul li:nth-child(6) .circle:after,
main.the-towers section.the-milestones .milestones-details ul li:last-child .circle:after {
  display: none;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.the-milestones .milestones-details ul li:nth-child(4) .text:before {
    content: "";
    border-left: 2px dashed #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 2px;
    height: 100px;
  }
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.the-milestones .milestones-details ul li.bottom {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.the-milestones .milestones-details ul li.bottom .text {
    padding-top: 20px;
  }
}
main.the-towers section.the-milestones .milestones-details ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.the-milestones .milestones-details ul li:last-child {
    margin-left: 17%;
    padding-top: 0;
    margin-top: -45px;
  }
}
main.the-towers section.the-milestones .milestones-details ul li:last-child p {
  background: transparent;
}
main.the-towers section.the-milestones .milestones-details ul li .text {
  position: relative;
}
@media only screen and (max-width: 1100px) {
  main.the-towers section.the-milestones .milestones-details ul li .text {
    padding: 0 20px;
  }
}
main.the-towers section.the-milestones .milestones-details ul li p {
  font-size: 12px;
  line-height: 14px;
  min-height: 30px;
  padding: 20px 25px 0;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.the-milestones .milestones-details ul li p {
    padding: 0 15px;
    background: #01263b;
  }
}
main.the-towers section.the-milestones .milestones-details .circle {
  background: #fff;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  position: relative;
  margin: 15px auto 0;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.the-milestones .milestones-details .circle:after {
    content: "";
    border: 1px dashed #fff;
    display: block;
    min-width: 100px;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
  }
}
main.the-towers section.the-milestones .milestones-details .circle h2 {
  color: #00ae9d;
  padding: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  line-height: 26px;
}
main.the-towers section.plan-visit-banner {
  background: #00ae9d;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
main.the-towers section.plan-visit-banner .row {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.plan-visit-banner .row {
    -ms-flex-align: center;
        align-items: center;
  }
}
main.the-towers section.plan-visit-banner .content-wrapper {
  max-width: 1000px;
}
main.the-towers section.plan-visit-banner h2 {
  margin: 0 0 10px;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.plan-visit-banner h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
main.the-towers section.plan-visit-banner p {
  font-size: 18px;
  line-height: 22px;
}
main.the-towers section.plan-visit-banner a {
  font-size: 18px;
  padding: 14px 40px;
  margin: 20px 0 0;
}
@media only screen and (min-width: 1100px) {
  main.the-towers section.plan-visit-banner a {
    margin: 0;
  }
}
/*ann*/
h2 {
  font-family: 'helvetica-neue-bold';
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.4px;
  color: #000;
}
@media only screen and (min-width: 1100px) {
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
h3 {
  font-family: 'helvetica-neue-medium';
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  font-weight: 500;
  color: #000;
}
@media only screen and (min-width: 1100px) {
  h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
h6 {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  font-weight: 500;
  color: #625f68;
}
p {
  font-family: 'helvetica';
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
}
@media only screen and (min-width: 1600px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}
.text-center {
  text-align: center;
}
body {
  font-size: 14px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'helvetica';
  font-weight: 500;
  transition: background-color 0.3s;
  overscroll-behavior: none;
/*dark-mode*/
}
body .container .content-section {
  background: #fff;
}
body.dark_mode {
  background: #000;
}
body.dark_mode p,
body.dark_mode h1,
body.dark_mode h2,
body.dark_mode h3,
body.dark_mode h6,
body.dark_mode a {
  color: #fff;
}
body.dark_mode .container .content-section {
  background: #000;
}
main {
  overflow: hidden;
  min-height: 400px;
  padding-top: 70px;
}
@media only screen and (min-width: 1100px) {
  main {
    padding: 98px 0 0;
  }
}
img {
  width: 100%;
  max-width: 100%;
  display: block;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  display: block;
  text-decoration: none;
  color: #000;
  font-family: 'helvetica';
  letter-spacing: 0.2px;
}
a.primary-btn,
a.secondary-btn {
  display: inline-block;
  padding: 8px 10px;
  color: #fff;
  transition: all 300ms ease;
  background: #00ae9d;
  border-radius: 40px;
  font-size: 12px;
}
@media only screen and (min-width: 1100px) {
  a.primary-btn,
  a.secondary-btn {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 1100px) {
  a.primary-btn,
  a.secondary-btn {
    line-height: 16px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 1100px) {
  a.primary-btn:hover,
  a.secondary-btn:hover {
    background: #00695e;
  }
}
a.secondary-btn {
  background: #fff;
  color: #00ae9d !important;
  font-family: 'helvetica-neue-bold';
  text-transform: uppercase;
}
.content-wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  float: none;
}
.mob-show {
  display: block !important;
}
@media only screen and (min-width: 1100px) {
  .mob-show {
    display: none !important;
  }
}
.mob-hide {
  display: none !important;
}
@media only screen and (min-width: 1100px) {
  .mob-hide {
    display: block !important;
  }
}
.hr {
  width: 100%;
  background: #fff;
  height: 1px;
  display: block;
}
.no-result {
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 1100px) {
  .row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

/*# sourceMappingURL=maps/app.min.css.map */
