@font-face {
  font-family: "Atlas Grotesk Thin";
  src: url("../fonts/atlas_grotesk/AtlasGrotesk-Thin.otf"); }
@font-face {
  font-family: "Atlas Grotesk Light";
  src: url("../fonts/atlas_grotesk/AtlasGrotesk-Light.otf"); }
@font-face {
  font-family: "Atlas Grotesk - Medium";
  src: url("../fonts/atlas_grotesk/AtlasGrotesk-Medium.otf"); }
@font-face {
  font-family: "Atlas Grotesk Bold";
  src: url("../fonts/atlas_grotesk/AtlasGrotesk-Bold.otf"); }
@font-face {
  font-family: "MYingHeiHK-W5";
  src: url("../fonts/OpenType TTF Chinese (Traditional)/MYingHeiHK-W5.ttf"); }
.branch-header .branch-details .title, .body-header {
  color: #5f5958;
  font-family: "Atlas Grotesk Light";
  font-weight: 300;
  line-height: 26px;
  font-size: 18px; }
  @media screen and (min-width: 768px) {
    .branch-header .branch-details .title, .body-header {
      font-size: 16px;
      letter-spacing: 0.32px; } }
  @media screen and (min-width: 1024px) {
    .branch-header .branch-details .title, .body-header {
      font-size: 26px;
      line-height: 32px;
      letter-spacing: 0.46px; } }

.branch-header .branch-details .address, .address-name {
  color: #807b7a;
  font-family: "Atlas Grotesk Light";
  font-weight: 300;
  line-height: 22.7px;
  font-size: 14px;
  letter-spacing: 0.25px; }
  @media screen and (min-width: 768px) {
    .branch-header .branch-details .address, .address-name {
      font-size: 14px; } }
  @media screen and (min-width: 1024px) {
    .branch-header .branch-details .address, .address-name {
      font-size: 20px;
      letter-spacing: 0.35px; } }

.isHome header {
  box-shadow: 0 4px 8px 0px transparent; }
.isHome.about-dropdown-show header {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1); }

header {
  display: flex;
  width: 100%;
  position: fixed;
  top: 0;
  align-items: center;
  height: 56px;
  background-color: #fff;
  z-index: 5000;
  transition: all 0.5s; }
  header.hasShadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 1024px) {
    header {
      height: 120px; }
      header.shrink {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
        height: 60px; } }
  header + .main, header + .masthead-wrapper {
    padding-top: 56px; }
    @media screen and (min-width: 1024px) {
      header + .main, header + .masthead-wrapper {
        padding-top: 120px; } }

.logo {
  margin-left: 24px;
  display: flex;
  align-items: center; }
  @media screen and (min-width: 1024px) {
    .logo {
      margin-left: 40px;
      margin-right: 83px; }
      .logo img {
        transition: all 0.5s;
        width: 200px; } }

@media screen and (min-width: 1024px) {
  header.shrink .logo img {
    width: 159px; }
  header.shrink .nav-menu .nav-item {
    font-size: 12px; } }

.menu-button {
  margin-left: auto;
  margin-right: 24px;
  padding: 20px 0; }
  @media screen and (min-width: 1024px) {
    .menu-button {
      display: none; } }
  .menu-button .hamburger {
    display: none; }
  .menu-button .close-menu {
    display: block;
    margin-right: 5px; }
  .menu-button.collapsed .close-menu {
    display: none; }
  .menu-button.collapsed .hamburger {
    display: block; }

.img-container img {
  width: 100%;
  height: auto; }

