/** @format */
@import url("https://fonts.googleapis.com/css2?family=Martel:wght@400;600;700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: "site-icon";
  src: url("../fonts/icon-fonts/site-icon.eot?xu879x");
  src: url("../fonts/icon-fonts/site-icon.eot?xu879x#iefix") format("embedded-opentype"), url("../fonts/icon-fonts/site-icon.ttf?xu879x") format("truetype"), url("../fonts/icon-fonts/site-icon.woff?xu879x") format("woff"), url("../fonts/icon-fonts/site-icon.svg?xu879x#site-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[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";
}

/** @format */
/** @format */
.site-color-text {
  color: #42464b !important;
}
.site-color-text-wrapper .cms-feature-title {
  color: #42464b !important;
}
.site-color-text-wrapper * {
  color: #42464b !important;
}
.site-color-primary {
  color: #45615a !important;
}
.site-color-primary * {
  color: #45615a !important;
}
.site-color-primary-wrapper .cms-feature-title {
  color: #45615a !important;
}
.site-color-secondary {
  color: #d44a69 !important;
}
.site-color-secondary * {
  color: #d44a69 !important;
}
.site-color-secondary-wrapper .cms-feature-title {
  color: #d44a69 !important;
}
.site-color-light {
  color: #f3f3f3 !important;
}
.site-color-light-wrapper .cms-feature-title {
  color: #f3f3f3 !important;
}
.site-color-black {
  color: #000000 !important;
}
.site-color-black * {
  color: #f3f3f3 !important;
}
.site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.site-color-white {
  color: #ffffff !important;
}
.site-color-white * {
  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: #42464b !important;
}
.site-bg-primary, .site-bg-primary-wrapper,
.site-bg .cms-feature-title {
  background: #45615a !important;
}
.site-bg-secondary, .site-bg-secondary-wrapper,
.site-bg .cms-feature-title {
  background: #d44a69 !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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  line-height: 24px;
  color: #42464b;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif !important;
}
body:not(.cms-page-is-in-edit-mode) #site-main {
  margin-top: 110px;
}
body:not(.cms-page-is-in-edit-mode) #site-main > * {
  z-index: 4;
}

.stop-scrolling {
  overflow: hidden;
}

pre,
code,
kbd,
samp,
tt,
input,
textarea,
select,
option,
optgroup,
button,
td,
blockquote,
cite,
small,
big,
.marker,
q {
  font-family: "Roboto", sans-serif !important;
}

.site-container {
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 120px;
  width: 100%;
  position: relative;
}
@media (max-width: 1499px) {
  .site-container {
    padding-left: 80px;
  }
}
@media (max-width: 999px) {
  .site-container {
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .site-container {
    padding: 0 80px 0 50px;
  }
}
@media (max-width: 599px) {
  .site-container {
    padding: 0 10px;
  }
}

.site-container-big {
  padding-right: 120px;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1199px) {
  .site-container-big {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .site-container-big {
    padding: 0 80px 0 50px;
  }
}
@media (max-width: 599px) {
  .site-container-big {
    padding: 0 10px;
  }
}

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);
  }
}

.layout-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.layout-row.nested {
  padding: 0;
}
.layout-row.grey-cols {
  overflow: hidden;
}
@media (max-width: 767px) {
  .layout-row.grey-cols.two-col:not(.no-features) {
    padding-bottom: 20px;
  }
}
.layout-row.grey-cols::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #f3f3f3;
  position: absolute;
  top: 0;
  z-index: -1;
}
.layout-row.grey-cols.add-margin {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .layout-row.grey-cols.add-margin {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .layout-row.grey-cols > div:not(.side):not(.no-features) {
    padding-top: 50px;
  }
  .layout-row.grey-cols > div:not(.side):not(.no-features):not(:nth-child(2)) {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .layout-row.grey-cols > div:not(.side) {
    padding: 20px;
    padding-bottom: 0;
  }
  .layout-row.grey-cols > div:not(.side):not(:nth-child(2)) {
    padding-bottom: 20px;
  }
  .layout-row.grey-cols > div:not(.side).no-features {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.layout-row.grey-cols > div:first-child > div {
  z-index: 3;
}
@media (min-width: 768px) {
  .layout-row.grey-cols > div:first-child {
    position: relative;
  }
  .layout-row.grey-cols > div:first-child::before {
    content: "";
    width: 100px;
    height: 100%;
    display: block;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 0;
  }
  .layout-row.grey-cols > div:first-child::after {
    content: "";
    width: 50%;
    height: 50px;
    display: block;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 0;
  }
  .layout-row.grey-cols > div:first-child > div {
    position: relative;
  }
}
@media (max-width: 767px) {
  .layout-row.grey-cols .side {
    margin-top: 50px;
  }
  .layout-row.grey-cols > div:nth-child(1) {
    order: 1;
  }
  .layout-row.grey-cols > div:nth-child(2) {
    order: 3;
  }
  .layout-row.grey-cols > div:nth-child(3) {
    order: 2;
  }
  .layout-row.grey-cols > div.side {
    order: 4;
  }
}
@media (max-width: 1199px) {
  .layout-row .side {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .layout-row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .layout-row .layout-row {
    margin-left: 0;
    margin-right: 0;
  }
  .layout-row .side [class^=site-button] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1000px) {
  .layout-row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.layout-row > div {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .layout-row > div {
    padding-left: 20px;
    padding-right: 20px;
  }
  .layout-row.three-col > div:nth-child(1) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .layout-row.three-col > div:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .layout-row.three-col.reverse-order > div:nth-child(1) {
    order: 2;
  }
  .layout-row.three-col.reverse-order > div:nth-child(2) {
    order: 1;
  }
  .layout-row.three-col.reverse-order > div:nth-child(3) {
    order: 3;
  }
  .layout-row.three-col.nested > div:nth-child(1) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .layout-row.three-col.nested > div:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .layout-row.three-col.nested > div:nth-child(3) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .layout-row.three-col > div.no-features {
    display: none;
  }
  .layout-row.three-col > div.no-features + .side {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .layout-row.four-col > div:nth-child(1) {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .layout-row.four-col > div:nth-child(2) {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .layout-row.four-col > div:nth-child(3) {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .layout-row.grey-cols.two-col > div:not(.no-features):nth-child(1), .layout-row.grey-cols.two-col > div:not(.no-features):nth-child(2), .layout-row.grey-cols.two-col > div:not(.no-features):nth-child(3) {
    padding-bottom: 50px;
  }
  .layout-row.grey-cols.two-col > div:nth-child(1), .layout-row.grey-cols.two-col > div:nth-child(2), .layout-row.grey-cols.two-col > div:nth-child(3) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .layout-row.grey-cols.two-col > div:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .layout-row.two-col > div:nth-child(1) {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 1365px) {
  .layout-row .layout-row.grey-cols.three-col > div:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .layout-row .layout-row.grey-cols.three-col > div:nth-child(2) {
    flex: 1;
    max-width: 100%;
  }
  .layout-row .layout-row.grey-cols.three-col > div:nth-child(3) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .layout-row .layout-row.grey-cols.three-col > div.no-features {
    display: none;
  }
}
@media (max-width: 399px) {
  .layout-row .layout-row.grey-cols.three-col > div:nth-child(2), .layout-row .layout-row.grey-cols.three-col > div:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .layout-row .layout-row.grey-cols.three-col > div:nth-child(2) div:last-child {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .layout-row .layout-row.grey-cols.three-col > div:nth-child(1), .layout-row .layout-row.grey-cols.two-col > div:nth-child(1) {
    padding-left: 0;
  }
}
@media (max-width: 299px) {
  .layout-row .layout-row.grey-cols.three-col > div:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .layout-row .layout-row.grey-cols.three-col > div:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .layout-row .layout-row.grey-cols.three-col > div:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1000px) {
  .layout-row > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .layout-row > div.side {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  .layout-row.four-col > div:nth-child(1) {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .layout-row.four-col > div:nth-child(2) {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .layout-row.four-col > div:nth-child(3) {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .layout-row .side {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .layout-row.three-col > div:nth-child(1) {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .layout-row.three-col > div:nth-child(2) {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .layout-row.three-col > div:nth-child(3):not(.side) {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .layout-row.three-col.nested > div:nth-child(1) {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .layout-row.three-col.nested > div:nth-child(2) {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .layout-row.three-col.nested > div:nth-child(3) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 600px) and (max-width: 1199px) {
  .layout-row .side .site-mobile-center * {
    text-align: center !important;
  }
  .layout-row .side .site-mobile-left * {
    text-align: left !important;
  }
  .layout-row .side .site-mobile-right * {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .cms-page-is-in-edit-mode .layout-row {
    margin-left: 0;
    margin-right: 0;
  }
  .cms-page-is-in-edit-mode .layout-row .grey-cols {
    overflow: initial;
  }
  .cms-page-is-in-edit-mode .layout-row > div {
    padding-left: 0;
    padding-right: 0;
  }
  .cms-page-is-in-edit-mode .layout-row .side {
    padding-right: 0;
    padding-top: 0;
  }
}
.feature-zone .cms-text-feature-wrapper img {
  position: relative;
  z-index: 3;
}
.feature-zone .cms-feature-wrapper {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .feature-zone .cms-feature-wrapper {
    margin-bottom: 100px;
  }
}

body:not(.cms-page-is-in-edit-mode) #site-main .feature-zone:not(#HeroCol1) {
  height: 100%;
}
body:not(.cms-page-is-in-edit-mode) .layout-row.three-col.nested > div.no-features {
  height: 0;
  overflow: hidden;
  display: none;
}

@media (min-width: 1200px) {
  .site-container-big .layout-row.two-col > div:nth-child(1) {
    flex: 0 0 calc(75% + 5px);
    max-width: calc(75% + 5px);
  }
  .site-container-big .layout-row.two-col > div.side {
    flex: 0 0 calc(25% - 5px);
    max-width: calc(25% - 5px);
  }
}
@media (min-width: 1200px) {
  .site-container-big .layout-row.two-col > div:nth-child(1) {
    flex: 0 0 calc(75% + 50px);
    max-width: calc(75% + 50px);
  }
  .site-container-big .layout-row.two-col > div.side {
    flex: 0 0 calc(25% - 50px);
    max-width: calc(25% - 50px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .site-container-big .layout-row .side {
    max-width: 2000px;
    margin: 0 auto;
    padding: 0 120px;
    width: 100%;
    padding-right: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (max-width: 1499px) {
  .site-container-big .layout-row .side {
    padding-left: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (max-width: 999px) {
  .site-container-big .layout-row .side {
    padding-left: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .site-container-big .layout-row .side {
    padding: 0 80px 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (max-width: 599px) {
  .site-container-big .layout-row .side {
    padding: 0 10px;
  }
}

.no-horizontal-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 768px) {
  .site-main :not(.layout-row) .site-full-width-content-wrapper {
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .site-main :not(.layout-row) .site-full-width-content-wrapper {
    padding-left: 20px;
  }
}
@media (min-width: 1500px) {
  .site-main :not(.layout-row) .site-full-width-content-wrapper {
    padding-right: 40px;
  }
}

body:not(.cms-page-is-in-edit-mode) .layout-row .site-full-width-block-wrapper,
body:not(.cms-page-is-in-edit-mode) .layout-row .site-full-width-content-wrapper,
body:not(.cms-page-is-in-edit-mode) .layout-row .site-full-height-block-wrapper {
  margin-left: 0;
  width: 100%;
}
body:not(.cms-page-is-in-edit-mode) .layout-row .site-full-width-block-wrapper .site-full-width-block,
body:not(.cms-page-is-in-edit-mode) .layout-row .site-full-width-block-wrapper .site-full-width-content,
body:not(.cms-page-is-in-edit-mode) .layout-row .site-full-width-block-wrapper .site-full-height-block,
body:not(.cms-page-is-in-edit-mode) .layout-row .site-full-width-content-wrapper .site-full-width-block,
body:not(.cms-page-is-in-edit-mode) .layout-row .site-full-width-content-wrapper .site-full-width-content,
body:not(.cms-page-is-in-edit-mode) .layout-row .site-full-width-content-wrapper .site-full-height-block,
body:not(.cms-page-is-in-edit-mode) .layout-row .site-full-height-block-wrapper .site-full-width-block,
body:not(.cms-page-is-in-edit-mode) .layout-row .site-full-height-block-wrapper .site-full-width-content,
body:not(.cms-page-is-in-edit-mode) .layout-row .site-full-height-block-wrapper .site-full-height-block {
  padding-left: 0;
  padding-right: 0;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

@media (min-width: 600px) and (max-width: 1023px) {
  .site-thumbnail.site-thumbnail-tab-2 .site-thumbnail-wrapper .site-thumbnail-block {
    width: 50% !important;
    padding-top: 50% !important;
  }
}
@media (min-width: 2000px) {
  .site-full-width-content-wrapper,
  .site-full-width-block-wrapper {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
.layout-row.hero .site-slider .site-slider-caption {
  background: transparent !important;
}

@media (max-width: 767px) {
  #site-header li:has(.custom-toggle-menu-link) {
    display: none !important;
  }
}
a.custom-toggle-menu-link {
  color: #45615a !important;
  cursor: pointer;
}
a.custom-toggle-menu-link:hover {
  color: #42464b !important;
}

/** @format */
h1 {
  font-size: 50px;
  line-height: 60px;
  font-family: "Martel", serif;
  font-weight: normal;
  color: #45615a;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 26px;
  }
}

h2 {
  font-size: 50px;
  line-height: 60px;
  font-family: "Martel", serif;
  font-weight: normal;
  color: #45615a;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 26px;
  }
}

h3 {
  font-size: 35px;
  line-height: 50px;
  font-family: "Martel", serif;
  font-weight: normal;
  color: #45615a;
  margin-bottom: 36px;
}
@media (max-width: 599px) {
  h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}

h4 {
  font-size: 30px;
  line-height: 45px;
  font-family: "Martel", serif;
  font-weight: normal;
  color: #45615a;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-family: "Martel", serif;
  font-weight: normal;
  color: #45615a;
  font-family: "Martel", serif;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

h6 {
  font-size: 20px;
  line-height: 25px;
  font-family: "Martel", serif;
  font-weight: normal;
  color: #45615a;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  h6 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

h1 var,
h2 var,
h3 var,
h4 var,
h5 var,
h6 var {
  font-style: normal;
  background-color: #45615a;
  color: #ffffff;
  box-shadow: 10px 0 0 #45615a, -10px 0 0 #45615a;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: underline;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 14px;
  display: inline-block;
}
h1 small var,
h2 small var,
h3 small var,
h4 small var,
h5 small var,
h6 small var {
  line-height: 0;
}

h1 var {
  line-height: 50px;
}
@media (min-width: 600px) {
  h1 var {
    line-height: 70px;
  }
}

h2 var {
  line-height: 50px;
}
@media (min-width: 600px) {
  h2 var {
    line-height: 70px;
  }
}

h3 var {
  line-height: 40px;
}
@media (min-width: 600px) {
  h3 var {
    line-height: 55px;
  }
}

h4 var {
  line-height: 35px;
}
@media (min-width: 600px) {
  h4 var {
    line-height: 50px;
  }
}

h5 var {
  line-height: 34px;
}
@media (min-width: 600px) {
  h5 var {
    line-height: 34px;
  }
}

h6 var {
  line-height: 25px;
}
@media (min-width: 600px) {
  h6 var {
    line-height: 30px;
  }
}

a {
  text-decoration: none;
  color: #45615a;
}
a:hover, a:focus {
  color: #42464b;
}

.site-main .cms-text-feature-content a {
  font-weight: 700;
}

p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 600px) {
  p {
    line-height: 24px;
    font-size: 16px;
  }
}
p var {
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  color: #45615a;
  font-family: "Martel", serif;
  font-weight: 700;
}
@media (min-width: 600px) {
  p var {
    font-size: 18px;
    line-height: 26px;
  }
}
p var a {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

small {
  font-weight: inherit;
  font-size: 12px;
}

hr {
  margin: 0 auto 10px;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

blockquote,
q {
  padding: 40px;
  padding-top: 150px;
  background-color: #f3f3f3;
}
blockquote p,
q p {
  font-family: "Martel", serif !important;
  color: #45615a;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
  background-image: url("../images/quote.svg");
  width: 100px;
  height: 100px;
  display: block;
  background-size: 50px;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
}
blockquote::after,
q::after {
  display: none;
}
@media (min-width: 600px) {
  blockquote,
  q {
    padding-top: 40px;
    padding-left: 150px;
    padding-right: 150px;
  }
  blockquote::before, blockquote::after,
  q::before,
  q::after {
    top: 0;
    left: 0;
    transform: none;
    border-radius: 0;
  }
  blockquote::after,
  q::after {
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
    transform: rotate(180deg);
    display: block;
  }
}

cite {
  font-size: 13px !important;
}

.site-button-primary, body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a,
.site-form-data .site-form-buttons .site-form-button,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  background: #45615a !important;
  font-size: 13.33px;
  padding: 10px 25px;
  border: none;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #45615a !important;
  display: inline-block;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  transition: 0.3s ease all;
}
.site-button-primary:hover, body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a:hover, .site-button-primary:focus, body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a:focus, .site-button-primary:active, body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a:active,
.site-form-data .site-form-buttons .site-form-button:hover,
.site-form-data .site-form-buttons .site-form-button:focus,
.site-form-data .site-form-buttons .site-form-button:active,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:focus,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:active {
  background: #ffffff !important;
  color: #45615a !important;
  border: 1px solid #45615a !important;
  transition: 0.3s ease all;
}
.site-button-primary.rounded, body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a.rounded,
.site-form-data .site-form-buttons .site-form-button.rounded,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button.rounded {
  border-radius: 999px !important;
}
.site-button-primary.custom-link-active, body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a.custom-link-active,
.site-form-data .site-form-buttons .site-form-button.custom-link-active,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button.custom-link-active {
  background-color: #ffffff !important;
  color: #45615a !important;
  border-color: #45615a !important;
}

.site-button-secondary, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a.custom-link-active {
  background: #d44a69 !important;
  font-size: 13.33px;
  padding: 10px 25px;
  border: none;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #d44a69 !important;
  display: inline-block;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  transition: 0.3s ease all;
}
.site-button-secondary:hover, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover, body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a.custom-link-active:hover, .site-button-secondary:focus, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:focus, body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a.custom-link-active:focus, .site-button-secondary:active, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:active, body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a.custom-link-active:active {
  background: #ffffff !important;
  color: #d44a69 !important;
  border: 1px solid #d44a69 !important;
  transition: 0.3s ease all;
}
.site-button-secondary.rounded, .site-search-wrapper .site-search-block.site-search-option2 .rounded.site-search-button, body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a.rounded.custom-link-active {
  border-radius: 999px !important;
}
.site-button-secondary.custom-link-active, .site-search-wrapper .site-search-block.site-search-option2 .custom-link-active.site-search-button, body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a.custom-link-active {
  background-color: #ffffff !important;
  color: #d44a69 !important;
  border-color: #d44a69 !important;
}

.site-button-tertiary {
  background: #44293e !important;
  font-size: 13.33px;
  padding: 10px 25px;
  border: none;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #44293e !important;
  display: inline-block;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  transition: 0.3s ease all;
}
.site-button-tertiary:hover, .site-button-tertiary:focus, .site-button-tertiary:active {
  background: #ffffff !important;
  color: #44293e !important;
  border: 1px solid #44293e !important;
  transition: 0.3s ease all;
}
.site-button-tertiary.rounded {
  border-radius: 999px !important;
}
.site-button-tertiary.custom-link-active {
  background-color: #ffffff !important;
  color: #44293e !important;
  border-color: #44293e !important;
}

.site-button-quaternary {
  background: #080a28 !important;
  font-size: 13.33px;
  padding: 10px 25px;
  border: none;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #080a28 !important;
  display: inline-block;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  transition: 0.3s ease all;
}
.site-button-quaternary:hover, .site-button-quaternary:focus, .site-button-quaternary:active {
  background: #ffffff !important;
  color: #080a28 !important;
  border: 1px solid #080a28 !important;
  transition: 0.3s ease all;
}
.site-button-quaternary.rounded {
  border-radius: 999px !important;
}
.site-button-quaternary.custom-link-active {
  background-color: #ffffff !important;
  color: #080a28 !important;
  border-color: #080a28 !important;
}

.site-button-quinary {
  background: #51453a !important;
  font-size: 13.33px;
  padding: 10px 25px;
  border: none;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #51453a !important;
  display: inline-block;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  transition: 0.3s ease all;
}
.site-button-quinary:hover, .site-button-quinary:focus, .site-button-quinary:active {
  background: #ffffff !important;
  color: #51453a !important;
  border: 1px solid #51453a !important;
  transition: 0.3s ease all;
}
.site-button-quinary.rounded {
  border-radius: 999px !important;
}
.site-button-quinary.custom-link-active {
  background-color: #ffffff !important;
  color: #51453a !important;
  border-color: #51453a !important;
}

.site-button-white {
  background: transparent !important;
  font-size: 13.33px;
  padding: 10px 25px;
  border: none;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #ffffff !important;
  display: inline-block;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  transition: 0.3s ease all;
}
.site-button-white:hover, .site-button-white:focus, .site-button-white:active {
  background: #ffffff !important;
  color: #42464b !important;
  border: 1px solid #ffffff !important;
  transition: 0.3s ease all;
}
.site-button-white.rounded {
  border-radius: 999px !important;
}
.site-button-white.custom-link-active {
  background-color: #ffffff !important;
  color: #42464b !important;
  border-color: #ffffff !important;
}

.site-button-full-primary {
  background: #45615a !important;
  font-size: 13.33px;
  padding: 10px 25px;
  border: none;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #45615a !important;
  display: inline-block;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  transition: 0.3s ease all;
  display: block;
  width: 100%;
}
.site-button-full-primary:hover, .site-button-full-primary:focus, .site-button-full-primary:active {
  background: #ffffff !important;
  color: #45615a !important;
  border: 1px solid #45615a !important;
  transition: 0.3s ease all;
}
.site-button-full-primary.rounded {
  border-radius: 999px !important;
}
.site-button-full-primary.custom-link-active {
  background-color: #ffffff !important;
  color: #45615a !important;
  border-color: #45615a !important;
}

.site-button-full-secondary {
  background: #d44a69 !important;
  font-size: 13.33px;
  padding: 10px 25px;
  border: none;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #d44a69 !important;
  display: inline-block;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  transition: 0.3s ease all;
  display: block;
  width: 100%;
}
.site-button-full-secondary:hover, .site-button-full-secondary:focus, .site-button-full-secondary:active {
  background: #ffffff !important;
  color: #d44a69 !important;
  border: 1px solid #d44a69 !important;
  transition: 0.3s ease all;
}
.site-button-full-secondary.rounded {
  border-radius: 999px !important;
}
.site-button-full-secondary.custom-link-active {
  background-color: #ffffff !important;
  color: #d44a69 !important;
  border-color: #d44a69 !important;
}

.site-button-full-tertiary {
  background: #44293e !important;
  font-size: 13.33px;
  padding: 10px 25px;
  border: none;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #44293e !important;
  display: inline-block;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  transition: 0.3s ease all;
  display: block;
  width: 100%;
}
.site-button-full-tertiary:hover, .site-button-full-tertiary:focus, .site-button-full-tertiary:active {
  background: #ffffff !important;
  color: #44293e !important;
  border: 1px solid #44293e !important;
  transition: 0.3s ease all;
}
.site-button-full-tertiary.rounded {
  border-radius: 999px !important;
}
.site-button-full-tertiary.custom-link-active {
  background-color: #ffffff !important;
  color: #44293e !important;
  border-color: #44293e !important;
}

.site-button-full-quaternary {
  background: #080a28 !important;
  font-size: 13.33px;
  padding: 10px 25px;
  border: none;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #080a28 !important;
  display: inline-block;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  transition: 0.3s ease all;
  display: block;
  width: 100%;
}
.site-button-full-quaternary:hover, .site-button-full-quaternary:focus, .site-button-full-quaternary:active {
  background: #ffffff !important;
  color: #080a28 !important;
  border: 1px solid #080a28 !important;
  transition: 0.3s ease all;
}
.site-button-full-quaternary.rounded {
  border-radius: 999px !important;
}
.site-button-full-quaternary.custom-link-active {
  background-color: #ffffff !important;
  color: #080a28 !important;
  border-color: #080a28 !important;
}

.site-button-full-quinary {
  background: #51453a !important;
  font-size: 13.33px;
  padding: 10px 25px;
  border: none;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #51453a !important;
  display: inline-block;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  transition: 0.3s ease all;
  display: block;
  width: 100%;
}
.site-button-full-quinary:hover, .site-button-full-quinary:focus, .site-button-full-quinary:active {
  background: #ffffff !important;
  color: #51453a !important;
  border: 1px solid #51453a !important;
  transition: 0.3s ease all;
}
.site-button-full-quinary.rounded {
  border-radius: 999px !important;
}
.site-button-full-quinary.custom-link-active {
  background-color: #ffffff !important;
  color: #51453a !important;
  border-color: #51453a !important;
}

.site-button-full-white {
  background: transparent !important;
  font-size: 13.33px;
  padding: 10px 25px;
  border: none;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #ffffff !important;
  display: inline-block;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  transition: 0.3s ease all;
  display: block;
  width: 100%;
}
.site-button-full-white:hover, .site-button-full-white:focus, .site-button-full-white:active {
  background: #ffffff !important;
  color: #42464b !important;
  border: 1px solid #ffffff !important;
  transition: 0.3s ease all;
}
.site-button-full-white.rounded {
  border-radius: 999px !important;
}
.site-button-full-white.custom-link-active {
  background-color: #ffffff !important;
  color: #42464b !important;
  border-color: #ffffff !important;
}

.site-textarea {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  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: 16px;
  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: 16px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  max-width: 100%;
}

main#site-main {
  min-height: 300px;
}
main#site-main .site-page-title {
  margin-top: 20px;
  color: #45615a;
}

/** @format */
.site-header-transparent .site-navigation-wrapper {
  top: 100px !important;
  height: calc(100vh - 100px) !important;
}
@media (min-width: 600px) {
  .site-header-transparent .site-navigation-wrapper {
    top: 110px !important;
    height: calc(100vh - 110px) !important;
  }
}

.site-navigation-wrapper {
  height: calc(100vh - 100px) !important;
}
.site-navigation-wrapper.insignia-left-wrapper::after {
  height: 100%;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .site-navigation-wrapper {
    padding-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .site-navigation-wrapper .site-navigation {
    padding-top: 30px;
  }
}
@media (max-width: 1023px) {
  .site-navigation-wrapper #site-navigation-images {
    display: none;
  }
}

#site-header {
  padding: 40px 0 10px;
  background: #ffffff;
}
@media (max-width: 9999px) {
  #site-header {
    padding: 13px 0;
  }
}
#site-header .site-header-block {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding: 20px 0;
}
#site-header .site-header-block .site-header-logo img {
  min-width: 200px;
  width: 200px;
  margin: auto;
}
#site-header .site-header-block .navigation-top-wrapper {
  margin-left: auto;
  transition: 0.3s ease all;
}
#site-header .site-header-block .navigation-top-wrapper #top-nav ul {
  display: flex;
  flex-wrap: wrap;
}
#site-header .site-header-block .navigation-top-wrapper #top-nav ul li {
  list-style: none;
  margin-left: 20px;
}
#site-header .site-header-block .navigation-top-wrapper #top-nav ul li a.custom-link-active {
  color: #d44a69;
}
@media (max-width: 767px) {
  #site-header .site-header-block .navigation-top-wrapper {
    display: none;
  }
}
#site-header .site-header-block .navigation-top-wrapper.nav-top-mob {
  display: none;
}
@media (max-width: 767px) {
  #site-header .site-header-block .navigation-top-wrapper.nav-top-mob {
    display: block;
    margin-top: 10px;
    margin-left: 0;
    border-top: 1px solid #f3f3f3;
    padding-top: 10px;
  }
  #site-header .site-header-block .navigation-top-wrapper.nav-top-mob ul {
    font-size: 18px;
    font-weight: bold;
  }
}
#site-header .site-header-block .navigation-top-wrapper.nav-top-mob ul {
  padding-left: 0;
  display: block !important;
}
@media (min-width: 600px) {
  #site-header .site-header-block .navigation-top-wrapper.nav-top-mob ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
#site-header .site-header-block .navigation-top-wrapper.nav-top-mob ul li {
  margin-left: 0 !important;
  margin-bottom: 10px;
}
#site-header .site-header-block .site-nav-custom-link #site-header-right {
  display: none;
  margin-right: 10px;
}
#site-header .site-header-block .site-nav-custom-link #site-header-right a {
  color: #ffffff;
  border: 0;
  text-decoration: none;
}
#site-header .site-header-block .site-nav-custom-link #site-header-right a:hover, #site-header .site-header-block .site-nav-custom-link #site-header-right a:focus {
  color: #d44a69;
  border: 0;
  text-decoration: none;
}
#site-header .site-header-block .site-nav-custom-link .cms-text-feature-data ul {
  padding: 0 0 5px;
}
#site-header .site-header-block .site-nav-custom-link .cms-text-feature-data ul li {
  display: inline-block;
  padding: 0 30px 0 0;
}
#site-header .site-header-block .site-nav-custom-link .cms-text-feature-data ul li a {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-size: 15px;
  display: block;
  border: none !important;
  color: #d44a69;
}
#site-header .site-header-block .site-nav-custom-link .cms-text-feature-data ul li a:hover, #site-header .site-header-block .site-nav-custom-link .cms-text-feature-data ul li a.custom-link-active {
  color: #d44a69 !important;
}
#site-header .site-header-block .site-nav-custom-link .cms-text-feature-data ul li a:hover:after, #site-header .site-header-block .site-nav-custom-link .cms-text-feature-data ul li a.custom-link-active:after {
  background: #d44a69;
}
#site-header .site-header-block .site-nav-custom-link .cms-text-feature-data ul li a::after {
  content: "";
  display: block;
  background: transparent;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 26px;
  transition: all ease 0.5s;
}
#site-header .site-header-block .site-nav-custom-link .cms-text-feature-data ul li a em {
  display: block;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 14px;
  margin: 10px 0 0;
}
#site-header .site-header-block .site-nav-custom-link.site-header-left .cms-text-feature-data ul li {
  padding: 0 45px 0 0;
}
@media (min-width: 600px) {
  #site-header .site-header-block .site-nav-custom-link.site-header-right {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #45615a;
    right: 0;
    padding: 10px;
    z-index: 99;
    transition: 0.5s ease all;
  }
  #site-header .site-header-block .site-nav-custom-link.site-header-right .site-menu-toggle {
    margin-top: 45vh;
    transition: 0.5s ease all;
  }
}
@media (min-width: 600px) {
  #site-header.site-navigation-open .site-header-block .site-nav-custom-link.site-header-right {
    background-color: #ffffff;
    transition: 0.5s ease all;
  }
  #site-header.site-navigation-open .site-header-block .site-nav-custom-link.site-header-right .site-menu-toggle {
    margin-top: 100px;
    transition: 0.5s ease all;
  }
}

@media (min-width: 600px) {
  body:not(.cms-user-logged):not(.cms-page-is-in-edit-mode) #site-header.site-navigation-open .site-header-block .site-nav-custom-link.site-header-right .site-menu-toggle {
    margin-top: 30px;
  }
}

body:not(.cms-page-is-in-edit-mode) #site-header-right {
  display: block;
}
body:not(.cms-page-is-in-edit-mode) #site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  background: #ffffff;
  height: 110px;
  padding: 0;
}
body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list {
  position: fixed;
  z-index: 10000;
}
@media (min-width: 10000px) {
  body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list {
    top: 50%;
    transform: translateY(-50%);
    left: -185px;
  }
}
@media (max-width: 9999px) {
  body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list {
    bottom: 0;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 10000px) {
  body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper {
    transform: rotate(90deg);
  }
}
body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul {
  padding: 0;
}
@media (max-width: 9999px) {
  body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul {
    display: flex;
    justify-content: space-between;
  }
}
body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li {
  display: inline-block;
  margin: 0 8px;
}
@media (max-width: 9999px) {
  body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li {
    margin: 0;
    flex: 0 0 49%;
    max-width: 49%;
  }
  body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a {
    width: 100%;
    border: 1px solid #f3f3f3 !important;
    padding: 10px !important;
    margin: 0;
  }
}
body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a {
  margin: 0 !important;
}
body:not(.cms-page-is-in-edit-mode) .site-header-sticky.site-header-transparent #site-header {
  border: none;
  transition: all ease 1s;
  background: none;
  transition: all ease 0.5s;
}
body:not(.cms-page-is-in-edit-mode) .site-header-sticky.site-header-transparent #site-header .site-header-block {
  align-items: center;
  transition: all ease 1s;
}
body:not(.cms-page-is-in-edit-mode) .site-header-sticky.site-header-transparent #site-header .site-header-block .site-header-logo img {
  width: 200px;
  min-width: 200px;
  transition: all ease 1s;
}
@media (min-width: 600px) {
  body:not(.cms-page-is-in-edit-mode) .site-header-sticky.site-header-transparent #site-header .site-header-block .site-header-logo img {
    width: 320px;
    min-width: 320px;
  }
}
body:not(.cms-page-is-in-edit-mode) .site-header-sticky:not(.site-header-transparent) #site-header {
  padding: 0;
  transition: all ease 1s;
  height: 100px;
}
body:not(.cms-page-is-in-edit-mode) .site-header-sticky:not(.site-header-transparent) #site-header .site-header-block {
  align-items: center;
}
body:not(.cms-page-is-in-edit-mode) .site-header-sticky:not(.site-header-transparent) #site-header .site-header-block .site-header-logo img {
  margin: 0;
}

