@charset "UTF-8";
/** @format */
/** @format */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,700;1,400;1,700&family=DM+Serif+Display:ital@0;1&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@font-face {
  font-family: "Druk Trial";
  font-style: normal;
  font-weight: 700;
  src: local("Druk Trial"), url("../fonts/Druk-Bold-Trial.woff") format("woff");
}
@font-face {
  font-family: "Druk Trial";
  font-style: italic;
  font-weight: 700;
  src: local("Druk Trial"), url("../fonts/Druk-BoldItalic-Trial.woff") format("woff");
}
@font-face {
  font-family: "site-icon";
  src: url("../fonts/icon-fonts/site-icon.eot?hc47ka");
  src: url("../fonts/icon-fonts/site-icon.eot?hc47ka#iefix") format("embedded-opentype"), url("../fonts/icon-fonts/site-icon.ttf?hc47ka") format("truetype"), url("../fonts/icon-fonts/site-icon.woff?hc47ka") format("woff"), url("../fonts/icon-fonts/site-icon.svg?hc47ka#site-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/** @format */
/** @format */
[class^=site-icon-],
[class*=" site-icon-"] {
  speak: never;
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-icon-search:before {
  content: "\e905";
}

.site-icon-arrow-down:before {
  content: "\e907";
}

.site-icon-arrow-left:before {
  content: "\e908";
}

.site-icon-arrow-right:before {
  content: "\e909";
}

.site-icon-arrow-up:before {
  content: "\e90a";
}

.site-icon-arrow-back:before {
  content: "\e90b";
}

.site-icon-arrow-next:before {
  content: "\e90c";
}

.site-icon-arrow-play:before {
  content: "\e90d";
}

.site-icon-instagram:before {
  content: "\e906";
}

.site-icon-linkedin:before {
  content: "\e900";
}

.site-icon-twitter:before {
  content: "\e901";
}

.site-icon-facebook:before {
  content: "\e902";
}

/* SHADOWS */
/* GRADIENT */
.site-bg-primary-wrapper .cms-feature-datablock *,
.site-bg-primary .cms-feature-datablock * {
  color: #ffffff;
}

.site-bg-primary-wrapper {
  padding: 10px 0;
}
.site-bg-primary-wrapper:not(.breadcrumb-wrapper) {
  padding: 40px;
}

.site-bg-secondary-wrapper .cms-feature-datablock *,
.site-bg-secondary .cms-feature-datablock * {
  color: #ffffff;
}

.site-bg-secondary-wrapper {
  padding: 10px 0;
}
.site-bg-secondary-wrapper:not(.breadcrumb-wrapper) {
  padding: 40px;
}

.site-bg-light-wrapper .cms-feature-datablock *,
.site-bg-light .cms-feature-datablock * {
  color: #6b6b6b;
}

.site-bg-light-wrapper {
  padding: 10px 0;
}
.site-bg-light-wrapper:not(.breadcrumb-wrapper) {
  padding: 40px;
}

.site-bg-white-wrapper .cms-feature-datablock *,
.site-bg-white .cms-feature-datablock * {
  color: #6b6b6b;
}

.site-bg-white-wrapper {
  padding: 10px 0;
}
.site-bg-white-wrapper:not(.breadcrumb-wrapper) {
  padding: 40px;
}

.site-bg-black-wrapper .cms-feature-datablock *,
.site-bg-black .cms-feature-datablock * {
  color: #ffffff;
}

.site-bg-black-wrapper {
  padding: 10px 0;
}
.site-bg-black-wrapper:not(.breadcrumb-wrapper) {
  padding: 40px;
}

.site-desktop-width-25 {
  margin-left: 0 !important;
}
.site-desktop-width-25.site-mobile-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.site-desktop-width-25.site-mobile-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.site-desktop-width-25.site-mobile-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 600px) {
  .site-desktop-width-25.site-align-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .site-desktop-width-25.site-align-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .site-desktop-width-25.site-align-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

.site-desktop-width-33 {
  margin-left: 0 !important;
}
.site-desktop-width-33.site-mobile-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.site-desktop-width-33.site-mobile-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.site-desktop-width-33.site-mobile-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 600px) {
  .site-desktop-width-33.site-align-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .site-desktop-width-33.site-align-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .site-desktop-width-33.site-align-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

.site-desktop-width-50 {
  margin-left: 0 !important;
}
.site-desktop-width-50.site-mobile-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.site-desktop-width-50.site-mobile-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.site-desktop-width-50.site-mobile-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 600px) {
  .site-desktop-width-50.site-align-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .site-desktop-width-50.site-align-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .site-desktop-width-50.site-align-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

.site-desktop-width-60 {
  margin-left: 0 !important;
}
.site-desktop-width-60.site-mobile-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.site-desktop-width-60.site-mobile-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.site-desktop-width-60.site-mobile-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 600px) {
  .site-desktop-width-60.site-align-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .site-desktop-width-60.site-align-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .site-desktop-width-60.site-align-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

.site-desktop-width-75 {
  margin-left: 0 !important;
}
.site-desktop-width-75.site-mobile-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.site-desktop-width-75.site-mobile-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.site-desktop-width-75.site-mobile-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 600px) {
  .site-desktop-width-75.site-align-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .site-desktop-width-75.site-align-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .site-desktop-width-75.site-align-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

.site-desktop-width-90 {
  margin-left: 0 !important;
}
.site-desktop-width-90.site-mobile-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.site-desktop-width-90.site-mobile-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.site-desktop-width-90.site-mobile-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 600px) {
  .site-desktop-width-90.site-align-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .site-desktop-width-90.site-align-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .site-desktop-width-90.site-align-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

.title-left-wrapper .cms-feature-title {
  text-align: left;
}

.title-center-wrapper .cms-feature-title {
  text-align: center;
}

.title-right-wrapper .cms-feature-title {
  text-align: right;
}

/** @format */
.site-color-text {
  color: #6b6b6b !important;
}
.site-color-text *:not([class^=site-button]) {
  color: #6b6b6b !important;
}
.site-color-text-wrapper .cms-feature-title {
  color: #6b6b6b !important;
}
.site-color-primary {
  color: #0e204a !important;
}
.site-color-primary *:not([class^=site-button]):not(strong):not(em) {
  color: #0e204a !important;
}
.site-color-primary-wrapper .cms-feature-title {
  color: #0e204a !important;
}
.site-color-secondary {
  color: #00478e !important;
}
.site-color-secondary *:not([class^=site-button]):not(strong):not(em) {
  color: #00478e !important;
}
.site-color-secondary-wrapper .cms-feature-title {
  color: #00478e !important;
}
.site-color-light {
  color: #eaeaea !important;
}
.site-color-light *:not([class^=site-button]):not(strong):not(em) {
  color: #eaeaea !important;
}
.site-color-light-wrapper .cms-feature-title {
  color: #eaeaea !important;
}
.site-color-black {
  color: #000000 !important;
}
.site-color-black *:not([class^=site-button]):not(strong):not(em) {
  color: #000000 !important;
}
.site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.site-color-white {
  color: #ffffff !important;
}
.site-color-white *:not([class^=site-button]):not(strong):not(em) {
  color: #ffffff !important;
}
.site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}

.site-bg-text, .site-bg-text-wrapper,
.site-bg .cms-feature-title {
  background: #6b6b6b !important;
}
.site-bg-primary, .site-bg-primary-wrapper,
.site-bg .cms-feature-title {
  background: #0e204a !important;
}
.site-bg-secondary, .site-bg-secondary-wrapper,
.site-bg .cms-feature-title {
  background: #00478e !important;
}
.site-bg-light, .site-bg-light-wrapper,
.site-bg .cms-feature-title {
  background: #dfdfdf !important;
}
.site-bg-black, .site-bg-black-wrapper,
.site-bg .cms-feature-title {
  background: #000000 !important;
}
.site-bg-white, .site-bg-white-wrapper,
.site-bg .cms-feature-title {
  background: #ffffff !important;
}

.x-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

/** @format */
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none;
}

html {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #6b6b6b;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif !important;
}
body.no-scroll {
  overflow: hidden;
}

div > :first-child {
  margin-top: 0;
}
div > :last-child {
  margin-bottom: 0;
}

pre,
code,
kbd,
samp,
tt,
input,
textarea,
select,
option,
optgroup,
button,
td,
blockquote,
cite,
small,
big,
.marker,
q {
  font-family: inherit !important;
}

.site-container {
  max-width: calc(100% - 0px);
  margin: 0 auto 0 0;
  padding: 0 40px;
  width: 100%;
}
@media (max-width: 599px) {
  .site-container {
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  .site-container {
    max-width: calc(100% - 100px);
    margin: 0 auto;
  }
}
@media (min-width: 1366px) {
  .site-container {
    padding-left: 50px;
  }
}
@media (min-width: 1500px) {
  .site-container {
    padding-left: 110px;
  }
}
.site-container.special-container {
  padding: 0 20px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

ol {
  list-style-position: inside;
}

li {
  color: inherit;
}

.site-main-wrapper .site-sub-wrapper {
  width: 100%;
  clear: both;
}
.site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article {
  display: block;
}
.site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
  float: left;
  padding-right: 120px;
}
@media (max-width: 766px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
    padding: 0;
    float: none;
  }
}
.site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
  float: right;
}
@media (max-width: 766px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
    float: none;
  }
}
@media (min-width: 767px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar .site-main-data {
    width: calc(100% - 490px);
  }
}

.feature-zone .cms-feature-wrapper {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .feature-zone .cms-feature-wrapper {
    margin-bottom: 50px;
  }
}

body:not(.cms-page-is-in-edit-mode) .site-container .site-full-width-block-wrapper,
body:not(.cms-page-is-in-edit-mode) .site-container .site-full-width-content-wrapper,
body:not(.cms-page-is-in-edit-mode) .site-container .site-full-height-block-wrapper {
  margin-left: -40px;
  margin-right: 0;
  width: calc(100% + 120px);
}
body:not(.cms-page-is-in-edit-mode) .site-container .site-full-width-block-wrapper:not(.cms-gallery-feature-wrapper),
body:not(.cms-page-is-in-edit-mode) .site-container .site-full-width-content-wrapper:not(.cms-gallery-feature-wrapper),
body:not(.cms-page-is-in-edit-mode) .site-container .site-full-height-block-wrapper:not(.cms-gallery-feature-wrapper) {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 600px) {
  body:not(.cms-page-is-in-edit-mode) .site-container .site-full-width-block-wrapper:not(.cms-gallery-feature-wrapper),
  body:not(.cms-page-is-in-edit-mode) .site-container .site-full-width-content-wrapper:not(.cms-gallery-feature-wrapper),
  body:not(.cms-page-is-in-edit-mode) .site-container .site-full-height-block-wrapper:not(.cms-gallery-feature-wrapper) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  body:not(.cms-page-is-in-edit-mode) .site-container .site-full-width-block-wrapper,
  body:not(.cms-page-is-in-edit-mode) .site-container .site-full-width-content-wrapper,
  body:not(.cms-page-is-in-edit-mode) .site-container .site-full-height-block-wrapper {
    margin-left: -40px;
    margin-right: 0;
    width: calc(100% + 80px);
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .site-container .site-full-width-block-wrapper,
  body:not(.cms-page-is-in-edit-mode) .site-container .site-full-width-content-wrapper,
  body:not(.cms-page-is-in-edit-mode) .site-container .site-full-height-block-wrapper {
    margin-left: -10px;
    margin-right: 0;
    width: 100vw;
  }
}
@media (min-width: 1366px) {
  body:not(.cms-page-is-in-edit-mode) .site-container .site-full-width-block-wrapper,
  body:not(.cms-page-is-in-edit-mode) .site-container .site-full-width-content-wrapper,
  body:not(.cms-page-is-in-edit-mode) .site-container .site-full-height-block-wrapper {
    margin-left: -50px;
    width: calc(100% + 50px + 40px);
  }
}
@media (min-width: 1500px) {
  body:not(.cms-page-is-in-edit-mode) .site-container .site-full-width-block-wrapper,
  body:not(.cms-page-is-in-edit-mode) .site-container .site-full-width-content-wrapper,
  body:not(.cms-page-is-in-edit-mode) .site-container .site-full-height-block-wrapper {
    margin-left: -112px;
    width: calc(100% + 110px + 40px + 3px);
  }
}
body:not(.cms-page-is-in-edit-mode) .site-container .site-full-width-block-wrapper .site-full-width-block,
body:not(.cms-page-is-in-edit-mode) .site-container .site-full-width-content-wrapper .site-full-width-block,
body:not(.cms-page-is-in-edit-mode) .site-container .site-full-height-block-wrapper .site-full-width-block {
  padding: 0;
}

.custom-sidebar {
  display: flex;
  flex-direction: column;
}
.custom-sidebar .side-bottom {
  margin-top: auto;
}

.site-navigation-wrapper .show-in-menu-mob {
  display: none;
}
.site-navigation-wrapper .show-in-menu-mob ul {
  margin-bottom: 0;
  padding-left: 0;
}
.site-navigation-wrapper .show-in-menu-mob ul li {
  list-style: none;
  margin-bottom: 10px;
}

@media (max-width: 1023px) {
  .show-in-menu-mob {
    display: none !important;
  }
  .site-navigation-wrapper .show-in-menu-mob {
    display: block !important;
  }
}
.cms-feature-datablock .eapps-google-maps .gm-style-iw-c {
  padding: 0 !important;
}

.iframe-resize iframe,
.iframe-resize video,
.iframe-resize-video iframe,
.iframe-resize-video video,
.cms-video-feature iframe,
.cms-video-feature video {
  position: relative;
  aspect-ratio: 16/9;
  width: 100% !important;
  height: auto !important;
  z-index: 2;
}

iframe.iframe-resize, iframe.iframe-resize-video,
video.iframe-resize,
video.iframe-resize-video {
  position: relative;
  aspect-ratio: 16/9;
  width: 100% !important;
  height: auto !important;
  z-index: 2;
}

/** @format */
h1 {
  font-size: 4.375rem;
  line-height: 5rem;
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  color: #0e204a;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}

h2 {
  font-size: 4rem;
  line-height: 4.6rem;
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  color: #0e204a;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}

h3 {
  font-size: 3.5rem;
  line-height: 4rem;
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  color: #0e204a;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-bottom: 20px;
  }
}

h4 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  color: #0e204a;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  h4 {
    font-size: 1.375rem;
    line-height: 1.625rem;
    margin-bottom: 20px;
  }
}

h5 {
  font-size: 2.1875rem;
  line-height: 2.8125rem;
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  color: #0e204a;
  font-family: "DM Serif Display", serif;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  h5 {
    font-size: 1.375rem;
    line-height: 1.625rem;
    margin-bottom: 20px;
  }
}

h6 {
  font-size: 1.5625rem;
  line-height: 2.1875rem;
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  color: #0e204a;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  h6 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 20px;
  }
}

h1 var {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9.375rem;
  font-style: normal;
  line-height: 6.875rem;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  h1 var {
    font-size: 6.375rem;
    line-height: 5.375rem;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  h1 var {
    line-height: 4.375rem;
  }
}
h1 samp {
  position: relative;
  text-align: left !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
h1 samp::after {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #c09a5d;
  border: none;
  display: block;
  margin-top: 0.1rem;
  margin-bottom: 0;
}
h1 br + var {
  display: block;
}
@media (min-width: 600px) {
  h1 br + var {
    margin-top: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1699px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 20px;
  }
}

h2 var {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9.375rem;
  font-style: normal;
  line-height: 6.875rem;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  h2 var {
    font-size: 6rem;
    line-height: 5rem;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  h2 var {
    line-height: 4rem;
  }
}
h2 samp {
  position: relative;
  text-align: left !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
h2 samp::after {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #c09a5d;
  border: none;
  display: block;
  margin-top: 0.1rem;
  margin-bottom: 0;
}
h2 br + var {
  display: block;
}
@media (min-width: 600px) {
  h2 br + var {
    margin-top: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1699px) {
  h2 {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 20px;
  }
}

h3 var {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9.375rem;
  font-style: normal;
  line-height: 6.875rem;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  h3 var {
    font-size: 5.5rem;
    line-height: 4.5rem;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  h3 var {
    line-height: 3.5rem;
  }
}
h3 samp {
  position: relative;
  text-align: left !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
h3 samp::after {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #c09a5d;
  border: none;
  display: block;
  margin-top: 0.1rem;
  margin-bottom: 0;
}
h3 br + var {
  display: block;
}
@media (min-width: 600px) {
  h3 br + var {
    margin-top: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1699px) {
  h3 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
    margin-bottom: 20px;
  }
  h3 samp::ater {
    margin-bottom: 20px;
  }
}

h4 var {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9.375rem;
  font-style: normal;
  line-height: 6.875rem;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  h4 var {
    font-size: 5rem;
    line-height: 4rem;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  h4 var {
    line-height: 3rem;
  }
}
h4 samp {
  position: relative;
  text-align: left !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
h4 samp::after {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #c09a5d;
  border: none;
  display: block;
  margin-top: 0.1rem;
  margin-bottom: 0;
}
h4 br + var {
  display: block;
}
@media (min-width: 600px) {
  h4 br + var {
    margin-top: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1699px) {
  h4 {
    font-size: 1.8125rem;
    line-height: 2.4375rem;
    margin-bottom: 20px;
  }
}

h5 var {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9.375rem;
  font-style: normal;
  line-height: 6.875rem;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  h5 var {
    font-size: 4.1875rem;
    line-height: 3.1875rem;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  h5 var {
    line-height: 2.1875rem;
  }
}
h5 samp {
  position: relative;
  text-align: left !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
h5 samp::after {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #c09a5d;
  border: none;
  display: block;
  margin-top: 0.1rem;
  margin-bottom: 0;
}
h5 br + var {
  display: block;
}
@media (min-width: 600px) {
  h5 br + var {
    margin-top: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1699px) {
  h5 {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
    margin-bottom: 20px;
  }
}

h6 var {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9.375rem;
  font-style: normal;
  line-height: 6.875rem;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  h6 var {
    font-size: 3.5625rem;
    line-height: 2.5625rem;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  h6 var {
    line-height: 1.5625rem;
  }
}
h6 samp {
  position: relative;
  text-align: left !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
h6 samp::after {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #c09a5d;
  border: none;
  display: block;
  margin-top: 0.1rem;
  margin-bottom: 0;
}
h6 br + var {
  display: block;
}
@media (min-width: 600px) {
  h6 br + var {
    margin-top: 15px;
  }
}
a {
  text-decoration: none;
  color: #0e204a;
  transition: 0.3s ease all;
}
a:hover, a:focus {
  color: #c09a5d;
  transition: 0.3s ease all;
}

p {
  margin: 0 0 20px 0;
}
p var {
  font-style: normal;
  color: #c09a5d;
}

small {
  font-size: 0.75rem;
  font-weight: normal !important;
  line-height: 1.15rem;
  color: #6b6b6b !important;
  display: inline-block;
}

strong {
  font-weight: bold;
}

ul {
  padding-left: 10px;
}

hr {
  margin: 0 auto 10px;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

.marker {
  background-color: transparent !important;
  color: #00478e !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  line-height: inherit !important;
}
.marker > * {
  color: #00478e !important;
  background-color: transparent !important;
}

.cms-text-feature q,
.cms-text-feature blockquote,
.cms-text-feature-content q,
.cms-text-feature-content blockquote {
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 20px 0;
  text-align: left;
  padding-left: 70px;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  min-height: 50px;
}
.cms-text-feature q .marker,
.cms-text-feature blockquote .marker,
.cms-text-feature-content q .marker,
.cms-text-feature-content blockquote .marker {
  font-family: "Roboto", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.4375rem !important;
  display: block;
  margin-top: 10px;
}
.cms-text-feature q::before,
.cms-text-feature blockquote::before,
.cms-text-feature-content q::before,
.cms-text-feature-content blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 100%;
  display: block;
  background-color: #eaeaea;
  background-image: url("../images/quote.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center 15px;
}

.site-vertical-top table tr td {
  vertical-align: top;
}
.site-vertical-center table tr td {
  vertical-align: middle;
}
.site-vertical-bottom table tr td {
  vertical-align: bottom;
}

.cms-text-feature ol,
.cms-text-feature-content ol {
  list-style: none;
  counter-reset: item ".";
  position: relative;
}
.cms-text-feature ol li,
.cms-text-feature-content ol li {
  counter-increment: item;
}
.cms-text-feature ol li:before,
.cms-text-feature-content ol li:before {
  content: counter(item) ".";
  color: #c09a5d;
  text-align: center;
  display: inline-block;
  position: relative;
  left: 0;
  font-weight: bold;
  margin-right: 5px;
}
.cms-text-feature ul li,
.cms-text-feature-content ul li {
  list-style: none;
}
.cms-text-feature ul li::before,
.cms-text-feature-content ul li::before {
  content: "•";
  color: #c09a5d;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
  font-size: 1.5rem;
  top: 0.2rem;
  position: relative;
}
.cms-text-feature hr,
.cms-text-feature-content hr {
  margin: 30px 0;
}

/** @format */
.site-button-primary {
  background: #0e204a !important;
  padding: 10px 35px 10px 75px;
  border: none !important;
  text-align: center;
  line-height: inherit;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Roboto", sans-serif !important;
  transition: 0.5s ease all;
  position: relative;
  z-index: 1;
}
.site-button-primary:before {
  color: #c09a5d;
  position: absolute;
  left: 0;
  height: 100%;
  width: 38px;
  padding-left: 12px;
  background-color: #eaeaea;
  top: 0;
  transition: 0.5s ease all;
  z-index: -1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea3c" !important;
}
.site-button-primary:hover {
  background: #0e204a !important;
  color: #c09a5d;
  border: none !important;
  transition: 0.5s ease all;
}
.site-button-primary:hover:before {
  width: 100%;
  transition: 0.5s ease all;
  padding-left: 20px;
}

.site-button-secondary, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button,
.site-form-data .site-form-buttons .site-form-button,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  background: #00478e !important;
  padding: 10px 35px 10px 75px;
  border: none !important;
  text-align: center;
  line-height: inherit;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Roboto", sans-serif !important;
  transition: 0.5s ease all;
  position: relative;
  z-index: 1;
}
.site-button-secondary:before, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before,
.site-form-data .site-form-buttons .site-form-button:before,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before {
  color: #c09a5d;
  position: absolute;
  left: 0;
  height: 100%;
  width: 38px;
  padding-left: 12px;
  background-color: #eaeaea;
  top: 0;
  transition: 0.5s ease all;
  z-index: -1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea3c" !important;
}
.site-button-secondary:hover, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover,
.site-form-data .site-form-buttons .site-form-button:hover,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  background: #00478e !important;
  color: #c09a5d;
  border: none !important;
  transition: 0.5s ease all;
}
.site-button-secondary:hover:before, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover:before,
.site-form-data .site-form-buttons .site-form-button:hover:before,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover:before {
  width: 100%;
  transition: 0.5s ease all;
  padding-left: 20px;
}

.site-button-white {
  background: #ffffff !important;
  padding: 10px 35px 10px 75px;
  border: none !important;
  text-align: center;
  line-height: inherit;
  color: #c09a5d;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Roboto", sans-serif !important;
  transition: 0.5s ease all;
  position: relative;
  z-index: 1;
}
.site-button-white:before {
  color: #c09a5d;
  position: absolute;
  left: 0;
  height: 100%;
  width: 38px;
  padding-left: 12px;
  background-color: #eaeaea;
  top: 0;
  transition: 0.5s ease all;
  z-index: -1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea3c" !important;
}
.site-button-white:hover {
  background: #ffffff !important;
  color: #ffffff;
  border: none !important;
  transition: 0.5s ease all;
}
.site-button-white:hover:before {
  width: 100%;
  transition: 0.5s ease all;
  padding-left: 20px;
}
.site-button-white::before {
  background-color: #c09a5d;
  color: #ffffff;
}

.site-button-full-primary {
  background: #0e204a !important;
  padding: 10px 35px 10px 75px;
  border: none !important;
  text-align: center;
  line-height: inherit;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Roboto", sans-serif !important;
  transition: 0.5s ease all;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.site-button-full-primary:before {
  color: #c09a5d;
  position: absolute;
  left: 0;
  height: 100%;
  width: 38px;
  padding-left: 12px;
  background-color: #eaeaea;
  top: 0;
  transition: 0.5s ease all;
  z-index: -1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea3c" !important;
}
.site-button-full-primary:hover {
  background: #0e204a !important;
  color: #c09a5d;
  border: none !important;
  transition: 0.5s ease all;
}
.site-button-full-primary:hover:before {
  width: 100%;
  transition: 0.5s ease all;
  padding-left: 20px;
}

.site-button-full-secondary {
  background: #00478e !important;
  padding: 10px 35px 10px 75px;
  border: none !important;
  text-align: center;
  line-height: inherit;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Roboto", sans-serif !important;
  transition: 0.5s ease all;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.site-button-full-secondary:before {
  color: #c09a5d;
  position: absolute;
  left: 0;
  height: 100%;
  width: 38px;
  padding-left: 12px;
  background-color: #eaeaea;
  top: 0;
  transition: 0.5s ease all;
  z-index: -1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea3c" !important;
}
.site-button-full-secondary:hover {
  background: #00478e !important;
  color: #c09a5d;
  border: none !important;
  transition: 0.5s ease all;
}
.site-button-full-secondary:hover:before {
  width: 100%;
  transition: 0.5s ease all;
  padding-left: 20px;
}

.site-button-full-white {
  background: #ffffff !important;
  padding: 10px 35px 10px 75px;
  border: none !important;
  text-align: center;
  line-height: inherit;
  color: #c09a5d;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Roboto", sans-serif !important;
  transition: 0.5s ease all;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.site-button-full-white:before {
  color: #c09a5d;
  position: absolute;
  left: 0;
  height: 100%;
  width: 38px;
  padding-left: 12px;
  background-color: #eaeaea;
  top: 0;
  transition: 0.5s ease all;
  z-index: -1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea3c" !important;
}
.site-button-full-white:hover {
  background: #ffffff !important;
  color: #ffffff;
  border: none !important;
  transition: 0.5s ease all;
}
.site-button-full-white:hover:before {
  width: 100%;
  transition: 0.5s ease all;
  padding-left: 20px;
}
.site-button-full-white::before {
  background-color: #c09a5d;
  color: #ffffff;
}

.site-textarea {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #dfdfdf;
  font-size: 1rem;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  max-width: 100%;
}

input.site-textbox, .site-search-wrapper .site-search-block.site-search-option1 .site-search-data input.site-search-input, .site-search-wrapper .site-search-block.site-search-option .site-search-data input.site-search-input {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #dfdfdf;
  font-size: 1rem;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  max-width: 100%;
}

select.site-select {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #dfdfdf;
  font-size: 1rem;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  max-width: 100%;
}

.inline-button {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 600px) {
  .inline-button {
    display: inline-block;
  }
}
.inline-button > [class^=site-button]:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .inline-button > [class^=site-button]:not(:first-child) {
    margin-left: 20px;
  }
}

.site-form-data .site-form-buttons .site-form-button {
  font-size: 1rem;
}

/** @format */
section.empty {
  display: none;
}
section.empty + section {
  margin-top: 240px;
}

body:not(.cms-page-is-in-edit-mode) .site-row .col > .full-height {
  height: 100%;
}

.site-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
}
.site-row > .col,
.site-row .menu-col-lg,
.site-row .menu-col-sm {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.site-row .site-row {
  margin: 0;
}
.site-row .site-row > .col {
  padding-right: 0;
}

table.column-styling {
  width: 100% !important;
  border: none !important;
}
table.column-styling:not(:last-child) {
  margin-bottom: 20px;
}
table.column-styling tr {
  background-color: transparent !important;
}
table.column-styling > tbody > tr > td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: none !important;
}
table.column-styling > tbody > tr > td > :first-child {
  margin-top: 0 !important;
}
table.column-styling > tbody > tr > td > :last-child {
  margin-bottom: 0 !important;
}
table.column-styling > tbody > tr + tr > td:first-child {
  padding-top: 20px !important;
}

@media (min-width: 1024px) {
  .site-row .menu-col-lg {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .site-row .menu-col-sm {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 1024px) {
  .site-row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .site-row > .col,
  .site-row .menu-col-lg,
  .site-row .menu-col-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-row.no-gaps {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
  .site-row.no-gaps > .col,
  .site-row.no-gaps > .menu-col-lg,
  .site-row.no-gaps > .menu-col-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .site-row.two-col > .col:first-of-type {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .site-row.two-col > .col:last-of-type {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .site-row.two-col > .col.small {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .site-row.two-col > .col.large {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .site-row.two-col-equal > .col, .site-row.four-col-equal > .col, .site-row.four-col-uneven > .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .site-row.three-col > .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .site-row.three-col > .col:first-child, .site-row.three-col > .col:last-child {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .site-row.three-col-equal > .col {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .site-row .col > .full-height {
    display: flex;
    flex-direction: column;
  }
  .site-row .col > .full-height .site-vertical-bottom-wrapper {
    margin-top: auto;
  }
  .site-row .col > .full-height .site-vertical-center-wrapper {
    margin-top: auto;
  }
  table.column-styling {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px) !important;
  }
  table.column-styling > tbody {
    display: block;
  }
  table.column-styling > tbody > tr > td {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  table.column-styling > tbody > tr + tr > td {
    padding-top: 20px !important;
  }
}
@media (min-width: 1366px) {
  .site-row {
    margin-left: -50px;
    margin-right: -50px;
    width: calc(100% + 100px);
  }
  .site-row > .col {
    padding-left: 50px;
    padding-right: 50px;
  }
  .site-row.four-col-equal > .col {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .site-row.four-col-uneven > .col {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .site-row.four-col-uneven > .col:first-child {
    flex: 0 0 40%;
    max-width: 40%;
  }
  table.column-styling {
    margin-left: -50px;
    margin-right: -50px;
    width: calc(100% + 100px) !important;
  }
  table.column-styling > tbody > tr > td {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (min-width: 1500px) {
  .site-row .menu-col-lg,
  .site-row .menu-col-sm {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1023px) {
  table.column-styling tbody > tr {
    padding-top: 0;
    padding-bottom: 0;
  }
  table.column-styling tbody > tr > td {
    width: 100% !important;
    display: block;
  }
  table.column-styling tbody > tr > td:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .max-w-25 {
    max-width: calc(25% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
  .max-w-25.align-right {
    margin-right: 0;
  }
  .max-w-25.align-left {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .max-w-33 {
    max-width: calc(33% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
  .max-w-33.align-right {
    margin-right: 0;
  }
  .max-w-33.align-left {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .max-w-50 {
    max-width: calc(50% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
  .max-w-50.align-right {
    margin-right: 0;
  }
  .max-w-50.align-left {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .max-w-60 {
    max-width: calc(60% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
  .max-w-60.align-right {
    margin-right: 0;
  }
  .max-w-60.align-left {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .max-w-75 {
    max-width: calc(75% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
  .max-w-75.align-right {
    margin-right: 0;
  }
  .max-w-75.align-left {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .max-w-90 {
    max-width: calc(90% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
  .max-w-90.align-right {
    margin-right: 0;
  }
  .max-w-90.align-left {
    margin-left: 0;
  }
}

body.cms-page-is-in-edit-mode .site-row > .col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

main#site-main {
  min-height: 300px;
}
main#site-main .site-page-title {
  margin-top: 20px;
  color: #0e204a;
}

/** @format */
#site-header {
  background: transparent;
  padding: 0;
  width: 100%;
  top: 0;
}
#site-header .site-header-block {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#site-header .site-header-block .site-header-logo {
  position: fixed;
  z-index: 9;
}
#site-header .site-header-block .site-header-logo h1,
#site-header .site-header-block .site-header-logo h2,
#site-header .site-header-block .site-header-logo h3,
#site-header .site-header-block .site-header-logo h4,
#site-header .site-header-block .site-header-logo h5,
#site-header .site-header-block .site-header-logo h6 {
  margin: 0;
}
#site-header .site-header-block .site-navigation-wrapper .site-navigation .site-nav-block > li {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  line-height: 40px;
}
#site-header .site-header-block .site-navigation-wrapper .site-navigation .site-nav-block > li:last-child {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  #site-header .site-header-block .site-navigation-wrapper .site-navigation .site-nav-block > li {
    margin-bottom: 50px;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
#site-header .site-header-block .site-navigation-wrapper .site-navigation .site-nav-block > li > a {
  color: #c09a5d;
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #ffffff;
  font-style: italic;
  font-family: "DM Serif Display", serif;
  position: relative;
}
@media (max-width: 1499px) {
  #site-header .site-header-block .site-navigation-wrapper .site-navigation .site-nav-block > li > a {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
#site-header .site-header-block .site-navigation-wrapper .site-navigation .site-nav-block > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #00478e;
  position: absolute;
  bottom: 0;
  transition: 0.5s ease all;
}
#site-header .site-header-block .site-navigation-wrapper .site-navigation .site-nav-block > li > a:hover::after {
  width: 100%;
  transition: 0.5s ease all;
}
#site-header .site-header-block .site-navigation-wrapper .site-navigation .site-nav-block > li > a span {
  font-family: "Barlow Condensed", sans-serif;
  color: #c09a5d;
  font-style: normal;
  letter-spacing: 1.5px;
}
@media (max-width: 1499px) {
  #site-header .site-header-block .site-navigation-wrapper .site-navigation .site-nav-block > li::before {
    font-size: 4rem;
  }
  #site-header .site-header-block .site-navigation-wrapper .site-navigation .site-nav-block > li a {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
#site-header .site-header-block .site-navigation-wrapper .site-navigation .site-nav-block > li > .site-subnav-wrapper > .site-subnav-block > li {
  line-height: 1.4375rem;
}
#site-header .site-header-block .site-navigation-wrapper .site-navigation .site-nav-block > li > .site-subnav-wrapper > .site-subnav-block > li a {
  line-height: 1.4375rem;
  font-size: 1rem;
}
#site-header .site-header-block .site-header-right .nav-fixed-items {
  padding: 10px;
  display: flex;
  background: #ffffff;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 25vw;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 99;
  border-radius: 5px;
}
@media (max-width: 599px) {
  #site-header .site-header-block .site-header-right .nav-fixed-items {
    width: calc(100% - 234px);
  }
}
#site-header .site-header-block .site-header-right .nav-fixed-items .site-search-wrapper .site-search-icon {
  color: #0e204a;
}
#site-header .site-header-block .site-header-right .nav-fixed-items .language-toggle > * {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
#site-header .site-header-block .site-header-right .nav-fixed-items .language-toggle ul {
  padding: 0;
  list-style: none;
}
#site-header .site-header-block .site-header-right .nav-fixed-items .language-toggle ul li {
  padding: 0;
  list-style: none;
}
#site-header .site-header-block .site-header-right .nav-fixed-items .language-toggle ul li::before {
  display: none;
}
#site-header .site-header-block .site-header-right .nav-fixed-items .language-toggle ul li:first-child {
  position: relative;
}
#site-header .site-header-block .site-header-right .nav-fixed-items .language-toggle ul li:first-child::after {
  content: ">";
  font-weight: bold;
  color: #0e204a;
  position: relative;
  margin-left: 10px;
  display: inline-block;
  transform: rotate(90deg);
  transition: 0.5s ease all;
}
#site-header .site-header-block .site-header-right .nav-fixed-items .language-toggle ul li:first-child.active::after {
  transform: rotate(-90deg);
  transition: 0.5s ease all;
}
#site-header .header-logo-wrapper {
  box-shadow: 12px 25px 68px -35px rgba(0, 0, 0, 0.75);
  background-color: #0e204a;
  width: 200px;
  transform: scale(1);
  position: relative;
  transition: 0.3s ease all;
  top: 0;
  left: 0;
}
#site-header .header-logo-wrapper .site-slide::after {
  display: none;
}
#site-header .header-logo-wrapper .site-slider-image-block {
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease all;
}
#site-header .header-logo-wrapper .site-slider-caption {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease all;
  height: 100%;
}
#site-header .header-logo-wrapper.alternative-logo .site-slide {
  transition: 0.5s ease all;
}
#site-header .header-logo-wrapper .header-logo {
  z-index: 9;
}
#site-header .header-logo-wrapper .header-logo a > * {
  padding: 30px;
}
#site-header.sticky .header-logo-wrapper {
  transform: scale(0.9);
  top: -10px;
  left: -10px;
  transition: 0.3s ease all;
}
#site-header.sticky .header-logo-wrapper.alternative-logo .site-slide {
  height: 94px !important;
  transition: 0.5s ease all;
}
#site-header.sticky .header-logo-wrapper.alternative-logo .site-slider-image-block {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease all;
}
#site-header.sticky .header-logo-wrapper.alternative-logo .site-slider-caption {
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease all;
}

body.cms-page-is-in-edit-mode #site-header, body.cms-user-logged #site-header {
  top: 72px;
}
body.cms-page-is-in-edit-mode #site-header .site-header-block .site-header-right .nav-fixed-items, body.cms-user-logged #site-header .site-header-block .site-header-right .nav-fixed-items {
  top: 72px;
}
body.cms-page-is-in-edit-mode .site-navigation-wrapper, body.cms-user-logged .site-navigation-wrapper {
  top: 72px;
  padding-top: 32px;
  padding-bottom: 100px;
}
body.cms-page-is-in-preview-mode #site-header {
  top: 45px;
}
body.cms-page-is-in-preview-mode #site-header .site-header-block .site-header-right .nav-fixed-items {
  top: 45px;
}
body.cms-page-is-in-preview-mode .site-navigation-wrapper {
  top: 45px;
}
body.cms-page-is-in-edit-mode #site-header {
  position: relative;
  top: 0;
}
body.cms-page-is-in-edit-mode #site-header .header-logo-wrapper {
  z-index: 10;
}
body.cms-page-is-in-edit-mode #site-header .site-header-block .site-navigation-wrapper .nav-title-wrapper {
  line-height: inherit;
}
body.cms-page-is-in-edit-mode #site-header .site-header-block .site-navigation-wrapper .nav-title-wrapper::before {
  position: absolute;
}
body.cms-page-is-in-edit-mode #site-header .site-header-block .site-header-logo {
  position: relative;
  padding-top: 32px;
}
@media (min-width: 1024px) {
  body.cms-page-is-in-edit-mode #site-header .site-header-block .site-header-right .nav-fixed-items .langauge-toggle-wrap {
    margin-left: -100px;
    background-color: #ffffff;
  }
}
body.cms-page-is-in-edit-mode #site-header .site-header-block .site-header-right .nav-fixed-items .langauge-toggle-wrap > .feature-zone {
  margin-right: 0;
}
@media (min-width: 1024px) {
  body.cms-page-is-in-edit-mode #site-header .site-header-block .site-header-right .nav-fixed-items .langauge-toggle-wrap > .feature-zone {
    max-width: 100px;
    width: 100px;
  }
}
body.cms-page-is-in-edit-mode #site-header .site-header-block .site-header-right .nav-fixed-items .langauge-toggle-wrap .fp-feature-add-wrapper .fp-add-feature {
  padding: 10px;
}
body.cms-page-is-in-edit-mode #site-header .site-header-block .site-header-right .nav-fixed-items .langauge-toggle-wrap .fp-feature-add-wrapper .fp-add-feature .fp-add-feature-button i.fp-add-feature-icon {
  font-size: 20px;
}
body.cms-page-is-in-edit-mode #site-header .site-header-block .site-header-right .nav-fixed-items .langauge-toggle-wrap .fp-feature-add-wrapper .fp-add-feature .fp-add-feature-button .fp-add-feature-text {
  display: none;
}