.nav-menu {
  align-items: center;
  height: 100%;
  display: none; }
  @media screen and (min-width: 1024px) {
    .nav-menu {
      display: flex;
      width: 100%;
      margin-left: auto; }
      .nav-menu a.nav-item {
        margin-right: 35px; } }
  .nav-menu .nav-item {
    display: flex;
    cursor: pointer;
    color: #6e6e6e !important;
    font-family: "Atlas Grotesk - Medium";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.29px;
    line-height: 27.8px;
    text-transform: uppercase;
    align-items: center;
    white-space: nowrap;
    height: 100%;
    margin-top: 5px;
    position: relative; }
    .nav-menu .nav-item:hover {
      text-decoration: none;
      color: #d1a24b !important; }

.language {
  cursor: pointer;
  color: #d1a24b !important;
  font-family: "MYingHeiHK-W5";
  font-size: 16px;
  letter-spacing: 1.37px;
  line-height: 27.8px;
  margin-bottom: 2px;
  display: none; }
  @media screen and (min-width: 1024px) {
    .language {
      display: block;
      margin-right: 30px;
      margin-left: auto;
      margin-bottom: 3px;
      white-space: nowrap; } }

#menu {
  flex-direction: column;
  position: absolute;
  top: 56px;
  width: 100%;
  background: white;
  z-index: 5000;
  border-top: 1px solid #e6e5e4;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1); }
  #menu .menu-wrapper {
    padding: 20px 25px; }
  #menu.show {
    display: flex; }
  #menu .nav-item {
    display: flex;
    cursor: pointer;
    color: #6e6e6e !important;
    font-family: "Atlas Grotesk - Medium";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.29px;
    line-height: 27.8px;
    text-transform: uppercase;
    margin-bottom: 25px; }
    #menu .nav-item:hover {
      text-decoration: none; }
  #menu .language {
    display: block;
    border-top: 1px solid #e6e5e4;
    padding-top: 15px; }
  @media screen and (min-width: 1024px) {
    #menu {
      display: none; }
      #menu.show {
        display: none; } }

.aboutus {
  position: relative;
  margin-top: 0 !important; }
  .aboutus span {
    color: #d1a24b;
    transition: color 0.5s; }
  .aboutus img {
    margin-left: 15px; }
  .aboutus.mobile img {
    margin-left: auto; }
  .aboutus .up, .aboutus .down {
    width: 11px; }
  .aboutus .down {
    display: none; }
  .aboutus .up {
    display: block; }
  .aboutus.collapsed span {
    color: #6e6e6e; }
  .aboutus.collapsed .down {
    display: block; }
  .aboutus.collapsed .up {
    display: none; }
  .aboutus.collapsed:hover span {
    color: #d1a24b; }

#aboutus {
  flex-direction: column;
  background-color: #f2ede4;
  position: absolute;
  top: 117px;
  left: 0;
  margin-left: -34px; }
  #aboutus:before {
    content: ''; }
  .shrink #aboutus {
    top: 57px; }
  #aboutus #aboutus-menu-body {
    padding: 25px 34px 15px; }
  #aboutus.show {
    display: flex; }
  #aboutus a {
    display: flex;
    color: #6e6e6e;
    font-family: "Atlas Grotesk - Medium";
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 27.8px;
    text-transform: uppercase;
    margin-bottom: 15px; }
    #aboutus a:hover {
      text-decoration: none;
      color: #D1A24B; }

#aboutus-mobile {
  margin: 0 -25px;
  flex-direction: column;
  flex-wrap: nowrap; }
  #aboutus-mobile #aboutus-mobile-menu {
    background-color: #f2ede4;
    padding: 15px 44px 5px;
    margin-bottom: 15px; }
  #aboutus-mobile.show {
    display: flex; }
  #aboutus-mobile a {
    display: flex;
    color: #6e6e6e;
    font-family: "Atlas Grotesk - Medium";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 27.8px;
    text-transform: uppercase;
    margin: 15px 0 25px; }
    #aboutus-mobile a:hover {
      text-decoration: none; }

.masthead-wrapper {
  position: relative; }

.masthead-slick-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1; }