.cms-page-is-in-edit-mode #site-header-right {
  display: block !important;
}
.cms-page-is-in-edit-mode #site-header {
  position: relative;
  z-index: 99;
  margin-bottom: 50px;
}
.cms-page-is-in-edit-mode .site-header-transparent .site-navigation-wrapper {
  top: 260px !important;
  height: calc(100vh - 260px) !important;
}
.cms-page-is-in-edit-mode .site-navigation-wrapper {
  top: 72px !important;
  height: calc(100vh - 72px) !important;
}

.cms-page-is-in-preview-mode #site-header {
  top: 45px !important;
}
.cms-page-is-in-preview-mode .site-header-transparent .site-navigation-wrapper {
  top: 145px !important;
  height: calc(100vh - 100px) !important;
}
@media (min-width: 600px) {
  .cms-page-is-in-preview-mode .site-header-transparent .site-navigation-wrapper {
    top: 155px !important;
    height: calc(100vh - 110px) !important;
  }
}
.cms-page-is-in-preview-mode .site-navigation-wrapper {
  top: 145px !important;
  height: calc(100vh - 100px) !important;
}

.cms-page-is-published #site-header {
  top: 72px !important;
}
.cms-page-is-published .site-header-transparent .site-navigation-wrapper {
  top: 172px !important;
  height: calc(100vh - 100px) !important;
}
@media (min-width: 600px) {
  .cms-page-is-published .site-header-transparent .site-navigation-wrapper {
    top: 182px !important;
    height: calc(100vh - 110px) !important;
  }
}
.cms-page-is-published .site-navigation-wrapper {
  top: 172px !important;
  height: calc(100vh - 100px - 60px) !important;
}

#reviews-button {
  background: #45615a;
  margin: 0;
  height: auto;
  padding: 10px 5px;
  display: block;
  position: fixed;
  top: 20%;
  right: 0;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: scale(-1, -1);
  text-orientation: mixed;
  z-index: 220;
  border: 0;
  outline: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  border: 1px #45615a solid;
  transition: all 1s ease;
}
#reviews-button:after {
  content: "REVIEWS";
}
@media (min-width: 900px) {
  #reviews-button {
    font-size: 20px;
    top: 50%;
    padding: 20px 15px;
  }
}
#reviews-button:hover {
  background: #d44a69 !important;
  color: #ffffff !important;
  border: 1px #d44a69 solid !important;
}
#reviews-button.active {
  background: #d44a69 !important;
  color: #ffffff !important;
  border: 1px #d44a69 solid !important;
}
#reviews-button.active:after {
  content: "CLOSE";
}

#reviews-wrapper {
  background: #45615a;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
#reviews-wrapper .site-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#reviews-wrapper #site-reviews {
  width: 100%;
  height: 100vh;
  margin: 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 600px) {
  #reviews-wrapper #site-reviews {
    width: 80%;
  }
}
#reviews-wrapper #site-reviews .site-custom-reviews-gallery-wrapper {
  width: 100%;
  display: block;
}

/** @format */
#site-footer {
  background: #45615a;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #site-footer .site-container {
    padding-right: 40px;
  }
}
#site-footer .disclaimer {
  background-color: #42464b;
  padding: 10px;
  width: 100%;
  z-index: 9;
  position: relative;
}
#site-footer .disclaimer small {
  font-weight: 400;
}
@media (max-width: 767px) {
  #site-footer .disclaimer {
    text-align: center;
  }
}
#site-footer .disclaimer .cms-text-feature-wrapper {
  margin-bottom: 0;
}
#site-footer .disclaimer .cms-text-feature-wrapper .cms-text-feature-data {
  margin-bottom: 0;
}
#site-footer .disclaimer .cms-text-feature-wrapper .cms-text-feature-data * {
  color: #ffffff;
}
#site-footer .disclaimer .cms-text-feature-wrapper .cms-text-feature-data > :last-child {
  margin-bottom: 0;
}
#site-footer .site-footer-block {
  position: relative;
  color: #000000;
}
@media (min-width: 768px) {
  #site-footer .site-footer-block {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #site-footer .site-footer-block {
    justify-content: center;
  }
}
#site-footer .site-footer-block small {
  font-weight: 400;
}
@media (min-width: 400px) {
  #site-footer .site-footer-block .site-footer-left {
    padding-top: 30px;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  #site-footer .site-footer-block .site-footer-left {
    padding-bottom: 30px;
  }
}
#site-footer .site-footer-block .site-footer-left img {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #site-footer .site-footer-block .site-footer-left img {
    margin-bottom: 10px;
  }
}
#site-footer .site-footer-block .site-footer-left div:last-child {
  margin-bottom: 0;
}
#site-footer .site-footer-block .site-footer-right {
  background-color: #42464b;
}
#site-footer .site-footer-block .site-footer-right .footer-social-block {
  display: flex;
  height: 100%;
}
#site-footer .site-footer-block .site-footer-right .footer-social-block #site-footer-right {
  align-self: center;
  width: 100%;
}
#site-footer .site-footer-block .site-footer-right .cms-gallery-feature-wrapper {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1365px) {
  #site-footer .site-footer-block .site-footer-right .cms-gallery-feature-wrapper {
    padding-bottom: 50px;
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  #site-footer .site-footer-block .site-footer-right .cms-gallery-feature-wrapper {
    max-width: 50%;
  }
}
@media (max-width: 399px) {
  #site-footer .site-footer-block .site-footer-right .cms-gallery-feature-wrapper {
    max-width: 100%;
  }
}
#site-footer .site-footer-block .site-footer-right .cms-gallery-feature-wrapper .site-slider .slick-arrow.slick-prev {
  left: -70px;
}
#site-footer .site-footer-block .site-footer-right .cms-gallery-feature-wrapper .site-slider .slick-arrow.slick-next {
  right: -70px;
}
#site-footer .site-footer-block .site-footer-right .cms-gallery-feature-wrapper .site-slider .slick-dots {
  bottom: -50px;
}
#site-footer .site-footer-block .site-footer-right .cms-gallery-feature-wrapper .site-slider .slick-dots li {
  margin: 0;
}
@media (max-width: 767px) {
  #site-footer .site-footer-block .site-footer-right {
    padding: 20px;
    margin-bottom: 10px;
  }
}
#site-footer .site-footer-block .site-footer-left .cms-text-feature-content *,
#site-footer .site-footer-block .site-footer-right .cms-text-feature-content * {
  color: #ffffff;
}
@media (max-width: 399px) {
  #site-footer .site-footer-block {
    display: block;
    text-align: center;
  }
}
#site-footer .site-footer-block .site-footer-left-wrap {
  padding: 20px 10px 30px 10px;
}
@media (min-width: 768px) {
  #site-footer .site-footer-block .site-footer-left-wrap {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 50px 0;
  }
  #site-footer .site-footer-block .site-footer-right {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