@media (min-width: 1024px) {
  #site-header .site-header-block .site-header-right .nav-fixed-items {
    width: 50px;
    align-items: center;
    flex-direction: column;
    bottom: 0;
    padding: 50px 10px;
    top: 0;
    right: 0;
    border-radius: 0;
  }
  #site-header .site-header-block .site-header-right .nav-fixed-items .site-menu-toggle {
    background-color: #00478e;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.5s ease all;
  }
  #site-header .site-header-block .site-header-right .nav-fixed-items .site-menu-toggle:hover {
    background-color: #c09a5d;
    transition: 0.5s ease all;
  }
  #site-header .site-header-block .site-header-right .nav-fixed-items .site-menu-toggle span {
    background-color: #ffffff;
    width: 50%;
    left: 25%;
    margin-top: 16px;
  }
  #site-header .site-header-block .site-header-right .nav-fixed-items .site-menu-toggle.active-menu-toggle {
    background-color: #c09a5d;
  }
  #site-header .site-header-block .site-header-right .nav-fixed-items .site-menu-toggle.active-menu-toggle:hover {
    background-color: #00478e;
  }
  #site-header .site-header-block .site-header-right .nav-fixed-items .site-menu-toggle.active-menu-toggle span:nth-child(1), #site-header .site-header-block .site-header-right .nav-fixed-items .site-menu-toggle.active-menu-toggle span:nth-child(4) {
    opacity: 0;
  }
}
@media (max-width: 599px) {
  #site-header .site-header-block .site-navigation-wrapper .site-navigation .site-nav-block > li {
    padding-left: 10px;
  }
  #site-header .site-header-block .site-navigation-wrapper .site-navigation .site-nav-block > li::before {
    top: -5px;
  }
}
@media (max-width: 299px) {
  #site-header .header-logo-wrapper {
    width: 50vw;
  }
}
/** @format */
#site-footer .site-row {
  width: 100% !important;
}
#site-footer .footer-wrapper {
  background: #eaeaea;
  padding-top: 70px;
  padding-bottom: 70px;
}
#site-footer .footer-wrapper .cms-text-feature .marker:first-child:last-child,
#site-footer .footer-wrapper .cms-text-feature-content .marker:first-child:last-child {
  margin-bottom: -10px !important;
  display: block;
}
#site-footer .footer-wrapper .cms-feature-wrapper > div:not(.cms-feature-bar-wrapper) a:not([class^=site-button]) {
  color: #00478e;
  font-weight: 400;
}
#site-footer .footer-wrapper .cms-feature-wrapper > div:not(.cms-feature-bar-wrapper) a:not([class^=site-button]):hover {
  color: #c09a5d;
}
#site-footer .footer-wrapper .cms-feature-wrapper > div:not(.cms-feature-bar-wrapper) a:not([class^=site-button]) var {
  transition: 0.5s ease all;
}
#site-footer .footer-wrapper .cms-feature-wrapper > div:not(.cms-feature-bar-wrapper) a:not([class^=site-button]) var:hover {
  transition: 0.5s ease all;
  color: #00478e;
}
#site-footer .disclaimer {
  padding-top: 20px;
  padding-bottom: 20px;
}
#site-footer .disclaimer .site-row {
  margin: 0 !important;
}
#site-footer .disclaimer .site-row > .col {
  padding: 0 !important;
}
#site-footer .disclaimer .site-row > .col:first-child {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 599px) {
  #site-footer .disclaimer .site-row > .col:first-child {
    flex-wrap: wrap;
  }
  #site-footer .disclaimer .site-row > .col:first-child > span,
  #site-footer .disclaimer .site-row > .col:first-child > .feature-zone {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 599px) {
  #site-footer .disclaimer .feature-zone .cms-feature-wrapper {
    margin-bottom: 0;
  }
}
#site-footer .disclaimer .cms-feature-wrapper > div:not(.cms-feature-bar-wrapper) a {
  color: #6b6b6b;
}
#site-footer .disclaimer .cms-feature-wrapper > div:not(.cms-feature-bar-wrapper) a:hover {
  color: #0e204a;
}
#site-footer h1,
#site-footer h2,
#site-footer h3,
#site-footer h4,
#site-footer h5,
#site-footer h6 {
  margin-bottom: 10px;
}
#site-footer h6 small {
  text-transform: uppercase;
  color: #00478e !important;
  font-weight: inherit !important;
}

@media (min-width: 1024px) {
  #site-footer .site-row {
    margin: 0 -20px;
  }
  #site-footer .site-row > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1366px) {
  #site-footer .feature-zone .cms-feature-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  #site-footer {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .site-sidebar {
    width: 490px;
  }
}

.cms-page-is-in-preview-mode .site-page-wrapper {
  margin: 45px 0 0;
}

.cms-user-logged .site-page-wrapper {
  margin: 72px 0 0;
}

