@charset "UTF-8";
.grid-container {
  max-width: 1420px; }

.d-none {
  display: none !important; }

.d-flex {
  display: flex !important; }

.d-block {
  display: block !important; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

* {
  box-sizing: border-box; }

.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.section-bg-image {
  position: relative; }
  .section-bg-image .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    width: 100%;
    height: 100%; }
    .section-bg-image .bg-image.mobile {
      display: none; }
      @media (max-width: 766px) {
        .section-bg-image .bg-image.mobile {
          display: block; } }
    @media (max-width: 766px) {
      .section-bg-image .bg-image.desktop {
        display: none; } }
  .section-bg-image .section-container {
    position: relative;
    z-index: 1; }

.error404 .inside-article {
  margin: 0 auto;
  max-width: 1210px;
  padding-left: 20px;
  padding-right: 20px; }

@font-face {
  font-family: "Gilroy";
  src: url("/wp-content/themes/excellence-theme/dist/fonts/gilroy-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Gilroy";
  src: url("/wp-content/themes/excellence-theme/dist/fonts/gilroy-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Gilroy";
  src: url("/wp-content/themes/excellence-theme/dist/fonts/gilroy-semi-bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Santorini";
  src: url("/wp-content/themes/excellence-theme/dist/fonts/santorini.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

body {
  font-family: "Gilroy", sans-serif;
  font-weight: normal;
  color: #89898A; }
  @media (max-width: 766px) {
    body {
      font-size: 14px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #1a1a1a; }

a {
  color: #d4a267; }

body {
  -webkit-font-smoothing: antialiased; }

a.button:visited {
  background-color: #d4a267; }

body .button {
  padding: 10px 20px;
  background-color: #d4a267;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  border-radius: 10px;
  box-sizing: border-box; }
  body .button:hover {
    background-color: #c99662; }
  body .button--large {
    font-size: 20px;
    text-transform: none; }
  body .button--medium {
    padding: 14px 24px; }
  body .button--expand {
    display: block;
    width: 100%; }
  body .button--icon {
    display: flex;
    align-items: center;
    justify-content: center; }
  body .button--bold {
    font-weight: 600; }
  body .button--small {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    text-transform: uppercase; }
  body .button--wide {
    padding-right: 30px;
    padding-left: 30px; }
  body .button--medium-thin {
    padding: 22px 40px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase; }
  body .button__icon {
    padding-right: 8px;
    line-height: 1; }
  body .button--weight-medium {
    font-weight: 500; }
  body .button--primary-outline {
    border: 2px solid #d4a267;
    color: #d4a267 !important;
    background: none; }
    body .button--primary-outline:hover {
      color: #fff !important;
      background: #d4a267; }
  body .button--outline {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #222 !important;
    background: none !important; }
    body .button--outline:hover {
      border-color: #aaa; }
  body .button--left {
    justify-content: flex-start;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 500;
    text-transform: none; }

.exnc-container {
  padding-left: 15px;
  padding-right: 15px; }

.exnc-divider {
  border-top: 1px solid #eee; }
  .exnc-divider--post-features {
    margin-top: 12px;
    margin-bottom: 20px; }

.site-header {
  z-index: 101;
  background: #fff; }
  .site-header .exnc-modal__window {
    text-align: center; }
    .site-header .exnc-modal__window:before {
      content: " ";
      display: inline-block;
      height: 100%;
      width: 1px;
      vertical-align: middle; }

.exnc-header {
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  width: 100%;
  max-width: 1190px;
  box-sizing: border-box; }
  @media (min-width: 1160px) {
    .exnc-header {
      padding-top: 10px;
      padding-bottom: 6px;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 1159px) {
    .exnc-header {
      flex-wrap: wrap; } }
  @media (max-width: 1159px) {
    .exnc-header__logo {
      position: absolute;
      top: 20px;
      left: 50%;
      margin-left: -69px; } }
  .exnc-header__primary {
    display: flex;
    margin: 0 0 17px;
    flex-basis: 100%;
    align-items: center;
    width: 100%; }
    @media (min-width: 1160px) {
      .exnc-header__primary {
        flex-basis: 520px;
        max-width: 520px;
        margin: 0; } }
    @media (max-width: 1159px) {
      .exnc-header__primary {
        justify-content: space-between; } }
  .exnc-header__logo-desktop {
    display: none; }
    @media (min-width: 1160px) {
      .exnc-header__logo-desktop {
        display: block; } }
  @media (min-width: 1160px) {
    .exnc-header__logo-mobile {
      display: none; } }
  .exnc-header__mobile-nav-button {
    display: flex;
    align-items: center;
    padding: 0;
    padding-right: 6px;
    box-sizing: border-box;
    background: none !important; }
    @media (min-width: 1160px) {
      .exnc-header__mobile-nav-button {
        display: none; } }
  .exnc-header__mobile-nav-icon {
    color: #1a1a1a; }
  .exnc-header__widgets {
    display: none;
    order: 10; }
    @media (min-width: 1160px) {
      .exnc-header__widgets {
        display: block; } }
  .exnc-header__widgets-mobile {
    flex-basis: 80px;
    max-width: 80px;
    position: relative;
    top: -2px; }
    @media (min-width: 1160px) {
      .exnc-header__widgets-mobile {
        display: none; } }
  .exnc-header .main-navigation {
    display: none;
    justify-content: flex-end;
    flex: 1;
    background: none; }
    @media (min-width: 1160px) {
      .exnc-header .main-navigation {
        display: flex; } }
    .exnc-header .main-navigation ul {
      display: flex;
      justify-content: flex-end; }
      @media (min-width: 1160px) {
        .exnc-header .main-navigation ul {
          margin-right: 37px; } }
      .exnc-header .main-navigation ul .sub-menu {
        display: flex;
        justify-content: center;
        background-color: #fff;
        left: 0 !important;
        padding: 30px 0;
        width: 100%;
        box-shadow: none;
        border-top: 1px solid #F7F8F9; }
        .exnc-header .main-navigation ul .sub-menu:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: -25px;
          height: 25px; }
        .exnc-header .main-navigation ul .sub-menu li {
          width: auto;
          flex-shrink: 0; }
          .exnc-header .main-navigation ul .sub-menu li:not(:last-child) {
            margin-right: 77px; }
            @media (max-width: 1439px) {
              .exnc-header .main-navigation ul .sub-menu li:not(:last-child) {
                margin-right: 50px; } }
          .exnc-header .main-navigation ul .sub-menu li:last-child a {
            padding-right: 0;
            cursor: pointer; }
          .exnc-header .main-navigation ul .sub-menu li.hide > a {
            opacity: 0; }
        .exnc-header .main-navigation ul .sub-menu a {
          display: flex;
          flex-direction: column;
          padding: 0;
          margin: 0 0 15px;
          font-weight: 600;
          color: #1A1A1A;
          font-size: 16px;
          cursor: default; }
          .exnc-header .main-navigation ul .sub-menu a:hover, .exnc-header .main-navigation ul .sub-menu a:focus {
            color: #1A1A1A; }
            .exnc-header .main-navigation ul .sub-menu a:hover .chevron-link:after, .exnc-header .main-navigation ul .sub-menu a:focus .chevron-link:after {
              right: 0; }
        .exnc-header .main-navigation ul .sub-menu img {
          padding-right: 0;
          width: 280px;
          height: 168px;
          margin: 0 0 10px;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
        .exnc-header .main-navigation ul .sub-menu .menu-image-title {
          padding: 0;
          font-weight: 600;
          color: #000;
          display: flex;
          flex-direction: column;
          align-items: flex-start; }
        .exnc-header .main-navigation ul .sub-menu .chevron-link {
          font-size: 12px; }
          .exnc-header .main-navigation ul .sub-menu .chevron-link:after {
            border-width: 1px 1px 0 0;
            width: 4px;
            height: 4px; }
        .exnc-header .main-navigation ul .sub-menu .sub-menu {
          position: static;
          opacity: 1;
          height: auto;
          display: block;
          padding: 0;
          margin: 0;
          border: none; }
          .exnc-header .main-navigation ul .sub-menu .sub-menu li {
            margin-right: 0;
            margin-bottom: 20px; }
          .exnc-header .main-navigation ul .sub-menu .sub-menu a {
            font-weight: 400;
            font-size: 14px;
            cursor: pointer; }
            .exnc-header .main-navigation ul .sub-menu .sub-menu a:hover {
              color: #d4a267; }
    .exnc-header .main-navigation .menu-item {
      float: none;
      position: static;
      flex-shrink: 0; }
      .exnc-header .main-navigation .menu-item:first-child a:after {
        content: '';
        height: 100%;
        width: 30px;
        position: absolute;
        top: 0;
        right: 100%; }
      .exnc-header .main-navigation .menu-item a {
        padding-right: 0;
        padding-left: 36px; }
  .exnc-header__search {
    display: none; }
    @media (min-width: 1160px) {
      .exnc-header__search {
        display: block;
        width: 100%;
        margin-left: 25px; } }
  .exnc-header__search-mobile {
    flex-grow: 1; }
    @media (min-width: 1160px) {
      .exnc-header__search-mobile {
        display: none; } }
  .exnc-header__search-mobile-inner {
    display: flex;
    justify-content: center;
    box-sizing: border-box; }
    .exnc-header__search-mobile-inner + div:after {
      content: '';
      position: absolute;
      top: 53px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #EAEAEA; }
    .exnc-header__search-mobile-inner + div .exnc-modal__window {
      padding-top: 27px; }
      .exnc-header__search-mobile-inner + div .exnc-modal__window:before {
        display: none; }
  .exnc-header__search-button {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 8px 10px;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    background: #F2F2F2 !important;
    color: #868686 !important; }
    .exnc-header__search-button:hover {
      border-color: #d4a267; }
  .exnc-header__search-button-icon {
    line-height: 1;
    padding-right: 9px; }
  .exnc-header .exnc-header-widgets__language-switcher {
    margin-left: 18px; }
  .exnc-header .exnc-wishlist-widget__count {
    font-size: 11px;
    font-weight: 700;
    color: #000;
    right: -3px; }
  .exnc-header .menu-item-has-children .dropdown-menu-toggle {
    display: none; }
  .exnc-header .inside-navigation {
    width: 100%;
    position: static; }
  .exnc-header .exnc-wishlist-widget__icon {
    position: relative;
    top: 3px; }

.exnc-header-search__form {
  position: relative; }

.btn-search {
  background: none;
  padding: 9px 10px 5px;
  position: absolute;
  top: 0;
  left: 0; }

.inside-header {
  padding: 0;
  border-bottom: 1px solid #f8f8f8; }

.main-navigation .main-nav ul li.current-menu-item > a, .main-navigation .main-nav ul li.current-menu-parent > a {
  color: #d4a267; }

.main-navigation .main-nav ul li a {
  background: none !important;
  color: #3a3a3a;
  font-weight: 500; }
  .main-navigation .main-nav ul li a:hover, .main-navigation .main-nav ul li a:focus, .main-navigation .main-nav ul li a:active {
    color: #d4a267; }

.site-logo {
  width: 138px; }
  .site-logo img,
  .site-logo a {
    display: block; }

.menu-open #page {
  position: relative; }
  .menu-open #page:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, 0.7);
    z-index: 100;
    visibility: visible;
    transition: 0.3s background; }

.exnc-header-search {
  display: none; }
  @media (min-width: 767px) {
    .exnc-header-search {
      display: block;
      width: 100%; } }

.exnc-header-widgets {
  flex-basis: 300px;
  order: 10; }
  .exnc-header-widgets__inner {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .exnc-header-widgets a {
    padding: 0;
    color: #3a3a3a; }
    .exnc-header-widgets a:hover, .exnc-header-widgets a:focus, .exnc-header-widgets a:active {
      color: #d4a267; }
  .exnc-header-widgets .wpml-ls-link span {
    display: none; }
    @media (min-width: 767px) {
      .exnc-header-widgets .wpml-ls-link span {
        display: inline; } }
  .exnc-header-widgets .wpml-ls-legacy-list-horizontal .wpml-ls-flag {
    width: 18px;
    height: 18px;
    border-radius: 50%; }
  .exnc-header-widgets .wpml-ls-legacy-list-horizontal {
    padding: 0; }

.exnc-footer {
  padding: 0 0 40px;
  background: #002a3f; }
  @media (min-width: 992px) {
    .exnc-footer {
      padding-bottom: 30px; } }
  @media (max-width: 766px) {
    .exnc-footer {
      padding: 0 0 25px; } }
  .exnc-footer .grid-container {
    max-width: 1170px; }
  .exnc-footer,
  .exnc-footer * {
    box-sizing: border-box; }
  .exnc-footer__top-logo {
    width: 100%;
    max-width: 176px; }
  .exnc-footer__menu {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
    list-style: none;
    text-align: left; }
    @media (max-width: 991px) {
      .exnc-footer__menu {
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center; } }
    .exnc-footer__menu-box {
      padding: 0 15px;
      flex-shrink: 0; }
      @media (max-width: 991px) {
        .exnc-footer__menu-box {
          width: 33.33%;
          margin-bottom: 15px; } }
      @media (max-width: 766px) {
        .exnc-footer__menu-box {
          width: 100%;
          margin-bottom: 7px; } }
      @media (min-width: 992px) {
        .exnc-footer__menu-box:nth-child(1) {
          width: 25%; } }
      @media (min-width: 992px) {
        .exnc-footer__menu-box:nth-child(2) {
          width: 21%; } }
      @media (min-width: 992px) {
        .exnc-footer__menu-box:nth-child(3) {
          width: 22%; } }
      @media (min-width: 992px) {
        .exnc-footer__menu-box:nth-child(4) {
          width: 17%; } }
      @media (min-width: 992px) {
        .exnc-footer__menu-box:last-child {
          width: 15%; } }
    @media (max-width: 766px) {
      .exnc-footer__menu-inner {
        padding-bottom: 13px;
        border-bottom: 1px solid #262626; } }
    .exnc-footer__menu-toggle {
      display: block;
      width: 100%;
      padding: 0;
      font-family: "Gilroy", sans-serif;
      font-size: 17px;
      color: #fff;
      background: none;
      text-transform: capitalize;
      text-align: left; }
      @media (max-width: 991px) {
        .exnc-footer__menu-toggle {
          text-align: center; } }
      @media (max-width: 766px) {
        .exnc-footer__menu-toggle {
          font-size: 18px;
          text-align: left; } }
      .exnc-footer__menu-toggle:hover, .exnc-footer__menu-toggle:focus, .exnc-footer__menu-toggle:active {
        color: #d4a267; }
        @media (max-width: 766px) {
          .exnc-footer__menu-toggle:hover, .exnc-footer__menu-toggle:focus, .exnc-footer__menu-toggle:active {
            color: #fff; } }
      .exnc-footer__menu-toggle > span {
        display: inline-block;
        width: 19px;
        margin: 0 5px 0 0;
        font-size: 30px;
        line-height: 1;
        position: relative;
        top: 5px; }
        @media (max-width: 766px) {
          .exnc-footer__menu-toggle > span {
            font-size: 27px;
            margin: 0 8px 0;
            top: 3px; } }
    .exnc-footer__menu-body {
      display: none;
      margin: 0;
      padding: 17px 0 0;
      list-style: none; }
    .exnc-footer__menu-item {
      margin: 0 0 15px; }
      @media (max-width: 766px) {
        .exnc-footer__menu-item {
          text-align: left; } }
      .exnc-footer__menu-item:last-child {
        margin: 0; }
    .exnc-footer__menu-link {
      font-weight: 300;
      font-size: 12.5px;
      color: #fff; }
      .exnc-footer__menu-link:hover, .exnc-footer__menu-link:focus, .exnc-footer__menu-link:active {
        color: #d4a267; }
        .exnc-footer__menu-link:hover::before, .exnc-footer__menu-link:focus::before, .exnc-footer__menu-link:active::before {
          border-color: #d4a267; }
    .exnc-footer__menu .exnc-list-item {
      font-size: 15px;
      padding: 0 0 0 26px; }
      @media (max-width: 766px) {
        .exnc-footer__menu .exnc-list-item {
          font-size: 16px;
          color: #A3A3A3; } }
      .exnc-footer__menu .exnc-list-item:before {
        display: none; }
  .exnc-footer__bottom {
    padding: 23px 0 0;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #003047;
    text-align: left; }
    @media (max-width: 766px) {
      .exnc-footer__bottom {
        text-align: center;
        flex-direction: column-reverse;
        border: none;
        margin-top: 0; }
        .exnc-footer__bottom > * {
          display: inline-block;
          vertical-align: middle; } }
    .exnc-footer__bottom-copyright {
      font-weight: 300;
      font-size: 13px;
      text-align: left;
      line-height: 1.5;
      color: #fff;
      opacity: 0.4;
      margin-top: 20px;
      text-align: center; }
      @media (max-width: 766px) {
        .exnc-footer__bottom-copyright {
          font-size: 14px; } }
    @media (min-width: 767px) {
      .exnc-footer__bottom-copyright {
        margin-top: 0;
        text-align: left; } }
  .exnc-footer__subscribe-form-holder {
    background: #003047;
    padding: 50px 0; }
    .exnc-footer__subscribe-form-holder .section-container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 766px) {
        .exnc-footer__subscribe-form-holder .section-container {
          flex-direction: column; } }
  .exnc-footer__subscribe-text-block {
    max-width: 400px; }
    @media (min-width: 767px) {
      .exnc-footer__subscribe-text-block {
        margin-right: 15px;
        text-align: left; } }
    @media (max-width: 766px) {
      .exnc-footer__subscribe-text-block {
        margin: 0 0 20px; } }
  .exnc-footer__subscribe-subtitle {
    margin: 0 0 14px; }
  .exnc-footer__subscribe-title {
    color: #fff;
    font-size: 28px;
    margin: 0 0 6px; }
    @media (max-width: 766px) {
      .exnc-footer__subscribe-title {
        font-size: 19px; } }
  .exnc-footer__subscribe-text {
    color: #fff;
    font-size: 12px; }
    @media (max-width: 766px) {
      .exnc-footer__subscribe-text {
        font-size: 11px; } }
  .exnc-footer .footer-bottom-holder {
    padding: 29px 15px 0; }
  .exnc-footer .social-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none; }
    .exnc-footer .social-list li:not(:first-child) {
      margin-left: 15px; }
    .exnc-footer .social-list a {
      transition: 0.3s opacity; }
      .exnc-footer .social-list a:hover {
        opacity: 0.7; }

.custom-subscribe-form {
  padding: 20px;
  background: #004160;
  border-radius: 14px;
  max-width: 376px;
  width: 100%; }
  @media (max-width: 766px) {
    .custom-subscribe-form {
      margin: 0 0 35px; } }
  .custom-subscribe-form p {
    margin: 0; }
  .custom-subscribe-form .input {
    height: 43px;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px; }
    .custom-subscribe-form .input::-webkit-input-placeholder {
      color: #adadad; }
    .custom-subscribe-form .input:-moz-placeholder {
      color: #adadad; }
    .custom-subscribe-form .input::-moz-placeholder {
      color: #adadad; }
    .custom-subscribe-form .input:-ms-input-placeholder {
      color: #adadad; }
  .custom-subscribe-form .checkbox-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    gap: 30px; }
    @media (max-width: 766px) {
      .custom-subscribe-form .checkbox-block {
        gap: 15px; } }
    .custom-subscribe-form .checkbox-block .holder {
      display: flex;
      align-items: center;
      gap: 23px; }
      @media (max-width: 766px) {
        .custom-subscribe-form .checkbox-block .holder {
          gap: 15px; } }
    .custom-subscribe-form .checkbox-block br {
      display: none; }
  .custom-subscribe-form .checkbox-block-title {
    font-weight: 500;
    font-size: 14px;
    color: #dbdbdb; }
    @media (max-width: 766px) {
      .custom-subscribe-form .checkbox-block-title {
        font-size: 15px; } }
  .custom-subscribe-form .custom-checkbox input[type="checkbox"] {
    display: none; }
    .custom-subscribe-form .custom-checkbox input[type="checkbox"]:checked + br + label:after {
      display: block; }
  .custom-subscribe-form .custom-checkbox label {
    position: relative;
    padding-right: 30px;
    font-size: 13px;
    color: #dbdbdb;
    cursor: pointer; }
    @media (max-width: 766px) {
      .custom-subscribe-form .custom-checkbox label {
        padding-right: 20px; } }
    .custom-subscribe-form .custom-checkbox label:before, .custom-subscribe-form .custom-checkbox label:after {
      content: '';
      position: absolute;
      top: -1px;
      right: 0; }
    .custom-subscribe-form .custom-checkbox label:before {
      width: 13px;
      height: 13px;
      border-radius: 3px;
      border: 1px solid #dedede; }
    .custom-subscribe-form .custom-checkbox label:after {
      border: solid #fff;
      border-width: 0 0 1px 1px;
      transform: rotate(-45deg);
      top: 3px;
      right: 3px;
      width: 8px;
      height: 4px;
      display: none; }
  .custom-subscribe-form input[type="submit"] {
    height: 43px;
    min-width: 138px;
    border-radius: 8px;
    padding: 10px;
    background: #d4a267;
    font-weight: 700;
    border: none;
    text-transform: none;
    width: 100%;
    font-size: 14px; }
    .custom-subscribe-form input[type="submit"]:hover {
      background: #c99662; }
  .custom-subscribe-form .inputs-holder {
    display: flex;
    padding-top: 14px; }
  .custom-subscribe-form .mce_inline_error {
    background-color: #6B0505;
    color: #fff; }
  .custom-subscribe-form div.mce_inline_error {
    display: none !important; }
  .custom-subscribe-form #mce-responses {
    padding-top: 5px; }

@media (max-width: 766px) {
  .exnc-gallery__thumbnails {
    display: none; } }

.exnc-gallery__main-obj {
  margin-right: auto;
  margin-left: auto;
  width: 100%; }

.exnc-gallery__main-item {
  display: block;
  padding-bottom: 63%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: zoom-in; }

.exnc-gallery__main-image {
  display: none; }

.exnc-gallery__thumbnails-obj {
  padding: 10px 0;
  box-sizing: border-box;
  height: 73px; }
  @media (max-width: 766px) {
    .exnc-gallery__thumbnails-obj {
      height: 50px; } }

.exnc-gallery__thumbnail {
  opacity: 0.5;
  transition: opacity 0.2s;
  width: 20%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  cursor: pointer; }
  @media (max-width: 766px) {
    .exnc-gallery__thumbnail {
      border-radius: 8px; } }
  .exnc-gallery__thumbnail:hover {
    opacity: 0.6; }
  .exnc-gallery__thumbnail.swiper-slide-thumb-active {
    position: relative;
    opacity: 1;
    border-radius: 15px;
    border: 5px solid #fff; }
    @media (max-width: 766px) {
      .exnc-gallery__thumbnail.swiper-slide-thumb-active {
        border-width: 3px;
        border-radius: 8px; } }
    .exnc-gallery__thumbnail.swiper-slide-thumb-active:after {
      content: '';
      left: -5px;
      right: -5px;
      top: -5px;
      bottom: -5px;
      position: absolute;
      border-radius: 15px;
      border: 1px solid #d4a267; }
      @media (max-width: 766px) {
        .exnc-gallery__thumbnail.swiper-slide-thumb-active:after {
          border-width: 1px;
          left: -3px;
          right: -3px;
          top: -3px;
          bottom: -3px;
          border-radius: 8px; } }

.exnc-gallery .swiper-button-prev,
.exnc-gallery .swiper-button-next {
  color: #fff; }
  .exnc-gallery .swiper-button-prev:after,
  .exnc-gallery .swiper-button-next:after {
    font-size: 37px; }
    @media (max-width: 766px) {
      .exnc-gallery .swiper-button-prev:after,
      .exnc-gallery .swiper-button-next:after {
        font-size: 30px; } }

.exnc-gallery .swiper-button-next {
  right: 20px; }
  @media (max-width: 766px) {
    .exnc-gallery .swiper-button-next {
      right: 15px; } }

.exnc-gallery .swiper-button-prev {
  left: 20px; }
  @media (max-width: 766px) {
    .exnc-gallery .swiper-button-prev {
      left: 15px; } }

@media (max-width: 766px) {
  body .lg-outer .lg {
    overflow-y: auto; } }

@media (max-width: 766px) {
  body .lg-outer .lg .lg-toolbar {
    position: fixed;
    opacity: 1 !important;
    transform: none !important; } }

@media (max-width: 766px) {
  body .lg-outer .lg .lg-toolbar #lg-counter,
  body .lg-outer .lg .lg-toolbar #lg-zoom-in,
  body .lg-outer .lg .lg-toolbar #lg-zoom-out,
  body .lg-outer .lg .lg-toolbar .lg-prev,
  body .lg-outer .lg .lg-toolbar .lg-next {
    display: none; } }

@media (max-width: 766px) {
  body .lg-outer .lg-inner {
    display: none; } }

@media (max-width: 766px) {
  body .lg-outer .lg-thumb {
    padding-top: 0; } }

@media (max-width: 766px) {
  body .lg-outer .lg-thumb-outer {
    position: relative;
    height: auto !important;
    max-height: none;
    background: #fff; } }

@media (max-width: 766px) {
  body .lg-outer .lg-thumb-outer .lg-thumb {
    width: 100% !important;
    transform: translate3d(0, 0, 0) !important; } }

@media (max-width: 766px) {
  body .lg-outer .lg-thumb-outer .lg-thumb-item {
    float: none;
    width: 100% !important;
    border: none !important;
    opacity: 1; } }

@media (max-width: 766px) {
  body .lg-outer .lg-thumb-outer .lg-thumb-item:first-child {
    padding-top: 60px; } }

@media (max-width: 766px) {
  body .lg-outer .lg-thumb-outer .lg-thumb-item {
    max-width: none;
    max-height: none;
    height: auto;
    width: 100%; } }

.lg-on {
  overflow: hidden; }

.exnc-carousel {
  position: relative; }
  .exnc-carousel__container {
    padding-bottom: 20px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    box-sizing: border-box;
    padding-top: 11px;
    padding-left: 13px;
    padding-right: 13px; }
    @media (min-width: 767px) {
      .exnc-carousel__container {
        margin-right: -13px;
        margin-left: -13px; } }
  .exnc-carousel__header {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
  .exnc-carousel__heading {
    flex: 1 1 auto;
    margin: 0;
    font-size: 24px;
    font-weight: bold; }
  .exnc-carousel__header-nav {
    display: flex;
    padding-top: 15px;
    flex-basis: 260px;
    justify-content: center;
    align-items: center;
    text-align: right; }
    @media (max-width: 766px) {
      .exnc-carousel__header-nav {
        padding: 0;
        margin: 0 !important; } }
  .exnc-carousel__item {
    box-sizing: border-box; }
  .exnc-carousel__pagination {
    height: 2px;
    width: 215px; }
    @media (min-width: 767px) {
      .exnc-carousel__pagination {
        display: none; } }
  .exnc-carousel__nav-item {
    transition: opacity 0.2s;
    border: 1px solid #d4a267;
    border-radius: 40px;
    padding: 0;
    margin: 0 5px;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    background: none !important;
    color: #222 !important;
    line-height: 1;
    z-index: 10; }
    @media (max-width: 766px) {
      .exnc-carousel__nav-item {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        width: 40px;
        height: 40px; } }
    .exnc-carousel__nav-item:hover {
      opacity: 0.7; }
    .exnc-carousel__nav-item .st0 {
      fill: #d4a267; }
      @media (max-width: 766px) {
        .exnc-carousel__nav-item .st0 {
          fill: #fff; } }
    .exnc-carousel__nav-item.swiper-button-disabled {
      display: none; }
    .exnc-carousel__nav-item--prev .exnc-carousel__nav-icon {
      left: -1px; }
    @media (max-width: 766px) {
      .exnc-carousel__nav-item--prev {
        left: 0; } }
    .exnc-carousel__nav-item--next .exnc-carousel__nav-icon {
      right: -1px; }
    @media (max-width: 766px) {
      .exnc-carousel__nav-item--next {
        right: 0; } }
  .exnc-carousel__nav-icon {
    position: relative;
    top: 1px; }

.swiper-pagination-progressbar {
  background: #D4D5D6 !important;
  bottom: -30px; }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #d4a267 !important; }

.exnc-map {
  display: block;
  border-radius: 20px;
  overflow: hidden; }
  .exnc-map__object {
    width: 100%;
    height: 400px; }
  .exnc-map iframe {
    display: block;
    width: 100%;
    height: 400px; }

.exnc-post__map {
  width: 100%;
  border-radius: 12px;
  overflow: hidden; }

.exnc-tabs {
  position: relative;
  margin: 0;
  padding: 45px 20px 60px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08); }
  @media (min-width: 767px) {
    .exnc-tabs {
      padding: 45px 20px 60px; } }
  @media (min-width: 992px) {
    .exnc-tabs {
      padding: 45px 50px 60px; } }
  .exnc-tabs--single-post .exnc-tabs__nav {
    display: none; }
    @media (min-width: 767px) {
      .exnc-tabs--single-post .exnc-tabs__nav {
        display: flex; } }
  .exnc-tabs__nav {
    display: none;
    flex-direction: column;
    margin: 0;
    margin-bottom: 20px;
    list-style: none; }
    @media (min-width: 767px) {
      .exnc-tabs__nav {
        display: flex;
        flex-direction: row;
        justify-content: center; } }
  .exnc-tabs__nav-button {
    display: block;
    border-bottom: 1px solid #aaa;
    padding: 8px 15px;
    color: #aaa;
    font-weight: normal; }
    @media (min-width: 767px) {
      .exnc-tabs__nav-button {
        padding: 12px 24px; } }
    .exnc-tabs__nav-button:hover {
      color: #000; }
    .exnc-tabs__nav-button.exnc-active {
      border-color: #000;
      color: #000; }
  .exnc-tabs__content {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    font-size: 15px; }
    @media (min-width: 767px) {
      .exnc-tabs__content {
        display: none;
        padding-right: 45px;
        padding-left: 45px;
        font-size: 14px; } }
    .exnc-tabs__content.exnc-active {
      display: block; }
    .exnc-tabs__content + .exnc-tabs__content {
      margin-top: 30px; }
      @media (min-width: 767px) {
        .exnc-tabs__content + .exnc-tabs__content {
          margin-top: 0; } }
  .exnc-tabs__content-heading {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #F1F2F2;
    padding-bottom: 15px;
    margin: 0 0 24px; }
    @media (max-width: 766px) {
      .exnc-tabs__content-heading {
        font-size: 16px;
        display: flex;
        align-items: center;
        border: none;
        padding: 20px 0;
        margin: 0;
        position: relative;
        z-index: 99; } }
  .exnc-tabs__content-text {
    color: #1a1a1a;
    margin: 0 0 17px;
    font-size: 16px; }
    @media (max-width: 766px) {
      .exnc-tabs__content-text {
        font-size: 15px; } }

.info-items-block {
  margin: 0 0 33px; }
  @media (max-width: 766px) {
    .info-items-block {
      border-bottom: 1px solid #F1F2F2;
      margin: 0; } }
  @media (max-width: 766px) {
    .info-items-block:first-child .exnc-tabs__content-heading {
      border-top: 1px solid #F1F2F2; } }
  .info-items-block hr {
    background: #F1F2F2; }
  .info-items-block .exnc-info-list-columns {
    display: flex;
    align-items: flex-start;
    margin-right: -5px;
    margin-left: -5px; }
    .info-items-block .exnc-info-list-columns .exnc-info-list {
      width: 50%;
      margin: 0; }
      .info-items-block .exnc-info-list-columns .exnc-info-list li {
        max-width: 100%;
        flex-basis: 100%; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.fade:not(.show) {
  opacity: 0; }

.fade {
  transition: opacity .15s linear; }

.iti {
  position: relative;
  display: inline-block; }

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.iti__hide {
  display: none; }

.iti__v-hide {
  visibility: hidden; }

.iti input, .iti input[type=tel], .iti input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0; }

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px; }

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px; }

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555; }

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555; }

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px; }

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal; } }

.iti__flag-box {
  display: inline-block;
  width: 20px; }

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc; }

.iti__country {
  padding: 5px 10px;
  outline: 0; }

.iti__dial-code {
  color: #999; }

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05); }

.iti__country-name, .iti__dial-code, .iti__flag-box {
  vertical-align: middle; }

.iti__country-name, .iti__flag-box {
  margin-right: 6px; }

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0; }

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer; }

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default; }

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent; }

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px; }

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px; }

.iti--container:hover {
  cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }

.iti__flag.iti__be {
  width: 18px; }

.iti__flag.iti__ch {
  width: 15px; }

.iti__flag.iti__mc {
  width: 19px; }

.iti__flag.iti__ne {
  width: 18px; }

.iti__flag.iti__np {
  width: 13px; }

.iti__flag.iti__va {
  width: 15px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px; } }

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0; }

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0; }

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0; }

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0; }

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0; }

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0; }

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0; }

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0; }

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0; }

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0; }

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0; }

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0; }

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0; }

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0; }

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0; }

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0; }

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0; }

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0; }

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0; }

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0; }

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0; }

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0; }

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0; }

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0; }

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0; }

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0; }

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0; }

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0; }

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0; }

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0; }

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0; }

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0; }

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0; }

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0; }

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0; }

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0; }

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0; }

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0; }

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0; }

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0; }

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0; }

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0; }

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0; }

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0; }

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0; }

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0; }

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0; }

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0; }

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0; }

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0; }

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0; }

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0; }

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0; }

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0; }

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0; }

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0; }

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0; }

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0; }

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0; }

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0; }

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0; }

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0; }

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0; }

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0; }

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0; }

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0; }

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0; }

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0; }

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0; }

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0; }

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0; }

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0; }

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0; }

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0; }

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0; }

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0; }

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0; }

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0; }

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0; }

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0; }

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0; }

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0; }

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0; }

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0; }

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0; }

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0; }

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0; }

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0; }

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0; }

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0; }

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0; }

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0; }

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0; }

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0; }

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0; }

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0; }

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0; }

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0; }

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0; }

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0; }

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0; }

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0; }

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0; }

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0; }

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0; }

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0; }

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0; }

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0; }

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0; }

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0; }

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0; }

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0; }

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0; }

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0; }

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0; }

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0; }

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0; }

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0; }

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0; }

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0; }

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0; }

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0; }

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0; }

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0; }

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0; }

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0; }

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0; }

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0; }

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0; }

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0; }

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0; }

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0; }

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0; }

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0; }

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0; }

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0; }

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0; }

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0; }

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0; }

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0; }

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0; }

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0; }

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0; }

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0; }

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0; }

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0; }

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0; }

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0; }

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0; }

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0; }

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0; }

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0; }

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0; }

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0; }

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0; }

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0; }

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0; }

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0; }

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0; }

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0; }

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0; }

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0; }

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0; }

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0; }

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0; }

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0; }

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0; }

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0; }

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0; }

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0; }

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0; }

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0; }

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0; }

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0; }

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0; }

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0; }

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0; }

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0; }

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0; }

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0; }

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0; }

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0; }

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0; }

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0; }

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0; }

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0; }

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0; }

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0; }

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0; }

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0; }

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0; }

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0; }

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0; }

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0; }

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0; }

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0; }

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0; }

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0; }

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0; }

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0; }

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0; }

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0; }

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0; }

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0; }

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0; }

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0; }

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0; }

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0; }

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0; }

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0; }

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0; }

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0; }

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0; }

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0; }

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0; }

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0; }

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0; }

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0; }

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0; }

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0; }

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0; }

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0; }

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0; }

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0; }

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0; }

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0; }

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0; }

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0; }

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0; }

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0; }

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0; }

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0; }

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0; }

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0; }

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0; }

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0; }

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0; }

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0; }

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0; }

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0; }

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0; }

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0; }

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0; }

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0; }

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0; }

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0; }

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0; }

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0; }

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0; }

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0; }

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0; }

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0; }

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0; }

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0; }

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0; }

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0; }

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0; }

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0; }