#site-footer .site-footer-block .site-footer-left .col {
  margin-bottom: 30px;
}
@media (min-width: 400px) {
  #site-footer .site-footer-block .site-footer-left {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
  }
  #site-footer .site-footer-block .site-footer-left .col {
    padding: 0 10px;
    margin-bottom: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #site-footer .site-footer-block .site-footer-left .col:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  #site-footer .site-footer-block .site-footer-left .col {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #site-footer .site-footer-block .site-footer-left .col:nth-child(n+3) {
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  #site-footer .site-footer-block .site-footer-left small {
    font-size: 14px;
    line-height: 30px;
  }
}
#site-footer .site-footer-block .site-footer-logo h1,
#site-footer .site-footer-block .site-footer-logo h2,
#site-footer .site-footer-block .site-footer-logo h3,
#site-footer .site-footer-block .site-footer-logo h4,
#site-footer .site-footer-block .site-footer-logo h5,
#site-footer .site-footer-block .site-footer-logo h6 {
  margin: 0;
}
#site-footer .site-footer-left a,
#site-footer .disclaimer a {
  display: inline-block;
}
#site-footer .site-footer-left a::after,
#site-footer .disclaimer a::after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: 0.5s ease all;
}
#site-footer .site-footer-left a:hover::after, #site-footer .site-footer-left a:focus::after, #site-footer .site-footer-left a.custom-link-active::after,
#site-footer .disclaimer a:hover::after,
#site-footer .disclaimer a:focus::after,
#site-footer .disclaimer a.custom-link-active::after {
  width: 100%;
  transition: 0.5s ease all;
}

@media (max-width: 767px) {
  #site-footer .site-footer-block .site-footer-right .cms-gallery-feature-wrapper .slick-track {
    display: flex !important;
  }
  #site-footer .site-footer-block .site-footer-right .cms-gallery-feature-wrapper .slick-track .slick-slide {
    height: inherit !important;
  }
  #site-footer .site-footer-block .site-footer-right .cms-gallery-feature-wrapper .slick-track .slick-slide .site-slide-link {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: 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;
}

/** @format */
.breadcrumb-inner {
  position: relative;
}

.site-breadcrumbs-wrapper {
  display: inline-block;
  position: relative;
  bottom: 0;
  top: auto;
  right: 0;
  padding: 10px;
  z-index: 1;
}
@media (min-width: 1000px) {
  .site-breadcrumbs-wrapper {
    position: absolute;
    max-width: 35%;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
  }
}
.site-breadcrumbs-wrapper .site-container {
  padding: 0;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
  color: #ffffff;
}
@media (max-width: 999px) {
  .site-breadcrumbs-wrapper .site-breadcrumbs-item {
    color: #42464b;
  }
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item:after {
  font-size: 25px;
  position: absolute;
  right: 5px;
  top: 0;
  content: "/";
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item.site-breadcrumbs-active:after {
  display: none;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link {
  color: #ffffff;
  position: relative;
  font-weight: 700;
}
@media (max-width: 999px) {
  .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link {
    color: #42464b;
  }
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link::after {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  background: #ffffff;
  left: 0;
  bottom: -5px;
  transition: all ease 0.5s;
}
@media (max-width: 999px) {
  .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link::after {
    background: #42464b;
  }
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link:hover:after {
  width: 100%;
}

@media (max-width: 999px) {
  .breadcrumb-inner {
    display: flex;
    flex-direction: column;
  }
  .breadcrumb-inner .site-breadcrumbs-wrapper {
    order: 2;
    margin-top: -50px;
    margin-bottom: 50px;
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .breadcrumb-inner .site-breadcrumbs-wrapper {
    margin-top: -100px;
    margin-bottom: 100px;
  }
}
@media (min-width: 10000px) {
  .site-navigation-wrapper {
    text-align: right;
  }
  .site-navigation-wrapper .site-navigation-wrapper ul.header-custom-link-list {
    display: none;
  }
  .site-navigation-wrapper .site-navigation-wrapper ul.site-nav-block {
    position: relative;
  }
  .site-navigation-wrapper .site-navigation-wrapper ul.site-nav-block > li {
    margin: 0 0 0 25px;
    display: inline-block;
  }
  .site-navigation-wrapper .site-navigation-wrapper ul.site-nav-block > li:nth-last-child(-n+3) {
    text-align: center;
  }
  .site-navigation-wrapper .site-navigation-wrapper ul.site-nav-block > li:nth-last-child(-n+3) .site-subnav-wrapper {
    right: 0;
  }
  .site-navigation-wrapper .site-navigation-wrapper ul.site-nav-block > li.site-nav-active-parent > a, .site-navigation-wrapper .site-navigation-wrapper ul.site-nav-block > li.site-nav-active-grandparent > a, .site-navigation-wrapper .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a {
    color: #d44a69;
  }
  .site-navigation-wrapper .site-navigation-wrapper ul.site-nav-block > li > a {
    color: #ffffff;
    padding: 15px 0 10px;
    display: block;
    font-weight: bold;
    font-size: 20px;
  }
  .site-navigation-wrapper .site-navigation-wrapper ul.site-nav-block > li:hover > .site-subnav-wrapper {
    display: block;
  }
  .site-navigation-wrapper .site-navigation-wrapper ul.site-nav-block .site-subnav-wrapper {
    display: none;
    position: absolute;
    background: #45615a;
    z-index: 1000;
    padding: 10px 20px;
    top: 100%;
    min-width: 300px;
    border-top: 5px solid #44293e;
    text-align: left;
  }
  .site-navigation-wrapper .site-navigation-wrapper ul.site-nav-block .site-subnav-wrapper li {
    display: block;
    border-bottom: 1px solid #44293e;
  }
  .site-navigation-wrapper .site-navigation-wrapper ul.site-nav-block .site-subnav-wrapper li.site-subnav-active a {
    color: #d44a69;
  }
  .site-navigation-wrapper .site-navigation-wrapper ul.site-nav-block .site-subnav-wrapper li a {
    color: #ffffff;
    border-bottom: 1px solid #44293e;
    padding: 10px 0;
    display: block;
  }
  .site-navigation-wrapper .site-navigation-wrapper ul.site-nav-block .site-subnav-wrapper li a:hover {
    color: #d44a69;
  }
  .site-navigation-wrapper .site-navigation-wrapper ul.site-nav-block .site-subnav-wrapper li.custom-nav-site-nav-button > a {
    background: #d44a69 !important;
    font-size: 13.33px;
    padding: 10px 25px;
    border: none;
    text-align: center;
    color: #45615a !important;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #d44a69 !important;
    display: inline-block;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    transition: 0.3s ease all;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 25px;
  }
  .site-navigation-wrapper .site-navigation-wrapper ul.site-nav-block .site-subnav-wrapper li.custom-nav-site-nav-button > a:hover, .site-navigation-wrapper .site-navigation-wrapper ul.site-nav-block .site-subnav-wrapper li.custom-nav-site-nav-button > a:focus, .site-navigation-wrapper .site-navigation-wrapper ul.site-nav-block .site-subnav-wrapper li.custom-nav-site-nav-button > a:active {
    background: #44293e !important;
    color: #ffffff !important;
    border: 1px solid #45615a !important;
    transition: 0.3s ease all;
  }
  .site-navigation-wrapper .site-navigation-wrapper ul.site-nav-block .site-subnav-wrapper li.custom-nav-site-nav-button > a.rounded {
    border-radius: 999px !important;
  }
  .site-navigation-wrapper .site-navigation-wrapper ul.site-nav-block .site-subnav-wrapper li.custom-nav-site-nav-button > a.custom-link-active {
    background-color: #ffffff !important;
    color: #ffffff !important;
    border-color: #45615a !important;
  }
  .site-navigation-wrapper .site-navigation-wrapper .site-nav-linktext,
  .site-navigation-wrapper .site-navigation-wrapper .site-nav-linktext {
    display: none;
  }
  .site-header-wrapper .custom-nav-hide-from-nav {
    display: none !important;
  }
}
.site-menu-toggle {
  display: none;
}

/** @format */
.site-menu-toggle {
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: #45615a;
  border: 1px #ffffff solid;
  border-radius: 100%;
}
@media (min-width: 600px) {
  .site-menu-toggle {
    border: none;
    width: 20px;
    height: 20px;
    background: transparent;
  }
  .site-menu-toggle.active-menu-toggle {
    background: #45615a;
    width: 40px;
    height: 40px;
  }
}
.site-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #ffffff;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.site-menu-toggle span:nth-child(1) {
  top: 13px;
}
.site-menu-toggle span:nth-child(2),
.site-menu-toggle span:nth-child(3) {
  top: 19px;
}
.site-menu-toggle span:nth-child(4) {
  top: 25px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .site-menu-toggle.active-menu-toggle {
    width: 30px;
    height: 30px;
  }
  .site-menu-toggle.active-menu-toggle span {
    width: 20px;
  }
  .site-menu-toggle.active-menu-toggle span:nth-child(2),
  .site-menu-toggle.active-menu-toggle span:nth-child(3) {
    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) {
  transform: rotate(45deg);
}
.site-menu-toggle.active-menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}
.site-menu-toggle.active-menu-toggle span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media (max-width: 9999px) {
  .site-menu-toggle {
    display: block;
  }
  .site-header-navigation {
    display: block;
  }
  body.cms-page-is-in-preview-mode .site-navigation-wrapper {
    top: 155px;
  }
  body.cms-page-is-in-edit-mode .site-navigation-wrapper {
    top: 0 !important;
    height: 100vh !important;
    padding-top: 100px;
  }
  body.cms-page-is-published .site-navigation-wrapper {
    top: 182px;
  }
  body.cms-page-is-published .site-header-transparent {
    top: 182px !important;
  }
  .site-navigation-wrapper {
    position: fixed;
    background: #ffffff;
    z-index: 10000000000;
    right: -100%;
    top: 110px;
    width: 100%;
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
    height: calc(100vh - 110px);
    padding: 0 20px;
    z-index: 10;
    overflow-y: scroll;
  }
}
@media (max-width: 9999px) and (min-width: 600px) {
  .site-navigation-wrapper {
    padding: 50px 20px;
  }
}
@media (max-width: 9999px) and (max-width: 767px) {
  .site-navigation-wrapper .navigation-bottom-wrapper {
    border-top: 1px solid #f3f3f3;
    padding-top: 10px;
    font-size: 18px;
    font-weight: bold;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper .navigation-bottom-wrapper #bottom-nav ul {
    padding-left: 0;
  }
}
@media (max-width: 9999px) and (min-width: 600px) {
  .site-navigation-wrapper .navigation-bottom-wrapper #bottom-nav ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper .navigation-bottom-wrapper #bottom-nav ul li {
    list-style: none;
  }
}
@media (max-width: 9999px) and (min-width: 768px) {
  .site-navigation-wrapper .navigation-bottom-wrapper #bottom-nav ul li:not(:first-child) {
    padding-left: 20px;
  }
}
@media (max-width: 9999px) and (max-width: 767px) {
  .site-navigation-wrapper .navigation-bottom-wrapper #bottom-nav ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper .navigation-bottom-wrapper #bottom-nav ul li a.custom-link-active {
    color: #d44a69;
  }
}
@media (max-width: 9999px) and (min-width: 600px) {
  .site-navigation-wrapper {
    overflow-y: hidden;
    padding: 50px 60px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper .navigation-bottom-wrapper .site-search-wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 9999px) and (min-width: 768px) {
  .site-navigation-wrapper .navigation-bottom-wrapper {
    margin-top: auto;
    display: flex;
  }
  .site-navigation-wrapper .navigation-bottom-wrapper .site-search-wrapper {
    margin-top: 0;
  }
  .site-navigation-wrapper .navigation-bottom-wrapper #bottom-nav {
    width: 75%;
  }
  .site-navigation-wrapper .navigation-bottom-wrapper #bottom-nav ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 9999px) and (min-width: 768px) {
  .site-navigation-wrapper .navigation-bottom-wrapper {
    padding-top: 30px;
  }
}
@media (max-width: 9999px) and (min-width: 768px) and (max-width: 1599px) {
  .site-navigation-wrapper .navigation-bottom-wrapper {
    padding-bottom: 30px;
  }
}
@media (max-width: 9999px) and (min-width: 1024px) {
  .site-navigation-wrapper {
    padding: 10px 110px;
  }
}
@media (max-width: 9999px) and (min-width: 1600px) {
  .site-navigation-wrapper {
    padding: 50px 110px;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper.site-navigation-active {
    right: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    overflow: scroll;
  }
}
@media (max-width: 9999px) and (max-width: 599px) {
  .site-navigation-wrapper.site-navigation-active {
    padding-bottom: 100px;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper ul.site-nav-block {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .site-navigation-wrapper ul.site-nav-block > li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 9999px) and (min-width: 1024px) {
  .site-navigation-wrapper ul.site-nav-block > li {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 20px;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper ul.site-nav-block > li.level1 > a {
    display: block;
    padding: 15px 0;
    color: #45615a;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    font-family: "Martel", serif;
    text-transform: none;
    transition: 0.3s ease all;
  }
}
@media (max-width: 9999px) and (min-width: 1024px) and (max-width: 1499px) {
  .site-navigation-wrapper ul.site-nav-block > li.level1 > a {
    font-size: 120%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 9999px) and (max-width: 599px) {
  .site-navigation-wrapper ul.site-nav-block > li.level1 > a {
    font-size: 25px;
    line-height: 30px;
    padding: 15px 0 0 0;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper ul.site-nav-block > li.level1 > a:hover {
    color: #d44a69;
    transition: 0.3s ease all;
  }
  .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a {
    color: #d44a69;
  }
  .site-navigation-wrapper ul.site-nav-block > li > .site-subnav-wrapper {
    padding: 0;
  }
  .site-navigation-wrapper ul.site-nav-block li {
    display: block;
    position: relative;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper {
    overflow: hidden;
    transition: all ease 0.5s;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper-active {
    max-height: 1000px;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
    padding: 0;
    text-transform: none;
    border-bottom: 1px #45615a solid;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.level3:last-child {
    border-bottom: none;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
    color: #45615a;
    display: block;
    padding: 10px 0;
    font-size: 16px;
    line-height: 28px;
    transition: 0.3s ease all;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:hover {
    color: #d44a69;
    transition: 0.3s ease all;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.site-subnav-active > a {
    color: #d44a69;
  }
  .site-navigation-wrapper ul.header-custom-link-list {
    padding: 10px 0 0;
    display: block;
  }
}
@media (max-width: 9999px) and (min-width: 1025px) {
  .site-navigation-wrapper ul.header-custom-link-list {
    display: none;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper ul.header-custom-link-list li {
    display: block;
    font-size: 15px;
    line-height: 19px;
  }
  .site-navigation-wrapper ul.header-custom-link-list li a {
    color: #ffffff;
    padding: 10px 0;
    display: inline-block;
  }
}
@media (max-width: 9999px) and (min-width: 1025px) {
  .site-navigation-wrapper ul.header-custom-link-list li a {
    padding: 10px 20px;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper ul.header-custom-link-list li a:hover, .site-navigation-wrapper ul.header-custom-link-list li a.custom-link-active {
    color: #d44a69 !important;
    position: relative;
  }
  .site-navigation-wrapper ul.header-custom-link-list li a:hover:after, .site-navigation-wrapper ul.header-custom-link-list li a.custom-link-active:after {
    background: #d44a69;
  }
  .site-navigation-wrapper ul.header-custom-link-list li a::after {
    content: "";
    display: block;
    background: transparent;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 30px;
    transition: all ease 0.5s;
  }
}
.site-navigation .site-nav-expand {
  max-width: 25px;
  height: 25px;
  display: block;
  background-color: #45615a;
  margin: auto 0;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.3s ease all;
}
.site-navigation .site-nav-expand:hover {
  background-color: #d44a69;
  transition: 0.3s ease all;
}
.site-navigation .site-nav-expand::before {
  content: "";
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  transition: 0.3s ease all;
  top: -1px;
  left: -1px;
  position: relative;
}
.site-navigation .site-nav-expand.site-nav-expand-active::before {
  transform: rotate(45deg);
  top: -2px;
  left: 0;
  transition: 0.3s ease all;
}
.site-navigation .level1 > .site-nav-expand {
  display: none;
}
@media (max-width: 1023px) {
  .site-navigation .level1 > .site-nav-expand {
    display: block;
    flex: 0 0 25%;
  }
}
@media (max-width: 1023px) {
  .site-navigation .level1 {
    display: flex !important;
    flex-wrap: wrap;
  }
  .site-navigation .level1 > .site-nav-link {
    flex: 1;
  }
}
@media (max-width: 1023px) {
  .site-navigation .level1 > .site-subnav-wrapper {
    display: none;
    width: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 600px) {
  .site-navigation .level1 > .site-subnav-wrapper {
    margin-top: -15px;
  }
}
@media (max-width: 1023px) {
  .site-navigation .level1 > .site-subnav-wrapper.site-subnav-wrapper-active {
    display: block;
  }
}
.site-navigation .site-subnav-wrapper > ul.site-subnav-block:not(.site-subnav-level1):not(.site-subnav-level2) {
  height: 0;
  margin-left: 10px;
}
.site-navigation .site-subnav-wrapper > ul.site-subnav-block:not(.site-subnav-level1):not(.site-subnav-level2) li {
  border-bottom: none !important;
}
.site-navigation .site-subnav-wrapper > ul.site-subnav-block:not(.site-subnav-level1):not(.site-subnav-level2) li a {
  padding-top: 0 !important;
}
.site-navigation .site-subnav-wrapper > ul.site-subnav-block > li.site-subnav-item {
  display: flex;
  flex-wrap: wrap;
}
.site-navigation .site-subnav-wrapper > ul.site-subnav-block > li.site-subnav-item > .site-subnav-link {
  flex: 1;
}
.site-navigation .site-subnav-wrapper > ul.site-subnav-block > li.site-subnav-item > .site-subnav-link + .site-nav-linktext {
  flex: 0 0 25%;
}
.site-navigation .site-subnav-wrapper > ul.site-subnav-block > li.site-subnav-item > .site-subnav-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}
.site-navigation .site-subnav-wrapper.site-subnav-wrapper-active > ul.site-subnav-block:not(.site-subnav-level1):not(.site-subnav-level2) {
  height: 100%;
}

.site-sidebar-menu {
  background: #45615a;
  border: 1px solid #45615a;
  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 #f3f3f3;
  display: block;
  padding: 10px 20px 10px 0;
}
.site-sidebar-menu ul.site-nav-block > li > a:hover {
  color: #d44a69;
}
.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 #f3f3f3;
  display: block;
  padding: 10px 20px 10px 0;
}
.site-sidebar-menu ul.site-subnav-block li > a:hover {
  color: #d44a69;
}
.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: #d44a69;
  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: #45615a;
  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: #42464b;
  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;
}
.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: "\e910" !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: "\e90f" !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: "\e905" !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: "\e90e" !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: "\e902" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

/** @format */
.cms-page-is-published .site-navigation-wrapper.sub-links,
.cms-page-is-in-preview-mode .site-navigation-wrapper.sub-links {
  top: 0 !important;
  height: auto !important;
}

.sub-links {
  left: 0;
  top: 0 !important;
  padding: 0;
  height: auto !important;
  position: relative;
  opacity: 1;
  visibility: visible;
  background: transparent;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .sub-links {
    margin-bottom: 100px;
  }
}
.sub-links .site-navigation {
  padding-top: 0 !important;
}
.sub-links h4 {
  margin-bottom: 0 !important;
}
.sub-links ul.site-nav-block {
  display: block;
}
.sub-links ul.site-nav-block li {
  padding: 0;
  max-width: 100%;
}
.sub-links ul.site-nav-block li.level1 > a {
  display: none !important;
}
.sub-links ul.site-nav-block > li {
  display: flex;
  flex-wrap: wrap;
}
.sub-links ul.site-nav-block > li.site-nav-item {
  display: none;
}
.sub-links ul.site-nav-block > li.site-nav-active-path {
  display: flex;
}
.sub-links ul.site-nav-block > li > .site-nav-link,
.sub-links ul.site-nav-block > li .site-subnav-link {
  flex: 1;
  padding: 10px 0;
}
.sub-links ul.site-nav-block > li > .site-nav-link + .site-nav-expand,
.sub-links ul.site-nav-block > li .site-subnav-link + .site-nav-expand {
  flex: 0 0 25%;
}
.sub-links ul.site-nav-block > li .site-subnav-wrapper {
  width: 100%;
}

body.cms-page-is-in-edit-mode .sub-links {
  height: auto !important;
  padding-top: 0;
}

@media (max-width: 1199px) {
  .sub-links {
    display: none;
  }
}
.hide-post-title h3.site-display-title {
  display: none;
}

.site-display-list-block h1 var,
.site-display-list-block h2 var,
.site-display-list-block h3 var,
.site-display-list-block h4 var,
.site-display-list-block h5 var,
.site-display-list-block h6 var {
  text-transform: uppercase;
  font-weight: bold;
}
.site-display-list-block .site-display-title a {
  border: none !important;
}
.site-display-list-block .site-display-title a:hover {
  border: none !important;
}

.site-display-listview .site-display-data-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  bottom: 0 !important;
}
.site-display-listview .site-display-data-block .site-display-date {
  order: 3 !important;
}
.site-display-listview .site-display-data-block .site-display-title {
  order: 2 !important;
}
.site-display-listview .site-display-data-block .site-display-desc {
  order: 1 !important;
}
.site-display-listview .site-display-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px !important;
}
.site-display-listview .site-display-title a {
  text-decoration: none !important;
}
.site-display-listview.site-display-img-background .site-display-list-block {
  border: 5px solid #ffffff !important;
  box-shadow: 0 2px 25px -5px rgba(0, 0, 0, 0.07), 0 25px 21px -5px rgba(0, 0, 0, 0.04) !important;
  transition: 0.5s ease all;
  padding-bottom: 0 !important;
}
.site-display-listview.site-display-img-background .site-display-list-block:hover {
  border-color: #45615a !important;
  transition: 0.5s ease all;
}
.site-display-listview.site-display-img-background .site-display-list-block:not(.site-display-no-img) .site-display-data-block {
  background: #000000;
  background: linear-gradient(0, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 71%);
  text-align: left;
}
.site-display-listview.site-display-img-background .site-display-list-block:not(.site-display-no-img) .site-display-title a {
  border: none;
}
.site-display-listview.site-display-img-background .site-display-list-block:not(.site-display-no-img) .site-display-title a:hover {
  border: none;
}
@media (max-width: 599px) {
  .site-display-listview .site-display-list-2 li,
  .site-display-listview .site-display-list-3 li,
  .site-display-listview .site-display-list-4 li {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
.site-display-listview.site-display-filters-bottom .site-display-list {
  width: 100%;
}
.site-display-listview.site-display-filters-right, .site-display-listview.site-display-filters-left {
  flex-wrap: nowrap;
}
.site-display-listview.site-display-filters-right .site-display-list, .site-display-listview.site-display-filters-left .site-display-list {
  max-width: 100%;
  flex: 0 0 100%;
}
.site-display-listview .site-display-filters .site-display-filter-data-block {
  position: relative;
}
.site-display-listview .site-display-filters .site-display-filter-data-block .site-display-feed-checkbox {
  width: 100%;
  height: 100%;
}

.site-display-slideshow.site-display-img-right .site-display-desc, .site-display-slideshow.site-display-img-left .site-display-desc {
  padding: 0 10px;
}

.site-display-filter-data {
  margin-top: 0;
}

.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
  z-index: 4;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper a {
    display: block;
  }
}
.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label {
  background-color: #ffffff !important;
}
.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label.site-button-primary {
  color: #45615a !important;
}
.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label.site-button-secondary, .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-search-wrapper .site-search-block.site-search-option2 .site-display-checkbox:checked + label.site-search-button, .site-search-wrapper .site-search-block.site-search-option2 .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label.site-search-button {
  color: #d44a69 !important;
}
.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label.site-button-tertiary {
  color: #44293e !important;
}
.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label.site-button-quaternary {
  color: #080a28 !important;
}
.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label.site-button-quinary {
  color: #51453a !important;
}

@media (min-width: 600px) and (max-width: 1199px) {
  .site-display-wrapper.site-display-listview .site-display-list-4 li,
  .site-display-wrapper.site-display-listview .site-display-list-5 li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .site-display-wrapper.site-display-listview .site-display-list-3 li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.site-display-wrapper.site-display-img-left .site-display-list-block .site-display-image, .site-display-wrapper.site-display-img-right .site-display-list-block .site-display-image {
  align-self: flex-start;
}
.site-display-wrapper.site-display-img-left .site-display-list-block .site-display-data-block .site-display-title, .site-display-wrapper.site-display-img-right .site-display-list-block .site-display-data-block .site-display-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .site-display-wrapper.site-display-img-left .site-display-list-block .site-display-data-block .site-display-title, .site-display-wrapper.site-display-img-right .site-display-list-block .site-display-data-block .site-display-title {
    word-break: break-all;
    font-size: 18px;
    line-height: 26px;
  }
}

.site-form-data .site-form-field input.site-checkbox:checked + label::before {
  background: #45615a;
  border-color: #45615a;
}
.site-form-data .site-form-field .site-radio-block input.site-radio:checked + .site-radio-label::before {
  background-color: #45615a;
}

.site-bg-primary,
.site-bg-secondary,
.site-bg-black {
  color: #ffffff;
}
.site-bg-primary select,
.site-bg-secondary select,
.site-bg-black select {
  color: #ffffff;
}

/** @format */
#lbCenter #lbImage #lbPrevLink::before,
#lbCenter #lbImage #lbNextLink::before {
  background: #45615a;
  line-height: 50px;
}
#lbCenter #lbImage #lbPrevLink:hover::before,
#lbCenter #lbImage #lbNextLink:hover::before {
  border-color: #ffffff;
  color: #45615a;
}

#lbBottomContainer #lbBottom #lbCloseLink {
  color: #45615a;
  transition: 0.3s ease all;
}
#lbBottomContainer #lbBottom #lbCloseLink:hover {
  color: #d44a69;
  transition: 0.3s ease all;
}

.site-slider .slick-arrow.slick-prev, .site-slider .slick-arrow.slick-next {
  width: 40px;
  top: 50%;
}
.site-slider .slick-arrow.slick-prev::before, .site-slider .slick-arrow.slick-next::before {
  font-size: 20px;
  width: 40px;
  height: 40px;
  padding: 5px;
  line-height: 29px;
}
.site-slider .slick-arrow.slick-prev {
  left: -10px;
}
.site-slider .slick-arrow.slick-next {
  right: -7px;
}

@media (max-width: 599px) {
  .site-full-width-content-wrapper .site-slider .slick-arrow.slick-prev {
    left: auto;
    top: -10px;
    right: 80px;
  }
  .site-full-width-content-wrapper .site-slider .slick-arrow.slick-next {
    right: 20px;
    top: -10px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .site-full-width-content-wrapper .site-slider .slick-arrow.slick-prev {
    left: 20px;
  }
  .site-full-width-content-wrapper .site-slider .slick-arrow.slick-next {
    right: 40px;
  }
}
@media (min-width: 1024px) {
  .site-full-width-content-wrapper .site-slider .slick-arrow.slick-prev {
    left: 5px;
  }
  .site-full-width-content-wrapper .site-slider .slick-arrow.slick-next {
    right: 11px;
  }
}
a.site-thumbnail-link .site-icon-search {
  color: #45615a !important;
}

.cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.cms-text-feature .cms-text-feature-data h1 var,
.cms-text-feature .cms-text-feature-data h2 var,
.cms-text-feature .cms-text-feature-data h3 var,
.cms-text-feature .cms-text-feature-data h4 var,
.cms-text-feature .cms-text-feature-data h5 var,
.cms-text-feature .cms-text-feature-data h6 var {
  padding-left: 10px;
}
.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: 24px;
  font-size: 16px;
}
.cms-text-feature .cms-text-feature-data .cms-text-feature-content > :last-child {
  margin-bottom: 0;
}

/** @format */
.landscape-video {
  line-height: 0;
}
.landscape-video iframe,
.landscape-video video {
  position: relative;
  z-index: 3;
  aspect-ratio: 16/9;
  width: 100% !important;
  height: auto !important;
}

.portrait-video {
  max-width: 42.3728813559vh;
  line-height: 0;
}
.portrait-video iframe,
.portrait-video video {
  aspect-ratio: 4/3;
  width: auto !important;
}
.portrait-video iframe {
  height: 75vh !important;
}

.shadow iframe,
.shadow video {
  outline: 5px solid #ffffff;
  box-shadow: 0 2px 25px -5px rgba(0, 0, 0, 0.07), 0 25px 21px -5px rgba(0, 0, 0, 0.04);
}

@media (max-width: 767px) {
  .portrait-video-wrapper {
    display: flex;
    justify-content: center;
  }
}
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;
  }
}

/** @format */
.cms-text-feature table tr {
  background: transparent;
}
.cms-text-feature table tr th {
  background: #45615a;
}
.cms-text-feature table tr:nth-child(2n) {
  background: #f3f3f3;
}
@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: none;
  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: #45615a;
  }
  table.site-table-mobile-stack td:last-child {
    border-bottom: 0;
  }
}

.cms-text-feature-wrapper.site-vertical-center-wrapper, .cms-text-feature-wrapper.site-vertical-top-wrapper, .cms-text-feature-wrapper.site-vertical-bottom-wrapper {
  height: 100%;
}
.cms-text-feature-wrapper.site-vertical-center-wrapper > div:not(.cms-feature-bar-wrapper), .cms-text-feature-wrapper.site-vertical-top-wrapper > div:not(.cms-feature-bar-wrapper), .cms-text-feature-wrapper.site-vertical-bottom-wrapper > div:not(.cms-feature-bar-wrapper) {
  height: 100%;
}
.cms-text-feature-wrapper.site-vertical-center-wrapper > div:not(.cms-feature-bar-wrapper) > div, .cms-text-feature-wrapper.site-vertical-top-wrapper > div:not(.cms-feature-bar-wrapper) > div, .cms-text-feature-wrapper.site-vertical-bottom-wrapper > div:not(.cms-feature-bar-wrapper) > div {
  height: 100%;
}

/** @format */
table {
  border: none;
}
@media (max-width: 599px) {
  table tbody,
  table tr th {
    display: block;
    width: 100%;
  }
}
table.site-table-accordion tr {
  font-size: 16px;
  line-height: 24px;
  background: #ffffff !important;
}
@media (max-width: 599px) {
  table.site-table-accordion tr {
    padding: 0 !important;
    display: block !important;
    width: 100%;
  }
}
table.site-table-accordion tr th {
  color: #45615a !important;
  text-align: left;
  background: none !important;
  font-family: "Martel", serif;
  border: none;
  white-space: normal;
}
table.site-table-accordion tr td {
  text-align: left;
  white-space: normal;
}
table.site-table-accordion tr .site-tbl-accordion-desc-wrapper td {
  padding: 20px 0;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header {
  font-size: 16px;
  line-height: 24px;
  background: #f3f3f3 !important;
  border: none !important;
}
@media (max-width: 599px) {
  table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header {
    margin-bottom: 5px;
  }
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: #45615a !important;
  text-align: left;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover {
  background: #45615a !important;
  border: none !important;
  color: #ffffff !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  color: #ffffff !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #45615a !important;
  color: #ffffff !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th {
  color: #ffffff !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th:after {
  background: #ffffff !important;
}

.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: "Martel", serif;
  font-weight: bold;
  font-size: 300px;
  line-height: 290px;
  color: #45615a;
}
@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: #45615a;
}
@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 #f3f3f3;
  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: #45615a;
  display: block;
}
.error-template .error-buttons .error-social-link .error-footer-social:hover {
  background: #d44a69;
}
.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: "Martel", serif;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: bold;
  line-height: 100px;
  color: #d44a69;
}
.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%;
}