.masthead-slick-nav-flex {
  display: flex;
  justify-content: center; }
  .masthead-slick-nav-flex > div {
    width: 25%;
    text-align: center;
    margin: 0 5px;
    max-width: 59px; }
    @media screen and (min-width: 768px) {
      .masthead-slick-nav-flex > div {
        max-width: 80px; } }
    @media screen and (min-width: 1024px) {
      .masthead-slick-nav-flex > div {
        margin: 0 8px;
        max-width: 212px; } }
  .masthead-slick-nav-flex a {
    color: #ffffff;
    opacity: 0.4;
    text-decoration: none;
    display: block;
    border-top: solid 4px #ffffff;
    padding: 10px 0 30px;
    font-size: 12px; }
    @media screen and (min-width: 768px) {
      .masthead-slick-nav-flex a {
        padding: 10px 0 20px;
        border-top: solid 1px #ffffff; } }
    .masthead-slick-nav-flex a.active {
      opacity: 1;
      border-color: #d1a24b; }
    .masthead-slick-nav-flex a span {
      display: none; }
      @media screen and (min-width: 1024px) {
        .masthead-slick-nav-flex a span {
          display: inline; } }

.slide {
  position: relative; }
  .slide .img-container img {
    width: 100%;
    height: auto; }
  .slide .text-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 20px 24px; }
    .slide .text-container .title {
      color: #d1a24b;
      font-family: "Atlas Grotesk Thin";
      font-size: 26px;
      font-weight: 100;
      letter-spacing: 0.22px;
      line-height: 42px;
      margin-bottom: 14px; }
    .slide .text-container .body {
      opacity: 0.9;
      color: #37302e;
      font-family: Arial;
      font-size: 12px;
      letter-spacing: 0.21px;
      line-height: 18px; }
    .slide .text-container .text-white {
      color: #ffffff; }
    @media screen and (min-width: 768px) {
      .slide .text-container {
        padding: 20px 40px; }
        .slide .text-container .title {
          font-size: 26px;
          letter-spacing: 0.22px; }
        .slide .text-container .body {
          max-width: 50%;
          letter-spacing: 0.21px; } }
    @media screen and (min-width: 1024px) {
      .slide .text-container {
        padding: 50px 120px; }
        .slide .text-container .title {
          font-size: 42px;
          letter-spacing: 0.36px;
          margin-bottom: 22px; }
        .slide .text-container .body {
          max-width: 50%;
          font-size: 14px;
          letter-spacing: 0.25px;
          line-height: 20px; } }

.nav-tabs {
  border: 0;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%; }
  .nav-tabs .nav-item {
    margin-bottom: 0; }
  .nav-tabs .zf-tab {
    color: #807b7a;
    font-family: Arial;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 22.7px;
    max-width: 50%; }
    .nav-tabs .zf-tab .nav-link {
      border: 0;
      color: #807b7a;
      opacity: 0.5;
      padding: 8px 20px; }
      @media screen and (min-width: 1024px) {
        .nav-tabs .zf-tab .nav-link {
          padding: 8px 65px; } }
      .nav-tabs .zf-tab .nav-link:hover {
        color: #807b7a;
        opacity: 1; }
      .nav-tabs .zf-tab .nav-link.active {
        color: #5f5958;
        opacity: 1;
        border-bottom: 2px solid #d1a24b; }
    @media screen and (min-width: 768px) {
      .nav-tabs .zf-tab {
        font-size: 12px;
        letter-spacing: 0.21px; } }
    @media screen and (min-width: 1024px) {
      .nav-tabs .zf-tab {
        font-size: 16px; } }

#network {
  margin-top: 10px; }
  #network .nav-tabs {
    width: 60%;
    justify-content: space-between;
    flex-direction: column; }
  #network .super-tab {
    border: 0; }
    #network .super-tab .nav-link {
      color: #807b7a;
      font-family: "Atlas Grotesk Thin";
      font-size: 18px;
      font-weight: 100;
      letter-spacing: 0.46px;
      line-height: 22.7px;
      opacity: 0.5;
      border: 0; }
      #network .super-tab .nav-link:hover {
        color: #807b7a;
        opacity: 1; }
      #network .super-tab .nav-link.active {
        color: #37302e;
        font-family: "Atlas Grotesk Light";
        opacity: 1; }
  #network .tab-content {
    width: 100%; }
    #network .tab-content .tab-content {
      background-color: #f9f8f8;
      min-height: 70vh; }
  #network .sub-tabs {
    background-color: #e6e5e4;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 24px;
    position: relative; }
    #network .sub-tabs:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 40px;
      background: -moz-linear-gradient(left, #e6e5e4 0%, rgba(230, 229, 228, 0) 100%);
      background: -webkit-linear-gradient(left, #e6e5e4 0%, rgba(230, 229, 228, 0) 100%);
      background: linear-gradient(to right, #e6e5e4 0%, rgba(230, 229, 228, 0) 100%); }
    #network .sub-tabs:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 40px;
      background: -moz-linear-gradient(left, rgba(230, 229, 228, 0) 0%, #e6e5e4 100%);
      background: -webkit-linear-gradient(left, rgba(230, 229, 228, 0) 0%, #e6e5e4 100%);
      background: linear-gradient(to right, rgba(230, 229, 228, 0) 0%, #e6e5e4 100%); }
    @media screen and (min-width: 768px) {
      #network .sub-tabs {
        margin-top: 18px; }
        #network .sub-tabs:before {
          display: none; }
        #network .sub-tabs:after {
          display: none; } }
    @media screen and (min-width: 1024px) {
      #network .sub-tabs {
        margin-top: 48px; } }
    #network .sub-tabs .nav-tabs {
      width: 100%;
      justify-content: flex-start;
      flex-direction: row;
      overflow-x: scroll;
      overflow-y: hidden;
      margin: 0 8px; }
    #network .sub-tabs .nav-link {
      border: 0;
      background-color: #e6e5e4;
      opacity: 0.8;
      color: #5f5958;
      font-family: Arial;
      font-size: 14px;
      letter-spacing: 0.28px;
      line-height: 22.7px;
      padding-top: 15px;
      padding-bottom: 15px;
      white-space: nowrap; }
      #network .sub-tabs .nav-link:hover {
        color: #5f5958;
        opacity: 1; }
      #network .sub-tabs .nav-link.active {
        color: #37302e;
        opacity: 1;
        border-bottom: 2px solid #d1a24b; }
  @media screen and (min-width: 768px) {
    #network .nav-tabs {
      width: 100%;
      justify-content: center;
      flex-direction: row;
      margin: 0; }
    #network .nav-link-padding {
      padding: .5rem 3.125rem; }
    #network .super-tab .nav-link {
      font-size: 18px; }
    #network .sub-tabs .nav-link {
      font-size: 14px;
      width: 150px; }
    #network .sub-tabs .nav-tabs {
      width: 100%;
      justify-content: center;
      flex-direction: row; } }
  @media screen and (min-width: 1024px) {
    #network .nav-tabs {
      width: 100%;
      justify-content: center;
      flex-direction: row;
      overflow: hidden; }
    #network .nav-link-padding {
      padding: .5rem 5.0625rem; }
    #network .super-tab .nav-link {
      font-size: 26px; }
    #network .sub-tabs .nav-tabs {
      width: 100%; }
    #network .sub-tabs .nav-link {
      font-size: 16px;
      overflow: hidden;
      flex-direction: row;
      width: 200px; } }

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #37302e;
  width: 100%;
  padding: 20px 0; }
  footer .img-container {
    padding-bottom: 36px; }
    footer .img-container img {
      width: 196px; }
      @media screen and (min-width: 1024px) {
        footer .img-container img {
          width: 266px; } }
    @media screen and (min-width: 768px) {
      footer .img-container {
        padding-bottom: 0;
        width: 30%; } }
  footer .links-container {
    margin-top: auto;
    display: flex;
    align-items: center;
    font-family: "Atlas Grotesk Thin";
    font-size: 10px;
    font-weight: 300;
    line-height: 22px; }
    footer .links-container a {
      color: #d6d5d4; }
    footer .links-container span {
      margin: 0 15px; }
  footer span {
    color: #d6d5d4;
    font-family: "Atlas Grotesk Thin";
    font-size: 10px;
    font-weight: 300;
    line-height: 22px; }
  @media screen and (min-width: 768px) {
    footer {
      flex-direction: row;
      padding: 37px 30px 28px; }
      footer .links-container {
        margin-top: 12px;
        margin-left: auto;
        font-size: 10px; }
      footer span {
        font-size: 10px;
        margin-left: 15px;
        margin-top: 12px; } }
  @media screen and (min-width: 1024px) {
    footer .links-container, footer span {
      font-size: 12px; } }

.branch {
  border-bottom: 1px solid #c0bdbd;
  margin: 0 24px;
  padding: 24px 0; }

.branch-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  cursor: pointer; }
  .branch-header .down {
    display: none; }
  .branch-header .up {
    display: block; }
  .branch-header.collapsed .down {
    display: block; }
  .branch-header.collapsed .up {
    display: none; }
  .branch-header .branch-details {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
    padding-right: 0px; }
    .branch-header .branch-details .title {
      margin-bottom: 10px; }
      @media screen and (min-width: 1024px) {
        .branch-header .branch-details .title {
          margin-bottom: 20px; } }
    .branch-header .branch-details .address {
      margin-bottom: 12px; }
      @media screen and (min-width: 1024px) {
        .branch-header .branch-details .address {
          margin-bottom: 30px; } }
    .branch-header .branch-details .services {
      display: flex;
      align-items: flex-start;
      width: 100%; }
      .branch-header .branch-details .services .service {
        width: 50%;
        display: flex;
        align-items: flex-start; }
        .branch-header .branch-details .services .service span {
          margin-left: 10px;
          color: #5f5958;
          font-family: Arial;
          font-size: 12px;
          letter-spacing: 0.18px;
          line-height: 20px; }
          @media screen and (min-width: 1024px) {
            .branch-header .branch-details .services .service span {
              white-space: nowrap;
              font-size: 16px;
              letter-spacing: 0.23px; } }