.iti__flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(/wp-content/themes/excellence-theme/dist/images/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(/wp-content/themes/excellence-theme/dist/images/flags@2x.png); } }

.iti__flag.iti__np {
  background-color: transparent; }

.exnc-tile {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  border-radius: 12px;
  overflow: hidden; }
  .exnc-tile:hover .exnc-tile__title {
    opacity: 0.7; }
  .exnc-tile__image {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 66%; }
  .exnc-tile__image-obj {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: auto; }
  .exnc-tile__caption {
    box-sizing: border-box; }
  .exnc-tile__caption-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 18px 15px;
    box-sizing: border-box; }
  .exnc-tile__title {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 15px !important;
    color: #fff;
    text-transform: none;
    font-weight: 400 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    text-align: left;
    width: 85%;
    z-index: 10;
    transition: 0.3s opacity; }
    @media (max-width: 766px) {
      .exnc-tile__title {
        font-size: 18px !important;
        width: 100%; } }
    .exnc-tile__title:after {
      content: '';
      width: 8px;
      height: 8px;
      flex-shrink: 0;
      border: solid #fff;
      border-width: 2px 2px 0 0;
      transform: rotate(45deg);
      margin-left: 10px; }
  .exnc-tile__button {
    margin-top: 10px; }
  .exnc-tile--fancy {
    text-align: left; }
    .exnc-tile--fancy .exnc-tile__caption {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0 10px 10px 10px;
      width: 100%; }
    .exnc-tile--fancy .exnc-tile__caption-inner {
      background: rgba(255, 255, 255, 0.9);
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      width: 100%;
      max-width: 370px; }
    .exnc-tile--fancy .exnc-tile__title {
      flex-basis: auto;
      color: #1a1a1a;
      font-size: 15px;
      font-weight: normal;
      text-transform: uppercase; }
    .exnc-tile--fancy .exnc-tile__button {
      margin-top: 0; }
  .exnc-tile--minimal {
    box-shadow: none; }
    .exnc-tile--minimal .exnc-tile__image {
      border: 1px solid #eee;
      box-sizing: border-box; }
    .exnc-tile--minimal .exnc-tile__title {
      color: #1a1a1a;
      font-weight: 500;
      font-size: 15px; }
  .exnc-tile--no-animation:hover {
    transform: none; }