.home-page .hero .site-slider .site-slide .site-slider-caption {
  padding-left: 0;
}

/** @format */
@media (min-width: 600px) and (max-width: 1199px) {
  .news-content-template .hero-banner h1,
  .news-content-template .hero-banner h2,
  .news-content-template .hero-banner h3,
  .news-content-template .hero-banner h4,
  .news-content-template .hero-banner h5,
  .news-content-template .hero-banner h6 {
    font-size: 25px;
  }
}
.news-content-template .hero-banner.site-slider .site-slide .site-slider-caption .site-slider-capton-data {
  max-width: 100%;
}
.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);
  }
}
@media (min-width: 768px) {
  .news-content-template .side .feature-zone .cms-feature-wrapper {
    margin-bottom: 50px;
  }
}
.news-content-template .layout-row.hero .side > :first-child:not(.no-features) {
  padding-top: 0 !important;
}

.search-result-page .site-search-data {
  display: flex;
  border: 1px solid #45615a;
}
.search-result-page .site-search-data .site-search-input {
  background: transparent;
  border-radius: 0;
  outline: none;
  border: 1px solid transparent;
  font-size: 16px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  background: transparent;
}
.search-result-page .site-search-data .site-search-button {
  background: transparent !important;
  font-size: 13.33px;
  padding: 10px 25px;
  border: none;
  text-align: center;
  color: #45615a !important;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid none !important;
  display: inline-block;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  transition: 0.3s ease all;
  font-size: 0;
  padding: 0 10px;
  letter-spacing: 0;
  background: none !important;
  height: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-result-page .site-search-data .site-search-button:hover, .search-result-page .site-search-data .site-search-button:focus, .search-result-page .site-search-data .site-search-button:active {
  background: transparent !important;
  color: #42464b !important;
  border: 1px solid none !important;
  transition: 0.3s ease all;
}
.search-result-page .site-search-data .site-search-button.rounded {
  border-radius: 999px !important;
}
.search-result-page .site-search-data .site-search-button.custom-link-active {
  background-color: #ffffff !important;
  color: #42464b !important;
  border-color: none !important;
}
.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;
}
.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;
  z-index: 9;
}
@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 {
  margin-bottom: -5px;
}
.search-result-page .sr-search-wrapper .sr-links-area a {
  margin: 0 5px 5px 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 #45615a;
  margin: 0 0 25px;
  padding: 0 0 25px;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a {
  color: #45615a;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a:hover {
  color: #42464b;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-link a {
  color: #999;
  word-break: break-all;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-link a:hover {
  color: #42464b;
}
.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: #42464b;
}
.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: #42464b;
  font-size: 10.67px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  min-height: 40px;
  line-height: 27px;
}

/** @format */
.junior-theme h1 var,
.junior-theme h2 var,
.junior-theme h3 var,
.junior-theme h4 var,
.junior-theme h5 var,
.junior-theme h6 var {
  background-color: #d44a69;
  box-shadow: 10px 0 0 #d44a69, -10px 0 0 #d44a69;
}
.junior-theme .hero-banner h1 var,
.junior-theme .hero-banner h2 var,
.junior-theme .hero-banner h3 var,
.junior-theme .hero-banner h4 var,
.junior-theme .hero-banner h5 var,
.junior-theme .hero-banner h6 var {
  color: #d44a69;
}
.junior-theme .site-form-data .site-form-field input.site-checkbox:checked + label::before {
  background: #d44a69;
  border-color: #d44a69;
}
.junior-theme .site-form-data .site-form-field .site-radio-block input.site-radio:checked + .site-radio-label::before {
  background-color: #d44a69;
}
.junior-theme .site-form-data .site-form-buttons .site-form-button {
  background-color: #d44a69 !important;
  border-color: #d44a69 !important;
}
.junior-theme .site-form-data .site-form-buttons .site-form-button:hover {
  background-color: #ffffff !important;
  color: #d44a69 !important;
}
.junior-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover, .junior-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #d44a69 !important;
}

h1.junior-theme var,
h2.junior-theme var,
h3.junior-theme var,
h4.junior-theme var,
h5.junior-theme var,
h6.junior-theme var {
  background-color: #d44a69;
  box-shadow: 10px 0 0 #d44a69, -10px 0 0 #d44a69;
}

.site-bg-primary,
.site-bg-secondary,
.site-bg-light,
.site-bg-white,
.site-bg-black {
  padding: 20px;
}

.senior-theme h1 var,
.senior-theme h2 var,
.senior-theme h3 var,
.senior-theme h4 var,
.senior-theme h5 var,
.senior-theme h6 var {
  background-color: #44293e;
  box-shadow: 10px 0 0 #44293e, -10px 0 0 #44293e;
}
.senior-theme .hero-banner h1 var,
.senior-theme .hero-banner h2 var,
.senior-theme .hero-banner h3 var,
.senior-theme .hero-banner h4 var,
.senior-theme .hero-banner h5 var,
.senior-theme .hero-banner h6 var {
  color: #44293e;
}
.senior-theme .site-form-data .site-form-field input.site-checkbox:checked + label::before {
  background: #44293e;
  border-color: #44293e;
}
.senior-theme .site-form-data .site-form-field .site-radio-block input.site-radio:checked + .site-radio-label::before {
  background-color: #44293e;
}
.senior-theme .site-form-data .site-form-buttons .site-form-button {
  background-color: #44293e !important;
  border-color: #44293e !important;
}
.senior-theme .site-form-data .site-form-buttons .site-form-button:hover {
  background-color: #ffffff !important;
  color: #44293e !important;
}
.senior-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover, .senior-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #44293e !important;
}