@media screen and (min-width: 768px) {
  .branch {
    padding: 20px; }
    .branch .branch-details {
      width: 50%; } }
@media screen and (min-width: 1024px) {
  .branch {
    margin: 0px 80px;
    padding: 33px 50px 50px; } }
.bottom-container {
  text-align: left;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap; }
  .bottom-container .info-container {
    width: 100%; }
    .bottom-container .info-container .tel-container {
      width: 100%;
      display: flex; }
      .bottom-container .info-container .tel-container .tel {
        width: 50%;
        padding-left: 15px;
        color: #5f5958;
        font-family: Arial;
        font-size: 12px;
        letter-spacing: 0.18px;
        line-height: 18px; }
        @media screen and (min-width: 768px) {
          .bottom-container .info-container .tel-container .tel {
            width: calc(50% - 1px);
            padding-left: 30px; } }
        .bottom-container .info-container .tel-container .tel .tel-no {
          color: #d1a24b;
          font-family: Arial;
          font-weight: 700; }
    .bottom-container .info-container .get-directions {
      display: flex;
      align-items: center;
      margin-top: 20px;
      cursor: pointer; }
      .bottom-container .info-container .get-directions a {
        text-decoration: none; }
      .bottom-container .info-container .get-directions span {
        margin-left: 17px;
        color: #d1a24b;
        font-family: Arial;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.21px;
        line-height: 22.7px; }
        @media screen and (min-width: 1024px) {
          .bottom-container .info-container .get-directions span {
            font-size: 14px; } }
  @media screen and (min-width: 768px) {
    .bottom-container .info-container {
      width: 50%; } }
  @media screen and (min-width: 1024px) {
    .bottom-container {
      flex-wrap: nowrap; }
      .bottom-container .info-container .tel-container .tel {
        font-size: 16px;
        letter-spacing: 0.23px;
        line-height: 20px; } }