.exnc-info-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-right: -5px;
  margin-left: -5px;
  list-style: none; }
  .exnc-info-list + .exnc-info-list {
    margin-top: 10px; }
  @media (min-width: 767px) {
    .exnc-info-list.one-column {
      max-width: 43%; } }
  .exnc-info-list.one-column .exnc-info-list__item {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0; }
  .exnc-info-list__item {
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
    box-sizing: border-box;
    margin-bottom: 12px;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 100%; }
    @media (min-width: 767px) {
      .exnc-info-list__item {
        max-width: 44%;
        flex-basis: 44%;
        font-size: 16px; } }
    @media (min-width: 767px) {
      .exnc-info-list__item:nth-child(odd) {
        max-width: 56%;
        flex-basis: 56%;
        padding-right: 13%; } }
    .exnc-info-list__item.check {
      justify-content: flex-start;
      color: #1A1A1A;
      font-weight: 500; }
      @media (max-width: 766px) {
        .exnc-info-list__item.check {
          max-width: 50%;
          flex-basis: 50%; } }
      .exnc-info-list__item.check:before {
        content: '';
        width: 17px;
        height: 17px;
        background: url(/wp-content/themes/excellence-theme/dist/images/check.svg);
        background-size: 100% 100%;
        margin-right: 10px;
        flex-shrink: 0;
        margin-top: 3px; }
    .exnc-info-list__item.icon {
      justify-content: flex-start;
      color: #1A1A1A;
      font-weight: 500; }
      @media (max-width: 766px) {
        .exnc-info-list__item.icon {
          max-width: 50%;
          flex-basis: 50%; } }
      .exnc-info-list__item.icon .icon-holder {
        width: 22px;
        margin-right: 8px;
        flex-shrink: 0;
        text-align: center; }
        .exnc-info-list__item.icon .icon-holder svg {
          max-height: 22px; }
  .exnc-info-list__label {
    display: inline-block;
    padding-right: 5px;
    min-width: 115px;
    font-weight: 600;
    color: #1A1A1A; }
    @media (min-width: 767px) {
      .exnc-info-list__label {
        font-size: 16px; } }
    .exnc-info-list__label--long {
      min-width: 145px; }
    .exnc-info-list__label .info-block-holder {
      position: relative; }
      .exnc-info-list__label .info-block-holder:hover .info-block {
        opacity: 1;
        visibility: visible; }
      .exnc-info-list__label .info-block-holder .info-block {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5;
        background: #d4a267;
        padding: 5px 10px;
        font-size: 12px;
        color: #fff;
        border-radius: 3px;
        width: 170px;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        transition: 0.2s opacity; }
  .exnc-info-list__value {
    color: #767676;
    text-align: right; }
    @media (min-width: 767px) {
      .exnc-info-list__value {
        font-size: 16px; } }
    .exnc-info-list__value.black {
      color: #1a1a1a; }
    .exnc-info-list__value.check {
      justify-content: flex-start;
      color: #1A1A1A;
      font-weight: 500; }
      .exnc-info-list__value.check:before {
        content: '';
        display: block;
        width: 17px;
        height: 17px;
        background: url(/wp-content/themes/excellence-theme/dist/images/check.svg);
        background-size: 100% 100%;
        flex-shrink: 0;
        margin-top: 3px; }

.exnc-filters {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 440px; }
  @media (min-width: 992px) {
    .exnc-filters {
      margin: auto;
      max-width: 100%; } }
  @media (max-width: 440px) {
    .exnc-filters {
      max-width: 300px; } }
  .exnc-filters__filters > * + * {
    margin-top: 18px; }
  .exnc-filters__item {
    position: relative;
    border: 1px solid #F1F2F2;
    border-radius: 12px;
    padding: 20px 18px; }
    @media (max-width: 991px) {
      .exnc-filters__item {
        border-radius: 0;
        margin-top: 0;
        border-width: 0 0 1px;
        padding: 17px 18px 17px 0; } }
    .exnc-filters__item.hide .exnc-filters__heading {
      margin: 0; }
    .exnc-filters__item.hide .exnc-filters__input-container {
      display: none; }
    .exnc-filters__item.hide .js-show-filter:after {
      display: block; }
    .exnc-filters__item .js-show-filter {
      position: absolute;
      top: 19px;
      right: 19px;
      width: 15px;
      height: 15px;
      padding: 0;
      background: none;
      transition: 0.3s opacity; }
      .exnc-filters__item .js-show-filter:hover {
        opacity: 0.7; }
      .exnc-filters__item .js-show-filter:before, .exnc-filters__item .js-show-filter:after {
        content: '';
        position: absolute;
        width: 2px;
        height: 15px;
        left: 7px;
        top: 0;
        background: #1A1A1A;
        border-radius: 1px; }
      .exnc-filters__item .js-show-filter:before {
        height: 2px;
        width: 15px;
        top: 7px;
        left: 0; }
      .exnc-filters__item .js-show-filter:after {
        display: none; }
  .exnc-filters__heading {
    margin-bottom: 14px;
    color: #1A1A1A;
    font-weight: 600;
    font-size: 14px; }
  .exnc-filters__checkbox-option + .exnc-filters__checkbox-option {
    margin-top: 8px; }
  .exnc-filters__checkbox-container {
    cursor: pointer; }
    .exnc-filters__checkbox-container .exnc-filters__checkbox {
      display: none; }
      .exnc-filters__checkbox-container .exnc-filters__checkbox:checked + .exnc-filters__checkbox-label:before {
        border-color: #d4a267;
        background: #d4a267; }
      .exnc-filters__checkbox-container .exnc-filters__checkbox:checked + .exnc-filters__checkbox-label:after {
        display: block; }
    .exnc-filters__checkbox-container .exnc-filters__checkbox-label {
      position: relative;
      padding-left: 25px;
      font-size: 14px; }
      .exnc-filters__checkbox-container .exnc-filters__checkbox-label:before {
        content: '';
        width: 14px;
        height: 14px;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 3px;
        border: 1px solid #E9E9E9; }
      .exnc-filters__checkbox-container .exnc-filters__checkbox-label:after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.41797 1.36206L3.91797 6.86206L1.41797 4.36206' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-size: 100% 100%;
        position: absolute;
        top: 2px;
        left: 2px;
        width: 12px;
        height: 12px;
        display: none; }
  .exnc-filters__checkbox-input {
    position: relative;
    top: -1px; }
  .exnc-filters__cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 12px;
    max-width: 480px;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    background: #fff;
    transform: translateX(-50%); }
    @media (min-width: 992px) {
      .exnc-filters__cta {
        display: none; } }
    .exnc-filters__cta .button {
      width: calc(50% - 8px);
      padding: 11px 5px;
      border-width: 2px; }
      @media (max-width: 991px) {
        .exnc-filters__cta .button {
          text-transform: none;
          border-radius: 10px;
          font-size: 16px !important; } }
      @media (max-width: 419px) {
        .exnc-filters__cta .button {
          width: calc(50% - 3px); } }

.exnc-pagination__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0;
  list-style: none; }
  .exnc-pagination__list .page-numbers {
    margin-left: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
    color: #333;
    padding: 10px 20px;
    cursor: pointer; }
    @media (max-width: 766px) {
      .exnc-pagination__list .page-numbers {
        margin-left: 3px; } }
    .exnc-pagination__list .page-numbers.current {
      border-color: #d4a267;
      color: #d4a267; }

.exnc-pagination__list-item + .exnc-pagination__list-item {
  margin-left: 10px; }
  @media (max-width: 766px) {
    .exnc-pagination__list-item + .exnc-pagination__list-item {
      margin-left: 3px; } }

.exnc-pagination__button {
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  color: #333; }
  .exnc-pagination__button:disabled {
    border-color: #d4a267;
    color: #d4a267;
    cursor: default; }
  @media (max-width: 766px) {
    .exnc-pagination__button {
      padding: 5px 13px; } }

.exnc-listing {
  position: relative;
  min-height: 500px; }
  .exnc-listing.exnc-loading .exnc-listing__loader {
    display: block; }
  .exnc-listing__inner {
    display: flex;
    flex-wrap: wrap;
    min-height: 1280px; }
    @media (max-width: 639px) {
      .exnc-listing__inner {
        min-height: 1680px; } }
    .exnc-listing__inner > * {
      flex: 0 1 100%;
      max-width: 100%;
      box-sizing: border-box; }
  .exnc-listing__filters {
    display: none;
    position: fixed;
    z-index: 999998;
    top: 25%;
    bottom: 0;
    left: 0;
    padding: 40px 20px 95px;
    overflow-y: scroll;
    width: 100%;
    height: 75%;
    background: #fff;
    border-radius: 20px 20px 0 0; }
    @media (min-width: 992px) {
      .exnc-listing__filters {
        display: block;
        z-index: 1;
        flex-basis: 300px;
        position: relative;
        top: auto;
        left: auto;
        padding: 0;
        padding-right: 30px;
        overflow-y: visible;
        width: 300px;
        max-width: 300px;
        background: none; } }
    @media (min-width: 1440px) {
      .exnc-listing__filters {
        padding-right: 65px; } }
    @media (max-width: 991px) {
      .exnc-listing__filters {
        padding: 40px 20px 105px; } }
    .exnc-listing__filters.exnc-open {
      display: block; }
    .exnc-listing__filters .filters-mobile-header {
      position: relative;
      text-align: center;
      margin: -18px -20px 0;
      padding: 0 0 6px;
      border-bottom: 1px solid #EAEAEA; }
      @media (min-width: 992px) {
        .exnc-listing__filters .filters-mobile-header {
          display: none; } }
      .exnc-listing__filters .filters-mobile-header .title {
        font-size: 16px;
        font-weight: 500;
        color: #000; }
    .exnc-listing__filters .close-btn-holder {
      position: absolute;
      top: 20px;
      right: 20px; }
      @media (min-width: 992px) {
        .exnc-listing__filters .close-btn-holder {
          display: none; } }
      .exnc-listing__filters .close-btn-holder .close-btn {
        padding: 0;
        background: none;
        font-size: 14px;
        text-decoration: underline;
        color: #d4a267; }
  .exnc-listing__filters-mobile-trigger {
    text-align: center;
    width: 100%; }
    @media (min-width: 992px) {
      .exnc-listing__filters-mobile-trigger {
        display: none; } }
    .exnc-listing__filters-mobile-trigger .button {
      font-size: 14px;
      font-weight: 400;
      color: #d4a267 !important;
      text-decoration: underline;
      padding: 0;
      border: none;
      display: flex;
      justify-content: center; }
      .exnc-listing__filters-mobile-trigger .button svg {
        width: 18px;
        height: 18px; }
  .exnc-listing__main {
    position: relative; }
    @media (min-width: 992px) {
      .exnc-listing__main {
        flex-basis: calc(100% - 300px);
        max-width: calc(100% - 300px); } }
  .exnc-listing__top {
    padding-bottom: 22px;
    margin-bottom: 33px;
    border-bottom: 1px solid #F1F2F2; }
    @media (max-width: 991px) {
      .exnc-listing__top {
        padding-bottom: 15px;
        margin-bottom: 22px; } }
  .exnc-listing__top-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-basis: 100%;
    justify-content: flex-end;
    width: 100%; }
    @media (min-width: 992px) {
      .exnc-listing__top-inner {
        flex-direction: row; } }
    .exnc-listing__top-inner > * {
      flex-basis: 100%;
      max-width: 100%;
      width: 100%; }
      @media (min-width: 992px) {
        .exnc-listing__top-inner > * {
          flex-basis: auto;
          width: auto; } }
  .exnc-listing__info {
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .exnc-listing__info .listing-labels-block {
      display: flex;
      align-items: center; }
      @media (min-width: 992px) {
        .exnc-listing__info .listing-labels-block {
          justify-content: flex-end; } }
      @media (max-width: 991px) {
        .exnc-listing__info .listing-labels-block {
          white-space: nowrap;
          overflow-x: auto;
          padding: 10px 0; } }
      .exnc-listing__info .listing-labels-block .listing-label {
        margin-left: 10px;
        font-size: 14px;
        color: #818181;
        display: flex;
        align-items: center; }
        @media (max-width: 991px) {
          .exnc-listing__info .listing-labels-block .listing-label {
            margin-left: 0;
            margin-right: 10px; } }
        .exnc-listing__info .listing-labels-block .listing-label svg {
          margin-right: 10px; }
    .exnc-listing__info .results {
      font-size: 14px;
      line-height: 1;
      padding: 13px 15px;
      background: #F7F8F9;
      border-radius: 10px;
      flex-shrink: 0; }
      @media (max-width: 991px) {
        .exnc-listing__info .results {
          padding: 9px 15px;
          margin-right: 10px; } }
      html[lang="fr-FR"] .exnc-listing__info .results {
        display: inline-flex; }
        html[lang="fr-FR"] .exnc-listing__info .results span {
          padding: 0 2px; }
        html[lang="fr-FR"] .exnc-listing__info .results .result-number {
          order: -1; }
  .exnc-listing__header {
    flex-grow: 1; }
  .exnc-listing__heading {
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: 600; }
    @media (max-width: 991px) {
      .exnc-listing__heading {
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 21px; } }
  .exnc-listing__subheading {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.857;
    color: #808080; }
    @media (max-width: 991px) {
      .exnc-listing__subheading {
        text-align: center;
        border-bottom: 1px solid #F1F2F2;
        padding-bottom: 20px;
        margin-bottom: 12px;
        line-height: 1.57; } }
  .exnc-listing__adjust {
    min-width: 200px;
    margin-left: 15px; }
    @media (max-width: 991px) {
      .exnc-listing__adjust {
        margin-left: 0; } }
  .exnc-listing__adjust-inner {
    display: flex; }
    @media (min-width: 767px) {
      .exnc-listing__adjust-inner {
        justify-content: flex-end;
        flex-direction: row; } }
    .exnc-listing__adjust-inner > * {
      flex-basis: 100%;
      padding-right: 15px;
      padding-left: 15px;
      max-width: 100%;
      box-sizing: border-box; }
      @media (min-width: 767px) {
        .exnc-listing__adjust-inner > * {
          flex-basis: 50%;
          max-width: 50%; } }
    .exnc-listing__adjust-inner > * + * {
      margin-top: 12px; }
      @media (min-width: 767px) {
        .exnc-listing__adjust-inner > * + * {
          margin-top: 0; } }
  .exnc-listing__pagination {
    margin-top: 50px; }
  .exnc-listing__loader {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6); }
  .exnc-listing__sorting {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    min-width: 200px; }
    @media (max-width: 991px) {
      .exnc-listing__sorting {
        justify-content: center;
        margin-top: 0;
        min-width: 0; }
        .exnc-listing__sorting:before {
          content: '';
          height: 24px;
          width: 1px;
          background: #F1F1F1;
          position: absolute;
          left: -5px;
          top: 50%;
          margin-top: -12px; } }
    .exnc-listing__sorting .sorting-label {
      position: absolute;
      top: 8px;
      left: 10px;
      font-size: 14px;
      color: #000; }
      @media (max-width: 991px) {
        .exnc-listing__sorting .sorting-label {
          display: none; } }
  .exnc-listing__sorting-dropdown {
    width: 100%;
    height: 38px;
    border-radius: 10px;
    padding-left: 65px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px; }
    @media (max-width: 991px) {
      .exnc-listing__sorting-dropdown {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.025 512.025' style='enable-background:new 0 0 512.025 512.025;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23D9A566' d='M155.293,4.653c-6.241-6.204-16.319-6.204-22.56,0l-112,112l22.56,22.72l84.64-84.8v457.44h32V54.573l84.64,84.64 l22.72-22.56L155.293,4.653z'/%3E%3Cpath fill='%23D9A566' d='M468.573,372.653l-84.64,84.8V0.013h-32v457.44l-84.64-84.64l-22.56,22.56l112,112c6.241,6.204,16.319,6.204,22.56,0 l112-112L468.573,372.653z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center left 14px;
        background-size: 16px;
        border: none;
        padding-top: 0;
        padding-bottom: 0;
        color: #d4a267;
        text-decoration: underline;
        font-weight: 400;
        padding-left: 35px;
        padding-right: 0;
        height: auto;
        width: auto; } }

.mobile-filter-show:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(25, 21, 22, 0.8); }

.exnc-listing-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (max-width: 766px) {
    .exnc-listing-grid {
      margin-right: -8px;
      margin-left: -8px; } }
  .exnc-listing-grid > * {
    margin-bottom: 30px; }
    @media (max-width: 766px) {
      .exnc-listing-grid > * {
        margin-bottom: 20px; } }
  .exnc-listing-grid__empty {
    margin-top: 30px;
    width: 100%;
    font-size: 19px;
    text-align: center; }
  .exnc-listing-grid__item {
    display: flex;
    flex: 0 1 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%; }
    @media (max-width: 766px) {
      .exnc-listing-grid__item {
        padding-right: 8px;
        padding-left: 8px;
        flex-basis: 100%;
        max-width: 100%; } }
  @media (min-width: 992px) {
    .exnc-listing-grid--3 .exnc-listing-grid__item {
      flex-basis: 33.333%;
      max-width: 33.333%; } }
  @media (min-width: 992px) {
    .exnc-listing-grid--4 .exnc-listing-grid__item {
      flex-basis: 25%;
      max-width: 25%; } }
  @media (min-width: 992px) {
    .exnc-listing-grid--4 .exnc-listing-grid__col {
      flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 1440px) {
    .exnc-listing-grid--4 .exnc-listing-grid__col {
      flex-basis: 25%;
      max-width: 25%; } }

.exnc-listing-item {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  font-size: 14px;
  text-align: left;
  border-radius: 12px;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 766px) {
    .exnc-listing-item {
      font-size: 12px; } }
  .exnc-listing-item:hover .exnc-listing-item__image-obj:after {
    display: none; }
  .exnc-listing-item:hover .exnc-listing-item__image-obj .post-card-slider {
    opacity: 1; }
  .exnc-listing-item:hover .exnc-listing-item__wishlist-button {
    opacity: 1; }
  .exnc-listing-item--center {
    text-align: center; }
  .exnc-listing-item__link {
    display: block;
    color: #3a3a3a; }
    .exnc-listing-item__link:hover, .exnc-listing-item__link:focus, .exnc-listing-item__link:active {
      color: #3a3a3a; }
  .exnc-listing-item__image-container {
    position: relative;
    padding-bottom: 60%;
    overflow: hidden; }
  .exnc-listing-item__image-obj {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #f8f8f8; }
    .exnc-listing-item__image-obj img {
      transition: transform 0.7s;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .exnc-listing-item__image-obj .exnc-listing-item__link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 15; }
    .exnc-listing-item__image-obj .listing-title-holder {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0; }
    .exnc-listing-item__image-obj .exnc-listing-item__title {
      font-size: 15px;
      padding: 0 5px 0 20px;
      color: #fff;
      font-weight: 700;
      z-index: 13; }
    .exnc-listing-item__image-obj .exnc-listing-item__price {
      display: flex;
      flex-wrap: wrap;
      padding: 0 20px 0 0;
      color: #fff;
      font-size: 13px;
      z-index: 13;
      flex-shrink: 0; }
    .exnc-listing-item__image-obj .exnc-listing-item__wishlist {
      display: none; }
  .exnc-listing-item__caption {
    position: relative;
    padding: 16px 55px 16px 21px;
    background: #fff; }
    @media (max-width: 766px) {
      .exnc-listing-item__caption {
        padding: 16px 55px 16px 21px; } }
    .exnc-listing-item__caption--center {
      text-align: center; }
    .exnc-listing-item__caption.exnc-listing-item-establishment {
      padding: 16px 55px 16px 21px; }
    .exnc-listing-item__caption .exnc-listing-item__link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .exnc-listing-item__caption .exnc-listing-item__price-vat {
      padding-left: 3px;
      display: none; }
  .exnc-listing-item__caption-inner {
    box-sizing: border-box; }
  .exnc-listing-item__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #1A1A1A; }
    @media (max-width: 766px) {
      .exnc-listing-item__title {
        font-size: 16px; } }
    .exnc-listing-item-establishment .exnc-listing-item__title {
      margin: 0; }
  .exnc-listing-item__title-sub {
    text-transform: none; }
  .exnc-listing-item__price {
    font-size: 13px; }
    @media (max-width: 766px) {
      .exnc-listing-item__price {
        font-size: 12px; } }
  .exnc-listing-item__caption-bottom {
    margin: 14px 0 0;
    padding: 14px 0 0;
    display: flex;
    border-top: 1px solid #F1F2F2; }
    @media (max-width: 766px) {
      .exnc-listing-item__caption-bottom {
        padding: 12px 0 0; } }
  .exnc-listing-item__subdetail {
    flex-grow: 1;
    font-size: 12px;
    margin: 0 0 8px;
    font-weight: 500;
    color: #d4a267; }
    @media (max-width: 766px) {
      .exnc-listing-item__subdetail {
        font-size: 10px;
        text-transform: uppercase; } }
  .exnc-listing-item__type, .exnc-listing-item__bottom-text {
    font-size: 13px;
    color: #89898A;
    font-weight: 400;
    padding-top: 5px; }
  .exnc-listing-item__bottom-text {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e7e7e7; }
  .exnc-listing-item__characteristics {
    display: flex; }
  .exnc-listing-item__characteristic {
    display: flex;
    align-items: center; }
    .exnc-listing-item__characteristic + .exnc-listing-item__characteristic {
      margin-left: 25px; }
      @media (max-width: 1439px) {
        .exnc-listing-item__characteristic + .exnc-listing-item__characteristic {
          margin-left: 10px; } }
      @media (max-width: 766px) {
        .exnc-listing-item__characteristic + .exnc-listing-item__characteristic {
          margin-left: 15px; } }
  .exnc-listing-item__characteristic-icon {
    padding-right: 3px;
    line-height: 1; }
  .exnc-listing-item__wishlist {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100; }
    @media (max-width: 766px) {
      .exnc-listing-item__wishlist {
        right: 14px;
        top: 14px; } }
    .exnc-listing-item-establishment .exnc-listing-item__wishlist {
      top: 8px; }
  .exnc-listing-item__wishlist-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 32px;
    height: 32px;
    outline: none;
    background: none !important;
    border: none;
    color: #3a3a3a;
    transition: 0.3s opacity; }
    .exnc-listing-item__wishlist-button:after {
      content: '';
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #F7F7F7 !important;
      -webkit-backdrop-filter: blur(4px) !important;
              backdrop-filter: blur(4px) !important;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .exnc-listing-item__wishlist-button svg {
      z-index: 2;
      position: relative;
      margin-top: 3px;
      width: 19px !important;
      height: 19px !important; }
      .exnc-listing-item__wishlist-button svg path {
        fill: #F7F7F7;
        stroke: #d4a267; }
    .exnc-listing-item__wishlist-button.exnc-active {
      opacity: 1; }
      .exnc-listing-item__wishlist-button.exnc-active path {
        fill: #d4a267; }

.exnc-questions-box {
  text-align: center; }
  .exnc-questions-box__link {
    color: #3a3a3a; }
  .exnc-questions-box__heading {
    margin-bottom: 15px;
    color: #1a1a1a;
    font-size: 15px; }
  .exnc-questions-box__image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: 204px;
    overflow: hidden; }
  .exnc-questions-box__image-obj {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  .exnc-questions-box__cta {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase; }
  .exnc-questions-box .holder {
    background: linear-gradient(108deg, #fbf4d7 0%, #e5f6f2 100%);
    padding: 28px 24px; }
  .exnc-questions-box .text {
    font-size: 14px;
    line-height: 1.57;
    color: #8D8D8D;
    margin: 0 0 17px; }
    @media (max-width: 766px) {
      .exnc-questions-box .text {
        line-height: 1.57; } }
  .exnc-questions-box .button {
    border-radius: 12px;
    text-transform: capitalize;
    margin: 0;
    width: 100%;
    max-width: 194px;
    font-size: 16px !important;
    padding: 11px 20px; }

.exnc-simple-table__items {
  margin: 0;
  list-style: none; }
  .exnc-simple-table__items > * + * {
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px; }

.exnc-simple-table__item {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 15px; }

.exnc-simple-table__label {
  flex-grow: 1; }

.exnc-information-box__heading {
  margin-bottom: 15px;
  font-size: 22px; }

.exnc-information-box__list {
  margin: 0;
  list-style: none; }

.exnc-information-box__item {
  margin-bottom: 10px; }

.exnc-information-box__button {
  padding: 0;
  background: none;
  color: #1a1a1a;
  background: none !important; }
  .exnc-information-box__button:hover, .exnc-information-box__button:active, .exnc-information-box__button:focus {
    color: #d4a267; }

.exnc-modal {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75); }
  .exnc-modal--full {
    align-items: flex-start;
    background: #fff; }
    .exnc-modal--full .exnc-modal__window {
      padding: 0;
      max-width: 100%;
      height: 100%; }
    .exnc-modal--full .exnc-modal__window-inner {
      margin-right: auto;
      margin-left: auto;
      padding: 48px 20px 0;
      box-sizing: border-box;
      max-width: 375px; }
      @media (min-width: 767px) {
        .exnc-modal--full .exnc-modal__window-inner {
          padding-top: 45px;
          padding-bottom: 45px; } }
      @media (max-width: 1439px) {
        .exnc-modal--full .exnc-modal__window-inner {
          display: inline-block;
          vertical-align: middle;
          width: calc(100% - 5px); } }
    .exnc-modal--full .exnc-modal__close {
      top: 6px;
      right: 13px;
      color: #1a1a1a; }
      @media (min-width: 767px) {
        .exnc-modal--full .exnc-modal__close {
          top: 5px;
          right: 12px; } }
      .exnc-modal--full .exnc-modal__close .st0 {
        fill: #000; }
      .exnc-modal--full .exnc-modal__close.close-title {
        top: 12px;
        right: 22px; }
        .exnc-modal--full .exnc-modal__close.close-title span {
          color: #d4a267;
          text-decoration: underline;
          font-size: 14px; }
  .exnc-modal.exnc-open {
    display: flex; }
  .exnc-modal__window {
    display: block;
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 663px;
    min-height: 200px;
    box-sizing: border-box;
    background: #fff;
    text-align: left;
    border-radius: 12px;
    padding: 20px; }
    @media (min-width: 767px) {
      .exnc-modal__window {
        padding: 24px; } }
    .exnc-modal__window .site-logo {
      position: absolute;
      top: 15px;
      left: 20px; }
    .exnc-modal__window .search-modal-title {
      position: absolute;
      top: 22px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 16px;
      color: #000;
      font-weight: 500; }
    .exnc-modal__window .back-button {
      position: absolute;
      top: 250px;
      left: 20px;
      padding: 0;
      background: none;
      color: #d4a267;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      font-size: 14px;
      display: none;
      z-index: 60; }
      .exnc-modal__window .back-button svg {
        margin-right: 8px; }
    .exnc-modal__window--share {
      max-width: 311px; }
  .exnc-modal__close {
    position: absolute;
    right: 16px;
    top: 6px;
    transition: opacity 0.2s;
    padding: 0;
    width: auto;
    height: 40px;
    background: none !important;
    color: #1a1a1a;
    z-index: 60; }
    .exnc-modal__close svg rect {
      fill: #bababa; }
    .exnc-modal__close:hover {
      opacity: 1; }
  .exnc-modal__header {
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(217, 165, 102, 0.4);
    padding-bottom: 13px; }
  .exnc-modal__heading {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #1A1A1A; }
  .exnc-modal__content {
    font-size: 14px; }
    .exnc-modal__content p {
      margin-bottom: 5px; }
    .exnc-modal__content > *:last-child {
      margin-bottom: 0; }
    .exnc-modal__content ul {
      margin: 0 0 17px 20px; }
      .exnc-modal__content ul li:not(:last-child) {
        margin-bottom: 6px; }
      .exnc-modal__content ul br {
        display: none; }

body.exnc-no-scroll {
  overflow: hidden !important; }

@media (max-width: 1439px) {
  .mobile-menu-modal.exnc-modal__window {
    height: auto;
    margin: 0; }
    .mobile-menu-modal.exnc-modal__window:before {
      display: none; } }

@media (max-width: 1439px) {
  .mobile-menu-modal.exnc-modal__window .exnc-modal__window-inner {
    max-width: none;
    width: 100%;
    padding: 20px 20px 120px !important; } }

.mobile-menu-modal .exnc-modal__close {
  top: 0;
  right: 0;
  width: 55px;
  height: 55px; }

.mobile-menu-modal .booking-contact-info {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #F2F2F2;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  z-index: 50; }
  .mobile-menu-modal .booking-contact-info .link-holder {
    margin-bottom: 0; }
    .mobile-menu-modal .booking-contact-info .link-holder:not(:last-child) {
      margin-right: 0;
      margin-bottom: 20px; }

.exnc-mobile-menu__menu_top {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #F2F2F2;
  padding: 0 50px 20px 20px;
  margin: 0 -20px; }
  .exnc-mobile-menu__menu_top li:not(:last-child) {
    margin-right: 32px; }
  .exnc-mobile-menu__menu_top li a {
    color: #1A1A1A;
    font-size: 16px; }
  .exnc-mobile-menu__menu_top li.active a {
    color: #d4a267; }

.exnc-mobile-search {
  text-align: center; }
  .exnc-mobile-search__or {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #777;
    font-style: italic; }
  .exnc-mobile-search__search-input {
    width: 100%;
    max-width: 335px !important;
    border-color: #EAEAEA !important;
    border-radius: 10px !important;
    padding: 22px 12px 7px !important;
    font-size: 14px;
    color: #1A1A1A !important;
    font-family: "Gilroy", sans-serif; }
    .exnc-mobile-search__search-input:focus {
      outline: none; }
  .exnc-mobile-search__search-submit-container {
    margin-top: 20px; }
    .exnc-mobile-search__search-submit-container .button {
      border-radius: 10px;
      padding: 13px 10px;
      width: 100%; }
  .exnc-mobile-search__subs {
    margin-top: 20px; }
  .exnc-mobile-search__sub {
    display: none; }
    .exnc-mobile-search__sub.exnc-active {
      display: block; }
  .exnc-mobile-search__listing-type, .exnc-mobile-search__subs, .exnc-mobile-search__search-input-container {
    position: relative; }
    .exnc-mobile-search__listing-type label, .exnc-mobile-search__subs label, .exnc-mobile-search__search-input-container label {
      position: absolute;
      left: 15px;
      top: 19px;
      margin: 0;
      z-index: 10;
      line-height: 1;
      font-weight: 400;
      color: #8D8D8D;
      font-size: 14px;
      white-space: nowrap;
      pointer-events: none; }
    .exnc-mobile-search__listing-type .focused label, .exnc-mobile-search__subs .focused label, .exnc-mobile-search__search-input-container .focused label {
      top: 12px;
      font-size: 10px; }

.field-wrap.focused label {
  top: 12px;
  font-size: 10px; }

.exnc-main-search-form {
  display: none;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 937px; }
  @media (min-width: 992px) {
    .exnc-main-search-form {
      display: block; } }
  .exnc-main-search-form__nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 2px;
    margin: 0;
    list-style: none; }
    @media (min-width: 767px) {
      .exnc-main-search-form__nav {
        flex-direction: row; } }
  .exnc-main-search-form__nav-link {
    display: block;
    border-bottom: 0;
    padding: 5px 19px;
    color: #bababa;
    font-weight: 500;
    font-size: 16px;
    border-radius: 8px; }
    .exnc-main-search-form__nav-link.exnc-active {
      color: #1A1A1A;
      background: #fff; }
  .exnc-main-search-form__content-tab {
    display: none; }
    .exnc-main-search-form__content-tab.exnc-active {
      display: block; }
  .exnc-main-search-form__inputs-wrap {
    display: flex;
    flex-direction: column;
    margin-right: -8px;
    margin-left: -8px; }
    @media (min-width: 767px) {
      .exnc-main-search-form__inputs-wrap {
        flex-direction: row; } }
  .exnc-main-search-form__input-container {
    position: relative;
    flex-grow: 1;
    flex-basis: 33.33%;
    margin-right: 8px;
    margin-left: 8px; }
    .exnc-main-search-form__input-container select,
    .exnc-main-search-form__input-container input {
      width: 100%; }
  .exnc-main-search-form__submit-container {
    display: flex;
    justify-content: center;
    margin-left: 16px; }
    .exnc-main-search-form__submit-container .button {
      border-radius: 10px;
      font-weight: 600;
      text-transform: none;
      font-family: "Gilroy", sans-serif;
      padding: 13px 24px; }
  .exnc-main-search-form__form {
    display: none; }
    .exnc-main-search-form__form.show {
      display: flex; }
  .exnc-main-search-form__content-box {
    flex-grow: 1; }
  .exnc-main-search-form .filter-forms-block {
    display: flex; }
    .exnc-main-search-form .filter-forms-block .select-holder {
      position: relative;
      margin-right: 16px;
      width: 21.5%;
      flex-shrink: 0; }
  .exnc-main-search-form .forms-holder {
    flex-grow: 1; }
    .exnc-main-search-form .forms-holder .select-holder {
      width: auto;
      flex-shrink: 1;
      margin-right: 8px; }
  .exnc-main-search-form label {
    position: absolute;
    left: 15px;
    top: 19px;
    margin: 0;
    z-index: 10;
    line-height: 1;
    font-weight: 400;
    color: #8D8D8D;
    font-size: 14px;
    white-space: nowrap;
    pointer-events: none; }
  .exnc-main-search-form select {
    width: 100%;
    border-radius: 10px;
    padding: 22px 12px 7px;
    font-size: 14px;
    color: #1A1A1A;
    font-family: "Gilroy", sans-serif; }

.exnc-page {
  margin-top: 40px; }
  .exnc-page__header {
    margin-bottom: 40px; }
    @media (min-width: 767px) {
      .exnc-page__header {
        margin-bottom: 60px; } }
  .exnc-page__heading {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center; }

.exnc-search-results {
  padding: 43px 0; }
  .exnc-search-results__header {
    margin-bottom: 10px;
    padding-bottom: 10px; }
    @media (min-width: 767px) {
      .exnc-search-results__header {
        margin-bottom: 32px;
        padding-bottom: 25px;
        border-bottom: 1px solid #eee; } }
  .exnc-search-results__heading {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    text-align: center; }
    @media (max-width: 766px) {
      .exnc-search-results__heading {
        font-size: 24px; } }
  .exnc-search-results__results {
    margin: 0 0 50px; }
  .exnc-search-results .exnc-listing-item__caption .exnc-listing-item__title {
    display: block; }

.exnc-placeholder {
  display: block;
  opacity: 0.1;
  -webkit-animation: exnc-fading 1.5s infinite;
  animation: exnc-fading 1.5s infinite;
  border-radius: 3px;
  width: 100%;
  height: auto;
  background-color: #c9c9c9; }
  .exnc-placeholder--listing-filter {
    padding-bottom: 45%;
    max-height: 150px; }
    .exnc-placeholder--listing-filter + .exnc-placeholder--listing-filter {
      margin-top: 25px; }
  .exnc-placeholder--listing-item {
    padding-bottom: 60%;
    max-height: 400px; }

@-webkit-keyframes exnc-fading {
  0% {
    opacity: 0.1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0.1; } }

@keyframes exnc-fading {
  0% {
    opacity: 0.1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0.1; } }

.exnc-post-navigation {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #eee;
  background: #fff; }
  .exnc-post-navigation__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    padding-bottom: 18px;
    width: 100%;
    text-align: center; }
    .exnc-post-navigation__inner > * {
      padding-left: 15px;
      padding-right: 15px;
      box-sizing: border-box; }
  .exnc-post-navigation__previous {
    text-align: left; }
  .exnc-post-navigation__next {
    text-align: right; }
  .exnc-post-navigation__parent {
    display: flex;
    flex-grow: 1;
    justify-content: center; }
  .exnc-post-navigation__link {
    display: flex;
    align-items: center;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase; }
    .exnc-post-navigation__link:hover {
      color: #d4a267; }
  .exnc-post-navigation__link-icon {
    line-height: 1;
    padding-right: 8px; }
    .exnc-post-navigation__link-icon--right {
      padding-right: 0;
      padding-left: 8px; }
    .exnc-post-navigation__link-icon--grid {
      padding-right: 12px; }
  @media (min-width: 992px) {
    .exnc-post-navigation__link-label--mobile {
      display: none; } }
  .exnc-post-navigation__link-label--desktop {
    display: none; }
    @media (min-width: 992px) {
      .exnc-post-navigation__link-label--desktop {
        display: block; } }

.exnc-icon {
  display: inline-block;
  line-height: 1; }
  .exnc-icon svg {
    width: 20px;
    height: 20px; }
  .exnc-icon--primary {
    color: #d4a267; }
  .exnc-icon--post-social svg {
    width: 20px;
    height: 20px; }
  .exnc-icon--product-info svg {
    width: 27px;
    height: 27px; }
  .exnc-icon--button svg {
    width: 26px;
    height: 26px; }
    @media (max-width: 991px) {
      .exnc-icon--button svg {
        width: 14px;
        height: 14px; } }
  .exnc-icon--carousel-nav svg {
    width: 14px;
    height: 14px; }
    @media (max-width: 766px) {
      .exnc-icon--carousel-nav svg {
        width: 20px;
        height: 26px; } }
  .exnc-icon--heli-info svg {
    width: 30px;
    height: 30px; }
  .exnc-icon--text-button svg {
    width: 35px;
    height: 35px; }
  .exnc-icon--share-modal svg {
    width: 40px;
    height: 40px; }
  .exnc-icon--listing-item svg {
    width: 18px;
    height: 18px; }
  .exnc-icon--wishlist-listing svg {
    width: 30px;
    height: 30px; }
  .exnc-icon--large svg {
    width: 64px;
    height: 64px; }
  .exnc-icon--footer-social svg {
    width: 26px;
    height: 26px; }
  .exnc-icon--header-mobile-search svg {
    width: 18px;
    height: 18px; }
  .exnc-icon--modal-full-close svg {
    width: 24px;
    height: 24px; }
  .exnc-icon--mobile-nav-button svg {
    width: 22px;
    height: 8px; }
  .exnc-icon--modal-close svg {
    width: 10px;
    height: 10px; }
  .exnc-icon--post-navigation svg {
    width: 16px;
    height: 16px; }

.exnc-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  list-style: none; }
  .exnc-socials__item + .exnc-socials__item {
    margin-left: 16px; }
  .exnc-socials__link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    height: 40px;
    width: 40px;
    border: 1px solid #d4a267;
    color: #d4a267; }
    .exnc-socials__link:hover {
      background-color: #c99662;
      color: #fff; }
      .exnc-socials__link:hover path {
        fill: #fff; }
    .exnc-socials__link svg {
      transform: translateY(1px); }
    .exnc-socials__link--facebook svg {
      position: relative;
      left: -1px; }
    .exnc-socials__link--twitter svg {
      position: relative; }

.exnc-instagram-feed {
  text-align: center; }
  .exnc-instagram-feed__name {
    display: block;
    color: #d4a267;
    font-weight: 600; }

.exnc-text-button {
  display: flex;
  align-items: center;
  padding: 4px 0;
  width: 100%;
  background: none !important;
  outline: none !important;
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase; }
  .exnc-text-button__icon {
    width: 40px;
    padding-right: 7px;
    line-height: 1; }
  .exnc-text-button:hover {
    color: #d4a267; }
  .exnc-text-button.exnc-active svg path {
    fill: #d4a267; }
  .exnc-text-button--primary {
    color: #d4a267; }
    .exnc-text-button--primary:hover {
      color: #3b3b3b;
      border-bottom-color: #3b3b3b; }
  .exnc-text-button--strong {
    font-weight: 600; }
  .exnc-text-button--border {
    font-size: 15px;
    border-bottom: 2px solid #d4a267;
    padding-bottom: 3px; }

.exnc-share__modal {
  width: 0;
  height: 0; }

.exnc-share-modal__heading {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center; }

.exnc-share-modal__post-name {
  color: #d4a267; }

.exnc-share-modal__list {
  margin: 0;
  list-style: none;
  display: flex;
  max-width: 240px;
  margin: 0 auto; }

.exnc-share-modal__list-item {
  width: 33.33%; }

.exnc-share-modal__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 0;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  background: none !important;
  color: #3b3b3b;
  text-align: center; }
  .exnc-share-modal__cta:hover, .exnc-share-modal__cta:focus, .exnc-share-modal__cta:active {
    color: #d4a267; }

.exnc-share-modal__label {
  flex-grow: 1;
  font-weight: 500;
  font-size: 12px; }

.exnc-share-modal__icon {
  flex-basis: 40px;
  max-width: 40px;
  line-height: 1;
  margin: 0 0 4px; }

.exnc-share__modal .exnc-modal__window-inner {
  padding-top: 0 !important; }

.exnc-share__modal .separator-label {
  display: block;
  position: relative;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  max-width: 180px;
  margin: 10px auto 20px; }
  .exnc-share__modal .separator-label:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #E9E9E9;
    position: absolute;
    left: 0;
    top: 50%; }
  .exnc-share__modal .separator-label span {
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 5; }

.exnc-share__modal .copy-link-block {
  display: flex;
  align-items: flex-start; }
  .exnc-share__modal .copy-link-block .form-control {
    height: 42px;
    border-radius: 8px;
    border-color: #e8e8e8;
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 500;
    flex-grow: 1; }
  .exnc-share__modal .copy-link-block .exnc-share-modal__cta {
    margin-left: 8px;
    padding: 0;
    width: auto; }
    .exnc-share__modal .copy-link-block .exnc-share-modal__cta .exnc-share-modal__icon {
      margin: 0; }
  .exnc-share__modal .copy-link-block .exnc-share-modal__label {
    display: none;
    position: absolute;
    bottom: 7px;
    right: 12px; }
    .exnc-share__modal .copy-link-block .exnc-share-modal__label.show {
      display: block; }

.page-template-template-wishlist .inside-header {
  border: none; }

.page-template-template-wishlist .exnc-blog-breadcrumbs {
  margin: 0 0 34px; }
  @media (max-width: 766px) {
    .page-template-template-wishlist .exnc-blog-breadcrumbs {
      display: none; } }

.page-template-template-wishlist .main-title {
  text-align: center;
  font-size: 44px;
  font-weight: 500; }
  @media (max-width: 766px) {
    .page-template-template-wishlist .main-title {
      font-size: 24px; } }

.page-template-template-wishlist .exnc-wishlist__nav-container {
  margin: 0 0 24px; }

.page-template-template-wishlist .exnc-wishlist__nav {
  margin: 0;
  display: flex;
  justify-content: center;
  list-style: none; }
  @media (max-width: 766px) {
    .page-template-template-wishlist .exnc-wishlist__nav {
      flex-wrap: wrap; } }
  @media (max-width: 766px) {
    .page-template-template-wishlist .exnc-wishlist__nav .exnc-wishlist__nav-item {
      margin: 0 0 15px; } }
  .page-template-template-wishlist .exnc-wishlist__nav .exnc-wishlist__nav-link {
    padding: 8px 16px;
    border-radius: 40px;
    font-size: 16px;
    color: #D9A566;
    transition: color 0.3s, background 0.3s; }
    .page-template-template-wishlist .exnc-wishlist__nav .exnc-wishlist__nav-link.active, .page-template-template-wishlist .exnc-wishlist__nav .exnc-wishlist__nav-link:hover {
      color: #1A1A1A;
      background: #F2F2F2; }
    .page-template-template-wishlist .exnc-wishlist__nav .exnc-wishlist__nav-link .number {
      font-size: 14px;
      margin-left: 5px; }

.wishlist-section {
  background-image: url(/wp-content/themes/excellence-theme/dist/images/bg-11.png);
  background-size: 100% 100%; }
  @media (max-width: 766px) {
    .wishlist-section {
      padding-top: 52px;
      background: #fff; } }
  @media (max-width: 766px) {
    .wishlist-section .exnc-listing-grid__item {
      max-width: 50%; } }
  .wishlist-section .exnc-listing-grid__item.exnc-listing-grid__item--hotels .exnc-listing-item__subdetail {
    display: block;
    color: #89898A;
    font-size: 15px;
    text-transform: none; }
  .wishlist-section .exnc-listing-grid__item.exnc-listing-grid__item--hotels .exnc-listing-item__caption-top {
    display: flex;
    flex-direction: column-reverse; }
  .wishlist-section .exnc-listing-item .exnc-listing-item__image-obj:after {
    display: none; }
  .wishlist-section .exnc-listing-item .exnc-listing-item__image-obj .exnc-listing-item__wishlist {
    display: block; }
  .wishlist-section .exnc-listing-item .exnc-listing-item__caption {
    padding: 17px; }
    @media (max-width: 766px) {
      .wishlist-section .exnc-listing-item .exnc-listing-item__caption {
        padding: 7px 12px; } }
    .wishlist-section .exnc-listing-item .exnc-listing-item__caption .exnc-listing-item__title {
      margin-bottom: 0;
      color: #d4a267;
      font-size: 18px;
      font-weight: 500; }
    .wishlist-section .exnc-listing-item .exnc-listing-item__caption .exnc-listing-item__price {
      font-size: 14px;
      padding-top: 8px; }
    .wishlist-section .exnc-listing-item .exnc-listing-item__caption .exnc-listing-item__wishlist {
      display: none; }
  .wishlist-section .exnc-listing-item .exnc-listing-item__caption-bottom,
  .wishlist-section .exnc-listing-item .exnc-listing-item__subdetail {
    display: none; }

.exnc-wishlist-section__header {
  margin-bottom: 30px; }
  @media (min-width: 767px) {
    .exnc-wishlist-section__header {
      margin-bottom: 40px; } }

.exnc-wishlist-section__heading {
  margin-bottom: 0;
  font-size: 21px; }
  @media (max-width: 766px) {
    .exnc-wishlist-section__heading {
      font-size: 18px !important;
      font-weight: 500 !important; } }

.exnc-wishlist-section__heading-link {
  color: #d4a267;
  border: 1px dashed #d4a267;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  transition: 0.3s opacity;
  min-height: 215px; }
  @media (max-width: 766px) {
    .exnc-wishlist-section__heading-link {
      font-size: 14px;
      min-height: 150px; } }
  .exnc-wishlist-section__heading-link .icon {
    display: block;
    margin: 0 0 5px; }
  .exnc-wishlist-section__heading-link:hover {
    opacity: 0.7; }

.exnc-wishlist-section .exnc-listing-grid__item-empty {
  text-align: center;
  padding: 50px 0; }
  @media (max-width: 766px) {
    .exnc-wishlist-section .exnc-listing-grid__item-empty {
      padding: 30px 0; } }
  .exnc-wishlist-section .exnc-listing-grid__item-empty .icon {
    margin: 0 0 10px; }
    .exnc-wishlist-section .exnc-listing-grid__item-empty .icon svg {
      max-width: 240px;
      margin-right: 48px; }
      @media (max-width: 766px) {
        .exnc-wishlist-section .exnc-listing-grid__item-empty .icon svg {
          max-width: 225px;
          margin-right: 12px; } }
  .exnc-wishlist-section .exnc-listing-grid__item-empty .title {
    display: block;
    margin: 0 0 8px;
    font-weight: 600;
    color: #1A1A1A;
    font-size: 20px; }
    @media (max-width: 766px) {
      .exnc-wishlist-section .exnc-listing-grid__item-empty .title {
        font-size: 18px; } }
  .exnc-wishlist-section .exnc-listing-grid__item-empty .text {
    font-size: 14px;
    line-height: 1.71;
    max-width: 270px;
    margin: 0 auto 16px; }
  .exnc-wishlist-section .exnc-listing-grid__item-empty .exnc-wishlist-section__heading-link {
    border: none; }
  .exnc-wishlist-section .exnc-listing-grid__item-empty .button {
    border-radius: 10px;
    text-transform: none;
    padding: 14px 25px; }

.exnc-wishlist-widget {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 6px; }
  .exnc-wishlist-widget__icon {
    line-height: 0; }
  .exnc-wishlist-widget__count {
    position: absolute;
    bottom: -5px;
    left: 20px;
    opacity: 0.4;
    font-size: 15px; }
  .exnc-wishlist-widget.exnc-active {
    color: #d4a267 !important; }
    .exnc-wishlist-widget.exnc-active svg path {
      fill: #d4a267; }
    .exnc-wishlist-widget.exnc-active .exnc-wishlist-widget__count {
      display: block;
      opacity: 1; }

.exnc-information-area__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse; }
  @media (min-width: 992px) {
    .exnc-information-area__inner {
      flex-wrap: nowrap;
      flex-direction: row; } }
  .exnc-information-area__inner > * {
    box-sizing: border-box; }

.exnc-information-area__main {
  flex-grow: 1; }
  @media (max-width: 766px) {
    .exnc-information-area__main {
      margin-bottom: 60px; } }

.exnc-information-area__main-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 30px;
  box-sizing: border-box;
  height: 100%;
  background-size: cover; }
  @media (min-width: 767px) {
    .exnc-information-area__main-inner {
      margin-right: 20px;
      padding: 60px; } }
  @media (min-width: 992px) {
    .exnc-information-area__main-inner {
      margin-right: 40px; } }
  @media (min-width: 1440px) {
    .exnc-information-area__main-inner {
      padding: 110px; } }

.exnc-information-area__content-holder {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 45px;
  padding-bottom: 55px;
  background: rgba(255, 255, 255, 0.99);
  box-sizing: border-box;
  text-align: center; }

.exnc-information-area__aside {
  flex-basis: 100%;
  margin: 30px auto;
  max-width: 400px; }
  @media (max-width: 766px) {
    .exnc-information-area__aside {
      margin-top: 0; } }
  @media (min-width: 992px) {
    .exnc-information-area__aside {
      flex-shrink: 0;
      flex-basis: 340px;
      margin-top: 0;
      margin-bottom: 0;
      max-width: 340px; } }
  @media (min-width: 1440px) {
    .exnc-information-area__aside {
      flex-basis: 400px;
      max-width: 400px; } }

.exnc-information-area__sub {
  padding: 25px 30px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  font-size: 15px; }
  @media (min-width: 767px) {
    .exnc-information-area__sub {
      padding: 35px 40px; } }
  .exnc-information-area__sub + .exnc-information-area__sub {
    margin-top: 25px; }

.exnc-information-area__sub-icon {
  margin-bottom: 5px; }

.exnc-information-area__sub-title {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 600; }

.exnc-information-area__heading {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 25px; }

.exnc-information-area__content > *:last-child {
  margin-bottom: 0; }

.exnc-information-area__cta {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(50%) translateX(-50%); }

.exnc-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -15px; }
  .exnc-grid__col {
    flex-basis: 100%;
    padding: 15px;
    max-width: 100%;
    box-sizing: border-box; }
    @media (min-width: 767px) {
      .exnc-grid__col {
        flex-basis: 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .exnc-grid__col {
        flex-basis: 33.33%;
        max-width: 33.33%; } }
  @media (min-width: 992px) {
    .exnc-grid--4 .exnc-grid__col {
      flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 1440px) {
    .exnc-grid--4 .exnc-grid__col {
      flex-basis: 25%;
      max-width: 25%; } }

.exnc-page-builder-content > * + * {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 40px; }
  @media (min-width: 767px) {
    .exnc-page-builder-content > * + * {
      margin-top: 70px;
      padding-top: 70px; } }

.exnc-page-builder-content__block--image_card + .exnc-page-builder-content__block--image_card {
  border-top: 0;
  padding-top: 0; }

.exnc-image-card__link {
  display: block;
  color: #3a3a3a; }

.exnc-image-card__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  min-height: 460px; }
  @media (min-width: 767px) {
    .exnc-image-card__inner {
      flex-direction: row; } }
  .exnc-image-card__inner > * {
    flex-basis: 100%;
    max-width: 100%;
    box-sizing: border-box; }

.exnc-image-card__image {
  display: block;
  flex-basis: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  padding-bottom: 66%;
  overflow: hidden;
  max-width: 100%;
  background-size: cover;
  background-position: center center; }
  @media (min-width: 767px) {
    .exnc-image-card__image {
      flex-basis: 50%;
      padding: 0;
      max-width: 50%; } }
  @media (min-width: 992px) {
    .exnc-image-card__image {
      flex-basis: 60%;
      max-width: 60%; } }

.exnc-image-card__caption {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  max-width: 100%; }
  @media (min-width: 767px) {
    .exnc-image-card__caption {
      flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 992px) {
    .exnc-image-card__caption {
      flex-basis: 40%;
      max-width: 40%; } }

.exnc-image-card__caption-inner {
  padding: 30px 30px;
  box-sizing: border-box; }
  @media (min-width: 992px) {
    .exnc-image-card__caption-inner {
      padding: 70px 80px; } }

.exnc-image-card__title {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500; }
  @media (min-width: 767px) {
    .exnc-image-card__title {
      margin-bottom: 50px; } }

.exnc-image-card__title-link {
  color: #1a1a1a; }
  .exnc-image-card__title-link:hover {
    color: #d4a267; }

.exnc-image-card__cta {
  display: inline-block;
  margin-top: 25px; }
  @media (min-width: 767px) {
    .exnc-image-card__cta {
      margin-top: 50px; } }

@media (min-width: 767px) {
  .exnc-image-card--right .exnc-image-card__image {
    order: 2; } }

.exnc-faq__inner > * {
  box-sizing: border-box; }

.exnc-faq__heading {
  font-size: 30px;
  font-weight: normal; }

.exnc-faq__questions {
  margin: 0;
  list-style: none; }

.exnc-faq__question {
  margin-bottom: 20px;
  padding: 20px 50px 20px 30px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12); }
  .exnc-faq__question.exnc-open .exnc-faq__question--answer {
    display: block; }
  .exnc-faq__question.exnc-open .exnc-faq__question--toggle-icon:after {
    content: none; }
  .exnc-faq__question--title {
    position: relative;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer; }
  .exnc-faq__question--toggle-icon {
    position: absolute;
    right: -23px;
    top: 0;
    height: 23px;
    width: 23px; }
    .exnc-faq__question--toggle-icon:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      height: 1px;
      width: 100%;
      background: #000; }
    .exnc-faq__question--toggle-icon:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 49%;
      height: 100%;
      width: 1px;
      background: #000; }
  .exnc-faq__question--answer {
    display: none;
    padding-top: 15px;
    font-size: 14.5px; }

.exnc-page-section {
  box-sizing: border-box; }
  .exnc-page-section__header {
    margin-bottom: 30px; }
    @media (min-width: 767px) {
      .exnc-page-section__header {
        margin-bottom: 45px; } }
  .exnc-page-section__heading {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: normal; }
    @media (min-width: 767px) {
      .exnc-page-section__heading {
        font-size: 30px; } }
    .exnc-page-section__heading--center {
      text-align: center; }
  @media (min-width: 767px) {
    .exnc-page-section--side-padding {
      padding-right: 70px;
      padding-left: 70px; } }

.page-template-template-booking .exnc-page,
.page-template-template-booking-transfer .exnc-page {
  margin-top: 0;
  padding-top: 73px;
  padding-bottom: 130px !important; }
  @media (max-width: 766px) {
    .page-template-template-booking .exnc-page,
    .page-template-template-booking-transfer .exnc-page {
      padding-top: 0;
      padding-bottom: 45px !important; } }

@media (min-width: 767px) {
  .page-template-template-booking .site-header {
    display: none; } }

.page-template-template-booking .site-main {
  margin: 0; }

.page-template-template-booking .booking-header {
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #F7F7F7; }
  @media (max-width: 766px) {
    .page-template-template-booking .booking-header {
      border-bottom: none; } }
  .page-template-template-booking .booking-header .section-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 766px) {
      .page-template-template-booking .booking-header .section-container {
        flex-direction: column;
        align-items: center; } }
  @media (max-width: 766px) {
    .page-template-template-booking .booking-header .site-logo {
      display: none; } }

.page-template-template-booking .exnc-booking-page__form-heading {
  text-align: center; }

@media (max-width: 766px) {
  .page-template-template-booking .section-title {
    margin: 0 0 5px; } }

.booking-progress-bar {
  margin: 0 auto 26px;
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
  max-width: 365px; }
  @media (max-width: 766px) {
    .booking-progress-bar {
      max-width: 100%;
      overflow: hidden; } }
  .booking-progress-bar.step-2 .item:after {
    background: #d4a267; }
  .booking-progress-bar.step-2 .item .title {
    color: #1A1A1A;
    font-weight: 700; }
  .booking-progress-bar.step-2 .item:first-child .icon {
    border-color: #d4a267;
    background: #d4a267;
    z-index: 5; }
    .booking-progress-bar.step-2 .item:first-child .icon:after {
      content: '';
      width: 5px;
      height: 10px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      left: 4px; }
  .booking-progress-bar.step-2 .item:last-child .icon {
    border-color: #d4a267;
    background: #fff;
    z-index: 5; }
  .booking-progress-bar .icon {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ECEFF1;
    border: 5px solid #fff;
    margin: 0 auto 7px; }
    @media (max-width: 766px) {
      .booking-progress-bar .icon {
        border-color: #fafeff; } }
  .booking-progress-bar .title {
    font-size: 14px;
    color: #767676; }
    @media (max-width: 766px) {
      .booking-progress-bar .title {
        font-size: 12px; } }
  .booking-progress-bar .item {
    position: relative; }
    .booking-progress-bar .item:after {
      content: '';
      height: 3px;
      background: #ECEFF1;
      width: 150px;
      position: absolute;
      top: 11px;
      left: 50%; }
      @media (max-width: 766px) {
        .booking-progress-bar .item:after {
          left: 0;
          width: 600px; } }
    .booking-progress-bar .item:first-child .title {
      color: #1A1A1A;
      font-weight: 700; }
    .booking-progress-bar .item:first-child .icon {
      border-color: #d4a267;
      background: #fff;
      z-index: 5; }
      @media (max-width: 766px) {
        .booking-progress-bar .item:first-child .icon {
          margin: 0 0 7px; } }
    .booking-progress-bar .item:last-child:after {
      left: auto;
      right: 50%; }
      @media (max-width: 766px) {
        .booking-progress-bar .item:last-child:after {
          right: 8px; } }
    @media (max-width: 766px) {
      .booking-progress-bar .item:last-child .icon {
        margin: 0 0 7px auto; } }

@media (max-width: 766px) {
  .exnc-booking-page__info-inner {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.07);
    border-radius: 12px; } }

.exnc-booking-page__inner {
  display: flex;
  flex-direction: column-reverse;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 767px) {
    .exnc-booking-page__inner {
      flex-direction: row; } }
  .exnc-booking-page__inner > * {
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box; }

.exnc-booking-page__form-container {
  flex-basis: 50%;
  max-width: 100%; }

.exnc-booking-page__info {
  flex-basis: 50%;
  max-width: 100%; }
  @media (max-width: 766px) {
    .exnc-booking-page__info {
      margin-bottom: 35px; } }

.exnc-booking-page .section-title {
  margin: 0 0 35px; }
  @media (max-width: 766px) {
    .exnc-booking-page .section-title {
      text-align: center;
      margin: 0 0 20px; } }

.exnc-booking-page .contact-form-holder {
  box-shadow: none;
  background: none;
  padding: 0; }
  .exnc-booking-page .contact-form-holder .form-title {
    display: none; }
  .exnc-booking-page .contact-form-holder .nf-form-content input:not([type=button]):not([type='submit']),
  .exnc-booking-page .contact-form-holder .nf-form-content textarea,
  .exnc-booking-page .contact-form-holder .nf-form-content .nf-field-element > div {
    background: none !important; }
  .exnc-booking-page .contact-form-holder .nf-form-content .nf-pass .nf-field-element:after {
    right: 10px;
    z-index: 20; }
  .exnc-booking-page .contact-form-holder .nf-form-content .nf-pass.list-select-wrap > div select {
    background: none !important; }

.page-template-template-booking .exnc-booking-page__form-container,
.page-template-template-booking-transfer .exnc-booking-page__form-container {
  flex-basis: 55.5%; }
  .page-template-template-booking .exnc-booking-page__form-container :-ms-input-placeholder,
  .page-template-template-booking .exnc-booking-page__form-container ::-webkit-input-placeholder,
  .page-template-template-booking .exnc-booking-page__form-container ::-moz-placeholder,
  .page-template-template-booking .exnc-booking-page__form-container :-moz-placeholder,
  .page-template-template-booking-transfer .exnc-booking-page__form-container :-ms-input-placeholder,
  .page-template-template-booking-transfer .exnc-booking-page__form-container ::-webkit-input-placeholder,
  .page-template-template-booking-transfer .exnc-booking-page__form-container ::-moz-placeholder,
  .page-template-template-booking-transfer .exnc-booking-page__form-container :-moz-placeholder {
    color: rgba(26, 26, 26, 0.5); }
  .page-template-template-booking .exnc-booking-page__form-container input[type='button'],
  .page-template-template-booking-transfer .exnc-booking-page__form-container input[type='button'] {
    border-radius: 10px;
    padding: 12px 24px 15px;
    font-size: 16px;
    text-transform: capitalize; }
  .page-template-template-booking .exnc-booking-page__form-container .checkbox-wrap .nf-field-label label.nf-checked-label:before,
  .page-template-template-booking-transfer .exnc-booking-page__form-container .checkbox-wrap .nf-field-label label.nf-checked-label:before {
    color: #fff;
    font-size: 10px;
    left: -24px; }
  .page-template-template-booking .exnc-booking-page__form-container .checkbox-wrap .nf-field-label label.nf-checked-label:after,
  .page-template-template-booking-transfer .exnc-booking-page__form-container .checkbox-wrap .nf-field-label label.nf-checked-label:after {
    background: #d9a566;
    border-radius: 3px;
    border-color: #d9a566; }
  @media (max-width: 766px) {
    .page-template-template-booking .exnc-booking-page__form-container .section-title,
    .page-template-template-booking-transfer .exnc-booking-page__form-container .section-title {
      display: none; } }

.page-template-template-booking .form-title,
.page-template-template-booking-transfer .form-title {
  font-size: 20px;
  line-height: 1.1;
  color: #1a1a1a; }

.page-template-template-booking .main-form-title,
.page-template-template-booking-transfer .main-form-title {
  font-size: 28px;
  line-height: 1.3;
  color: #1a1a1a;
  margin-bottom: 35px; }

.page-template-template-booking .breadcrumbs-wrap,
.page-template-template-booking-transfer .breadcrumbs-wrap {
  padding-top: 8px;
  margin-bottom: -7px; }
  .page-template-template-booking .breadcrumbs-wrap .breadcrumbs-list,
  .page-template-template-booking-transfer .breadcrumbs-wrap .breadcrumbs-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center; }
    .page-template-template-booking .breadcrumbs-wrap .breadcrumbs-list span,
    .page-template-template-booking .breadcrumbs-wrap .breadcrumbs-list a,
    .page-template-template-booking-transfer .breadcrumbs-wrap .breadcrumbs-list span,
    .page-template-template-booking-transfer .breadcrumbs-wrap .breadcrumbs-list a {
      font-size: 12px;
      line-height: 14px;
      color: rgba(26, 26, 26, 0.5); }
    .page-template-template-booking .breadcrumbs-wrap .breadcrumbs-list a,
    .page-template-template-booking-transfer .breadcrumbs-wrap .breadcrumbs-list a {
      color: #d9a566; }
    .page-template-template-booking .breadcrumbs-wrap .breadcrumbs-list .devider,
    .page-template-template-booking-transfer .breadcrumbs-wrap .breadcrumbs-list .devider {
      margin: 0 10px;
      font-size: 12px;
      line-height: 14px; }

.page-template-template-booking .nf-form-content,
.page-template-template-booking-transfer .nf-form-content {
  padding: 0; }
  .page-template-template-booking .nf-form-content .list-select-wrap > div div:after,
  .page-template-template-booking-transfer .nf-form-content .list-select-wrap > div div:after {
    font-size: 14px; }

.exnc-booking-page__info {
  flex-basis: 44.5%; }
  .exnc-booking-page__info .exnc-tile__image {
    position: relative;
    border-radius: 12px 12px 0 0; }
  .exnc-booking-page__info .exnc-tile__image-obj-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .exnc-booking-page__info .exnc-tile__image-obj-holder .exnc-tile__image-obj {
      position: static;
      transform: none;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%; }
  @media (max-width: 766px) {
    .exnc-booking-page__info .exnc-tile__caption_booking {
      flex-grow: 1; } }
  .exnc-booking-page__info .top-info {
    padding: 20px; }
    @media (max-width: 766px) {
      .exnc-booking-page__info .top-info {
        padding: 15px 12px; } }
    .exnc-booking-page__info .top-info .city {
      font-size: 12px;
      font-weight: 500;
      margin: 0 0 8px;
      color: #d4a267; }
      .exnc-booking-page__info .top-info .city p {
        margin: 0; }
      .exnc-booking-page__info .top-info .city span:last-child .sep {
        display: none; }
  .exnc-booking-page__info .image-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #1A1A1A; }
    @media (max-width: 766px) {
      .exnc-booking-page__info .image-title {
        font-size: 16px; } }
  .exnc-booking-page__info .list {
    margin: 10px 0 0;
    padding: 10px 0 0;
    display: flex;
    border-top: 1px solid #F1F2F2; }
    .exnc-booking-page__info .list li {
      margin: 0;
      font-size: 12px;
      flex-shrink: 0;
      flex-basis: auto;
      max-width: none;
      padding: 0;
      margin-right: 10px; }
    .exnc-booking-page__info .list svg {
      width: 18px;
      height: 18px; }
    .exnc-booking-page__info .list .exnc-post-info__list-icon {
      width: 24px; }
  .exnc-booking-page__info .item {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1.3;
    color: #1a1a1a; }
    .exnc-booking-page__info .item + .item {
      margin-left: 20px; }
  .exnc-booking-page__info svg {
    margin-right: 6px;
    max-height: 18px; }
  .exnc-booking-page__info .caption-inner {
    background: #ffffff;
    border: 1px solid #e9e9e7;
    box-sizing: border-box;
    border-radius: 0 0 12px 12px;
    box-sizing: border-box; }

@media (max-width: 766px) {
  .page-template-template-booking .exnc-booking-page__info-inner {
    display: flex; } }

@media (max-width: 766px) {
  .page-template-template-booking .exnc-booking-page__info .exnc-tile__image {
    border-radius: 12px 0 0 12px;
    padding-bottom: 0;
    width: 113px; } }

@media (max-width: 766px) {
  .page-template-template-booking .exnc-booking-page__info .list {
    display: none; } }

@media (max-width: 766px) {
  .page-template-template-booking .exnc-booking-page__info .top-info {
    padding: 12px 16px; } }

@media (max-width: 766px) {
  .page-template-template-booking .exnc-booking-page__info .top-info .city {
    font-size: 10px;
    margin: 0 0 5px; } }

@media (max-width: 766px) {
  .page-template-template-booking .exnc-booking-page__info .image-title {
    font-size: 14px; } }

@media (max-width: 766px) {
  .page-template-template-booking .exnc-booking-page__info .caption-inner {
    border: none;
    border-radius: 0 12px 12px 0; } }

.booking-contact-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  @media (max-width: 766px) {
    .booking-contact-info {
      width: 100%;
      justify-content: space-between; } }
  .booking-contact-info .link-holder {
    display: flex;
    font-size: 12px;
    color: #1A1A1A;
    font-weight: 600; }
    @media (min-width: 767px) {
      .booking-contact-info .link-holder:not(:last-child) {
        margin-right: 30px; } }
    @media (max-width: 766px) {
      .booking-contact-info .link-holder.email {
        display: none; } }
  .booking-contact-info .back-link {
    display: inline-flex;
    align-items: center;
    font-size: 12px; }
    @media (min-width: 767px) {
      .booking-contact-info .back-link {
        display: none; } }
    .booking-contact-info .back-link svg path {
      fill: none; }
  .booking-contact-info .text {
    flex-shrink: 0;
    padding-right: 5px; }
    @media (max-width: 766px) {
      .booking-contact-info .text {
        display: none; } }
    .booking-contact-info .text.mobile {
      display: none; }
      @media (max-width: 766px) {
        .booking-contact-info .text.mobile {
          display: inline; } }
  .booking-contact-info a {
    color: #d9a566;
    white-space: nowrap; }
    @media (min-width: 767px) {
      .booking-contact-info a {
        text-decoration: underline; } }
    .booking-contact-info a:hover {
      text-decoration: none; }
  .booking-contact-info svg {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    flex-shrink: 0; }
    @media (max-width: 766px) {
      .booking-contact-info svg {
        margin-right: 5px; } }
    .booking-contact-info svg path {
      fill: #1A1A1A; }
      @media (max-width: 766px) {
        .booking-contact-info svg path {
          fill: #d4a267; } }

.day-item {
  display: flex;
  height: 38px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 13px;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .day-item:hover {
    box-shadow: none !important;
    background: #e0e0e0;
    color: #333 !important;
    border-radius: 50% !important; }

.day-item.is-start-date.is-in-range,
.day-item.is-end-date.is-in-range.is-flipped,
.day-item.is-end-date.is-in-range,
.day-item.is-start-date.is-in-range.is-flipped,
.day-item.is-start-date {
  background-color: #d4a267 !important;
  background-image: none; }

.day-item.is-start-date,
.day-item.is-end-date,
.day-item.is-start-date:hover,
.day-item.is-end-date:hover {
  background-color: #d4a267 !important;
  background-image: none; }

.day-item.is-start-date {
  border-radius: 50% 0 0 50% !important; }

.day-item.is-end-date {
  border-radius: 0 50% 50% 0 !important; }

.day-item.is-in-range:hover {
  background-color: #d4a267 !important;
  background-image: none; }

.day-item.is-in-range {
  background: rgba(217, 165, 102, 0.1) !important; }
  .day-item.is-in-range:hover {
    border-radius: 0 !important; }

.day-item.is-today {
  background-color: #d4a267;
  background-image: none;
  border-radius: 50% !important;
  color: #fff !important; }

.lightpick__month-title {
  display: flex; }

.litepicker .container__months .month-item:first-child .button-previous-month:hover svg,
.litepicker .container__months .month-item:last-child .button-next-month:hover svg {
  fill: #d4a267; }

.did-you-know-section {
  padding: 118px 0 110px;
  background: #F7F8F9; }
  @media (max-width: 991px) {
    .did-you-know-section {
      padding: 80px 0 60px; } }
  @media (max-width: 766px) {
    .did-you-know-section {
      padding: 50px 0 30px; } }
  @media (max-width: 766px) {
    .did-you-know-section .col {
      width: 100%; } }
  .did-you-know-section .top-content {
    margin-bottom: 11px; }
  .did-you-know-section .item {
    text-align: center;
    font-size: 14px;
    line-height: 1.71;
    color: #89898A;
    margin: 0 0 20px; }
    .did-you-know-section .item .image-holder {
      min-height: 40px;
      margin: 0 0 10px; }
      .did-you-know-section .item .image-holder img {
        display: block;
        margin: 0 auto; }
    .did-you-know-section .item .title {
      display: block;
      color: #1A1A1A;
      font-size: 20px;
      font-weight: 500;
      margin: 0 0 5px; }

.booking-alert {
  display: none;
  border-radius: 8px;
  background: #034663;
  padding: 10px;
  align-items: center;
  margin: 0 0 22px; }
  .booking-alert.show {
    display: flex; }
  .booking-alert.hide {
    display: none !important; }
  .booking-alert .icon {
    margin-right: 8px;
    box-shadow: 0 1px 11px #034663;
    border-radius: 50%; }
    .booking-alert .icon svg {
      display: block;
      width: 30px;
      height: 30px; }
  .booking-alert .text-holder {
    font-size: 12px;
    color: #fff; }
    .booking-alert .text-holder p {
      margin: 0; }
    .booking-alert .text-holder b {
      font-size: 14px;
      color: #d4a267; }

.listradio-wrap .nf-field-element label.nf-checked-label:before {
  top: 5px !important; }

.iti__country-list.iti__country-list--dropup {
  z-index: 100 !important; }

.iti__flag-container {
  padding-top: 15px;
  opacity: 0; }
  .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent !important; }
  .iti__flag-container + .iti--allow-dropdown .iti__flag-container {
    opacity: 1; }

.iti__selected-flag {
  padding: 0 6px 0 15px;
  background: none !important; }

.iti--separate-dial-code .iti__selected-dial-code {
  font-size: 14px;
  color: #1A1A1A !important; }

.iti.iti--allow-dropdown {
  width: 100%; }

.phone-wrap .nf-field-label {
  top: 5px !important; }
  .phone-wrap .nf-field-label label {
    font-size: 10px !important; }

body .flatpickr-calendar {
  border: 1px solid #d4a267;
  width: 250px;
  border-radius: 10px; }
  body .flatpickr-calendar:after, body .flatpickr-calendar:before {
    display: none !important; }

body .flatpickr-months .flatpickr-next-month svg path,
body .flatpickr-months .flatpickr-prev-month svg path {
  fill: #d4a267; }

body .flatpickr-days,
body .dayContainer {
  width: 250px;
  max-width: 250px;
  min-width: 250px; }

body .dayContainer {
  padding: 0 10px 10px; }

body .flatpickr-weekdaycontainer {
  padding: 0 10px; }

body .flatpickr-current-month .flatpickr-monthDropdown-months,
body .flatpickr-current-month input.cur-year {
  font-size: 14px;
  color: #1A1A1A;
  font-weight: 600; }

body span.flatpickr-weekday {
  font-size: 11px;
  color: #5f5f5f;
  text-transform: uppercase; }

body .flatpickr-day {
  font-size: 12px;
  color: #1A1A1A;
  height: 33px;
  line-height: 33px; }
  body .flatpickr-day.selected {
    background: #E4BE6F;
    border-color: #E4BE6F; }

.booking-additional-block {
  display: none; }

.additional-info-btn {
  position: relative;
  padding: 15px 30px 10px 0;
  border-top: 1px solid #e8e7e6;
  border-bottom: 1px solid #F1F2F2;
  font-size: 16px;
  color: #1A1A1A;
  cursor: pointer; }
  .additional-info-btn.active {
    border-top-color: #d4a267;
    border-bottom: none; }
    .additional-info-btn.active:after {
      display: none; }
  .additional-info-btn:before, .additional-info-btn:after {
    content: '';
    position: absolute;
    background: #1A1A1A; }
  .additional-info-btn:before {
    width: 12px;
    height: 2px;
    top: 28px;
    right: 4px; }
  .additional-info-btn:after {
    width: 2px;
    height: 12px;
    top: 23px;
    right: 9px; }
  .additional-info-btn p,
  .additional-info-btn .field-wrap {
    margin-bottom: 0 !important; }

.exnc-booking-page .guests-block.active .numbers-wrap {
  border-radius: 10px 10px 0 0;
  border-color: #d4a267;
  border-bottom: none; }
  .exnc-booking-page .guests-block.active .numbers-wrap:after {
    transform: translateY(-50%) rotate(180deg); }
  .exnc-booking-page .guests-block.active .numbers-wrap .nf-field-element .field-row-block {
    display: block; }

.exnc-booking-page .guests-block.active .numbers-wrap .nf-field-label label, .exnc-booking-page .guests-block.is-value .numbers-wrap .nf-field-label label {
  top: 5px;
  font-size: 10px !important; }

.exnc-booking-page .guests-block .numbers-wrap {
  position: relative;
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  margin: 0;
  height: 50px;
  cursor: pointer; }
  .exnc-booking-page .guests-block .numbers-wrap:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 298 167.3' style='enable-background:new 0 0 298 167.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' fill='%23aaaaaa' d='M135.6,161.9L5.4,31.7c-7.1-7.6-7.1-19.2,0-26.3s18.7-7.1,26.3,0L149,122.7L266.3,5.4c7.1-7.1,19.2-7.1,26.3,0 c7.1,7.1,7.1,18.7,0,26.3L161.9,161.9C154.8,169.1,143.2,169.1,135.6,161.9z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100% 100%; }
  .exnc-booking-page .guests-block .numbers-wrap.nf-error.field-wrap .nf-field-element:after {
    display: none; }
  .exnc-booking-page .guests-block .numbers-wrap.nf-error:before {
    content: "\F12A";
    color: #fff;
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1px;
    height: 48px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffa6a6;
    border-radius: 0 10px 10px 0;
    z-index: 5; }
  .exnc-booking-page .guests-block .numbers-wrap .nf-field-label {
    height: 50px;
    width: 100% !important;
    padding: 15px 12px 0 !important;
    margin: 0 !important;
    cursor: pointer; }
    .exnc-booking-page .guests-block .numbers-wrap .nf-field-label label {
      display: block;
      position: absolute;
      left: 15px;
      top: 16px;
      cursor: pointer; }
  .exnc-booking-page .guests-block .numbers-wrap .nf-field-element {
    position: static; }
    .exnc-booking-page .guests-block .numbers-wrap .nf-field-element .field-row-block {
      position: absolute;
      left: -1px;
      right: -1px;
      margin-top: -1px;
      width: auto;
      top: 100%;
      background: #fff !important;
      z-index: 10;
      border: 1px solid #D9A566;
      border-top-color: #F7F8F9;
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.07);
      border-radius: 0 0 10px 10px;
      padding: 15px 16px;
      display: none;
      z-index: 50; }
      .exnc-booking-page .guests-block .numbers-wrap .nf-field-element .field-row-block .field-row {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .exnc-booking-page .guests-block .numbers-wrap .nf-field-element .field-row-block .field-row:not(:last-child) {
          margin-bottom: 10px; }
      .exnc-booking-page .guests-block .numbers-wrap .nf-field-element .field-row-block .label {
        color: #1A1A1A;
        font-size: 14px;
        font-weight: 700; }
        .exnc-booking-page .guests-block .numbers-wrap .nf-field-element .field-row-block .label span {
          display: block;
          color: #5f5f5f;
          font-size: 12px;
          font-weight: 400; }
      .exnc-booking-page .guests-block .numbers-wrap .nf-field-element .field-row-block .quantity-input-block {
        display: flex; }
      .exnc-booking-page .guests-block .numbers-wrap .nf-field-element .field-row-block .numbers-input {
        padding: 10px !important;
        margin: 0 10px;
        text-align: center;
        -moz-appearance: textfield;
        height: 30px;
        width: 60px;
        border-radius: 6px !important; }
        .exnc-booking-page .guests-block .numbers-wrap .nf-field-element .field-row-block .numbers-input::-webkit-outer-spin-button, .exnc-booking-page .guests-block .numbers-wrap .nf-field-element .field-row-block .numbers-input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
      .exnc-booking-page .guests-block .numbers-wrap .nf-field-element .field-row-block .plus-minus-btn {
        position: relative;
        height: 30px;
        width: 30px;
        padding: 0;
        background: #fff !important;
        border-radius: 6px;
        border: 1px solid #d4a267; }
        .exnc-booking-page .guests-block .numbers-wrap .nf-field-element .field-row-block .plus-minus-btn:before, .exnc-booking-page .guests-block .numbers-wrap .nf-field-element .field-row-block .plus-minus-btn:after {
          content: '';
          width: 11px;
          height: 1px;
          background: #d4a267;
          position: absolute;
          top: 14px;
          left: 9px; }
        .exnc-booking-page .guests-block .numbers-wrap .nf-field-element .field-row-block .plus-minus-btn:after {
          width: 1px;
          height: 11px;
          top: 9px;
          left: 14px; }
        .exnc-booking-page .guests-block .numbers-wrap .nf-field-element .field-row-block .plus-minus-btn.minus-button:after {
          display: none; }
    .exnc-booking-page .guests-block .numbers-wrap .nf-field-element .guests-value-block {
      position: absolute;
      top: 23px;
      left: 13px;
      color: #1A1A1A;
      font-size: 14px;
      pointer-events: none; }

.exnc-booking-page .custom-checkbox-block.active .list-checkbox-wrap {
  border-radius: 10px 10px 0 0;
  border-color: #d4a267;
  border-bottom: none; }
  .exnc-booking-page .custom-checkbox-block.active .list-checkbox-wrap:after {
    transform: translateY(-50%) rotate(180deg); }
  .exnc-booking-page .custom-checkbox-block.active .list-checkbox-wrap .nf-field-element .field-row-block {
    display: block; }

.exnc-booking-page .custom-checkbox-block.active .list-checkbox-wrap.focused .nf-field-label label, .exnc-booking-page .custom-checkbox-block.is-value .list-checkbox-wrap.focused .nf-field-label label {
  top: 5px;
  font-size: 10px !important; }

.exnc-booking-page .custom-checkbox-block .list-checkbox-wrap {
  position: relative;
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  margin: 0;
  height: 50px;
  cursor: pointer; }
  .exnc-booking-page .custom-checkbox-block .list-checkbox-wrap.focused .nf-field-label label {
    font-size: 13px !important; }
  .exnc-booking-page .custom-checkbox-block .list-checkbox-wrap:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 298 167.3' style='enable-background:new 0 0 298 167.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' fill='%23aaaaaa' d='M135.6,161.9L5.4,31.7c-7.1-7.6-7.1-19.2,0-26.3s18.7-7.1,26.3,0L149,122.7L266.3,5.4c7.1-7.1,19.2-7.1,26.3,0 c7.1,7.1,7.1,18.7,0,26.3L161.9,161.9C154.8,169.1,143.2,169.1,135.6,161.9z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100% 100%; }
  .exnc-booking-page .custom-checkbox-block .list-checkbox-wrap .nf-field-label {
    height: 50px;
    width: 100% !important;
    padding: 15px 12px 0 !important;
    margin: 0 !important;
    cursor: pointer; }
    .exnc-booking-page .custom-checkbox-block .list-checkbox-wrap .nf-field-label label {
      display: block;
      position: absolute;
      left: 15px;
      top: 16px;
      cursor: pointer; }
  .exnc-booking-page .custom-checkbox-block .list-checkbox-wrap .nf-field-element {
    position: static; }
    .exnc-booking-page .custom-checkbox-block .list-checkbox-wrap .nf-field-element .field-row-block {
      position: absolute;
      left: -1px;
      right: -1px;
      margin-top: -1px;
      width: auto;
      top: 100%;
      background: #fff !important;
      z-index: 10;
      border: 1px solid #D9A566;
      border-top-color: #F7F8F9;
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.07);
      border-radius: 0 0 10px 10px;
      z-index: 50;
      display: none; }
      .exnc-booking-page .custom-checkbox-block .list-checkbox-wrap .nf-field-element .field-row-block .field-row {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .exnc-booking-page .custom-checkbox-block .list-checkbox-wrap .nf-field-element .field-row-block .field-row:not(:last-child) {
          margin-bottom: 10px; }
    .exnc-booking-page .custom-checkbox-block .list-checkbox-wrap .nf-field-element .custom-checkbox-value-block {
      position: absolute;
      top: 23px;
      left: 0;
      color: #1A1A1A;
      font-size: 14px;
      pointer-events: none;
      width: 100%;
      padding: 0 30px 0 13px;
      text-overflow: ellipsis;
      overflow: hidden; }
      .exnc-booking-page .custom-checkbox-block .list-checkbox-wrap .nf-field-element .custom-checkbox-value-block .text {
        margin-right: 3px; }
        .exnc-booking-page .custom-checkbox-block .list-checkbox-wrap .nf-field-element .custom-checkbox-value-block .text:last-child {
          margin-right: 0; }
          .exnc-booking-page .custom-checkbox-block .list-checkbox-wrap .nf-field-element .custom-checkbox-value-block .text:last-child .symbol {
            display: none; }

.exnc-booking-page .custom-checkbox-block ul {
  height: 150px;
  overflow-y: auto; }
  .exnc-booking-page .custom-checkbox-block ul li {
    margin-bottom: 0 !important; }
    .exnc-booking-page .custom-checkbox-block ul li label {
      display: block;
      margin-left: 0 !important;
      padding: 15px 10px 15px 40px;
      font-size: 14px;
      cursor: pointer;
      transition: 0.2s color, 0.2s font-weight;
      top: 0;
      color: #8c8c8c; }
      .exnc-booking-page .custom-checkbox-block ul li label:hover, .exnc-booking-page .custom-checkbox-block ul li label.nf-checked-label {
        background: #fbf6f0;
        color: #1A1A1A;
        font-weight: 600 !important; }
      .exnc-booking-page .custom-checkbox-block ul li label.nf-checked-label:after {
        background: #d4a267;
        border-color: #d4a267; }
      .exnc-booking-page .custom-checkbox-block ul li label:after {
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background: none;
        border: 1px solid rgba(26, 26, 26, 0.1);
        border-radius: 3px; }
      .exnc-booking-page .custom-checkbox-block ul li label:before {
        content: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L3.5 6.5L1 4' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        left: 18px;
        top: 50%;
        font-size: 13px;
        transform: translateY(-50%); }

.exnc-booking-page .custom-checkbox-block .btn-holder {
  display: flex;
  justify-content: space-between;
  padding: 11px 13px 14px; }
  .exnc-booking-page .custom-checkbox-block .btn-holder .button {
    border-width: 1px !important;
    width: calc(50% - 6px); }
    .exnc-booking-page .custom-checkbox-block .btn-holder .button:hover {
      opacity: 0.7; }
  .exnc-booking-page .custom-checkbox-block .btn-holder .button--primary-outline {
    background: #fff !important;
    border: 1px solid #d4a267; }
    .exnc-booking-page .custom-checkbox-block .btn-holder .button--primary-outline:hover {
      color: #d4a267 !important; }

.exnc-mobile-menu {
  box-sizing: border-box; }
  .exnc-mobile-menu__wishlist {
    margin-bottom: 25px;
    display: none; }
  .exnc-mobile-menu__menu {
    margin: 0;
    list-style: none;
    font-size: 15px; }
    .exnc-mobile-menu__menu > .menu-item {
      position: relative; }
      .exnc-mobile-menu__menu > .menu-item:not(:last-child):after {
        content: '';
        position: absolute;
        right: 0;
        left: 44px;
        bottom: 0;
        height: 1px;
        background: #F2F2F2; }
      .exnc-mobile-menu__menu > .menu-item.hide {
        display: none; }
      .exnc-mobile-menu__menu > .menu-item.active {
        display: block; }
        .exnc-mobile-menu__menu > .menu-item.active:after {
          display: none; }
        .exnc-mobile-menu__menu > .menu-item.active > a {
          display: none; }
        .exnc-mobile-menu__menu > .menu-item.active .sub-menu {
          display: block; }
          .exnc-mobile-menu__menu > .menu-item.active .sub-menu a {
            position: relative; }
      .exnc-mobile-menu__menu > .menu-item > a {
        position: relative;
        display: block;
        padding: 11px 0;
        font-size: 14px;
        font-weight: 600;
        color: #3a3a3a;
        text-align: left; }
        .exnc-mobile-menu__menu > .menu-item > a:after {
          content: '';
          position: absolute;
          right: 10px;
          top: 50%;
          width: 5px;
          height: 5px;
          border: solid #d4a267;
          border-width: 1px 1px 0 0;
          transform: rotate(45deg) translateY(-50%); }
      .exnc-mobile-menu__menu > .menu-item > .sub-menu {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0; }
        .exnc-mobile-menu__menu > .menu-item > .sub-menu > li:not(:last-child) {
          margin: 0 0 21px;
          padding: 0 0 12px;
          border-bottom: 1px solid #F2F2F2; }
        .exnc-mobile-menu__menu > .menu-item > .sub-menu > li:first-child {
          margin: -20px -20px 17px;
          padding-bottom: 43px; }
        .exnc-mobile-menu__menu > .menu-item > .sub-menu a {
          display: block;
          position: relative;
          padding: 0 !important;
          color: #1A1A1A;
          text-align: left;
          font-weight: 600;
          margin: 0 0 10px;
          font-size: 14px; }
          .exnc-mobile-menu__menu > .menu-item > .sub-menu a.menu-image-title-after:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: linear-gradient(180deg, rgba(26, 26, 26, 0) 60%, rgba(26, 26, 26, 0.7) 100%);
            z-index: 1; }
        .exnc-mobile-menu__menu > .menu-item > .sub-menu .menu-image-title {
          position: absolute;
          left: 20px;
          bottom: 14px;
          font-size: 20px;
          padding: 0;
          font-weight: 400;
          z-index: 2;
          color: #fff; }
        .exnc-mobile-menu__menu > .menu-item > .sub-menu .menu-image {
          height: 235px;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          padding: 0;
          margin: 0; }
        .exnc-mobile-menu__menu > .menu-item > .sub-menu .sub-menu {
          list-style: none;
          margin: 0 0 10px; }
          .exnc-mobile-menu__menu > .menu-item > .sub-menu .sub-menu li:not(:last-child) {
            margin: 0 0 15px; }
          .exnc-mobile-menu__menu > .menu-item > .sub-menu .sub-menu li a {
            font-weight: 400; }
      .exnc-mobile-menu__menu > .menu-item .menu-image {
        width: 34px;
        margin-right: 1px;
        padding-right: 0; }

.mobile-submenu-show .mobile-menu-modal.exnc-modal__window .exnc-modal__window-inner {
  padding: 20px !important; }

.mobile-submenu-show .mobile-menu-modal .menu-mobile-menu-top-container,
.mobile-submenu-show .mobile-menu-modal .booking-contact-info {
  display: none; }

.mobile-submenu-show .mobile-menu-modal .exnc-modal__close:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 7px;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px; }

.mobile-submenu-show .mobile-menu-modal .exnc-modal__close .exnc-icon {
  position: relative;
  z-index: 5; }

.page-template-template-home.menu-fixed {
  margin-top: 77px; }
  @media (max-width: 1159px) {
    .page-template-template-home.menu-fixed {
      margin-top: 56px; } }

.page-template-template-home .site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff; }
  .page-template-template-home .site-header.fixed .exnc-header__search {
    display: block; }
    @media (max-width: 1159px) {
      .page-template-template-home .site-header.fixed .exnc-header__search {
        display: none; } }
  @media (max-width: 1159px) {
    .page-template-template-home .site-header.fixed .exnc-header__primary {
      margin: 0 0 17px; } }
  @media (max-width: 1159px) {
    .page-template-template-home .site-header.fixed .exnc-header__search-mobile .exnc-header__search-mobile-inner {
      display: block; } }

.page-template-template-home .site-header .exnc-header__search-mobile .exnc-header__search-mobile-inner {
  display: none; }

@media (max-width: 1439px) {
  .page-template-template-home .exnc-header__primary {
    margin: 0; } }

.section-container {
  max-width: 1210px;
  width: 100%;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto; }

.booking-container {
  max-width: 1020px; }

.row {
  margin: 0 -15px;
  display: flex; }
  @media (max-width: 766px) {
    .row {
      flex-wrap: wrap; } }
  @media (max-width: 991px) {
    .row.row-md {
      flex-wrap: wrap; } }
  .row .col {
    padding: 0 15px; }

#page {
  max-width: 100%;
  overflow: hidden; }

.section-title {
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: 500; }
  @media (max-width: 766px) {
    .section-title {
      font-size: 24px;
      line-height: 1.42; } }
  .section-title.text-center {
    text-align: center; }
  .section-title.lg {
    font-size: 44px;
    line-height: 1.5; }
    @media (max-width: 766px) {
      .section-title.lg {
        font-size: 24px;
        text-align: center; } }
  .section-title.decor-line {
    padding-bottom: 50px;
    margin-bottom: 40px; }
    @media (max-width: 766px) {
      .section-title.decor-line {
        padding-bottom: 40px;
        margin-bottom: 40px; } }

.border-bottom {
  border-bottom: 1px solid #f2f2f2; }

.decor-line {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 25px; }
  .decor-line:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 3;
    transform: translateX(-50%);
    background: #d4a267;
    border-radius: 50%; }
  .decor-line:before {
    content: '';
    width: 98px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 4px;
    z-index: 2;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #d4a267 35%, transparent 35%, transparent 65%, #d4a267 65%);
    border-radius: 50%; }
  @media (min-width: 767px) {
    .decor-line.left-decor:after {
      left: 44px;
      transform: none; } }
  @media (min-width: 767px) {
    .decor-line.left-decor:before {
      left: 0;
      transform: none; } }

.chevron-link {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  color: #d4a267;
  padding-right: 20px;
  font-weight: 600;
  text-transform: capitalize; }
  @media (max-width: 766px) {
    .chevron-link {
      padding-right: 16px; } }
  .chevron-link:after {
    content: '';
    width: 7px;
    height: 7px;
    border: solid #d4a267;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg) translateY(-50%);
    transition: 0.5s right;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -1px; }
  .chevron-link:hover:after {
    right: 0; }

.home-banner-section {
  position: relative;
  background-size: cover;
  overflow: hidden;
  height: calc(100vh - 77px);
  display: flex;
  align-items: center; }
  @media (max-width: 766px) {
    .home-banner-section {
      height: calc(100vh - 53px); } }
  .home-banner-section .section-container {
    position: relative;
    z-index: 5; }
  .home-banner-section .text-holder {
    text-align: center;
    margin: 0 auto 25px;
    max-width: 770px;
    color: #fff; }
  .home-banner-section .title {
    margin: 0 0 14px;
    color: #fff;
    font-size: 46px;
    font-weight: 600; }
    @media (max-width: 766px) {
      .home-banner-section .title {
        font-size: 33px;
        margin: 0 0 10px; } }
  .home-banner-section .text {
    max-width: 690px;
    font-size: 18px;
    line-height: 1.61;
    margin: 0 auto; }
    @media (max-width: 766px) {
      .home-banner-section .text {
        font-size: 16px; } }
  .home-banner-section .exnc-banner__search {
    padding: 10px;
    background: rgba(255, 255, 255, 0.13);
    border-radius: 12px; }
    @media (min-width: 992px) {
      .home-banner-section .exnc-banner__search {
        display: none; } }
    .home-banner-section .exnc-banner__search .exnc-header__search-button {
      font-size: 15px; }
  .home-banner-section .image-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc; }
    .home-banner-section .image-block img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 0 0;
         object-position: 0 0; }
      @media (max-width: 766px) {
        .home-banner-section .image-block img {
          display: none; } }
    .home-banner-section .image-block .mobile {
      display: none; }
      @media (max-width: 766px) {
        .home-banner-section .image-block .mobile {
          display: block; } }

.exnc-main-search-form__nav-container {
  display: flex;
  justify-content: center;
  margin: 0 0 18px; }

.exnc-main-search-form__nav {
  padding: 2px;
  background: #00000078;
  border-radius: 8px; }

.image-card-holder,
.card-holder {
  padding: 0 15px;
  width: 100%; }
  @media (max-width: 766px) {
    .image-card-holder,
    .card-holder {
      padding: 0 10px; } }

.image-card {
  display: block;
  position: relative;
  border-radius: 12px;
  height: 340px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #ccc;
  transition: 0.5s box-shadow; }
  @media (max-width: 991px) {
    .image-card {
      height: 250px; } }
  @media (max-width: 766px) {
    .image-card {
      height: 200px; } }
  .image-card:hover {
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.3); }
    .image-card:hover .label:after,
    .image-card:hover .title:after {
      right: 0; }
  .image-card .image-block {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    transition: transform 0.7s;
    width: 100%;
    height: 100%;
    background: #ccc; }
    .image-card .image-block img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .image-card .content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 18px 25px;
    z-index: 5; }
    @media (max-width: 766px) {
      .image-card .content {
        padding: 18px 17px; } }
  .image-card .title {
    display: block;
    color: #fff;
    font-size: 22px;
    margin: 0 0 5px; }
    @media (max-width: 766px) {
      .image-card .title {
        font-size: 18px; } }
  .image-card .label {
    font-size: 14px;
    color: #d4a267; }

.images-columns-section {
  padding: 114px 0 120px;
  background-image: url(/wp-content/themes/excellence-theme/dist/images/bg-1.png);
  background-size: 100% 100%; }
  @media (max-width: 991px) {
    .images-columns-section {
      padding: 80px 0; } }
  @media (max-width: 766px) {
    .images-columns-section {
      padding: 56px 0 34px; } }
  .images-columns-section .image-card-holder {
    width: 25%;
    transition: 0.5s width; }
    @media (max-width: 991px) {
      .images-columns-section .image-card-holder {
        width: 33.33%; } }
    @media (max-width: 766px) {
      .images-columns-section .image-card-holder {
        width: 100%;
        margin: 0 0 30px; } }
    @media (min-width: 992px) {
      .images-columns-section .image-card-holder:hover {
        width: 50%; } }
    @media (min-width: 992px) {
      .images-columns-section .image-card-holder:first-child {
        width: 50%; } }

.explore-columns-section {
  padding: 114px 0 120px;
  background-image: url(/wp-content/themes/excellence-theme/dist/images/bg-6.png);
  background-size: 100% 100%; }
  @media (max-width: 991px) {
    .explore-columns-section {
      padding: 80px 0; } }
  @media (max-width: 766px) {
    .explore-columns-section {
      padding: 40px 0; } }
  @media (max-width: 991px) {
    .explore-columns-section .row {
      flex-wrap: wrap; } }
  .explore-columns-section.grey-bg {
    background: #F7F8F9; }
  .explore-columns-section.top-content-section .top-content .section-title {
    max-width: none; }
  @media (max-width: 991px) {
    .explore-columns-section .image-card-holder {
      width: 50%; } }
  @media (max-width: 766px) {
    .explore-columns-section .image-card-holder {
      width: 100%; } }
  .explore-columns-section .image-block:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 12px;
    z-index: 2;
    background: linear-gradient(18.01deg, rgba(0, 0, 0, 0.9) 3.35%, rgba(0, 0, 0, 0.9) 3.35%, rgba(0, 0, 0, 0) 52.2%); }
  .explore-columns-section .image-card {
    height: 270px;
    margin-bottom: 20px; }
    .explore-columns-section .image-card .label {
      font-size: 22px;
      line-height: 1.18;
      font-weight: 500;
      color: #fff; }
    .explore-columns-section .image-card .chevron-link:after {
      width: 8px;
      height: 8px;
      flex-shrink: 0;
      border: solid #fff;
      border-width: 2px 2px 0 0; }

.page-template-template-discover .breadcrumbs-holder + section {
  padding: 40px 0 100px; }
  @media (max-width: 991px) {
    .page-template-template-discover .breadcrumbs-holder + section {
      padding: 30px 0 80px; } }
  @media (max-width: 766px) {
    .page-template-template-discover .breadcrumbs-holder + section {
      padding: 10px 0 40px; } }

.card:hover .image-holder {
  transform: scale(1.05); }

.card.secondary .image-block {
  padding-bottom: 100%; }

.card .image-block {
  position: relative;
  padding-bottom: 67%;
  background-size: cover;
  background-color: #ccc;
  border-radius: 12px;
  margin: 0 0 17px;
  overflow: hidden; }
  @media (max-width: 766px) {
    .card .image-block {
      padding-bottom: 64%; } }
  .card .image-block .image-holder {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    transition: transform 0.7s;
    width: 100%;
    height: 100%;
    background: #ccc; }
    .card .image-block .image-holder img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }

.card .title,
.card .text,
.card .label,
.card .date {
  transition: 0.5s text-shadow; }

.card .title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
  color: #1a1a1a; }
  @media (max-width: 766px) {
    .card .title {
      font-size: 18px;
      white-space: normal; } }

.card .text {
  font-size: 14px;
  line-height: 1.57;
  margin: 0 0 12px;
  color: #89898a; }
  @media (max-width: 766px) {
    .card .text {
      white-space: normal; } }

.card .label {
  font-size: 14px; }

.card .date {
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
  color: #888889; }
  @media (max-width: 766px) {
    .card .date {
      font-size: 12px; } }

.card-columns-section {
  padding: 113px 0; }
  @media (max-width: 991px) {
    .card-columns-section {
      padding: 80px 0; } }
  @media (max-width: 766px) {
    .card-columns-section {
      padding: 56px 0 18px; } }
  .card-columns-section.bg-light {
    background: #f7f8f9; }
  .card-columns-section.bg-color {
    background-image: url(/wp-content/themes/excellence-theme/dist/images/bg-2.png);
    background-repeat: no-repeat;
    background-position: 0 100%; }
  @media (max-width: 766px) {
    .card-columns-section .card-holder {
      margin: 0 0 40px;
      width: 295px; } }

.slide-card-item {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: #f7f8f9;
  width: 100%; }
  .slide-card-item .image-block {
    position: relative;
    padding-bottom: 46%; }
    @media (max-width: 991px) {
      .slide-card-item .image-block {
        height: 175px; } }
    .slide-card-item .image-block .image-holder {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ccc; }
      .slide-card-item .image-block .image-holder img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
  .slide-card-item .content-holder {
    padding: 19px 25px;
    font-size: 14px; }
    @media (max-width: 766px) {
      .slide-card-item .content-holder {
        padding: 16px 22px; } }
  .slide-card-item .title {
    font-size: 20px;
    margin: 0 0 17px;
    transition: 0.3s color; }
    @media (max-width: 766px) {
      .slide-card-item .title {
        font-size: 18px;
        margin: 0 0 10px; } }
  .slide-card-item .text {
    color: #89898a; }
    .slide-card-item .text p {
      margin: 0; }

.top-content-section .top-content {
  display: flex; }
  @media (max-width: 766px) {
    .top-content-section .top-content {
      flex-wrap: wrap; } }
  .top-content-section .top-content .title-holder {
    width: 46.25%;
    flex-shrink: 0;
    padding-right: 15px; }
    @media (max-width: 766px) {
      .top-content-section .top-content .title-holder {
        width: 100%;
        padding: 0; } }
  @media (min-width: 992px) {
    .top-content-section .top-content .section-title {
      max-width: 380px; } }
  .top-content-section .top-content .content-holder {
    padding-top: 11px; }
    @media (max-width: 766px) {
      .top-content-section .top-content .content-holder {
        text-align: center;
        padding-top: 0; } }
  .top-content-section .top-content .text {
    line-height: 1.625;
    color: #89898a;
    margin: 0 0 10px;
    flex-grow: 1; }
    @media (min-width: 767px) {
      .top-content-section .top-content .text {
        font-size: 16px; } }
  @media (min-width: 767px) {
    .top-content-section .top-content .chevron-link {
      font-size: 16px; } }

.content-slider-section {
  padding: 105px 0 120px; }
  @media (max-width: 991px) {
    .content-slider-section {
      padding: 80px 0; } }
  @media (max-width: 766px) {
    .content-slider-section {
      padding: 57px 0 95px; } }
  @media (min-width: 992px) {
    .content-slider-section .exnc-carousel__carousel {
      margin-right: calc((100vw - 100%) / -2); } }
  .content-slider-section.grey-bg {
    background: #f7f8f9; }
  .home .content-slider-section {
    padding-bottom: 0;
    border-top: 1px solid #f2f2f2; }
    @media (max-width: 991px) {
      .home .content-slider-section {
        padding: 80px 0 0; } }
    @media (max-width: 766px) {
      .home .content-slider-section {
        padding: 57px 0 50px; } }
  .content-slider-section .swiper-slide {
    height: auto;
    display: flex; }
  @media (max-width: 766px) {
    .content-slider-section .exnc-carousel__container {
      padding: 0; } }
  @media (max-width: 766px) {
    .content-slider-section .exnc-carousel__nav {
      display: none; } }
  .content-slider-section .post-inner .slide-card-item {
    border-radius: 0;
    display: flex;
    flex-direction: column; }
    .content-slider-section .post-inner .slide-card-item .image-block {
      position: relative;
      border-radius: 12px;
      height: 369px;
      min-height: 369px;
      background-color: #fff;
      overflow: hidden; }
      @media (max-width: 766px) {
        .content-slider-section .post-inner .slide-card-item .image-block {
          height: 275px;
          min-height: 275px; } }
    .content-slider-section .post-inner .slide-card-item .content-holder {
      padding-left: 0;
      padding-right: 0;
      flex: 1 1 auto;
      display: flex;
      flex-direction: column; }
      .content-slider-section .post-inner .slide-card-item .content-holder .text {
        display: flex;
        flex-direction: column;
        height: 100%; }
      .content-slider-section .post-inner .slide-card-item .content-holder .exnc-text-button {
        display: inline-block;
        width: auto; }
      .content-slider-section .post-inner .slide-card-item .content-holder .exnc-image-card__cta {
        margin-top: auto;
        padding-top: 50px; }

.explore-section {
  padding: 121px 0 86px;
  background-image: url(/wp-content/themes/excellence-theme/dist/images/bg-3.png);
  background-size: 100% 100%; }
  @media (max-width: 991px) {
    .explore-section {
      padding: 80px 0; } }
  @media (max-width: 766px) {
    .explore-section {
      padding: 40px 0; } }
  .explore-section .col {
    display: flex;
    flex-wrap: wrap; }
  @media (max-width: 766px) {
    .explore-section .image-card {
      width: 295px; } }
  .explore-section .image-card:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 12px;
    z-index: 2;
    background: linear-gradient(18.01deg, rgba(0, 0, 0, 0.9) 3.35%, rgba(0, 0, 0, 0.9) 3.35%, rgba(0, 0, 0, 0) 52.2%); }
  .explore-section .image-card .label {
    display: block; }
  .explore-section .image-card .title:after {
    border-color: #fff;
    width: 9px;
    height: 9px;
    border-width: 2px 2px 0 0; }
  .explore-section .left-col {
    width: 75%; }
    @media (max-width: 991px) {
      .explore-section .left-col {
        width: 66.66%; } }
    @media (max-width: 766px) {
      .explore-section .left-col {
        width: auto; } }
    .explore-section .left-col .image-card-holder {
      width: 33.33%; }
      @media (max-width: 991px) {
        .explore-section .left-col .image-card-holder {
          width: 50%; } }
      @media (max-width: 766px) {
        .explore-section .left-col .image-card-holder {
          width: 100%; } }
      .explore-section .left-col .image-card-holder .image-card {
        height: 270px; }
        @media (max-width: 766px) {
          .explore-section .left-col .image-card-holder .image-card {
            height: 170px; } }
      @media (min-width: 992px) {
        .explore-section .left-col .image-card-holder:nth-child(4n + 0), .explore-section .left-col .image-card-holder:nth-child(4n + 1) {
          width: 66.66%; } }
  .explore-section .col {
    padding: 0; }
  .explore-section .right-col {
    width: 25%; }
    @media (max-width: 991px) {
      .explore-section .right-col {
        width: 33.33%; } }
    @media (max-width: 766px) {
      .explore-section .right-col {
        width: auto; } }
    .explore-section .right-col .image-card-holder {
      width: 100%; }
    .explore-section .right-col .image-card {
      height: 572px; }
      @media (max-width: 766px) {
        .explore-section .right-col .image-card {
          height: 170px; } }
  .explore-section .image-card-holder {
    margin-bottom: 32px; }
    @media (max-width: 766px) {
      .explore-section .image-card-holder {
        margin-bottom: 20px; } }

.latest-posts-section {
  background: #f7f8f9;
  padding: 110px 0; }
  @media (max-width: 991px) {
    .latest-posts-section {
      padding: 80px 0; } }
  @media (max-width: 766px) {
    .latest-posts-section {
      padding: 53px 0; } }
  .latest-posts-section.bg-color {
    background: url(/wp-content/themes/excellence-theme/dist/images/bg-4.png);
    background-size: 100% 100%; }
  @media (max-width: 766px) {
    .latest-posts-section.mobile-custom-slider .card-holder {
      margin: 0; } }
  .latest-posts-section .col {
    width: 100%;
    padding: 0; }
    @media (min-width: 767px) {
      .latest-posts-section .col {
        width: 50%;
        flex-shrink: 0; } }

.title-link-holder {
  margin-bottom: 40px; }
  @media (min-width: 1440px) {
    .title-link-holder .section-title {
      margin: 0 0 30px; } }
  .title-link-holder .link-holder {
    text-align: center; }
    .title-link-holder .link-holder a {
      font-weight: 600;
      text-transform: capitalize;
      font-size: 16px; }
  @media (min-width: 1440px) {
    .title-link-holder .decor-line {
      padding-bottom: 45px; } }

.page-banner-section {
  position: relative;
  min-height: 453px;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 40px 0 75px;
  text-align: center;
  display: flex;
  overflow: hidden; }
  @media (max-width: 766px) {
    .page-banner-section {
      padding: 30px 0;
      min-height: 500px; } }
  .page-banner-section .section-container {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 5; }
  .page-banner-section .content-holder {
    max-width: 726px;
    margin: 0 auto; }
  .page-banner-section .title {
    color: #fff;
    margin: 0 0 13px;
    font-size: 33px; }
    @media (min-width: 1440px) {
      .page-banner-section .title {
        font-size: 46px; } }
  .page-banner-section .text {
    font-size: 18px;
    line-height: 1.88; }
    @media (max-width: 766px) {
      .page-banner-section .text {
        font-size: 16px;
        line-height: 1.5; } }
  .page-banner-section .image-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc; }
    .page-banner-section .image-block img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }

.featured-section {
  padding: 112px 0; }
  @media (max-width: 991px) {
    .featured-section {
      padding: 80px 0; } }
  @media (max-width: 766px) {
    .featured-section {
      padding: 59px 0; } }
  .featured-section.bg-grey {
    background: #f7f8f9; }
  .featured-section.bg-color {
    background: url(/wp-content/themes/excellence-theme/dist/images/bg-5.png);
    background-size: 100% 100%; }
  .featured-section.bg-color-2 {
    background-image: url(/wp-content/themes/excellence-theme/dist/images/bg-2.png);
    background-repeat: no-repeat;
    background-position: 0 100%; }
  @media (max-width: 766px) {
    .featured-section .card-holder {
      width: auto; } }

.featured-card {
  display: block;
  position: relative;
  width: 100%; }
  @media (max-width: 766px) {
    .featured-card {
      width: 275px; } }
  .featured-card:hover .image-holder {
    transform: scale(1.05); }
  .featured-card.horizontal {
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.07);
    display: flex; }
    @media (max-width: 991px) {
      .featured-card.horizontal {
        margin-bottom: 30px;
        width: 100%; } }
    .featured-card.horizontal:hover .image-block {
      box-shadow: none; }
    .featured-card.horizontal .image-block {
      padding-bottom: 45%;
      margin-bottom: 0;
      border-radius: 12px 12px 0 0;
      width: 112px;
      flex-shrink: 0;
      padding-bottom: 0;
      border-radius: 12px 0 0 12px; }
      @media (max-width: 766px) {
        .featured-card.horizontal .image-block {
          width: 105px; } }
    .featured-card.horizontal .content {
      padding: 15px;
      background: #fff;
      border-radius: 0 12px 12px 0; }
      @media (min-width: 992px) {
        .featured-card.horizontal .content {
          padding: 16px 22px; } }
    .featured-card.horizontal .title {
      max-width: 260px;
      margin: 0 0 14px; }
  .featured-card.secondary .image-block {
    padding-bottom: 100%; }
  .featured-card .image-block {
    position: relative;
    padding-bottom: 47%;
    background-size: cover;
    border-radius: 12px;
    margin: 0 0 17px;
    transition: 0.5s box-shadow;
    background-color: #ccc;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black); }
    @media (max-width: 766px) {
      .featured-card .image-block {
        padding-bottom: 55%; } }
    .featured-card .image-block .image-holder {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ccc;
      transition: transform 0.7s; }
      .featured-card .image-block .image-holder img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
  .featured-card .title,
  .featured-card .text,
  .featured-card .label {
    transition: 0.5s text-shadow, 0.5s color; }
  .featured-card .title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 14px;
    color: #1a1a1a;
    white-space: normal; }
    @media (max-width: 766px) {
      .featured-card .title {
        font-size: 18px; } }
  .featured-card .text {
    font-size: 14px;
    line-height: 1.57;
    margin: 0 0 12px;
    color: #89898a;
    white-space: normal; }
    .featured-card .text p {
      margin: 0; }
  .featured-card .label {
    font-size: 14px; }

.ribbon {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: url(/wp-content/themes/excellence-theme/dist/images/ribbon.svg);
  background-size: 100% 100%;
  padding: 6px 37px 6px 18px;
  font-size: 12px;
  position: absolute;
  top: 15px;
  left: -7px;
  z-index: 10; }
  .ribbon:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -1px;
    background: url(/wp-content/themes/excellence-theme/dist/images/triangle.svg);
    background-size: 100% 100%; }

.page-template-template-page .content-slider-section,
.page-template-template-listing .content-slider-section {
  background: #f7f8f9; }
  .page-template-template-page .content-slider-section .slide-card-item,
  .page-template-template-listing .content-slider-section .slide-card-item {
    background: #fff; }
    @media (min-width: 1440px) {
      .page-template-template-page .content-slider-section .slide-card-item .image-block,
      .page-template-template-listing .content-slider-section .slide-card-item .image-block {
        height: 340px; } }

@media (max-width: 766px) {
  .page-template-template-page .latest-posts-section,
  .page-template-template-listing .latest-posts-section {
    padding-top: 10px; } }

.contact-services-section {
  padding: 125px 0; }
  @media (max-width: 991px) {
    .contact-services-section {
      padding: 80px 0; } }
  @media (max-width: 766px) {
    .contact-services-section {
      padding: 65px 0; } }
  .page-id-160 .contact-services-section {
    background: #f7f8f9; }
  .page-template-template-listing-inner .contact-services-section .nf-mp-footer .middle-step .nf-previous-item {
    top: 0; }
  .contact-services-section .exnc-grid {
    margin: 0 -15px;
    flex-wrap: wrap; }
  .contact-services-section .col {
    padding: 0 15px; }
  .contact-services-section .content-col {
    width: 45%;
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .contact-services-section .content-col {
        width: 100%;
        justify-content: center;
        text-align: center; } }
  .contact-services-section .content-holder {
    max-width: 460px; }
    @media (max-width: 991px) {
      .contact-services-section .content-holder {
        margin: 0 0 30px; } }
    .contact-services-section .content-holder .title {
      display: block;
      font-weight: 600;
      color: #1a1a1a;
      font-size: 35px;
      line-height: 1.2em;
      margin: 0 0 20px; }
      @media (min-width: 1440px) {
        .contact-services-section .content-holder .title {
          font-size: 44px; } }
    .contact-services-section .content-holder .text {
      line-height: 1.625; }
  .contact-services-section .contact-form-col {
    width: 55%; }
    @media (max-width: 991px) {
      .contact-services-section .contact-form-col {
        width: 100%; } }

.contact-form-holder {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  padding: 25px 28px;
  background: #fff; }
  @media (max-width: 766px) {
    .contact-form-holder {
      padding: 13px 15px; } }
  .contact-form-holder .nf-form-content {
    padding: 0; }
    .contact-form-holder .nf-form-content .list-select-wrap > div div:after {
      display: none; }
    .contact-form-holder .nf-form-content .list-select-wrap > div select {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 298 167.3' style='enable-background:new 0 0 298 167.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' fill='%23aaaaaa' d='M135.6,161.9L5.4,31.7c-7.1-7.6-7.1-19.2,0-26.3s18.7-7.1,26.3,0L149,122.7L266.3,5.4c7.1-7.1,19.2-7.1,26.3,0 c7.1,7.1,7.1,18.7,0,26.3L161.9,161.9C154.8,169.1,143.2,169.1,135.6,161.9z'/%3E%3C/g%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center right 11px;
      background-size: 12px;
      z-index: 20;
      padding-top: 15px;
      padding-bottom: 0;
      border-radius: 10px;
      border: 1px solid #dcdcdc !important; }
      .contact-form-holder .nf-form-content .list-select-wrap > div select:focus {
        border-color: #d4a267 !important; }
    .contact-form-holder .nf-form-content textarea.ninja-forms-field {
      height: 100px;
      resize: none;
      padding-top: 20px; }
    .contact-form-holder .nf-form-content input[type='button'],
    .contact-form-holder .nf-form-content input[type='submit'] {
      border-radius: 10px;
      transition: 0.3s opacity;
      text-transform: capitalize !important;
      padding: 10px 26px;
      border-color: #d4a267 !important; }
      @media (max-width: 766px) {
        .contact-form-holder .nf-form-content input[type='button'],
        .contact-form-holder .nf-form-content input[type='submit'] {
          width: 100%; } }
      .contact-form-holder .nf-form-content input[type='button']:hover,
      .contact-form-holder .nf-form-content input[type='submit']:hover {
        opacity: 0.7; }
  .contact-form-holder .nf-form-layout {
    margin: 0 !important; }
  .contact-form-holder .form-title .field-wrap {
    position: relative;
    border: none !important;
    text-align: center;
    padding-bottom: 27px;
    margin-bottom: 25px;
    margin-top: 0 !important;
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 500; }
    @media (max-width: 766px) {
      .contact-form-holder .form-title .field-wrap {
        font-size: 18px; } }
    .contact-form-holder .form-title .field-wrap:after {
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      left: 50%;
      bottom: 0;
      z-index: 3;
      transform: translateX(-50%);
      background: #d4a267;
      border-radius: 50%; }
    .contact-form-holder .form-title .field-wrap:before {
      content: '';
      width: 98px;
      height: 1px;
      position: absolute;
      left: 50%;
      bottom: 4px;
      z-index: 2;
      transform: translateX(-50%);
      background: linear-gradient(90deg, #d4a267 35%, transparent 35%, transparent 65%, #d4a267 65%);
      border-radius: 50%; }
  .contact-form-holder .field-wrap {
    margin-bottom: 5px; }
    .contact-form-holder .field-wrap.focused .nf-field-label {
      top: 5px; }
      .contact-form-holder .field-wrap.focused .nf-field-label label,
      .contact-form-holder .field-wrap.focused .nf-field-label .nf-label-span {
        font-size: 10px !important;
        margin-bottom: 10px !important; }
  .contact-form-holder .ninja-forms-req-symbol {
    display: none; }
  .contact-form-holder .textbox-wrap .nf-field-label,
  .contact-form-holder .daterange-wrap .nf-field-label,
  .contact-form-holder .date-wrap .nf-field-label,
  .contact-form-holder .listselect-wrap .nf-field-label,
  .contact-form-holder .textarea-wrap .nf-field-label,
  .contact-form-holder .email-wrap .nf-field-label {
    position: absolute;
    left: 15px;
    top: 16px;
    margin: 0;
    z-index: 10;
    line-height: 1;
    font-weight: 400;
    color: #404143;
    white-space: nowrap;
    pointer-events: none; }
    .contact-form-holder .textbox-wrap .nf-field-label label,
    .contact-form-holder .textbox-wrap .nf-field-label .nf-label-span,
    .contact-form-holder .daterange-wrap .nf-field-label label,
    .contact-form-holder .daterange-wrap .nf-field-label .nf-label-span,
    .contact-form-holder .date-wrap .nf-field-label label,
    .contact-form-holder .date-wrap .nf-field-label .nf-label-span,
    .contact-form-holder .listselect-wrap .nf-field-label label,
    .contact-form-holder .listselect-wrap .nf-field-label .nf-label-span,
    .contact-form-holder .textarea-wrap .nf-field-label label,
    .contact-form-holder .textarea-wrap .nf-field-label .nf-label-span,
    .contact-form-holder .email-wrap .nf-field-label label,
    .contact-form-holder .email-wrap .nf-field-label .nf-label-span {
      font-size: 13px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: .4px;
      color: #8d8d8d;
      pointer-events: none; }
  .contact-form-holder .daterange-wrap .nf-field-element,
  .contact-form-holder .date-wrap .nf-field-element {
    position: relative; }
  .contact-form-holder .daterange-wrap:not(.nf-error):after,
  .contact-form-holder .date-wrap:not(.nf-error):after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url(/wp-content/themes/excellence-theme/dist/images/date-icon.svg);
    background-size: 100% 100%;
    pointer-events: none; }
  .contact-form-holder .daterange-wrap.nf-pass:after,
  .contact-form-holder .date-wrap.nf-pass:after {
    display: none; }
  .contact-form-holder .checkbox-wrap label {
    font-size: 11px !important; }
    .contact-form-holder .checkbox-wrap label:before {
      border-radius: 5px;
      color: #fff !important;
      font-size: 10px !important;
      transition: none !important; }
    .contact-form-holder .checkbox-wrap label:after {
      background: #fff !important;
      border-radius: 5px; }
    .contact-form-holder .checkbox-wrap label.nf-checked-label:before {
      left: -23px !important; }
    .contact-form-holder .checkbox-wrap label.nf-checked-label:after {
      background: #d4a267 !important;
      border-color: #d4a267 !important; }
  .contact-form-holder .nf-form-content input:not([type=button]):not([type='submit']),
  .contact-form-holder textarea.ninja-forms-field {
    padding-right: 55px;
    padding-top: 15px;
    padding-bottom: 0;
    font-size: 14px; }
    .contact-form-holder .nf-form-content input:not([type=button]):not([type='submit']):focus,
    .contact-form-holder textarea.ninja-forms-field:focus {
      border-color: #d4a267 !important; }
  .contact-form-holder .nf-form-content input[type="radio"] {
    display: none; }
  .contact-form-holder .nf-error-msg {
    font-size: 12px; }
  .contact-form-holder .nf-error.field-wrap .nf-field-element:after {
    border-radius: 0 10px 10px 0;
    z-index: 99;
    transition: none; }
  .contact-form-holder .nf-pass.field-wrap .nf-field-element:after {
    transition: none; }
  .contact-form-holder .pikaday__container {
    position: relative; }
    .contact-form-holder .pikaday__container .date-input-value {
      position: absolute;
      bottom: 6px;
      left: 0;
      width: 100%;
      font-size: 14px;
      color: #1A1A1A;
      padding: 0 40px 0 15px;
      pointer-events: none;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      .contact-form-holder .pikaday__container .date-input-value .active {
        font-weight: 700; }
        .contact-form-holder .pikaday__container .date-input-value .active + .year {
          font-weight: 700; }
      .contact-form-holder .pikaday__container .date-input-value .start-date:not(:empty):after {
        content: ' - '; }
      .contact-form-holder .pikaday__container .date-input-value .end-date:not(:empty):after {
        content: ', '; }

@media (min-width: 767px) {
  .ninja-forms-form-wrap .listcheckbox-container.inline .list-radio-wrap ul,
  .ninja-forms-form-wrap .listcheckbox-container.inline .list-checkbox-wrap ul,
  .ninja-forms-form-wrap .listradio-container.inline .list-radio-wrap ul,
  .ninja-forms-form-wrap .listradio-container.inline .list-checkbox-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 50px; } }

@media (min-width: 767px) {
  .ninja-forms-form-wrap .listcheckbox-container.inline .list-radio-wrap ul li:not(:last-child),
  .ninja-forms-form-wrap .listcheckbox-container.inline .list-checkbox-wrap ul li:not(:last-child),
  .ninja-forms-form-wrap .listradio-container.inline .list-radio-wrap ul li:not(:last-child),
  .ninja-forms-form-wrap .listradio-container.inline .list-checkbox-wrap ul li:not(:last-child) {
    margin-right: 20px !important; } }

@media (min-width: 767px) {
  .ninja-forms-form-wrap .listcheckbox-container.inline .list-radio-wrap ul li label:after,
  .ninja-forms-form-wrap .listcheckbox-container.inline .list-checkbox-wrap ul li label:after,
  .ninja-forms-form-wrap .listradio-container.inline .list-radio-wrap ul li label:after,
  .ninja-forms-form-wrap .listradio-container.inline .list-checkbox-wrap ul li label:after {
    top: 1px; } }

@media (min-width: 767px) {
  .ninja-forms-form-wrap .listcheckbox-container.inline .list-radio-wrap ul li label:before,
  .ninja-forms-form-wrap .listcheckbox-container.inline .list-checkbox-wrap ul li label:before,
  .ninja-forms-form-wrap .listradio-container.inline .list-radio-wrap ul li label:before,
  .ninja-forms-form-wrap .listradio-container.inline .list-checkbox-wrap ul li label:before {
    top: -1px; } }

.ninja-forms-form-wrap .listcheckbox-container.inline .list-checkbox-wrap label,
.ninja-forms-form-wrap .listradio-container.inline .list-checkbox-wrap label {
  top: 12px; }

.brands-section {
  padding: 113px 0;
  background-image: url(/wp-content/themes/excellence-theme/dist/images/bg-9.png);
  background-size: 100% 100%;
  border-bottom: 1px solid #f2f2f2; }
  @media (max-width: 991px) {
    .brands-section {
      padding: 80px 0; } }
  @media (max-width: 766px) {
    .brands-section {
      padding: 40px 0; } }
  .brands-section.show-more .card-holder {
    display: flex; }
  .brands-section.show-more .load-more-holder {
    display: none; }
  .brands-section .row {
    flex-wrap: wrap; }
  .brands-section .card-holder {
    width: 25%;
    flex-shrink: 0;
    display: flex; }
    @media (max-width: 991px) {
      .brands-section .card-holder {
        width: 33.33%; } }
    @media (max-width: 766px) {
      .brands-section .card-holder {
        width: 50%;
        display: none; } }
    .brands-section .card-holder:nth-child(1), .brands-section .card-holder:nth-child(2), .brands-section .card-holder:nth-child(3), .brands-section .card-holder:nth-child(4), .brands-section .card-holder:nth-child(5), .brands-section .card-holder:nth-child(6) {
      display: flex; }

.brand-card {
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  padding: 31px 35px;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  transition: 0.5s box-shadow; }
  @media (max-width: 766px) {
    .brand-card {
      padding: 10px 20px;
      margin: 0 0 16px; } }
  .brand-card:hover {
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.3); }
  .brand-card .image-block {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 130px; }
    @media (max-width: 766px) {
      .brand-card .image-block {
        min-height: 100px; } }
  .brand-card .title {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
    margin: 0; }
    @media (max-width: 766px) {
      .brand-card .title {
        font-size: 14px; } }

.types-section {
  padding: 100px 0; }
  @media (max-width: 991px) {
    .types-section {
      padding: 80px 0; } }
  @media (max-width: 766px) {
    .types-section {
      padding: 40px 0; } }
  .types-section.show-more .card-holder {
    display: flex; }
  .types-section.show-more .load-more-holder {
    display: none; }
  .page-id-168 .types-section {
    background-image: url(/wp-content/themes/excellence-theme/dist/images/bg-10.png);
    background-size: 100% 100%;
    border-bottom: 1px solid #f2f2f2; }
  .page-id-160 .types-section .load-more-holder,
  .page-template-template-about .types-section .load-more-holder {
    display: none; }
  .types-section .row {
    flex-wrap: wrap; }
  .types-section .card-holder {
    width: 25%;
    flex-shrink: 0;
    display: flex; }
    @media (max-width: 991px) {
      .types-section .card-holder {
        width: 50%; } }
    @media (max-width: 766px) {
      .types-section .card-holder {
        display: none; } }
    .types-section .card-holder:nth-child(1), .types-section .card-holder:nth-child(2), .types-section .card-holder:nth-child(3), .types-section .card-holder:nth-child(4), .types-section .card-holder:nth-child(5), .types-section .card-holder:nth-child(6) {
      display: flex; }
    @media (max-width: 766px) {
      .page-template-template-about .types-section .card-holder {
        display: flex; } }

.type-card {
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  margin: 0 0 30px;
  width: 100%;
  overflow: hidden;
  transition: 0.5s box-shadow; }
  .type-card:hover {
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.3); }
  .type-card .image-block {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    padding-bottom: 60%;
    overflow: hidden; }
    @media (max-width: 766px) {
      .type-card .image-block {
        padding-bottom: 77%; } }
    .type-card .image-block .image-holder {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ccc;
      transition: transform 0.7s; }
      .type-card .image-block .image-holder img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
  .type-card .title {
    display: block;
    text-align: center;
    padding: 15px;
    margin: 0;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize; }
    @media (max-width: 766px) {
      .type-card .title {
        font-size: 14px; } }

@media (max-width: 766px) {
  .mobile-custom-slider .mobile-custom-slider-holder {
    overflow-x: scroll;
    padding: 0 10px 10px;
    margin-right: -20px;
    margin-left: -10px; } }

@media (max-width: 766px) {
  .mobile-custom-slider .row,
  .mobile-custom-slider .exnc-blog-grid {
    white-space: nowrap;
    flex-wrap: nowrap;
    margin: 0 -10px; } }

@media (max-width: 766px) {
  .mobile-custom-slider .row > div,
  .mobile-custom-slider .exnc-blog-grid > div {
    flex-shrink: 0; } }

@media (max-width: 766px) {
  .mobile-custom-slider .col {
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    flex: none;
    width: auto; } }

@media (max-width: 766px) {
  .mobile-custom-slider .exnc-blog-grid__col {
    padding: 0 10px;
    margin-bottom: 0;
    white-space: nowrap;
    flex: none; } }

.lg-actions .lg-prev:hover:after {
  opacity: 1; }

.lg-actions .lg-prev:after {
  content: '' !important;
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.1721 5.94202C22.5695 6.33162 22.6057 6.94128 22.2805 7.37089L22.1721 7.49397L13.2021 16.2873L22.1721 25.0806C22.5695 25.4702 22.6057 26.0798 22.2805 26.5094L22.1721 26.6325C21.7747 27.0221 21.1528 27.0575 20.7146 26.7388L20.5891 26.6325L10.8279 17.0632C10.4305 16.6736 10.3943 16.064 10.7195 15.6344L10.8279 15.5113L20.5891 5.94202C21.0262 5.51347 21.735 5.51347 22.1721 5.94202Z' fill='white' fill-opacity='0.8' stroke='white' stroke-opacity='0.75' stroke-width='0.3'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  display: block;
  opacity: 0.7;
  transition: opacity 0.2s; }

.lg-actions .lg-next:hover:before {
  opacity: 1; }

.lg-actions .lg-next:before {
  content: '' !important;
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8277 26.6327C10.4303 26.2431 10.3942 25.6334 10.7194 25.2038L10.8277 25.0807L19.7978 16.2874L10.8277 7.49414C10.4303 7.10454 10.3942 6.49488 10.7194 6.06527L10.8277 5.94219C11.2252 5.55259 11.847 5.51717 12.2853 5.83594L12.4108 5.94219L22.172 15.5115C22.5694 15.9011 22.6056 16.5107 22.2804 16.9403L22.172 17.0634L12.4108 26.6327C11.9737 27.0612 11.2649 27.0612 10.8277 26.6327Z' fill='white' fill-opacity='0.8' stroke='white' stroke-opacity='0.75' stroke-width='0.3'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  display: block;
  opacity: 0.7;
  transition: opacity 0.2s; }

@media (max-width: 766px) {
  body .lg-toolbar {
    padding: 10px; } }

body .lg-toolbar .lg-icon {
  display: flex;
  align-items: center;
  justify-content: center; }

body .lg-toolbar .lg-close {
  background: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px; }
  body .lg-toolbar .lg-close:after {
    content: '' !important;
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/themes/excellence-theme/dist/images/close-black.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0; }

body .lg-toolbar #lg-zoom-in:after {
  content: '' !important;
  width: 18px;
  height: 20px;
  background-image: url(/wp-content/themes/excellence-theme/dist/images/zoom-in.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0; }

body .lg-toolbar #lg-zoom-out:after {
  content: '' !important;
  width: 18px;
  height: 20px;
  background-image: url(/wp-content/themes/excellence-theme/dist/images/zoom-out.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0; }

@media (max-width: 766px) {
  body .lg-backdrop {
    background-color: #fff; } }

.lg-item {
  max-width: 1250px;
  left: 50% !important;
  transform: translateX(-50%) !important; }

.lg-img-wrap {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.load-more-holder {
  text-align: center; }
  @media (min-width: 767px) {
    .load-more-holder {
      display: none; } }
  .load-more-holder .button {
    border-radius: 10px;
    font-size: 16px !important;
    text-transform: none;
    padding: 12px 23px; }

.content-acc-section {
  padding: 114px 0;
  position: relative; }
  @media (max-width: 766px) {
    .content-acc-section {
      padding: 45px 0; } }
  .content-acc-section .section-container {
    position: relative;
    z-index: 5; }
  @media (min-width: 767px) {
    .content-acc-section .acc-block {
      display: flex;
      align-items: flex-start;
      padding-top: 43px; } }
  .content-acc-section .image-block {
    margin: 0 0 20px; }
    @media (min-width: 767px) {
      .content-acc-section .image-block {
        width: 46.25%;
        flex-shrink: 0;
        padding-right: 50px;
        margin: 0; } }
    .content-acc-section .image-block img {
      border-radius: 12px;
      width: 100%; }

.custom-acc {
  width: 100%; }

.custom-acc-item {
  background: #f7f8f9;
  border-radius: 12px; }
  .custom-acc-item:not(:last-child) {
    margin-bottom: 24px; }
  .custom-acc-item.active {
    background: #fff;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.07); }
    .custom-acc-item.active .custom-acc-text {
      display: block; }
  .custom-acc-item .custom-acc-title {
    font-size: 20px;
    margin: 0;
    padding: 20px 25px;
    cursor: pointer; }
    @media (max-width: 766px) {
      .custom-acc-item .custom-acc-title {
        font-size: 18px;
        padding: 16px 20px; } }
  .custom-acc-item .custom-acc-text {
    font-size: 16px;
    line-height: 1.625;
    display: none;
    padding: 0 25px 20px; }
    @media (max-width: 766px) {
      .custom-acc-item .custom-acc-text {
        font-size: 14px;
        line-height: 1.57;
        padding: 0 16px 20px; } }

.listing-posts-section {
  padding: 20px 0 60px; }
  @media (max-width: 766px) {
    .listing-posts-section {
      padding: 20px 0 50px; } }
  .listing-posts-section .exnc-filters__cta {
    z-index: 20; }
  @media (max-width: 766px) {
    .listing-posts-section .exnc-blog-breadcrumbs.products-breadcrumbs {
      display: none; } }
  @media (max-width: 766px) {
    .listing-posts-section .exnc-page {
      margin-top: 0; } }

.back-to-top {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  background: #f9f2e8;
  border: 2px solid #d9a566;
  padding: 0;
  z-index: 999;
  opacity: 0;
  transition: 0.3s opacity; }
  .back-to-top:after {
    content: '';
    width: 10px;
    height: 10px;
    border: solid #d4a267;
    border-width: 2px 2px 0 0;
    transform: translate(-50%, -20%) rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%; }
  .back-to-top.show {
    opacity: 1; }

.exnc-page__sections {
  position: relative; }

#contact-services-listing {
  display: none;
  width: 100%;
  max-width: 300px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1; }
  #contact-services-listing .contact-form-holder {
    box-shadow: none;
    padding: 0; }

.post-card-slider {
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 99; }
  .post-card-slider.slick-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .post-card-slider.slick-slider .slick-slide div {
      height: 100%; }
    .post-card-slider.slick-slider .slick-slide img {
      transform: none; }
    .post-card-slider.slick-slider .slick-slide:after {
      content: '';
      height: 87px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(180deg, rgba(26, 26, 26, 0.02) 0%, rgba(26, 26, 26, 0.7) 100%);
      transition: opacity 0.15s;
      z-index: 12; }
    .post-card-slider.slick-slider .slick-slide .exnc-listing-item__link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 15; }
  .post-card-slider .slick-list,
  .post-card-slider .slick-track {
    height: 100%; }

.offers-section {
  padding: 120px 0;
  background-image: url(/wp-content/themes/excellence-theme/dist/images/bg-1.png);
  background-size: 100% 100%; }
  @media (max-width: 991px) {
    .offers-section {
      padding: 80px 0; } }
  .offers-section.yacht-offers {
    background: #F7F8F9; }
  .offers-section .section-container {
    padding: 0 10px; }
  @media (max-width: 991px) {
    .offers-section .exnc-carousel__carousel {
      margin-right: -10px; } }
  .offers-section .swiper-container {
    padding: 0 10px; }
  .offers-section .swiper-wrapper {
    padding: 0 0 25px; }
  .offers-section .exnc-carousel__header-nav {
    padding: 0; }
  .offers-section .similar-card {
    box-shadow: 0 7px 15px rgba(232, 232, 232, 0.66); }
    .offers-section .similar-card .image-block:after {
      display: none; }
  .offers-section .text-block {
    font-size: 16px; }
    @media (max-width: 991px) {
      .offers-section .text-block {
        font-size: 14px; } }

.offer-card {
  position: relative;
  border-radius: 12px;
  box-shadow: 0 7px 15px rgba(232, 232, 232, 0.66);
  width: 100%; }
  .offer-card .label {
    position: absolute;
    top: 16px;
    left: -8px;
    z-index: 10; }
    .offer-card .label span {
      padding: 6px 18px;
      -webkit-clip-path: polygon(0 0, 100% 0%, 93% 50%, 100% 100%, 0 100%);
              clip-path: polygon(0 0, 100% 0%, 93% 50%, 100% 100%, 0 100%);
      background: #7BC5C1;
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase; }
    .offer-card .label:after {
      content: '';
      position: absolute;
      bottom: -9px;
      left: 1px;
      background: #44928D;
      width: 8px;
      height: 8px;
      -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%);
              clip-path: polygon(0 0, 100% 0%, 100% 100%); }
    .offer-card .label.dark span {
      background: #034663; }
    .offer-card .label.dark:after {
      background: #042F42; }
  .offer-card .image-block {
    position: relative;
    display: block;
    padding-bottom: 58%;
    background: #ccc;
    background-size: cover;
    overflow: hidden;
    border-radius: 12px 12px 0 0; }
    .offer-card .image-block .image-holder {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ccc; }
      .offer-card .image-block .image-holder img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
  .offer-card .title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px; }
    .offer-card .title a {
      color: #1A1A1A; }
    .offer-card .title .name {
      font-size: 18px; }
  .offer-card .info-holder {
    padding: 15px;
    background: #fff;
    align-items: center;
    border-radius: 0 0 12px 12px;
    overflow: hidden; }
    @media (max-width: 766px) {
      .offer-card .info-holder {
        padding: 15px 12px; } }
  .offer-card .info-list {
    margin: 0 0 10px;
    padding: 0 0 10px;
    display: flex;
    border-bottom: 1px solid #F1F2F2; }
    .offer-card .info-list li {
      margin: 0;
      font-size: 12px;
      flex-shrink: 0;
      flex-basis: auto;
      max-width: none;
      padding: 0;
      margin-right: 10px; }
    .offer-card .info-list svg {
      width: 18px;
      height: 18px; }
    .offer-card .info-list .exnc-post-info__list-icon {
      width: 24px; }
  .offer-card .bottom-block {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .offer-card .date {
    max-width: 50%;
    font-size: 12px;
    font-weight: 500;
    color: #1A1A1A; }
    @media (max-width: 766px) {
      .offer-card .date {
        font-size: 10px; } }
  .offer-card .price {
    font-size: 14px;
    max-width: 50%;
    padding-left: 5px;
    text-align: right; }
    .offer-card .price .new {
      font-size: 16px;
      font-weight: 500;
      color: #1A1A1A; }
    .offer-card .price .text {
      color: #1A1A1A; }

#offers-signup-form {
  box-shadow: none;
  background: url(/wp-content/themes/excellence-theme/dist/images/subscribe-bg.jpg) no-repeat;
  background-size: 100% 100%; }
  #offers-signup-form .nf-form-layout {
    margin-top: 0; }
  #offers-signup-form .nf-field-label {
    display: none; }
  #offers-signup-form .nf-form-content {
    padding: 47px 17px; }
    @media (max-width: 766px) {
      #offers-signup-form .nf-form-content {
        padding: 20px 16px; } }
    #offers-signup-form .nf-form-content .ninja-forms-field {
      font-size: 14px; }
  #offers-signup-form .nf-field-container,
  #offers-signup-form .field-wrap {
    margin-bottom: 17px; }
    @media (max-width: 766px) {
      #offers-signup-form .nf-field-container,
      #offers-signup-form .field-wrap {
        margin-bottom: 12px; } }
  #offers-signup-form h2 {
    font-size: 24px;
    line-height: 1.16;
    margin: 0 0 9px; }
    @media (max-width: 766px) {
      #offers-signup-form h2 {
        font-size: 18px; } }
  #offers-signup-form p {
    max-width: 334px;
    margin: 0 auto; }
  #offers-signup-form .submit-wrap,
  #offers-signup-form .submit-container {
    margin-bottom: 0; }
    #offers-signup-form .submit-wrap input[type=button],
    #offers-signup-form .submit-container input[type=button] {
      font-size: 16px;
      display: block;
      margin-left: auto;
      border-radius: 10px; }
  #offers-signup-form .nf-form-errors {
    position: absolute;
    left: 25px;
    bottom: 20px; }
  #offers-signup-form .nf-error.field-wrap .nf-field-element:after {
    border-radius: 0 10px 10px 0; }

.bg-color {
  background-image: url(/wp-content/themes/excellence-theme/dist/images/bg-18.png) !important;
  background-size: 100% 100% !important; }

.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;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider .slick-dots {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    z-index: 15; }
    .slick-slider .slick-dots li {
      width: 12px;
      height: 12px;
      margin: 0 3px; }
    .slick-slider .slick-dots button {
      width: 12px;
      height: 12px;
      padding: 0; }
      .slick-slider .slick-dots button:before {
        border-radius: 50%;
        position: absolute;
        width: 10px;
        height: 10px;
        z-index: 10;
        font-size: 0;
        border: 1px solid #fff;
        opacity: 1 !important;
        transition: opacity 0.2s; }
      .slick-slider .slick-dots button:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        width: 6px;
        height: 6px;
        background: #fff;
        border-radius: 50%;
        opacity: 0; }
    .slick-slider .slick-dots .slick-active button:after {
      opacity: 1; }
  .slick-slider .slick-arrow {
    z-index: 10;
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    background: none;
    transition: opacity 0.2s;
    z-index: 15; }
    .slick-slider .slick-arrow:hover {
      opacity: 0.8; }
    .slick-slider .slick-arrow:before {
      display: none; }
    .slick-slider .slick-arrow.slick-prev {
      left: 10px;
      background-image: url(/wp-content/themes/excellence-theme/dist/images/arrow-left.svg); }
    .slick-slider .slick-arrow.slick-next {
      right: 10px;
      background-image: url(/wp-content/themes/excellence-theme/dist/images/arrow-right.svg); }
    .slick-slider .slick-arrow.slick-hidden {
      display: none; }

.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;
  margin-left: auto;
  margin-right: auto; }

.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; }

.thank-you-section {
  background-image: url(/wp-content/themes/excellence-theme/dist/images/bg-18.png);
  background-size: 100% 100%; }
  .thank-you-section .section-container {
    max-width: 840px; }
  .thank-you-section .section-title {
    margin: 0 0 20px;
    padding: 0 0 15px;
    border-bottom: 1px solid #F1F2F2; }
  .thank-you-section .text-block {
    font-size: 16px;
    line-height: 2.3;
    margin: 0 0 7px; }
    .thank-you-section .text-block p {
      margin: 0; }
  .thank-you-section .booking-contact-info {
    max-width: 600px;
    margin: 0 auto 40px; }
    .thank-you-section .booking-contact-info a {
      padding: 10px 30px; }
    @media (min-width: 640px) {
      .thank-you-section .booking-contact-info .link {
        width: 50%; } }
    .thank-you-section .booking-contact-info .email {
      text-transform: capitalize; }
      @media (min-width: 640px) {
        .thank-you-section .booking-contact-info .email {
          justify-content: flex-end; } }
    @media (min-width: 640px) {
      .thank-you-section .booking-contact-info .phone {
        justify-content: flex-start; } }
  .thank-you-section .info-block {
    margin: 0 0 50px;
    display: flex;
    background: #FFF;
    border: 1px solid #E9E9E7;
    border-radius: 12px;
    overflow: hidden; }
    @media (max-width: 766px) {
      .thank-you-section .info-block {
        flex-direction: column; } }
    .thank-you-section .info-block.no-post .info-list-block {
      width: 100%;
      border: none; }
    .thank-you-section .info-block.no-post .exnc-booking-page__info {
      display: none; }
    .thank-you-section .info-block .info-list-block {
      flex-shrink: 0;
      padding: 20px 23px; }
      @media (min-width: 767px) {
        .thank-you-section .info-block .info-list-block {
          width: 53%;
          border-right: 1px solid #E9E9E7; } }
      .thank-you-section .info-block .info-list-block .title {
        font-size: 20px;
        margin: 0 0 25px;
        padding: 0 0 17px;
        border-bottom: 1px solid #E9E9E7; }
      .thank-you-section .info-block .info-list-block .info-list {
        list-style: none;
        margin: 0; }
        .thank-you-section .info-block .info-list-block .info-list li {
          display: flex;
          align-items: center;
          justify-content: space-between;
          font-size: 16px;
          color: #767676;
          font-weight: 500; }
          .thank-you-section .info-block .info-list-block .info-list li:not(:last-child) {
            margin: 0 0 12px; }
          .thank-you-section .info-block .info-list-block .info-list li .list-label {
            color: #1A1A1A; }
    .thank-you-section .info-block .exnc-booking-page__info {
      flex-shrink: 0;
      flex-basis: auto;
      margin: 0; }
      @media (min-width: 767px) {
        .thank-you-section .info-block .exnc-booking-page__info {
          width: 47%; } }
      .thank-you-section .info-block .exnc-booking-page__info .caption-inner,
      .thank-you-section .info-block .exnc-booking-page__info .exnc-tile__image {
        border: none;
        border-radius: 0; }
      .thank-you-section .info-block .exnc-booking-page__info .exnc-tile__image {
        position: relative;
        padding-bottom: 57%;
        margin-right: -1px; }
        .thank-you-section .info-block .exnc-booking-page__info .exnc-tile__image:after {
          content: '';
          height: 87px;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          background: linear-gradient(180deg, rgba(26, 26, 26, 0.02) 0%, rgba(26, 26, 26, 0.7) 100%);
          transition: opacity 0.15s;
          z-index: 12; }
        .thank-you-section .info-block .exnc-booking-page__info .exnc-tile__image .image-title {
          left: 20px;
          z-index: 15; }
      .thank-you-section .info-block .exnc-booking-page__info .top-info .holder {
        border-bottom: none; }
  .thank-you-section .bottom-block {
    margin: 0 0 120px; }
    .thank-you-section .bottom-block .title {
      font-size: 20px;
      margin: 0 0 20px;
      padding: 0 0 20px;
      border-bottom: 1px solid #F1F2F2; }
    .thank-you-section .bottom-block .text {
      font-size: 16px;
      line-height: 1.625; }

.exnc-helicopters {
  margin-bottom: 80px; }
  .exnc-helicopters__header {
    display: flex;
    margin-right: -10px;
    margin-bottom: 40px;
    margin-left: -10px;
    text-align: center; }
    .exnc-helicopters__header > * {
      flex-basis: 100%;
      max-width: 100%; }
      @media (min-width: 992px) {
        .exnc-helicopters__header > * {
          flex-basis: 50%;
          max-width: 50%; } }
  .exnc-helicopters__heading {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600; }
    .exnc-helicopters__heading--fleet {
      display: none; }
      @media (min-width: 992px) {
        .exnc-helicopters__heading--fleet {
          display: block; } }
  .exnc-helicopters__items > * + * {
    margin-top: 50px; }

.exnc-helicopter__inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  .exnc-helicopter__inner > * {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box; }

@media (min-width: 992px) {
  .exnc-helicopter__details {
    flex-basis: 50%;
    max-width: 50%; } }

.exnc-helicopter__details-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  .exnc-helicopter__details-inner > * {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box; }

@media (min-width: 767px) {
  .exnc-helicopter__image {
    flex-basis: 60%;
    max-width: 60%; } }

@media (min-width: 767px) {
  .exnc-helicopter__info {
    flex-basis: 40%;
    max-width: 40%; } }

.exnc-helicopter__transfers {
  margin-top: 20px; }
  @media (min-width: 992px) {
    .exnc-helicopter__transfers {
      flex-basis: 50%;
      margin-top: 0;
      max-width: 50%; } }

.exnc-helicopter__image-container {
  position: relative;
  padding-bottom: 55%;
  overflow: hidden; }
  @media (min-width: 992px) {
    .exnc-helicopter__image-container {
      padding-bottom: 78%; } }

.exnc-helicopter__image-obj {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  transition: transform 0.7s;
  width: 100%;
  height: 100%;
  background: #f8f8f8; }

.exnc-helicopter__info-inner {
  padding: 22px 35px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  height: 100%; }

.exnc-helicopter__info-header {
  margin-bottom: 20px;
  border-bottom: 2px solid #d4a267;
  padding-bottom: 3px; }

.exnc-helicopter__info-heading {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase; }

.exnc-helicopter__info-list {
  margin: 0;
  list-style: none;
  font-size: 14px; }
  .exnc-helicopter__info-list > * + * {
    margin-top: 14px; }

.exnc-helicopter__info-item {
  display: flex;
  align-items: center; }

.exnc-helicopter__info-icon {
  padding-right: 6px;
  width: 35px;
  line-height: 1; }

.exnc-helicopter__transfers-list {
  margin: 0;
  list-style: none; }
  .exnc-helicopter__transfers-list > * + * {
    margin-top: 27px; }

.exnc-helicopter__transfer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 30px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  background: #fff; }
  @media (min-width: 992px) {
    .exnc-helicopter__transfer {
      padding-top: 15px;
      padding-bottom: 15px; } }

.exnc-helicopter__route {
  flex-grow: 1; }

.exnc-helicopter__transfer-price {
  padding-right: 15px;
  box-sizing: border-box; }

.page-template-template-transfers .site-main {
  margin-bottom: 0; }

.page-template-template-transfers .tabs {
  margin-bottom: 60px; }

.page-template-template-contact .inside-header {
  border: none; }

@media (min-width: 767px) {
  .page-template-template-contact .exnc-blog-breadcrumbs {
    margin: 10px 0 12px;
    display: block; } }

.contact-section {
  position: relative;
  padding: 35px 0 123px; }
  @media (max-width: 766px) {
    .contact-section {
      padding: 35px 0 65px; } }
  .contact-section:before, .contact-section:after {
    content: '';
    position: absolute;
    background-size: 100% 100%;
    top: 0; }
  .contact-section:before {
    width: 323px;
    height: 313px;
    background-image: url(/wp-content/themes/excellence-theme/dist/images/bg-16.png);
    left: 0; }
  .contact-section:after {
    width: 342px;
    height: 332px;
    background-image: url(/wp-content/themes/excellence-theme/dist/images/bg-15.png);
    right: 0; }
  @media (max-width: 991px) {
    .contact-section .row {
      flex-direction: column; } }
  .contact-section .section-container {
    position: relative;
    z-index: 1; }
  .contact-section .content-holder {
    width: 45%;
    flex-shrink: 0;
    padding: 0 15px;
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .contact-section .content-holder {
        width: 100%;
        margin: 0 0 30px; } }
  .contact-section .contact-form-col {
    width: 55%;
    flex-shrink: 0;
    padding: 0 15px; }
    @media (max-width: 991px) {
      .contact-section .contact-form-col {
        width: 100%; } }
  @media (max-width: 766px) {
    .contact-section .content {
      width: 100%; } }
  .contact-section .main-title {
    font-size: 44px;
    font-weight: 500;
    margin: 0 0 22px; }
    @media (max-width: 766px) {
      .contact-section .main-title {
        text-align: center;
        font-size: 24px;
        margin: 0 0 18px; } }
  .contact-section .main-text {
    font-size: 16px;
    line-height: 1.625;
    max-width: 460px; }
    @media (max-width: 766px) {
      .contact-section .main-text {
        text-align: center;
        max-width: none;
        font-size: 14px;
        line-height: 1.57; } }

.map {
  height: 600px; }
  @media (min-width: 767px) {
    .map {
      margin-right: -300px;
      height: auto; } }
  .map iframe {
    display: block;
    width: 100%;
    height: 389px; }
    @media (max-width: 766px) {
      .map iframe {
        height: 100%; } }
  .map p {
    margin: 0; }
    @media (max-width: 766px) {
      .map p {
        height: 900px; } }

.address-section {
  position: relative; }
  .address-section .section-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
    @media (max-width: 766px) {
      .address-section .section-container {
        top: 20px;
        transform: translate(-50%, 0); } }
  .address-section .address-block {
    background: #fff;
    padding: 20px 24px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    max-width: 408px; }
    @media (max-width: 766px) {
      .address-section .address-block {
        margin: 0 auto; } }
    .address-section .address-block .title {
      font-size: 18px;
      line-height: 1.555;
      margin: 0 0 10px;
      max-width: 300px; }
  .address-section .info-list {
    margin: 0 0 15px;
    padding: 0;
    list-style: none; }
    .address-section .info-list li {
      font-size: 14px;
      color: #1A1A1A;
      display: flex; }
      .address-section .info-list li:not(:last-child) {
        margin: 0 0 13px; }
    .address-section .info-list .image-block {
      width: 18px;
      margin-right: 5px; }
  .address-section .button {
    padding: 12px 26px; }
    @media (max-width: 766px) {
      .address-section .button {
        width: 100%; } }

.page-template-template-about .inside-header {
  border: none; }

@media (min-width: 767px) {
  .page-template-template-about .exnc-blog-breadcrumbs {
    margin: 12px 0;
    display: block; } }

.page-template-template-about .content-acc-section {
  background: #F7F8F9; }
  .page-template-template-about .content-acc-section .custom-acc-item {
    background: #EEE; }
    .page-template-template-about .content-acc-section .custom-acc-item.active {
      background: #fff; }

.page-template-template-about .types-section {
  background-image: url(/wp-content/themes/excellence-theme/dist/images/bg-17.png);
  background-size: 100% 100%; }

.text-image-section {
  padding: 65px 0 103px; }
  @media (max-width: 766px) {
    .text-image-section {
      padding: 60px 0; } }
  @media (min-width: 767px) {
    .text-image-section .col {
      width: 50%;
      flex-shrink: 0; } }
  .text-image-section .main-title {
    font-size: 44px;
    margin: 0 0 20px; }
    @media (max-width: 766px) {
      .text-image-section .main-title {
        text-align: center;
        font-size: 24px; } }
  @media (max-width: 766px) {
    .text-image-section .main-text {
      text-align: center;
      margin: 0 0 20px;
      font-size: 24px; } }
  .text-image-section .main-text p {
    font-size: 16px;
    line-height: 1.625;
    margin: 0 0 17px; }
    @media (max-width: 766px) {
      .text-image-section .main-text p {
        font-size: 14px;
        line-height: 1.57; } }
    .text-image-section .main-text p:last-child {
      margin: 0; }
  .text-image-section .image-block {
    border-radius: 12px;
    overflow: hidden; }

.owner-banner {
  display: flex;
  height: 453px;
  position: relative;
  color: #fff; }
  @media (max-width: 766px) {
    .owner-banner {
      height: 380px; } }
  .owner-banner .section-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 5; }
  .owner-banner .main-title {
    font-size: 46px;
    color: #fff; }
    @media (max-width: 766px) {
      .owner-banner .main-title {
        font-size: 36px; } }
  .owner-banner .subtitle {
    font-family: 'Santorini';
    font-size: 50px;
    line-height: 2;
    margin: 0 0 20px; }
    @media (max-width: 766px) {
      .owner-banner .subtitle {
        font-size: 40px; } }
  .owner-banner .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .owner-banner .image-bg img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }

.page-template-template-owners .what-is-section {
  background: url(/wp-content/themes/excellence-theme/dist/images/bg-4.png);
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat; }

.why-rent-section {
  padding: 110px 0;
  background: #F7F8F9; }
  @media (max-width: 991px) {
    .why-rent-section {
      padding: 60px 0; } }
  @media (max-width: 766px) {
    .why-rent-section {
      padding: 40px 0 20px; } }
  @media (min-width: 992px) {
    .why-rent-section .top-content .section-title {
      max-width: 480px; } }
  .why-rent-section .row {
    flex-wrap: wrap; }
  .why-rent-section .items-holder {
    padding-top: 15px; }
  .why-rent-section .item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center; }
    @media (max-width: 766px) {
      .why-rent-section .item {
        width: 100%; } }
    .why-rent-section .item .image-block {
      margin: 0 auto 15px; }
      .why-rent-section .item .image-block img {
        display: block;
        margin: 0 auto;
        height: 100px; }
    .why-rent-section .item .item-title {
      display: block;
      font-size: 20px;
      font-weight: 500;
      color: #1A1A1A;
      margin: 0 0 5px; }
    .why-rent-section .item .text {
      font-size: 14px;
      line-height: 1.71; }

.what-makes-section {
  padding: 127px 0 20px; }
  @media (max-width: 991px) {
    .what-makes-section {
      padding: 60px 0 20px; } }
  @media (max-width: 766px) {
    .what-makes-section {
      padding: 40px 0 20px; } }
  .what-makes-section .custom-acc-item {
    width: 54%;
    margin-left: auto; }
    @media (max-width: 766px) {
      .what-makes-section .custom-acc-item {
        width: 100%; } }
  .what-makes-section .custom-acc {
    position: relative; }
    @media (max-width: 766px) {
      .what-makes-section .custom-acc {
        padding-top: 330px; } }
    .what-makes-section .custom-acc .image-block {
      position: absolute;
      left: 0;
      top: 0;
      width: 42%;
      box-shadow: 0 4px 30px rgba(8, 6, 22, 0.14);
      border-radius: 12px;
      overflow: hidden; }
      @media (max-width: 766px) {
        .what-makes-section .custom-acc .image-block {
          width: 100%;
          height: 300px; } }
      .what-makes-section .custom-acc .image-block img {
        display: block;
        width: 100%; }
        @media (max-width: 766px) {
          .what-makes-section .custom-acc .image-block img {
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: center;
               object-position: center;
            height: 100%; } }

.contact-services-section .form-title {
  display: none; }

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='number'],
textarea,
select {
  border: 1px solid #F1F2F2;
  border-radius: 3px;
  padding: 10px 12px;
  box-sizing: border-box;
  background-color: #fff;
  color: #3a3a3a; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #F1F2F2;
  padding-right: 28px;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.37646 0.693359L5.37646 4.69336L9.37647 0.693359' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 11px;
  background-size: 12px;
  cursor: pointer; }

body .exnc-input--primary {
  border-color: #d4a267; }

body .exnc-input--header-search {
  padding: 7px 10px 9px 35px;
  width: 100%;
  background: #F2F2F2;
  border-color: #F2F2F2;
  border-radius: 8px;
  font-size: 15px; }
  body .exnc-input--header-search:focus {
    outline: none; }

body .exnc-input--mobile-search-select {
  width: 100%;
  max-width: 335px;
  text-align: center;
  border-color: #EAEAEA;
  border-radius: 10px;
  padding: 22px 12px 7px;
  font-size: 14px;
  color: #1A1A1A;
  font-family: "Gilroy", sans-serif; }

.single-exnc_villa .exnc-header__search-mobile,
.single-exnc_yacht .exnc-header__search-mobile,
.single-exnc_hotel .exnc-header__search-mobile,
.single-exnc_car .exnc-header__search-mobile,
.single-exnc_establishment .exnc-header__search-mobile {
  margin-top: 15px; }

@media (max-width: 1439px) {
  .single-exnc_villa .exnc-header__primary,
  .single-exnc_yacht .exnc-header__primary,
  .single-exnc_hotel .exnc-header__primary,
  .single-exnc_car .exnc-header__primary,
  .single-exnc_establishment .exnc-header__primary {
    margin: 0; } }

.nf-mp-header {
  display: none; }

.hide-row {
  height: 0;
  overflow: hidden;
  margin-bottom: 0 !important; }

body .nf-next-previous {
  position: relative;
  margin: 0 !important; }

.nf-next-previous li.nf-previous-item {
  float: right !important; }

@media (max-width: 766px) {
  .nf-field-container {
    margin-bottom: 14px !important; } }

@media (max-width: 766px) {
  .nf-field-container.hide-row {
    margin-bottom: 0 !important; } }

.nf-field-container .nf-field-label {
  width: auto !important; }

body .nf-mp-footer .nf-next-item,
body .nf-mp-footer .nf-previous-item {
  position: relative; }
  @media (max-width: 766px) {
    body .nf-mp-footer .nf-next-item,
    body .nf-mp-footer .nf-previous-item {
      width: 100%;
      padding: 0 5px !important; } }
  body .nf-mp-footer .nf-next-item:after,
  body .nf-mp-footer .nf-previous-item:after {
    content: '';
    width: 17px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -7px;
    background-image: url(/wp-content/themes/excellence-theme/dist/images/arrow-left-white.png);
    background-size: 100% 100%;
    pointer-events: none; }
  body .nf-mp-footer .nf-next-item input[type=button],
  body .nf-mp-footer .nf-previous-item input[type=button] {
    text-transform: none; }
    @media (min-width: 767px) {
      body .nf-mp-footer .nf-next-item input[type=button],
      body .nf-mp-footer .nf-previous-item input[type=button] {
        padding-left: 22px;
        padding-right: 50px; } }
    @media (max-width: 766px) {
      body .nf-mp-footer .nf-next-item input[type=button],
      body .nf-mp-footer .nf-previous-item input[type=button] {
        width: 100%; } }

@media (min-width: 767px) {
  body .nf-mp-footer .nf-previous-item {
    position: absolute;
    left: 0;
    top: -73px; } }

body .nf-mp-footer .nf-previous-item input[type=button] {
  color: #BFBFBF !important;
  background: none !important;
  padding-left: 30px !important; }

body .nf-mp-footer .nf-previous-item:after {
  right: auto;
  left: 10px;
  transform: rotate(180deg);
  background-image: url(/wp-content/themes/excellence-theme/dist/images/arrow-left-grey.png); }

body .nf-mp-footer .nf-previous-item input[type=button] {
  padding-left: 50px; }
  @media (min-width: 767px) {
    body .nf-mp-footer .nf-previous-item input[type=button] {
      padding-right: 22px; } }

@media (max-width: 766px) {
  .lightpick {
    left: 12px !important;
    border-radius: 20px; } }

.lightpick__select {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 30px; }
  .lightpick__select + .lightpick__select {
    margin-left: 5px; }

.lightpick__previous-action, .lightpick__next-action, .lightpick__close-action {
  padding: 0;
  background-color: #d4a267;
  background-image: none;
  font-size: 16px; }

.lightpick__tooltip {
  display: none !important; }

.exnc-range-slider__slider-container {
  margin-bottom: 5px; }
  @media (min-width: 767px) {
    .exnc-range-slider__slider-container {
      padding-right: 6px;
      padding-left: 6px; } }

.exnc-range-slider__slider {
  position: relative;
  width: 100%;
  height: 30px; }

.exnc-range-slider__values {
  display: flex;
  align-items: center;
  margin-right: -12px;
  margin-left: -12px;
  box-sizing: border-box;
  padding-right: 12px;
  padding-left: 12px; }

.exnc-range-slider__value {
  flex: 0 1 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding-right: 12px;
  padding-left: 12px; }
  .exnc-range-slider__value input {
    display: block;
    max-width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    border-radius: 3px;
    padding: 3px 8px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px; }
    @media (max-width: 991px) {
      .exnc-range-slider__value input {
        font-size: 14px; } }

.exnc-range-slider #nouislider {
  padding-top: 47px; }
  @media (max-width: 991px) {
    .exnc-range-slider #nouislider {
      padding-top: 72px; } }

.exnc-range-slider__value-dash {
  flex-basis: 6px;
  flex-shrink: 0;
  width: 6px;
  height: 2px;
  background: #999; }

.exnc-range-slider .exnc-range-slider__value-input {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 4px 8px;
  background: none; }

.exnc-range-slider .noUi-horizontal {
  border: none;
  height: 2px;
  box-shadow: none;
  background: #eee; }
  .exnc-range-slider .noUi-horizontal .noUi-handle {
    position: relative;
    margin-top: 1px;
    border: 2px solid #d4a267;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    box-shadow: none;
    background: #fff;
    outline: none !important;
    cursor: pointer; }
    @media (max-width: 991px) {
      .exnc-range-slider .noUi-horizontal .noUi-handle {
        right: -36px;
        width: 17px;
        height: 17px;
        margin-top: -2px; } }
    @media (max-width: 440px) {
      .exnc-range-slider .noUi-horizontal .noUi-handle {
        right: -17px; } }
    .exnc-range-slider .noUi-horizontal .noUi-handle:before, .exnc-range-slider .noUi-horizontal .noUi-handle:after {
      display: none; }
  .exnc-range-slider .noUi-horizontal .noUi-connect {
    background: #d4a267;
    position: relative; }
    .exnc-range-slider .noUi-horizontal .noUi-connect:after {
      content: '';
      height: 47px;
      background: #ECDDCD;
      position: absolute;
      bottom: 2px;
      left: 5px;
      right: -5px;
      z-index: 5; }
      @media (max-width: 991px) {
        .exnc-range-slider .noUi-horizontal .noUi-connect:after {
          height: 72px; } }

.exnc-range-slider .noUi-connects {
  overflow: visible;
  position: relative;
  background: #E1E2E3; }
  .exnc-range-slider .noUi-connects:before {
    content: '';
    width: 100%;
    height: 47px;
    background: #F3F3F4;
    bottom: 1px;
    left: 0;
    position: absolute; }
    @media (max-width: 991px) {
      .exnc-range-slider .noUi-connects:before {
        height: 72px; } }
  .exnc-range-slider .noUi-connects:after {
    content: '';
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: -5px;
    background-image: url(/wp-content/themes/excellence-theme/dist/images/range-mask.png);
    background-size: 100% 47px;
    background-repeat: no-repeat;
    z-index: 10; }
    @media (max-width: 991px) {
      .exnc-range-slider .noUi-connects:after {
        background-size: 100% 72px;
        height: 74px; } }

.exnc-number {
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box; }
  .exnc-number__inputs {
    display: flex;
    flex-wrap: wrap; }
  .exnc-number__input-container {
    flex: 0 1 40px;
    max-width: 40px; }
    .exnc-number__input-container--input {
      display: flex;
      flex: auto;
      align-items: center;
      justify-content: center;
      padding: 0 7px;
      box-sizing: border-box;
      border-radius: 6px;
      max-width: calc(100% - 80px);
      border: 2px solid #E9E9E9; }
    .exnc-number__input-container--plus {
      display: flex;
      justify-content: flex-end; }
  .exnc-number__main-input-container {
    position: relative; }
  .exnc-number__input {
    border: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px; }
  .exnc-number__input-sufix {
    position: absolute;
    right: 6px;
    transform: translateY(2px);
    max-width: 20px;
    display: none; }
  .exnc-number .exnc-number__button {
    border: 2px solid #d4a267;
    border-radius: 6px;
    padding: 2px 2px 10px;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background: none;
    color: #d4a267;
    font-weight: 400;
    font-size: 24px;
    line-height: 21px;
    text-align: center; }
    .exnc-number .exnc-number__button:hover {
      background-color: #d4a267;
      color: #fff; }

.exnc-post {
  padding-bottom: 40px; }
  .exnc-post > * + * {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 30px; }
    @media (min-width: 767px) {
      .exnc-post > * + * {
        margin-top: 60px;
        padding-top: 55px; } }
  .exnc-post__main-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 992px) {
      .exnc-post__main-inner {
        flex-direction: row; } }
    .exnc-post__main-inner > * {
      box-sizing: border-box;
      padding-left: 15px;
      padding-right: 15px;
      max-width: 100%;
      flex: 0 1 100%; }
  .exnc-post__main {
    padding-top: 45px; }
    @media (max-width: 766px) {
      .exnc-post__main {
        padding-top: 0; } }
  @media (min-width: 992px) {
    .exnc-post__gallery {
      flex-basis: 64%;
      max-width: 64%; } }
  .exnc-post__gallery .exnc-gallery__main {
    margin: 0 0 11px;
    border-radius: 12px;
    overflow: hidden; }
    @media (max-width: 766px) {
      .exnc-post__gallery .exnc-gallery__main {
        border-radius: 0;
        margin: 0 -20px 11px; } }
  .exnc-post__gallery .swiper-pagination {
    width: auto;
    left: auto;
    right: 14px;
    bottom: 14px;
    border-radius: 24px;
    color: #656565;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.13);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    color: #fff; }
    .exnc-post__gallery .swiper-pagination .swiper-pagination-current {
      color: #fff; }
  @media (min-width: 992px) {
    .exnc-post__job-content {
      flex-basis: 64%;
      max-width: 64%; } }
  .exnc-post__info {
    margin-top: 15px; }
    @media (min-width: 992px) {
      .exnc-post__info {
        flex-basis: 36%;
        margin-top: 0;
        max-width: 36%; } }
    .exnc-post__info .image-block {
      margin: -17px -20px 18px; }
      .exnc-post__info .image-block img {
        display: block;
        width: 100%; }
  .exnc-post__info-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 18px;
    color: #1A1A1A; }
  .exnc-post__subinfo {
    padding: 23px 25px 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991px) {
      .exnc-post__subinfo {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0px -6px 16px rgba(0, 0, 0, 0.07);
        z-index: 100;
        padding: 12px 20px; } }
    @media (max-width: 991px) {
      .exnc-post__subinfo .button {
        font-size: 14px; } }
    @media (max-width: 991px) {
      .exnc-post__subinfo .button .button__icon {
        position: relative;
        top: 2px; } }
    .exnc-post__subinfo > div {
      margin: 0 5px; }
      .exnc-post__subinfo > div button {
        transition: 0.3s opacity; }
        .exnc-post__subinfo > div button:hover {
          opacity: 0.7; }
    .exnc-post__subinfo .exnc-text-button__label {
      display: none; }
    @media (min-width: 992px) {
      .exnc-post__subinfo .exnc-post-info__cta {
        display: none; } }
  .exnc-post__content {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 60px;
    border: none;
    background-image: url(/wp-content/themes/excellence-theme/dist/images/bg-12.png);
    background-size: 100% 100%; }
    @media (max-width: 766px) {
      .exnc-post__content {
        padding-bottom: 50px; } }
    @media (max-width: 766px) {
      .exnc-post__content {
        background-image: url(/wp-content/themes/excellence-theme/dist/images/bg-13.png); } }
  .exnc-post__content-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 992px) {
      .exnc-post__content-inner {
        flex-direction: row; } }
    .exnc-post__content-inner > * {
      box-sizing: border-box;
      padding-left: 15px;
      padding-right: 15px;
      max-width: 100%;
      flex: 0 1 100%; }
    @media (min-width: 992px) {
      .exnc-post__content-inner .exnc-post__sidebar {
        flex-basis: 34%;
        margin-top: 0;
        max-width: 34%; } }
  @media (min-width: 992px) {
    .exnc-post__content-main {
      flex-basis: 64%;
      max-width: 64%; } }
  .exnc-post__content-main > * + * {
    margin-top: 30px; }
    @media (min-width: 767px) {
      .exnc-post__content-main > * + * {
        margin-top: 75px; } }
  .exnc-post__features, .exnc-post__menu {
    position: relative; }
  .exnc-post__content-logo {
    display: none;
    position: absolute;
    top: 22px;
    left: 30px;
    width: 90px; }
    @media (min-width: 767px) {
      .exnc-post__content-logo {
        display: block; } }
  .exnc-post__sidebar {
    margin-top: 40px; }
    @media (min-width: 992px) {
      .exnc-post__sidebar {
        flex-basis: 36%;
        margin-top: 0;
        max-width: 36%; } }

.single.single-exnc_establishment .exnc-post__content-main .exnc-tabs__nav {
  display: flex; }

.single.separate-containers .site-main {
  margin-bottom: 0; }

.single .exnc-post {
  margin-bottom: 0; }

.single .exnc-post__content-main .exnc-tabs__nav {
  display: none; }

.single #right-sidebar {
  display: none; }

@media (max-width: 991px) {
  .single.single-exnc_villa .site-footer, .single.single-exnc_car .site-footer, .single.single-exnc_hotel .site-footer, .single.single-exnc_establishment .site-footer, .single.single-exnc_yacht .site-footer {
    padding-bottom: 71px; } }

@media (max-width: 991px) {
  .single.single-exnc_villa.exnc-open-share-modal .site-main, .single.single-exnc_car.exnc-open-share-modal .site-main, .single.single-exnc_hotel.exnc-open-share-modal .site-main, .single.single-exnc_establishment.exnc-open-share-modal .site-main, .single.single-exnc_yacht.exnc-open-share-modal .site-main {
    position: relative;
    z-index: 105; } }

.link-chevron {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #d4a267; }
  .link-chevron:after {
    content: '';
    width: 6px;
    height: 6px;
    border: solid #d4a267;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    margin-left: 5px; }

.similar-section {
  padding: 118px 0 95px;
  border: none;
  background: #F7F8F9;
  margin-top: 0 !important; }
  @media (max-width: 991px) {
    .similar-section {
      padding: 60px 0; } }
  @media (max-width: 766px) {
    .similar-section {
      padding: 60px 0 95px; } }
  .similar-section .title-block {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 20px; }
  .similar-section .section-title {
    margin: 0;
    padding-right: 10px; }
    @media (max-width: 766px) {
      .similar-section .section-title {
        font-size: 18px; } }
  .similar-section .exnc-carousel__container {
    width: 100%; }
  .similar-section .exnc-carousel__header-nav {
    margin-top: 17px; }

.similar-card {
  border-radius: 12px;
  overflow: hidden; }
  .similar-card .image-block {
    position: relative;
    display: block;
    padding-bottom: 57%;
    background: #ccc;
    background-size: cover;
    overflow: hidden; }
    .similar-card .image-block:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 53px;
      background: linear-gradient(180deg, rgba(26, 26, 26, 0.02) 0%, rgba(26, 26, 26, 0.7) 100%);
      z-index: 1; }
    .similar-card .image-block .image-holder {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ccc; }
      .similar-card .image-block .image-holder img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
  .similar-card .title {
    font-size: 12px;
    margin: 0 0 8px;
    font-weight: 500;
    color: #d4a267; }
    .similar-card .title span:last-child .sep {
      display: none; }
    .similar-card .title p {
      margin: 0; }
    .similar-card .title a {
      color: #d4a267; }
  .similar-card .name {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 2px; }
    @media (max-width: 766px) {
      .similar-card .name {
        font-size: 16px; } }
    .similar-card .name a {
      color: #1A1A1A; }
  .similar-card .price {
    font-size: 13px; }
  .similar-card .info-holder {
    padding: 19px 23px;
    background: #fff;
    align-items: center; }
    @media (max-width: 766px) {
      .similar-card .info-holder {
        padding: 15px 12px; } }
  .similar-card .info-list {
    margin: 10px 0 0;
    padding: 10px 0 0;
    display: flex;
    border-top: 1px solid #F1F2F2; }
    .similar-card .info-list li {
      margin: 0;
      font-size: 12px;
      flex-shrink: 0;
      flex-basis: auto;
      max-width: none;
      padding: 0;
      margin-right: 10px; }
    .similar-card .info-list svg {
      width: 18px;
      height: 18px; }
    .similar-card .info-list .exnc-post-info__list-icon {
      width: 24px; }

body .discover-also-section {
  margin: 0;
  padding: 100px 0 !important;
  border: none; }
  @media (max-width: 991px) {
    body .discover-also-section {
      padding: 50px 0 80px !important; } }
  body .discover-also-section .section-title {
    margin: 0 0 20px; }
    @media (max-width: 766px) {
      body .discover-also-section .section-title {
        font-size: 18px; } }
  @media (max-width: 991px) {
    body .discover-also-section .exnc-carousel__carousel {
      margin-right: -20px; } }
  body .discover-also-section .exnc-carousel__header-nav {
    margin-top: 17px; }
  @media (max-width: 766px) {
    body .discover-also-section .exnc-carousel__nav {
      display: none; } }
  body .discover-also-section .exnc-tile__image {
    padding-bottom: 97%; }
    body .discover-also-section .exnc-tile__image:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(18.01deg, rgba(0, 0, 0, 0.9) 3.35%, rgba(0, 0, 0, 0.9) 3.35%, rgba(0, 0, 0, 0) 52.2%); }
    body .discover-also-section .exnc-tile__image .image-holder {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    body .discover-also-section .exnc-tile__image .exnc-tile__image-obj {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }

.single-exnc_hotel .exnc-post-sidebar__information {
  background: #FFF;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  padding: 24px; }
  .single-exnc_hotel .exnc-post-sidebar__information .exnc-post-sidebar__logo {
    width: 92px;
    height: 92px;
    border: 1px solid #F1F2F2;
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto; }
  .single-exnc_hotel .exnc-post-sidebar__information .exnc-post-sidebar__logo-image {
    max-width: 100%; }
  .single-exnc_hotel .exnc-post-sidebar__information .exnc-post-footer__socials-heading {
    margin-top: 10px; }
  .single-exnc_hotel .exnc-post-sidebar__information .exnc-post-footer__socials-content {
    margin-top: 11px; }

.single-exnc_hotel .info-items-cards {
  width: 100%; }
  @media (max-width: 766px) {
    .single-exnc_hotel .info-items-cards {
      padding-bottom: 12px; } }
  .single-exnc_hotel .info-items-cards .row {
    width: calc(100% + 20px);
    margin: 0 -10px; }
  .single-exnc_hotel .info-items-cards .card:hover .image-holder {
    transform: none; }
  .single-exnc_hotel .info-items-cards .card-holder,
  .single-exnc_hotel .info-items-cards .image-card-holder {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 33.33%; }
    @media (max-width: 639px) {
      .single-exnc_hotel .info-items-cards .card-holder,
      .single-exnc_hotel .info-items-cards .image-card-holder {
        width: 100%;
        margin: 0 0 20px; } }
  .single-exnc_hotel .info-items-cards .image-card {
    height: auto;
    padding-bottom: 100%; }
    .single-exnc_hotel .info-items-cards .image-card.shadow:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: linear-gradient(180deg, rgba(26, 26, 26, 0) 30%, rgba(26, 26, 26, 0.85) 100%);
      z-index: 1; }
    .single-exnc_hotel .info-items-cards .image-card .text {
      display: block;
      color: #d4a267;
      font-weight: 600;
      text-transform: uppercase; }
  .single-exnc_hotel .info-items-cards .exnc-info-list {
    margin: 0;
    width: 100%; }
    .single-exnc_hotel .info-items-cards .exnc-info-list .row {
      flex-wrap: wrap; }
    .single-exnc_hotel .info-items-cards .exnc-info-list .title {
      font-size: 16px;
      font-weight: 700;
      line-height: 1.18;
      margin: 0 0 2px; }
      .single-exnc_hotel .info-items-cards .exnc-info-list .title.chevron {
        display: inline-flex;
        align-items: center; }
        .single-exnc_hotel .info-items-cards .exnc-info-list .title.chevron:after {
          content: '';
          width: 6px;
          height: 6px;
          flex-shrink: 0;
          border: solid #fff;
          border-width: 2px 2px 0 0;
          transform: rotate(45deg);
          margin-left: 10px; }
    .single-exnc_hotel .info-items-cards .exnc-info-list .image-block {
      margin: 0 0 10px; }
    .single-exnc_hotel .info-items-cards .exnc-info-list .text {
      font-size: 12px; }
  .single-exnc_hotel .info-items-cards .round {
    width: auto; }
    @media (max-width: 639px) {
      .single-exnc_hotel .info-items-cards .round {
        width: 100%; } }
    .single-exnc_hotel .info-items-cards .round .image-block {
      width: 168px;
      padding-bottom: 100%;
      border-radius: 50%; }
      @media (max-width: 639px) {
        .single-exnc_hotel .info-items-cards .round .image-block {
          width: 100%; } }
    .single-exnc_hotel .info-items-cards .round .title.chevron:after {
      border-color: #1A1A1A;
      margin-left: 5px; }
  .single-exnc_hotel .info-items-cards .more-btn-holder {
    padding-top: 15px; }
  .single-exnc_hotel .info-items-cards.items-cards-more .card-holder {
    display: none; }
    .single-exnc_hotel .info-items-cards.items-cards-more .card-holder:nth-child(1), .single-exnc_hotel .info-items-cards.items-cards-more .card-holder:nth-child(2), .single-exnc_hotel .info-items-cards.items-cards-more .card-holder:nth-child(3) {
      display: block; }
  .single-exnc_hotel .info-items-cards.items-cards-more.show .card-holder {
    display: block; }

@media (min-width: 992px) {
  .single-exnc_hotel .info-items-block {
    margin: 0 0 60px; } }

.single-exnc_job {
  background-image: url(/wp-content/themes/excellence-theme/dist/images/bg-6.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
  .single-exnc_job #page {
    overflow: visible; }
  .single-exnc_job .exnc-post__main {
    padding-top: 10px; }
  .single-exnc_job .page-title {
    font-weight: 500;
    padding-top: 22px; }
    @media (min-width: 992px) {
      .single-exnc_job .page-title {
        padding-bottom: 56px;
        margin-bottom: 43px;
        font-size: 44px; } }
    @media (max-width: 766px) {
      .single-exnc_job .page-title {
        font-size: 30px; } }
  .single-exnc_job .single-content-holder {
    padding-bottom: 0;
    border: none;
    max-width: 1060px;
    margin: 0 auto 50px; }
    .single-exnc_job .single-content-holder h2 {
      font-size: 24px;
      line-height: 1.5;
      font-weight: 500;
      padding-bottom: 16px;
      margin-bottom: 24px;
      border-bottom: 1px solid #F1F2F2; }
      @media (max-width: 766px) {
        .single-exnc_job .single-content-holder h2 {
          font-size: 20px; } }
    .single-exnc_job .single-content-holder h3 {
      font-size: 20px;
      padding-top: 20px; }
      @media (max-width: 766px) {
        .single-exnc_job .single-content-holder h3 {
          font-size: 18px; } }
    .single-exnc_job .single-content-holder ul {
      list-style: none;
      margin: 0 0 40px;
      padding: 0; }
      .single-exnc_job .single-content-holder ul li {
        position: relative;
        padding-left: 30px; }
        .single-exnc_job .single-content-holder ul li:not(:last-child) {
          margin-bottom: 15px; }
        .single-exnc_job .single-content-holder ul li:before {
          content: '';
          width: 12px;
          height: 6px;
          border: solid #d4a267;
          border-width: 0 0 1px 1px;
          transform: rotate(-45deg);
          position: absolute;
          top: 9px;
          left: 5px; }
  .single-exnc_job .exnc-post-info {
    padding: 17px 20px;
    overflow: hidden; }
  .single-exnc_job .exnc-post-info__title,
  .single-exnc_job .exnc-post-info__section-content {
    font-size: 14px; }
  @media (max-width: 991px) {
    .single-exnc_job .exnc-post__main-inner {
      display: block; } }
  .single-exnc_job .exnc-post__job-content {
    font-size: 16px;
    line-height: 1.625; }
    @media (min-width: 992px) {
      .single-exnc_job .exnc-post__job-content {
        padding-right: 40px; } }
    .single-exnc_job .exnc-post__job-content p {
      margin-bottom: 1.1em; }
  @media (max-width: 991px) {
    .single-exnc_job .exnc-post__info {
      padding-top: 40px; } }
  .single-exnc_job .exnc-post-info {
    position: -webkit-sticky;
    position: sticky;
    top: 20px; }

.copy-email-btn {
  position: relative;
  background: none;
  border: none;
  padding: 5px 15px;
  margin-left: 15px;
  border-left: 1px solid #ebe7e1; }
  .copy-email-btn:hover {
    opacity: 0.7; }
  .copy-email-btn svg {
    display: block; }
  .copy-email-btn.done .label {
    display: block; }
  .copy-email-btn .label {
    display: none;
    font-size: 12px;
    position: absolute;
    left: 18px;
    top: -29px;
    white-space: nowrap;
    color: #d4a267; }

.what-is-section {
  background: #F7F8F9;
  padding: 135px 0;
  border: none; }
  @media (max-width: 991px) {
    .what-is-section {
      padding: 60px 0; } }
  @media (max-width: 766px) {
    .what-is-section {
      padding: 50px 0; } }
  .what-is-section .page-title {
    padding-top: 0; }
  @media (min-width: 767px) {
    .what-is-section .content-holder {
      display: flex;
      align-items: center; } }
  .what-is-section .image-block {
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px; }
    @media (min-width: 767px) {
      .what-is-section .image-block {
        width: 42%;
        margin-bottom: 0; } }
    .what-is-section .image-block img {
      display: block;
      width: 100%; }
  .what-is-section .text {
    flex-grow: 1; }
    @media (min-width: 767px) {
      .what-is-section .text {
        padding-left: 50px; } }
    .what-is-section .text p {
      margin: 0 0 17px; }
      .what-is-section .text p:last-child {
        margin: 0; }

.single-offers-block {
  margin-top: 60px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  display: flex;
  overflow: hidden; }
  .single-offers-block .content-block {
    flex-grow: 1;
    padding: 23px 25px; }
    @media (max-width: 766px) {
      .single-offers-block .content-block {
        padding: 15px; } }
    .single-offers-block .content-block .exnc-post-description__heading {
      text-align: left; }
    .single-offers-block .content-block .button {
      background-color: #034663;
      transition: 0.3s opacity;
      font-size: 16px;
      width: 185px;
      padding: 13px 10px; }
      .single-offers-block .content-block .button:hover {
        opacity: 0.7; }
  .single-offers-block .image-block {
    width: 47%; }
    @media (max-width: 1439px) {
      .single-offers-block .image-block {
        width: 30%; } }
    @media (max-width: 991px) {
      .single-offers-block .image-block {
        display: none; } }
    .single-offers-block .image-block img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      display: block; }
  .single-offers-block .offer-items-holder {
    margin: 0 0 24px; }
  .single-offers-block .offer-item {
    display: block;
    width: 100%; }
    .single-offers-block .offer-item:not(:last-child) {
      margin-bottom: 16px; }
    .single-offers-block .offer-item input {
      display: none; }
      .single-offers-block .offer-item input:checked + .offer-label {
        background: #fbf6f0;
        border-color: #d4a267; }
        .single-offers-block .offer-item input:checked + .offer-label:after {
          border-color: #d4a267;
          border-width: 2px;
          width: 18px;
          height: 18px; }
        .single-offers-block .offer-item input:checked + .offer-label:before {
          display: block; }
  .single-offers-block .offer-label {
    position: relative;
    background: #F7F8F9;
    border: 1px solid #F7F8F9;
    border-radius: 12px;
    padding: 21px 50px 21px 20px;
    width: 100%;
    cursor: pointer; }
    @media (max-width: 766px) {
      .single-offers-block .offer-label {
        padding: 15px 50px 15px 15px; } }
    .single-offers-block .offer-label:after, .single-offers-block .offer-label:before {
      content: '';
      border-radius: 50%;
      position: absolute; }
    .single-offers-block .offer-label:after {
      width: 22px;
      height: 22px;
      border: 1px solid #e1e2e3;
      right: 20px;
      top: 50%;
      margin-top: -11px; }
    .single-offers-block .offer-label:before {
      width: 12px;
      height: 12px;
      background: #d4a267;
      right: 25px;
      top: 50%;
      margin-top: -6px;
      display: none; }
    .single-offers-block .offer-label .date {
      font-size: 16px;
      font-weight: 600;
      color: #1A1A1A; }
    .single-offers-block .offer-label .price {
      font-size: 14px;
      padding-left: 3px; }
      .single-offers-block .offer-label .price .old {
        font-size: 12px; }
      .single-offers-block .offer-label .price .text,
      .single-offers-block .offer-label .price .new {
        color: #1A1A1A; }

.exnc-post-description.show .exnc-post-description__content, .exnc-post-description.short .exnc-post-description__content {
  max-height: none; }
  .exnc-post-description.show .exnc-post-description__content:after, .exnc-post-description.short .exnc-post-description__content:after {
    display: none; }

.exnc-post-description.show .more-btn-holder, .exnc-post-description.short .more-btn-holder {
  display: none; }

.exnc-post-description__heading {
  text-align: center;
  font-size: 24px;
  font-weight: 600; }
  @media (max-width: 766px) {
    .exnc-post-description__heading {
      font-size: 20px; } }

.exnc-post-description__content {
  position: relative;
  font-size: 16px;
  line-height: 1.625;
  color: #8D8D8D;
  max-height: 730px;
  overflow: hidden; }
  @media (max-width: 766px) {
    .exnc-post-description__content {
      text-align: center;
      font-size: 14px;
      line-height: 1.57; } }
  .exnc-post-description__content:after {
    content: '';
    height: 75px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    position: absolute;
    left: 0;
    bottom: 0; }
  .exnc-post-description__content p {
    margin-bottom: 15px; }
  .exnc-post-description__content > *:last-child {
    margin-bottom: 0; }

.more-btn-holder {
  text-align: center;
  padding-top: 5px; }
  .more-btn-holder .more-label {
    position: relative;
    background: none;
    padding: 0;
    font-size: 14px;
    color: #d4a267;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .more-btn-holder .more-label:hover {
      opacity: 0.7; }
    .more-btn-holder .more-label:after {
      content: '';
      width: 6px;
      height: 6px;
      border: solid #d4a267;
      border-width: 0 1px 1px 0;
      transform: rotate(45deg);
      margin-left: 5px; }

.exnc-post-info {
  padding: 17px 28px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  font-weight: 500;
  font-size: 14px; }
  @media (min-width: 992px) {
    .exnc-post-info {
      font-size: 15px; } }
  .exnc-post-info__header {
    border-bottom: 1px solid #d4a267;
    padding-bottom: 19px;
    margin-bottom: 19px; }
    @media (max-width: 766px) {
      .exnc-post-info__header {
        padding-bottom: 15px; } }
  .exnc-post-info__heading {
    margin: 0;
    font-weight: 600;
    font-size: 28px; }
    @media (max-width: 766px) {
      .exnc-post-info__heading {
        font-size: 24px;
        font-weight: 500; } }
  .exnc-post-info__section + .exnc-post-info__section {
    margin-top: 20px; }
  .exnc-post-info__section-content-info {
    font-size: 12px;
    color: #8c8c8c;
    padding-top: 6px; }
  .exnc-post-info__title {
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 16px;
    color: #000; }
  .exnc-post-info__cta-container {
    margin-top: 4px;
    border-top: 1px solid #eee;
    padding-top: 22px; }
    @media (max-width: 991px) {
      .exnc-post-info__cta-container {
        display: none; } }
  @media (max-width: 991px) {
    .exnc-post-info__btn-holder {
      display: none; } }
  .exnc-post-info__email-block {
    margin-top: 16px;
    background: #fbf6f0;
    border-radius: 12px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .exnc-post-info__email-block a {
      color: #E4BE6F;
      font-size: 14px; }
      .exnc-post-info__email-block a:hover {
        opacity: 0.7; }
  .exnc-post-info__cta + .exnc-post-info__cta {
    margin-top: 10px; }
  .exnc-post-info__cta-mobile {
    display: none; }
    @media (max-width: 991px) {
      .exnc-post-info__cta-mobile {
        display: block;
        padding-top: 30px; } }
    @media (max-width: 991px) {
      .exnc-post-info__cta-mobile .button {
        align-items: center;
        display: flex;
        justify-content: center; } }
    @media (max-width: 991px) {
      .exnc-post-info__cta-mobile .button svg {
        width: 35px;
        height: 35px; } }
  .exnc-post-info__view-more-link {
    font-size: 12px;
    color: #d4a267;
    text-transform: capitalize;
    text-decoration: underline; }
  .exnc-post-info__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
    margin-right: -5px;
    margin-bottom: 0;
    margin-left: -5px;
    padding: 0;
    list-style: none; }
  .exnc-post-info__list-item {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    padding-right: 5px;
    padding-left: 5px;
    flex-basis: 50%;
    max-width: 50%;
    box-sizing: border-box; }
  .exnc-post-info__list-icon {
    display: inline-block;
    padding-right: 6px;
    width: 37px; }
  .exnc-post-info__simple-list {
    margin: 0;
    list-style: none; }
  .exnc-post-info__price {
    color: #8D8D8D; }
  .exnc-post-info__list-label {
    text-transform: capitalize; }
  .exnc-post-info .col-holder {
    display: flex;
    flex-wrap: wrap; }
    .exnc-post-info .col-holder .col {
      width: 50%;
      flex-shrink: 0;
      padding-right: 20px; }
      .exnc-post-info .col-holder .col .exnc-post-info__section {
        margin-top: 20px; }
  .exnc-post-info .button {
    border-radius: 12px;
    font-size: 16px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    padding: 13px 20px; }
    .exnc-post-info .button svg {
      width: 18px;
      height: 18px; }
  .exnc-post-info .button--primary-outline {
    padding: 4px 20px; }
    .exnc-post-info .button--primary-outline .button__icon {
      padding-right: 0; }
    .exnc-post-info .button--primary-outline:hover svg path {
      fill: #fff; }
    .exnc-post-info .button--primary-outline svg {
      width: 35px;
      height: 35px; }
      .exnc-post-info .button--primary-outline svg path {
        transition: 0.1s fill; }

.single-content-holder {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #F1F2F2; }
  @media (max-width: 766px) {
    .single-content-holder {
      margin-bottom: 25px;
      margin-top: -20px;
      padding-bottom: 30px; } }

.call-box {
  border-radius: 10px;
  padding: 30px 15px;
  margin: 0 0 40px;
  text-align: center;
  background: #fafafa; }
  @media (min-width: 767px) {
    .call-box {
      display: none; } }
  .call-box .title {
    color: #000;
    margin: 0 0 10px;
    font-weight: 700; }
  .call-box svg {
    width: 18px;
    height: 18px; }
    .call-box svg path {
      fill: #d4a267; }
  .call-box .phone {
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center; }

.exnc-post-sidebar {
  display: block; }
  .exnc-post-sidebar > * + * {
    margin-top: 30px; }
    @media (min-width: 767px) {
      .exnc-post-sidebar > * + * {
        margin-top: 40px; } }
  .exnc-post-sidebar__bold {
    font-weight: 600;
    text-transform: uppercase; }
  .exnc-post-sidebar__information {
    margin-top: 0px; }
    .exnc-post-sidebar__information + .exnc-post-sidebar__questions-box {
      margin-top: 50px;
      background: #FFF;
      border-radius: 12px;
      overflow: hidden; }
      @media (min-width: 767px) {
        .exnc-post-sidebar__information + .exnc-post-sidebar__questions-box {
          margin-top: 60px; } }
      @media (min-width: 992px) {
        .exnc-post-sidebar__information + .exnc-post-sidebar__questions-box {
          max-width: 347px; } }
      .exnc-post-sidebar__information + .exnc-post-sidebar__questions-box .exnc-questions-box__heading {
        color: #1A1A1A;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 10px; }
        @media (max-width: 766px) {
          .exnc-post-sidebar__information + .exnc-post-sidebar__questions-box .exnc-questions-box__heading {
            font-size: 18px; } }
    .exnc-post-sidebar__information .exnc-information-box__heading {
      text-align: center;
      color: #1A1A1A;
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 19px; }
      @media (max-width: 766px) {
        .exnc-post-sidebar__information .exnc-information-box__heading {
          font-size: 18px; } }
    .exnc-post-sidebar__information .exnc-information-box__list {
      border-top: 1px solid #F1F2F2; }
      .exnc-post-sidebar__information .exnc-information-box__list li {
        margin: 0;
        padding: 12px 0;
        border-bottom: 1px solid #F1F2F2; }
        .exnc-post-sidebar__information .exnc-information-box__list li button {
          font-size: 16px;
          font-family: "Gilroy", sans-serif;
          display: flex;
          align-items: center; }
          .exnc-post-sidebar__information .exnc-information-box__list li button .icon {
            font-size: 30px;
            line-height: 1;
            margin-right: 10px; }
  .exnc-post-sidebar__logo {
    display: flex;
    align-items: center;
    justify-content: center; }
  .exnc-post-sidebar__logo-image {
    max-width: 260px; }
  .exnc-post-sidebar .exnc-post-footer__socials-content {
    margin-top: 22px; }

.exnc-post-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -10px;
  margin-left: -10px; }
  .exnc-post-footer > * {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    text-align: center; }
  .exnc-post-footer > * + * {
    margin-top: 30px; }
    @media (min-width: 767px) {
      .exnc-post-footer > * + * {
        margin-top: 0; } }
  @media (min-width: 767px) {
    .exnc-post-footer__socials {
      flex-basis: 40%;
      max-width: 40%; } }
  @media (min-width: 767px) {
    .exnc-post-footer__cta {
      flex-basis: 60%;
      max-width: 60%; } }
  .exnc-post-footer__socials-heading {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px; }

@media (max-width: 766px) {
  .exnc-hide-sm {
    display: none !important; } }

@media (min-width: 767px) {
  .exnc-show-sm {
    display: none !important; } }

.exnc-list-parent li,
.exnc-list-item {
  position: relative;
  padding: 0 0 0 28px; }
  .exnc-list-parent li::before,
  .exnc-list-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: url(/wp-content/themes/excellence-theme/dist/images/check.svg);
    background-size: 100% 100%;
    transition: border-color 0.2s ease; }

.exnc-blog {
  margin-top: -20px;
  color: #333333;
  overflow: hidden; }
  @media (min-width: 767px) {
    .exnc-blog {
      margin-top: 65px; } }
  @media (max-width: 766px) {
    .exnc-blog_single {
      margin-top: 0; }
      .exnc-blog_single .exnc-blog__title_with-breadcrumbs {
        margin-bottom: 0; } }
  .exnc-blog,
  .exnc-blog * {
    box-sizing: border-box; }
  .exnc-blog__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 1.5;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .exnc-blog__title {
        font-size: 24px;
        margin: 0 0 11px; } }
  .exnc-blog__subtitle {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 20px; }
  .exnc-blog__line {
    height: 1px;
    margin: 40px 0;
    border: 0;
    background: #E6E6E6; }
    .exnc-blog__line_big-top-indent {
      margin-top: 80px; }
  .exnc-blog__infobox-mobile {
    padding: 15px 0 0;
    text-align: center; }
    @media (min-width: 767px) {
      .exnc-blog__infobox-mobile {
        display: none; } }
    .exnc-blog__infobox-mobile_indent_sm {
      padding-top: 7px; }
    .exnc-blog__infobox-mobile > p {
      margin: 0;
      font-size: 12px;
      color: #555555; }
  .exnc-blog__follow-link {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #d4a267; }
    .exnc-blog__follow-link:hover > span, .exnc-blog__follow-link:focus > span, .exnc-blog__follow-link:active > span {
      transform: translateX(5px); }

a.exnc-blog__follow-link > span:before {
  position: relative;
  top: 1px; }

.discover-also-section {
  padding: 50px 0 113px !important; }
  @media (max-width: 991px) {
    .discover-also-section {
      padding: 50px 0 !important; } }
  @media (max-width: 766px) {
    .discover-also-section .bg-image {
      display: none; } }
  .discover-also-section .image-card {
    position: relative;
    height: 368px; }
    @media (max-width: 766px) {
      .discover-also-section .image-card {
        height: 275px; } }
    .discover-also-section .image-card:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(18.01deg, rgba(0, 0, 0, 0.5) 3.35%, rgba(0, 0, 0, 0.5) 3.35%, rgba(0, 0, 0, 0) 52.2%);
      border-radius: 12px;
      z-index: 1; }
    .discover-also-section .image-card .title {
      font-size: 20px;
      font-weight: 500;
      white-space: normal; }
      @media (max-width: 766px) {
        .discover-also-section .image-card .title {
          font-size: 18px; } }
  .discover-also-section .exnc-blog-grid {
    margin-bottom: 0; }
    @media (max-width: 1439px) {
      .discover-also-section .exnc-blog-grid {
        margin: 0; } }
  @media (max-width: 766px) {
    .discover-also-section .exnc-blog-grid__col {
      width: 295px; } }

.blog-ofer-section {
  padding: 130px 0 74px; }
  @media (max-width: 991px) {
    .blog-ofer-section {
      padding: 80px 0; } }
  @media (max-width: 766px) {
    .blog-ofer-section {
      padding: 70px 0;
      border-bottom: 1px solid #F7F8F9;
      background-image: url(/wp-content/themes/excellence-theme/dist/images/bg-19.png);
      background-size: auto auto;
      background-repeat: no-repeat;
      background-position: 0 0; } }
  .blog-ofer-section .section-container {
    max-width: 880px; }
  .blog-ofer-section .exnc-blog-offer__cover {
    width: 254px;
    flex-shrink: 0; }
    @media (max-width: 766px) {
      .blog-ofer-section .exnc-blog-offer__cover {
        width: 100%;
        height: 200px; }
        .blog-ofer-section .exnc-blog-offer__cover:after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 55px;
          z-index: 1;
          background: linear-gradient(180deg, rgba(26, 26, 26, 0.02) 0%, rgba(26, 26, 26, 0.7) 100%); } }
  .blog-ofer-section .exnc-blog-offer {
    display: flex; }
    @media (max-width: 766px) {
      .blog-ofer-section .exnc-blog-offer {
        flex-direction: column; } }

.featured-articles-section {
  padding: 128px 0 !important;
  background: #F7F8F9;
  margin-bottom: 0 !important; }
  @media (max-width: 991px) {
    .featured-articles-section {
      padding: 80px 0 !important; } }
  @media (max-width: 766px) {
    .featured-articles-section {
      padding: 56px 0 !important; } }
  .featured-articles-section .link-holder {
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 767px) {
      .featured-articles-section .link-holder {
        padding-top: 28px; } }
    .featured-articles-section .link-holder a {
      text-transform: capitalize; }
  @media (max-width: 766px) {
    .featured-articles-section .exnc-blog-grid__col {
      width: auto; } }
  .featured-articles-section .card-holder {
    display: flex; }
  .featured-articles-section .card {
    display: block; }
    @media (max-width: 766px) {
      .featured-articles-section .card {
        width: 275px; } }
    .featured-articles-section .card .image-block {
      padding-bottom: 60%; }
      @media (max-width: 766px) {
        .featured-articles-section .card .image-block {
          padding-bottom: 55%; } }
  @media (max-width: 766px) {
    .featured-articles-section .load-more-parent.show .card-holder {
      display: flex; } }
  .featured-articles-section .load-more-parent.show .btn-load-more-holder {
    display: none; }
  .featured-articles-section .load-more-parent .btn-load-more-holder {
    width: 100%; }
    @media (min-width: 767px) {
      .featured-articles-section .load-more-parent .btn-load-more-holder {
        display: none; } }
  @media (max-width: 766px) {
    .featured-articles-section .load-more-parent .card-holder {
      display: none; } }
  .featured-articles-section .load-more-parent .card-holder:first-child, .featured-articles-section .load-more-parent .card-holder:nth-child(2), .featured-articles-section .load-more-parent .card-holder:nth-child(3), .featured-articles-section .load-more-parent .card-holder:nth-child(4) {
    display: flex; }

.custom-tabs .custom-tabs-content {
  display: none; }
  .custom-tabs .custom-tabs-content .link-holder {
    text-align: center;
    margin: 0 0 30px; }
  .custom-tabs .custom-tabs-content .col {
    width: auto;
    padding: 0; }
    @media (min-width: 767px) {
      .custom-tabs .custom-tabs-content .col {
        width: 50%;
        flex-shrink: 0; } }
  .custom-tabs .custom-tabs-content.selected {
    display: block; }
  .custom-tabs .custom-tabs-content .exnc-blog-grid__col {
    display: flex; }

.cat-list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 10px 0 0;
  margin: 0 0 60px; }
  @media (max-width: 639px) {
    .cat-list {
      margin: 0 0 24px;
      justify-content: flex-start;
      white-space: nowrap;
      overflow-x: auto;
      padding: 10px 0; } }
  .cat-list .nav-item {
    padding: 6px 16px;
    color: #d4a267;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s; }
    @media (max-width: 766px) {
      .cat-list .nav-item {
        font-size: 14px; } }
    .cat-list .nav-item.active, .cat-list .nav-item:hover {
      color: #1A1A1A;
      background: #F2F2F2;
      border-radius: 40px; }
      .cat-list .nav-item.active a, .cat-list .nav-item:hover a {
        color: #1A1A1A; }
    .cat-list .nav-item a {
      color: #d4a267; }

.cat-list .nav-item {
  padding: 0; }
  .cat-list .nav-item a {
    display: block;
    padding: 8px 16px; }

.posts-tab-section {
  padding: 68px 0;
  background: url(/wp-content/themes/excellence-theme/dist/images/bg-18.png);
  background-size: 100% 100%; }
  @media (max-width: 766px) {
    .posts-tab-section {
      padding: 57px 0; } }
  @media (min-width: 992px) {
    .posts-tab-section .section-title {
      font-size: 44px; } }

.cat-posts-section {
  padding: 0 0 80px;
  background: url(/wp-content/themes/excellence-theme/dist/images/bg-18.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
  @media (max-width: 766px) {
    .cat-posts-section {
      padding: 0 0 40px; } }
  .cat-posts-section .exnc-blog-grid__col {
    display: flex; }
    .cat-posts-section .exnc-blog-grid__col .exnc-blog-card {
      width: 100%; }
  @media (min-width: 767px) {
    .cat-posts-section .section-title {
      margin: 0 0 30px; } }

.archive-posts .archive-cat-posts:not(:last-child) {
  margin: 0 0 130px; }
  @media (max-width: 766px) {
    .archive-posts .archive-cat-posts:not(:last-child) {
      margin: 0 0 70px; } }

.archive-posts .card-holder {
  display: flex; }

.archive-posts .archive-cat-title {
  font-size: 28px; }
  @media (max-width: 766px) {
    .archive-posts .archive-cat-title {
      font-size: 20px; } }

.archive-posts .link-holder {
  padding-top: 32px; }

.archive-top-post {
  margin: 0 0 205px;
  padding-top: 15px; }
  @media (max-width: 991px) {
    .archive-top-post {
      margin: 0 0 150px; } }
  .archive-top-post .exnc-blog-card {
    border-radius: 0;
    overflow: visible; }
    @media (max-width: 766px) {
      .archive-top-post .exnc-blog-card {
        width: 100%; } }
    .archive-top-post .exnc-blog-card .image-block {
      padding-bottom: 0;
      height: 375px;
      border-radius: 12px;
      overflow: hidden; }
      @media (max-width: 766px) {
        .archive-top-post .exnc-blog-card .image-block {
          height: 292px; } }
    .archive-top-post .exnc-blog-card .content {
      position: absolute;
      left: 42px;
      bottom: -86px;
      width: 576px;
      background: #fff;
      z-index: 5;
      box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.07);
      border-radius: 12px;
      padding: 27px 31px; }
      @media (max-width: 766px) {
        .archive-top-post .exnc-blog-card .content {
          left: 24px;
          right: 24px;
          width: auto;
          padding: 23px 25px;
          bottom: -100px; } }
      .archive-top-post .exnc-blog-card .content .title {
        font-size: 32px;
        line-height: 1.4;
        margin: 0 0 16px; }
        @media (max-width: 766px) {
          .archive-top-post .exnc-blog-card .content .title {
            font-size: 20px;
            line-height: 1.5; } }
      @media (max-width: 766px) {
        .archive-top-post .exnc-blog-card .content .text .holder {
          display: none; } }
    .archive-top-post .exnc-blog-card .post-author-info {
      margin: 0 0 19px; }

.exnc-blog-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px; }
  @media (max-width: 766px) {
    .exnc-blog-grid {
      margin-bottom: -10px; } }
  @media (min-width: 767px) {
    .exnc-blog-grid_lg {
      margin-bottom: -50px; }
      .exnc-blog-grid_lg .exnc-blog-grid__col {
        margin: 0 0 50px; } }
  @media (min-width: 992px) {
    .exnc-blog-grid_lg {
      margin: 0 -40px -70px; }
      .exnc-blog-grid_lg .exnc-blog-grid__col {
        padding: 0 40px;
        margin: 0 0 70px; } }
  @media (min-width: 767px) {
    .exnc-blog-grid_average-bottom-indent {
      margin-bottom: -40px; } }
  .exnc-blog-grid__col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 0 30px; }
    @media (max-width: 766px) {
      .exnc-blog-grid__col {
        margin-bottom: 10px; } }
    @media (min-width: 767px) {
      .exnc-blog-grid__col {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 767px) {
      .exnc-blog-grid__col_1-2 {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 767px) {
      .exnc-blog-grid__col_2-3 {
        flex: 0 0 66.66666%;
        max-width: 66.66666%; } }
    @media (min-width: 767px) {
      .exnc-blog-grid__col_3-3 {
        flex: 0 0 100%;
        max-width: 100%; } }
    @media (max-width: 766px) {
      .exnc-blog-grid__col_sm-order-last {
        order: 999; } }
    .exnc-blog-grid__col_auto {
      max-width: 100%;
      flex-grow: 1; }
    .exnc-blog-grid__col_fill {
      flex: 0 0 auto; }

.exnc-blog-showcase__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px; }
  .exnc-blog-showcase__title > a {
    color: #333333; }
    .exnc-blog-showcase__title > a:before {
      content: '#'; }
    .exnc-blog-showcase__title > a:hover, .exnc-blog-showcase__title > a:focus, .exnc-blog-showcase__title > a:active {
      color: #d4a267; }

.exnc-blog-showcase__card-title {
  font-weight: 800; }
  .exnc-blog-showcase__card-title > span {
    display: block;
    font-weight: 400;
    font-size: 12.8px;
    color: #fff; }
  .exnc-blog-showcase__card-title > h3 {
    font-size: 14px; }

.exnc-blog-showcase__latest {
  margin: 0 0 10px; }
  .exnc-blog-showcase__latest > span {
    font-weight: 500;
    font-size: 12.8px; }
  .exnc-blog-showcase__latest > ul {
    margin: 7px 0 0;
    padding: 0;
    list-style: none; }
    .exnc-blog-showcase__latest > ul > li {
      margin-bottom: 5px;
      font-size: 12px; }
      .exnc-blog-showcase__latest > ul > li:last-child {
        margin: 0; }
      .exnc-blog-showcase__latest > ul > li > a {
        font-weight: 500;
        color: #555555; }
        .exnc-blog-showcase__latest > ul > li > a:hover, .exnc-blog-showcase__latest > ul > li > a:focus, .exnc-blog-showcase__latest > ul > li > a:active {
          color: #d4a267; }
          .exnc-blog-showcase__latest > ul > li > a:hover::before, .exnc-blog-showcase__latest > ul > li > a:focus::before, .exnc-blog-showcase__latest > ul > li > a:active::before {
            border-color: #d4a267; }

.exnc-blog-showcase__excerpt {
  margin: 0 0 10px;
  font-weight: 300;
  font-size: 13px; }
  .exnc-blog-showcase__excerpt > p {
    margin: 0 0 5px; }
    .exnc-blog-showcase__excerpt > p:last-child {
      margin: 0; }

.exnc-blog-card {
  display: block;
  position: relative;
  background: #fff;
  background-size: cover;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  width: 100%; }
  @media (max-width: 766px) {
    .exnc-blog-card {
      width: 275px; } }
  .exnc-blog-card:hover .title, .exnc-blog-card:focus .title, .exnc-blog-card:active .title {
    color: #d4a267; }
  .exnc-blog-card:hover .chevron-link:after, .exnc-blog-card:focus .chevron-link:after, .exnc-blog-card:active .chevron-link:after {
    right: 0; }
  .exnc-blog-card .title {
    transition: 0.3s color; }
  .exnc-blog-card .image-block {
    position: relative;
    background-size: cover;
    background-position: center;
    padding-bottom: 45%; }
    @media (max-width: 766px) {
      .exnc-blog-card .image-block {
        padding-bottom: 64%; } }
    .exnc-blog-card .image-block .image-holder {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ccc; }
      .exnc-blog-card .image-block .image-holder img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
  .exnc-blog-card .content {
    padding: 21px 23px; }
    @media (max-width: 991px) {
      .exnc-blog-card .content {
        padding: 20px; } }
    @media (max-width: 766px) {
      .exnc-blog-card .content {
        white-space: normal; } }
    .exnc-blog-card .content .date {
      display: block;
      font-size: 12px;
      margin: 0 0 11px;
      color: #89898A; }
    .exnc-blog-card .content .title {
      font-size: 20px;
      line-height: 1.5;
      margin: 0 0 8px; }
    .exnc-blog-card .content .text {
      color: #89898A;
      font-size: 14px;
      line-height: 1.71; }
      .exnc-blog-card .content .text p {
        display: inline; }
      .exnc-blog-card .content .text .chevron-link {
        font-weight: 500; }
    .exnc-blog-card .content .read-more {
      font-weight: 600; }
  .exnc-blog-card.horizontal {
    display: flex;
    width: 100%; }
    .exnc-blog-card.horizontal .image-block {
      width: 60px;
      padding-bottom: 0;
      flex-shrink: 0; }
      @media (min-width: 767px) {
        .exnc-blog-card.horizontal .image-block {
          width: 120px;
          flex-shrink: 0;
          padding-bottom: 0; } }
      @media (min-width: 992px) {
        .exnc-blog-card.horizontal .image-block {
          width: 175px; } }
    .exnc-blog-card.horizontal .content {
      padding: 12px 15px; }
      @media (min-width: 767px) {
        .exnc-blog-card.horizontal .content {
          padding: 20px; } }
      @media (min-width: 992px) {
        .exnc-blog-card.horizontal .content {
          padding: 17px 25px; } }
    .exnc-blog-card.horizontal .title {
      margin: 0 0 8px; }
      @media (max-width: 766px) {
        .exnc-blog-card.horizontal .title {
          font-size: 16px; } }
    @media (max-width: 766px) {
      .exnc-blog-card.horizontal .text {
        display: none; } }
    @media (max-width: 766px) {
      .exnc-blog-card.horizontal .post-author-info {
        margin: 0; } }

.exnc-blog-offer {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.07);
  overflow: hidden; }
  .exnc-blog-offer__cover {
    display: block;
    position: relative;
    background: #F7F7F7 center;
    background-size: cover;
    width: 254px;
    flex-shrink: 0; }
    .exnc-blog-offer__cover .title {
      color: #fff;
      font-size: 20px;
      font-weight: 500;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 15px 20px;
      margin: 0;
      z-index: 5; }
      @media (min-width: 767px) {
        .exnc-blog-offer__cover .title {
          display: none; } }
    .exnc-blog-offer__cover .image-holder {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ccc; }
      .exnc-blog-offer__cover .image-holder img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
  .exnc-blog-offer__title {
    z-index: 2;
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
    margin: 0;
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    transition: color 0.2s ease; }
  .exnc-blog-offer__body {
    padding: 17px 27px;
    color: #1A1A1A;
    flex-grow: 1; }
    @media (max-width: 766px) {
      .exnc-blog-offer__body {
        padding: 11px 26px; } }
    .exnc-blog-offer__body .body-holder {
      margin: 0 0 13px; }
      @media (min-width: 767px) {
        .exnc-blog-offer__body .body-holder {
          display: flex; } }
    .exnc-blog-offer__body .price-holder {
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
    .exnc-blog-offer__body .exnc-blog__infobox {
      padding: 0;
      font-size: 12px;
      color: #8D8D8D; }
      @media (max-width: 766px) {
        .exnc-blog-offer__body .exnc-blog__infobox {
          display: none; } }
  .exnc-blog-offer__content {
    flex-grow: 1; }
    .exnc-blog-offer__content strong {
      font-size: 20px;
      display: block; }
      @media (max-width: 766px) {
        .exnc-blog-offer__content strong {
          display: none; } }
    .exnc-blog-offer__content > p {
      margin: 0 0 5px;
      font-weight: 500;
      font-size: 12.8px; }
      .exnc-blog-offer__content > p:last-child {
        margin: 0; }
    .exnc-blog-offer__content > ul {
      list-style: none;
      margin: 0;
      padding: 7px 0 0; }
      .exnc-blog-offer__content > ul > li {
        display: block;
        font-weight: 500;
        font-size: 14px;
        text-transform: capitalize; }
        .exnc-blog-offer__content > ul > li:not(:last-child) {
          margin-bottom: 10px; }
        .exnc-blog-offer__content > ul > li > p {
          margin: 0; }
  .exnc-blog-offer__price {
    margin: 20px 0 16px;
    font-weight: 500;
    font-size: 20px; }
    @media (min-width: 767px) {
      .exnc-blog-offer__price {
        text-align: right;
        margin: 0 0 26px; } }
    .exnc-blog-offer__price > b {
      font-weight: 700;
      font-size: 20px; }
  .exnc-blog-offer__btn {
    display: inline-block;
    padding: 12px 23px;
    color: #fff;
    background: #d4a267;
    font-size: 16px;
    border-radius: 10px;
    text-align: center; }
    @media (min-width: 767px) {
      .exnc-blog-offer__btn {
        margin-bottom: 12px; } }
    .exnc-blog-offer__btn:hover, .exnc-blog-offer__btn:focus, .exnc-blog-offer__btn:active {
      background: #c99662; }

@media (min-width: 767px) {
  .breadcrumbs-holder + .latest-posts-section {
    padding-top: 0; } }

.exnc-blog-breadcrumbs {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  font-size: 0;
  line-height: 0; }
  @media (min-width: 767px) {
    .exnc-blog-breadcrumbs {
      margin: 30px 0 12px; } }
  .exnc-blog-breadcrumbs_single {
    margin: 0 0 20px;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow-x: auto; }
    @media (max-width: 991px) {
      .exnc-blog-breadcrumbs_single {
        margin: 0 0 28px; } }
  .exnc-blog-breadcrumbs.products-breadcrumbs {
    display: block;
    margin: 0 0 20px;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow-x: auto; }
    @media (max-width: 766px) {
      .exnc-blog-breadcrumbs.products-breadcrumbs {
        margin-bottom: 0; } }
    .page-template-template-listing .exnc-blog-breadcrumbs.products-breadcrumbs {
      margin-top: 20px; }
      @media (max-width: 766px) {
        .page-template-template-listing .exnc-blog-breadcrumbs.products-breadcrumbs {
          display: none; } }
    @media (max-width: 766px) {
      .exnc-blog-breadcrumbs.products-breadcrumbs li:first-child {
        display: none; } }
  .exnc-blog-breadcrumbs li {
    display: inline-block;
    font-size: 12px;
    line-height: 1.5; }
    .exnc-blog-breadcrumbs li:after {
      content: '>';
      margin: 0 11px;
      color: #B2B4C6; }
    .exnc-blog-breadcrumbs li a {
      font-weight: 500;
      color: #d4a267;
      transition: 0.3s opacity; }
      .exnc-blog-breadcrumbs li a:hover, .exnc-blog-breadcrumbs li a:focus, .exnc-blog-breadcrumbs li a:active {
        opacity: 0.7; }
    .exnc-blog-breadcrumbs li > span {
      font-weight: 300;
      color: #8D8C8C; }
    .exnc-blog-breadcrumbs li .post-categories {
      display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: 0;
      line-height: 0; }
  .exnc-blog-breadcrumbs li:last-child:after {
    display: none; }

.mobile-breadcrumbs {
  display: none; }
  @media (max-width: 766px) {
    .mobile-breadcrumbs {
      display: block;
      padding: 10px 20px 0;
      margin: 0; } }

.exnc-blog-feed {
  margin: 10px 0 0; }
  @media (min-width: 767px) {
    .exnc-blog-feed {
      margin: 80px 0 0; } }

@media (max-width: 766px) {
  .exnc-blog-single__main {
    margin-bottom: 0; } }

.exnc-blog-single__cover-img {
  margin-right: -20px;
  margin-left: -20px; }
  @media (min-width: 992px) {
    .exnc-blog-single__cover-img {
      margin-left: 0;
      margin-right: 0;
      position: absolute;
      width: 49%;
      top: 0;
      right: 0;
      bottom: 0; } }
  .exnc-blog-single__cover-img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
    @media (max-width: 991px) {
      .exnc-blog-single__cover-img > img {
        min-height: 209px; } }

.exnc-blog-single__excerpt {
  font-size: 13px; }

.exnc-blog-single__content {
  font-weight: 300;
  font-size: 14px; }
  .exnc-blog-single__content .elementor-widget-text-editor {
    font-weight: 300;
    color: #333333; }
  .exnc-blog-single__content .elementor-text-editor > *:last-child {
    margin-bottom: 0; }
  .exnc-blog-single__content .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0; }
  .exnc-blog-single__content p {
    margin-bottom: 20px; }
    .exnc-blog-single__content p:last-child {
      margin: 0; }
  .exnc-blog-single__content a {
    color: #d4a267; }
  .exnc-blog-single__content h1, .exnc-blog-single__content h2, .exnc-blog-single__content h3, .exnc-blog-single__content h4, .exnc-blog-single__content h5, .exnc-blog-single__content h6 {
    margin: 50px 0 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2em; }
    .exnc-blog-single__content h1:first-child, .exnc-blog-single__content h2:first-child, .exnc-blog-single__content h3:first-child, .exnc-blog-single__content h4:first-child, .exnc-blog-single__content h5:first-child, .exnc-blog-single__content h6:first-child {
      margin-top: 0; }
  .exnc-blog-single__content img {
    max-width: 100%;
    margin: 15px 0; }

.exnc-blog-single__body {
  font-size: 18px;
  line-height: 1.61;
  color: #5f5f5f; }
  @media (max-width: 766px) {
    .exnc-blog-single__body {
      font-size: 16px;
      line-height: 1.562; } }
  .exnc-blog-single__body h2 {
    font-size: 24px;
    margin: 0 0 33px;
    padding: 0 0 24px;
    border-bottom: 1px solid #F1F2F2; }
    @media (max-width: 766px) {
      .exnc-blog-single__body h2 {
        font-size: 20px; } }
  .exnc-blog-single__body img {
    border-radius: 12px; }
  .exnc-blog-single__body a {
    color: #d4a267;
    font-weight: 600; }
  .exnc-blog-single__body figcaption {
    text-align: center; }

.exnc-blog-single__share .shared-counts-wrap.style-block .shared-counts-button {
  margin: 0 12px 0 0;
  background: #f4f0ea !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px; }
  .exnc-blog-single__share .shared-counts-wrap.style-block .shared-counts-button:last-child {
    margin: 0; }
  .exnc-blog-single__share .shared-counts-wrap.style-block .shared-counts-button svg {
    width: 20px;
    height: 20px;
    margin: 0; }
  .exnc-blog-single__share .shared-counts-wrap.style-block .shared-counts-button path {
    fill: #d4a267; }

.exnc-blog-single__breadcrumbs-after-content {
  margin: 20px -15px 0;
  border-top: 1px solid #E6E6E6; }
  .exnc-blog-single__breadcrumbs-after-content .exnc-blog-breadcrumbs {
    margin: 0;
    padding: 15px; }

@media (min-width: 767px) {
  .exnc-blog-single__box {
    margin: 50px 0 0;
    padding: 40px 0 50px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6; } }

.exnc-blog-single__discover-also {
  margin-top: 20px; }

.post-content-section {
  padding: 0 0 95px; }
  @media (max-width: 766px) {
    .post-content-section {
      padding: 0 0 30px; } }
  .post-content-section .post-header-content {
    position: relative;
    background: #F7F8F9;
    margin: 0 0 67px; }
    @media (max-width: 766px) {
      .post-content-section .post-header-content {
        margin: 0 0 44px; } }
    .post-content-section .post-header-content .section-container {
      display: flex; }
      @media (max-width: 991px) {
        .post-content-section .post-header-content .section-container {
          flex-direction: column-reverse; } }
    .post-content-section .post-header-content .post-author-info {
      margin: 0 0 30px; }
      @media (max-width: 991px) {
        .post-content-section .post-header-content .post-author-info {
          justify-content: center;
          margin: 0 0 18px; } }
      .post-content-section .post-header-content .post-author-info li {
        font-size: 14px; }
        @media (max-width: 991px) {
          .post-content-section .post-header-content .post-author-info li {
            font-size: 12px; } }
        .post-content-section .post-header-content .post-author-info li:not(:first-child) {
          margin-left: 13px;
          padding-left: 17px; }
          @media (max-width: 766px) {
            .post-content-section .post-header-content .post-author-info li:not(:first-child) {
              margin-left: 8px;
              padding-left: 12px; } }
        @media (max-width: 991px) {
          .post-content-section .post-header-content .post-author-info li:nth-child(2) {
            margin-left: 0;
            padding-left: 0; }
            .post-content-section .post-header-content .post-author-info li:nth-child(2):after {
              display: none; } }
      @media (max-width: 991px) {
        .post-content-section .post-header-content .post-author-info .author {
          width: 100%;
          margin: 0 0 13px;
          justify-content: center; } }
  @media (min-width: 992px) {
    .post-content-section .exnc-blog-grid {
      margin-left: -30px;
      margin-right: -30px; } }
  @media (min-width: 992px) {
    .post-content-section .exnc-blog-grid > div {
      padding-left: 30px;
      padding-right: 30px; } }
  .post-content-section .exnc-blog-grid .exnc-blog-offer {
    display: flex;
    flex-direction: column; }
    @media (max-width: 766px) {
      .post-content-section .exnc-blog-grid .exnc-blog-offer {
        display: none; } }
    .post-content-section .exnc-blog-grid .exnc-blog-offer .exnc-blog-offer__cover {
      width: 100%;
      height: 200px; }
      .post-content-section .exnc-blog-grid .exnc-blog-offer .exnc-blog-offer__cover:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 55px;
        z-index: 1;
        background: linear-gradient(180deg, rgba(26, 26, 26, 0.02) 0%, rgba(26, 26, 26, 0.7) 100%); }
      .post-content-section .exnc-blog-grid .exnc-blog-offer .exnc-blog-offer__cover .title {
        display: block; }
    .post-content-section .exnc-blog-grid .exnc-blog-offer .exnc-blog-offer__content strong {
      display: none; }
    .post-content-section .exnc-blog-grid .exnc-blog-offer .exnc-blog-offer__body {
      padding: 11px 26px; }
      @media (max-width: 991px) {
        .post-content-section .exnc-blog-grid .exnc-blog-offer .exnc-blog-offer__body {
          padding: 10px; } }
    .post-content-section .exnc-blog-grid .exnc-blog-offer .body-holder {
      display: block; }
    .post-content-section .exnc-blog-grid .exnc-blog-offer .exnc-blog-offer__price {
      text-align: left;
      margin: 20px 0 16px; }
    .post-content-section .exnc-blog-grid .exnc-blog-offer .exnc-blog__infobox {
      display: none; }
    .post-content-section .exnc-blog-grid .exnc-blog-offer .exnc-blog-offer__btn {
      margin-bottom: 0; }
  .post-content-section .exnc-blog-grid .exnc-blog__infobox-mobile {
    display: block;
    max-width: 300px;
    margin: 0 auto; }
    @media (max-width: 766px) {
      .post-content-section .exnc-blog-grid .exnc-blog__infobox-mobile {
        display: none; } }

.blog-title-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px 0 40px; }
  @media (min-width: 992px) {
    .blog-title-holder {
      padding: 20px 20px 40px 0;
      width: 51%;
      min-height: 436px; } }
  @media (max-width: 991px) {
    .blog-title-holder .holder {
      text-align: center; } }
  .blog-title-holder .exnc-blog-single__share .shared-title {
    display: block;
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 500;
    color: #1A1A1A; }
    @media (max-width: 991px) {
      .blog-title-holder .exnc-blog-single__share .shared-title {
        font-size: 14px; } }
  .blog-title-holder .exnc-blog-single__share .shared-counts-wrap {
    margin: 0; }
    @media (max-width: 991px) {
      .blog-title-holder .exnc-blog-single__share .shared-counts-wrap {
        display: flex;
        justify-content: center; } }

.post-author-info {
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .post-author-info li {
    position: relative;
    font-size: 12px;
    color: #5c5d5d; }
    @media (max-width: 991px) {
      .post-author-info li {
        font-size: 12px; } }
    .post-author-info li:not(:first-child) {
      margin-left: 8px;
      padding-left: 12px; }
      @media (max-width: 766px) {
        .post-author-info li:not(:first-child) {
          margin-left: 8px;
          padding-left: 12px; } }
      .post-author-info li:not(:first-child):after {
        content: '\2022';
        position: absolute;
        top: 0;
        left: 0;
        color: #b5b5b6; }
  .post-author-info .author {
    display: flex;
    align-items: center; }
    .post-author-info .author .avatar {
      border-radius: 50%;
      margin-right: 10px; }

.single-blog-sidebar .discover-also {
  margin: 0 0 50px; }
  @media (max-width: 766px) {
    .single-blog-sidebar .discover-also.show .image-card {
      display: flex; } }
  .single-blog-sidebar .discover-also.show .btn-load-more-holder {
    display: none; }
  @media (min-width: 767px) {
    .single-blog-sidebar .discover-also .btn-load-more-holder {
      display: none; } }

.single-blog-sidebar .discover-also-title {
  display: block;
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 500;
  color: #000; }

.single-blog-sidebar .image-card {
  position: relative;
  height: auto;
  border-radius: 0;
  background: none;
  display: flex;
  align-items: center; }
  @media (max-width: 766px) {
    .single-blog-sidebar .image-card {
      display: none; } }
  .single-blog-sidebar .image-card:first-child, .single-blog-sidebar .image-card:nth-child(2), .single-blog-sidebar .image-card:nth-child(3) {
    display: flex; }
  .single-blog-sidebar .image-card:not(:last-of-type) {
    margin: 0 0 18px;
    padding: 0 0 18px; }
    .single-blog-sidebar .image-card:not(:last-of-type):after {
      content: '';
      height: 2px;
      background: #F1F2F2;
      width: calc(100% - 96px);
      position: absolute;
      bottom: 0;
      right: 0; }
  .single-blog-sidebar .image-card:hover {
    box-shadow: none; }
  .single-blog-sidebar .image-card .image-block {
    position: static;
    width: 76px;
    height: 76px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0; }
  .single-blog-sidebar .image-card .content {
    position: static;
    padding: 0; }
  .single-blog-sidebar .image-card .title {
    color: #1A1A1A;
    font-size: 20px; }
    @media (max-width: 991px) {
      .single-blog-sidebar .image-card .title {
        font-size: 18px; } }
    @media (max-width: 766px) {
      .single-blog-sidebar .image-card .title {
        font-size: 20px; } }
  .single-blog-sidebar .image-card .chevron-link {
    font-weight: 500; }

@media (max-width: 766px) {
  .single-blog-sidebar .exnc-blog-single__share {
    display: none; } }

.single-blog-sidebar .exnc-blog-single__share .shared-title {
  display: block;
  margin: 0 0 23px;
  font-size: 20px;
  font-weight: 500;
  color: #000; }
  @media (max-width: 991px) {
    .single-blog-sidebar .exnc-blog-single__share .shared-title {
      font-size: 14px; } }

.prev-next-posts-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 44px;
  margin-top: 74px;
  border-top: 1px solid #EAEAEA; }
  @media (max-width: 766px) {
    .prev-next-posts-block {
      margin-bottom: 50px;
      margin-top: 46px;
      padding-top: 27px; } }
  .prev-next-posts-block .link {
    position: relative;
    width: 40%;
    transition: 0.2s opacity; }
    @media (max-width: 766px) {
      .prev-next-posts-block .link {
        width: 50%; } }
    .prev-next-posts-block .link:hover {
      opacity: 0.7; }
    .prev-next-posts-block .link a {
      position: relative;
      display: block;
      padding-top: 18px;
      padding-left: 50px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      color: #1A1A1A;
      font-size: 14px;
      font-weight: 500; }
      @media (max-width: 766px) {
        .prev-next-posts-block .link a {
          font-size: 0;
          height: 38px; } }
      .prev-next-posts-block .link a:after {
        content: '';
        width: 36px;
        height: 36px;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.9165 12.8327L1.08317 6.99935L6.9165 1.16602' stroke='%23D9A566' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border: 1px solid #d4a267;
        border-radius: 6px; }
    .prev-next-posts-block .link.next .label {
      left: auto;
      right: 50px; }
    .prev-next-posts-block .link.next a {
      padding-left: 0;
      padding-right: 50px;
      text-align: right; }
      .prev-next-posts-block .link.next a:after {
        background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.08325 1.16683L6.91659 7.00016L1.08325 12.8335' stroke='%23D9A566' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        left: auto;
        right: 0; }
  .prev-next-posts-block .label {
    position: absolute;
    top: 0;
    left: 50px;
    font-size: 12px;
    color: #5f5f5f; }
    @media (max-width: 766px) {
      .prev-next-posts-block .label {
        top: 11px; } }

@charset "UTF-8";
/* Icons */
@font-face {
  font-family: 'slick';
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA0AAAAAB2wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE0AAAABoAAAAcdIcYB0dERUYAAAS0AAAAHAAAAB4AJwANT1MvMgAAAZwAAABRAAAAYFAQ/45jbWFwAAACAAAAAFcAAAFiIhFFt2dhc3AAAASsAAAACAAAAAj//wADZ2x5ZgAAAmgAAAE1AAACLD+btmBoZWFkAAABMAAAAC8AAAA2AAEx+2hoZWEAAAFgAAAAHAAAACQD5QIFaG10eAAAAfAAAAAQAAAAFgZKAEpsb2NhAAACWAAAABAAAAAQATYBoG1heHAAAAF8AAAAHQAAACAASwBHbmFtZQAAA6AAAADcAAABbgUngcJwb3N0AAAEfAAAAC4AAABFOXjBpHjaY2BkYGAA4vMGfuHx/DZfGbiZGEDgfGFFPZxWZVBlvM14G8jlYABLAwAT1QnNAHjaY2BkYGC8zcDAoMfEAAJANiMDKmABADBkAe942mNgZGBgYGdwYWBiAAEQycgAEnMA8xkACcgAkwAAAHjaY2BmYmCcwMDKwMDow5jGwMDgDqW/MkgytDAwMDGwcjKAQQNQCZBSYICCgDTXFAYHhkTFSYwP/j9g0GO8/f82A0QNA+NtsBIFBkYANHMN4wAAAHjaY2KAACYIVoVAAALCAJt42mNgYGBmgGAZBkYGEIgB8hjBfBYGByDNw8DBwARkMzAkKigpTlCc9P8/WB0S7/+i+4/uld4rgZoAB4xsDHAhRiYgwcSApoCBcsBMBTNYGGgGAEdEDyUAAAAAAAAAAAAAZgCKANABFnjadZBdToNAEMd3CrtAl5TQLtS0LCoN0A8SGkBI+mAfPET75B1896HppfQcvnII4w3cLYpW6k4ymdn9z8xvBwEKUQg11OgBIXAYWUEQR1uIZoFGpLGxKy3PqrIq8+waXIfJ+5mQSSvkvXwRqqocu1D39QMl2JgvN9zzhsyk1GRDz+OBfzMioCqx0rtdLYo0SiZTZttsOkmidBkveKibFF4Oep9SI46bqk3Twhp4iihUemrMWFPy2NRbthfqKkHi/PxlJLITZdAiSj6ouZ+tn9eZz78DuD9LZYB6bZ8rlCAUVuVdkULjxV4sIEysIc/KSyPmnJDdjhCOdQ0fCTliTX/tjH3ysWao+71qaNjHQjcQwrcuyl+WLZQthCMotJP/h+Xjazz+hfTeRWmG4zOiSyif/q1OtAAAAHjabY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV42mNgYkAGjAzogB0sysTgwtDOyMTIzJlYVJRfnpOaVsIFZhVlpmeUAABuKQkSAAAAAAAB//8AAnjaY2BkYGDgAWIxIGZiYARCNiBmAfMYAAPgADV42mNgYGBkAIKrS9Q5QPT5wop6GA0APf8GGAAA) format("woff"); }

/* 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: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.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: '\2190'; }

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

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

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

.slick-next:before {
  content: '\2192'; }

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

/* 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: '\2022';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

/*! nouislider - 14.2.0 - 3/27/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

.noUi-connect {
  height: 100%;
  width: 100%; }

.noUi-origin {
  height: 10%;
  width: 10%; }

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3FB8AF; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

@font-face {
  font-family: 'lg';
  src: url([object Module]) format("truetype"), url([object Module]) format("woff"), url(/images/adb7aeef16adb8599e2d261b9a3a9f1e.svg#lg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
  background-color: transparent; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\E095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\E094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\E070"; }

.lg-toolbar .lg-download:after {
  content: "\E0F2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none; }

.lg-outer .lg-toggle-thumb:after {
  content: "\E1FF"; }

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(/images/6c87992d63b09bc8c161a7f28419d3df.png) no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(/images/6c87992d63b09bc8c161a7f28419d3df.png) no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(/images/53bb7d07ece69125950d8abb17356920.png) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(/images/8921bc9cdd0eaf56ec89be386b2a7f7f.png) no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(/images/8921bc9cdd0eaf56ec89be386b2a7f7f.png) no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\E01D"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\E01A"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\E311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\E033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\E312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\E20C"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\E80D"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\E904"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\E907"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\E905"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\E906"; }

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s; }

.lg-rotate-left:after {
  content: "\E900"; }

.lg-rotate-right:after {
  content: "\E901"; }

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px; }

.lg-flip-hor:after {
  content: "\E902"; }

.lg-flip-ver:after {
  content: "\E903"; }

.lg-group {
  *zoom: 1; }

.lg-group:before, .lg-group:after {
  display: table;
  content: "";
  line-height: 0; }

.lg-group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  outline: none;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url(/images/621cc8ad61b6eb26c7165eb447f3d8fd.gif) no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

: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(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: 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:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.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-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 {
  transform: scale(0.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(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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;
  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: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -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%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.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: flex;
  justify-content: 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%;
  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%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    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 {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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;
  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 {
  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: 0px;
  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; }