h1.senior-theme var,
h2.senior-theme var,
h3.senior-theme var,
h4.senior-theme var,
h5.senior-theme var,
h6.senior-theme var {
  background-color: #44293e;
  box-shadow: 10px 0 0 #44293e, -10px 0 0 #44293e;
}

.site-bg-primary,
.site-bg-secondary,
.site-bg-light,
.site-bg-white,
.site-bg-black {
  padding: 20px;
}

.sixth-form-theme h1 var,
.sixth-form-theme h2 var,
.sixth-form-theme h3 var,
.sixth-form-theme h4 var,
.sixth-form-theme h5 var,
.sixth-form-theme h6 var {
  background-color: #080a28;
  box-shadow: 10px 0 0 #080a28, -10px 0 0 #080a28;
}
.sixth-form-theme .hero-banner h1 var,
.sixth-form-theme .hero-banner h2 var,
.sixth-form-theme .hero-banner h3 var,
.sixth-form-theme .hero-banner h4 var,
.sixth-form-theme .hero-banner h5 var,
.sixth-form-theme .hero-banner h6 var {
  color: #080a28;
}
.sixth-form-theme .site-form-data .site-form-field input.site-checkbox:checked + label::before {
  background: #080a28;
  border-color: #080a28;
}
.sixth-form-theme .site-form-data .site-form-field .site-radio-block input.site-radio:checked + .site-radio-label::before {
  background-color: #080a28;
}
.sixth-form-theme .site-form-data .site-form-buttons .site-form-button {
  background-color: #080a28 !important;
  border-color: #080a28 !important;
}
.sixth-form-theme .site-form-data .site-form-buttons .site-form-button:hover {
  background-color: #ffffff !important;
  color: #080a28 !important;
}
.sixth-form-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover, .sixth-form-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #080a28 !important;
}

h1.sixth-form-theme var,
h2.sixth-form-theme var,
h3.sixth-form-theme var,
h4.sixth-form-theme var,
h5.sixth-form-theme var,
h6.sixth-form-theme var {
  background-color: #080a28;
  box-shadow: 10px 0 0 #080a28, -10px 0 0 #080a28;
}

.site-bg-primary,
.site-bg-secondary,
.site-bg-light,
.site-bg-white,
.site-bg-black {
  padding: 20px;
}

.alumni-theme h1 var,
.alumni-theme h2 var,
.alumni-theme h3 var,
.alumni-theme h4 var,
.alumni-theme h5 var,
.alumni-theme h6 var {
  background-color: #51453a;
  box-shadow: 10px 0 0 #51453a, -10px 0 0 #51453a;
}
.alumni-theme .hero-banner h1 var,
.alumni-theme .hero-banner h2 var,
.alumni-theme .hero-banner h3 var,
.alumni-theme .hero-banner h4 var,
.alumni-theme .hero-banner h5 var,
.alumni-theme .hero-banner h6 var {
  color: #51453a;
}
.alumni-theme .site-form-data .site-form-field input.site-checkbox:checked + label::before {
  background: #51453a;
  border-color: #51453a;
}
.alumni-theme .site-form-data .site-form-field .site-radio-block input.site-radio:checked + .site-radio-label::before {
  background-color: #51453a;
}
.alumni-theme .site-form-data .site-form-buttons .site-form-button {
  background-color: #51453a !important;
  border-color: #51453a !important;
}
.alumni-theme .site-form-data .site-form-buttons .site-form-button:hover {
  background-color: #ffffff !important;
  color: #51453a !important;
}
.alumni-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover, .alumni-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #51453a !important;
}

h1.alumni-theme var,
h2.alumni-theme var,
h3.alumni-theme var,
h4.alumni-theme var,
h5.alumni-theme var,
h6.alumni-theme var {
  background-color: #51453a;
  box-shadow: 10px 0 0 #51453a, -10px 0 0 #51453a;
}

.site-bg-primary,
.site-bg-secondary,
.site-bg-light,
.site-bg-white,
.site-bg-black {
  padding: 20px;
}