.map-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 0;
  padding-bottom: 240px;
  position: relative;
  margin-top: 30px;
  position: relative; }
  .map-container iframe {
    position: absolute;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  @media screen and (min-width: 768px) {
    .map-container {
      width: 50%;
      padding-bottom: 191px;
      margin-top: 0; }
      .map-container iframe {
        width: 100% !important; } }
  @media screen and (min-width: 1024px) {
    .map-container {
      width: 50%;
      padding-bottom: 348px; }
      .map-container iframe {
        width: 100% !important; } }

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .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 {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-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, 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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: 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;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.milestone {
  -webkit-transition: width 500ms ease;
  -moz-transition: width 500ms ease;
  -ms-transition: width 500ms ease;
  -o-transition: width 500ms ease;
  transition: width 500ms ease;
  position: relative;
  height: 510px;
  width: 206px;
  overflow: hidden;
  cursor: pointer; }

.milestone h2,
.milestone .h2 {
  color: #ffffff; }

@media screen and (max-width: 767px) {
  .milestone {
    height: 100px;
    width: 100%; } }
@media screen and (max-width: 767px) {
  .milestone--mobile--hide {
    display: none; } }
.milestone__swiper {
  margin-top: 30px;
  margin-bottom: 50px; }

.milestone__swiper .swiper-button-next,
.milestone__swiper .swiper-button-prev {
  height: 80px;
  width: 30px;
  background: url(../images/arrow_right.svg) center center no-repeat;
  background-size: 100% 100%; }

.milestone__swiper .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.milestone__swiper .swiper-slide:nth-child(even) {
  margin-top: 32px; }

.milestone__swiper .swiper-slide:last-child .milestone {
  margin-right: 250px; }

.milestone__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.milestone__img img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%; }

@media screen and (max-width: 767px) {
  .milestone__img img {
    width: 100%; } }
.milestone.active {
  width: 330px; }

@media screen and (max-width: 767px) {
  .milestone.active {
    height: 510px;
    width: 100%; } }
.milestone.active .milestone__content--hide {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
  animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s; }

.milestone.active::after {
  top: 47px;
  right: 30px;
  bottom: 47px;
  left: 30px; }

.milestone::after {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(to top, #645735, #37302e);
  opacity: 0.85; }

.milestone__content {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: calc(100% - 60px);
  padding: 30px 0;
  color: #ffffff;
  text-align: center; }

.milestone__content h2 {
  margin-bottom: 0; }

.milestone__content--hide {
  display: none;
  width: 100%;
  overflow: hidden; }

.milestone__content hr {
  width: 39px;
  margin-left: auto;
  margin-right: auto; }

#mobile-milestone {
  padding-bottom: 20px; }

.m-milestone {
  display: none;
  margin-bottom: 1px; }
  .m-milestone:nth-child(odd) {
    margin-right: 24px; }
  .m-milestone:nth-child(even) {
    margin-left: 24px; }

.flex-milestone {
  min-height: 130px;
  overflow: hidden;
  position: relative; }
  .flex-milestone:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .flex-milestone-description {
    position: relative;
    z-index: 10;
    color: #ffffff;
    padding: 0 23px; }
    .flex-milestone-description h2 {
      font-family: "Atlas Grotesk Bold";
      font-size: 26px;
      font-weight: 700;
      letter-spacing: 0.22px; }
    .flex-milestone-description p {
      font-family: Arial;
      font-size: 14px;
      letter-spacing: 0.25px;
      line-height: 20px; }

.view-less-milestone,
.view-more-milestone {
  color: #5f5958;
  font-family: Arial;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 26px; }
  .view-less-milestone img,
  .view-more-milestone img {
    width: 22px;
    height: auto;
    margin-left: 12px; }
  .view-less-milestone:hover,
  .view-more-milestone:hover {
    color: #5f5958;
    text-decoration: none; }

.view-less-milestone {
  display: none; }

::-webkit-scrollbar {
  display: none; }

html, body, .main {
  min-height: 100vh; }

body {
  color: #807b7a; }

a {
  transition: color 0.5s, opacity 0.5s;
  color: #D1A24B;
  text-decoration: none !important; }
  a:hover {
    color: #D1A24B; }
  a[href^="tel"] {
    color: #D1A24B; }

.main {
  display: flex;
  flex-direction: column;
  align-items: center; }

section {
  width: 100%;
  margin: 34px 24px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 768px) {
    section {
      margin-top: 30px; } }
  @media screen and (min-width: 1024px) {
    section {
      margin-top: 50px; } }
  section .section-title {
    color: #5f5958;
    font-family: "Atlas Grotesk Thin";
    font-size: 26px;
    font-weight: 100;
    letter-spacing: 0.22px;
    margin-bottom: 12px; }
  section .section-body {
    color: #807b7a;
    font-family: Arial;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 22.7px;
    width: 80%;
    padding: 0 24px; }
  section .section-minibody {
    padding-top: 14px; }
  section .section-title + .section-body {
    margin-top: 4px; }
    @media screen and (min-width: 768px) {
      section .section-title + .section-body {
        margin-top: 18px; } }
  @media screen and (min-width: 768px) {
    section .section-body {
      font-size: 12px;
      line-height: 18px; } }
  @media screen and (min-width: 1024px) {
    section .section-title {
      font-size: 38px;
      letter-spacing: 0.33px; }
    section .section-body {
      font-size: 16px;
      line-height: 22.7px;
      padding: 0; } }

.section-divider {
  margin-top: 50px; }
  @media screen and (min-width: 768px) {
    .section-divider {
      margin-top: 30px; } }
  @media screen and (min-width: 1024px) {
    .section-divider {
      margin-top: 50px; } }

.brand {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  .brand .img-container {
    width: 100%;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .brand .img-container {
        margin-bottom: 3px; } }
    .brand .img-container a {
      display: flex;
      flex-wrap: wrap; }
      .brand .img-container a picture {
        order: 2;
        width: 100%; }
  .brand .text-container {
    display: block;
    text-align: left;
    order: 1;
    margin: 0 24px 16px; }
    .brand .text-container .title {
      color: #5f5958;
      font-family: "Atlas Grotesk Thin";
      font-size: 20px;
      font-weight: 100;
      letter-spacing: 0.17px;
      text-decoration: none !important; }
      .brand .text-container .title:hover, .brand .text-container .title:active, .brand .text-container .title:focus, .brand .text-container .title:link {
        text-decoration: none !important; }
    .brand .text-container .description {
      color: #807b7a;
      font-family: Arial;
      font-size: 14px;
      letter-spacing: 0.25px;
      line-height: 20px;
      margin: 10px 0;
      text-decoration: none !important; }
      .brand .text-container .description:hover, .brand .text-container .description:active, .brand .text-container .description:focus, .brand .text-container .description:link {
        text-decoration: none !important; }
    .brand .text-container .link {
      color: #d1a24b;
      font-family: Arial;
      font-size: 12px;
      letter-spacing: 0.21px;
      line-height: 22.7px;
      margin-top: 8px;
      text-decoration: none !important; }
      .brand .text-container .link:hover, .brand .text-container .link:active, .brand .text-container .link:focus, .brand .text-container .link:link {
        text-decoration: none !important; }
    @media screen and (min-width: 768px) {
      .brand .text-container {
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
        text-align: left;
        max-width: 38%;
        margin: 0 0 25px 24px; }
        .brand .text-container.mercedes {
          right: 2.5%;
          top: 60%; }
        .brand .text-container.left {
          left: 5%; }
          .brand .text-container.left.mercedes {
            top: 40%;
            left: 4%; }
        .brand .text-container .title {
          font-size: 26px;
          letter-spacing: 0.22px; }
        .brand .text-container .description {
          font-size: 12px;
          letter-spacing: 0.21px;
          line-height: 18px; }
        .brand .text-container .link {
          font-size: 12px;
          letter-spacing: 0.21px; } }
    @media screen and (min-width: 1024px) {
      .brand .text-container {
        max-width: 27%; }
        .brand .text-container.mercedes {
          max-width: 24%; }
        .brand .text-container .title {
          font-size: 32px;
          letter-spacing: 0.33px; }
        .brand .text-container .description {
          font-size: 14px;
          letter-spacing: 0.28px;
          line-height: 23px; }
        .brand .text-container .link {
          font-size: 14px;
          letter-spacing: 0.28px; } }

/* For Privacy Statement */
.sectionHead-divider {
  margin: 5px 0; }
  @media screen and (min-width: 768px) {
    .sectionHead-divider {
      margin: 18px 0 20px; } }

.section-body-bg {
  background-color: #F9F8F8;
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 80vh; }

.privacy-section-body, .legal-section-body {
  padding: 0 24px; }
  @media screen and (min-width: 768px) {
    .privacy-section-body, .legal-section-body {
      padding: 0; } }

.privacy-section-body {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-top: 50px;
  padding-bottom: 80px;
  color: #807b7a;
  font-family: Arial;
  font-size: 16px;
  letter-spacing: 0.28px;
  line-height: 22.7px; }
  .privacy-section-body ol {
    position: relative;
    padding: 0;
    counter-reset: item; }
    .privacy-section-body ol li {
      display: block;
      padding-left: 30px;
      padding-bottom: 30px; }
      .privacy-section-body ol li:before {
        position: absolute;
        left: 0;
        content: counters(item,".") " ";
        counter-increment: item; }
  .privacy-section-body ol.innerList {
    margin-left: -30px; }
    .privacy-section-body ol.innerList li {
      padding-left: 50px;
      padding-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .privacy-section-body ol.innerList li {
          padding-left: 65px; } }
      .privacy-section-body ol.innerList li:last-child {
        padding-bottom: 0; }
      .privacy-section-body ol.innerList li .innerList {
        padding-top: 30px;
        margin-left: -50px; }
        @media screen and (min-width: 768px) {
          .privacy-section-body ol.innerList li .innerList {
            margin-left: -65px; } }
  @media screen and (min-width: 768px) {
    .privacy-section-body {
      width: 80%; } }
  @media screen and (min-width: 1024px) {
    .privacy-section-body {
      width: 60%; } }

ol {
  list-style-type: none; }

.boldList {
  font-weight: bold; }

.innerList > ul {
  padding: 10px; }

/* For Legal Notice */
.boldHeader {
  font-weight: bold;
  font-size: 16px; }

.section-content {
  padding-bottom: 30px; }

.para-spacer {
  height: 15px; }

.legal-section-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  padding-top: 50px;
  color: #807b7a;
  font-family: Arial;
  font-size: 16px;
  letter-spacing: 0.21px;
  line-height: 20px; }
  @media screen and (min-width: 768px) {
    .legal-section-body {
      width: 80%;
      font-size: 16px; } }
  @media screen and (min-width: 1024px) {
    .legal-section-body {
      width: 60%;
      font-size: 16px;
      line-height: 22.7px;
      letter-spacing: 0.28px; } }

.section-end-content {
  padding-bottom: 80px; }

/* For Contact Us */
.section-body-100 {
  width: 86%;
  margin: 0 auto;
  padding: 70px 0;
  text-align: left; }

.contact-card {
  display: flex;
  flex-direction: column; }
  .contact-card .contact-details {
    margin-right: auto;
    width: 100%; }
  .contact-card .map-container {
    width: 100%;
    padding-bottom: 320px; }
  @media screen and (min-width: 768px) {
    .contact-card {
      flex-direction: row; }
      .contact-card .contact-details {
        width: 40%; }
      .contact-card .map-container {
        width: 100%;
        max-width: 420px;
        padding-bottom: 243px; } }
  @media screen and (min-width: 1024px) {
    .contact-card .contact-details {
      width: 30%; }
    .contact-card .map-container {
      width: 70%;
      max-width: 800px;
      padding-bottom: 460px; } }

.section-body-100:after {
  content: "";
  display: table;
  clear: both; }

.body-header {
  margin-bottom: 14px; }

.telephoneTxt, .emailTxt {
  font-size: 15px;
  color: #5f5958; }

.telephoneTxt-number, .email-address {
  color: #D1A24B;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.24px;
  line-height: 20px; }

.email-address a {
  color: #D1A24B; }

.directionsTxt > a {
  color: #d1a24b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 22.7px; }

.full-body {
  padding-bottom: 30px; }

.directionsTxt #text {
  padding-left: 10px; }

.directionsTxt {
  padding-top: 20px; }

/* Temporary Map Embed : START */
.mapouter {
  text-align: right;
  height: 460px;
  width: 800px;
  margin: 0 auto; }

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 460px;
  width: 800px; }

/* Temporary Map Embed : END */
/* For History & Milestones */
.section-body-80 {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0; }
  @media screen and (min-width: 768px) {
    .section-body-80 {
      padding: 50px 0; } }

.jobTxt {
  padding-top: 20px; }

.jobTxt > a {
  text-decoration: none;
  color: #D1A24B; }
  .jobTxt > a:hover {
    text-decoration: underline !important; }

.section-para {
  color: #807b7a;
  font-family: Arial;
  font-size: 16px;
  letter-spacing: 0.28px;
  line-height: 22.7px; }

section .section-body.max1120 {
  max-width: 1120px; }

#myTabContent {
  margin-top: 38px; }
  @media screen and (min-width: 768px) {
    #myTabContent {
      margin-top: 17px; } }

.m50 {
  margin: 50px 0; }

.img-100 {
  width: 100%;
  height: auto; }

/*# sourceMappingURL=style.css.map */