.site-breadcrumbs-wrapper {
  background: #f9f9f9;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  color: #6b6b6b;
  margin: 0 0 20px;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item:after {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item.site-breadcrumbs-active:after {
  display: none;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link {
  color: #0e204a;
  position: relative;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link::after {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  background: #00478e;
  left: 0;
  bottom: -5px;
  transition: all ease 0.5s;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link:hover:after {
  width: 100%;
}

/** @format */
.site-navigation-wrapper table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header, .site-navigation-wrapper table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-header {
  border: 1px solid #c09a5d;
}
.site-navigation-wrapper table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover, .site-navigation-wrapper table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active, .site-navigation-wrapper table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-header:hover, .site-navigation-wrapper table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background-color: #00478e !important;
}
.site-navigation-wrapper table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-desc .site-tbl-accordion-desc-wrapper, .site-navigation-wrapper table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-desc .site-tbl-accordion-desc-wrapper {
  padding: 10px 30px;
  border: 1px solid #c09a5d;
  border-top: none;
  white-space: normal;
  text-align: left;
}
.site-navigation-wrapper table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-desc.last .site-tbl-accordion-desc-wrapper, .site-navigation-wrapper table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-desc.last .site-tbl-accordion-desc-wrapper {
  padding-bottom: 30px;
}
.site-navigation-wrapper .custom-nav-hide-in-nav {
  display: none !important;
}
@media (min-width: 1024px) {
  .site-navigation-wrapper ul.site-nav-block li a {
    width: 90%;
    padding-right: 10px;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand {
    position: absolute !important;
    top: 0 !important;
    cursor: pointer;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block .site-subnav-block {
    padding-left: 0 !important;
  }
}

.top-branch-nav .custom-nav-top-branch-nav-hide,
.top-branch-nav .top-branch-nav-hide {
  display: none !important;
}

/** @format */
.site-menu-toggle {
  width: 25px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.site-menu-toggle var {
  text-transform: uppercase;
  color: #0e204a;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  font-style: normal;
  left: -50px;
  top: -3px;
}
@media (min-width: 1024px) {
  .site-menu-toggle var {
    bottom: -36px;
    transform: rotate(-90deg);
    left: 7px;
    top: auto;
  }
}
.site-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0e204a;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.site-menu-toggle span:nth-child(1) {
  top: 0px;
}
.site-menu-toggle span:nth-child(2),
.site-menu-toggle span:nth-child(3) {
  top: 7px;
}
.site-menu-toggle span:nth-child(4) {
  top: 14px;
}
.site-menu-toggle.active-menu-toggle span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.site-menu-toggle.active-menu-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-menu-toggle.active-menu-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.site-menu-toggle.active-menu-toggle span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.site-menu-toggle {
  display: block;
}

.site-navigation-wrapper {
  position: fixed;
  background: #0e204a;
  z-index: 50;
  right: -100%;
  top: 0;
  width: calc(100% - 0px);
  padding-bottom: 20px;
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
  height: calc(100vh - 0);
  bottom: 0;
  height: 100vh;
}
@media (min-width: 1024px) {
  .site-navigation-wrapper {
    width: calc(100% - 50px);
    margin: 0;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .site-navigation-wrapper {
    max-width: calc(100% - 100px);
  }
}
.site-navigation-wrapper.site-navigation-active {
  right: 0px;
  opacity: 1;
  visibility: visible;
  overflow: scroll;
}
@media (min-width: 1024px) {
  .site-navigation-wrapper.site-navigation-active {
    right: 50px;
  }
}
.site-navigation-wrapper ul.site-nav-block {
  padding: 0;
}
@media (min-width: 1024px) {
  .site-navigation-wrapper ul.site-nav-block {
    display: flex;
    flex-wrap: wrap;
  }
}
.site-navigation-wrapper ul.site-nav-block > li {
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .site-navigation-wrapper ul.site-nav-block > li.level1 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.site-navigation-wrapper ul.site-nav-block > li > a {
  color: #ffffff;
  font-weight: bold;
}
.site-navigation-wrapper ul.site-nav-block > li > a:hover {
  color: #c09a5d;
}
.site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a {
  color: #c09a5d;
}
.site-navigation-wrapper ul.site-nav-block li {
  display: block;
  position: relative;
}
.site-navigation-wrapper ul.site-nav-block li:not(.level1) > a {
  font-weight: bold;
}
.site-navigation-wrapper ul.site-nav-block li:first-child {
  margin-top: 0;
}
.site-navigation-wrapper ul.site-nav-block li:last-child {
  margin-bottom: 0;
}
.site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand {
  display: inline-block;
  position: relative;
  right: 0;
  top: 6px;
  color: #c09a5d;
}
.site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  font-size: 30px;
  display: block;
  transition: all ease 0.5s;
}
.site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand-active:before {
  transform: rotate(90deg);
}
.site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper {
  overflow: hidden;
  display: none;
}
.site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper.active-path, .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper.site-subnav-wrapper-active {
  display: block;
}
@media (min-width: 1024px) {
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
    padding: 10px 0 0;
    margin-top: 15px;
  }
}
.site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block .site-subnav-block {
  padding-top: 10px;
  margin-top: 0;
  padding-left: 10px;
}
.site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block .site-subnav-block > li:not(:last-child) {
  padding-bottom: 10px;
}
.site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
  padding: 0 0 10px;
  text-transform: none;
}
.site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
  color: #ffffff;
}
.site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:hover {
  color: #c09a5d;
}
.site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.site-subnav-active > a {
  color: #c09a5d;
}
@media (min-width: 1024px) {
  .site-navigation-wrapper ul.site-nav-block > li > .site-subnav-wrapper {
    display: block !important;
  }
  .site-navigation-wrapper ul.site-nav-block > li > .site-nav-expand {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .site-navigation-wrapper .site-row .nav-col,
  .site-navigation-wrapper .site-row .other-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .site-navigation-wrapper .nav-row .col:not(:nth-child(-n+2)) {
    margin-top: 50px;
  }
}
@media (max-width: 1023px) {
  .site-navigation-wrapper {
    padding-top: 60px;
  }
  .site-navigation-wrapper #MenuTop2,
  .site-navigation-wrapper #MenuTop1 {
    display: none;
  }
}
.site-sidebar-menu {
  background: #0e204a;
  border: 1px solid #0e204a;
  padding: 30px 30px 30px 30px;
  margin: 50px 0;
  position: relative;
  min-height: 270px;
}
@media (max-width: 766px) {
  .site-sidebar-menu {
    display: none;
  }
}
.site-sidebar-menu ul {
  padding: 0;
}
.site-sidebar-menu ul.site-nav-block > li > a {
  color: #ffffff;
  border-bottom: 1px solid #eaeaea;
  display: block;
  padding: 10px 20px 10px 0;
}
.site-sidebar-menu ul.site-nav-block > li > a:hover {
  color: #00478e;
}
.site-sidebar-menu ul li.site-nav-item {
  display: block;
}
.site-sidebar-menu ul li.site-nav-item.level1 {
  display: none;
}
.site-sidebar-menu ul li.site-nav-item.level1.site-nav-active-path {
  display: block;
}
.site-sidebar-menu ul.site-subnav-block li {
  padding: 0 0 0 10px;
}
.site-sidebar-menu ul.site-subnav-block li > a {
  color: #ffffff;
  border-bottom: 1px solid #eaeaea;
  display: block;
  padding: 10px 20px 10px 0;
}
.site-sidebar-menu ul.site-subnav-block li > a:hover {
  color: #00478e;
}
.site-sidebar-menu ul li {
  display: block;
  position: relative;
}
.site-sidebar-menu ul li.site-nav-active > a, .site-sidebar-menu ul li.site-subnav-active > a {
  position: relative;
  color: #00478e;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.site-sidebar-menu ul li.site-nav-active > a:after1, .site-sidebar-menu ul li.site-subnav-active > a:after1 {
  content: "";
  background: #0e204a;
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.site-sidebar-menu ul li .site-nav-linktext.site-nav-expand {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  color: #6b6b6b;
  cursor: pointer;
}
.site-sidebar-menu ul li .site-nav-linktext.site-nav-expand:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  font-size: 30px;
  display: block;
  transition: all ease 0.5s;
}
.site-sidebar-menu ul li .site-nav-linktext.site-nav-expand-active:before {
  transform: rotate(90deg);
}
.site-sidebar-menu ul li .site-subnav-wrapper {
  overflow: hidden;
  max-height: 0;
  transition: all ease 0.5s;
}
.site-sidebar-menu ul li .site-subnav-wrapper-active {
  max-height: 1000px;
}
@media (max-width: 1023px) {
  .custom-sidebar .page-subnav {
    display: none !important;
  }
}
/** @format */
.site-social-facebook:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-instagram:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-twitter:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-youtube:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-linkedin:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-tiktok:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

[class^=site-social] {
  color: #00478e;
  font-size: 0;
  border: 1px solid #00478e;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-bottom: 10px;
}
[class^=site-social]::before {
  margin-right: 0;
}
[class^=site-social]:hover {
  border-color: #c09a5d;
}

/** @format */
.page-subnav .site-navigation {
  margin-bottom: 50px;
}
.page-subnav .site-navigation > ul li {
  list-style: none;
  position: relative;
  text-transform: uppercase;
}
.page-subnav .site-navigation > ul li.custom-nav-top-branch-nav-hide > a {
  display: none !important;
}
.page-subnav .site-navigation > ul li a {
  color: #c09a5d;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  text-align: right;
  padding-right: 25px;
}
.page-subnav .site-navigation > ul li a::after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background-color: #c09a5d;
  position: absolute;
  bottom: -1px;
  transition: 0.5s ease all;
}
.page-subnav .site-navigation > ul li a:hover::after {
  width: 100%;
  transition: 0.5s ease all;
}
.page-subnav .site-navigation > ul li.level3 .site-subnav-wrapper ul li a {
  text-transform: none;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.page-subnav .site-navigation > ul li.level3 .site-subnav-wrapper ul li a::after {
  display: none;
}
.page-subnav .site-navigation > ul li.level3 .site-subnav-wrapper ul li a:hover, .page-subnav .site-navigation > ul li.level3 .site-subnav-wrapper ul li a:focus {
  color: #0e204a;
}
.page-subnav .site-navigation > ul li.level3 .site-subnav-wrapper ul li:first-child {
  padding-top: 5px;
}
.page-subnav .site-navigation > ul li.site-nav-active > a::before,
.page-subnav .site-navigation > ul li .site-subnav-active > a::before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea3c" !important;
  position: relative;
  left: 0;
  margin-right: 10px;
}
.page-subnav .site-navigation > ul li .site-nav-expand {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 12px;
  display: block;
  background: transparent;
  font-size: 2rem;
  right: 0;
  transition: 0.5s ease all;
  color: #c09a5d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-subnav .site-navigation > ul li .site-nav-expand::before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  transform: rotate(0);
}
.page-subnav .site-navigation > ul li .site-nav-expand-active {
  transition: 0.5s ease all;
  cursor: pointer;
}
.page-subnav .site-navigation > ul li .site-nav-expand-active::before {
  transform: rotate(90deg);
}
.page-subnav .site-navigation > ul li .site-subnav-wrapper {
  display: none;
}
.page-subnav .site-navigation > ul li .site-subnav-wrapper-active {
  display: block;
}
.page-subnav .site-navigation > ul > li:not(.site-subnav-active):not(.site-nav-active-parent):not(.site-nav-active-grandparent):not(.site-nav-active) {
  display: none !important;
}
.page-subnav .site-navigation > ul > li > .site-subnav-wrapper > ul > li.site-nav-active-path > .site-nav-expand {
  pointer-events: none;
}
.page-subnav .site-navigation > ul > li > .site-subnav-wrapper > ul > li.site-nav-active-path > .site-nav-expand::before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  transform: rotate(90deg);
}
.page-subnav .site-navigation > ul > li > .site-subnav-wrapper > ul > li.site-nav-active-path > .site-subnav-wrapper {
  display: block;
}

/** @format */
.hide-post-title h3.site-display-title {
  display: none;
}

.site-display-list {
  padding: 0;
}
.site-display-list .site-display-title {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 2.1875rem;
  line-height: 2.8125rem;
  margin-bottom: 20px !important;
}
@media (max-width: 599px) {
  .site-display-list .site-display-title {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
.site-display-list:not(.slick-vertical):not(.slick-slider) .site-display-wrapper-listitem .site-display-list-block {
  margin-bottom: 50px !important;
  padding-bottom: 0 !important;
}
.site-display-list .site-display-desc table {
  border-left: 4px solid #c09a5d;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}
.site-display-list .site-display-desc table tr {
  display: flex;
  flex-direction: column;
}
.site-display-list .site-display-desc table tr > td {
  vertical-align: top;
  width: 100% !important;
}
.site-display-list .site-display-desc table tr > td > :first-child {
  margin-top: 0 !important;
}
.site-display-list .site-display-desc table tr > td > :last-child {
  margin-bottom: 0 !important;
}
.site-display-list .site-display-desc table tr > td:not(:first-child) {
  margin-top: 10px;
}

.site-display-filter-title {
  color: #0e204a;
  font-weight: bold;
}
@media (max-width: 599px) {
  .site-display-filter-title {
    background-color: #eaeaea;
  }
}

.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
  background-color: #00478e;
  transition: 0.5s ease all;
  color: #ffffff;
  border: none;
  position: relative;
  z-index: 1;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
}
.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-color: #c09a5d;
  transition: 0.5s ease all;
  z-index: -1;
}
.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label:hover {
  background-color: #00478e;
  transition: 0.5s ease all;
  color: #ffffff;
}
.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label:hover::before {
  width: 100%;
  transition: 0.5s ease all;
}
.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label {
  background-color: #c09a5d;
}

.site-display-filters-right .site-display-filter-data *,
.site-display-filters-left .site-display-filter-data * {
  text-align: center !important;
}

@media (max-width: 1023px) {
  .site-display-wrapper.site-display-listview li {
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
}
@media (max-width: 599px) {
  .site-display-wrapper.site-display-listview li {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
.site-display-wrapper.site-display-listview.site-display-img-background li .site-display-list-block {
  overflow: hidden;
}
.site-display-wrapper.site-display-listview.site-display-img-background li .site-display-list-block .site-display-data-block {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.site-display-wrapper.site-display-listview.site-display-img-background li .site-display-list-block .site-display-image {
  position: absolute;
  height: 100%;
}
.site-display-wrapper.site-display-listview.site-display-img-background li .site-display-list-block .site-display-image img {
  height: 100%;
  object-fit: cover;
}
.site-display-wrapper.site-display-slideshow:not(.auto-width-slider):not(.vertical-slider).site-display-img-background .site-display-wrapper-listitem .site-display-list-block {
  overflow: hidden;
}
.site-display-wrapper.site-display-slideshow:not(.auto-width-slider):not(.vertical-slider).site-display-img-background .site-display-wrapper-listitem .site-display-list-block .site-display-data-block {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.site-display-wrapper.site-display-slideshow:not(.auto-width-slider):not(.vertical-slider).site-display-img-background .site-display-wrapper-listitem .site-display-list-block .site-display-image {
  position: absolute;
  height: 100%;
}
.site-display-wrapper.site-display-slideshow:not(.auto-width-slider):not(.vertical-slider).site-display-img-background .site-display-wrapper-listitem .site-display-list-block .site-display-image img {
  height: 100%;
  object-fit: cover;
}
.site-display-wrapper.site-display-img-background .site-display-list-block:not(.site-display-no-img) .site-display-data-block {
  bottom: 0;
  background: #0e204a;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(14, 32, 74, 0.6) 87%);
}
.site-display-wrapper.site-display-img-background .site-display-list-block:not(.site-display-no-img) .site-display-data-block .site-display-desc table {
  border: none;
  padding: 0;
}

.site-display-wrapper.site-display-slideshow .slick-arrow.slick-prev, .site-display-wrapper.site-display-slideshow .slick-arrow.slick-next {
  z-index: 1;
  width: 50px !important;
  height: 50px !important;
  border-radius: 100% !important;
}
.site-display-wrapper.site-display-slideshow .slick-arrow.slick-prev::before, .site-display-wrapper.site-display-slideshow .slick-arrow.slick-next::before {
  background-color: #c09a5d !important;
  border-color: #c09a5d !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.site-display-wrapper.site-display-slideshow .slick-arrow.slick-prev:hover::before, .site-display-wrapper.site-display-slideshow .slick-arrow.slick-next:hover::before {
  border-color: #0e204a !important;
  color: #0e204a !important;
}
@media (max-width: 899px) {
  .site-display-wrapper.site-display-slideshow .slick-arrow.slick-prev, .site-display-wrapper.site-display-slideshow .slick-arrow.slick-next {
    top: 50%;
  }
  .site-display-wrapper.site-display-slideshow .slick-arrow.slick-prev::before, .site-display-wrapper.site-display-slideshow .slick-arrow.slick-next::before {
    border-radius: 0 !important;
    line-height: initial;
    font-size: initial;
    border-radius: 50px !important;
  }
  .site-display-wrapper.site-display-slideshow .slick-arrow.slick-prev {
    left: 5px !important;
  }
  .site-display-wrapper.site-display-slideshow .slick-arrow.slick-next {
    right: 10px !important;
  }
}
@media (min-width: 900px) {
  .site-display-wrapper.site-display-slideshow .slick-arrow.slick-prev {
    left: -15px;
  }
  .site-display-wrapper.site-display-slideshow .slick-arrow.slick-next {
    right: -15px;
  }
}
.site-display-wrapper.site-display-slideshow .slick-dots {
  position: relative;
  margin-top: 25px;
  width: auto;
}
.site-display-wrapper.site-display-slideshow .slick-dots li button::before {
  background-color: #c09a5d;
  border-color: #0e204a;
  content: "";
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
@media (max-width: 599px) {
  .site-display-wrapper.site-display-slideshow .slick-dots {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100%;
  }
}
.site-display-wrapper.site-display-slideshow .site-display-list .site-display-wrapper-listitem .site-display-list-block {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .auto-width-slider {
    background-color: #ffffff;
  }
  .auto-width-slider h3.site-display-title {
    padding: 0;
  }
  .auto-width-slider .moving * {
    pointer-events: none;
  }
  .auto-width-slider div {
    background-color: inherit;
  }
  .auto-width-slider .slick-list {
    margin: 0 !important;
  }
  .auto-width-slider .slick-slide {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease all 0.5s;
    margin: 0 !important;
  }
  .auto-width-slider .slick-slide .site-display-list-block {
    margin: 0 !important;
    padding: 0 10px !important;
  }
  .auto-width-slider .slick-slide .site-display-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
  .auto-width-slider .slick-slide .site-display-desc table {
    padding: 0;
  }
  .auto-width-slider .slick-slide .site-display-desc table tr {
    flex-direction: row;
  }
  .auto-width-slider .slick-slide .site-display-desc table tr > td {
    padding: 0 10px;
    display: block;
    transition: 0.5s ease width 0.5s;
  }
  .auto-width-slider .slick-slide .site-display-desc table tr > td:not(:first-child) {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease all 0s;
    text-align: right;
  }
  .auto-width-slider .slick-slide.toggle {
    transition: 0.5s ease all 0.5s;
  }
  .auto-width-slider .slick-slide.toggle .site-display-desc table tr > td:not(:first-child) {
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease all 1s;
  }
  .auto-width-slider.site-display-img-left .slick-slide .site-display-desc table, .auto-width-slider.site-display-img-right .slick-slide .site-display-desc table {
    width: auto !important;
  }
  .auto-width-slider.site-display-img-left .slick-slide .site-display-desc table tr, .auto-width-slider.site-display-img-right .slick-slide .site-display-desc table tr {
    flex-direction: column;
  }
  .auto-width-slider.site-display-img-left .slick-slide .site-display-desc table tr > td, .auto-width-slider.site-display-img-right .slick-slide .site-display-desc table tr > td {
    width: 100% !important;
  }
  .auto-width-slider.site-display-img-left .slick-slide .site-display-desc table tr > td:not(:first-child), .auto-width-slider.site-display-img-right .slick-slide .site-display-desc table tr > td:not(:first-child) {
    text-align: left;
  }
  .auto-width-slider.site-display-img-background .site-display-list-block:not(.site-display-no-img) .site-display-data-block {
    background: #0e204a;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(14, 32, 74, 0.6) 87%);
    bottom: 0;
  }
  .auto-width-slider.site-display-img-background .site-display-list-block:not(.site-display-no-img) .site-display-data-block .site-display-desc table {
    border: none;
    padding: 0;
    width: auto !important;
  }
  .auto-width-slider.site-display-img-background .site-display-list-block:not(.site-display-no-img) .site-display-data-block .site-display-desc table > tr td {
    width: 100% !important;
  }
  .auto-width-slider.site-display-img-background .slick-slide {
    padding: 0 10px !important;
  }
  .auto-width-slider.site-display-img-background .slick-slide .site-display-list-block {
    padding: 0 !important;
  }
}
@media (max-width: 599px) {
  .auto-width-slider.site-display-slideshow .slick-list {
    margin: 0;
  }
  .auto-width-slider.site-display-slideshow .slick-list .site-display-list-block {
    margin: 0;
  }
}
/** @format */
.site-mobile-anchor-center-wrapper .site-slider-image {
  object-position: center !important;
}

.site-mobile-anchor-right-wrapper .site-slider-image {
  object-position: right !important;
}

.site-mobile-anchor-left-wrapper .site-slider-image {
  object-position: left !important;
}

.site-slider .site-slide,
.site-slider .site-slider-pop-wrapper {
  position: relative;
}
.site-slider .site-slide h1.has-difference:last-child,
.site-slider .site-slide h1 .has-difference:last-child,
.site-slider .site-slide h2.has-difference:last-child,
.site-slider .site-slide h2 .has-difference:last-child,
.site-slider .site-slide h3.has-difference:last-child,
.site-slider .site-slide h3 .has-difference:last-child,
.site-slider .site-slide h4.has-difference:last-child,
.site-slider .site-slide h4 .has-difference:last-child,
.site-slider .site-slide h5.has-difference:last-child,
.site-slider .site-slide h5 .has-difference:last-child,
.site-slider .site-slide h6.has-difference:last-child,
.site-slider .site-slide h6 .has-difference:last-child,
.site-slider .site-slider-pop-wrapper h1.has-difference:last-child,
.site-slider .site-slider-pop-wrapper h1 .has-difference:last-child,
.site-slider .site-slider-pop-wrapper h2.has-difference:last-child,
.site-slider .site-slider-pop-wrapper h2 .has-difference:last-child,
.site-slider .site-slider-pop-wrapper h3.has-difference:last-child,
.site-slider .site-slider-pop-wrapper h3 .has-difference:last-child,
.site-slider .site-slider-pop-wrapper h4.has-difference:last-child,
.site-slider .site-slider-pop-wrapper h4 .has-difference:last-child,
.site-slider .site-slider-pop-wrapper h5.has-difference:last-child,
.site-slider .site-slider-pop-wrapper h5 .has-difference:last-child,
.site-slider .site-slider-pop-wrapper h6.has-difference:last-child,
.site-slider .site-slider-pop-wrapper h6 .has-difference:last-child {
  margin-bottom: 5px;
}
@media (max-width: 599px) {
  .site-slider .site-slide h1.has-difference:last-child,
  .site-slider .site-slide h1 .has-difference:last-child,
  .site-slider .site-slide h2.has-difference:last-child,
  .site-slider .site-slide h2 .has-difference:last-child,
  .site-slider .site-slide h3.has-difference:last-child,
  .site-slider .site-slide h3 .has-difference:last-child,
  .site-slider .site-slide h4.has-difference:last-child,
  .site-slider .site-slide h4 .has-difference:last-child,
  .site-slider .site-slide h5.has-difference:last-child,
  .site-slider .site-slide h5 .has-difference:last-child,
  .site-slider .site-slide h6.has-difference:last-child,
  .site-slider .site-slide h6 .has-difference:last-child,
  .site-slider .site-slider-pop-wrapper h1.has-difference:last-child,
  .site-slider .site-slider-pop-wrapper h1 .has-difference:last-child,
  .site-slider .site-slider-pop-wrapper h2.has-difference:last-child,
  .site-slider .site-slider-pop-wrapper h2 .has-difference:last-child,
  .site-slider .site-slider-pop-wrapper h3.has-difference:last-child,
  .site-slider .site-slider-pop-wrapper h3 .has-difference:last-child,
  .site-slider .site-slider-pop-wrapper h4.has-difference:last-child,
  .site-slider .site-slider-pop-wrapper h4 .has-difference:last-child,
  .site-slider .site-slider-pop-wrapper h5.has-difference:last-child,
  .site-slider .site-slider-pop-wrapper h5 .has-difference:last-child,
  .site-slider .site-slider-pop-wrapper h6.has-difference:last-child,
  .site-slider .site-slider-pop-wrapper h6 .has-difference:last-child {
    margin-bottom: 0;
  }
}
.site-slider .site-slide h1 .has-difference,
.site-slider .site-slide h2 .has-difference,
.site-slider .site-slide h3 .has-difference,
.site-slider .site-slide h4 .has-difference,
.site-slider .site-slide h5 .has-difference,
.site-slider .site-slide h6 .has-difference,
.site-slider .site-slider-pop-wrapper h1 .has-difference,
.site-slider .site-slider-pop-wrapper h2 .has-difference,
.site-slider .site-slider-pop-wrapper h3 .has-difference,
.site-slider .site-slider-pop-wrapper h4 .has-difference,
.site-slider .site-slider-pop-wrapper h5 .has-difference,
.site-slider .site-slider-pop-wrapper h6 .has-difference {
  display: inline-block;
}
.site-slider .site-slide .site-slider-video-block,
.site-slider .site-slider-pop-wrapper .site-slider-video-block {
  line-height: 0;
}
.site-slider .site-slide .site-slider-image-block::after,
.site-slider .site-slider-pop-wrapper .site-slider-image-block::after {
  display: none !important;
}
.site-slider .site-slide .site-slider-caption,
.site-slider .site-slide .site-slider-pop-caption,
.site-slider .site-slider-pop-wrapper .site-slider-caption,
.site-slider .site-slider-pop-wrapper .site-slider-pop-caption {
  z-index: 2;
  position: absolute;
  background: transparent;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 299px) {
  .site-slider .site-slide .site-slider-caption,
  .site-slider .site-slide .site-slider-pop-caption,
  .site-slider .site-slider-pop-wrapper .site-slider-caption,
  .site-slider .site-slider-pop-wrapper .site-slider-pop-caption {
    width: 100% !important;
  }
}
@media (max-width: 599px) {
  .site-slider .site-slide .site-slider-caption,
  .site-slider .site-slide .site-slider-pop-caption,
  .site-slider .site-slider-pop-wrapper .site-slider-caption,
  .site-slider .site-slider-pop-wrapper .site-slider-pop-caption {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.site-slider .site-slide .site-slider-caption .site-container,
.site-slider .site-slide .site-slider-pop-caption .site-container,
.site-slider .site-slider-pop-wrapper .site-slider-caption .site-container,
.site-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-container {
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.site-slider .site-slide .site-slider-caption .site-slider-capton-data,
.site-slider .site-slide .site-slider-pop-caption .site-slider-capton-data,
.site-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data,
.site-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data {
  padding: 0 !important;
  font-size: 1rem;
  line-height: 1.4375rem;
}
.site-slider .site-slide .site-slider-caption .site-slider-more-desc,
.site-slider .site-slide .site-slider-pop-caption .site-slider-more-desc,
.site-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-more-desc,
.site-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-more-desc {
  order: 1;
  margin-bottom: 50px !important;
}
.site-slider .site-slide .site-slider-caption .site-slider-more-desc .site-container,
.site-slider .site-slide .site-slider-pop-caption .site-slider-more-desc .site-container,
.site-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-more-desc .site-container,
.site-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-more-desc .site-container {
  margin: 0 auto;
  max-width: 600px;
}
.site-slider .site-slide .site-slider-caption .site-slider-caption-block,
.site-slider .site-slide .site-slider-pop-caption .site-slider-caption-block,
.site-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-caption-block,
.site-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-caption-block {
  order: 2;
}
.site-slider .site-slide.has-caption::after,
.site-slider .site-slider-pop-wrapper.has-caption::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0e204a;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(14, 32, 74, 0.6) 87%);
}
.site-slider .slick-arrow.slick-prev, .site-slider .slick-arrow.slick-next {
  z-index: 1;
  width: 50px !important;
  height: 50px !important;
  border-radius: 100% !important;
}
.site-slider .slick-arrow.slick-prev::before, .site-slider .slick-arrow.slick-next::before {
  background-color: #c09a5d !important;
  border-color: #c09a5d !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.site-slider .slick-arrow.slick-prev:hover::before, .site-slider .slick-arrow.slick-next:hover::before {
  border-color: #0e204a !important;
  color: #0e204a !important;
}
@media (max-width: 899px) {
  .site-slider .slick-arrow.slick-prev, .site-slider .slick-arrow.slick-next {
    top: 50%;
  }
  .site-slider .slick-arrow.slick-prev::before, .site-slider .slick-arrow.slick-next::before {
    border-radius: 0 !important;
    line-height: initial;
    font-size: initial;
    border-radius: 50px !important;
  }
  .site-slider .slick-arrow.slick-prev {
    left: 5px !important;
  }
  .site-slider .slick-arrow.slick-next {
    right: 10px !important;
  }
}
@media (min-width: 900px) {
  .site-slider .slick-arrow.slick-prev {
    left: -15px;
  }
  .site-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
.site-slider .slick-dots {
  position: relative;
  margin-top: 25px;
  width: auto;
}
.site-slider .slick-dots li button::before {
  background-color: #c09a5d;
  border-color: #0e204a;
  content: "";
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
@media (max-width: 599px) {
  .site-slider .slick-dots {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100%;
  }
}
.site-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption {
  left: 0;
  text-align: left;
}
.site-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption .site-slider-more-desc .site-container, .site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption .site-slider-more-desc .site-container, .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption .site-slider-more-desc .site-container {
  margin-left: 0;
}
.site-slider.site-slide-caption-dt-bl .slick-dots, .site-slider.site-slide-caption-dt-ml .slick-dots, .site-slider.site-slide-caption-dt-tl .slick-dots {
  margin-top: 0;
  position: absolute;
  right: 40px;
}
.site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption {
  right: 10px;
}
.site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-container, .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-container, .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-container {
  margin-right: 0;
}
@media (min-width: 600px) {
  .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption {
    right: 40px;
    padding-right: 0;
  }
}
.site-slider.site-slide-caption-dt-br .slick-dots, .site-slider.site-slide-caption-dt-mr .slick-dots, .site-slider.site-slide-caption-dt-tr .slick-dots {
  margin-top: 0;
  position: absolute;
  left: 40px;
}
@media (min-width: 600px) {
  .site-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption {
    left: 40px;
  }
}
@media (min-width: 1366px) {
  .site-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption {
    left: 50px;
  }
}
@media (min-width: 1500px) {
  .site-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption {
    left: 110px;
  }
}
@media (max-width: 599px) {
  .site-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption {
    width: 100%;
  }
  .site-slider.site-slide-caption-mob-top .site-slide .site-slider-caption, .site-slider.site-slide-caption-mob-bottom .site-slide .site-slider-caption {
    left: 0;
  }
  .site-slider.site-slide-caption-mob-top .site-slide .site-slider-caption {
    top: 0;
  }
}
.site-slider.site-slide-caption-dt-mr .site-slide.has-caption::after,
.site-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper.has-caption::after {
  background: #0e204a;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(14, 32, 74, 0.6) 87%);
}
.site-slider.site-slide-caption-dt-ml .site-slide.has-caption::after,
.site-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper.has-caption::after, .site-slider.site-slide-caption-dt-mc .site-slide.has-caption::after,
.site-slider.site-slide-caption-dt-mc .site-slider-pop-wrapper.has-caption::after {
  background: #0e204a;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(14, 32, 74, 0.6) 87%);
}
.site-slider.site-slide-caption-dt-tl .site-slide.has-caption::after,
.site-slider.site-slide-caption-dt-tl .site-slider-pop-wrapper.has-caption::after, .site-slider.site-slide-caption-dt-tc .site-slide.has-caption::after,
.site-slider.site-slide-caption-dt-tc .site-slider-pop-wrapper.has-caption::after, .site-slider.site-slide-caption-dt-tr .site-slide.has-caption::after,
.site-slider.site-slide-caption-dt-tr .site-slider-pop-wrapper.has-caption::after {
  background: #0e204a;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(14, 32, 74, 0.6) 87%);
}
.site-slider.site-gallery-parallax .site-slide, .site-slider.site-gallery-bg .site-slide {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  min-height: 50vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-slider.site-gallery-parallax .site-slide .site-slider-caption, .site-slider.site-gallery-bg .site-slide .site-slider-caption {
  position: relative;
  height: auto;
  width: auto;
  transform: none;
  top: 0;
}
.site-slider.site-gallery-parallax.site-slide-caption-dt-tl .site-slide, .site-slider.site-gallery-parallax.site-slide-caption-dt-tc .site-slide, .site-slider.site-gallery-parallax.site-slide-caption-dt-tr .site-slide, .site-slider.site-gallery-bg.site-slide-caption-dt-tl .site-slide, .site-slider.site-gallery-bg.site-slide-caption-dt-tc .site-slide, .site-slider.site-gallery-bg.site-slide-caption-dt-tr .site-slide {
  align-items: flex-start;
}
.site-slider.site-gallery-parallax.site-slide-caption-dt-ml .site-slide, .site-slider.site-gallery-parallax.site-slide-caption-dt-mc .site-slide, .site-slider.site-gallery-parallax.site-slide-caption-dt-mr .site-slide, .site-slider.site-gallery-bg.site-slide-caption-dt-ml .site-slide, .site-slider.site-gallery-bg.site-slide-caption-dt-mc .site-slide, .site-slider.site-gallery-bg.site-slide-caption-dt-mr .site-slide {
  align-items: center;
}
.site-slider.site-gallery-parallax.site-slide-caption-dt-tl .site-slide, .site-slider.site-gallery-parallax.site-slide-caption-dt-ml .site-slide, .site-slider.site-gallery-parallax.site-slide-caption-dt-bl .site-slide, .site-slider.site-gallery-bg.site-slide-caption-dt-tl .site-slide, .site-slider.site-gallery-bg.site-slide-caption-dt-ml .site-slide, .site-slider.site-gallery-bg.site-slide-caption-dt-bl .site-slide {
  justify-content: flex-start;
}
.site-slider.site-gallery-parallax.site-slide-caption-dt-tl .site-slide .site-slider-caption, .site-slider.site-gallery-parallax.site-slide-caption-dt-ml .site-slide .site-slider-caption, .site-slider.site-gallery-parallax.site-slide-caption-dt-bl .site-slide .site-slider-caption, .site-slider.site-gallery-bg.site-slide-caption-dt-tl .site-slide .site-slider-caption, .site-slider.site-gallery-bg.site-slide-caption-dt-ml .site-slide .site-slider-caption, .site-slider.site-gallery-bg.site-slide-caption-dt-bl .site-slide .site-slider-caption {
  align-items: flex-start;
}
.site-slider.site-gallery-parallax.site-slide-caption-dt-tc .site-slide, .site-slider.site-gallery-parallax.site-slide-caption-dt-mc .site-slide, .site-slider.site-gallery-bg.site-slide-caption-dt-tc .site-slide, .site-slider.site-gallery-bg.site-slide-caption-dt-mc .site-slide {
  justify-content: center;
}
.site-slider.site-gallery-parallax.site-slide-caption-dt-tc .site-slide .site-slider-caption, .site-slider.site-gallery-parallax.site-slide-caption-dt-mc .site-slide .site-slider-caption, .site-slider.site-gallery-bg.site-slide-caption-dt-tc .site-slide .site-slider-caption, .site-slider.site-gallery-bg.site-slide-caption-dt-mc .site-slide .site-slider-caption {
  align-items: center;
}
.site-slider.site-gallery-parallax.site-slide-caption-dt-tr .site-slide, .site-slider.site-gallery-parallax.site-slide-caption-dt-mr .site-slide, .site-slider.site-gallery-parallax.site-slide-caption-dt-br .site-slide, .site-slider.site-gallery-bg.site-slide-caption-dt-tr .site-slide, .site-slider.site-gallery-bg.site-slide-caption-dt-mr .site-slide, .site-slider.site-gallery-bg.site-slide-caption-dt-br .site-slide {
  justify-content: flex-end;
}
.site-slider.site-gallery-parallax.site-slide-caption-dt-tr .site-slide .site-slider-caption, .site-slider.site-gallery-parallax.site-slide-caption-dt-mr .site-slide .site-slider-caption, .site-slider.site-gallery-parallax.site-slide-caption-dt-br .site-slide .site-slider-caption, .site-slider.site-gallery-bg.site-slide-caption-dt-tr .site-slide .site-slider-caption, .site-slider.site-gallery-bg.site-slide-caption-dt-mr .site-slide .site-slider-caption, .site-slider.site-gallery-bg.site-slide-caption-dt-br .site-slide .site-slider-caption {
  align-items: flex-end;
}
.site-slider.no-gap-bottom .site-slide .site-slider-caption {
  padding-bottom: 0;
}
.site-slider:not(.custom-tabs) .site-slider-caption .site-slider-capton-data *:not(var):not(.marker):not([class^=site-button]),
.site-slider:not(.custom-tabs) .site-slider-caption .site-slider-more-desc *:not(var):not(.marker):not([class^=site-button]),
.site-slider:not(.custom-tabs) .site-slider-caption .site-slider-pop-title *:not(var):not(.marker):not([class^=site-button]),
.site-slider:not(.custom-tabs) .site-slider-pop-caption .site-slider-capton-data *:not(var):not(.marker):not([class^=site-button]),
.site-slider:not(.custom-tabs) .site-slider-pop-caption .site-slider-more-desc *:not(var):not(.marker):not([class^=site-button]),
.site-slider:not(.custom-tabs) .site-slider-pop-caption .site-slider-pop-title *:not(var):not(.marker):not([class^=site-button]) {
  color: #ffffff;
}
@media (max-width: 599px) {
  .site-slider .slick-dotted {
    padding-bottom: 50px;
  }
}
.site-slider.site-full-caption .site-slide .site-slider-caption {
  width: 100% !important;
  left: 0 !important;
  padding-left: 7%;
  padding-right: 7%;
  overflow: auto;
}
.site-slider.no-gradient .site-slide::after {
  display: none !important;
}

.site-gallery-bg-wrapper {
  height: 100%;
}

@media (min-width: 600px) {
  .site-multi-slide-slider-wrapper.large-slide-gap-wrapper .site-slider .slick-slide {
    margin: 0 20px;
  }
}
@media (min-width: 1366px) {
  .site-multi-slide-slider-wrapper.large-slide-gap-wrapper .site-slider .slick-slide {
    margin: 0 50px;
  }
}

.image-vertically-center:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .slick-track {
  display: flex !important;
}
.image-vertically-center:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .slick-track .site-slide {
  height: inherit !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.site-slider-popup-wrapper {
  z-index: 1;
}

@media (max-width: 599px) {
  .site-slider.site-slide-caption-mob-top .slick-dots, .site-slider.site-slide-caption-mob-bottom .slick-dots {
    position: relative;
    transform: none !important;
    right: 0 !important;
    margin-top: 20px;
  }
}
.site-slider-popup-wrapper .site-slider-pop-wrapper {
  margin: 0;
}
.site-slider-popup-wrapper .site-slider-pop-wrapper:hover {
  cursor: pointer;
}
.site-slider-popup-wrapper .site-slider-pop-wrapper .site-slider-pop-img img {
  width: 100%;
}
.site-slider-popup-wrapper .site-slider-pop-wrapper .site-slider-pop-desc {
  height: 90%;
  overflow-y: auto;
  margin: 0;
  left: 50%;
  transform: scale(0) translateX(-50%);
  top: 5%;
  transition: 0.5s ease all;
}
.site-slider-popup-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-desc-img img {
  width: 100%;
}
.site-slider-popup-wrapper .site-slider-pop-wrapper.site-active-slider-pop-wrapper .site-slider-pop-desc {
  width: 75%;
  transform: scale(1) translateX(-50%);
  transition: 0.5s ease all;
}

.site-slider-tab-content-list .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}

a.site-thumbnail-link .site-icon-search {
  background: #c09a5d;
  color: #ffffff;
}

.site-thumbnail.no-gradient .site-thumbnail-desc {
  background: transparent !important;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  background: #c09a5d;
  border-color: #c09a5d;
  transition: 0.5s ease all;
}
.mfp-image-holder .mfp-close:hover, .mfp-image-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:focus {
  background: #c09a5d;
  border-color: #0e204a;
  color: #0e204a;
  transition: 0.5s ease all;
}

.mfp-arrow {
  margin-top: auto;
  margin-bottom: auto !important;
  background: #c09a5d;
  border-color: #c09a5d;
  transition: 0.5s ease all;
}
.mfp-arrow::after {
  transition: 0.5s ease all;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  border-color: #0e204a;
  background: #c09a5d;
  color: #0e204a;
  transition: 0.5s ease all;
}
.mfp-arrow:hover::after, .mfp-arrow:focus::after {
  color: #0e204a;
  transition: 0.5s ease all;
}

.site-slider-tab:not(.custom-tabs) .site-slider-tab-list .site-slide {
  position: relative;
  cursor: pointer;
}
.site-slider-tab:not(.custom-tabs) .site-slider-tab-list .site-slide::before {
  content: "";
  height: 5px;
  width: 0;
  background-color: #c09a5d;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: 0.5s ease all;
}
.site-slider-tab:not(.custom-tabs) .site-slider-tab-list .site-slide:hover::before, .site-slider-tab:not(.custom-tabs) .site-slider-tab-list .site-slide.slick-current::before {
  width: 100%;
  transition: 0.5s ease all;
}
.site-slider-tab:not(.custom-tabs) .site-slider-tab-content-list {
  text-align: left;
}
@media (min-width: 600px) {
  .site-slider-tab:not(.custom-tabs).site-slide-caption-dt-bl .site-slide .site-slider-caption, .site-slider-tab:not(.custom-tabs).site-slide-caption-dt-ml .site-slide .site-slider-caption, .site-slider-tab:not(.custom-tabs).site-slide-caption-dt-tl .site-slide .site-slider-caption {
    left: 7%;
  }
  .site-slider-tab:not(.custom-tabs).site-slide-caption-dt-br .site-slide .site-slider-caption, .site-slider-tab:not(.custom-tabs).site-slide-caption-dt-mr .site-slide .site-slider-caption, .site-slider-tab:not(.custom-tabs).site-slide-caption-dt-tr .site-slide .site-slider-caption {
    right: 7%;
  }
}
@media (max-width: 599px) {
  .site-slider-tab:not(.custom-tabs).site-slider-tab-mob-bottom, .site-slider-tab:not(.custom-tabs).site-slide-caption-mob-bottom {
    display: block !important;
  }
  .site-slider-tab:not(.custom-tabs).site-slider-tab-mob-bottom .site-slider-tab-list:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide, .site-slider-tab:not(.custom-tabs).site-slide-caption-mob-bottom .site-slider-tab-list:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    display: flex !important;
    flex-wrap: wrap;
  }
  .site-slider-tab:not(.custom-tabs).site-slider-tab-mob-bottom .site-slider-tab-list:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption, .site-slider-tab:not(.custom-tabs).site-slide-caption-mob-bottom .site-slider-tab-list:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption {
    padding-left: 20px;
  }
  .site-slider-tab:not(.custom-tabs).site-slider-tab-mob-top, .site-slider-tab:not(.custom-tabs).site-slide-caption-mob-top {
    display: block !important;
  }
  .site-slider-tab:not(.custom-tabs).site-slider-tab-mob-top .site-slider-tab-list:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide, .site-slider-tab:not(.custom-tabs).site-slide-caption-mob-top .site-slider-tab-list:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    display: flex !important;
    flex-wrap: wrap;
  }
  .site-slider-tab:not(.custom-tabs).site-slider-tab-mob-top .site-slider-tab-list:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block, .site-slider-tab:not(.custom-tabs).site-slide-caption-mob-top .site-slider-tab-list:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block {
    order: 2;
  }
  .site-slider-tab:not(.custom-tabs).site-slider-tab-mob-top .site-slider-tab-list:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption, .site-slider-tab:not(.custom-tabs).site-slide-caption-mob-top .site-slider-tab-list:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption {
    padding-left: 20px;
  }
}

@media (max-width: 599px) {
  .site-slide-height-mob-fixed {
    height: auto;
  }
  .site-slide-height-mob-fixed .site-slick-wrapper {
    height: auto;
  }
  .site-slide-height-mob-fixed .site-slick-wrapper .slick-list {
    height: auto;
  }
  .site-slide-height-mob-fixed .site-slick-wrapper .slick-list .site-slide {
    height: auto;
  }
  .site-slide-height-mob-fixed .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    height: auto;
  }
  .site-slide-height-mob-fixed .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image {
    height: 50vh !important;
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1366px) {
  div:not(.site-full-width-content-wrapper):not(.site-full-width-block-wrapper):not(.site-full-height-block-wrapper) .slick-arrow.slick-prev {
    left: -50px;
  }
  div:not(.site-full-width-content-wrapper):not(.site-full-width-block-wrapper):not(.site-full-height-block-wrapper) .slick-arrow.slick-next {
    right: -50px;
  }
}
@media (min-width: 1500px) {
  div:not(.site-full-width-content-wrapper):not(.site-full-width-block-wrapper):not(.site-full-height-block-wrapper) .slick-arrow.slick-prev {
    left: -80px;
  }
  div:not(.site-full-width-content-wrapper):not(.site-full-width-block-wrapper):not(.site-full-height-block-wrapper) .slick-arrow.slick-next {
    right: -80px;
  }
}

@media (min-width: 1366px) {
  .col:last-child div:not(.site-full-width-content-wrapper):not(.site-full-width-block-wrapper):not(.site-full-height-block-wrapper) .slick-arrow.slick-prev {
    left: -40px;
  }
  .col:last-child div:not(.site-full-width-content-wrapper):not(.site-full-width-block-wrapper):not(.site-full-height-block-wrapper) .slick-arrow.slick-next {
    right: -40px;
  }
}
@media (min-width: 1500px) {
  .col:last-child div:not(.site-full-width-content-wrapper):not(.site-full-width-block-wrapper):not(.site-full-height-block-wrapper) .slick-arrow.slick-prev {
    left: -110px;
  }
  .col:last-child div:not(.site-full-width-content-wrapper):not(.site-full-width-block-wrapper):not(.site-full-height-block-wrapper) .slick-arrow.slick-next {
    right: -40px;
  }
}

.site-rectangle-grid .site-thumbnail-block {
  padding-top: 0 !important;
  width: 50% !important;
  flex: 0 0 50%;
  aspect-ratio: 16/9;
  margin-bottom: 10px;
}
.site-rectangle-grid .site-thumbnail-block .site-thumbnail-link {
  position: relative !important;
}
.site-rectangle-grid .site-thumbnail-block .site-thumbnail-desc {
  color: #0e204a !important;
  top: 10px;
  overflow: auto;
  height: 100%;
}
@media (min-width: 1024px) {
  .site-rectangle-grid.site-thumbnail-laptop-1 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 100% !important;
    flex: 0 0 100%;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1500px) {
  .site-rectangle-grid.site-thumbnail-dt-1 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 100% !important;
    flex: 0 0 100%;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .site-rectangle-grid.site-thumbnail-tab-1 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 100% !important;
    flex: 0 0 100%;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 599px) {
  .site-rectangle-grid .site-thumbnail-block {
    width: 100% !important;
    flex: 0 0 100%;
  }
  .site-rectangle-grid.site-thumbnail-mob-1 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 100% !important;
    flex: 0 0 100%;
    aspect-ratio: 16/9;
  }
}

.site-rectangle-grid .site-thumbnail-block {
  padding-top: 0 !important;
  width: 50% !important;
  flex: 0 0 50%;
  aspect-ratio: 16/9;
  margin-bottom: 10px;
}
.site-rectangle-grid .site-thumbnail-block .site-thumbnail-link {
  position: relative !important;
}
.site-rectangle-grid .site-thumbnail-block .site-thumbnail-desc {
  color: #0e204a !important;
  top: 10px;
  overflow: auto;
  height: 100%;
}
@media (min-width: 1024px) {
  .site-rectangle-grid.site-thumbnail-laptop-2 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 50% !important;
    flex: 0 0 50%;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1500px) {
  .site-rectangle-grid.site-thumbnail-dt-2 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 50% !important;
    flex: 0 0 50%;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .site-rectangle-grid.site-thumbnail-tab-2 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 50% !important;
    flex: 0 0 50%;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 599px) {
  .site-rectangle-grid .site-thumbnail-block {
    width: 100% !important;
    flex: 0 0 100%;
  }
  .site-rectangle-grid.site-thumbnail-mob-2 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 50% !important;
    flex: 0 0 50%;
    aspect-ratio: 16/9;
  }
}

.site-rectangle-grid .site-thumbnail-block {
  padding-top: 0 !important;
  width: 50% !important;
  flex: 0 0 50%;
  aspect-ratio: 16/9;
  margin-bottom: 10px;
}
.site-rectangle-grid .site-thumbnail-block .site-thumbnail-link {
  position: relative !important;
}
.site-rectangle-grid .site-thumbnail-block .site-thumbnail-desc {
  color: #0e204a !important;
  top: 10px;
  overflow: auto;
  height: 100%;
}
@media (min-width: 1024px) {
  .site-rectangle-grid.site-thumbnail-laptop-3 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 33.3333333333% !important;
    flex: 0 0 33.3333333333%;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1500px) {
  .site-rectangle-grid.site-thumbnail-dt-3 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 33.3333333333% !important;
    flex: 0 0 33.3333333333%;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .site-rectangle-grid.site-thumbnail-tab-3 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 33.3333333333% !important;
    flex: 0 0 33.3333333333%;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 599px) {
  .site-rectangle-grid .site-thumbnail-block {
    width: 100% !important;
    flex: 0 0 100%;
  }
  .site-rectangle-grid.site-thumbnail-mob-3 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 33.3333333333% !important;
    flex: 0 0 33.3333333333%;
    aspect-ratio: 16/9;
  }
}

.site-rectangle-grid .site-thumbnail-block {
  padding-top: 0 !important;
  width: 50% !important;
  flex: 0 0 50%;
  aspect-ratio: 16/9;
  margin-bottom: 10px;
}
.site-rectangle-grid .site-thumbnail-block .site-thumbnail-link {
  position: relative !important;
}
.site-rectangle-grid .site-thumbnail-block .site-thumbnail-desc {
  color: #0e204a !important;
  top: 10px;
  overflow: auto;
  height: 100%;
}
@media (min-width: 1024px) {
  .site-rectangle-grid.site-thumbnail-laptop-4 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 25% !important;
    flex: 0 0 25%;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1500px) {
  .site-rectangle-grid.site-thumbnail-dt-4 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 25% !important;
    flex: 0 0 25%;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .site-rectangle-grid.site-thumbnail-tab-4 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 25% !important;
    flex: 0 0 25%;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 599px) {
  .site-rectangle-grid .site-thumbnail-block {
    width: 100% !important;
    flex: 0 0 100%;
  }
  .site-rectangle-grid.site-thumbnail-mob-4 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 25% !important;
    flex: 0 0 25%;
    aspect-ratio: 16/9;
  }
}

.site-rectangle-grid .site-thumbnail-block {
  padding-top: 0 !important;
  width: 50% !important;
  flex: 0 0 50%;
  aspect-ratio: 16/9;
  margin-bottom: 10px;
}
.site-rectangle-grid .site-thumbnail-block .site-thumbnail-link {
  position: relative !important;
}
.site-rectangle-grid .site-thumbnail-block .site-thumbnail-desc {
  color: #0e204a !important;
  top: 10px;
  overflow: auto;
  height: 100%;
}
@media (min-width: 1024px) {
  .site-rectangle-grid.site-thumbnail-laptop-5 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 20% !important;
    flex: 0 0 20%;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1500px) {
  .site-rectangle-grid.site-thumbnail-dt-5 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 20% !important;
    flex: 0 0 20%;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .site-rectangle-grid.site-thumbnail-tab-5 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 20% !important;
    flex: 0 0 20%;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 599px) {
  .site-rectangle-grid .site-thumbnail-block {
    width: 100% !important;
    flex: 0 0 100%;
  }
  .site-rectangle-grid.site-thumbnail-mob-5 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 20% !important;
    flex: 0 0 20%;
    aspect-ratio: 16/9;
  }
}

.site-rectangle-grid .site-thumbnail-block {
  padding-top: 0 !important;
  width: 50% !important;
  flex: 0 0 50%;
  aspect-ratio: 16/9;
  margin-bottom: 10px;
}
.site-rectangle-grid .site-thumbnail-block .site-thumbnail-link {
  position: relative !important;
}
.site-rectangle-grid .site-thumbnail-block .site-thumbnail-desc {
  color: #0e204a !important;
  top: 10px;
  overflow: auto;
  height: 100%;
}
@media (min-width: 1024px) {
  .site-rectangle-grid.site-thumbnail-laptop-6 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 16.6666666667% !important;
    flex: 0 0 16.6666666667%;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1500px) {
  .site-rectangle-grid.site-thumbnail-dt-6 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 16.6666666667% !important;
    flex: 0 0 16.6666666667%;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .site-rectangle-grid.site-thumbnail-tab-6 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 16.6666666667% !important;
    flex: 0 0 16.6666666667%;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 599px) {
  .site-rectangle-grid .site-thumbnail-block {
    width: 100% !important;
    flex: 0 0 100%;
  }
  .site-rectangle-grid.site-thumbnail-mob-6 .site-thumbnail-wrapper .site-thumbnail-block {
    padding-top: 0 !important;
    width: 16.6666666667% !important;
    flex: 0 0 16.6666666667%;
    aspect-ratio: 16/9;
  }
}

/** @format */
.cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.cms-text-feature .cms-text-feature-data p {
  line-height: 1.4375rem;
  font-size: 1rem;
}
.cms-text-feature .cms-text-feature-data ul,
.cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.cms-text-feature .cms-text-feature-data ul li,
.cms-text-feature .cms-text-feature-data ol li {
  line-height: 1.4375rem;
  font-size: 1rem;
}
.cms-text-feature .cms-text-feature-data ol li {
  text-indent: -0.6rem;
}

body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block, body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .cms-text-feature-data > h3.cms-feature-title {
  padding-left: 190px;
  padding-right: 190px;
}
@media (max-width: 1499px) {
  body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block, body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .cms-text-feature-data > h3.cms-feature-title {
    padding: 0 50px;
  }
}
@media (max-width: 1023px) {
  body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block, body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .cms-text-feature-data > h3.cms-feature-title {
    padding: 0 20px;
  }
}

.cms-text-feature table tr {
  background: transparent;
}
.cms-text-feature table tr th {
  background: #0e204a;
}
.cms-text-feature table tr:nth-child(2n) {
  background: #eaeaea;
}
@media (max-width: 599px) {
  .cms-text-feature table tr:nth-child(2n) {
    background: none;
  }
}

@media (max-width: 599px) {
  table.site-table-mobile > thead > tr > td p,
  table.site-table-mobile > thead > tr > th p,
  table.site-table-mobile > tbody > tr > td p,
  table.site-table-mobile > tbody > tr > th p {
    margin: 0 0 20px !important;
  }
}

table.site-table-mobile-stack {
  border-collapse: collapse;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  white-space: normal;
}
table.site-table-mobile-stack tr {
  background-color: transparent;
  border: 1px solid #eaeaea;
  padding: 5px;
}
table.site-table-mobile-stack th,
table.site-table-mobile-stack td {
  padding: 0.625em;
  text-align: center;
}
table.site-table-mobile-stack th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  table.site-table-mobile-stack {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    display: table !important;
  }
  table.site-table-mobile-stack caption {
    font-size: 1.3em;
  }
  table.site-table-mobile-stack thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.site-table-mobile-stack tr {
    display: block;
    margin-bottom: 0.625em;
    background: none !important;
  }
  table.site-table-mobile-stack td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right !important;
  }
  table.site-table-mobile-stack td::before {
    /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #0e204a;
  }
  table.site-table-mobile-stack td:last-child {
    border-bottom: 0;
  }
}

/** @format */
body.cms-page-is-in-edit-mode table.site-table-accordion tr, body.cms-page-is-in-edit-mode table.site-tbl-accordion-arrow-first tr {
  background-color: transparent;
}

body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tbody {
  display: block;
  width: 100%;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header, body:not(.cms-page-is-in-edit-mode) table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-header {
  background-color: transparent;
  border-bottom: 1px solid #c09a5d;
  transition: 0.5s ease all;
  display: block;
  white-space: normal;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th, body:not(.cms-page-is-in-edit-mode) table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: #0e204a;
  display: flex;
  text-transform: none;
  font-family: "DM Serif Display", serif;
  font-size: 20px;
  line-height: 40px;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th::after, body:not(.cms-page-is-in-edit-mode) table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-header th::after {
  content: "\ea3c" !important;
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th, body:not(.cms-page-is-in-edit-mode) table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  color: #0e204a;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active, body:not(.cms-page-is-in-edit-mode) table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background-color: transparent;
  border-bottom: none;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th, body:not(.cms-page-is-in-edit-mode) table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th {
  color: #0e204a;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th::after, body:not(.cms-page-is-in-edit-mode) table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th::after {
  transform: rotate(-90deg);
  width: 15px;
  height: 15px;
  background-color: transparent;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover, body:not(.cms-page-is-in-edit-mode) table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-header:hover {
  background-color: transparent;
  transition: 0.5s ease all;
  border-color: #c09a5d;
  cursor: pointer;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th, body:not(.cms-page-is-in-edit-mode) table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:not(:first-child), body:not(.cms-page-is-in-edit-mode) table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-header:not(:first-child) {
  margin-top: 20px;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-desc, body:not(.cms-page-is-in-edit-mode) table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-desc {
  display: block;
  width: 100%;
  background-color: transparent !important;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-desc .site-tbl-accordion-desc-wrapper, body:not(.cms-page-is-in-edit-mode) table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-desc .site-tbl-accordion-desc-wrapper {
  background-color: transparent;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #c09a5d;
  border-top: none;
  white-space: normal;
  text-align: left;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-desc .site-tbl-accordion-desc-wrapper a:not([class^=site-button-]), body:not(.cms-page-is-in-edit-mode) table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-desc .site-tbl-accordion-desc-wrapper a:not([class^=site-button-]) {
  transition: 0.3s ease all;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-desc .site-tbl-accordion-desc-wrapper a:not([class^=site-button-]):hover, body:not(.cms-page-is-in-edit-mode) table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-desc .site-tbl-accordion-desc-wrapper a:not([class^=site-button-]):hover {
  color: #c09a5d !important;
  transition: 0.3s ease all;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-desc .site-tbl-accordion-desc-wrapper a:not([class^=site-button-]).custom-link-active, body:not(.cms-page-is-in-edit-mode) table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-desc .site-tbl-accordion-desc-wrapper a:not([class^=site-button-]).custom-link-active {
  color: #c09a5d !important;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-desc.last .site-tbl-accordion-desc-wrapper, body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-desc:last-child .site-tbl-accordion-desc-wrapper, body:not(.cms-page-is-in-edit-mode) table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-desc.last .site-tbl-accordion-desc-wrapper, body:not(.cms-page-is-in-edit-mode) table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-desc:last-child .site-tbl-accordion-desc-wrapper {
  padding-bottom: 30px;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-desc:not(.last) .site-tbl-accordion-desc-wrapper, body:not(.cms-page-is-in-edit-mode) table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-desc:not(.last) .site-tbl-accordion-desc-wrapper {
  border-bottom: none;
}
body:not(.cms-page-is-in-edit-mode) table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-desc:last-child .site-tbl-accordion-desc-wrapper, body:not(.cms-page-is-in-edit-mode) table.site-tbl-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-desc:last-child .site-tbl-accordion-desc-wrapper {
  border-bottom: 1px solid #c09a5d;
}

.error-template {
  background: #FCFCFF;
}
.error-template .site-error-page {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 699px) {
  .error-template .site-error-page {
    position: static;
    transform: translateY(0%);
  }
}
.error-template .error-msg {
  position: relative;
}
.error-template .error-msg .error-no {
  font-family: "DM Serif Display", serif;
  font-weight: bold;
  font-size: 300px;
  line-height: 290px;
  color: #0e204a;
}
@media (max-width: 767px) {
  .error-template .error-msg .error-no {
    font-size: 210px;
    line-height: 210px;
  }
}
@media (max-width: 399px) {
  .error-template .error-msg .error-no {
    font-size: 160px;
    line-height: 170px;
  }
}
.error-template .error-msg .error-not-found {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0e204a;
}
@media (max-width: 599px) {
  .error-template .error-msg .error-not-found {
    font-size: 30px;
    margin: 10px 0 0;
  }
}
.error-template .error-msg .error-desc {
  width: 100%;
  max-width: 1150px;
  margin: 50px auto 0;
  font-size: 22px;
  line-height: 35px;
  padding: 20px;
}
.error-template .error-buttons {
  margin: 50px 0;
}
@media (max-width: 599px) {
  .error-template .error-buttons {
    margin: 30px 0 50px;
  }
}
.error-template .error-buttons .error-social-link {
  margin: 50px 0 0;
}
.error-template .error-buttons .error-social-link .error-footer-social {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid #eaeaea;
  line-height: 60px;
  margin: 0 10px;
  background: none;
  transition: all ease 0.5s;
}
.error-template .error-buttons .error-social-link .error-footer-social a {
  color: #0e204a;
  display: block;
}
.error-template .error-buttons .error-social-link .error-footer-social:hover {
  background: #00478e;
}
.error-template .error-buttons .error-social-link .error-footer-social i {
  font-size: 25px;
}

.empty-template body.cms-user-logged .site-coming-soon-wrapper {
  height: calc(100vh - 72px);
}
.empty-template body.cms-user-logged.cms-page-is-in-preview-mode .site-coming-soon-wrapper {
  height: calc(100vh - 45px);
}
.empty-template .site-coming-soon-wrapper {
  background: linear-gradient(127deg, #ffffff 50%, #202020 50%);
  height: 100vh;
  max-height: 100vh;
}
.empty-template .site-coming-soon-wrapper .site-container {
  height: 100%;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text {
  width: 100%;
  max-width: 650px;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text .site-coming-soon-title {
  font-family: "DM Serif Display", serif;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: bold;
  line-height: 100px;
  color: #00478e;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text .site-coming-soon-desc {
  color: #000000;
  font-size: 20px;
  position: relative;
  padding: 20px 0 0;
  line-height: 35px;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text .site-coming-soon-desc::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  background: black;
  top: 0;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-image {
  text-align: right;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-image img {
  width: 85%;
  border-radius: 100%;
}

/** @format */
.web-login-page .page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.web-login-page .page-wrapper .web-login-wrapper {
  padding: 20px;
}

.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper {
  width: 100%;
  clear: both;
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article {
  display: block;
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
  float: right;
  padding-left: 120px;
}
@media (max-width: 766px) {
  .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
    padding: 0;
    float: none;
  }
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
  float: left;
}
@media (max-width: 766px) {
  .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
    float: none;
  }
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
  padding-right: 0 !important;
}
@media (min-width: 767px) {
  .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar .site-main-data {
    width: calc(100% - 490px);
  }
}

/** @format */
.search-result-page .site-search-data {
  display: flex;
}
.search-result-page .site-search-data .site-search-input {
  background: transparent;
  border-radius: 0;
  outline: none;
  border: 1px solid transparent;
  font-size: 1rem;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  background: transparent;
  border: 1px solid #0e204a;
  height: 50px;
}
.search-result-page .site-search-data .site-search-button {
  font-size: 0;
  padding: 0 10px;
  letter-spacing: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  background-color: #c09a5d;
  color: #ffffff;
  margin-left: 10px;
  height: 50px !important;
  width: 50px;
  border: none;
  transition: 0.5s ease all;
  position: relative;
}
.search-result-page .site-search-data .site-search-button:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905" !important;
  font-size: 30px;
  font-weight: bold;
  z-index: 2;
  position: relative;
}
.search-result-page .site-search-data .site-search-button::after {
  content: "";
  width: 0;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: 0.5s ease all;
}
.search-result-page .site-search-data .site-search-button:hover {
  color: #c09a5d;
  transition: 0.5s ease all;
}
.search-result-page .site-search-data .site-search-button:hover::after {
  width: 100%;
  transition: 0.5s ease all;
}
.search-result-page .site-page-title-block {
  text-align: center;
  max-width: none;
  margin: 30px 0;
}
.search-result-page .sr-search-wrapper {
  background: #dfdfdf;
  text-align: center;
  padding: 50px;
  margin: 0 0 30px;
  position: sticky;
  top: 0;
}
@media (max-width: 599px) {
  .search-result-page .sr-search-wrapper {
    padding: 50px 20px;
  }
}
@media (max-width: 599px) {
  .search-result-page .sr-search-wrapper {
    padding: 50px 10px;
  }
}
.search-result-page .sr-search-wrapper .sr-search-area {
  margin: 0 auto 30px;
  max-width: 900px;
  width: 100%;
}
.search-result-page .sr-search-wrapper .sr-links-area a {
  margin: 0 5px;
}
.search-result-page #sr-wrapper .sr-title {
  margin: 40px 0 30px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
}
.search-result-page #sr-wrapper .sr-title span {
  text-transform: uppercase;
  font-weight: bold;
}
.search-result-page #sr-wrapper .sr-data .sr-block {
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #00478e;
  margin: 0 0 25px;
  padding: 0 0 25px;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a {
  color: #00478e;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a:hover {
  color: #6b6b6b;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-link a {
  color: #999;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-link a:hover {
  color: #6b6b6b;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-content {
  margin: 10px 0 0;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-content .sr-hit {
  font-weight: bold;
  color: #000000;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-tag-list {
  margin: 20px 0 0;
  color: #6b6b6b;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-tag-list .sr-tag {
  display: inline-block;
  margin: 0 2px 2px 0;
  background-color: #dfdfdf;
  padding: 6px 20px;
  color: #6b6b6b;
  font-size: 10.67px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  min-height: 40px;
  line-height: 27px;
}

.site-search-wrapper .site-search-icon {
  color: #ffffff;
  font-size: 25px;
}
.site-search-wrapper .site-search-icon i {
  font-weight: bold;
  cursor: pointer;
}
.site-search-wrapper .site-search-block {
  opacity: 0;
  visibility: hidden;
}
.site-search-wrapper .site-search-block-active {
  opacity: 1;
  visibility: visible;
}
.site-search-wrapper .site-search-block-active.site-search-option {
  width: 300px !important;
}
.site-search-wrapper .site-search-block-active.site-search-option1 {
  max-height: 86px !important;
}
.site-search-wrapper .site-search-block-active.site-search-option2 {
  right: 0 !important;
}
.site-search-wrapper .site-search-block.site-search-option {
  position: absolute;
  right: 40px;
  z-index: 1000;
  top: 12px;
  width: 0;
  transition: all ease 0.6s;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-input {
  border-radius: 25px !important;
  border: 3px solid #00478e !important;
  transition: all ease 0.6s;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button {
  background: transparent !important;
  padding: 10px 35px 10px 75px;
  border: none !important;
  text-align: center;
  line-height: inherit;
  color: #0e204a;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Roboto", sans-serif !important;
  transition: 0.5s ease all;
  position: relative;
  z-index: 1;
  font-size: 0;
  padding: 0 10px;
  letter-spacing: 0;
  position: absolute;
  right: 0;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:before {
  color: #c09a5d;
  position: absolute;
  left: 0;
  height: 100%;
  width: 38px;
  padding-left: 12px;
  background-color: #eaeaea;
  top: 0;
  transition: 0.5s ease all;
  z-index: -1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea3c" !important;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:hover {
  background: transparent !important;
  color: transparent;
  border: none !important;
  transition: 0.5s ease all;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:hover:before {
  width: 100%;
  transition: 0.5s ease all;
  padding-left: 20px;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905" !important;
  font-size: 30px;
  font-weight: bold;
}
.site-search-wrapper .site-search-block.site-search-option1 {
  position: absolute;
  right: 0;
  top: 100%;
  background: #eaeaea;
  z-index: 1000;
  padding: 20px;
  width: 400px;
  height: auto;
  max-height: 0;
  transition: all ease 0.3s;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data {
  display: flex;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button {
  background: #0e204a !important;
  padding: 10px 35px 10px 75px;
  border: none !important;
  text-align: center;
  line-height: inherit;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Roboto", sans-serif !important;
  transition: 0.5s ease all;
  position: relative;
  z-index: 1;
  font-size: 0;
  padding: 0 10px;
  letter-spacing: 0;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:before {
  color: #c09a5d;
  position: absolute;
  left: 0;
  height: 100%;
  width: 38px;
  padding-left: 12px;
  background-color: #eaeaea;
  top: 0;
  transition: 0.5s ease all;
  z-index: -1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea3c" !important;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:hover {
  background: #0e204a !important;
  color: #00478e;
  border: none !important;
  transition: 0.5s ease all;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:hover:before {
  width: 100%;
  transition: 0.5s ease all;
  padding-left: 20px;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905" !important;
  font-size: 30px;
  font-weight: bold;
}
.site-search-wrapper .site-search-block.site-search-option2 {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  z-index: 1000;
  transition: all ease 0.5s;
}
.site-search-wrapper .site-search-block.site-search-option2 .site-search-data {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.site-search-wrapper .site-search-block.site-search-option2 .site-search-input {
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  outline: none;
  max-width: 400px;
  width: 100%;
  color: #ffffff;
  font-size: 25px;
  padding: 0 0 10px;
  margin: 0 10px 0 0;
}
/** @format */
.breadcrumb-position {
  position: relative;
}

.two-col .breadcrumb-position,
.two-col-equal .breadcrumb-position,
.three-col .breadcrumb-position,
.three-col-equal .breadcrumb-position,
.four-col-equal .breadcrumb-position {
  height: 100%;
}

.site-breadcrumb-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-breadcrumb-wrapper.auto {
  bottom: 0 !important;
}
.site-breadcrumb-wrapper .site-breadcrumb {
  background-color: transparent;
  padding: 0;
}
.site-breadcrumb-wrapper .site-breadcrumb ul {
  padding: 0;
  display: flex;
}
.site-breadcrumb-wrapper .site-breadcrumb ul li {
  list-style: none;
  text-transform: uppercase;
  color: #0e204a;
  list-style: none;
}
.site-breadcrumb-wrapper .site-breadcrumb ul li::before {
  display: none;
}
.site-breadcrumb-wrapper .site-breadcrumb ul li.site-breadcrumbs-active {
  font-weight: bold;
}
.site-breadcrumb-wrapper .site-breadcrumb ul li:not(:last-child)::after {
  content: "/";
  margin-top: 3px;
  margin-bottom: 3px;
}
.site-breadcrumb-wrapper .site-breadcrumb p {
  text-transform: uppercase;
}
.site-breadcrumb-wrapper.site-align-center-wrapper {
  align-items: center;
}
.site-breadcrumb-wrapper.site-align-right-wrapper {
  align-items: flex-end;
}
.site-breadcrumb-wrapper.site-align-left-wrapper {
  align-items: flex-start;
}

body:not(.cms-page-is-in-edit-mode) .col:first-child .site-breadcrumb-wrapper {
  position: absolute;
  bottom: 0;
  left: -40px;
  display: none;
  writing-mode: vertical-lr;
  width: 0px;
  height: 100%;
  left: 0;
  transform: rotate(180deg);
  overflow: auto;
}
body:not(.cms-page-is-in-edit-mode) .col:first-child .site-breadcrumb-wrapper .site-breadcrumb {
  white-space: nowrap;
  overflow: auto;
}
@media (min-width: 1024px) {
  body:not(.cms-page-is-in-edit-mode) .col:first-child .site-breadcrumb-wrapper {
    left: -90px;
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1366px) {
  body:not(.cms-page-is-in-edit-mode) .col:first-child .site-breadcrumb-wrapper {
    left: -100px;
  }
}
@media (min-width: 1500px) {
  body:not(.cms-page-is-in-edit-mode) .col:first-child .site-breadcrumb-wrapper {
    left: -160px;
  }
}

body.cms-page-is-in-edit-mode .site-breadcrumb-wrapper {
  min-height: 100px;
}

/** @format */
.sticky-links-wrapper {
  z-index: 3;
}
.sticky-links-wrapper > div {
  margin-bottom: 0 !important;
}
.sticky-links-wrapper[class*=site-bg-] {
  padding: 0 !important;
}
.sticky-links-wrapper[class*=site-bg-] .sticky-links {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (min-width: 1366px) {
  .sticky-links-wrapper[class*=site-bg-] .sticky-links {
    padding-left: 110px !important;
  }
}
.sticky-links-wrapper .sticky-links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  white-space: nowrap;
}
.sticky-links-wrapper .sticky-links.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
}
@media (min-width: 1024px) {
  .sticky-links-wrapper .sticky-links.sticky {
    left: 50px;
    width: calc(100vw - 100px);
  }
}
.sticky-links-wrapper .sticky-links > *:not(:last-child) {
  padding-right: 10px;
}
.sticky-links-wrapper .sticky-links ul,
.sticky-links-wrapper .sticky-links ol {
  padding-left: 0;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0;
}
.sticky-links-wrapper .sticky-links ul li,
.sticky-links-wrapper .sticky-links ol li {
  list-style: none;
  text-transform: uppercase;
}
.sticky-links-wrapper .sticky-links ul li a,
.sticky-links-wrapper .sticky-links ul li a *,
.sticky-links-wrapper .sticky-links ol li a,
.sticky-links-wrapper .sticky-links ol li a * {
  transition: 0.5s ease all;
}
.sticky-links-wrapper .sticky-links ul li a:hover, .sticky-links-wrapper .sticky-links ul li a:focus,
.sticky-links-wrapper .sticky-links ul li a *:hover,
.sticky-links-wrapper .sticky-links ul li a *:focus,
.sticky-links-wrapper .sticky-links ol li a:hover,
.sticky-links-wrapper .sticky-links ol li a:focus,
.sticky-links-wrapper .sticky-links ol li a *:hover,
.sticky-links-wrapper .sticky-links ol li a *:focus {
  color: #c09a5d !important;
  transition: 0.5s ease all;
}
.sticky-links-wrapper .sticky-links ul li:not(:first-child),
.sticky-links-wrapper .sticky-links ol li:not(:first-child) {
  padding-left: 10px;
}
.sticky-links-wrapper .sticky-links ul li ul,
.sticky-links-wrapper .sticky-links ul li ol,
.sticky-links-wrapper .sticky-links ol li ul,
.sticky-links-wrapper .sticky-links ol li ol {
  flex-direction: column;
}
.sticky-links-wrapper .sticky-links ul li ul li,
.sticky-links-wrapper .sticky-links ul li ol li,
.sticky-links-wrapper .sticky-links ol li ul li,
.sticky-links-wrapper .sticky-links ol li ol li {
  padding-left: 0 !important;
}
.sticky-links-wrapper .sticky-links ul li > ul.sticky-link-dropdown,
.sticky-links-wrapper .sticky-links ul li > ol.sticky-link-dropdown,
.sticky-links-wrapper .sticky-links ol li > ul.sticky-link-dropdown,
.sticky-links-wrapper .sticky-links ol li > ol.sticky-link-dropdown {
  position: absolute;
  background-color: #0e204a;
}
.sticky-links-wrapper .sticky-links ul li > ul.sticky-link-dropdown > li,
.sticky-links-wrapper .sticky-links ul li > ol.sticky-link-dropdown > li,
.sticky-links-wrapper .sticky-links ol li > ul.sticky-link-dropdown > li,
.sticky-links-wrapper .sticky-links ol li > ol.sticky-link-dropdown > li {
  padding: 0 10px 10px 10px !important;
}
.sticky-links-wrapper .sticky-links ul li > ul.sticky-link-dropdown > li:first-child,
.sticky-links-wrapper .sticky-links ul li > ol.sticky-link-dropdown > li:first-child,
.sticky-links-wrapper .sticky-links ol li > ul.sticky-link-dropdown > li:first-child,
.sticky-links-wrapper .sticky-links ol li > ol.sticky-link-dropdown > li:first-child {
  padding-top: 20px !important;
}
.sticky-links-wrapper .sticky-links ul > li.has-sticky-dropdown,
.sticky-links-wrapper .sticky-links ol > li.has-sticky-dropdown {
  position: relative;
}
.sticky-links-wrapper .sticky-links ul > li.has-sticky-dropdown > .clicky,
.sticky-links-wrapper .sticky-links ol > li.has-sticky-dropdown > .clicky {
  cursor: pointer;
}

.sticky-links ul li,
.sticky-links ol li {
  list-style: none;
}
.sticky-links ul li::before,
.sticky-links ol li::before {
  display: none;
}
@media (max-width: 1023px) {
  .sticky-links.show-in-menu-mob ul li,
  .sticky-links.show-in-menu-mob ul li > *,
  .sticky-links.show-in-menu-mob ol li,
  .sticky-links.show-in-menu-mob ol li > * {
    color: #ffffff;
  }
  .sticky-links.show-in-menu-mob a {
    color: #ffffff;
  }
  .sticky-links.show-in-menu-mob a:hover {
    color: #c09a5d;
  }
}

body.cms-user-logged .sticky-links-wrapper.sticky .sticky-links {
  top: 72px;
}
body.cms-user-logged.cms-page-is-in-preview-mode .sticky-links-wrapper.sticky .sticky-links {
  top: 45px;
}

/** @format */
.vertical-slider .slick-slider {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.vertical-slider .site-slide .site-slider-caption,
.vertical-slider .site-slide .site-display-data-block {
  height: 100%;
  padding: 20px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0 !important;
  width: 100% !important;
  right: 0 !important;
}
.vertical-slider .site-slide .site-slider-caption .site-slider-caption-block,
.vertical-slider .site-slide .site-slider-caption .site-display-title,
.vertical-slider .site-slide .site-display-data-block .site-slider-caption-block,
.vertical-slider .site-slide .site-display-data-block .site-display-title {
  height: 50%;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.vertical-slider .site-slide .site-slider-caption .site-slider-more-desc,
.vertical-slider .site-slide .site-slider-caption .site-display-desc,
.vertical-slider .site-slide .site-display-data-block .site-slider-more-desc,
.vertical-slider .site-slide .site-display-data-block .site-display-desc {
  margin-bottom: 0 !important;
  position: absolute;
  top: 20px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  height: calc(50% - 20px);
  overflow-y: auto;
  overflow-x: hidden;
}
.vertical-slider .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data,
.vertical-slider .site-slide .site-slider-caption .site-display-desc .site-slider-more-desc-data,
.vertical-slider .site-slide .site-display-data-block .site-slider-more-desc .site-slider-more-desc-data,
.vertical-slider .site-slide .site-display-data-block .site-display-desc .site-slider-more-desc-data {
  text-align: right;
}
.vertical-slider .slick-dots {
  right: 0 !important;
  transform: none !important;
}
.vertical-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption, .vertical-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption, .vertical-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption {
  justify-content: flex-start;
}
.vertical-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-caption-block, .vertical-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption .site-slider-caption-block, .vertical-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-caption-block {
  justify-content: flex-start;
}
.vertical-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc, .vertical-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption .site-slider-more-desc, .vertical-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc {
  bottom: 20px;
  top: auto;
  height: calc(50% - 20px);
}
.vertical-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data, .vertical-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data, .vertical-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data {
  text-align: left;
}
.vertical-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption, .vertical-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption, .vertical-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption {
  justify-content: center;
}
.vertical-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption .site-slider-caption-block, .vertical-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-caption-block, .vertical-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-caption-block {
  justify-content: center;
  margin-bottom: 0;
  height: 50%;
}
.vertical-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption .site-slider-more-desc, .vertical-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc, .vertical-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc {
  writing-mode: initial;
  transform: none;
  height: 20%;
}
.vertical-slider.site-slider-link .site-slide .site-slider-caption::before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea3c";
  display: block;
  width: 4vw;
  height: 4vw;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  transition: 0.5s ease all;
  color: #0e204a;
}
@media (max-width: 1023px) {
  .vertical-slider.site-slider-link .site-slide .site-slider-caption::before {
    font-family: "site-icon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea3c";
    display: block;
    width: 8vw;
    height: 8vw;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2vw;
    transition: 0.5s ease all;
    color: #0e204a;
  }
}
@media (max-width: 599px) {
  .vertical-slider.site-slider-link .site-slide .site-slider-caption::before {
    font-family: "site-icon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea3c";
    display: block;
    width: 15vw;
    height: 15vw;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.75vw;
    transition: 0.5s ease all;
    color: #0e204a;
  }
}
.vertical-slider.site-slider-link .site-slide .site-slider-caption .site-slider-caption-block {
  height: calc(50% - 4vw);
  margin-bottom: 4vw;
}
@media (max-width: 1023px) {
  .vertical-slider.site-slider-link .site-slide .site-slider-caption .site-slider-caption-block {
    height: calc(50% - 8vw);
    margin-bottom: 8vw;
  }
}
@media (max-width: 599px) {
  .vertical-slider.site-slider-link .site-slide .site-slider-caption .site-slider-caption-block {
    height: calc(50% - 15vw);
    margin-bottom: 15vw;
  }
}
.vertical-slider.site-slider-link .site-slide:hover .site-slider-caption::before {
  border-top-right-radius: 100px;
  transition: 0.5s ease all;
}
.vertical-slider.site-slider-link.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-caption-block, .vertical-slider.site-slider-link.site-slide-caption-dt-tl .site-slide .site-slider-caption .site-slider-caption-block, .vertical-slider.site-slider-link.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-caption-block {
  height: 50%;
  margin-bottom: 0;
}
.vertical-slider.site-slider-link.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc, .vertical-slider.site-slider-link.site-slide-caption-dt-tl .site-slide .site-slider-caption .site-slider-more-desc, .vertical-slider.site-slider-link.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc {
  bottom: calc(20px + 4vw);
  height: calc(50% - 20px - 4vw);
}
@media (max-width: 1023px) {
  .vertical-slider.site-slider-link.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc, .vertical-slider.site-slider-link.site-slide-caption-dt-tl .site-slide .site-slider-caption .site-slider-more-desc, .vertical-slider.site-slider-link.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc {
    bottom: calc(20px + 8vw);
    height: calc(50% - 20px - 8vw);
  }
}
@media (max-width: 599px) {
  .vertical-slider.site-slider-link.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc, .vertical-slider.site-slider-link.site-slide-caption-dt-tl .site-slide .site-slider-caption .site-slider-more-desc, .vertical-slider.site-slider-link.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc {
    bottom: calc(20px + 15vw);
    height: calc(50% - 20px - 15vw);
  }
}
.vertical-slider.site-display-wrapper .site-slide.has-caption::after {
  background: #0e204a;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(14, 32, 74, 0.6) 87%);
}
.vertical-slider.site-display-wrapper .site-slide .site-display-list-block {
  padding: 0;
  margin: 0;
  position: relative;
}
.vertical-slider.site-display-wrapper .site-slide .site-display-list-block .site-display-image {
  margin-bottom: 0;
}
.vertical-slider.site-display-wrapper .site-slide .site-display-list-block .site-display-data-block {
  position: absolute;
  top: 0;
  justify-content: flex-start;
  z-index: 1;
  background: transparent !important;
}
.vertical-slider.site-display-wrapper .site-slide .site-display-list-block .site-display-data-block .site-display-title {
  font-size: 1.5625rem;
  line-height: 2.1875rem;
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  color: #0e204a;
  margin-bottom: 20px;
  justify-content: flex-start;
}
@media (max-width: 599px) {
  .vertical-slider.site-display-wrapper .site-slide .site-display-list-block .site-display-data-block .site-display-title {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 20px;
  }
}
.vertical-slider.site-display-wrapper .site-slide .site-display-list-block .site-display-data-block .site-display-title::before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea3c";
  display: block;
  width: 4vw;
  height: 4vw;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  transition: 0.5s ease all;
  color: #0e204a;
}
@media (max-width: 1023px) {
  .vertical-slider.site-display-wrapper .site-slide .site-display-list-block .site-display-data-block .site-display-title::before {
    font-family: "site-icon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea3c";
    display: block;
    width: 8vw;
    height: 8vw;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2vw;
    transition: 0.5s ease all;
    color: #0e204a;
  }
}
@media (max-width: 599px) {
  .vertical-slider.site-display-wrapper .site-slide .site-display-list-block .site-display-data-block .site-display-title::before {
    font-family: "site-icon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea3c";
    display: block;
    width: 15vw;
    height: 15vw;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.75vw;
    transition: 0.5s ease all;
    color: #0e204a;
  }
}
.vertical-slider.site-display-wrapper .site-slide .site-display-list-block .site-display-data-block .site-display-title * {
  color: #ffffff;
}
.vertical-slider.site-display-wrapper .site-slide .site-display-list-block .site-display-data-block .site-display-desc {
  bottom: 100px;
  top: auto;
}
.vertical-slider.site-display-wrapper .site-slide .site-display-list-block .site-display-data-block .site-display-desc * {
  color: #ffffff;
}
.vertical-slider.site-display-wrapper .site-slide .site-display-list-block:hover .site-display-title::before {
  border-top-right-radius: 100px;
  transition: 0.5s ease all;
}
.vertical-slider.site-display-wrapper .site-slide .site-display-list-block .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.vertical-slider.site-display-wrapper .slick-arrow.slick-prev, .vertical-slider.site-display-wrapper .slick-arrow.slick-next {
  position: initial !important;
}
.vertical-slider.site-display-listview .site-display-list:not(.slick-vertical):not(.slick-slider) .site-display-wrapper-listitem {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .vertical-slider.site-display-listview .site-display-list:not(.slick-vertical):not(.slick-slider) .site-display-wrapper-listitem {
    margin-bottom: 50px;
  }
}
.vertical-slider.site-display-listview .site-display-list:not(.slick-vertical):not(.slick-slider) .site-display-wrapper-listitem .site-display-list-block {
  margin-bottom: 0 !important;
}
.vertical-slider.site-display-listview .site-display-list:not(.slick-vertical):not(.slick-slider) .site-display-wrapper-listitem .site-display-list-block .site-display-data-block {
  min-height: 400px;
}
@media (min-width: 1800px) {
  .vertical-slider.site-display-listview .site-display-list:not(.slick-vertical):not(.slick-slider) .site-display-wrapper-listitem .site-display-list-block .site-display-data-block {
    min-height: 500px;
  }
}

/** @format */
.cta-slider .site-slide.has-caption::after,
.cta-slider .site-slider-pop-wrapper.has-caption::after {
  display: none;
}
.cta-slider .site-slide .site-slider-caption,
.cta-slider .site-slide .site-slider-pop-caption,
.cta-slider .site-slider-pop-wrapper .site-slider-caption,
.cta-slider .site-slider-pop-wrapper .site-slider-pop-caption {
  position: relative;
  display: inline-block;
  width: auto;
  left: 0 !important;
  transform: none !important;
  padding: 0 !important;
  align-self: center;
}
.cta-slider .site-slide .site-slider-caption .site-slider-capton-data,
.cta-slider .site-slide .site-slider-pop-caption .site-slider-capton-data,
.cta-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data,
.cta-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data {
  text-align: left !important;
}
.cta-slider .site-slide .site-slider-caption .site-slider-capton-data small,
.cta-slider .site-slide .site-slider-pop-caption .site-slider-capton-data small,
.cta-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data small,
.cta-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data small {
  color: #ffffff !important;
}
.cta-slider .site-slide .site-slider-caption .site-slider-capton-data p,
.cta-slider .site-slide .site-slider-pop-caption .site-slider-capton-data p,
.cta-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data p,
.cta-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data p {
  font-size: 13px;
  letter-spacing: 0.5px;
}
.cta-slider .site-slide .site-slider-caption .site-slider-caption-block,
.cta-slider .site-slide .site-slider-caption .site-slider-pop-title,
.cta-slider .site-slide .site-slider-pop-caption .site-slider-caption-block,
.cta-slider .site-slide .site-slider-pop-caption .site-slider-pop-title,
.cta-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-caption-block,
.cta-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-pop-title,
.cta-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-caption-block,
.cta-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title {
  padding: 10px 20px 10px 70px !important;
  background-color: #0e204a;
  position: relative;
  z-index: 1;
}
.cta-slider .site-slide .site-slider-caption .site-slider-caption-block::before,
.cta-slider .site-slide .site-slider-caption .site-slider-pop-title::before,
.cta-slider .site-slide .site-slider-pop-caption .site-slider-caption-block::before,
.cta-slider .site-slide .site-slider-pop-caption .site-slider-pop-title::before,
.cta-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-caption-block::before,
.cta-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-pop-title::before,
.cta-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-caption-block::before,
.cta-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title::before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e914" !important;
  font-size: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 12.5px;
  height: 100%;
  width: 50px;
  background-color: #c09a5d;
  left: 0;
  top: 0;
  position: absolute;
  transition: 0.5s ease all;
  z-index: -1;
  text-indent: 3px;
}
.cta-slider .site-slide .site-slide-link, .cta-slider .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg),
.cta-slider .site-slide .site-slider-pop-wrapper,
.cta-slider .site-slider-pop-wrapper .site-slide-link,
.cta-slider .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg),
.cta-slider .site-slider-pop-wrapper .site-slider-pop-wrapper {
  display: flex !important;
  flex-direction: column;
  width: 100%;
}
.cta-slider .site-slide .site-slider-image-block,
.cta-slider .site-slide .site-slide-link,
.cta-slider .site-slider-pop-wrapper .site-slider-image-block,
.cta-slider .site-slider-pop-wrapper .site-slide-link {
  position: relative;
}
.cta-slider .site-slide .site-slider-image-block .site-slider-more-desc,
.cta-slider .site-slide .site-slide-link .site-slider-more-desc,
.cta-slider .site-slider-pop-wrapper .site-slider-image-block .site-slider-more-desc,
.cta-slider .site-slider-pop-wrapper .site-slide-link .site-slider-more-desc {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background: #0e204a;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(14, 32, 74, 0.6) 87%);
}
.cta-slider .site-slide .site-slider-image-block .site-slider-more-desc .has-difference var,
.cta-slider .site-slide .site-slide-link .site-slider-more-desc .has-difference var,
.cta-slider .site-slider-pop-wrapper .site-slider-image-block .site-slider-more-desc .has-difference var,
.cta-slider .site-slider-pop-wrapper .site-slide-link .site-slider-more-desc .has-difference var {
  font-size: inherit;
  line-height: inherit;
}
.cta-slider .site-slide .site-slider-image-block .site-slider-more-desc .site-container,
.cta-slider .site-slide .site-slide-link .site-slider-more-desc .site-container,
.cta-slider .site-slider-pop-wrapper .site-slider-image-block .site-slider-more-desc .site-container,
.cta-slider .site-slider-pop-wrapper .site-slide-link .site-slider-more-desc .site-container {
  max-width: 100%;
  padding: 4% 6.5%;
  height: 100%;
}
.cta-slider .site-slide .site-slider-image-block .site-slider-more-desc .site-slider-more-desc-data,
.cta-slider .site-slide .site-slide-link .site-slider-more-desc .site-slider-more-desc-data,
.cta-slider .site-slider-pop-wrapper .site-slider-image-block .site-slider-more-desc .site-slider-more-desc-data,
.cta-slider .site-slider-pop-wrapper .site-slide-link .site-slider-more-desc .site-slider-more-desc-data {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.cta-slider .site-slide .site-slider-image-block .site-slider-more-desc .site-slider-more-desc-data :not(var):not(.marker):not([class^=site-button]),
.cta-slider .site-slide .site-slide-link .site-slider-more-desc .site-slider-more-desc-data :not(var):not(.marker):not([class^=site-button]),
.cta-slider .site-slider-pop-wrapper .site-slider-image-block .site-slider-more-desc .site-slider-more-desc-data :not(var):not(.marker):not([class^=site-button]),
.cta-slider .site-slider-pop-wrapper .site-slide-link .site-slider-more-desc .site-slider-more-desc-data :not(var):not(.marker):not([class^=site-button]) {
  color: #ffffff;
}
.cta-slider .site-slide .site-slider-image-block .site-slider-more-desc .site-slider-more-desc-data .site-slide-link,
.cta-slider .site-slide .site-slide-link .site-slider-more-desc .site-slider-more-desc-data .site-slide-link,
.cta-slider .site-slider-pop-wrapper .site-slider-image-block .site-slider-more-desc .site-slider-more-desc-data .site-slide-link,
.cta-slider .site-slider-pop-wrapper .site-slide-link .site-slider-more-desc .site-slider-more-desc-data .site-slide-link {
  z-index: 1;
}
@media (max-width: 1365px) {
  .cta-slider .site-slide .site-slider-image-block .site-slider-more-desc .site-slider-more-desc-data,
  .cta-slider .site-slide .site-slide-link .site-slider-more-desc .site-slider-more-desc-data,
  .cta-slider .site-slider-pop-wrapper .site-slider-image-block .site-slider-more-desc .site-slider-more-desc-data,
  .cta-slider .site-slider-pop-wrapper .site-slide-link .site-slider-more-desc .site-slider-more-desc-data {
    overflow: auto;
  }
}
.cta-slider .site-slide .site-slider-image-block .site-slider-more-desc .site-slider-more-desc-data table.column-styling,
.cta-slider .site-slide .site-slide-link .site-slider-more-desc .site-slider-more-desc-data table.column-styling,
.cta-slider .site-slider-pop-wrapper .site-slider-image-block .site-slider-more-desc .site-slider-more-desc-data table.column-styling,
.cta-slider .site-slider-pop-wrapper .site-slide-link .site-slider-more-desc .site-slider-more-desc-data table.column-styling {
  width: 100% !important;
  margin: 0 !important;
}
.cta-slider .site-slide .site-slider-image-block .site-slider-more-desc.has-desc .site-slide-link,
.cta-slider .site-slide .site-slide-link .site-slider-more-desc.has-desc .site-slide-link,
.cta-slider .site-slider-pop-wrapper .site-slider-image-block .site-slider-more-desc.has-desc .site-slide-link,
.cta-slider .site-slider-pop-wrapper .site-slide-link .site-slider-more-desc.has-desc .site-slide-link {
  flex-direction: column !important;
}
.cta-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption,
.cta-slider.site-slide-caption-dt-tl .site-slide .site-slider-pop-caption,
.cta-slider.site-slide-caption-dt-tl .site-slider-pop-wrapper .site-slider-caption,
.cta-slider.site-slide-caption-dt-tl .site-slider-pop-wrapper .site-slider-pop-caption, .cta-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption,
.cta-slider.site-slide-caption-dt-bl .site-slide .site-slider-pop-caption,
.cta-slider.site-slide-caption-dt-bl .site-slider-pop-wrapper .site-slider-caption,
.cta-slider.site-slide-caption-dt-bl .site-slider-pop-wrapper .site-slider-pop-caption {
  align-self: flex-start;
}
.cta-slider.site-slide-caption-dt-tl .site-slide .site-slider-more-desc .site-slider-more-desc-data,
.cta-slider.site-slide-caption-dt-tl .site-slider-pop-wrapper .site-slider-more-desc .site-slider-more-desc-data, .cta-slider.site-slide-caption-dt-bl .site-slide .site-slider-more-desc .site-slider-more-desc-data,
.cta-slider.site-slide-caption-dt-bl .site-slider-pop-wrapper .site-slider-more-desc .site-slider-more-desc-data {
  align-items: flex-start !important;
  text-align: left !important;
}
.cta-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption,
.cta-slider.site-slide-caption-dt-tc .site-slide .site-slider-pop-caption,
.cta-slider.site-slide-caption-dt-tc .site-slider-pop-wrapper .site-slider-caption,
.cta-slider.site-slide-caption-dt-tc .site-slider-pop-wrapper .site-slider-pop-caption, .cta-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption,
.cta-slider.site-slide-caption-dt-mc .site-slide .site-slider-pop-caption,
.cta-slider.site-slide-caption-dt-mc .site-slider-pop-wrapper .site-slider-caption,
.cta-slider.site-slide-caption-dt-mc .site-slider-pop-wrapper .site-slider-pop-caption {
  align-self: center;
}
.cta-slider.site-slide-caption-dt-tc .site-slide .site-slider-more-desc .site-slider-more-desc-data,
.cta-slider.site-slide-caption-dt-tc .site-slider-pop-wrapper .site-slider-more-desc .site-slider-more-desc-data, .cta-slider.site-slide-caption-dt-mc .site-slide .site-slider-more-desc .site-slider-more-desc-data,
.cta-slider.site-slide-caption-dt-mc .site-slider-pop-wrapper .site-slider-more-desc .site-slider-more-desc-data {
  align-items: center !important;
  text-align: center !important;
}
.cta-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption,
.cta-slider.site-slide-caption-dt-tr .site-slide .site-slider-pop-caption,
.cta-slider.site-slide-caption-dt-tr .site-slider-pop-wrapper .site-slider-caption,
.cta-slider.site-slide-caption-dt-tr .site-slider-pop-wrapper .site-slider-pop-caption, .cta-slider.site-slide-caption-dt-br .site-slide .site-slider-caption,
.cta-slider.site-slide-caption-dt-br .site-slide .site-slider-pop-caption,
.cta-slider.site-slide-caption-dt-br .site-slider-pop-wrapper .site-slider-caption,
.cta-slider.site-slide-caption-dt-br .site-slider-pop-wrapper .site-slider-pop-caption {
  align-self: flex-end;
  text-align: left;
}
.cta-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-capton-data,
.cta-slider.site-slide-caption-dt-tr .site-slide .site-slider-pop-caption .site-slider-capton-data,
.cta-slider.site-slide-caption-dt-tr .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data,
.cta-slider.site-slide-caption-dt-tr .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data, .cta-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-capton-data,
.cta-slider.site-slide-caption-dt-br .site-slide .site-slider-pop-caption .site-slider-capton-data,
.cta-slider.site-slide-caption-dt-br .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data,
.cta-slider.site-slide-caption-dt-br .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data {
  text-align: left;
}
.cta-slider.site-slide-caption-dt-tr .site-slide .site-slider-more-desc .site-slider-more-desc-data,
.cta-slider.site-slide-caption-dt-tr .site-slider-pop-wrapper .site-slider-more-desc .site-slider-more-desc-data, .cta-slider.site-slide-caption-dt-br .site-slide .site-slider-more-desc .site-slider-more-desc-data,
.cta-slider.site-slide-caption-dt-br .site-slider-pop-wrapper .site-slider-more-desc .site-slider-more-desc-data, .cta-slider.site-slide-caption-dt-mr .site-slide .site-slider-more-desc .site-slider-more-desc-data,
.cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slider-more-desc .site-slider-more-desc-data {
  align-items: flex-end !important;
  text-align: right !important;
}
.cta-slider.site-slide-caption-dt-ml .site-slide .site-slider-more-desc .site-slider-more-desc-data,
.cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slider-more-desc .site-slider-more-desc-data, .cta-slider.site-slide-caption-dt-mr .site-slide .site-slider-more-desc .site-slider-more-desc-data,
.cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slider-more-desc .site-slider-more-desc-data, .cta-slider.site-slide-caption-dt-mc .site-slide .site-slider-more-desc .site-slider-more-desc-data,
.cta-slider.site-slide-caption-dt-mc .site-slider-pop-wrapper .site-slider-more-desc .site-slider-more-desc-data {
  justify-content: center !important;
}
.cta-slider.site-slide-caption-dt-ml .site-slider-image-block .site-slider-more-desc,
.cta-slider.site-slide-caption-dt-ml .site-slide-link .site-slider-more-desc, .cta-slider.site-slide-caption-dt-mr .site-slider-image-block .site-slider-more-desc,
.cta-slider.site-slide-caption-dt-mr .site-slide-link .site-slider-more-desc, .cta-slider.site-slide-caption-dt-mc .site-slider-image-block .site-slider-more-desc,
.cta-slider.site-slide-caption-dt-mc .site-slide-link .site-slider-more-desc {
  background: #0e204a;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(14, 32, 74, 0.6) 87%);
}
.cta-slider.site-slide-caption-dt-ml .site-slide .site-slider-more-desc .site-slider-more-desc-data,
.cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slider-more-desc .site-slider-more-desc-data {
  align-items: flex-start !important;
}
.cta-slider.site-slide-caption-dt-ml .site-slider-image-block .site-slider-more-desc,
.cta-slider.site-slide-caption-dt-ml .site-slide-link .site-slider-more-desc {
  background: #0e204a;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(14, 32, 74, 0.6) 87%);
}
.cta-slider.site-slide-caption-dt-tl .site-slide .site-slider-more-desc .site-slider-more-desc-data,
.cta-slider.site-slide-caption-dt-tl .site-slider-pop-wrapper .site-slider-more-desc .site-slider-more-desc-data, .cta-slider.site-slide-caption-dt-tc .site-slide .site-slider-more-desc .site-slider-more-desc-data,
.cta-slider.site-slide-caption-dt-tc .site-slider-pop-wrapper .site-slider-more-desc .site-slider-more-desc-data, .cta-slider.site-slide-caption-dt-tr .site-slide .site-slider-more-desc .site-slider-more-desc-data,
.cta-slider.site-slide-caption-dt-tr .site-slider-pop-wrapper .site-slider-more-desc .site-slider-more-desc-data {
  justify-content: flex-start !important;
}
.cta-slider.site-slide-caption-dt-tl .site-slide .site-slider-image-block,
.cta-slider.site-slide-caption-dt-tl .site-slide .site-slider-pop-img,
.cta-slider.site-slide-caption-dt-tl .site-slide > .site-slide-link,
.cta-slider.site-slide-caption-dt-tl .site-slider-pop-wrapper .site-slider-image-block,
.cta-slider.site-slide-caption-dt-tl .site-slider-pop-wrapper .site-slider-pop-img,
.cta-slider.site-slide-caption-dt-tl .site-slider-pop-wrapper > .site-slide-link, .cta-slider.site-slide-caption-dt-tc .site-slide .site-slider-image-block,
.cta-slider.site-slide-caption-dt-tc .site-slide .site-slider-pop-img,
.cta-slider.site-slide-caption-dt-tc .site-slide > .site-slide-link,
.cta-slider.site-slide-caption-dt-tc .site-slider-pop-wrapper .site-slider-image-block,
.cta-slider.site-slide-caption-dt-tc .site-slider-pop-wrapper .site-slider-pop-img,
.cta-slider.site-slide-caption-dt-tc .site-slider-pop-wrapper > .site-slide-link, .cta-slider.site-slide-caption-dt-tr .site-slide .site-slider-image-block,
.cta-slider.site-slide-caption-dt-tr .site-slide .site-slider-pop-img,
.cta-slider.site-slide-caption-dt-tr .site-slide > .site-slide-link,
.cta-slider.site-slide-caption-dt-tr .site-slider-pop-wrapper .site-slider-image-block,
.cta-slider.site-slide-caption-dt-tr .site-slider-pop-wrapper .site-slider-pop-img,
.cta-slider.site-slide-caption-dt-tr .site-slider-pop-wrapper > .site-slide-link {
  order: 2;
}
.cta-slider.site-slide-caption-dt-tl .site-slide .site-slider-image-block,
.cta-slider.site-slide-caption-dt-tl .site-slide .site-slider-pop-img,
.cta-slider.site-slide-caption-dt-tl .site-slider-pop-wrapper .site-slider-image-block,
.cta-slider.site-slide-caption-dt-tl .site-slider-pop-wrapper .site-slider-pop-img, .cta-slider.site-slide-caption-dt-tc .site-slide .site-slider-image-block,
.cta-slider.site-slide-caption-dt-tc .site-slide .site-slider-pop-img,
.cta-slider.site-slide-caption-dt-tc .site-slider-pop-wrapper .site-slider-image-block,
.cta-slider.site-slide-caption-dt-tc .site-slider-pop-wrapper .site-slider-pop-img, .cta-slider.site-slide-caption-dt-tr .site-slide .site-slider-image-block,
.cta-slider.site-slide-caption-dt-tr .site-slide .site-slider-pop-img,
.cta-slider.site-slide-caption-dt-tr .site-slider-pop-wrapper .site-slider-image-block,
.cta-slider.site-slide-caption-dt-tr .site-slider-pop-wrapper .site-slider-pop-img {
  z-index: -1;
}
.cta-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption,
.cta-slider.site-slide-caption-dt-tl .site-slide .site-slider-pop-caption,
.cta-slider.site-slide-caption-dt-tl .site-slider-pop-wrapper .site-slider-caption,
.cta-slider.site-slide-caption-dt-tl .site-slider-pop-wrapper .site-slider-pop-caption, .cta-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption,
.cta-slider.site-slide-caption-dt-tc .site-slide .site-slider-pop-caption,
.cta-slider.site-slide-caption-dt-tc .site-slider-pop-wrapper .site-slider-caption,
.cta-slider.site-slide-caption-dt-tc .site-slider-pop-wrapper .site-slider-pop-caption, .cta-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption,
.cta-slider.site-slide-caption-dt-tr .site-slide .site-slider-pop-caption,
.cta-slider.site-slide-caption-dt-tr .site-slider-pop-wrapper .site-slider-caption,
.cta-slider.site-slide-caption-dt-tr .site-slider-pop-wrapper .site-slider-pop-caption {
  order: 1;
}
.cta-slider.site-slide-caption-dt-tl .site-slide .site-slider-image-block .site-slider-more-desc,
.cta-slider.site-slide-caption-dt-tl .site-slide .site-slide-link .site-slider-more-desc,
.cta-slider.site-slide-caption-dt-tl .site-slider-pop-wrapper .site-slider-image-block .site-slider-more-desc,
.cta-slider.site-slide-caption-dt-tl .site-slider-pop-wrapper .site-slide-link .site-slider-more-desc, .cta-slider.site-slide-caption-dt-tc .site-slide .site-slider-image-block .site-slider-more-desc,
.cta-slider.site-slide-caption-dt-tc .site-slide .site-slide-link .site-slider-more-desc,
.cta-slider.site-slide-caption-dt-tc .site-slider-pop-wrapper .site-slider-image-block .site-slider-more-desc,
.cta-slider.site-slide-caption-dt-tc .site-slider-pop-wrapper .site-slide-link .site-slider-more-desc, .cta-slider.site-slide-caption-dt-tr .site-slide .site-slider-image-block .site-slider-more-desc,
.cta-slider.site-slide-caption-dt-tr .site-slide .site-slide-link .site-slider-more-desc,
.cta-slider.site-slide-caption-dt-tr .site-slider-pop-wrapper .site-slider-image-block .site-slider-more-desc,
.cta-slider.site-slide-caption-dt-tr .site-slider-pop-wrapper .site-slide-link .site-slider-more-desc {
  background: #0e204a;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(14, 32, 74, 0.6) 87%);
}
.cta-slider.split-text .site-slide .site-slider-more-desc .site-slider-more-desc-data,
.cta-slider.split-text .site-slider-pop-wrapper .site-slider-more-desc .site-slider-more-desc-data {
  justify-content: space-between !important;
  align-items: left !important;
  text-align: left !important;
}
.cta-slider.site-slider-popup .site-slider-pop-img img {
  margin: 0;
  width: 100%;
  object-fit: cover;
}
.cta-slider .slick-dots {
  bottom: -36px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100% !important;
}
.cta-slider.arrow .site-slide .site-slide-link {
  width: 100%;
}
.cta-slider.arrow .site-slide.site-slider-with-image:not(.site-gallery-parallax):not(.site-gallery-bg) {
  position: relative;
}
.cta-slider.arrow .site-slide.site-slider-with-image:not(.site-gallery-parallax):not(.site-gallery-bg) .cta-arrow {
  width: 50px;
  height: 50px;
  display: block;
  background-color: #00478e;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cta-slider.arrow .site-slide.site-slider-with-image:not(.site-gallery-parallax):not(.site-gallery-bg) .cta-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #c09a5d;
  display: block;
  transition: 0.5s ease all;
}
.cta-slider.arrow .site-slide.site-slider-with-image:not(.site-gallery-parallax):not(.site-gallery-bg) .cta-arrow::after {
  content: "\ea3c";
  color: #ffffff;
  z-index: 1;
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cta-slider.arrow .site-slide.site-slider-with-image:not(.site-gallery-parallax):not(.site-gallery-bg):hover .cta-arrow::before {
  width: 100%;
  transition: 0.5s ease all;
}
.cta-slider.arrow.site-slide-caption-dt-br .cta-arrow, .cta-slider.arrow.site-slide-caption-dt-tr .cta-arrow {
  margin-left: auto;
}
.cta-slider.arrow.site-slide-caption-dt-tc .cta-arrow, .cta-slider.arrow.site-slide-caption-dt-mc .cta-arrow {
  margin-left: auto;
  margin-right: auto;
}
.cta-slider.no-camera .site-slider-caption {
  display: none !important;
}
.cta-slider.no-gradient .site-slider-image-block .site-slider-more-desc {
  background: transparent !important;
}

@media (min-width: 600px) {
  .cta-slider.site-slide-caption-dt-mr .site-slide .site-slide-link, .cta-slider.site-slide-caption-dt-mr .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg),
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slide-link,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg), .cta-slider.site-slide-caption-dt-ml .site-slide .site-slide-link, .cta-slider.site-slide-caption-dt-ml .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg),
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slide-link,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) {
    flex-direction: row;
  }
  .cta-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-image-block, .cta-slider.site-slide-caption-dt-mr .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-image-block,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slide-link .site-slider-image-block,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-image-block, .cta-slider.site-slide-caption-dt-ml .site-slide .site-slide-link .site-slider-image-block, .cta-slider.site-slide-caption-dt-ml .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-image-block,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slide-link .site-slider-image-block,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-image-block {
    width: calc(100% - 50px);
  }
  .cta-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption,
  .cta-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-pop-caption, .cta-slider.site-slide-caption-dt-mr .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption,
  .cta-slider.site-slide-caption-dt-mr .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slide-link .site-slider-caption,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slide-link .site-slider-pop-caption,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption, .cta-slider.site-slide-caption-dt-ml .site-slide .site-slide-link .site-slider-caption,
  .cta-slider.site-slide-caption-dt-ml .site-slide .site-slide-link .site-slider-pop-caption, .cta-slider.site-slide-caption-dt-ml .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption,
  .cta-slider.site-slide-caption-dt-ml .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slide-link .site-slider-caption,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slide-link .site-slider-pop-caption,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption {
    top: 0;
    right: 0;
    writing-mode: vertical-lr;
    max-height: 75%;
    align-self: flex-end;
    width: 50px;
  }
  .cta-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption .site-slider-caption-block,
  .cta-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-pop-caption .site-slider-caption-block,
  .cta-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-pop-caption .site-slider-pop-title, .cta-slider.site-slide-caption-dt-mr .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-caption-block,
  .cta-slider.site-slide-caption-dt-mr .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-mr .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-caption-block,
  .cta-slider.site-slide-caption-dt-mr .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slide-link .site-slider-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slide-link .site-slider-pop-caption .site-slider-caption-block,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slide-link .site-slider-pop-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-caption-block,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-caption-block,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-pop-title, .cta-slider.site-slide-caption-dt-ml .site-slide .site-slide-link .site-slider-caption .site-slider-caption-block,
  .cta-slider.site-slide-caption-dt-ml .site-slide .site-slide-link .site-slider-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-ml .site-slide .site-slide-link .site-slider-pop-caption .site-slider-caption-block,
  .cta-slider.site-slide-caption-dt-ml .site-slide .site-slide-link .site-slider-pop-caption .site-slider-pop-title, .cta-slider.site-slide-caption-dt-ml .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-caption-block,
  .cta-slider.site-slide-caption-dt-ml .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-ml .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-caption-block,
  .cta-slider.site-slide-caption-dt-ml .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slide-link .site-slider-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slide-link .site-slider-pop-caption .site-slider-caption-block,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slide-link .site-slider-pop-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-caption-block,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-caption-block,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-pop-title {
    padding-left: 0 !important;
    width: 100%;
    padding-right: 0 !important;
  }
  .cta-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption .site-slider-caption-block::before,
  .cta-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption .site-slider-pop-title::before,
  .cta-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-pop-caption .site-slider-caption-block::before,
  .cta-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-pop-caption .site-slider-pop-title::before, .cta-slider.site-slide-caption-dt-mr .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-caption-block::before,
  .cta-slider.site-slide-caption-dt-mr .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-pop-title::before,
  .cta-slider.site-slide-caption-dt-mr .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-caption-block::before,
  .cta-slider.site-slide-caption-dt-mr .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-pop-title::before,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block::before,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slide-link .site-slider-caption .site-slider-pop-title::before,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slide-link .site-slider-pop-caption .site-slider-caption-block::before,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slide-link .site-slider-pop-caption .site-slider-pop-title::before,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-caption-block::before,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-pop-title::before,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-caption-block::before,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-pop-title::before, .cta-slider.site-slide-caption-dt-ml .site-slide .site-slide-link .site-slider-caption .site-slider-caption-block::before,
  .cta-slider.site-slide-caption-dt-ml .site-slide .site-slide-link .site-slider-caption .site-slider-pop-title::before,
  .cta-slider.site-slide-caption-dt-ml .site-slide .site-slide-link .site-slider-pop-caption .site-slider-caption-block::before,
  .cta-slider.site-slide-caption-dt-ml .site-slide .site-slide-link .site-slider-pop-caption .site-slider-pop-title::before, .cta-slider.site-slide-caption-dt-ml .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-caption-block::before,
  .cta-slider.site-slide-caption-dt-ml .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-pop-title::before,
  .cta-slider.site-slide-caption-dt-ml .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-caption-block::before,
  .cta-slider.site-slide-caption-dt-ml .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-pop-title::before,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block::before,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slide-link .site-slider-caption .site-slider-pop-title::before,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slide-link .site-slider-pop-caption .site-slider-caption-block::before,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slide-link .site-slider-pop-caption .site-slider-pop-title::before,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-caption-block::before,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-pop-title::before,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-caption-block::before,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-pop-title::before {
    height: 50px;
    width: 100%;
    top: -50px;
  }
  .cta-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption .site-slider-capton-data,
  .cta-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-pop-caption .site-slider-capton-data,
  .cta-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-pop-caption .site-slider-pop-title, .cta-slider.site-slide-caption-dt-mr .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-capton-data,
  .cta-slider.site-slide-caption-dt-mr .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-mr .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-capton-data,
  .cta-slider.site-slide-caption-dt-mr .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slide-link .site-slider-caption .site-slider-capton-data,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slide-link .site-slider-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slide-link .site-slider-pop-caption .site-slider-capton-data,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slide-link .site-slider-pop-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-capton-data,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-capton-data,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-pop-title, .cta-slider.site-slide-caption-dt-ml .site-slide .site-slide-link .site-slider-caption .site-slider-capton-data,
  .cta-slider.site-slide-caption-dt-ml .site-slide .site-slide-link .site-slider-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-ml .site-slide .site-slide-link .site-slider-pop-caption .site-slider-capton-data,
  .cta-slider.site-slide-caption-dt-ml .site-slide .site-slide-link .site-slider-pop-caption .site-slider-pop-title, .cta-slider.site-slide-caption-dt-ml .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-capton-data,
  .cta-slider.site-slide-caption-dt-ml .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-ml .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-capton-data,
  .cta-slider.site-slide-caption-dt-ml .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slide-link .site-slider-caption .site-slider-capton-data,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slide-link .site-slider-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slide-link .site-slider-pop-caption .site-slider-capton-data,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slide-link .site-slider-pop-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-capton-data,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-slider-pop-title,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-capton-data,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption .site-slider-pop-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cta-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-image-block,
  .cta-slider.site-slide-caption-dt-mr .site-slide .site-slide-link .site-slider-pop-img, .cta-slider.site-slide-caption-dt-mr .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-image-block,
  .cta-slider.site-slide-caption-dt-mr .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-img,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slide-link .site-slider-image-block,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slide-link .site-slider-pop-img,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-image-block,
  .cta-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-img, .cta-slider.site-slide-caption-dt-ml .site-slide .site-slide-link .site-slider-image-block,
  .cta-slider.site-slide-caption-dt-ml .site-slide .site-slide-link .site-slider-pop-img, .cta-slider.site-slide-caption-dt-ml .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-image-block,
  .cta-slider.site-slide-caption-dt-ml .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-img,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slide-link .site-slider-image-block,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slide-link .site-slider-pop-img,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-image-block,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-img {
    flex: 1;
  }
  .cta-slider.site-slide-caption-dt-mr .slick-arrow.slick-prev, .cta-slider.site-slide-caption-dt-ml .slick-arrow.slick-prev {
    left: -60px;
  }
  .cta-slider.site-slide-caption-dt-mr .slick-arrow.slick-next, .cta-slider.site-slide-caption-dt-ml .slick-arrow.slick-next {
    right: -60px;
  }
  .cta-slider.site-slide-caption-dt-mr.caption-middle-top .site-slide .site-slide-link .site-slider-caption,
  .cta-slider.site-slide-caption-dt-mr.caption-middle-top .site-slide .site-slide-link .site-slider-pop-caption, .cta-slider.site-slide-caption-dt-mr.caption-middle-top .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption,
  .cta-slider.site-slide-caption-dt-mr.caption-middle-top .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption,
  .cta-slider.site-slide-caption-dt-mr.caption-middle-top .site-slider-pop-wrapper .site-slide-link .site-slider-caption,
  .cta-slider.site-slide-caption-dt-mr.caption-middle-top .site-slider-pop-wrapper .site-slide-link .site-slider-pop-caption,
  .cta-slider.site-slide-caption-dt-mr.caption-middle-top .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption,
  .cta-slider.site-slide-caption-dt-mr.caption-middle-top .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption, .cta-slider.site-slide-caption-dt-ml.caption-middle-top .site-slide .site-slide-link .site-slider-caption,
  .cta-slider.site-slide-caption-dt-ml.caption-middle-top .site-slide .site-slide-link .site-slider-pop-caption, .cta-slider.site-slide-caption-dt-ml.caption-middle-top .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption,
  .cta-slider.site-slide-caption-dt-ml.caption-middle-top .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption,
  .cta-slider.site-slide-caption-dt-ml.caption-middle-top .site-slider-pop-wrapper .site-slide-link .site-slider-caption,
  .cta-slider.site-slide-caption-dt-ml.caption-middle-top .site-slider-pop-wrapper .site-slide-link .site-slider-pop-caption,
  .cta-slider.site-slide-caption-dt-ml.caption-middle-top .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption,
  .cta-slider.site-slide-caption-dt-ml.caption-middle-top .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption {
    align-self: flex-start;
  }
  .cta-slider.site-slide-caption-dt-ml .site-slider-image-block,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-img {
    order: 2;
  }
  .cta-slider.site-slide-caption-dt-ml .site-slider-caption,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-caption {
    transform: rotate(180deg) !important;
    margin-bottom: 50px;
    order: 1;
  }
  .cta-slider.site-slide-caption-dt-ml .site-slider-caption .site-slider-caption-block::before,
  .cta-slider.site-slide-caption-dt-ml .site-slider-caption .site-slider-pop-title::before,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-caption .site-slider-caption-block::before,
  .cta-slider.site-slide-caption-dt-ml .site-slider-pop-caption .site-slider-pop-title::before {
    bottom: -50px;
    top: auto;
    transform: rotate(180deg);
    justify-content: flex-end;
  }
  .cta-slider.site-full-width-block .slick-arrow.slick-prev, .cta-slider.site-full-width-content .slick-arrow.slick-prev {
    left: 20px !important;
  }
  .cta-slider.site-full-width-block .slick-arrow.slick-next, .cta-slider.site-full-width-content .slick-arrow.slick-next {
    right: 20px !important;
  }
  .cta-slider.site-slide-caption-dt-mr.caption-middle-top .site-slide .site-slide-link .site-slider-caption,
  .cta-slider.site-slide-caption-dt-mr.caption-middle-top .site-slide .site-slide-link .site-slider-pop-caption, .cta-slider.site-slide-caption-dt-mr.caption-middle-top .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption,
  .cta-slider.site-slide-caption-dt-mr.caption-middle-top .site-slide.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption,
  .cta-slider.site-slide-caption-dt-mr.caption-middle-top .site-slider-pop-wrapper .site-slide-link .site-slider-caption,
  .cta-slider.site-slide-caption-dt-mr.caption-middle-top .site-slider-pop-wrapper .site-slide-link .site-slider-pop-caption,
  .cta-slider.site-slide-caption-dt-mr.caption-middle-top .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption,
  .cta-slider.site-slide-caption-dt-mr.caption-middle-top .site-slider-pop-wrapper.site-slider-with-image:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-pop-caption {
    top: 50px;
  }
}
.cta-slider.site-video-container .marker {
  padding: 10px 20px 10px 70px !important;
  background-color: #0e204a !important;
  position: relative;
  z-index: 1;
  font-size: 13px;
  line-height: 23px !important;
  color: #ffffff !important;
  display: inline-block;
}
.cta-slider.site-video-container .marker :not(var):not(.marker):not([class^=site-button]) {
  color: #ffffff !important;
}
.cta-slider.site-video-container .marker::before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e914" !important;
  width: 50px;
  height: 100%;
  padding: 12.5px;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #c09a5d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
}

/** @format */
.key-facts {
  margin-bottom: 0 !important;
}
.key-facts tr:nth-child(2n) {
  background-color: transparent !important;
}
.key-facts tbody td {
  white-space: normal;
}
.key-facts tbody td > :first-child {
  margin-top: 0;
}
.key-facts tbody td > :last-child {
  margin-bottom: 0;
}
.key-facts tbody > tr {
  display: flex;
  flex-wrap: wrap;
}
.key-facts tbody > tr > td {
  flex: 0 0 50%;
  width: 50%;
  display: block;
  text-align: left;
}
.key-facts tbody > tr > td:first-child {
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 600px) {
  .key-facts tbody {
    display: flex;
    flex-wrap: wrap;
  }
  .key-facts tbody > tr {
    flex: 0 0 50%;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #c09a5d;
  }
}
@media (min-width: 1500px) {
  .key-facts tbody > tr {
    flex: 0 0 25%;
    width: 25%;
  }
}

/** @format */
.custom-tabs {
  display: flex;
  flex-direction: column;
  flex-wrap: initial !important;
  flex-direction: column;
}
.custom-tabs .slick-slider {
  max-width: 100% !important;
}
.custom-tabs .site-slider-tab-list {
  margin-bottom: 0 !important;
}
.custom-tabs .site-slider-tab-list .site-slider-image {
  height: 100%;
  object-fit: cover;
}
.custom-tabs .site-slider-tab-list .site-slider-video-block .site-slider-video {
  width: 100%;
}
.custom-tabs.gallery-video-stop .site-slider-video-block {
  position: relative;
  height: inherit;
  margin: auto;
}
.custom-tabs.gallery-video-stop .site-slider-video-block::before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea1c";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: 0.5s ease all;
  color: #0e204a;
}
.custom-tabs.gallery-video-stop .site-slider-video-block:hover {
  cursor: pointer;
}
.custom-tabs.gallery-video-stop .site-slider-video-block:hover::before {
  border-top-right-radius: 100px;
  transition: 0.5s ease all;
}
.custom-tabs.gallery-video-stop .site-slider-video-block.playing::before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea1d";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: 0.5s ease all;
  color: #0e204a;
}
.custom-tabs .site-slider-tab-content-list {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .custom-tabs .site-slider-tab-content-list .slick-track {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .custom-tabs .site-slider-tab-content-list .site-slider-tab-content:not(:first-child) {
    margin-left: 20px;
  }
}
.custom-tabs .site-slider-tab-content-list .site-slider-tab-content p var {
  font-size: calc(1rem + 4px);
  line-height: calc(1.4375rem + 4px);
  text-transform: uppercase;
  font-weight: 300;
  color: #6b6b6b;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
  display: inline-block;
  transition: 0.3s ease all;
}
.custom-tabs .site-slider-tab-content-list .site-slider-tab-content p var:hover {
  border-color: #c09a5d;
  transition: 0.3s ease all;
}
.custom-tabs .site-slider-tab-content-list .site-slider-tab-content.slick-current p var, .custom-tabs .site-slider-tab-content-list .site-slider-tab-content.dummy-current p var {
  font-weight: bold;
  border-color: #c09a5d;
  transition: 0.3s ease all;
}
.custom-tabs .site-slider-tab-content-list .site-slider-tab-content.dummy-current {
  transition: none !important;
}
.custom-tabs .site-slider-tab-content-list {
  order: 2;
  margin-bottom: 0 !important;
  width: 100%;
}
.custom-tabs .site-slider-tab-content-list .slick-track .site-slider-tab-content {
  text-align: center;
}
.custom-tabs .site-slider-tab-list {
  order: 1;
  width: 100%;
}
.custom-tabs.site-slider-tab-dt-top {
  flex-direction: column;
}
.custom-tabs.site-slider-tab-dt-top .site-slider-tab-content-list {
  order: 1;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  width: 100%;
}
.custom-tabs.site-slider-tab-dt-top .site-slider-tab-content-list .slick-track .site-slider-tab-content {
  text-align: center;
}
@media (min-width: 768px) {
  .custom-tabs.site-slider-tab-dt-top .site-slider-tab-content-list {
    margin-bottom: 50px !important;
  }
}
.custom-tabs.site-slider-tab-dt-top .site-slider-tab-list {
  order: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .custom-tabs.site-slider-tab-dt-left:not(.with-thumbnails) {
    flex-direction: row;
  }
}
.custom-tabs.site-slider-tab-dt-left:not(.with-thumbnails) .site-slider-tab-list {
  order: 2;
}
@media (min-width: 768px) {
  .custom-tabs.site-slider-tab-dt-left:not(.with-thumbnails) .site-slider-tab-list {
    width: 75%;
  }
}
.custom-tabs.site-slider-tab-dt-left:not(.with-thumbnails) .site-slider-tab-content-list {
  margin: 0 !important;
  order: 1;
  padding-left: 0;
}
@media (min-width: 768px) {
  .custom-tabs.site-slider-tab-dt-left:not(.with-thumbnails) .site-slider-tab-content-list {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .custom-tabs.site-slider-tab-dt-left:not(.with-thumbnails) .site-slider-tab-content-list .slick-track {
    flex-wrap: wrap;
    flex-direction: column;
    left: 0 !important;
    padding-right: 50px;
  }
}
.custom-tabs.site-slider-tab-dt-left:not(.with-thumbnails) .site-slider-tab-content-list .slick-track .site-slider-tab-content {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .custom-tabs.site-slider-tab-dt-right:not(.with-thumbnails) {
    flex-direction: row;
  }
}
.custom-tabs.site-slider-tab-dt-right:not(.with-thumbnails) .site-slider-tab-list {
  order: 1;
}
@media (min-width: 768px) {
  .custom-tabs.site-slider-tab-dt-right:not(.with-thumbnails) .site-slider-tab-list {
    width: 75%;
  }
}
.custom-tabs.site-slider-tab-dt-right:not(.with-thumbnails) .site-slider-tab-content-list {
  margin: 0 !important;
  order: 2;
}
@media (min-width: 768px) {
  .custom-tabs.site-slider-tab-dt-right:not(.with-thumbnails) .site-slider-tab-content-list {
    width: 25%;
  }
}
.custom-tabs.site-slider-tab-dt-right:not(.with-thumbnails) .site-slider-tab-content-list .slick-track {
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 50px;
}
.custom-tabs.site-slider-tab-dt-right:not(.with-thumbnails) .site-slider-tab-content-list .slick-track .site-slider-tab-content {
  padding-bottom: 20px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .custom-tabs.site-slider-tab-dt-right:not(.with-thumbnails) .site-slider-tab-content-list .slick-track .site-slider-tab-content {
    width: 90% !important;
    text-align: right;
    padding-bottom: 0;
  }
}
.custom-tabs:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide {
  display: flex !important;
  flex-wrap: wrap;
}
.custom-tabs:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide::after {
  display: none;
}
.custom-tabs:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block,
.custom-tabs:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-video-block {
  max-width: 50%;
  flex: 0 0 50%;
}
.custom-tabs:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block {
  position: relative;
}
.custom-tabs:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.custom-tabs:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video::before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea1c";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: 0.5s ease all;
  color: #0e204a;
}
.custom-tabs:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video:hover::before {
  border-top-right-radius: 100px;
  transition: 0.5s ease all;
}
.custom-tabs:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
  position: relative;
  max-width: 50%;
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-end;
  top: 0 !important;
  transform: none !important;
}
@media (min-width: 768px) {
  .custom-tabs:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    padding: 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .custom-tabs:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    padding: 0 20px 0 20px;
  }
}
.custom-tabs:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption .site-slider-capton-data {
  color: inherit;
  text-align: left;
}
@media (max-width: 767px) {
  .custom-tabs:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block,
  .custom-tabs:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-video-block,
  .custom-tabs:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.custom-tabs.categorised .site-slider-caption {
  display: flex;
  justify-content: flex-end;
  top: 0 !important;
  transform: none !important;
  padding: 20px;
  height: 100%;
  width: 100% !important;
}
.custom-tabs.categorised .site-slider-caption .site-slider-capton-data {
  text-align: left !important;
}
.custom-tabs.categorised .site-slider-caption .site-slider-capton-data table tbody,
.custom-tabs.categorised .site-slider-caption .site-slider-capton-data table tr,
.custom-tabs.categorised .site-slider-caption .site-slider-capton-data table td {
  width: 100%;
  display: block;
}
@media (max-width: 599px) {
  .custom-tabs.categorised .site-slider-tab-list .site-slider-caption.tab-has-popup-link .site-slider-capton-data table tbody tr:first-child {
    width: auto;
  }
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-mob-top .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-mob-top .site-slide .site-slider-video-block {
    order: 2 !important;
  }
  .custom-tabs.site-slide-caption-mob-top .site-slide .site-slider-caption {
    order: 1 !important;
  }
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-mob-bottom .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-mob-bottom .site-slide .site-slider-video-block {
    order: 1 !important;
  }
  .custom-tabs.site-slide-caption-mob-bottom .site-slide .site-slider-caption {
    order: 2 !important;
  }
}
.custom-tabs.site-slide-caption-dt-tl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide {
  display: flex !important;
  flex-wrap: wrap;
}
.custom-tabs.site-slide-caption-dt-tl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide::after {
  display: none;
}
.custom-tabs.site-slide-caption-dt-tl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block,
.custom-tabs.site-slide-caption-dt-tl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-video-block {
  max-width: 50%;
  flex: 0 0 50%;
  order: 2;
}
.custom-tabs.site-slide-caption-dt-tl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block {
  position: relative;
}
.custom-tabs.site-slide-caption-dt-tl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.custom-tabs.site-slide-caption-dt-tl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video::before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea1c";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: 0.5s ease all;
  color: #0e204a;
}
.custom-tabs.site-slide-caption-dt-tl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video:hover::before {
  border-top-right-radius: 100px;
  transition: 0.5s ease all;
}
.custom-tabs.site-slide-caption-dt-tl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
  position: relative;
  max-width: 50%;
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-start;
  top: 0 !important;
  transform: none !important;
  order: 1;
}
@media (min-width: 768px) {
  .custom-tabs.site-slide-caption-dt-tl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    padding: 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .custom-tabs.site-slide-caption-dt-tl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    padding: 0 20px 0 20px;
  }
}
.custom-tabs.site-slide-caption-dt-tl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption .site-slider-capton-data {
  color: inherit;
  text-align: left;
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-tl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-tl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-video-block,
  .custom-tabs.site-slide-caption-dt-tl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.custom-tabs.site-slide-caption-dt-tl.categorised .site-slider-caption {
  display: flex;
  justify-content: flex-start;
  top: 0 !important;
  transform: none !important;
  padding: 20px;
  height: 100%;
  width: 100% !important;
}
.custom-tabs.site-slide-caption-dt-tl.categorised .site-slider-caption .site-slider-capton-data {
  text-align: left !important;
}
.custom-tabs.site-slide-caption-dt-tl.categorised .site-slider-caption .site-slider-capton-data table tbody,
.custom-tabs.site-slide-caption-dt-tl.categorised .site-slider-caption .site-slider-capton-data table tr,
.custom-tabs.site-slide-caption-dt-tl.categorised .site-slider-caption .site-slider-capton-data table td {
  width: 100%;
  display: block;
}
@media (max-width: 599px) {
  .custom-tabs.site-slide-caption-dt-tl.categorised .site-slider-tab-list .site-slider-caption.tab-has-popup-link .site-slider-capton-data table tbody tr:first-child {
    width: auto;
  }
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-tl.site-slide-caption-mob-top .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-tl.site-slide-caption-mob-top .site-slide .site-slider-video-block {
    order: 2 !important;
  }
  .custom-tabs.site-slide-caption-dt-tl.site-slide-caption-mob-top .site-slide .site-slider-caption {
    order: 1 !important;
  }
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-tl.site-slide-caption-mob-bottom .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-tl.site-slide-caption-mob-bottom .site-slide .site-slider-video-block {
    order: 1 !important;
  }
  .custom-tabs.site-slide-caption-dt-tl.site-slide-caption-mob-bottom .site-slide .site-slider-caption {
    order: 2 !important;
  }
}
.custom-tabs.site-slide-caption-dt-tc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide {
  display: flex !important;
  flex-wrap: wrap;
}
.custom-tabs.site-slide-caption-dt-tc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide::after {
  display: none;
}
.custom-tabs.site-slide-caption-dt-tc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block,
.custom-tabs.site-slide-caption-dt-tc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-video-block {
  max-width: 50%;
  flex: 0 0 50%;
  order: 2;
}
.custom-tabs.site-slide-caption-dt-tc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block {
  position: relative;
}
.custom-tabs.site-slide-caption-dt-tc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.custom-tabs.site-slide-caption-dt-tc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video::before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea1c";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: 0.5s ease all;
  color: #0e204a;
}
.custom-tabs.site-slide-caption-dt-tc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video:hover::before {
  border-top-right-radius: 100px;
  transition: 0.5s ease all;
}
.custom-tabs.site-slide-caption-dt-tc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
  position: relative;
  max-width: 50%;
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-start;
  top: 0 !important;
  transform: none !important;
  order: 1;
}
@media (min-width: 768px) {
  .custom-tabs.site-slide-caption-dt-tc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    padding: 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .custom-tabs.site-slide-caption-dt-tc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    padding: 0 20px 0 20px;
  }
}
.custom-tabs.site-slide-caption-dt-tc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption .site-slider-capton-data {
  color: inherit;
  text-align: center;
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-tc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-tc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-video-block,
  .custom-tabs.site-slide-caption-dt-tc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.custom-tabs.site-slide-caption-dt-tc.categorised .site-slider-caption {
  display: flex;
  justify-content: flex-start;
  top: 0 !important;
  transform: none !important;
  padding: 20px;
  height: 100%;
  width: 100% !important;
}
.custom-tabs.site-slide-caption-dt-tc.categorised .site-slider-caption .site-slider-capton-data {
  text-align: center !important;
}
.custom-tabs.site-slide-caption-dt-tc.categorised .site-slider-caption .site-slider-capton-data table tbody,
.custom-tabs.site-slide-caption-dt-tc.categorised .site-slider-caption .site-slider-capton-data table tr,
.custom-tabs.site-slide-caption-dt-tc.categorised .site-slider-caption .site-slider-capton-data table td {
  width: 100%;
  display: block;
}
@media (max-width: 599px) {
  .custom-tabs.site-slide-caption-dt-tc.categorised .site-slider-tab-list .site-slider-caption.tab-has-popup-link .site-slider-capton-data table tbody tr:first-child {
    width: auto;
  }
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-tc.site-slide-caption-mob-top .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-tc.site-slide-caption-mob-top .site-slide .site-slider-video-block {
    order: 2 !important;
  }
  .custom-tabs.site-slide-caption-dt-tc.site-slide-caption-mob-top .site-slide .site-slider-caption {
    order: 1 !important;
  }
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-tc.site-slide-caption-mob-bottom .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-tc.site-slide-caption-mob-bottom .site-slide .site-slider-video-block {
    order: 1 !important;
  }
  .custom-tabs.site-slide-caption-dt-tc.site-slide-caption-mob-bottom .site-slide .site-slider-caption {
    order: 2 !important;
  }
}
.custom-tabs.site-slide-caption-dt-tr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide {
  display: flex !important;
  flex-wrap: wrap;
}
.custom-tabs.site-slide-caption-dt-tr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide::after {
  display: none;
}
.custom-tabs.site-slide-caption-dt-tr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block,
.custom-tabs.site-slide-caption-dt-tr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-video-block {
  max-width: 50%;
  flex: 0 0 50%;
}
.custom-tabs.site-slide-caption-dt-tr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block {
  position: relative;
}
.custom-tabs.site-slide-caption-dt-tr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.custom-tabs.site-slide-caption-dt-tr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video::before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea1c";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: 0.5s ease all;
  color: #0e204a;
}
.custom-tabs.site-slide-caption-dt-tr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video:hover::before {
  border-top-right-radius: 100px;
  transition: 0.5s ease all;
}
.custom-tabs.site-slide-caption-dt-tr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
  position: relative;
  max-width: 50%;
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-start;
  top: 0 !important;
  transform: none !important;
}
@media (min-width: 768px) {
  .custom-tabs.site-slide-caption-dt-tr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    padding: 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .custom-tabs.site-slide-caption-dt-tr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    padding: 0 20px 0 20px;
  }
}
.custom-tabs.site-slide-caption-dt-tr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption .site-slider-capton-data {
  color: inherit;
  text-align: right;
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-tr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-tr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-video-block,
  .custom-tabs.site-slide-caption-dt-tr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.custom-tabs.site-slide-caption-dt-tr.categorised .site-slider-caption {
  display: flex;
  justify-content: flex-start;
  top: 0 !important;
  transform: none !important;
  padding: 20px;
  height: 100%;
  width: 100% !important;
}
.custom-tabs.site-slide-caption-dt-tr.categorised .site-slider-caption .site-slider-capton-data {
  text-align: right !important;
}
.custom-tabs.site-slide-caption-dt-tr.categorised .site-slider-caption .site-slider-capton-data table tbody,
.custom-tabs.site-slide-caption-dt-tr.categorised .site-slider-caption .site-slider-capton-data table tr,
.custom-tabs.site-slide-caption-dt-tr.categorised .site-slider-caption .site-slider-capton-data table td {
  width: 100%;
  display: block;
}
@media (max-width: 599px) {
  .custom-tabs.site-slide-caption-dt-tr.categorised .site-slider-tab-list .site-slider-caption.tab-has-popup-link .site-slider-capton-data table tbody tr:first-child {
    width: auto;
  }
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-tr.site-slide-caption-mob-top .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-tr.site-slide-caption-mob-top .site-slide .site-slider-video-block {
    order: 2 !important;
  }
  .custom-tabs.site-slide-caption-dt-tr.site-slide-caption-mob-top .site-slide .site-slider-caption {
    order: 1 !important;
  }
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-tr.site-slide-caption-mob-bottom .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-tr.site-slide-caption-mob-bottom .site-slide .site-slider-video-block {
    order: 1 !important;
  }
  .custom-tabs.site-slide-caption-dt-tr.site-slide-caption-mob-bottom .site-slide .site-slider-caption {
    order: 2 !important;
  }
}
.custom-tabs.site-slide-caption-dt-ml:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide {
  display: flex !important;
  flex-wrap: wrap;
}
.custom-tabs.site-slide-caption-dt-ml:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide::after {
  display: none;
}
.custom-tabs.site-slide-caption-dt-ml:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block,
.custom-tabs.site-slide-caption-dt-ml:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-video-block {
  max-width: 50%;
  flex: 0 0 50%;
  order: 2;
}
.custom-tabs.site-slide-caption-dt-ml:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block {
  position: relative;
}
.custom-tabs.site-slide-caption-dt-ml:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.custom-tabs.site-slide-caption-dt-ml:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video::before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea1c";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: 0.5s ease all;
  color: #0e204a;
}
.custom-tabs.site-slide-caption-dt-ml:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video:hover::before {
  border-top-right-radius: 100px;
  transition: 0.5s ease all;
}
.custom-tabs.site-slide-caption-dt-ml:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
  position: relative;
  max-width: 50%;
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  top: 0 !important;
  transform: none !important;
  order: 1;
}
@media (min-width: 768px) {
  .custom-tabs.site-slide-caption-dt-ml:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    padding: 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .custom-tabs.site-slide-caption-dt-ml:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    padding: 0 20px 0 20px;
  }
}
.custom-tabs.site-slide-caption-dt-ml:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption .site-slider-capton-data {
  color: inherit;
  text-align: left;
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-ml:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-ml:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-video-block,
  .custom-tabs.site-slide-caption-dt-ml:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.custom-tabs.site-slide-caption-dt-ml.categorised .site-slider-caption {
  display: flex;
  justify-content: center;
  top: 0 !important;
  transform: none !important;
  padding: 20px;
  height: 100%;
  width: 100% !important;
}
.custom-tabs.site-slide-caption-dt-ml.categorised .site-slider-caption .site-slider-capton-data {
  text-align: left !important;
}
.custom-tabs.site-slide-caption-dt-ml.categorised .site-slider-caption .site-slider-capton-data table tbody,
.custom-tabs.site-slide-caption-dt-ml.categorised .site-slider-caption .site-slider-capton-data table tr,
.custom-tabs.site-slide-caption-dt-ml.categorised .site-slider-caption .site-slider-capton-data table td {
  width: 100%;
  display: block;
}
@media (max-width: 599px) {
  .custom-tabs.site-slide-caption-dt-ml.categorised .site-slider-tab-list .site-slider-caption.tab-has-popup-link .site-slider-capton-data table tbody tr:first-child {
    width: auto;
  }
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-ml.site-slide-caption-mob-top .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-ml.site-slide-caption-mob-top .site-slide .site-slider-video-block {
    order: 2 !important;
  }
  .custom-tabs.site-slide-caption-dt-ml.site-slide-caption-mob-top .site-slide .site-slider-caption {
    order: 1 !important;
  }
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-ml.site-slide-caption-mob-bottom .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-ml.site-slide-caption-mob-bottom .site-slide .site-slider-video-block {
    order: 1 !important;
  }
  .custom-tabs.site-slide-caption-dt-ml.site-slide-caption-mob-bottom .site-slide .site-slider-caption {
    order: 2 !important;
  }
}
.custom-tabs.site-slide-caption-dt-mc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide {
  display: flex !important;
  flex-wrap: wrap;
}
.custom-tabs.site-slide-caption-dt-mc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide::after {
  display: none;
}
.custom-tabs.site-slide-caption-dt-mc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block,
.custom-tabs.site-slide-caption-dt-mc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-video-block {
  max-width: 50%;
  flex: 0 0 50%;
  order: 2;
}
.custom-tabs.site-slide-caption-dt-mc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block {
  position: relative;
}
.custom-tabs.site-slide-caption-dt-mc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.custom-tabs.site-slide-caption-dt-mc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video::before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea1c";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: 0.5s ease all;
  color: #0e204a;
}
.custom-tabs.site-slide-caption-dt-mc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video:hover::before {
  border-top-right-radius: 100px;
  transition: 0.5s ease all;
}
.custom-tabs.site-slide-caption-dt-mc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
  position: relative;
  max-width: 50%;
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  top: 0 !important;
  transform: none !important;
  order: 1;
}
@media (min-width: 768px) {
  .custom-tabs.site-slide-caption-dt-mc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    padding: 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .custom-tabs.site-slide-caption-dt-mc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    padding: 0 20px 0 20px;
  }
}
.custom-tabs.site-slide-caption-dt-mc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption .site-slider-capton-data {
  color: inherit;
  text-align: center;
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-mc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-mc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-video-block,
  .custom-tabs.site-slide-caption-dt-mc:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.custom-tabs.site-slide-caption-dt-mc.categorised .site-slider-caption {
  display: flex;
  justify-content: center;
  top: 0 !important;
  transform: none !important;
  padding: 20px;
  height: 100%;
  width: 100% !important;
}
.custom-tabs.site-slide-caption-dt-mc.categorised .site-slider-caption .site-slider-capton-data {
  text-align: center !important;
}
.custom-tabs.site-slide-caption-dt-mc.categorised .site-slider-caption .site-slider-capton-data table tbody,
.custom-tabs.site-slide-caption-dt-mc.categorised .site-slider-caption .site-slider-capton-data table tr,
.custom-tabs.site-slide-caption-dt-mc.categorised .site-slider-caption .site-slider-capton-data table td {
  width: 100%;
  display: block;
}
@media (max-width: 599px) {
  .custom-tabs.site-slide-caption-dt-mc.categorised .site-slider-tab-list .site-slider-caption.tab-has-popup-link .site-slider-capton-data table tbody tr:first-child {
    width: auto;
  }
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-mc.site-slide-caption-mob-top .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-mc.site-slide-caption-mob-top .site-slide .site-slider-video-block {
    order: 2 !important;
  }
  .custom-tabs.site-slide-caption-dt-mc.site-slide-caption-mob-top .site-slide .site-slider-caption {
    order: 1 !important;
  }
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-mc.site-slide-caption-mob-bottom .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-mc.site-slide-caption-mob-bottom .site-slide .site-slider-video-block {
    order: 1 !important;
  }
  .custom-tabs.site-slide-caption-dt-mc.site-slide-caption-mob-bottom .site-slide .site-slider-caption {
    order: 2 !important;
  }
}
.custom-tabs.site-slide-caption-dt-mr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide {
  display: flex !important;
  flex-wrap: wrap;
}
.custom-tabs.site-slide-caption-dt-mr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide::after {
  display: none;
}
.custom-tabs.site-slide-caption-dt-mr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block,
.custom-tabs.site-slide-caption-dt-mr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-video-block {
  max-width: 50%;
  flex: 0 0 50%;
}
.custom-tabs.site-slide-caption-dt-mr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block {
  position: relative;
}
.custom-tabs.site-slide-caption-dt-mr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.custom-tabs.site-slide-caption-dt-mr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video::before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea1c";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: 0.5s ease all;
  color: #0e204a;
}
.custom-tabs.site-slide-caption-dt-mr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video:hover::before {
  border-top-right-radius: 100px;
  transition: 0.5s ease all;
}
.custom-tabs.site-slide-caption-dt-mr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
  position: relative;
  max-width: 50%;
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  top: 0 !important;
  transform: none !important;
}
@media (min-width: 768px) {
  .custom-tabs.site-slide-caption-dt-mr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    padding: 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .custom-tabs.site-slide-caption-dt-mr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    padding: 0 20px 0 20px;
  }
}
.custom-tabs.site-slide-caption-dt-mr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption .site-slider-capton-data {
  color: inherit;
  text-align: right;
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-mr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-mr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-video-block,
  .custom-tabs.site-slide-caption-dt-mr:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.custom-tabs.site-slide-caption-dt-mr.categorised .site-slider-caption {
  display: flex;
  justify-content: center;
  top: 0 !important;
  transform: none !important;
  padding: 20px;
  height: 100%;
  width: 100% !important;
}
.custom-tabs.site-slide-caption-dt-mr.categorised .site-slider-caption .site-slider-capton-data {
  text-align: right !important;
}
.custom-tabs.site-slide-caption-dt-mr.categorised .site-slider-caption .site-slider-capton-data table tbody,
.custom-tabs.site-slide-caption-dt-mr.categorised .site-slider-caption .site-slider-capton-data table tr,
.custom-tabs.site-slide-caption-dt-mr.categorised .site-slider-caption .site-slider-capton-data table td {
  width: 100%;
  display: block;
}
@media (max-width: 599px) {
  .custom-tabs.site-slide-caption-dt-mr.categorised .site-slider-tab-list .site-slider-caption.tab-has-popup-link .site-slider-capton-data table tbody tr:first-child {
    width: auto;
  }
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-mr.site-slide-caption-mob-top .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-mr.site-slide-caption-mob-top .site-slide .site-slider-video-block {
    order: 2 !important;
  }
  .custom-tabs.site-slide-caption-dt-mr.site-slide-caption-mob-top .site-slide .site-slider-caption {
    order: 1 !important;
  }
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-mr.site-slide-caption-mob-bottom .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-mr.site-slide-caption-mob-bottom .site-slide .site-slider-video-block {
    order: 1 !important;
  }
  .custom-tabs.site-slide-caption-dt-mr.site-slide-caption-mob-bottom .site-slide .site-slider-caption {
    order: 2 !important;
  }
}
.custom-tabs.site-slide-caption-dt-bl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide {
  display: flex !important;
  flex-wrap: wrap;
}
.custom-tabs.site-slide-caption-dt-bl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide::after {
  display: none;
}
.custom-tabs.site-slide-caption-dt-bl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block,
.custom-tabs.site-slide-caption-dt-bl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-video-block {
  max-width: 50%;
  flex: 0 0 50%;
  order: 2;
}
.custom-tabs.site-slide-caption-dt-bl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block {
  position: relative;
}
.custom-tabs.site-slide-caption-dt-bl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.custom-tabs.site-slide-caption-dt-bl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video::before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea1c";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: 0.5s ease all;
  color: #0e204a;
}
.custom-tabs.site-slide-caption-dt-bl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video:hover::before {
  border-top-right-radius: 100px;
  transition: 0.5s ease all;
}
.custom-tabs.site-slide-caption-dt-bl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
  position: relative;
  max-width: 50%;
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-end;
  top: 0 !important;
  transform: none !important;
  order: 1;
}
@media (min-width: 768px) {
  .custom-tabs.site-slide-caption-dt-bl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    padding: 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .custom-tabs.site-slide-caption-dt-bl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    padding: 0 20px 0 20px;
  }
}
.custom-tabs.site-slide-caption-dt-bl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption .site-slider-capton-data {
  color: inherit;
  text-align: left;
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-bl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-bl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-video-block,
  .custom-tabs.site-slide-caption-dt-bl:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.custom-tabs.site-slide-caption-dt-bl.categorised .site-slider-caption {
  display: flex;
  justify-content: flex-end;
  top: 0 !important;
  transform: none !important;
  padding: 20px;
  height: 100%;
  width: 100% !important;
}
.custom-tabs.site-slide-caption-dt-bl.categorised .site-slider-caption .site-slider-capton-data {
  text-align: left !important;
}
.custom-tabs.site-slide-caption-dt-bl.categorised .site-slider-caption .site-slider-capton-data table tbody,
.custom-tabs.site-slide-caption-dt-bl.categorised .site-slider-caption .site-slider-capton-data table tr,
.custom-tabs.site-slide-caption-dt-bl.categorised .site-slider-caption .site-slider-capton-data table td {
  width: 100%;
  display: block;
}
@media (max-width: 599px) {
  .custom-tabs.site-slide-caption-dt-bl.categorised .site-slider-tab-list .site-slider-caption.tab-has-popup-link .site-slider-capton-data table tbody tr:first-child {
    width: auto;
  }
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-bl.site-slide-caption-mob-top .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-bl.site-slide-caption-mob-top .site-slide .site-slider-video-block {
    order: 2 !important;
  }
  .custom-tabs.site-slide-caption-dt-bl.site-slide-caption-mob-top .site-slide .site-slider-caption {
    order: 1 !important;
  }
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-bl.site-slide-caption-mob-bottom .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-bl.site-slide-caption-mob-bottom .site-slide .site-slider-video-block {
    order: 1 !important;
  }
  .custom-tabs.site-slide-caption-dt-bl.site-slide-caption-mob-bottom .site-slide .site-slider-caption {
    order: 2 !important;
  }
}
.custom-tabs.site-slide-caption-dt-br:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide {
  display: flex !important;
  flex-wrap: wrap;
}
.custom-tabs.site-slide-caption-dt-br:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide::after {
  display: none;
}
.custom-tabs.site-slide-caption-dt-br:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block,
.custom-tabs.site-slide-caption-dt-br:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-video-block {
  max-width: 50%;
  flex: 0 0 50%;
}
.custom-tabs.site-slide-caption-dt-br:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block {
  position: relative;
}
.custom-tabs.site-slide-caption-dt-br:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.custom-tabs.site-slide-caption-dt-br:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video::before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea1c";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: 0.5s ease all;
  color: #0e204a;
}
.custom-tabs.site-slide-caption-dt-br:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block a.popup-video:hover::before {
  border-top-right-radius: 100px;
  transition: 0.5s ease all;
}
.custom-tabs.site-slide-caption-dt-br:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
  position: relative;
  max-width: 50%;
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-end;
  top: 0 !important;
  transform: none !important;
}
@media (min-width: 768px) {
  .custom-tabs.site-slide-caption-dt-br:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    padding: 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .custom-tabs.site-slide-caption-dt-br:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    padding: 0 20px 0 20px;
  }
}
.custom-tabs.site-slide-caption-dt-br:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption .site-slider-capton-data {
  color: inherit;
  text-align: right;
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-br:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-br:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-video-block,
  .custom-tabs.site-slide-caption-dt-br:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.categorised) .site-slide .site-slider-caption {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.custom-tabs.site-slide-caption-dt-br.categorised .site-slider-caption {
  display: flex;
  justify-content: flex-end;
  top: 0 !important;
  transform: none !important;
  padding: 20px;
  height: 100%;
  width: 100% !important;
}
.custom-tabs.site-slide-caption-dt-br.categorised .site-slider-caption .site-slider-capton-data {
  text-align: right !important;
}
.custom-tabs.site-slide-caption-dt-br.categorised .site-slider-caption .site-slider-capton-data table tbody,
.custom-tabs.site-slide-caption-dt-br.categorised .site-slider-caption .site-slider-capton-data table tr,
.custom-tabs.site-slide-caption-dt-br.categorised .site-slider-caption .site-slider-capton-data table td {
  width: 100%;
  display: block;
}
@media (max-width: 599px) {
  .custom-tabs.site-slide-caption-dt-br.categorised .site-slider-tab-list .site-slider-caption.tab-has-popup-link .site-slider-capton-data table tbody tr:first-child {
    width: auto;
  }
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-br.site-slide-caption-mob-top .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-br.site-slide-caption-mob-top .site-slide .site-slider-video-block {
    order: 2 !important;
  }
  .custom-tabs.site-slide-caption-dt-br.site-slide-caption-mob-top .site-slide .site-slider-caption {
    order: 1 !important;
  }
}
@media (max-width: 767px) {
  .custom-tabs.site-slide-caption-dt-br.site-slide-caption-mob-bottom .site-slide .site-slider-image-block,
  .custom-tabs.site-slide-caption-dt-br.site-slide-caption-mob-bottom .site-slide .site-slider-video-block {
    order: 1 !important;
  }
  .custom-tabs.site-slide-caption-dt-br.site-slide-caption-mob-bottom .site-slide .site-slider-caption {
    order: 2 !important;
  }
}

@media (max-width: 767px) {
  .custom-tabs.site-slider-tab-mob-bottom {
    flex-direction: column;
  }
  .custom-tabs.site-slider-tab-mob-bottom .site-slider-tab-content-list {
    order: 2;
    margin-bottom: 0 !important;
    width: 100%;
  }
  .custom-tabs.site-slider-tab-mob-bottom .site-slider-tab-content-list .slick-track .site-slider-tab-content {
    text-align: center;
  }
  .custom-tabs.site-slider-tab-mob-bottom .site-slider-tab-list {
    order: 1;
    width: 100%;
  }
  .custom-tabs.site-slider-tab-mob-top, .custom-tabs.site-slider-tab-mob-left, .custom-tabs.site-slider-tab-mob-right {
    flex-direction: column;
  }
  .custom-tabs.site-slider-tab-mob-top .site-slider-tab-content-list, .custom-tabs.site-slider-tab-mob-left .site-slider-tab-content-list, .custom-tabs.site-slider-tab-mob-right .site-slider-tab-content-list {
    order: 1;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    width: 100%;
  }
  .custom-tabs.site-slider-tab-mob-top .site-slider-tab-content-list .slick-track .site-slider-tab-content, .custom-tabs.site-slider-tab-mob-left .site-slider-tab-content-list .slick-track .site-slider-tab-content, .custom-tabs.site-slider-tab-mob-right .site-slider-tab-content-list .slick-track .site-slider-tab-content {
    text-align: center;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .custom-tabs.site-slider-tab-mob-top .site-slider-tab-content-list, .custom-tabs.site-slider-tab-mob-left .site-slider-tab-content-list, .custom-tabs.site-slider-tab-mob-right .site-slider-tab-content-list {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  .custom-tabs.site-slider-tab-mob-top .site-slider-tab-list, .custom-tabs.site-slider-tab-mob-left .site-slider-tab-list, .custom-tabs.site-slider-tab-mob-right .site-slider-tab-list {
    order: 2;
    width: 100%;
  }
  .custom-tabs .site-slider-tab-list .site-slider-caption {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-tabs .site-slider-tab-content-list {
    width: calc(100% - 100px) !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1365px) {
  .custom-tabs .slick-arrow.slick-prev {
    left: -3vw;
  }
  .custom-tabs .slick-arrow.slick-next {
    right: -2vw;
  }
}

@media (max-width: 599px) {
  .custom-tabs:not(.categorised) .slick-arrow {
    top: -40px !important;
  }
  .custom-tabs:not(.categorised) .slick-arrow.slick-prev {
    left: 0;
  }
  .custom-tabs:not(.categorised) .slick-arrow.slick-next {
    right: 0;
  }
  .custom-tabs.categorised .slick-arrow {
    top: 40%;
  }
  .custom-tabs .slick-dots {
    right: 0 !important;
    transform: none !important;
  }
  .custom-tabs.site-slider-tab-mob-bottom .slick-arrow {
    bottom: -16% !important;
    top: auto !important;
  }
  .custom-tabs.site-slider-tab-mob-top, .custom-tabs.site-slider-tab-mob-left, .custom-tabs.site-slider-tab-mob-right {
    flex-direction: column;
  }
  .custom-tabs.site-slider-tab-mob-top .site-slider-tab-content-list, .custom-tabs.site-slider-tab-mob-left .site-slider-tab-content-list, .custom-tabs.site-slider-tab-mob-right .site-slider-tab-content-list {
    order: 1;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    width: 100%;
  }
  .custom-tabs.site-slider-tab-mob-top .site-slider-tab-content-list .slick-track .site-slider-tab-content, .custom-tabs.site-slider-tab-mob-left .site-slider-tab-content-list .slick-track .site-slider-tab-content, .custom-tabs.site-slider-tab-mob-right .site-slider-tab-content-list .slick-track .site-slider-tab-content {
    text-align: center;
  }
}
@media (max-width: 599px) and (min-width: 768px) {
  .custom-tabs.site-slider-tab-mob-top .site-slider-tab-content-list, .custom-tabs.site-slider-tab-mob-left .site-slider-tab-content-list, .custom-tabs.site-slider-tab-mob-right .site-slider-tab-content-list {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 599px) {
  .custom-tabs.site-slider-tab-mob-top .site-slider-tab-list, .custom-tabs.site-slider-tab-mob-left .site-slider-tab-list, .custom-tabs.site-slider-tab-mob-right .site-slider-tab-list {
    order: 2;
    width: 100%;
  }
  .custom-tabs.site-slider-tab-mob-top .slick-arrow, .custom-tabs.site-slider-tab-mob-left .slick-arrow, .custom-tabs.site-slider-tab-mob-right .slick-arrow {
    top: -40px !important;
  }
  .custom-tabs.site-slider-tab-mob-left .site-slider-tab-content-list .slick-list, .custom-tabs.site-slider-tab-mob-right .site-slider-tab-content-list .slick-list {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .custom-tabs .site-slider-tab-content-list .slick-track {
    padding: 0;
  }
  .custom-tabs .site-slider-tab-content-list .site-slider-tab-content:not(:first-child) {
    margin-left: 50px;
  }
}
.custom-tabs.with-thumbnails .site-slider-tab-content-list .slick-track {
  width: 100% !important;
  display: block;
  left: 0 !important;
  transform: none !important;
  transition: none !important;
}
@media (max-width: 767px) {
  .custom-tabs.with-thumbnails .site-slider-tab-content-list .slick-track {
    padding-top: 10px;
  }
}
.custom-tabs.with-thumbnails .site-slider-tab-content-list .slick-track .slick-slide {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 30px;
}
@media (min-width: 1366px) {
  .custom-tabs.with-thumbnails .site-slider-tab-content-list .slick-track .slick-slide {
    width: 135px !important;
    max-width: 135px;
  }
}
.custom-tabs.with-thumbnails .site-slider-tab-content-list .slick-track .slick-slide.slick-cloned {
  display: none;
}
.custom-tabs.with-thumbnails .slick-track {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}
.custom-tabs.with-thumbnails .site-slider-tab-content-list .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.custom-tabs.with-thumbnails .site-slider-tab-content-list .slick-slide.slick-current {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .custom-tabs.with-thumbnails .site-slider-tab-content-list {
    width: 100%;
    z-index: 1;
    padding-right: 0;
    padding-left: 0;
    cursor: pointer;
  }
}
.custom-tabs.with-thumbnails.site-slider-tab-dt-left, .custom-tabs.with-thumbnails.site-slider-tab-dt-right {
  position: relative;
}
@media (min-width: 768px) {
  .custom-tabs.with-thumbnails.site-slider-tab-dt-left .site-slider-tab-list .site-slider-caption, .custom-tabs.with-thumbnails.site-slider-tab-dt-right .site-slider-tab-list .site-slider-caption {
    padding-bottom: 270px !important;
  }
}
.custom-tabs.with-thumbnails.site-slider-tab-dt-left .site-slider-tab-content-list, .custom-tabs.with-thumbnails.site-slider-tab-dt-right .site-slider-tab-content-list {
  margin-top: 0;
}
@media (max-width: 767px) {
  .custom-tabs.with-thumbnails.site-slider-tab-dt-left .site-slider-tab-content-list, .custom-tabs.with-thumbnails.site-slider-tab-dt-right .site-slider-tab-content-list {
    padding-left: 0;
  }
}
.custom-tabs.with-thumbnails.site-slider-tab-dt-left .site-slider-tab-content-list .slick-track, .custom-tabs.with-thumbnails.site-slider-tab-dt-right .site-slider-tab-content-list .slick-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .custom-tabs.with-thumbnails.site-slider-tab-dt-left .site-slider-tab-content-list .slick-track, .custom-tabs.with-thumbnails.site-slider-tab-dt-right .site-slider-tab-content-list .slick-track {
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .custom-tabs.with-thumbnails.site-slider-tab-dt-left .site-slider-tab-content-list, .custom-tabs.with-thumbnails.site-slider-tab-dt-right .site-slider-tab-content-list {
    width: 600px;
    margin-top: -250px;
    z-index: 1;
    padding-right: 100px;
    padding-left: 0;
    cursor: pointer;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .custom-tabs.with-thumbnails.site-slider-tab-dt-left .site-slider-tab-content-list, .custom-tabs.with-thumbnails.site-slider-tab-dt-right .site-slider-tab-content-list {
    width: 50%;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .custom-tabs.with-thumbnails.site-slider-tab-dt-left .site-slider-tab-content-list, .custom-tabs.with-thumbnails.site-slider-tab-dt-right .site-slider-tab-content-list {
    transform: translateX(-100%);
  }
}
@media (min-width: 768px) and (min-width: 1366px) {
  .custom-tabs.with-thumbnails.site-slider-tab-dt-left .site-slider-tab-content-list, .custom-tabs.with-thumbnails.site-slider-tab-dt-right .site-slider-tab-content-list {
    margin-top: -250px;
  }
}
.custom-tabs.with-thumbnails.site-slider-tab-dt-right .site-slider-tab-content-list {
  padding-right: 0;
}
@media (min-width: 768px) {
  .custom-tabs.with-thumbnails.site-slider-tab-dt-right .site-slider-tab-content-list {
    right: -50%;
    width: 600px;
    padding-left: 100px;
    transform: none;
  }
  .custom-tabs.with-thumbnails.site-slider-tab-dt-right .site-slider-tab-content-list .slick-track {
    justify-content: flex-start;
  }
}
@media (min-width: 1366px) {
  .custom-tabs.with-thumbnails.site-slider-tab-dt-right .site-slider-tab-content-list {
    margin-top: -250px;
  }
}
@media (min-width: 768px) {
  .custom-tabs.with-thumbnails.site-slider-tab-dt-right.site-slide-caption-dt-br .site-slider-tab-list .site-slider-caption {
    padding-top: 120px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .custom-tabs.with-thumbnails.site-slider-tab-dt-right.site-slide-caption-dt-br .site-slider-tab-content-list {
    margin-top: 0;
    bottom: auto;
  }
}
@media (min-width: 768px) {
  .custom-tabs.with-thumbnails.site-slider-tab-dt-left.site-slide-caption-dt-bl .site-slider-tab-list .site-slider-caption {
    padding-top: 270px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .custom-tabs.with-thumbnails.site-slider-tab-dt-left.site-slide-caption-dt-bl .site-slider-tab-content-list {
    position: absolute;
    margin-top: 0;
    bottom: auto;
  }
}
@media (min-width: 1024px) {
  .custom-tabs.with-thumbnails.site-slider-tab-dt-left .site-slider-tab-content-list {
    left: 50%;
  }
}
@media (min-width: 768px) {
  .custom-tabs.with-thumbnails.site-slider-tab-dt-right.site-slide-caption-dt-br .site-slider-tab-list .site-slider-caption {
    padding-top: 270px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .custom-tabs.with-thumbnails.site-slider-tab-dt-right.site-slide-caption-dt-br .site-slider-tab-content-list {
    position: absolute;
    top: 0;
    bottom: auto;
    right: calc(50% - 600px);
  }
}
@media (min-width: 768px) {
  .custom-tabs.with-thumbnails.site-slide-caption-dt-tl:not(.has-arrows):not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption, .custom-tabs.with-thumbnails.site-slide-caption-dt-tc:not(.has-arrows):not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption, .custom-tabs.with-thumbnails.site-slide-caption-dt-ml:not(.has-arrows):not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption, .custom-tabs.with-thumbnails.site-slide-caption-dt-mc:not(.has-arrows):not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption, .custom-tabs.with-thumbnails.site-slide-caption-dt-bl:not(.has-arrows):not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption {
    padding-left: 0;
  }
  .custom-tabs.with-thumbnails.site-slide-caption-dt-tr:not(.has-arrows):not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption, .custom-tabs.with-thumbnails.site-slide-caption-dt-mr:not(.has-arrows):not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption, .custom-tabs.with-thumbnails.site-slide-caption-dt-br:not(.has-arrows):not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption {
    padding-right: 0;
  }
}

.custom-tabs.categorised .site-slider-tab-content-list {
  visibility: visible !important;
  opacity: 1 !important;
}
.custom-tabs.categorised .site-slider-tab-content-list .site-slider-tab-content {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  margin-top: 0 !important;
  cursor: pointer;
  padding: 18px 10px 10px 10px;
  margin-bottom: 10px;
}
.custom-tabs.categorised .site-slider-tab-content-list .site-slider-tab-content p var {
  border: none;
  font-weight: 300;
  color: #00478e;
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 0;
}
.custom-tabs.categorised .site-slider-tab-content-list .site-slider-tab-content.slick-current p var, .custom-tabs.categorised .site-slider-tab-content-list .site-slider-tab-content.dummy-current p var {
  border: none;
}
.custom-tabs.categorised .site-slider-tab-content-list .site-slider-tab-content::before {
  content: "";
  height: 8px;
  width: 100%;
  background-color: #eaeaea;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s ease all;
}
.custom-tabs.categorised .site-slider-tab-content-list .site-slider-tab-content::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #00478e;
  display: block;
  position: absolute;
  bottom: -1px;
  width: 0;
  transition: 0.5s ease all;
  left: 0;
}
.custom-tabs.categorised .site-slider-tab-content-list .site-slider-tab-content:hover::after {
  width: 100%;
  transition: 0.5s ease all;
}
.custom-tabs.categorised .site-slider-tab-content-list .site-slider-tab-content.slick-current::before, .custom-tabs.categorised .site-slider-tab-content-list .site-slider-tab-content.dummy-current::before {
  background-color: #00478e;
  transition: 0.5s ease all;
}
.custom-tabs.categorised .site-slider-tab-content-list .slick-track {
  left: 0 !important;
  flex-wrap: wrap;
  width: 100% !important;
  justify-content: center;
}
.custom-tabs.categorised .site-slider-tab-content-list .slick-track .slick-slide {
  flex: 1;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .custom-tabs.categorised .site-slider-tab-content-list {
    display: none;
  }
}
.custom-tabs.categorised .site-slider-tab-content-list .site-slider-tab-content.hide {
  display: none !important;
}
.custom-tabs.categorised .site-slider-tab-content-list .site-slider-tab-content.show.slick-cloned {
  display: none !important;
}
.custom-tabs.categorised .site-slider-tab-list .site-slider-image-block a.popup-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.custom-tabs.categorised .site-slider-tab-list .site-slider-image-block a.popup-video::before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea1c";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: 0.5s ease all;
  color: #0e204a;
}
.custom-tabs.categorised .site-slider-tab-list .site-slider-image-block a.popup-video:hover::before {
  border-top-right-radius: 100px;
  transition: 0.5s ease all;
}
.custom-tabs.categorised .site-slider-tab-list .site-slider-image-block .popup-video {
  z-index: 3;
}
.custom-tabs.categorised .site-slider-tab-list .site-slider-caption .site-slider-capton-data table {
  width: 100% !important;
  border: none !important;
  display: block !important;
}
.custom-tabs.categorised .site-slider-tab-list .site-slider-caption .site-slider-capton-data table td {
  border: none !important;
  vertical-align: top;
}
.custom-tabs.categorised .site-slider-tab-list .site-slider-caption .site-slider-capton-data table td > :first-child {
  margin-top: 0;
}
.custom-tabs.categorised .site-slider-tab-list .site-slider-caption .site-slider-capton-data table td > :last-child {
  margin-bottom: 0;
}
.custom-tabs.categorised .site-slider-tab-list .site-slider-caption .site-slider-capton-data table td > * {
  color: #ffffff;
}
.custom-tabs.categorised .site-slider-tab-list .site-slider-caption.tab-has-popup-link {
  padding-bottom: 80px;
}
.custom-tabs.categorised .site-slider-tab-list .site-slider-caption.tab-has-popup-link .site-slider-capton-data table tbody tr:first-child {
  position: absolute;
  left: 20px;
  bottom: 120px;
  transform: rotate(-180deg);
  writing-mode: vertical-rl;
}
.custom-tabs.categorised.site-slider-tab-dt-left .site-slider-tab-content-list .site-slider-tab-content, .custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .site-slider-tab-content {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  margin-top: 0 !important;
  cursor: pointer;
  padding: 10px 10px 10px 18px;
  margin-bottom: 0;
}
.custom-tabs.categorised.site-slider-tab-dt-left .site-slider-tab-content-list .site-slider-tab-content p var, .custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .site-slider-tab-content p var {
  border: none;
  font-weight: 300;
  color: #00478e;
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 0;
}
.custom-tabs.categorised.site-slider-tab-dt-left .site-slider-tab-content-list .site-slider-tab-content.slick-current p var, .custom-tabs.categorised.site-slider-tab-dt-left .site-slider-tab-content-list .site-slider-tab-content.dummy-current p var, .custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .site-slider-tab-content.slick-current p var, .custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .site-slider-tab-content.dummy-current p var {
  border: none;
}
.custom-tabs.categorised.site-slider-tab-dt-left .site-slider-tab-content-list .site-slider-tab-content::before, .custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .site-slider-tab-content::before {
  content: "";
  height: 8px;
  width: 100%;
  background-color: #eaeaea;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s ease all;
}
.custom-tabs.categorised.site-slider-tab-dt-left .site-slider-tab-content-list .site-slider-tab-content::after, .custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .site-slider-tab-content::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #00478e;
  display: block;
  position: absolute;
  bottom: -1px;
  width: 0;
  transition: 0.5s ease all;
  left: 0;
}
.custom-tabs.categorised.site-slider-tab-dt-left .site-slider-tab-content-list .site-slider-tab-content:hover::after, .custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .site-slider-tab-content:hover::after {
  width: 100%;
  transition: 0.5s ease all;
}
.custom-tabs.categorised.site-slider-tab-dt-left .site-slider-tab-content-list .site-slider-tab-content.slick-current::before, .custom-tabs.categorised.site-slider-tab-dt-left .site-slider-tab-content-list .site-slider-tab-content.dummy-current::before, .custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .site-slider-tab-content.slick-current::before, .custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .site-slider-tab-content.dummy-current::before {
  background-color: #00478e;
  transition: 0.5s ease all;
}
.custom-tabs.categorised.site-slider-tab-dt-left .site-slider-tab-content-list .site-slider-tab-content::before, .custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .site-slider-tab-content::before {
  width: 8px;
  height: 100%;
}
.custom-tabs.categorised.site-slider-tab-dt-left .site-slider-tab-content-list .slick-track, .custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .slick-track {
  flex-direction: column;
  justify-content: flex-start;
}
.custom-tabs.categorised.site-slider-tab-dt-left .site-slider-tab-content-list .slick-track .slick-slide, .custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .slick-track .slick-slide {
  max-width: 100%;
  width: 100% !important;
}
.custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .site-slider-tab-content {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  margin-top: 0 !important;
  cursor: pointer;
  padding: 10px 18px 10px 10px !important;
  margin-bottom: 0;
}
.custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .site-slider-tab-content p var {
  border: none;
  font-weight: 300;
  color: #00478e;
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 0;
}
.custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .site-slider-tab-content.slick-current p var, .custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .site-slider-tab-content.dummy-current p var {
  border: none;
}
.custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .site-slider-tab-content::before {
  content: "";
  height: 8px;
  width: 100%;
  background-color: #eaeaea;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s ease all;
}
.custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .site-slider-tab-content::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #00478e;
  display: block;
  position: absolute;
  bottom: -1px;
  width: 0;
  transition: 0.5s ease all;
  right: 0;
}
.custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .site-slider-tab-content:hover::after {
  width: 100%;
  transition: 0.5s ease all;
}
.custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .site-slider-tab-content.slick-current::before, .custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .site-slider-tab-content.dummy-current::before {
  background-color: #00478e;
  transition: 0.5s ease all;
}
.custom-tabs.categorised.site-slider-tab-dt-right .site-slider-tab-content-list .site-slider-tab-content::before {
  width: 8px;
  height: 100%;
  right: 0;
  left: auto;
}
.custom-tabs.categorised .slick-dots {
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}

/** @format */
.hover-slider .site-slide {
  transition: 0.5s ease all;
}
.hover-slider .site-slide .site-slider-caption {
  height: 100%;
  justify-content: space-between;
  padding: 20px !important;
  right: 0 !important;
}
@media (min-width: 1500px) {
  .hover-slider .site-slide .site-slider-caption {
    padding: 50px !important;
  }
}
.hover-slider .site-slide .site-slider-caption .site-slider-caption-block {
  z-index: 1;
}
.hover-slider .site-slide .site-slider-caption .site-slider-more-desc {
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 1s ease all;
  overflow: auto;
  margin-bottom: 0 !important;
}
.hover-slider .site-slide .site-slider-caption::before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea3c";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17.5px;
  transition: 0.5s ease all;
  color: #0e204a;
}
.hover-slider .site-slide .site-slider-caption::before {
  transform: rotate(90deg);
  position: relative;
  line-height: 70px;
  margin: 0 auto;
}
.hover-slider .site-slide .site-slider-caption::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: 0.8s ease all;
  transition-delay: 0.5s;
  z-index: -1;
}
.hover-slider .site-slide:hover .site-slider-caption .site-slider-more-desc, .hover-slider .site-slide:focus .site-slider-caption .site-slider-more-desc {
  opacity: 1;
  visibility: visible;
  transition: 1s ease all;
  transition-delay: 0.8s;
}
.hover-slider .site-slide:hover .site-slider-caption::after, .hover-slider .site-slide:focus .site-slider-caption::after {
  background-color: #0e204a;
  transition: 0.8s ease all;
  height: 100%;
}
.hover-slider .site-slide:hover .site-slider-caption::before, .hover-slider .site-slide:focus .site-slider-caption::before {
  transform: rotate(270deg);
}
.hover-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption::before, .hover-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption::before, .hover-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption::before, .hover-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption::before, .hover-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption::before, .hover-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption::before {
  order: 3;
  transform: rotate(270deg);
}
.hover-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption:after, .hover-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption:after, .hover-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption:after, .hover-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption:after, .hover-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption:after, .hover-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption:after {
  top: 0;
}
.hover-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption .site-slider-caption-block, .hover-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-caption-block, .hover-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-caption-block, .hover-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption .site-slider-caption-block, .hover-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-caption-block, .hover-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-caption-block {
  order: 1;
}
.hover-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption .site-slider-more-desc, .hover-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-more-desc, .hover-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-more-desc, .hover-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption .site-slider-more-desc, .hover-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-more-desc, .hover-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-more-desc {
  order: 2;
  padding: 10px 0;
}
.hover-slider.site-slide-caption-dt-tl .site-slide:hover .site-slider-caption::before, .hover-slider.site-slide-caption-dt-tl .site-slide:focus .site-slider-caption::before, .hover-slider.site-slide-caption-dt-tc .site-slide:hover .site-slider-caption::before, .hover-slider.site-slide-caption-dt-tc .site-slide:focus .site-slider-caption::before, .hover-slider.site-slide-caption-dt-tr .site-slide:hover .site-slider-caption::before, .hover-slider.site-slide-caption-dt-tr .site-slide:focus .site-slider-caption::before, .hover-slider.site-slide-caption-dt-ml .site-slide:hover .site-slider-caption::before, .hover-slider.site-slide-caption-dt-ml .site-slide:focus .site-slider-caption::before, .hover-slider.site-slide-caption-dt-mc .site-slide:hover .site-slider-caption::before, .hover-slider.site-slide-caption-dt-mc .site-slide:focus .site-slider-caption::before, .hover-slider.site-slide-caption-dt-mr .site-slide:hover .site-slider-caption::before, .hover-slider.site-slide-caption-dt-mr .site-slide:focus .site-slider-caption::before {
  transform: rotate(90deg);
}
.hover-slider .slick-arrow.slick-prev {
  left: -20px;
}
.hover-slider .slick-arrow.slick-next {
  right: -20px;
}

/** @format */
body:not(.cms-page-is-in-edit-mode) .play-video-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  height: 100%;
  width: 100%;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease all;
  transition-delay: 0.5s;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .video-popup {
  opacity: 0;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active.animate-in {
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active.animate-in .video-popup {
  opacity: 1;
  transition: 0.5s ease all;
  transition-delay: 0.5s;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .remove-video-popup {
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #00478e;
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border: 5px solid #ffffff;
  font-size: 20px;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .remove-video-popup::before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
  display: block;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper .video-popup {
  position: absolute;
  width: 100%;
  max-width: 900px;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper .video-popup:not(.no-video) iframe,
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper .video-popup:not(.no-video) video {
  aspect-ratio: 16/9;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper .video-popup {
    width: 90%;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.no-video.video-popup-section .video-popup {
    width: 90%;
  }
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.no-video.video-popup-section .video-popup iframe {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 3/4;
  }
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.no-video.video-popup-section .video-popup .iframe-wrap {
    overflow: scroll;
    height: 80vh;
  }
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.video-popup-section .video-popup {
  width: 100%;
  max-width: 900px;
  background: #ffffff;
  line-height: 0;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.video-popup-section .video-popup {
    width: 90%;
  }
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.video-popup-section .video-popup iframe {
    width: 100% !important;
    height: 200px !important;
  }
}

.site-image-link-block {
  position: relative;
  background: #0e204a;
}
.site-image-link-block img.site-image-link {
  opacity: 0.75;
}
.site-image-link-block:after {
  background: url("../images/play-icon.svg") no-repeat center;
  content: "";
  display: block;
  position: absolute;
  width: 125px;
  height: 72px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.custom-link-popup-wrapper .site-slide-link {
  margin: 0 15px;
  display: block;
  position: relative;
}
.custom-link-popup-wrapper .site-slide-link .site-slider-image-block {
  position: relative;
}
.custom-link-popup-wrapper .site-slide-link .site-slider-image-block:after {
  background: url("../images/play-icon.svg") no-repeat center;
  content: "";
  display: block;
  position: absolute;
  width: 125px;
  height: 72px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

/** @format */
.value-slider .site-slide.has-caption::after,
.value-slider .site-slider-pop-wrapper.has-caption::after {
  display: none;
}
.value-slider .site-slide .site-slider-caption .site-slider-caption-block,
.value-slider .site-slide .site-slider-pop-caption .site-slider-caption-block,
.value-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-caption-block,
.value-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-caption-block {
  order: 1;
}
.value-slider .site-slide .site-slider-caption .site-slider-caption-block .site-container,
.value-slider .site-slide .site-slider-pop-caption .site-slider-caption-block .site-container,
.value-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-caption-block .site-container,
.value-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-caption-block .site-container {
  display: flex;
  flex-direction: column;
}
.value-slider .site-slide .site-slider-caption .site-slider-capton-data,
.value-slider .site-slide .site-slider-pop-caption .site-slider-capton-data,
.value-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data,
.value-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
.value-slider .site-slide .site-slider-caption .site-slider-capton-data .has-difference,
.value-slider .site-slide .site-slider-pop-caption .site-slider-capton-data .has-difference,
.value-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data .has-difference,
.value-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data .has-difference {
  text-shadow: 0px 5px 8px #6a6a6a;
}
.value-slider .site-slide .site-slider-caption .site-slider-more-desc,
.value-slider .site-slide .site-slider-pop-caption .site-slider-more-desc,
.value-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-more-desc,
.value-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-more-desc {
  order: 2;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.value-slider .site-slide .site-slider-caption .site-slider-more-desc :not(var):not(.marker):not([class^=site-button]),
.value-slider .site-slide .site-slider-pop-caption .site-slider-more-desc :not(var):not(.marker):not([class^=site-button]),
.value-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-more-desc :not(var):not(.marker):not([class^=site-button]),
.value-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-more-desc :not(var):not(.marker):not([class^=site-button]) {
  color: #6b6b6b;
}
.value-slider .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data,
.value-slider .site-slide .site-slider-pop-caption .site-slider-more-desc .site-slider-more-desc-data,
.value-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data,
.value-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-more-desc .site-slider-more-desc-data {
  background-color: #ffffff;
  box-shadow: 0px 5px 8px #eeeeee;
  padding: 70px 50px;
  position: relative;
}
.value-slider.site-slider-link .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data .value-next {
  width: 46.6666666667px;
  height: 46.6666666667px;
  background-color: #00478e;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.value-slider.site-slider-link .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data .value-next::before {
  content: "\ea3c";
  color: #ffffff;
  z-index: 1;
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.value-slider.site-slider-link .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data .value-next::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #c09a5d;
  transition: 0.5s ease all;
}
.value-slider.site-slider-link .site-slide .site-slider-caption .site-slider-more-desc .site-slider-more-desc-data .value-next:hover::after {
  width: 100%;
  transition: 0.5s ease all;
}

@media (min-width: 600px) {
  .value-slider .has-difference var {
    font-size: 5vw;
  }
  .value-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption .site-slider-capton-data,
  .value-slider.site-slide-caption-dt-bl .site-slide .site-slider-pop-caption .site-slider-capton-data,
  .value-slider.site-slide-caption-dt-bl .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data,
  .value-slider.site-slide-caption-dt-bl .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data, .value-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption .site-slider-capton-data,
  .value-slider.site-slide-caption-dt-ml .site-slide .site-slider-pop-caption .site-slider-capton-data,
  .value-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data,
  .value-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data, .value-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption .site-slider-capton-data,
  .value-slider.site-slide-caption-dt-tl .site-slide .site-slider-pop-caption .site-slider-capton-data,
  .value-slider.site-slide-caption-dt-tl .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data,
  .value-slider.site-slide-caption-dt-tl .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data {
    margin-left: 0;
  }
  .value-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption .site-slider-capton-data > *,
  .value-slider.site-slide-caption-dt-bl .site-slide .site-slider-pop-caption .site-slider-capton-data > *,
  .value-slider.site-slide-caption-dt-bl .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data > *,
  .value-slider.site-slide-caption-dt-bl .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data > *, .value-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption .site-slider-capton-data > *,
  .value-slider.site-slide-caption-dt-ml .site-slide .site-slider-pop-caption .site-slider-capton-data > *,
  .value-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data > *,
  .value-slider.site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data > *, .value-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption .site-slider-capton-data > *,
  .value-slider.site-slide-caption-dt-tl .site-slide .site-slider-pop-caption .site-slider-capton-data > *,
  .value-slider.site-slide-caption-dt-tl .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data > *,
  .value-slider.site-slide-caption-dt-tl .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data > * {
    margin-left: 0;
    margin-right: 0;
  }
  .value-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-capton-data,
  .value-slider.site-slide-caption-dt-br .site-slide .site-slider-pop-caption .site-slider-capton-data,
  .value-slider.site-slide-caption-dt-br .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data,
  .value-slider.site-slide-caption-dt-br .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data, .value-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-capton-data,
  .value-slider.site-slide-caption-dt-mr .site-slide .site-slider-pop-caption .site-slider-capton-data,
  .value-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data,
  .value-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data, .value-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-capton-data,
  .value-slider.site-slide-caption-dt-tr .site-slide .site-slider-pop-caption .site-slider-capton-data,
  .value-slider.site-slide-caption-dt-tr .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data,
  .value-slider.site-slide-caption-dt-tr .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data {
    margin-right: 0;
  }
  .value-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-capton-data > *,
  .value-slider.site-slide-caption-dt-br .site-slide .site-slider-pop-caption .site-slider-capton-data > *,
  .value-slider.site-slide-caption-dt-br .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data > *,
  .value-slider.site-slide-caption-dt-br .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data > *, .value-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-capton-data > *,
  .value-slider.site-slide-caption-dt-mr .site-slide .site-slider-pop-caption .site-slider-capton-data > *,
  .value-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data > *,
  .value-slider.site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data > *, .value-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-capton-data > *,
  .value-slider.site-slide-caption-dt-tr .site-slide .site-slider-pop-caption .site-slider-capton-data > *,
  .value-slider.site-slide-caption-dt-tr .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data > *,
  .value-slider.site-slide-caption-dt-tr .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data > * {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .value-slider .has-difference var {
    font-size: 6vw;
  }
}
@media (max-width: 599px) {
  .value-slider .site-slide .site-slider-caption,
  .value-slider .site-slide .site-slider-pop-caption,
  .value-slider .site-slider-pop-wrapper .site-slider-caption,
  .value-slider .site-slider-pop-wrapper .site-slider-pop-caption {
    position: relative;
  }
  .value-slider .site-slide .site-slider-caption .site-slider-capton-data,
  .value-slider .site-slide .site-slider-pop-caption .site-slider-capton-data,
  .value-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data,
  .value-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data {
    writing-mode: horizontal-tb;
    transform: none;
    color: inherit;
  }
  .value-slider .site-slide .site-slider-caption .site-slider-capton-data :not(var):not(.marker):not([class^=site-button]),
  .value-slider .site-slide .site-slider-pop-caption .site-slider-capton-data :not(var):not(.marker):not([class^=site-button]),
  .value-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data :not(var):not(.marker):not([class^=site-button]),
  .value-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data :not(var):not(.marker):not([class^=site-button]) {
    color: #0e204a;
  }
  .value-slider.site-slide-caption-mob-top .site-slider-caption {
    order: 1;
  }
  .value-slider.site-slide-caption-mob-top .site-slider-image-block {
    order: 2;
  }
  .value-slider.site-slide-caption-mob-top.site-slider-link .site-slide-link {
    display: flex;
    flex-direction: column;
  }
  .value-slider.site-slide-caption-mob-top.site-slider-slideshow:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    display: flex !important;
    flex-direction: column;
  }
}
/** @format */
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  background: rgba(255, 255, 255, 0.5);
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  background: white;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 500px;
  width: 90%;
  padding: 30px;
  border: 1px solid #d9dade;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  color: #0e204a;
  cursor: pointer;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:before {
  content: "x";
  font-weight: bold;
  font-size: 20px;
  transition: all ease 0.5s;
  display: block;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:hover {
  border: 1px solid #0e204a;
  transition: all ease 0.5s;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:hover::before {
  transform: scale(0.7);
}

/** @format */
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  background: white;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 500px;
  width: 90%;
  padding: 30px;
  border: 1px solid #d9dade;
  outline: none;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  cursor: pointer;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:before,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
  font-weight: bold;
  font-size: 20px;
  transition: all ease 0.5s;
  display: block;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:hover,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:hover,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:hover,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:hover {
  border: 1px solid #0e204a;
  transition: all ease 0.5s;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:hover::before,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:hover::before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:hover::before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:hover::before {
  transform: scale(0.7);
}
@media (min-width: 600px) {
  body:not(.cms-page-is-in-edit-mode) .popup-wrapper.hide-desktop {
    display: none;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .popup-wrapper.hide-mobile {
    display: none;
  }
}

body.cms-page-is-published .popup-wrapper .site-wide-popup {
  pointer-events: none;
  outline: none;
}
body.cms-page-is-published .popup-wrapper .site-wide-popup .site-popup-close {
  pointer-events: all;
}

/** @format */
.site-news-search.site-display-listview .search-and-filters .news-search-wrapper label {
  color: #0e204a;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
.site-news-search.site-display-listview .search-and-filters .news-search-wrapper #news-search {
  padding: 10px;
  border: 1px solid #c09a5d;
  color: #0e204a;
  transition: 0.5s ease all;
  width: 100%;
}
.site-news-search.site-display-listview .search-and-filters .news-search-wrapper #news-search:focus {
  outline: none;
  border-color: #0e204a;
  transition: 0.5s ease all;
}
.site-news-search.site-display-listview:not(.site-display-filters-left):not(.site-display-filters-right) .search-and-filters {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.site-news-search.site-display-listview:not(.site-display-filters-left):not(.site-display-filters-right) .site-display-filter-data {
  margin-top: 20px;
}
.site-news-search.site-display-listview:not(.site-display-filters-left):not(.site-display-filters-right) .site-display-filter-data .site-display-filter-desc {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .site-news-search.site-display-listview:not(.site-display-filters-left):not(.site-display-filters-right) .search-and-filters .site-display-filter-data .site-display-filter-wrapper {
    margin-right: 0;
  }
}
@media (min-width: 600px) and (max-width: 1099px) {
  .site-news-search.site-display-listview:not(.site-display-filters-left):not(.site-display-filters-right) .search-and-filters .site-display-filter-data .site-display-filter-wrapper {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .site-news-search.site-display-listview:not(.site-display-filters-left):not(.site-display-filters-right) .search-and-filters {
    flex-direction: row;
    width: 100%;
    margin-bottom: 50px;
    justify-content: space-between;
  }
  .site-news-search.site-display-listview:not(.site-display-filters-left):not(.site-display-filters-right) .search-and-filters > * {
    width: auto;
    flex: 0 0 1;
  }
  .site-news-search.site-display-listview:not(.site-display-filters-left):not(.site-display-filters-right) .search-and-filters .news-search-wrapper {
    display: flex;
    margin-right: 20px;
  }
  .site-news-search.site-display-listview:not(.site-display-filters-left):not(.site-display-filters-right) .search-and-filters .news-search-wrapper label {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 20px;
  }
  .site-news-search.site-display-listview:not(.site-display-filters-left):not(.site-display-filters-right) .search-and-filters .news-search-wrapper #news-search {
    margin-top: auto;
    margin-bottom: auto;
    width: auto;
  }
  .site-news-search.site-display-listview:not(.site-display-filters-left):not(.site-display-filters-right) .search-and-filters .site-display-filter-data {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .site-news-search.site-display-listview:not(.site-display-filters-left):not(.site-display-filters-right) .search-and-filters .site-display-filter-data .site-display-filter-title {
    margin-bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .site-news-search.site-display-listview:not(.site-display-filters-left):not(.site-display-filters-right) .search-and-filters .site-display-filter-data .site-display-filter-wrapper {
    margin-right: 0;
    margin-left: 20px;
  }
  .site-news-search.site-display-listview:not(.site-display-filters-left):not(.site-display-filters-right).site-display-filters-bottom .search-and-filters {
    margin-top: 50px;
    margin-bottom: 0;
    order: 2;
  }
}
@media (min-width: 1024px) {
  .site-news-search.site-display-listview.site-display-filters-left .search-and-filters, .site-news-search.site-display-listview.site-display-filters-right .search-and-filters {
    max-width: 150px;
  }
}
.site-news-search.site-display-listview.site-display-filters-left .search-and-filters .news-search-wrapper, .site-news-search.site-display-listview.site-display-filters-right .search-and-filters .news-search-wrapper {
  margin-bottom: 20px;
}
.site-news-search.site-display-listview.site-display-filters-left .search-and-filters .news-search-wrapper #news-search, .site-news-search.site-display-listview.site-display-filters-right .search-and-filters .news-search-wrapper #news-search {
  text-align: center;
}
.site-news-search.site-display-listview.site-display-filters-right .search-and-filters {
  order: 2;
}/*# sourceMappingURL=style.css.map */