.site-search-wrapper {
  position: relative;
  width: 100%;
  height: 46px;
}
.site-search-wrapper .site-search-icon {
  color: #45615a;
  font-size: 25px;
}
@media (min-width: 10000px) {
  .site-search-wrapper .site-search-icon {
    color: #ffffff;
  }
}
.site-search-wrapper .site-search-icon i {
  font-weight: bold;
  cursor: pointer;
}
.site-search-wrapper .site-search-block {
  opacity: 1;
  visibility: visible;
}
.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 #d44a69 !important;
  transition: all ease 0.6s;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button {
  background: transparent !important;
  font-size: 13.33px;
  padding: 10px 25px;
  border: none;
  text-align: center;
  color: #45615a !important;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid transparent !important;
  display: inline-block;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  transition: 0.3s ease all;
  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:hover, .site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:focus, .site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:active {
  background: transparent !important;
  color: #d44a69 !important;
  border: 1px solid transparent !important;
  transition: 0.3s ease all;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button.rounded {
  border-radius: 999px !important;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button.custom-link-active {
  background-color: #ffffff !important;
  color: #d44a69 !important;
  border-color: transparent !important;
}
.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: relative;
  right: 0;
  top: 0;
  background: #f3f3f3;
  z-index: 1000;
  width: 400px;
  height: auto;
  max-height: 0;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
  .site-search-wrapper .site-search-block.site-search-option1 {
    margin-left: auto;
  }
}
@media (max-width: 599px) {
  .site-search-wrapper .site-search-block.site-search-option1 {
    width: 100%;
  }
}
.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: #45615a !important;
  font-size: 13.33px;
  padding: 10px 25px;
  border: none;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #000000 !important;
  display: inline-block;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  transition: 0.3s ease all;
  font-size: 0;
  padding: 0 10px;
  letter-spacing: 0;
  min-height: auto;
  line-height: 0;
  display: flex;
  align-items: center;
  transition: 0.3s ease all;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:hover, .site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:focus, .site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:active {
  background: #d44a69 !important;
  color: #45615a !important;
  border: 1px solid #d44a69 !important;
  transition: 0.3s ease all;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button.rounded {
  border-radius: 999px !important;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button.custom-link-active {
  background-color: #ffffff !important;
  color: #45615a !important;
  border-color: #d44a69 !important;
}
.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;
  transition: 0.3s ease all;
  color: #ffffff;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:hover {
  color: #ffffff;
  transition: 0.3s ease all;
}
.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 */
.site-slider .site-slide .site-slider-image-block img {
  pointer-events: none;
}
.site-slider .site-slide .site-slider-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  height: 100%;
}
.site-slider .site-slide .site-slider-caption .site-slider-capton-data {
  max-width: 100%;
  text-align: left;
  margin-left: 0;
  padding: 50px 0 !important;
}
.site-slider .site-slide .site-slider-caption .site-slider-capton-data > :first-child {
  margin-top: 0;
}
.site-slider .site-slide .site-slider-caption .site-slider-capton-data > :last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
    padding: 100px 0;
  }
}
.site-slider .site-slide .site-slider-caption .site-slider-capton-data p var {
  color: #ffffff;
}
.site-slider .site-slide .site-slider-caption .site-slider-capton-data h1,
.site-slider .site-slide .site-slider-caption .site-slider-capton-data h2,
.site-slider .site-slide .site-slider-caption .site-slider-capton-data h3,
.site-slider .site-slide .site-slider-caption .site-slider-capton-data h4,
.site-slider .site-slide .site-slider-caption .site-slider-capton-data h5,
.site-slider .site-slide .site-slider-caption .site-slider-capton-data h6 {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
    max-width: 45%;
  }
}
.site-slider.site-gallery-bg .site-slider-with-image {
  background-repeat: no-repeat;
  background-size: cover;
}
.site-slider.site-gallery-bg .site-slider-caption-block {
  width: 100%;
}
.site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption {
  transform: none;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
}
.site-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption {
  justify-content: flex-end;
}
.site-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption .site-slider-capton-data, .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-capton-data {
  margin-bottom: 0;
}
.site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-ml .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption {
  justify-content: center;
}
.site-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption .site-slider-capton-data, .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-capton-data {
  margin-left: auto;
  text-align: center;
}
.site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-capton-data, .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-capton-data, .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-capton-data {
  margin-left: auto;
  margin-right: 0;
}
.site-slider.site-slide-caption-dt-mr .site-slide .site-slider-caption .site-slider-capton-data *, .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-capton-data *, .site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-capton-data * {
  margin-left: auto;
}
.site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption, .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption {
  justify-content: flex-start;
}
.site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption .site-slider-capton-data, .site-slider.site-slide-caption-dt-tc .site-slide .site-slider-caption .site-slider-capton-data, .site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-capton-data {
  margin-top: 0;
}
@media (max-width: 767px) {
  .site-slider.site-slide-caption-mob-bottom .site-slide .site-slider-caption {
    display: flex;
    justify-content: flex-end;
  }
  .site-slider.site-slide-caption-mob-bottom .site-slide .site-slider-caption .site-container {
    display: flex;
  }
  .site-slider.site-slide-caption-mob-bottom .site-slide .site-slider-caption .site-container .site-slider-capton-data {
    margin-top: auto;
    margin-bottom: 0;
  }
}
.site-slider .slick-arrow.slick-prev::before, .site-slider .slick-arrow.slick-next::before {
  background: #45615a;
}
.site-slider .slick-arrow.slick-prev:hover::before, .site-slider .slick-arrow.slick-next:hover::before {
  border-color: #45615a;
  color: #45615a;
}
.site-slider .slick-dots li button::before {
  border-color: #45615a;
  background: #45615a;
}
.site-slider .slick-dots li.slick-active button::before {
  border-color: #45615a;
}
@media (max-width: 599px) {
  .site-slider.site-slide-caption-mob-top:not(.site-gallery-bg) .site-slide .site-slider-caption, .site-slider.site-slide-caption-mob-bottom:not(.site-gallery-bg) .site-slide .site-slider-caption {
    position: relative;
    background-color: transparent;
  }
  .site-slider.site-slide-caption-mob-top:not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-capton-data p var, .site-slider.site-slide-caption-mob-bottom:not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-capton-data p var {
    color: #45615a;
  }
  .site-slider.site-slide-caption-mob-top .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) {
    display: flex !important;
    flex-direction: column !important;
  }
  .site-slider.site-slide-caption-mob-top .site-slide .site-slider-image-block {
    order: 2;
  }
  .site-slider.site-slide-caption-mob-top .site-slide .site-slider-caption {
    order: 1;
  }
}
.site-slider.site-multi-slide-slider .site-slider-caption .site-container {
  padding: 0;
}
.site-slider.site-multi-slide-slider .site-slider-caption .site-container .site-slider-capton-data {
  padding: 15px;
}
.site-slider.site-slider-popup .site-slider-pop-caption {
  position: relative;
  background: transparent;
  padding: 20px;
}
.site-slider.site-slider-popup .site-slider-pop-caption .site-slider-pop-title > :first-child {
  margin-top: 0;
}
.site-slider.site-slider-popup .site-slider-pop-caption .site-slider-pop-title > :last-child {
  margin-bottom: 0;
}
.site-slider.site-slider-popup .site-slider-image {
  cursor: pointer;
}
.site-slider.site-slider-popup .site-slider-pop-desc {
  margin: 0 !important;
  width: 100%;
  opacity: 1;
}
.site-slider.site-slider-popup .site-slider-pop-desc .site-slider-popup-close {
  width: 34px;
  height: 34px;
  line-height: 33px;
}
.site-slider.site-slider-popup .slick-track {
  display: flex;
}
.site-slider.site-slider-popup .slick-track .slick-slide {
  height: inherit;
}
.site-slider.site-slider-popup .site-slider-pop-wrapper {
  height: 100%;
  background-color: white;
  box-shadow: 0 2px 25px -5px rgba(0, 0, 0, 0.07), 0 25px 21px -5px rgba(0, 0, 0, 0.04);
}
.site-slider.site-slider-popup .site-slider-pop-wrapper .site-slider-pop-desc {
  transform: scale(0) translateY(-50%);
  top: 50%;
  transition: 0.5s ease all;
  z-index: 9;
}
@media (min-width: 600px) {
  .site-slider.site-slider-popup .site-slider-pop-wrapper .site-slider-pop-desc {
    width: 150%;
    left: -25%;
  }
}
.site-slider.site-slider-popup .site-slider-pop-wrapper.site-active-slider-pop-wrapper .site-slider-pop-desc {
  transform: scale(1) translateY(-50%);
  transition: 0.5s ease all;
}
.site-slider.site-slider-popup.popup-grid .col-1 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 599px) {
  .site-slider.site-slider-popup.popup-grid .col-mob-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.site-slider.site-slider-popup.popup-grid .col-2 {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 599px) {
  .site-slider.site-slider-popup.popup-grid .col-mob-col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.site-slider.site-slider-popup.popup-grid .col-3 {
  flex: 0 0 33%;
  max-width: 33%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 599px) {
  .site-slider.site-slider-popup.popup-grid .col-mob-col {
    flex: 0 0 33% !important;
    max-width: 33% !important;
  }
}
.site-slider.site-slider-popup.popup-grid .col-4 {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 599px) {
  .site-slider.site-slider-popup.popup-grid .col-mob-col {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
.site-slider.site-slider-popup.popup-grid .col-5 {
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 599px) {
  .site-slider.site-slider-popup.popup-grid .col-mob-col {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}
.site-slider.site-slider-popup.popup-grid .col-6 {
  flex: 0 0 16.666666%;
  max-width: 16.666666%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 599px) {
  .site-slider.site-slider-popup.popup-grid .col-mob-col {
    flex: 0 0 16.666666% !important;
    max-width: 16.666666% !important;
  }
}
.site-slider.site-slider-popup.popup-grid .site-slick-wrapper {
  opacity: 1;
  visibility: visible;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.site-slider.site-slider-popup:not(.popup-grid) .site-slider-pop-wrapper .site-slider-pop-desc {
  height: 100%;
  overflow: scroll;
}

.site-slider-popup-wrapper {
  z-index: 9;
}

.site-slider-tab.site-multi-slide-slider .site-slider-caption {
  padding: 0 !important;
}
.site-slider-tab.site-multi-slide-slider .site-slider-caption .site-container .site-slider-capton-data {
  padding: 5% !important;
  max-width: 100%;
}

@media (max-width: 599px) {
  .site-slider.site-slide-caption-mob-top, .site-slider.site-slide-caption-mob-bottom {
    display: block !important;
  }
  .site-slider.site-slide-caption-mob-top .site-slide .site-slider-caption, .site-slider.site-slide-caption-mob-bottom .site-slide .site-slider-caption {
    padding: 0;
  }
  .site-slider.site-slide-caption-mob-bottom .site-slide .site-slider-caption .site-slider-capton-data {
    padding-bottom: 0 !important;
  }
}
body:not(.cms-page-is-in-edit-mode) .timeline-wrapper {
  overflow: hidden;
}

@media (min-width: 600px) {
  .timeline-wrapper {
    margin-right: -40px;
  }
}
@media (min-width: 768px) {
  .timeline-wrapper {
    margin-right: -80px;
  }
}

.timeline {
  /* height settings */
  /*alignment settings*/
  /* Desktop */
  /* Mobile */
}
@media (min-width: 600px) {
  .timeline {
    padding-right: 0;
  }
}
.timeline .slick-slide {
  cursor: pointer;
}
@media (max-width: 599px) {
  .timeline .slick-slide {
    overflow: hidden;
  }
}
@media (min-width: 600px) {
  .timeline .slick-slide {
    margin: 0 0 0 40px;
  }
}
.timeline .site-slide {
  position: relative;
  height: 500px;
  padding-bottom: 25px;
}
.timeline .site-slide::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 1px solid #45615a;
  border-radius: 999px;
  z-index: 99;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease all;
}
.timeline .site-slide:hover::after, .timeline .site-slide:focus::after {
  background-color: #45615a;
  transition: 0.3s ease all;
}
.timeline .site-slide::before {
  content: "";
  display: block;
  width: 200%;
  height: 2px;
  position: absolute;
  bottom: 6px;
  background-color: #45615a;
  z-index: 99;
}
@media (max-width: 1023px) {
  .timeline .site-slide::before {
    width: 120%;
  }
}
@media (max-width: 599px) {
  .timeline .site-slide::before {
    width: 110%;
  }
}
.timeline .site-slide .site-slider-caption {
  bottom: 25px;
  position: relative;
  height: 100%;
  padding: 0 !important;
}
.timeline .site-slide .site-slider-caption .site-slider-caption-block {
  height: 100%;
}
.timeline .site-slide .site-slider-caption .site-container {
  padding: 0;
  display: block;
  height: 100%;
}
.timeline .site-slide .site-slider-caption .site-slider-capton-data {
  max-width: 100%;
  padding: 20px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #45615a;
  overflow-y: scroll;
  height: 80%;
}
.timeline .site-slide .site-slider-caption .site-slider-capton-data > * {
  z-index: 1;
}
.timeline .site-slide .site-slider-caption .site-slider-capton-data h1,
.timeline .site-slide .site-slider-caption .site-slider-capton-data h2,
.timeline .site-slide .site-slider-caption .site-slider-capton-data h3,
.timeline .site-slide .site-slider-caption .site-slider-capton-data h4,
.timeline .site-slide .site-slider-caption .site-slider-capton-data h5,
.timeline .site-slide .site-slider-caption .site-slider-capton-data h6 {
  color: #45615a;
}
.timeline .site-slide .site-slider-caption .site-slider-capton-data table {
  line-height: 24px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 100% !important;
  border: none;
}
.timeline .site-slide .site-slider-caption .site-slider-capton-data table th,
.timeline .site-slide .site-slider-caption .site-slider-capton-data table td {
  border: none;
}
.timeline .site-slide .site-slider-caption .site-slider-capton-data table tbody {
  opacity: 0;
  visibility: hidden;
}
.timeline .site-slide .site-slider-caption .site-slider-capton-data::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f3f3f3;
  transition: 0.3s ease all;
}
@media (max-width: 1023px) {
  .timeline .site-slide .site-slider-caption {
    padding: 0;
  }
  .timeline .site-slide .site-slider-caption .site-container {
    height: 100%;
  }
  .timeline .site-slide .site-slider-caption .site-container .site-slider-capton-data {
    height: 80%;
    display: flex;
    flex-direction: column;
  }
  .timeline .site-slide .site-slider-caption .site-container .site-slider-capton-data table {
    table-layout: fixed;
  }
  .timeline .site-slide .site-slider-caption .site-container .site-slider-capton-data table tr > th,
  .timeline .site-slide .site-slider-caption .site-container .site-slider-capton-data table tr > td {
    word-wrap: break-word;
  }
}
.timeline .site-slide .site-slider-caption .site-slider-more-desc {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-top: 1px solid #45615a;
  transition: 0.3s ease all;
  text-align: left;
}
.timeline .site-slide .site-slider-caption .site-slider-more-desc > :last-child {
  margin-bottom: 0;
}
.timeline .site-slide .site-slider-image-block {
  position: absolute;
  top: 0;
  bottom: 25px;
  width: 100%;
}
.timeline .site-slide .site-slider-image-block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.timeline .site-slide:hover *, .timeline .site-slide:active *, .timeline .site-slide:focus * {
  color: #ffffff;
  transition: 0.3s ease all;
}
.timeline .site-slide:hover .site-slider-caption .site-slider-capton-data::before, .timeline .site-slide:active .site-slider-caption .site-slider-capton-data::before, .timeline .site-slide:focus .site-slider-caption .site-slider-capton-data::before {
  background-color: rgba(69, 97, 90, 0.5);
  transition: 0.3s ease all;
}
.timeline .site-slide:hover .site-slider-caption .site-slider-capton-data *, .timeline .site-slide:active .site-slider-caption .site-slider-capton-data *, .timeline .site-slide:focus .site-slider-caption .site-slider-capton-data * {
  color: #ffffff !important;
  transition: 0.3s ease all;
}
.timeline .site-slide:hover .site-slider-caption .site-slider-capton-data table tbody, .timeline .site-slide:active .site-slider-caption .site-slider-capton-data table tbody, .timeline .site-slide:focus .site-slider-caption .site-slider-capton-data table tbody {
  opacity: 1;
  visibility: visible;
}
.timeline .site-slide:hover .site-slider-more-desc, .timeline .site-slide:active .site-slider-more-desc, .timeline .site-slide:focus .site-slider-more-desc {
  border-color: #ffffff;
  transition: 0.3s ease all;
}
@media (max-width: 599px) {
  .timeline .slick-current.slick-slide .site-slide::after {
    background-color: #45615a;
    transition: 0.3s ease all;
  }
}
.timeline .slick-slider.slick-dotted {
  padding-bottom: 50px;
}
.timeline .slick-slider.slick-dotted .slick-dots {
  bottom: 10px;
}
.timeline .slick-slider .slick-prev {
  top: -30px;
  left: 40px;
}
@media (max-width: 599px) {
  .timeline .slick-slider .slick-prev {
    left: 0px;
  }
}
.timeline .slick-slider .slick-prev + .slick-list {
  margin-top: 60px;
}
.timeline .slick-slider .slick-next {
  top: -30px;
  left: 100px;
}
@media (max-width: 599px) {
  .timeline .slick-slider .slick-next {
    left: 50px;
  }
}
.timeline.site-slide-height-dt-cover .site-slick-wrapper .slick-list .site-slider-image-block {
  height: auto !important;
}
.timeline.site-slide-height-dt-cover .site-slick-wrapper .slick-list .site-slider-image-block .site-slider-image {
  height: 100% !important;
}
.timeline.site-slide-height-dt-fixed .site-slick-wrapper .slick-list .site-slider-image-block .site-slider-image {
  height: 100% !important;
}
@media (min-width: 1366px) {
  .timeline.site-slide-caption-dt-tc * {
    text-align: center;
  }
  .timeline.site-slide-caption-dt-tr * {
    text-align: right;
  }
  .timeline.site-slide-caption-dt-mc .site-slide .site-slider-caption {
    left: 0;
    right: 0;
    top: 0;
    transform: none;
  }
  .timeline.site-slide-caption-dt-mc .site-slide * {
    text-align: center;
  }
}
@media (max-width: 599px) {
  .timeline.site-slide-caption-mob-top, .timeline.site-slide-caption-mob-bottom {
    display: block !important;
  }
  .timeline.site-slide-caption-mob-bottom .site-slide .site-slider-caption .site-slider-capton-data {
    margin-top: 0 !important;
  }
}

body:not(.cms-page-is-in-edit-mode) .timeline-wrapper.site-full-width-content-wrapper, body:not(.cms-page-is-in-edit-mode) .timeline-wrapper.site-full-height-block-wrapper {
  padding-right: 40px;
}
body:not(.cms-page-is-in-edit-mode) .timeline-wrapper.site-full-width-content-wrapper .site-slider-image-block, body:not(.cms-page-is-in-edit-mode) .timeline-wrapper.site-full-height-block-wrapper .site-slider-image-block {
  height: auto;
}
body:not(.cms-page-is-in-edit-mode) .timeline-wrapper.site-full-width-content-wrapper .site-slider-image-block img, body:not(.cms-page-is-in-edit-mode) .timeline-wrapper.site-full-height-block-wrapper .site-slider-image-block img {
  height: 100%;
}

/** @format */
@media (min-width: 768px) {
  .site-main .make-relative {
    position: relative;
  }
  .insignia-right-wrapper::after,
  .insignia-left-wrapper::after,
  .insignia-left-small-wrapper::after {
    content: "";
    background-image: url("../images/insignia.svg");
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .insignia-right-wrapper::after,
  .insignia-left-wrapper::after,
  .insignia-left-small-wrapper::after {
    width: 50%;
    right: 0;
    background-position: right;
  }
}
@media (min-width: 768px) {
  .insignia-right-wrapper > *,
  .insignia-left-wrapper > *,
  .insignia-left-small-wrapper > * {
    z-index: 4;
    position: relative;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .insignia-right-wrapper.contained-wrapper::after,
  .insignia-left-wrapper.contained-wrapper::after,
  .insignia-left-small-wrapper.contained-wrapper::after {
    height: 60vh !important;
  }
}
@media (min-width: 768px) {
  .insignia-right-wrapper::after {
    height: 120%;
  }
  .insignia-left-wrapper::after,
  .insignia-left-small-wrapper::after {
    left: -10vw;
    top: 0;
    z-index: 2;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .insignia-left-wrapper::after,
  .insignia-left-small-wrapper::after {
    right: auto;
    background-position: left;
  }
}
@media (min-width: 768px) {
  .insignia-left-wrapper::after {
    height: 110%;
  }
  .insignia-left-small-wrapper::after {
    height: 500px;
  }
}
/** @format */
.vertical-slider .junior-theme h1 var,
.vertical-slider .junior-theme h2 var,
.vertical-slider .junior-theme h3 var,
.vertical-slider .junior-theme h4 var,
.vertical-slider .junior-theme h5 var,
.vertical-slider .junior-theme h6 var {
  background-color: #d44a69;
  box-shadow: 10px 0 0 #d44a69, -10px 0 0 #d44a69;
}
.vertical-slider .junior-theme .hero-banner h1 var,
.vertical-slider .junior-theme .hero-banner h2 var,
.vertical-slider .junior-theme .hero-banner h3 var,
.vertical-slider .junior-theme .hero-banner h4 var,
.vertical-slider .junior-theme .hero-banner h5 var,
.vertical-slider .junior-theme .hero-banner h6 var {
  color: #d44a69;
}
.vertical-slider .junior-theme .site-form-data .site-form-field input.site-checkbox:checked + label::before {
  background: #d44a69;
  border-color: #d44a69;
}
.vertical-slider .junior-theme .site-form-data .site-form-field .site-radio-block input.site-radio:checked + .site-radio-label::before {
  background-color: #d44a69;
}
.vertical-slider .junior-theme .site-form-data .site-form-buttons .site-form-button {
  background-color: #d44a69 !important;
  border-color: #d44a69 !important;
}
.vertical-slider .junior-theme .site-form-data .site-form-buttons .site-form-button:hover {
  background-color: #ffffff !important;
  color: #d44a69 !important;
}
.vertical-slider .junior-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover, .vertical-slider .junior-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #d44a69 !important;
}
.vertical-slider h1.junior-theme var,
.vertical-slider h2.junior-theme var,
.vertical-slider h3.junior-theme var,
.vertical-slider h4.junior-theme var,
.vertical-slider h5.junior-theme var,
.vertical-slider h6.junior-theme var {
  background-color: #d44a69;
  box-shadow: 10px 0 0 #d44a69, -10px 0 0 #d44a69;
}
.vertical-slider .site-bg-primary,
.vertical-slider .site-bg-secondary,
.vertical-slider .site-bg-light,
.vertical-slider .site-bg-white,
.vertical-slider .site-bg-black {
  padding: 20px;
}
.vertical-slider .senior-theme h1 var,
.vertical-slider .senior-theme h2 var,
.vertical-slider .senior-theme h3 var,
.vertical-slider .senior-theme h4 var,
.vertical-slider .senior-theme h5 var,
.vertical-slider .senior-theme h6 var {
  background-color: #44293e;
  box-shadow: 10px 0 0 #44293e, -10px 0 0 #44293e;
}
.vertical-slider .senior-theme .hero-banner h1 var,
.vertical-slider .senior-theme .hero-banner h2 var,
.vertical-slider .senior-theme .hero-banner h3 var,
.vertical-slider .senior-theme .hero-banner h4 var,
.vertical-slider .senior-theme .hero-banner h5 var,
.vertical-slider .senior-theme .hero-banner h6 var {
  color: #44293e;
}
.vertical-slider .senior-theme .site-form-data .site-form-field input.site-checkbox:checked + label::before {
  background: #44293e;
  border-color: #44293e;
}
.vertical-slider .senior-theme .site-form-data .site-form-field .site-radio-block input.site-radio:checked + .site-radio-label::before {
  background-color: #44293e;
}
.vertical-slider .senior-theme .site-form-data .site-form-buttons .site-form-button {
  background-color: #44293e !important;
  border-color: #44293e !important;
}
.vertical-slider .senior-theme .site-form-data .site-form-buttons .site-form-button:hover {
  background-color: #ffffff !important;
  color: #44293e !important;
}
.vertical-slider .senior-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover, .vertical-slider .senior-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #44293e !important;
}
.vertical-slider h1.senior-theme var,
.vertical-slider h2.senior-theme var,
.vertical-slider h3.senior-theme var,
.vertical-slider h4.senior-theme var,
.vertical-slider h5.senior-theme var,
.vertical-slider h6.senior-theme var {
  background-color: #44293e;
  box-shadow: 10px 0 0 #44293e, -10px 0 0 #44293e;
}
.vertical-slider .site-bg-primary,
.vertical-slider .site-bg-secondary,
.vertical-slider .site-bg-light,
.vertical-slider .site-bg-white,
.vertical-slider .site-bg-black {
  padding: 20px;
}
.vertical-slider .sixth-form-theme h1 var,
.vertical-slider .sixth-form-theme h2 var,
.vertical-slider .sixth-form-theme h3 var,
.vertical-slider .sixth-form-theme h4 var,
.vertical-slider .sixth-form-theme h5 var,
.vertical-slider .sixth-form-theme h6 var {
  background-color: #080a28;
  box-shadow: 10px 0 0 #080a28, -10px 0 0 #080a28;
}
.vertical-slider .sixth-form-theme .hero-banner h1 var,
.vertical-slider .sixth-form-theme .hero-banner h2 var,
.vertical-slider .sixth-form-theme .hero-banner h3 var,
.vertical-slider .sixth-form-theme .hero-banner h4 var,
.vertical-slider .sixth-form-theme .hero-banner h5 var,
.vertical-slider .sixth-form-theme .hero-banner h6 var {
  color: #080a28;
}
.vertical-slider .sixth-form-theme .site-form-data .site-form-field input.site-checkbox:checked + label::before {
  background: #080a28;
  border-color: #080a28;
}
.vertical-slider .sixth-form-theme .site-form-data .site-form-field .site-radio-block input.site-radio:checked + .site-radio-label::before {
  background-color: #080a28;
}
.vertical-slider .sixth-form-theme .site-form-data .site-form-buttons .site-form-button {
  background-color: #080a28 !important;
  border-color: #080a28 !important;
}
.vertical-slider .sixth-form-theme .site-form-data .site-form-buttons .site-form-button:hover {
  background-color: #ffffff !important;
  color: #080a28 !important;
}
.vertical-slider .sixth-form-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover, .vertical-slider .sixth-form-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #080a28 !important;
}
.vertical-slider h1.sixth-form-theme var,
.vertical-slider h2.sixth-form-theme var,
.vertical-slider h3.sixth-form-theme var,
.vertical-slider h4.sixth-form-theme var,
.vertical-slider h5.sixth-form-theme var,
.vertical-slider h6.sixth-form-theme var {
  background-color: #080a28;
  box-shadow: 10px 0 0 #080a28, -10px 0 0 #080a28;
}
.vertical-slider .site-bg-primary,
.vertical-slider .site-bg-secondary,
.vertical-slider .site-bg-light,
.vertical-slider .site-bg-white,
.vertical-slider .site-bg-black {
  padding: 20px;
}
.vertical-slider .alumni-theme h1 var,
.vertical-slider .alumni-theme h2 var,
.vertical-slider .alumni-theme h3 var,
.vertical-slider .alumni-theme h4 var,
.vertical-slider .alumni-theme h5 var,
.vertical-slider .alumni-theme h6 var {
  background-color: #51453a;
  box-shadow: 10px 0 0 #51453a, -10px 0 0 #51453a;
}
.vertical-slider .alumni-theme .hero-banner h1 var,
.vertical-slider .alumni-theme .hero-banner h2 var,
.vertical-slider .alumni-theme .hero-banner h3 var,
.vertical-slider .alumni-theme .hero-banner h4 var,
.vertical-slider .alumni-theme .hero-banner h5 var,
.vertical-slider .alumni-theme .hero-banner h6 var {
  color: #51453a;
}
.vertical-slider .alumni-theme .site-form-data .site-form-field input.site-checkbox:checked + label::before {
  background: #51453a;
  border-color: #51453a;
}
.vertical-slider .alumni-theme .site-form-data .site-form-field .site-radio-block input.site-radio:checked + .site-radio-label::before {
  background-color: #51453a;
}
.vertical-slider .alumni-theme .site-form-data .site-form-buttons .site-form-button {
  background-color: #51453a !important;
  border-color: #51453a !important;
}
.vertical-slider .alumni-theme .site-form-data .site-form-buttons .site-form-button:hover {
  background-color: #ffffff !important;
  color: #51453a !important;
}
.vertical-slider .alumni-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover, .vertical-slider .alumni-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #51453a !important;
}
.vertical-slider h1.alumni-theme var,
.vertical-slider h2.alumni-theme var,
.vertical-slider h3.alumni-theme var,
.vertical-slider h4.alumni-theme var,
.vertical-slider h5.alumni-theme var,
.vertical-slider h6.alumni-theme var {
  background-color: #51453a;
  box-shadow: 10px 0 0 #51453a, -10px 0 0 #51453a;
}
.vertical-slider .site-bg-primary,
.vertical-slider .site-bg-secondary,
.vertical-slider .site-bg-light,
.vertical-slider .site-bg-white,
.vertical-slider .site-bg-black {
  padding: 20px;
}
.vertical-slider .site-slide {
  display: flex !important;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .vertical-slider .site-slide {
    flex-wrap: nowrap;
  }
}
.vertical-slider .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) {
  display: flex !important;
  flex-wrap: wrap;
}
@media (min-width: 1366px) {
  .vertical-slider .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) {
    flex-wrap: nowrap;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .vertical-slider .site-slide {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .vertical-slider .site-slide {
    padding-left: 40px;
  }
}
.vertical-slider .site-slide .site-slider-caption-block {
  height: 100%;
}
.vertical-slider .site-slide .site-container {
  display: block !important;
  height: 100%;
}
.vertical-slider .site-slide .site-container .site-slider-capton-data {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.vertical-slider .site-slide .site-slider-more-desc,
.vertical-slider .site-slide .site-slider-image-block,
.vertical-slider .site-slide .site-slider-caption {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 600px) {
  .vertical-slider .site-slide .site-slider-image-block,
  .vertical-slider .site-slide .site-slider-caption {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1366px) {
  .vertical-slider .site-slide .site-slider-more-desc,
  .vertical-slider .site-slide .site-slider-image-block,
  .vertical-slider .site-slide .site-slider-caption {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
.vertical-slider .site-slide .site-slider-more-desc {
  order: 1;
  z-index: 9;
}
.vertical-slider .site-slide .site-slider-more-desc .site-container {
  height: 100%;
  padding: 0;
}
.vertical-slider .site-slide .site-slider-more-desc .site-container .site-slider-more-desc-data {
  height: 100%;
}
@media (min-width: 600px) {
  .vertical-slider .site-slide .site-slider-more-desc {
    background-color: #f3f3f3;
  }
}
.vertical-slider .site-slide .site-slider-more-desc table {
  padding: 20px;
}
.vertical-slider .site-slide .site-slider-more-desc table thead,
.vertical-slider .site-slide .site-slider-more-desc table tr,
.vertical-slider .site-slide .site-slider-more-desc table th,
.vertical-slider .site-slide .site-slider-more-desc table tbody,
.vertical-slider .site-slide .site-slider-more-desc table td {
  display: block;
  text-align: left;
}
@media (max-width: 599px) {
  .vertical-slider .site-slide .site-slider-more-desc table {
    position: relative;
    left: -11px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .vertical-slider .site-slide .site-slider-more-desc table th > :first-child {
    margin-top: 0;
  }
  .vertical-slider .site-slide .site-slider-more-desc table th > :last-child {
    margin-bottom: 0;
  }
  .vertical-slider .site-slide .site-slider-more-desc table tbody {
    display: none;
  }
}
.vertical-slider .site-slide .site-slider-more-desc table tbody img {
  margin: auto;
}
@media (min-width: 600px) and (max-width: 767px) {
  .vertical-slider .site-slide .site-slider-more-desc table var {
    padding-left: 10px;
  }
}
@media (min-width: 600px) {
  .vertical-slider .site-slide .site-slider-more-desc table thead {
    position: absolute;
    z-index: 1;
  }
}
@media (min-width: 600px) and (max-width: 1365px) {
  .vertical-slider .site-slide .site-slider-more-desc table thead {
    left: 1px;
    top: 20px;
    max-width: 100%;
  }
  .vertical-slider .site-slide .site-slider-more-desc table tbody {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .vertical-slider .site-slide .site-slider-more-desc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .vertical-slider .site-slide .site-slider-more-desc table {
    display: grid;
    height: 100%;
    padding: 0;
  }
}
@media (min-width: 600px) and (min-width: 1366px) {
  .vertical-slider .site-slide .site-slider-more-desc table thead {
    margin-top: 10%;
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  .vertical-slider .site-slide .site-slider-more-desc table tbody {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px;
  }
  .vertical-slider .site-slide .site-slider-more-desc table tbody img {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .vertical-slider .site-slide .site-slider-more-desc table thead h1,
  .vertical-slider .site-slide .site-slider-more-desc table thead h2,
  .vertical-slider .site-slide .site-slider-more-desc table thead h3,
  .vertical-slider .site-slide .site-slider-more-desc table thead h4,
  .vertical-slider .site-slide .site-slider-more-desc table thead h5,
  .vertical-slider .site-slide .site-slider-more-desc table thead h6 {
    text-align: left;
    padding-left: 40px;
  }
}
.vertical-slider .site-slide .site-slider-image-block {
  order: 2;
}
.vertical-slider .site-slide .site-slider-image-block img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 600px) {
  .vertical-slider .site-slide .site-slider-image-block img {
    height: 100%;
  }
}
.vertical-slider .site-slide .site-slider-caption {
  position: relative;
  order: 3;
  background-color: #45615a;
  padding: 0;
  height: auto;
}
.vertical-slider .site-slide .site-slider-caption *:not([class^=site-button]) {
  color: #ffffff;
}
.vertical-slider .site-slide .site-slider-caption a:not([class^=site-button]) {
  text-decoration: underline;
}
.vertical-slider .site-slide .site-slider-caption .site-container {
  padding: 0;
}
.vertical-slider .site-slide .site-slider-caption .site-slider-capton-data {
  max-width: 100%;
  padding: 0 !important;
}
.vertical-slider .site-slide .site-slider-caption .site-slider-capton-data table {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vertical-slider .site-slide .site-slider-caption .site-slider-capton-data table.junior-theme {
  background-color: #d44a69;
}
.vertical-slider .site-slide .site-slider-caption .site-slider-capton-data table.senior-theme {
  background-color: #44293e;
}
.vertical-slider .site-slide .site-slider-caption .site-slider-capton-data table.sixth-form-theme {
  background-color: #080a28;
}
.vertical-slider .site-slide .site-slider-caption .site-slider-capton-data table.alumni-theme {
  background-color: #51453a;
}
.vertical-slider .site-slide .site-slider-caption .site-slider-capton-data table tr,
.vertical-slider .site-slide .site-slider-caption .site-slider-capton-data table th,
.vertical-slider .site-slide .site-slider-caption .site-slider-capton-data table td {
  display: block;
  width: 100%;
}
.vertical-slider .site-slide table {
  width: 100% !important;
  border: none;
  height: 100%;
  padding: 20px 10px;
  display: block;
}
.vertical-slider .site-slide table th,
.vertical-slider .site-slide table td {
  border: none;
}
.vertical-slider .site-slide table p:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .vertical-slider .site-slide table tr > th,
  .vertical-slider .site-slide table tr > td {
    white-space: normal;
  }
}
@media (min-width: 600px) {
  .vertical-slider.site-gallery-bg .site-slide .site-slider-more-desc,
  .vertical-slider.site-gallery-bg .site-slide .site-slider-image-block,
  .vertical-slider.site-gallery-bg .site-slide .site-slider-caption {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .vertical-slider .slick-list:not(.one-item) {
    padding-bottom: 5% !important;
  }
  .vertical-slider .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
  }
  .vertical-slider .slick-slide {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    visibility: visible;
    width: 100% !important;
    transform: translate3d(0, 20%, 0) scale(0.8);
    transition: 0.5s ease all;
    z-index: 0;
  }
  .vertical-slider .slick-current {
    opacity: 1;
    visibility: visible;
    position: relative !important;
    display: block;
    z-index: 2;
    transform: scale(1);
    transition: 0.5s ease all;
  }
  .vertical-slider .slick-current + .slick-slide {
    opacity: 1;
    transform: translate3d(0, 20%, 0) scale(0.8);
    z-index: 1;
    perspective: 1000px;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 600px) {
  .vertical-slider .slick-arrow.slick-prev {
    left: -20px;
  }
}
@media (min-width: 600px) {
  .vertical-slider .slick-arrow.slick-next {
    right: -20px;
  }
}
@media (min-width: 768px) {
  .vertical-slider .slick-arrow.slick-next {
    right: -47px;
  }
}
.vertical-slider .slick-dots {
  bottom: -20px;
}
.vertical-slider.site-slide-caption-dt-mc .site-slider-image-block::after {
  display: none;
}
.vertical-slider.site-slide-caption-dt-mc .site-slide .site-slider-caption {
  top: 0;
  left: 0;
  transform: none;
}
@media (min-width: 600px) {
  .vertical-slider.site-slide-height-dt-fixed .site-slide .site-slider-caption .site-slider-capton-data {
    overflow-y: scroll;
  }
  .vertical-slider.site-slide-height-dt-fixed .site-slide .site-slider-caption .site-slider-capton-data table {
    height: 500%;
  }
  .vertical-slider.site-slide-height-dt-fixed .site-slide .site-slider-caption .site-slider-capton-data table.full-h {
    height: 500%;
  }
  .vertical-slider.site-slide-height-dt-fixed .site-slide .site-slider-more-desc table.scrolling thead {
    position: relative;
  }
}
@media (min-width: 1366px) {
  .vertical-slider.site-slide-height-dt-fixed .site-slide .site-slider-more-desc {
    overflow-y: scroll;
  }
}

body:not(.cms-page-is-in-edit-mode) .vertical-slider-wrapper.site-full-width-block-wrapper, body:not(.cms-page-is-in-edit-mode) .vertical-slider-wrapper.site-full-width-content-wrapper, body:not(.cms-page-is-in-edit-mode) .vertical-slider-wrapper.site-full-height-block-wrapper {
  margin-left: -4vw;
  width: calc(100% + 4vw);
}
body:not(.cms-page-is-in-edit-mode) .vertical-slider-wrapper.site-full-width-block-wrapper .site-full-width-block,
body:not(.cms-page-is-in-edit-mode) .vertical-slider-wrapper.site-full-width-block-wrapper .site-full-width-content,
body:not(.cms-page-is-in-edit-mode) .vertical-slider-wrapper.site-full-width-block-wrapper .site-full-height-block, body:not(.cms-page-is-in-edit-mode) .vertical-slider-wrapper.site-full-width-content-wrapper .site-full-width-block,
body:not(.cms-page-is-in-edit-mode) .vertical-slider-wrapper.site-full-width-content-wrapper .site-full-width-content,
body:not(.cms-page-is-in-edit-mode) .vertical-slider-wrapper.site-full-width-content-wrapper .site-full-height-block, body:not(.cms-page-is-in-edit-mode) .vertical-slider-wrapper.site-full-height-block-wrapper .site-full-width-block,
body:not(.cms-page-is-in-edit-mode) .vertical-slider-wrapper.site-full-height-block-wrapper .site-full-width-content,
body:not(.cms-page-is-in-edit-mode) .vertical-slider-wrapper.site-full-height-block-wrapper .site-full-height-block {
  padding-left: 0;
  padding-right: 0;
}

.page-links-wrapper {
  right: 0;
  position: absolute;
  bottom: 100%;
}
.page-links-wrapper > div {
  overflow: inherit !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-links-wrapper {
    right: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-links-wrapper {
    right: 20px;
  }
}
@media (max-width: 299px) {
  .page-links-wrapper {
    bottom: 110%;
  }
}

.page-links {
  position: relative;
}
.page-links [class^=site-button] {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center !important;
  font-size: 12px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .page-links {
    display: flex;
    flex-wrap: wrap;
  }
  .page-links > * {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 299px) {
  .page-links > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-links p {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 1200px) {
  body:not(.cms-page-is-in-edit-mode) .page-links-wrapper {
    position: fixed;
    z-index: 11;
    right: 40px;
    bottom: 10%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: calc(100vh - 10% - 110px);
    overflow-y: auto;
    margin-bottom: 0 !important;
  }
  body:not(.cms-page-is-in-edit-mode) .page-links-wrapper.no-overflow {
    height: auto;
    overflow: hidden;
  }
  body:not(.cms-page-is-in-edit-mode) .page-links-wrapper > div {
    margin-bottom: 0 !important;
  }
  body:not(.cms-page-is-in-edit-mode) .page-links-wrapper .page-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  body:not(.cms-page-is-in-edit-mode) .page-links {
    width: 100%;
  }
  body:not(.cms-page-is-in-edit-mode) .page-links p {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  body:not(.cms-page-is-in-edit-mode) .page-links-wrapper.site-mobile-hide-wrapper {
    display: none;
  }
}

@media (min-width: 768px) {
  body.cms-page-is-in-edit-mode .page-links {
    right: -85px;
  }
}

.inline-buttons {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .inline-buttons {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
}
.inline-buttons > [class^=site-button] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

/** @format */
.popup-video-slider-wrapper {
  z-index: 5;
}
.popup-video-slider-wrapper .junior-theme h1 var,
.popup-video-slider-wrapper .junior-theme h2 var,
.popup-video-slider-wrapper .junior-theme h3 var,
.popup-video-slider-wrapper .junior-theme h4 var,
.popup-video-slider-wrapper .junior-theme h5 var,
.popup-video-slider-wrapper .junior-theme h6 var {
  background-color: #d44a69;
  box-shadow: 10px 0 0 #d44a69, -10px 0 0 #d44a69;
}
.popup-video-slider-wrapper .junior-theme .hero-banner h1 var,
.popup-video-slider-wrapper .junior-theme .hero-banner h2 var,
.popup-video-slider-wrapper .junior-theme .hero-banner h3 var,
.popup-video-slider-wrapper .junior-theme .hero-banner h4 var,
.popup-video-slider-wrapper .junior-theme .hero-banner h5 var,
.popup-video-slider-wrapper .junior-theme .hero-banner h6 var {
  color: #d44a69;
}
.popup-video-slider-wrapper .junior-theme .site-form-data .site-form-field input.site-checkbox:checked + label::before {
  background: #d44a69;
  border-color: #d44a69;
}
.popup-video-slider-wrapper .junior-theme .site-form-data .site-form-field .site-radio-block input.site-radio:checked + .site-radio-label::before {
  background-color: #d44a69;
}
.popup-video-slider-wrapper .junior-theme .site-form-data .site-form-buttons .site-form-button {
  background-color: #d44a69 !important;
  border-color: #d44a69 !important;
}
.popup-video-slider-wrapper .junior-theme .site-form-data .site-form-buttons .site-form-button:hover {
  background-color: #ffffff !important;
  color: #d44a69 !important;
}
.popup-video-slider-wrapper .junior-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover, .popup-video-slider-wrapper .junior-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #d44a69 !important;
}
.popup-video-slider-wrapper h1.junior-theme var,
.popup-video-slider-wrapper h2.junior-theme var,
.popup-video-slider-wrapper h3.junior-theme var,
.popup-video-slider-wrapper h4.junior-theme var,
.popup-video-slider-wrapper h5.junior-theme var,
.popup-video-slider-wrapper h6.junior-theme var {
  background-color: #d44a69;
  box-shadow: 10px 0 0 #d44a69, -10px 0 0 #d44a69;
}
.popup-video-slider-wrapper .site-bg-primary,
.popup-video-slider-wrapper .site-bg-secondary,
.popup-video-slider-wrapper .site-bg-light,
.popup-video-slider-wrapper .site-bg-white,
.popup-video-slider-wrapper .site-bg-black {
  padding: 20px;
}
.popup-video-slider-wrapper .senior-theme h1 var,
.popup-video-slider-wrapper .senior-theme h2 var,
.popup-video-slider-wrapper .senior-theme h3 var,
.popup-video-slider-wrapper .senior-theme h4 var,
.popup-video-slider-wrapper .senior-theme h5 var,
.popup-video-slider-wrapper .senior-theme h6 var {
  background-color: #44293e;
  box-shadow: 10px 0 0 #44293e, -10px 0 0 #44293e;
}
.popup-video-slider-wrapper .senior-theme .hero-banner h1 var,
.popup-video-slider-wrapper .senior-theme .hero-banner h2 var,
.popup-video-slider-wrapper .senior-theme .hero-banner h3 var,
.popup-video-slider-wrapper .senior-theme .hero-banner h4 var,
.popup-video-slider-wrapper .senior-theme .hero-banner h5 var,
.popup-video-slider-wrapper .senior-theme .hero-banner h6 var {
  color: #44293e;
}
.popup-video-slider-wrapper .senior-theme .site-form-data .site-form-field input.site-checkbox:checked + label::before {
  background: #44293e;
  border-color: #44293e;
}
.popup-video-slider-wrapper .senior-theme .site-form-data .site-form-field .site-radio-block input.site-radio:checked + .site-radio-label::before {
  background-color: #44293e;
}
.popup-video-slider-wrapper .senior-theme .site-form-data .site-form-buttons .site-form-button {
  background-color: #44293e !important;
  border-color: #44293e !important;
}
.popup-video-slider-wrapper .senior-theme .site-form-data .site-form-buttons .site-form-button:hover {
  background-color: #ffffff !important;
  color: #44293e !important;
}
.popup-video-slider-wrapper .senior-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover, .popup-video-slider-wrapper .senior-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #44293e !important;
}
.popup-video-slider-wrapper h1.senior-theme var,
.popup-video-slider-wrapper h2.senior-theme var,
.popup-video-slider-wrapper h3.senior-theme var,
.popup-video-slider-wrapper h4.senior-theme var,
.popup-video-slider-wrapper h5.senior-theme var,
.popup-video-slider-wrapper h6.senior-theme var {
  background-color: #44293e;
  box-shadow: 10px 0 0 #44293e, -10px 0 0 #44293e;
}
.popup-video-slider-wrapper .site-bg-primary,
.popup-video-slider-wrapper .site-bg-secondary,
.popup-video-slider-wrapper .site-bg-light,
.popup-video-slider-wrapper .site-bg-white,
.popup-video-slider-wrapper .site-bg-black {
  padding: 20px;
}
.popup-video-slider-wrapper .sixth-form-theme h1 var,
.popup-video-slider-wrapper .sixth-form-theme h2 var,
.popup-video-slider-wrapper .sixth-form-theme h3 var,
.popup-video-slider-wrapper .sixth-form-theme h4 var,
.popup-video-slider-wrapper .sixth-form-theme h5 var,
.popup-video-slider-wrapper .sixth-form-theme h6 var {
  background-color: #080a28;
  box-shadow: 10px 0 0 #080a28, -10px 0 0 #080a28;
}
.popup-video-slider-wrapper .sixth-form-theme .hero-banner h1 var,
.popup-video-slider-wrapper .sixth-form-theme .hero-banner h2 var,
.popup-video-slider-wrapper .sixth-form-theme .hero-banner h3 var,
.popup-video-slider-wrapper .sixth-form-theme .hero-banner h4 var,
.popup-video-slider-wrapper .sixth-form-theme .hero-banner h5 var,
.popup-video-slider-wrapper .sixth-form-theme .hero-banner h6 var {
  color: #080a28;
}
.popup-video-slider-wrapper .sixth-form-theme .site-form-data .site-form-field input.site-checkbox:checked + label::before {
  background: #080a28;
  border-color: #080a28;
}
.popup-video-slider-wrapper .sixth-form-theme .site-form-data .site-form-field .site-radio-block input.site-radio:checked + .site-radio-label::before {
  background-color: #080a28;
}
.popup-video-slider-wrapper .sixth-form-theme .site-form-data .site-form-buttons .site-form-button {
  background-color: #080a28 !important;
  border-color: #080a28 !important;
}
.popup-video-slider-wrapper .sixth-form-theme .site-form-data .site-form-buttons .site-form-button:hover {
  background-color: #ffffff !important;
  color: #080a28 !important;
}
.popup-video-slider-wrapper .sixth-form-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover, .popup-video-slider-wrapper .sixth-form-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #080a28 !important;
}
.popup-video-slider-wrapper h1.sixth-form-theme var,
.popup-video-slider-wrapper h2.sixth-form-theme var,
.popup-video-slider-wrapper h3.sixth-form-theme var,
.popup-video-slider-wrapper h4.sixth-form-theme var,
.popup-video-slider-wrapper h5.sixth-form-theme var,
.popup-video-slider-wrapper h6.sixth-form-theme var {
  background-color: #080a28;
  box-shadow: 10px 0 0 #080a28, -10px 0 0 #080a28;
}
.popup-video-slider-wrapper .site-bg-primary,
.popup-video-slider-wrapper .site-bg-secondary,
.popup-video-slider-wrapper .site-bg-light,
.popup-video-slider-wrapper .site-bg-white,
.popup-video-slider-wrapper .site-bg-black {
  padding: 20px;
}
.popup-video-slider-wrapper .alumni-theme h1 var,
.popup-video-slider-wrapper .alumni-theme h2 var,
.popup-video-slider-wrapper .alumni-theme h3 var,
.popup-video-slider-wrapper .alumni-theme h4 var,
.popup-video-slider-wrapper .alumni-theme h5 var,
.popup-video-slider-wrapper .alumni-theme h6 var {
  background-color: #51453a;
  box-shadow: 10px 0 0 #51453a, -10px 0 0 #51453a;
}
.popup-video-slider-wrapper .alumni-theme .hero-banner h1 var,
.popup-video-slider-wrapper .alumni-theme .hero-banner h2 var,
.popup-video-slider-wrapper .alumni-theme .hero-banner h3 var,
.popup-video-slider-wrapper .alumni-theme .hero-banner h4 var,
.popup-video-slider-wrapper .alumni-theme .hero-banner h5 var,
.popup-video-slider-wrapper .alumni-theme .hero-banner h6 var {
  color: #51453a;
}
.popup-video-slider-wrapper .alumni-theme .site-form-data .site-form-field input.site-checkbox:checked + label::before {
  background: #51453a;
  border-color: #51453a;
}
.popup-video-slider-wrapper .alumni-theme .site-form-data .site-form-field .site-radio-block input.site-radio:checked + .site-radio-label::before {
  background-color: #51453a;
}
.popup-video-slider-wrapper .alumni-theme .site-form-data .site-form-buttons .site-form-button {
  background-color: #51453a !important;
  border-color: #51453a !important;
}
.popup-video-slider-wrapper .alumni-theme .site-form-data .site-form-buttons .site-form-button:hover {
  background-color: #ffffff !important;
  color: #51453a !important;
}
.popup-video-slider-wrapper .alumni-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover, .popup-video-slider-wrapper .alumni-theme table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #51453a !important;
}
.popup-video-slider-wrapper h1.alumni-theme var,
.popup-video-slider-wrapper h2.alumni-theme var,
.popup-video-slider-wrapper h3.alumni-theme var,
.popup-video-slider-wrapper h4.alumni-theme var,
.popup-video-slider-wrapper h5.alumni-theme var,
.popup-video-slider-wrapper h6.alumni-theme var {
  background-color: #51453a;
  box-shadow: 10px 0 0 #51453a, -10px 0 0 #51453a;
}
.popup-video-slider-wrapper .site-bg-primary,
.popup-video-slider-wrapper .site-bg-secondary,
.popup-video-slider-wrapper .site-bg-light,
.popup-video-slider-wrapper .site-bg-white,
.popup-video-slider-wrapper .site-bg-black {
  padding: 20px;
}
@media (min-width: 600px) and (max-width: 767px) {
  .popup-video-slider-wrapper {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 600px) {
  .popup-video-slider-wrapper .site-slider-pop-wrapper {
    margin: 0;
  }
  .popup-video-slider-wrapper .site-slider-pop-wrapper .site-slider-image {
    width: 100%;
  }
}
.popup-video-slider-wrapper .site-slider-more-desc {
  display: none;
}
.popup-video-slider-wrapper .popup-video-slider .site-slider-image-block {
  position: relative;
}
.popup-video-slider-wrapper .popup-video-slider .site-slider-image-block::after {
  content: "";
  background-image: url("../images/play-icon-1.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.popup-video-slider-wrapper .popup-video-slider.site-center-mode .slick-slide {
  margin-right: 20px;
}
@media (max-width: 399px) {
  .popup-video-slider-wrapper .popup-video-slider .site-slide,
  .popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper {
    height: 300px;
  }
  .popup-video-slider-wrapper .popup-video-slider .site-slide > *,
  .popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper > * {
    height: 100%;
    display: block;
  }
  .popup-video-slider-wrapper .popup-video-slider .site-slide > * > *,
  .popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper > * > * {
    height: 100%;
  }
  .popup-video-slider-wrapper .popup-video-slider .site-slide > * > * img,
  .popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper > * > * img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption {
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  padding: 10px;
}
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-container,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-container,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-container,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-container {
  padding: 0;
  justify-content: flex-end;
}
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-capton-data,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-pop-title,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-capton-data,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-pop-title,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-pop-title,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title {
  max-width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  justify-content: flex-end;
  margin: 0;
}
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-capton-data > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-pop-title > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-capton-data > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-pop-title > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-pop-title > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title > :last-child {
  margin-bottom: 0;
}
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-capton-data table,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-pop-title table,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-capton-data table,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-pop-title table,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data table,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-pop-title table,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data table,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title table {
  border: none;
  width: 100% !important;
  white-space: normal;
  overflow: inherit;
  word-break: break-word;
}
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-capton-data table tbody,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-capton-data table thead,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-capton-data table tr,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-capton-data table td,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-pop-title table tbody,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-pop-title table thead,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-pop-title table tr,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-pop-title table td,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-capton-data table tbody,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-capton-data table thead,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-capton-data table tr,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-capton-data table td,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-pop-title table tbody,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-pop-title table thead,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-pop-title table tr,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-pop-title table td,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data table tbody,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data table thead,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data table tr,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data table td,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-pop-title table tbody,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-pop-title table thead,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-pop-title table tr,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-pop-title table td,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data table tbody,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data table thead,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data table tr,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data table td,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title table tbody,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title table thead,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title table tr,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title table td {
  border: none;
  padding: 0;
}
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-capton-data table tbody > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-capton-data table thead > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-capton-data table tr > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-capton-data table td > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-pop-title table tbody > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-pop-title table thead > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-pop-title table tr > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-caption .site-slider-pop-title table td > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-capton-data table tbody > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-capton-data table thead > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-capton-data table tr > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-capton-data table td > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-pop-title table tbody > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-pop-title table thead > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-pop-title table tr > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slide .site-slider-pop-caption .site-slider-pop-title table td > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data table tbody > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data table thead > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data table tr > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-capton-data table td > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-pop-title table tbody > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-pop-title table thead > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-pop-title table tr > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-caption .site-slider-pop-title table td > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data table tbody > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data table thead > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data table tr > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-capton-data table td > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title table tbody > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title table thead > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title table tr > :last-child,
.popup-video-slider-wrapper .popup-video-slider .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title table td > :last-child {
  margin-bottom: 0;
}
.popup-video-slider-wrapper .popup-video-slider .slick-arrow.slick-prev, .popup-video-slider-wrapper .popup-video-slider .slick-arrow.slick-next {
  width: 40px;
  top: 50%;
}
.popup-video-slider-wrapper .popup-video-slider .slick-arrow.slick-prev::before, .popup-video-slider-wrapper .popup-video-slider .slick-arrow.slick-next::before {
  font-size: 20px;
  width: 40px;
  height: 40px;
  padding: 5px;
  line-height: 29px;
}
.popup-video-slider-wrapper .popup-video-slider .slick-arrow.slick-prev {
  left: -10px;
}
.popup-video-slider-wrapper .popup-video-slider .slick-arrow.slick-next {
  right: -7px;
}
.popup-video-slider-wrapper .popup-video-slider .slick-dots {
  bottom: -10px;
  position: relative;
}
.popup-video-slider-wrapper .popup-video-slider:not(.site-slider-link) .site-slide .site-slider-image-block .site-slider-image {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1200px) {
  .popup-video-slider-wrapper {
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
    position: relative;
    height: 100%;
  }
  .popup-video-slider-wrapper.align-top-wrapper {
    height: auto;
  }
  .popup-video-slider-wrapper.align-middle-wrapper {
    height: 45%;
  }
  .popup-video-slider-wrapper .popup-video-slider {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
  }
  .popup-video-slider-wrapper .popup-video-slider .site-slick-wrapper {
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-direction: column-reverse;
  }
  .popup-video-slider-wrapper .popup-video-slider.down {
    bottom: auto;
    top: -120px;
  }
  .popup-video-slider-wrapper .popup-video-slider.down .site-slick-wrapper {
    flex-direction: column;
  }
  .popup-video-slider-wrapper .popup-video-slider.site-center-mode .slck-slide {
    margin-right: 0;
  }
  .popup-video-slider-wrapper .popup-video-slider .site-slide,
  .popup-video-slider-wrapper .popup-video-slider .site-slick-wrapper > div {
    border: 5px solid #ffffff !important;
    box-shadow: 0 2px 25px -5px rgba(0, 0, 0, 0.07), 0 25px 21px -5px rgba(0, 0, 0, 0.04) !important;
    transition: 0.5s ease all;
    transform: translateY(0);
    transition: 0.5s ease all;
    max-width: 220px;
  }
  .popup-video-slider-wrapper .popup-video-slider .site-slide:hover, .popup-video-slider-wrapper .popup-video-slider .site-slide:active, .popup-video-slider-wrapper .popup-video-slider .site-slide:focus,
  .popup-video-slider-wrapper .popup-video-slider .site-slick-wrapper > div:hover,
  .popup-video-slider-wrapper .popup-video-slider .site-slick-wrapper > div:active,
  .popup-video-slider-wrapper .popup-video-slider .site-slick-wrapper > div:focus {
    transform: translateY(-5px);
    transition: 0.5s ease all;
  }
  .popup-video-slider-wrapper .popup-video-slider .site-slide:not(:first-child),
  .popup-video-slider-wrapper .popup-video-slider .site-slick-wrapper > div:not(:first-child) {
    margin-bottom: 30px;
  }
  .popup-video-slider-wrapper .popup-video-slider.down .site-slide:not(:first-child) {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .popup-video-slider-wrapper .popup-video-slider {
    width: auto;
    left: auto;
    right: auto;
  }
  .popup-video-slider-wrapper .popup-video-slider.down {
    top: -150px;
  }
}
@media (min-width: 600px) {
  .popup-video-slider-wrapper .site-slider-pop-wrapper .site-slider-pop-caption {
    display: flex;
    flex-direction: column;
  }
  .popup-video-slider-wrapper .site-slide-caption-dt-tl .site-slider-pop-wrapper .site-slider-pop-caption,
  .popup-video-slider-wrapper .site-slide-caption-dt-tc .site-slider-pop-wrapper .site-slider-pop-caption,
  .popup-video-slider-wrapper .site-slide-caption-dt-tr .site-slider-pop-wrapper .site-slider-pop-caption {
    justify-content: flex-start;
  }
  .popup-video-slider-wrapper .site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slider-pop-caption,
  .popup-video-slider-wrapper .site-slide-caption-dt-mc .site-slider-pop-wrapper .site-slider-pop-caption,
  .popup-video-slider-wrapper .site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slider-pop-caption {
    justify-content: center;
    transform: none;
    background-color: transparent;
  }
  .popup-video-slider-wrapper .site-slide-caption-dt-bl .site-slider-pop-wrapper .site-slider-pop-caption,
  .popup-video-slider-wrapper .site-slide-caption-dt-br .site-slider-pop-wrapper .site-slider-pop-caption {
    justify-content: flex-end;
  }
  .popup-video-slider-wrapper .site-slide-caption-dt-tl .site-slider-pop-wrapper .site-slider-pop-caption,
  .popup-video-slider-wrapper .site-slide-caption-dt-ml .site-slider-pop-wrapper .site-slider-pop-caption,
  .popup-video-slider-wrapper .site-slide-caption-dt-bl .site-slider-pop-wrapper .site-slider-pop-caption {
    align-items: flex-start;
  }
  .popup-video-slider-wrapper .site-slide-caption-dt-tc .site-slider-pop-wrapper .site-slider-pop-caption,
  .popup-video-slider-wrapper .site-slide-caption-dt-mc .site-slider-pop-wrapper .site-slider-pop-caption {
    align-items: center;
  }
  .popup-video-slider-wrapper .site-slide-caption-dt-tr .site-slider-pop-wrapper .site-slider-pop-caption,
  .popup-video-slider-wrapper .site-slide-caption-dt-mr .site-slider-pop-wrapper .site-slider-pop-caption,
  .popup-video-slider-wrapper .site-slide-caption-dt-br .site-slider-pop-wrapper .site-slider-pop-caption {
    align-items: flex-end;
  }
}
/** @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;
  opacity: 1;
  visibility: visible;
  transform: 1s ease all;
  transition-delay: 1s;
}
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: #42464b;
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border: 5px solid #ffffff;
  font-size: 20px;
  z-index: 9;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .remove-video-popup::before {
  content: "X";
  display: block;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .video-popup-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  cursor: pointer;
}
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%);
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper .video-popup {
    width: 90%;
  }
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper .video-popup iframe {
    width: 100% !important;
    height: 200px !important;
  }
}
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;
  }
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.video-popup-section.portrait .video-popup {
  max-width: 42.3728813559vh;
  width: auto;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.video-popup-section.portrait .video-popup iframe,
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.video-popup-section.portrait .video-popup video {
  height: 75vh !important;
  aspect-ratio: 4/3;
  width: auto !important;
}
@media (max-width: 299px) {
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.video-popup-section.portrait .video-popup iframe,
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.video-popup-section.portrait .video-popup video {
    height: 177vw !important;
  }
}

.site-image-link-block {
  position: relative;
  background: #45615a;
}
.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;
}

.two-row-split-slider .site-thumbnail-wrapper *,
.two-row-split-slider .site-slider-pop-wrapper * {
  color: #ffffff;
}
.two-row-split-slider .slick-dots {
  bottom: -40px;
}
.two-row-split-slider .site-slider-caption {
  background: #000000;
  background: linear-gradient(0, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 71%);
}
.two-row-split-slider .slick-slide {
  margin: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.two-row-split-slider .slick-slide > .wrapper {
  width: 50% !important;
  position: relative;
}
.two-row-split-slider .slick-slide > .wrapper {
  padding: 20px 10px 0 10px;
}
.two-row-split-slider .slick-slide > .wrapper.landscape {
  width: 100% !important;
}
.two-row-split-slider .slick-slide > .wrapper .site-slider-image-block {
  border: 5px solid #ffffff !important;
  box-shadow: 0 2px 25px -5px rgba(0, 0, 0, 0.07), 0 25px 21px -5px rgba(0, 0, 0, 0.04) !important;
  transition: 0.5s ease all;
}
@media (min-width: 300px) {
  .two-row-split-slider .slick-slide > .wrapper .site-slider-image-block {
    height: 400px;
    overflow: hidden;
  }
}
.two-row-split-slider .slick-slide > .wrapper .site-slider-image-block::after {
  display: none !important;
}
.two-row-split-slider .slick-slide > .wrapper .site-slider-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.two-row-split-slider .slick-slide > .wrapper .site-slider-caption {
  top: 25px;
  left: 15px;
  bottom: 11px;
  transform: none;
  right: auto;
  width: calc(100% - 20px - 10px);
  max-height: calc(100% - 20px - 10px);
  padding: 0;
  position: absolute;
  display: flex;
  align-items: flex-end;
  text-align: left;
}
.two-row-split-slider .slick-slide > .wrapper .site-slider-caption .site-container {
  padding: 0;
}
.two-row-split-slider .slick-slide > .wrapper .site-slider-caption .site-slider-capton-data {
  max-width: 100%;
  padding: 10px !important;
  justify-content: flex-end;
}
.two-row-split-slider .slick-slide > .wrapper .site-slider-caption .site-slider-capton-data > * {
  color: #ffffff;
}
.two-row-split-slider .slick-slide > .wrapper .site-slider-caption .site-slider-capton-data > :first-child {
  margin-top: 0;
}
.two-row-split-slider .slick-slide > .wrapper .site-slider-caption .site-slider-capton-data > :last-child {
  margin-bottom: 0;
}
@media (max-width: 299px) {
  .two-row-split-slider .slick-slide .inner {
    width: 100% !important;
    height: 90vh;
    display: block;
  }
}
@media (max-width: 299px) and (min-height: 600px) {
  .two-row-split-slider .slick-slide .inner {
    height: 50vh;
  }
}
@media (max-width: 299px) {
  .two-row-split-slider .slick-slide .inner .site-slider-image-block {
    height: 100%;
  }
  .two-row-split-slider .slick-slide .inner .site-slider-image-block .site-slider-image {
    -o-object-position: top;
       object-position: top;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.two-row-split-slider.site-slide-caption-dt-tl .site-slider-capton-data, .two-row-split-slider.site-slide-caption-dt-tc .site-slider-capton-data, .two-row-split-slider.site-slide-caption-dt-tr .site-slider-capton-data {
  justify-content: flex-start !important;
}
.two-row-split-slider.site-slide-caption-dt-tl .site-slider-caption, .two-row-split-slider.site-slide-caption-dt-tc .site-slider-caption, .two-row-split-slider.site-slide-caption-dt-tr .site-slider-caption {
  background: #000000;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 71%);
}
.two-row-split-slider.site-slide-caption-dt-ml .site-slider-caption, .two-row-split-slider.site-slide-caption-dt-mc .site-slider-caption, .two-row-split-slider.site-slide-caption-dt-mr .site-slider-caption {
  justify-content: center !important;
  align-items: center !important;
}
.two-row-split-slider.site-slide-caption-dt-tc .site-slider-caption, .two-row-split-slider.site-slide-caption-dt-mc .site-slider-caption {
  align-items: center !important;
  justify-content: center !important;
}
.two-row-split-slider.site-slide-caption-dt-tr .site-slider-caption, .two-row-split-slider.site-slide-caption-dt-mr .site-slider-caption, .two-row-split-slider.site-slide-caption-dt-br .site-slider-caption {
  justify-content: flex-end !important;
}
.two-row-split-slider.site-slide-caption-dt-tr .site-slider-caption > *, .two-row-split-slider.site-slide-caption-dt-mr .site-slider-caption > *, .two-row-split-slider.site-slide-caption-dt-br .site-slider-caption > * {
  text-align: right;
}
@media (max-width: 1023px) {
  .two-row-split-slider .slick-arrow {
    top: 400px !important;
    transform: translateY(50%);
  }
}
@media (max-width: 599px) {
  .two-row-split-slider.site-slide-caption-mob-top, .two-row-split-slider.site-slide-caption-mob-bottom {
    display: block !important;
  }
  .two-row-split-slider.site-slide-caption-mob-top .slick-slide .site-slide-link, .two-row-split-slider.site-slide-caption-mob-bottom .slick-slide .site-slide-link {
    display: flex;
    flex-direction: column;
  }
  .two-row-split-slider.site-slide-caption-mob-top .slick-slide .site-slide-link .site-slider-caption, .two-row-split-slider.site-slide-caption-mob-bottom .slick-slide .site-slide-link .site-slider-caption {
    position: relative;
    order: 1;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    background-color: transparent;
    color: inherit;
  }
  .two-row-split-slider.site-slide-caption-mob-top .slick-slide .site-slide-link .site-slider-caption > *, .two-row-split-slider.site-slide-caption-mob-bottom .slick-slide .site-slide-link .site-slider-caption > * {
    color: inherit;
  }
  .two-row-split-slider.site-slide-caption-mob-top .slick-slide .site-slide-link .site-slider-caption .site-slider-capton-data, .two-row-split-slider.site-slide-caption-mob-bottom .slick-slide .site-slide-link .site-slider-caption .site-slider-capton-data {
    color: inherit;
  }
  .two-row-split-slider.site-slide-caption-mob-top .slick-slide .site-slide-link .site-slider-caption .site-slider-capton-data > *, .two-row-split-slider.site-slide-caption-mob-bottom .slick-slide .site-slide-link .site-slider-caption .site-slider-capton-data > * {
    color: inherit;
  }
  .two-row-split-slider.site-slide-caption-mob-top .slick-slide .site-slide-link .site-slider-image-block {
    order: 2;
  }
  .two-row-split-slider.site-slide-caption-mob-top .slick-slide .site-slide-link .site-slider-caption {
    order: 1;
  }
}
@media (max-width: 299px) {
  .two-row-split-slider .slick-arrow {
    top: 50% !important;
    transform: translateY(0%);
  }
  .two-row-split-slider .slick-arrow.slick-prev {
    left: -2px !important;
  }
  .two-row-split-slider .slick-arrow.slick-next {
    right: -2px !important;
  }
  .two-row-split-slider .slick-slide .site-slide {
    padding-top: 0;
  }
  .two-row-split-slider .slick-slide .site-slide .site-slider-caption {
    top: 5px;
    max-height: calc(100% - 10px);
  }
}

.cms-page-is-in-preview-mode .two-row-split-slider .slick-slide {
  display: flex !important;
  flex-wrap: wrap;
}

/** @format */
.hero-banner h1,
.hero-banner h2,
.hero-banner h3,
.hero-banner h4,
.hero-banner h5,
.hero-banner h6 {
  line-height: normal;
}
@media (min-width: 768px) {
  .hero-banner h1,
  .hero-banner h2,
  .hero-banner h3,
  .hero-banner h4,
  .hero-banner h5,
  .hero-banner h6 {
    margin-left: 80px;
  }
}
@media (min-width: 1000px) {
  .hero-banner h1,
  .hero-banner h2,
  .hero-banner h3,
  .hero-banner h4,
  .hero-banner h5,
  .hero-banner h6 {
    margin-left: 120px;
  }
}
.hero-banner h1 var,
.hero-banner h2 var,
.hero-banner h3 var,
.hero-banner h4 var,
.hero-banner h5 var,
.hero-banner h6 var {
  background-color: #ffffff;
  box-shadow: 10px 0px 0px #ffffff, 10px 0px 0px #ffffff;
  line-height: normal;
  color: #45615a;
}
@media (max-width: 599px) {
  .hero-banner.site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    display: flex !important;
    flex-direction: column;
  }
  .hero-banner.site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption {
    order: 1;
  }
  .hero-banner.site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block {
    order: 2;
  }
}
.hero-banner.site-slider .site-slide .site-slider-caption {
  padding: 0;
}
@media (max-width: 599px) {
  .hero-banner.site-slider .site-slide .site-slider-caption {
    position: relative;
    background-color: transparent;
  }
}
.hero-banner.site-slider .site-slide .site-slider-caption .site-container {
  padding: 0;
}
.hero-banner.site-slider .site-slide .site-slider-caption .site-slider-capton-data {
  position: relative;
  max-width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.hero-banner.site-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption .site-slider-capton-data, .hero-banner.site-slider.site-slide-caption-dt-br .site-slide .site-slider-caption .site-slider-capton-data {
  padding-bottom: 0;
}
.hero-banner.site-slider.site-slide-caption-dt-tl .site-slide .site-slider-caption .site-slider-capton-data, .hero-banner.site-slider.site-slide-caption-dt-tr .site-slide .site-slider-caption .site-slider-capton-data {
  padding-top: 0;
}
@media (min-width: 768px) {
  .hero-banner.site-slider .site-slide .site-container {
    padding: 0;
  }
  .hero-banner.site-slider .site-slide .site-slider-caption .site-slider-capton-data {
    overflow: hidden;
    max-width: 2000px;
    margin: 0 auto;
    padding: 0 120px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .hero-banner.site-slider .site-slide .site-slider-caption .site-slider-capton-data {
    padding-left: 80px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .hero-banner.site-slider .site-slide .site-slider-caption .site-slider-capton-data {
    padding-left: 80px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .hero-banner.site-slider .site-slide .site-slider-caption .site-slider-capton-data {
    padding: 0 80px 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 599px) {
  .hero-banner.site-slider .site-slide .site-slider-caption .site-slider-capton-data {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .hero-banner.site-slider .site-slide .site-slider-caption .site-slider-capton-data::before {
    content: "";
    width: 80px;
    height: 100%;
    display: block;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 1000px) {
  .hero-banner.site-slider .site-slide .site-slider-caption .site-slider-capton-data {
    max-width: 65%;
  }
  .hero-banner.site-slider .site-slide .site-slider-caption .site-slider-capton-data::before {
    width: 120px;
    left: 0;
  }
}
@media (max-width: 599px) {
  .hero-banner .site-slider-image-block .site-slider-image {
    min-height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

/** @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 {
  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,
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 #45615a;
  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;
}

.info-in-popup .site-thumbnail-more-desc {
  display: none;
}
.info-in-popup .mfp-content {
  max-height: 90vh;
  overflow: auto;
}
.info-in-popup .mfp-img {
  padding: 0;
}
.info-in-popup .mfp-bottom-bar {
  position: relative;
  max-width: 600px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease all;
}
.info-in-popup .mfp-bottom-bar.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease all;
  transition-delay: 0.15s;
}/*# sourceMappingURL=style.css.map */