@charset "UTF-8";
.logbox {
  display: none;
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 400px;
  height: auto;
  z-index: 1000;
  background-color: #ffffff;
  font-size: 14px;
  font-family: "quasimoda";
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  max-height: 800px;
  overflow-y: auto;
}
.logbox.display {
  display: block;
}
.logbox header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f0f0f0;
  padding: 4px;
}
.logbox header .clear-log {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  width: 26px;
  height: 26px;
  border: 1px solid #ff0000;
  cursor: pointer;
  font-size: 16px;
  color: #ff0000;
}
.logbox header .hide-log {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  height: 26px;
  cursor: pointer;
  font-size: 16px;
  color: #000000;
}
.logbox .item {
  padding-left: 10px;
  font-size: 14px;
  padding-bottom: 5px;
}

.display-size {
  outline: 2px solid #00bbff;
  outline-offset: 2px;
}

.gridlines {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
}
.gridlines.display {
  display: block;
}

.acc-label {
  position: relative;
  left: 0;
  z-index: 100;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  font-size: 12px;
  text-transform: lowercase;
}
.acc-label .red {
  background-color: #f79e9e;
  color: #6d0909;
  padding: 1px 4px;
}
.acc-label .green {
  background-color: #6ff296;
  color: #054a19;
}

/* Reset */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-touch-callout: none;
}

html,
body {
  line-height: 1.15;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
  color: #000;
}

html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, progress {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;
}

legend {
  color: inherit;
  display: table;
  white-space: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

ol, ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font-family: inherit;
  color: inherit;
  font-size: 100%;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  resize: none;
  vertical-align: top;
}

input::-moz-placeholder,
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  opacity: 1;
}

input,
textarea {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

input {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

a {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000;
}

a:link,
a:active,
a:visited {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:focus {
  outline: none;
}

[hidden] {
  display: none;
}

.clear {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  clear: both;
}

.clearfix:after, .secondLvlCss blockquote p.has-image:after {
  content: " ";
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  clear: both;
}

.clearfix-margin:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

@font-face {
  font-family: "icons-plus";
  src: url("/Fonts/icons/icons-plus.ttf") format("truetype"), url("/Fonts/icons/icons-plus.woff") format("woff"), url("/Fonts/icons/icons-plus.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-common" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-plus.icon-base-arrow:before {
  content: "󡈀";
}

@font-face {
  font-family: "icons-common";
  src: url("/Fonts/icons/icons-common.ttf") format("truetype"), url("/Fonts/icons/icons-common.woff") format("woff"), url("/Fonts/icons/icons-common.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-common" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-quote:before {
  content: "";
  color: #758b66;
}

.icon-arrow-menu:before {
  content: "";
}

.icon-news:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-event:before {
  content: "";
}

.icon-soundcloud:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-flickr:before {
  content: "";
}

.icon-photos:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-issuu:before {
  content: "";
}

.icon-publications:before {
  content: "";
}

.icon-menu:before {
  content: "";
  color: #fff;
}

.icon-arrow:before {
  content: "";
  color: #fff;
}

.icon-close:before {
  content: "";
  color: #fff;
}

.icon-contact:before {
  content: "";
  color: #fff;
}

.icon-events:before {
  content: "";
  color: #efd9a8;
}

.icon-heart:before {
  content: "";
  color: #668055;
}

.icon-lock:before {
  content: "";
}

.icon-map_pin:before {
  content: "";
  color: #c09949;
}

.icon-phone:before {
  content: "";
  color: #c09949;
}

.icon-pin:before {
  content: "";
  color: #cfebbe;
}

.icon-search:before {
  content: "";
}

.icon-warning:before {
  content: "";
  color: #ffc1c1;
}

.icon-bee:before {
  content: "";
  color: #fff;
}

.icon-x {
  display: inline-block;
  position: relative;
}
.icon-x:before {
  content: "";
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url("../../images/svg/X.svg");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center;
}

@font-face {
  font-family: "secondlevel-icons";
  src: url("/Fonts/icons/secondlevel-icons.ttf?xvvvm2") format("truetype"), url("/Fonts/icons/secondlevel-icons.woff?xvvvm2") format("woff"), url("/Fonts/icons/secondlevel-icons.svg?xvvvm2#secondlevel-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.sl-icons.sl-mail-icon:after, .secondLvlCss a.sl-mail-icon[href$=".pdf"]:not(.downloadBtn):after, .secondLvlCss a.sl-mail-icon[target=_blank]:not(.downloadBtn):not([href$=".pdf"]):after, .secondLvlCss a[target=_blank][href*="mailto:"]:not(.downloadBtn):not([href$=".pdf"]):after, .secondLvlCss a[href*="mailto:"]:not(.downloadBtn):after, .secondLvlCss a.sl-mail-icon[href*="tel:"]:not(.downloadBtn):after {
  font-family: "secondlevel-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.sl-icons.sl-pdf_file-icon:after, .secondLvlCss a.sl-icons.pdfLink:not(.downloadBtn):after, .secondLvlCss a[href$=".pdf"]:not(.downloadBtn):after, .secondLvlCss a.sl-pdf_file-icon[target=_blank]:not(.downloadBtn):not([href$=".pdf"]):after, .secondLvlCss a[target=_blank].pdfLink:not(.downloadBtn):not([href$=".pdf"]):after, .secondLvlCss a[target=_blank][href$=".pdf"]:not(.downloadBtn):not([href$=".pdf"]):after, .secondLvlCss a.sl-pdf_file-icon[href*="mailto:"]:not(.downloadBtn):after, .secondLvlCss a[href*="mailto:"].pdfLink:not(.downloadBtn):after, .secondLvlCss a.sl-pdf_file-icon[href*="tel:"]:not(.downloadBtn):after, .secondLvlCss a[href*="tel:"].pdfLink:not(.downloadBtn):after {
  font-family: "secondlevel-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.sl-icons.sl-tabs-icon:after, .secondLvlCss a.sl-tabs-icon[href$=".pdf"]:not(.downloadBtn):after, .secondLvlCss a[target=_blank]:not(.downloadBtn):not([href$=".pdf"]):after, .secondLvlCss a.sl-tabs-icon[href*="mailto:"]:not(.downloadBtn):after, .secondLvlCss a.sl-tabs-icon[href*="tel:"]:not(.downloadBtn):after {
  font-family: "secondlevel-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.sl-icons.sl-phone-icon:after, .secondLvlCss a.sl-phone-icon[href$=".pdf"]:not(.downloadBtn):after, .secondLvlCss a.sl-phone-icon[target=_blank]:not(.downloadBtn):not([href$=".pdf"]):after, .secondLvlCss a.sl-phone-icon[href*="mailto:"]:not(.downloadBtn):after, .secondLvlCss a.sl-phone-icon[href*="tel:"]:not(.downloadBtn):after {
  font-family: "secondlevel-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

@-webkit-keyframes stRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes stRotate {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes stRotate {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes stRotate {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.shTemplReset {
  line-height: initial;
  font-size: initial;
  /* Change Autocomplete styles in Chrome*/
}
.shTemplReset:before {
  clear: both;
  content: "";
  display: table;
  margin-top: -1px;
  height: 0;
}
.shTemplReset * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.shTemplReset *:focus {
  outline: none;
}
.shTemplReset *:after, .shTemplReset *:before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.shTemplReset main, .shTemplReset time {
  display: block;
}
.shTemplReset address {
  font-style: normal;
}
.shTemplReset button {
  cursor: pointer;
}
.shTemplReset button:focus {
  outline: none;
}
.shTemplReset fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}
.shTemplReset input {
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.shTemplReset button:-moz-focusring,
.shTemplReset [type=button]:-moz-focusring,
.shTemplReset [type=reset]:-moz-focusring,
.shTemplReset [type=submit]:-moz-focusring {
  border-style: none;
  outline: 0;
}
.shTemplReset input:-webkit-autofill,
.shTemplReset input:-webkit-autofill:hover,
.shTemplReset input:-webkit-autofill:focus,
.shTemplReset input:-webkit-autofill,
.shTemplReset textarea:-webkit-autofill,
.shTemplReset textarea:-webkit-autofill:hover,
.shTemplReset textarea:-webkit-autofill:focus,
.shTemplReset select:-webkit-autofill,
.shTemplReset select:-webkit-autofill:hover,
.shTemplReset select:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-text-fill-color: inherit !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 50px white inset;
}
.shTemplReset img {
  border-style: none;
}
.shTemplReset ul, .shTemplReset ul li {
  list-style-type: none;
}
.shTemplReset ul {
  padding: 0;
  margin: 0;
}
.shTemplReset em, .shTemplReset i {
  font-style: normal;
}
.shTemplReset a, .shTemplReset div, .shTemplReset span, .shTemplReset button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.shTemplReset hr, .shTemplReset svg {
  overflow: visible;
}

.shTplGContainer, .shTemplMap .shTemplMap__container, .globalContactContainer {
  max-width: 1340px;
  margin: 0 auto;
}
.shTplGContainer:after, .shTemplMap .shTemplMap__container:after, .globalContactContainer:after {
  display: table;
  content: "";
  clear: both;
}
@media (max-width: 47.9375rem) {
  .shTplGContainer, .shTemplMap .shTemplMap__container, .globalContactContainer {
    padding: 0 1.25rem;
  }
}
@media (min-width: 59.375rem) and (max-width: 87.5rem) {
  .shTplGContainer, .shTemplMap .shTemplMap__container, .globalContactContainer {
    max-width: 1024px;
  }
}
@media (min-width: 48rem) and (max-width: 59.3125rem) {
  .shTplGContainer, .shTemplMap .shTemplMap__container, .globalContactContainer {
    max-width: 700px;
  }
}

.shTplGResetHeaders, .shTemplMap.forContactPage address p, .shTemplMap .shTemplMap__distances p, .shTemplMap address p, .shTemplMap .shTemplMap__primaryTitle {
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  padding: 0;
}
.shTplGResetHeaders:first-letter, .shTemplMap.forContactPage address p:first-letter, .shTemplMap .shTemplMap__distances p:first-letter, .shTemplMap address p:first-letter, .shTemplMap .shTemplMap__primaryTitle:first-letter {
  text-transform: capitalize;
}

.shTplResetAnchor {
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

.blockScroll {
  overflow: hidden;
}
@media (min-width: 85.375rem) {
  .blockScroll body.homepage .header .menu-btn {
    margin-right: 17px;
  }
  .blockScroll body.homepage .header .logo {
    left: -webkit-calc(50% - 8px);
    left: -moz-calc(50% - 8px);
    left: calc(50% - 8px);
  }
  .blockScroll body.homepage .alert-buttons {
    margin-right: 17px;
  }
  .blockScroll body.homepage .main-menu {
    width: -webkit-calc(100% - 17px);
    width: -moz-calc(100% - 17px);
    width: calc(100% - 17px);
  }
}

.shTplGBlockScroll-html {
  overflow: hidden;
}
@media (min-width: 85.375rem) {
  .shTplGBlockScroll-html body.homepage .header .menu-btn {
    margin-right: 17px;
  }
  .shTplGBlockScroll-html body.homepage .header .logo {
    left: -webkit-calc(50% - 8px);
    left: -moz-calc(50% - 8px);
    left: calc(50% - 8px);
  }
  .shTplGBlockScroll-html body.homepage .alert-buttons {
    margin-right: 17px;
  }
  .shTplGBlockScroll-html body.homepage .main-menu {
    width: -webkit-calc(100% - 17px);
    width: -moz-calc(100% - 17px);
    width: calc(100% - 17px);
  }
}

.shTplGBlockScroll, .blockScrollOnMobile {
  position: relative;
  overflow: hidden;
}
@media (max-width: 45.625rem) {
  .shTplGBlockScroll, .blockScrollOnMobile {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 85.375rem) {
  .shTplGBlockScroll body.homepage .header .menu-btn, .blockScrollOnMobile body.homepage .header .menu-btn {
    margin-right: 17px;
  }
  .shTplGBlockScroll body.homepage .header .logo, .blockScrollOnMobile body.homepage .header .logo {
    left: -webkit-calc(50% - 8px);
    left: -moz-calc(50% - 8px);
    left: calc(50% - 8px);
  }
  .shTplGBlockScroll body.homepage .alert-buttons, .blockScrollOnMobile body.homepage .alert-buttons {
    margin-right: 17px;
  }
  .shTplGBlockScroll body.homepage .main-menu, .blockScrollOnMobile body.homepage .main-menu {
    width: -webkit-calc(100% - 17px);
    width: -moz-calc(100% - 17px);
    width: calc(100% - 17px);
  }
}

.mtGenericLoader {
  height: 1.875rem;
  width: 1.875rem;
  -webkit-animation: stRotate 1.2s infinite linear;
     -moz-animation: stRotate 1.2s infinite linear;
       -o-animation: stRotate 1.2s infinite linear;
          animation: stRotate 1.2s infinite linear;
  border: 2px solid #97012e;
  border-right-color: transparent;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 4.375rem;
  z-index: 2;
  margin: -0.9375rem 0 0 0;
}

@-webkit-keyframes skeletonAnimations {
  0% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
  100% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
}

@-moz-keyframes skeletonAnimations {
  0% {
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
  100% {
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
}

@-o-keyframes skeletonAnimations {
  0% {
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -o-background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
       background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
  100% {
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -o-background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
       background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
}

@keyframes skeletonAnimations {
  0% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
      -o-background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
  100% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
      -o-background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
}
.shTplGBlockScroll {
  overflow: hidden;
  height: 100%;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px "quasimoda";
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
     -moz-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  color: darkgrey;
}
.selectric-items .disabled.selected {
  color: #dcd9d9;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
  background: transparent;
}
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1), -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1), -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
     -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  -webkit-border-top-left-radius: 2px;
     -moz-border-radius-topleft: 2px;
          border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
     -moz-border-radius-topright: 2px;
          border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  -webkit-border-bottom-left-radius: 2px;
     -moz-border-radius-bottomleft: 2px;
          border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
     -moz-border-radius-bottomright: 2px;
          border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url("/Styles/sharedTemplates/plugins/leafletImages/layers.png");
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("/Styles/sharedTemplates/plugins/leafletImages/layers-2x.png");
  -moz-background-size: 26px 26px;
    -o-background-size: 26px 26px;
       background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url("/Styles/sharedTemplates/plugins/leafletImages/marker-icon.png");
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

.contactWrapper {
  position: relative;
  z-index: 10;
  padding-top: 9.375rem;
}
@media (max-width: 59.375rem) {
  .contactWrapper {
    padding-top: 6.875rem;
  }
}
@media (max-width: 47.9375rem) {
  .contactWrapper {
    padding-top: 5rem;
  }
}

.contactPromos {
  margin-bottom: 4.0625rem;
}
@media (max-width: 47.9375rem) {
  .contactPromos {
    margin-bottom: 3.125rem;
  }
}

.contactCMSInfo {
  padding: 2.5rem 0 0px;
}

.shTemplMap {
  margin-top: 0px;
  height: 600px;
  position: relative;
  /*  ==== only for CONTACT page  ==== */
  /*                                  */
  /*                                */
  /*  ==== only for CONTACT page  ==== */
}
.shTemplMap:after {
  display: table;
  content: "";
  clear: both;
}
@media (min-width: 2500px) {
  .shTemplMap {
    height: 800px !important;
  }
}
.shTemplMap .shTemplMap__container {
  height: 100%;
}
.shTemplMap .shTemplMap__infoWrapper {
  float: right;
  height: 100%;
  width: 300px;
}
.shTemplMap .shTemplMap__infoBox {
  width: 100%;
  height: 100%;
  float: right;
  position: relative;
  z-index: 1;
  top: 0px;
  text-align: center;
  padding: 20px 30px;
  height: -webkit-calc(100% - 20px);
  height: -moz-calc(100% - 20px);
  height: calc(100% - 20px);
  background: rgba(7, 25, 54, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shTemplMap .shTemplMap__inner {
  text-align: left;
}
.shTemplMap .shTemplMap__primaryTitle {
  vertical-align: middle;
  max-height: 110px;
  overflow: hidden;
  font-size: 1.375rem;
  color: #ffffff;
  font-weight: 600;
  font-family: "quasimoda";
  font-size: 1.75rem;
  line-height: 2rem;
  color: #ffffff !important;
  font-weight: 700;
  font-family: "rift";
  text-transform: uppercase;
}
.shTemplMap .shTemplMap__primaryTitle span.textFitted {
  font-size: inherit !important;
}
.shTemplMap address {
  margin-top: 25px;
  padding: 14px 0 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.shTemplMap address p {
  font-size: 0.875rem;
  color: #ffffff !important;
  line-height: 1.25rem;
  font-weight: 400;
  font-family: "quasimoda";
}
.shTemplMap .shTemplMap__map {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  position: relative;
  left: 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: -moz-calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-box-shadow: 0px 3px 6px #00000029;
     -moz-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}
.shTemplMap .shTemplMap__map .leaflet-marker-pane:hover .icon-duplicate {
  opacity: 1 !important;
}
.shTemplMap .shTemplMap__map img {
  max-width: initial !important;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.shTemplMap .shTemplMap__map .icon-duplicate {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  opacity: 0 !important;
}
.shTemplMap .shTemplMap__map .leaflet-marker-icon {
  opacity: 0.6;
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  position: relative;
  display: block;
}
.shTemplMap .shTemplMap__map .leaflet-marker-icon.isActive {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.shTemplMap .leaflet-tooltip {
  pointer-events: all;
}
.shTemplMap .leaflet-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -80px;
  width: 100%;
  height: -webkit-calc(100% + 80px);
  height: -moz-calc(100% + 80px);
  height: calc(100% + 80px);
  cursor: pointer;
  z-index: 10;
}
.shTemplMap .shTemplMap__distances {
  margin-top: 10px;
}
.shTemplMap .shTemplMap__distances p {
  color: #ffffff;
  display: none;
  font-size: 1.125rem;
  color: #ffffff !important;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "quasimoda";
}
.shTemplMap .shTemplMap__distancesList {
  font-size: 0;
  margin-top: 9px;
}
.shTemplMap .shTemplMap__distancesList li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}
.shTemplMap .shTemplMap__distancesList li a {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.shTemplMap .shTemplMap__distancesList li a:after, .shTemplMap .shTemplMap__distancesList li a:before {
  content: "";
  position: absolute;
  width: 36px;
  height: 28px;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -18px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.shTemplMap .shTemplMap__distancesList li a:before {
  opacity: 0;
}
.shTemplMap .shTemplMap__distancesList li a:hover:before, .shTemplMap .shTemplMap__distancesList li a:focus:before {
  opacity: 1;
}
.shTemplMap .shTemplMap__distancesList li a:hover:after, .shTemplMap .shTemplMap__distancesList li a:focus:after {
  opacity: 0;
}
.shTemplMap .shTemplMap__distancesList li.byCar a:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23ffffff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 384'%3E%3Cpath d='M340 43c-5-13-17-22-31-22H75c-14 0-26 9-31 22L0 171v170c0 12 10 22 21 22h22c12 0 21-10 21-22v-21h256v21c0 12 10 22 21 22h22c12 0 21-10 21-22V171L340 43zM75 256a32 32 0 110-64 32 32 0 010 64zm234 0a32 32 0 110-64 32 32 0 010 64zM43 149l32-96h234l32 96H43z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.shTemplMap .shTemplMap__distancesList li.byCar a:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23dedede%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 384'%3E%3Cpath d='M340 43c-5-13-17-22-31-22H75c-14 0-26 9-31 22L0 171v170c0 12 10 22 21 22h22c12 0 21-10 21-22v-21h256v21c0 12 10 22 21 22h22c12 0 21-10 21-22V171L340 43zM75 256a32 32 0 110-64 32 32 0 010 64zm234 0a32 32 0 110-64 32 32 0 010 64zM43 149l32-96h234l32 96H43z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.shTemplMap .shTemplMap__distancesList li.walking a:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23ffffff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 458.7 458.7'%3E%3Cpath d='M251 85c23 0 42-19 42-42 0-24-19-43-42-43s-43 19-43 43 19 42 43 42zM368 245v-42c-39 0-74-22-93-53l-20-34c-8-13-21-20-36-20-6 0-11 1-16 3L91 145v100h42v-71l38-16-59 301h45l37-171 46 43v128h43V298l-44-44 13-64c27 34 69 55 116 55z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.shTemplMap .shTemplMap__distancesList li.walking a:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23dedede%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 458.7 458.7'%3E%3Cpath d='M251 85c23 0 42-19 42-42 0-24-19-43-42-43s-43 19-43 43 19 42 43 42zM368 245v-42c-39 0-74-22-93-53l-20-34c-8-13-21-20-36-20-6 0-11 1-16 3L91 145v100h42v-71l38-16-59 301h45l37-171 46 43v128h43V298l-44-44 13-64c27 34 69 55 116 55z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.shTemplMap .shTemplMap__distancesList li.publicTransport a:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23ffffff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 405.3 405.3'%3E%3Cpath d='M203 0C108 0 32 11 32 85v203c0 41 33 75 75 75l-32 32v10h256v-10l-32-32c41 0 74-34 74-75V85c0-74-76-85-170-85zm-96 320a32 32 0 110-64 32 32 0 010 64zm74-128H75V85h106v107zm118 128a32 32 0 110-64 32 32 0 010 64zm32-128H224V85h107v107z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.shTemplMap .shTemplMap__distancesList li.publicTransport a:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23dedede%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 405.3 405.3'%3E%3Cpath d='M203 0C108 0 32 11 32 85v203c0 41 33 75 75 75l-32 32v10h256v-10l-32-32c41 0 74-34 74-75V85c0-74-76-85-170-85zm-96 320a32 32 0 110-64 32 32 0 010 64zm74-128H75V85h106v107zm118 128a32 32 0 110-64 32 32 0 010 64zm32-128H224V85h107v107z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.shTemplMap .shTemplMap__distancesList li.byBicycle a:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23ffffff%27%20version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M330.667,122.667c23.467,0,42.667-19.2,42.667-42.667s-19.2-42.667-42.667-42.667S288,56.533,288,80 S307.2,122.667,330.667,122.667z'/%3E%3Cpath d='M106.667,261.333C48,261.333,0,309.333,0,368s48,106.667,106.667,106.667c58.667,0,106.667-48,106.667-106.667 S165.333,261.333,106.667,261.333z M106.667,442.667C65.067,442.667,32,409.6,32,368s33.067-74.667,74.667-74.667 c41.6,0,74.667,33.067,74.667,74.667S148.267,442.667,106.667,442.667z'/%3E%3Cpath d='M404.267,238.933v-42.667c-32,0-58.667-11.733-77.867-30.933L284.8,124.8c-6.4-7.467-17.067-12.8-28.8-12.8 s-22.4,4.267-29.867,12.8l-58.667,58.667c-7.467,7.467-12.8,18.133-12.8,29.867s5.333,22.4,12.8,30.933l67.2,59.733v106.667 h42.667V277.333L230.4,230.4l50.133-51.2l16,16C323.2,222.933,360.533,238.933,404.267,238.933z'/%3E%3Cpath d='M405.333,261.333c-58.667,0-106.667,48-106.667,106.667s48,106.667,106.667,106.667C464,474.667,512,426.667,512,368 S464,261.333,405.333,261.333z M405.333,442.667c-41.6,0-74.667-33.067-74.667-74.667s33.067-74.667,74.667-74.667 C446.933,293.333,480,326.4,480,368S446.933,442.667,405.333,442.667z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.shTemplMap .shTemplMap__distancesList li.byBicycle a:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23dedede%27%20version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M330.667,122.667c23.467,0,42.667-19.2,42.667-42.667s-19.2-42.667-42.667-42.667S288,56.533,288,80 S307.2,122.667,330.667,122.667z'/%3E%3Cpath d='M106.667,261.333C48,261.333,0,309.333,0,368s48,106.667,106.667,106.667c58.667,0,106.667-48,106.667-106.667 S165.333,261.333,106.667,261.333z M106.667,442.667C65.067,442.667,32,409.6,32,368s33.067-74.667,74.667-74.667 c41.6,0,74.667,33.067,74.667,74.667S148.267,442.667,106.667,442.667z'/%3E%3Cpath d='M404.267,238.933v-42.667c-32,0-58.667-11.733-77.867-30.933L284.8,124.8c-6.4-7.467-17.067-12.8-28.8-12.8 s-22.4,4.267-29.867,12.8l-58.667,58.667c-7.467,7.467-12.8,18.133-12.8,29.867s5.333,22.4,12.8,30.933l67.2,59.733v106.667 h42.667V277.333L230.4,230.4l50.133-51.2l16,16C323.2,222.933,360.533,238.933,404.267,238.933z'/%3E%3Cpath d='M405.333,261.333c-58.667,0-106.667,48-106.667,106.667s48,106.667,106.667,106.667C464,474.667,512,426.667,512,368 S464,261.333,405.333,261.333z M405.333,442.667c-41.6,0-74.667-33.067-74.667-74.667s33.067-74.667,74.667-74.667 C446.933,293.333,480,326.4,480,368S446.933,442.667,405.333,442.667z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.shTemplMap .shTemplMap__findNearest, .shTemplMap .shTemplMap__goToMap {
  font-size: 16px;
  margin-top: 5px;
  color: #000;
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.shTemplMap .shTemplMap__findNearest:first-letter, .shTemplMap .shTemplMap__goToMap:first-letter {
  text-transform: capitalize;
}
.shTemplMap .shTemplMap__findNearest:after, .shTemplMap .shTemplMap__goToMap:after {
  content: "";
  border-left: 5px solid currentColor;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.shTemplMap .shTemplMap__findNearest:hover, .shTemplMap .shTemplMap__goToMap:hover {
  color: #010b3f;
}
.shTemplMap .shTemplMap__findNearest:hover:after, .shTemplMap .shTemplMap__goToMap:hover:after {
  -webkit-transform: translateX(3px);
     -moz-transform: translateX(3px);
      -ms-transform: translateX(3px);
       -o-transform: translateX(3px);
          transform: translateX(3px);
}
.shTemplMap .shTemplMap__findNearest {
  margin-top: 10px;
}
.shTemplMap .shTemplMap__forSingleSchool, .shTemplMap .shTemplMap__forMultipleSchools {
  display: none;
}
.shTemplMap.multipleSchools .shTemplMap__forMultipleSchools {
  display: block;
}
.shTemplMap.singleSchool .shTemplMap__forSingleSchool {
  display: block;
}
.shTemplMap.multipleSchools.singleSchool .shTemplMap__forMultipleSchools {
  display: none;
}
.shTemplMap.forContactPage address p.shTemplMap__calculatedDist {
  padding-top: 10px;
}
@media (max-width: 37.5rem) {
  .shTemplMap {
    height: auto;
  }
  .shTemplMap .shTemplMap__container {
    padding: 320px 0 0 0;
  }
  .shTemplMap .shTemplMap__infoWrapper {
    width: 100%;
    float: none;
  }
  .shTemplMap .shTemplMap__infoBox {
    padding: 23px 20px 30px;
  }
  .shTemplMap .shTemplMap__infoBox:before {
    display: none;
  }
  .shTemplMap .shTemplMap__inner {
    width: 100%;
  }
  .shTemplMap .shTemplMap__inner h2,
.shTemplMap .shTemplMap__inner address,
.shTemplMap .shTemplMap__inner .ctMap__distances {
    padding-left: 20px;
    padding-right: 20px;
  }
  .shTemplMap .shTemplMap__inner .ctMap__distances {
    margin-top: 30px;
  }
  .shTemplMap .shTemplMap__map {
    height: 320px;
    bottom: auto;
  }
  .shTemplMap .shTemplMap__primaryTitle, .shTemplMap address, .shTemplMap .shTemplMap__distances {
    text-align: center;
  }
  .shTemplMap .shTemplMap__submitLocation {
    max-width: 100%;
  }
  .shTemplMap .shTemplMap__input {
    text-align: center;
    padding-left: 0;
  }
}

.ctG-inputBase, .contactGdpr .contactGdpr__popup, .selectric-wrapper .selectric-items li, .selectric-wrapper .label, .ctForm textarea, .ctG-input, .ctForm input, .ctForm select {
  font-size: 0.875rem !important;
  font-family: "quasimoda";
  color: #071936;
  line-height: 1.2;
  font-weight: 300;
  background: transparent;
  border: 1px solid #071936;
  color: #161615;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.ctG-input, .ctForm input, .ctForm select {
  width: 100%;
  padding-left: 1.25rem;
  line-height: 3.25rem;
  height: 3.125rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ctG-input:focus, .ctForm input:focus, .ctForm select:focus, .ctG-input:hover, .ctForm input:hover, .ctForm select:hover {
  cursor: pointer;
  border-color: rgba(74, 74, 73, 0.4);
}
.ctG-input:focus, .ctForm input:focus, .ctForm select:focus {
  outline: 1px solid #071936;
  border: 1px solid #071936;
}

.ctForm {
  background: #DEDEDE;
  font-size: 0;
  padding: 0 5.625rem;
  position: relative;
  margin-bottom: 0 !important;
  padding: 1.875rem 0;
}
@media (max-width: 48rem) {
  .ctForm {
    padding: 0 1.25rem;
    width: -webkit-calc(100% - 1.25rem);
    width: -moz-calc(100% - 1.25rem);
    width: calc(100% - 1.25rem);
  }
  .ctForm .globalContactContainer {
    padding: 0;
  }
}
.ctForm form:after {
  display: table;
  content: "";
  clear: both;
}
.ctForm .ctForm__column {
  width: -webkit-calc(50% - 24px) !important;
  width: -moz-calc(50% - 24px) !important;
  width: calc(50% - 24px) !important;
  float: left;
  position: relative;
  margin: 0.625rem;
}
.ctForm .ctForm__inputGroup {
  margin-bottom: 1.875rem;
}
.ctForm .ctForm__inputGroup.isTitleAndName fieldset:nth-of-type(1) {
  float: left;
  width: 8.125rem;
  margin-right: 1.875rem;
}
.ctForm .ctForm__inputGroup.isCaptchaAndSubmit {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ctForm .ctForm__inputGroup.isCaptchaAndSubmit:after {
  display: table;
  content: "";
  clear: both;
}
.ctForm .ctForm__inputGroup.isCaptchaAndSubmit .isRecaptcha {
  padding-right: 0.9375rem;
}
.ctForm .ctForm__inputGroup.isCaptchaAndSubmit .isRecaptcha:before {
  bottom: 0.125rem;
  top: 0;
}
.ctForm .ctForm__inputGroup.isCaptchaAndSubmit .isRecaptcha input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  width: 0;
  padding: 0;
}
.ctForm .ctForm__inputGroup.isCaptchaAndSubmit .isSubmit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.9375rem;
}
.ctForm .ctForm__inputGroup.isCaptchaAndSubmit .g-recaptcha {
  position: relative;
}
.ctForm .ctForm__inputGroup.isCaptchaAndSubmit .g-recaptcha:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0.1875rem;
  bottom: 0.1875rem;
  z-index: -1;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
     -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out, -moz-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -moz-box-shadow 0.3s ease-in-out;
}
.ctForm input, .ctForm select {
  background-color: #ffffff;
  border: 1px solid rgba(7, 25, 54, 0.5);
  font-size: 0.875rem;
  line-height: 1.9375rem;
  font-family: "quasimoda";
  font-weight: 300;
  color: #4A4A49;
  padding-left: 0.9375rem;
}
@media (max-width: 48rem) {
  .ctForm input, .ctForm select {
    padding-left: 0.9375rem;
  }
}
.ctForm textarea {
  width: 100%;
  resize: none;
  padding: 1.25rem;
  border: 1px solid rgba(7, 25, 54, 0.5);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "quasimoda";
  font-weight: 300;
  color: #4A4A49;
  background: #ffffff !important;
}
@media (max-width: 48rem) {
  .ctForm textarea {
    padding-left: 0.3125rem;
  }
}
.ctForm textarea:focus, .ctForm textarea:hover {
  border-color: rgba(74, 74, 73, 0.4);
}
.ctForm textarea:focus {
  outline: 1px solid #071936;
  border: 1px solid #071936;
}
.ctForm input:-webkit-autofill,
.ctForm input:-webkit-autofill:hover,
.ctForm input:-webkit-autofill:focus,
.ctForm input:-webkit-autofill,
.ctForm textarea:-webkit-autofill,
.ctForm textarea:-webkit-autofill:hover,
.ctForm textarea:-webkit-autofill:focus,
.ctForm select:-webkit-autofill,
.ctForm select:-webkit-autofill:hover,
.ctForm select:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-text-fill-color: inherit !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 50px white inset;
}
.ctForm .ctForm__errorMessage {
  margin-top: 1.875rem;
  overflow: auto;
  text-align: center;
  display: none;
  border: 1px solid red;
  color: red;
  background: #fff;
  position: relative;
}
.ctForm .ctForm__errorMessage p, .ctForm .ctForm__errorMessage p a {
  color: inherit !important;
}
.ctForm .ctForm__errorMessage:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #FF0000;
}
.ctForm .ctForm__errorMessage.isVisible:before {
  width: 0.625rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ctForm .watermark_container {
  width: 100%;
}
.ctForm .watermark_container .watermark {
  right: 0;
  opacity: 1 !important;
  font-size: 0.875rem !important;
  font-family: "quasimoda";
  color: #071936;
  line-height: 1.2;
  font-weight: 300;
  height: 3.125rem !important;
  font-weight: 200;
}
.ctForm .watermark_container .watermark:not([for*=txtMessage]) {
  line-height: 3.25rem !important;
}
.ctForm .watermark_container .watermark:focus {
  opacity: 0;
}
.ctForm .watermark_container .watermark.focused {
  visibility: hidden;
}
.ctForm .ctForm__submit {
  margin: 0;
  height: 4.5rem;
  max-width: 15.3125rem;
  width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  font-family: "rift";
  text-transform: uppercase;
  background-color: #071936;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.ctForm .ctForm__submit span {
  padding: 0.3125rem;
}
.ctForm .ctForm__submit:hover {
  color: #071936;
  background-color: #ffffff;
}
.ctForm .ctForm__submit:hover span {
  color: #071936;
}
@media (max-width: 48rem) {
  .ctForm .ctForm__submit {
    height: 3.125rem;
    font-size: 1rem;
  }
}
.ctForm.isSubmitting {
  position: relative;
}
.ctForm.isSubmitting:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.ctForm.isSubmitting form {
  position: relative;
}
.ctForm.isSubmitting .ctForm__submit .ctFormLoader {
  height: 2.125rem;
  width: 2.125rem;
  -webkit-animation: stRotate 1.2s infinite linear;
     -moz-animation: stRotate 1.2s infinite linear;
       -o-animation: stRotate 1.2s infinite linear;
          animation: stRotate 1.2s infinite linear;
  border: 0.125rem solid #fff;
  border-right-color: transparent;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  margin: -1.0625rem 0 0 0;
}
.ctForm.hasErrors .ctForm__submit {
  color: #ffffff !important;
  font-family: "quasimoda";
  font-size: 1.0625rem;
  text-transform: none;
}
.ctForm.hasErrors .ctForm__submit span {
  display: block;
  line-height: 14px;
  text-transform: none;
  font-size: 12px;
}
.ctForm fieldset {
  position: relative;
}
.ctForm fieldset:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ctForm fieldset.isRequired .watermark:after {
  content: "*";
  color: red;
  display: inline-block;
  margin-left: 5px;
}
.ctForm fieldset.parsley-success:before, .ctForm fieldset.parsley-error:before {
  width: 0.625rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ctForm fieldset.parsley-success:before {
  background: #0CA800;
}
.ctForm fieldset.parsley-success input, .ctForm fieldset.parsley-success .selectric-wrapper, .ctForm fieldset.parsley-success textarea {
  border-color: #0CA800;
  padding-left: 15px;
}
.ctForm fieldset.parsley-error:before {
  background: #FF0000;
}
.ctForm fieldset.parsley-error input, .ctForm fieldset.parsley-error .selectric-wrapper {
  border-color: #FF0000;
}
.ctForm fieldset.parsley-error input, .ctForm fieldset.parsley-error .selectric .label {
  font-family: "quasimoda";
  background: #ffffff !important;
  color: #FF0000 !important;
  -webkit-text-fill-color: #FF0000 !important;
  padding-left: 15px;
}
.ctForm fieldset.parsley-error .watermark {
  color: #FF0000 !important;
}
@media (max-width: 71.875rem) {
  .ctForm .ctForm__column {
    width: 100% !important;
    float: none;
  }
  .ctForm .ctForm__column:nth-of-type(1) {
    padding-right: 0;
  }
  .ctForm .ctForm__column:nth-of-type(2) {
    padding-left: 0;
  }
  .ctForm .ctForm__column:nth-of-type(2):before {
    display: none;
  }
  .ctForm .ctForm__inputGroup.isCaptchaAndSubmit {
    text-align: right;
    margin: 0 0 0 auto;
    max-width: 39.6875rem;
  }
}
@media (max-width: 71.875rem) and (min-width: 42.5rem) {
  .ctForm .ctForm__inputGroup.isTitleAndName {
    float: left;
    width: 67%;
    padding-right: 1.875rem;
  }
  .ctForm .ctForm__inputGroup.isPhone {
    display: inline-block;
    width: 35%;
    vertical-align: top;
    padding-right: 1.875rem;
  }
  .ctForm .ctForm__inputGroup.isEmail {
    display: inline-block;
    width: 65%;
    vertical-align: top;
  }
}
@media (max-width: 35.625rem) {
  .ctForm .ctForm__column fieldset > div {
    text-align: left;
  }
  .ctForm .ctForm__inputGroup.isCaptchaAndSubmit {
    display: block;
  }
  .ctForm .ctForm__inputGroup.isCaptchaAndSubmit .isRecaptcha {
    float: none;
    padding-right: 0;
    overflow: hidden;
  }
  .ctForm .ctForm__inputGroup.isCaptchaAndSubmit .isRecaptcha:before {
    width: 0.5rem;
    bottom: 0.375rem;
  }
  .ctForm .ctForm__inputGroup.isCaptchaAndSubmit .isRecaptcha .g-recaptcha {
    -webkit-transform: scale3D(0.92, 0.92, 1);
       -moz-transform: scale3D(0.92, 0.92, 1);
        -ms-transform: scale3D(0.92, 0.92, 1);
         -o-transform: scale3D(0.92, 0.92, 1);
            transform: scale3D(0.92, 0.92, 1);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .ctForm .ctForm__inputGroup.isCaptchaAndSubmit .isRecaptcha .g-recaptcha > div {
    width: 280px !important;
  }
  .ctForm .ctForm__inputGroup.isCaptchaAndSubmit .isSubmit {
    padding-left: 0;
    margin-top: 1.25rem;
  }
  .ctForm .ctForm__submit {
    max-width: 100%;
  }
}
@media (max-width: 31.25rem) {
  .ctForm .ctForm__inputGroup {
    margin-bottom: 1.25rem;
  }
  .ctForm .ctForm__inputGroup.isTitleAndName fieldset:nth-of-type(1) {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}

.selectric-wrapper {
  border: 1px solid rgba(7, 25, 54, 0.5);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.selectric-wrapper .selectric {
  border: none;
  background: transparent;
}
.selectric-wrapper .selectric .label {
  background: transparent;
  font-size: 1.25rem;
  font-weight: 300;
  font-family: "quasimoda";
}
.selectric-wrapper .label {
  background: #ffffff !important;
  padding: 0 2.5rem 0 1.25rem;
  border: none;
  line-height: 3.125rem;
  height: 3rem;
  margin: 0;
}
.selectric-wrapper .selectric-items span {
  color: red;
  font-size: 0.9375rem;
}
.selectric-wrapper .selectric-items li {
  line-height: initial;
  border: none;
}
.selectric-wrapper .selectric-items li.highlighted, .selectric-wrapper .selectric-items li.selected, .selectric-wrapper .selectric-items li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.selectric-wrapper .button {
  color: #071936;
  height: 100%;
  background: none;
}
.selectric-wrapper .addStar .label:after {
  content: "*";
  color: red;
  display: inline-block;
  margin-left: 5px;
}
.contactGdpr .contactGdpr__inner {
  padding: 0.9375rem 1.25rem 0.9375rem 0.75rem;
  background: #ffffff !important;
  border: 1px solid rgba(7, 25, 54, 0.5);
  font-family: "quasimoda";
  font-size: 1.25rem;
  font-weight: 200;
}
.contactGdpr label {
  cursor: pointer;
}
.contactGdpr label:before {
  content: "";
  position: absolute;
  left: 1rem !important;
  top: 1.125rem !important;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAWCAMAAAALimf+AAAAP1BMVEVHcEwAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlXJQWGHAAAAFHRSTlMACAOzFcl4D4jTxZlZpWm+jH6gLSeC62gAAABoSURBVCjP1dJLDsIwEATR9gRiY+cH1P3PmlUQlsazT+1ab9vSsK+CZrYIYYnw9bgLvnvcyj+WHhc4enzm37QKtAFKuQIf81FKO7Caj1KagCn5ePHho2QrMELJWoCSGtQ8PkPZU3QkB0/h+whANabF0QAAAABJRU5ErkJggg==") no-repeat center center/contain;
  border: none;
  height: 1.875rem !important;
  z-index: 2;
  outline: 0;
  opacity: 0;
  width: 1.5rem !important;
}
.contactGdpr label.secondLvlCss p {
  margin: 0;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-family: "quasimoda";
  font-weight: 300;
  color: #4A4A49;
}
.contactGdpr .ctG-checkbox__tickBox {
  float: left;
  position: relative;
  width: 1.75rem;
  -webkit-border-radius: 0.125rem;
     -moz-border-radius: 0.125rem;
          border-radius: 0.125rem;
  height: 1.75rem;
  margin-right: 0.625rem;
  left: 0;
  top: 0.125rem;
  border: 2px solid #c1c1c1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contactGdpr input {
  border: 0 !important;
  clip: rect(0 0 0 0);
  height: 1px !important;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px !important;
  pointer-events: none;
}
.contactGdpr input:focus {
  background-color: #fff;
}
.contactGdpr .contactGdpr__popup {
  position: absolute;
  left: 1.875rem;
  right: 2.5rem;
  bottom: 100%;
  margin-bottom: 0.875rem;
  z-index: 5;
  padding: 0.75rem 0.9375rem 1.25rem 0.9375rem;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff !important;
  display: none;
}
.contactGdpr .contactGdpr__popup:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1rem;
  margin: -0.4375rem 0 0 -0.5rem;
  height: 1rem;
  background: #fff;
  border-right: 1px solid #071936;
  border-bottom: 1px solid #071936;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contactGdpr .contactGdpr__popup p {
  margin: 0;
  color: #0A2544;
}
.contactGdpr .contactGdpr__popup p a {
  margin-left: 0.25rem;
}
.contactGdpr .contactGdpr__options {
  text-align: center;
  max-width: unset !important;
  width: 100% !important;
  margin: 0.625rem 0 0 0 !important;
  padding: 0 !important;
}
.contactGdpr .contactGdpr__options li {
  width: 6.25rem;
  cursor: pointer;
}
.contactGdpr .contactGdpr__options li:nth-of-type(1) {
  margin-right: 0.625rem;
}
.contactGdpr .contactGdpr__options li:nth-of-type(2) {
  margin-left: 0.625rem;
}
.contactGdpr input:checked + label:before {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.contactGdpr.isChecked .ctG-checkbox__tickBox {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contactGdpr label:hover .ctG-checkbox__tickBox, .contactGdpr .isFocused .ctG-checkbox__tickBox {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-color: #071936;
}
.contactGdpr .secondLvlCss a:hover {
  color: #ffffff !important;
}
@media (max-width: 35.625rem) {
  .contactGdpr .ctG-checkbox__tickBox {
    width: 1.625rem;
    height: 1.625rem;
  }
}

html,
body {
  font-family: "quasimoda", sans-serif;
  font-weight: 400;
  color: #333;
  background: #EFF2F7;
  font-size: 16px;
}
body {
  width: 100%;
  height: 100%;
}

.general-truncate,
.truncate-js {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
}

.custom-ctrl {
  width: 40px;
  height: 40px;
  display: block;
  background: transparent;
  border: none;
  display: block;
  cursor: pointer;
  position: relative;
}
.custom-ctrl .box {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
     -moz-transform: rotate(45deg) translate3d(0, 0, 0);
          transform: rotate(45deg) translate3d(0, 0, 0);
  overflow: hidden;
}
.custom-ctrl .box:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid rgba(254, 255, 255, 0.24);
  z-index: 1;
}
.custom-ctrl .box:before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #D53956;
  -webkit-transform: translate3d(60px, -60px, 0) rotate(45deg);
     -moz-transform: translate3d(60px, -60px, 0) rotate(45deg);
          transform: translate3d(60px, -60px, 0) rotate(45deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease;
  z-index: 2;
  pointer-events: none;
}
.custom-ctrl .progress-bar {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.custom-ctrl .progress-bar svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-ctrl .progress-bar .progress-path {
  fill: none;
  stroke: #9F1C34;
  stroke-dashoffset: 176;
  stroke-dasharray: 176;
}
.custom-ctrl i {
  font-size: 7px;
  display: block;
  color: #fff;
  position: absolute;
  top: 0;
  line-height: 40px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  z-index: 5;
}
.custom-ctrl.prev .box:before {
  right: -10px;
  -webkit-transform: translate3d(60px, -60px, 0) rotate(45deg);
     -moz-transform: translate3d(60px, -60px, 0) rotate(45deg);
          transform: translate3d(60px, -60px, 0) rotate(45deg);
}
.custom-ctrl.prev i {
  right: -25px;
}
.custom-ctrl.next .box:before {
  left: -10px;
  -webkit-transform: translate3d(-60px, 60px, 0) rotate(-45deg);
     -moz-transform: translate3d(-60px, 60px, 0) rotate(-45deg);
          transform: translate3d(-60px, 60px, 0) rotate(-45deg);
}
.custom-ctrl.next i {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -25px;
}
html.no-touch .custom-ctrl:hover .box:before {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
     -moz-transform: translate3d(0, 0, 0) rotate(-45deg);
          transform: translate3d(0, 0, 0) rotate(-45deg);
}
html.no-touch .custom-ctrl:hover.prev .box:before {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
     -moz-transform: translate3d(0, 0, 0) rotate(45deg);
          transform: translate3d(0, 0, 0) rotate(45deg);
}
html.no-touch .custom-ctrl:hover.prev i {
  -webkit-transform: translate3d(-10px, 0, 0);
     -moz-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}
html.no-touch .custom-ctrl:hover.next .box:before {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
     -moz-transform: translate3d(0, 0, 0) rotate(-45deg);
          transform: translate3d(0, 0, 0) rotate(-45deg);
}
html.no-touch .custom-ctrl:hover.next i {
  -webkit-transform: translate3d(10px, 0, 0) rotate(180deg);
     -moz-transform: translate3d(10px, 0, 0) rotate(180deg);
          transform: translate3d(10px, 0, 0) rotate(180deg);
}

.go-top {
  width: 26px;
  height: 26px;
  display: block;
  background: transparent;
  border: none;
  display: block;
  cursor: pointer;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: 20px;
}
.go-top .box {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
     -moz-transform: rotate(45deg) translate3d(0, 0, 0);
          transform: rotate(45deg) translate3d(0, 0, 0);
}
.go-top .box:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #9E1925;
  z-index: 1;
}
.go-top i {
  font-size: 7px;
  display: block;
  color: #9E1925;
  position: absolute;
  bottom: -21px;
  left: -1px;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  line-height: 40px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  z-index: 5;
}
html.no-touch .go-top:hover i {
  -webkit-transform: translate3d(0, -3px, 0) rotate(-90deg);
     -moz-transform: translate3d(0, -3px, 0) rotate(-90deg);
          transform: translate3d(0, -3px, 0) rotate(-90deg);
}

main {
  display: block;
  position: relative;
  z-index: 27;
}
body.secondLvl main {
  pointer-events: all;
}
main #content {
  pointer-events: all;
}
.contentPage-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #071936;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.8s linear, visibility 0.8s linear;
  -o-transition: opacity 0.8s linear, visibility 0.8s linear;
  -moz-transition: opacity 0.8s linear, visibility 0.8s linear;
  transition: opacity 0.8s linear, visibility 0.8s linear;
  z-index: 300;
}
html.js-hide-loader .contentPage-loader {
  opacity: 0;
  visibility: visible;
}

.start .hero .strapline .second-line span, .start .stats-section .strapline .second-line span {
  width: -webkit-calc(100% + 10vw + 10px);
  width: -moz-calc(100% + 10vw + 10px);
  width: calc(100% + 10vw + 10px);
}

#content {
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
  background: #fff;
}

@media (max-width: 64rem) {
  .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #ffffff;
  }
}

.custom-btn {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08;
  text-transform: uppercase;
  line-height: 40px;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.custom-btn span {
  display: block;
  position: relative;
  z-index: 2;
}
.custom-btn:before {
  content: "";
  width: 50px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  background: #9E1925;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  -webkit-transform: translate3d(0, 5px, 0);
     -moz-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}
.custom-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #D53956;
  z-index: 1;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center bottom;
     -moz-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
       -o-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
html.no-touch .custom-btn:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
html.no-touch .custom-btn:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
html.no-touch .custom-btn:hover:after {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.ShareControlsContainer .ShareItem span {
  padding: 10px 0;
}

.section-anchor {
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
  position: absolute;
  left: -1000px;
  top: 0;
}

html:not(.loaded) body > *:not(.loader) {
  visibility: hidden;
}

@-webkit-keyframes reveal-logo {
  0% {
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
  }
  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}

@-moz-keyframes reveal-logo {
  0% {
    -moz-transform: translateX(0vw);
         transform: translateX(0vw);
  }
  100% {
    -moz-transform: translateX(100vw);
         transform: translateX(100vw);
  }
}

@-o-keyframes reveal-logo {
  0% {
    -o-transform: translateX(0vw);
       transform: translateX(0vw);
  }
  100% {
    -o-transform: translateX(100vw);
       transform: translateX(100vw);
  }
}

@keyframes reveal-logo {
  0% {
    -webkit-transform: translateX(0vw);
       -moz-transform: translateX(0vw);
         -o-transform: translateX(0vw);
            transform: translateX(0vw);
  }
  100% {
    -webkit-transform: translateX(100vw);
       -moz-transform: translateX(100vw);
         -o-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}
@-webkit-keyframes hide-logo {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-moz-keyframes hide-logo {
  0% {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
}
@-o-keyframes hide-logo {
  0% {
    -o-transform: translateX(-100%);
       transform: translateX(-100%);
  }
  100% {
    -o-transform: translateX(0%);
       transform: translateX(0%);
  }
}
@keyframes hide-logo {
  0% {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes hide-bg {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-moz-keyframes hide-bg {
  0% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
  100% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
}
@-o-keyframes hide-bg {
  0% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
  100% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
}
@keyframes hide-bg {
  0% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes remove-logo {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes remove-logo {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes remove-logo {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes remove-logo {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loader {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loader .loader-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #071936;
  -webkit-transition: height 1.5s ease;
  -o-transition: height 1.5s ease;
  -moz-transition: height 1.5s ease;
  transition: height 1.5s ease;
}
.loader .logo {
  position: relative;
}
.loader .logo img {
  position: relative;
  width: 50vw;
}
@media (max-width: 768px) {
  .loader .logo img {
    width: 80vw;
  }
}
.loader .logo:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #071936;
  -webkit-animation: reveal-logo 2s ease 0s 1;
     -moz-animation: reveal-logo 2s ease 0s 1;
       -o-animation: reveal-logo 2s ease 0s 1;
          animation: reveal-logo 2s ease 0s 1;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.loader .logo:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #071936;
}
.loader.hide .logo {
  -webkit-animation: remove-logo 0.2s ease 0.5s 1 forwards;
     -moz-animation: remove-logo 0.2s ease 0.5s 1 forwards;
       -o-animation: remove-logo 0.2s ease 0.5s 1 forwards;
          animation: remove-logo 0.2s ease 0.5s 1 forwards;
}
.loader.hide .logo:after {
  display: none;
}
.loader.hide .logo:before {
  -webkit-animation: hide-logo 1s ease 0s 1 forwards;
     -moz-animation: hide-logo 1s ease 0s 1 forwards;
       -o-animation: hide-logo 1s ease 0s 1 forwards;
          animation: hide-logo 1s ease 0s 1 forwards;
}
.loader.hide .loader-bg {
  -webkit-animation: hide-bg 2s ease 0.5s 1 forwards;
     -moz-animation: hide-bg 2s ease 0.5s 1 forwards;
       -o-animation: hide-bg 2s ease 0.5s 1 forwards;
          animation: hide-bg 2s ease 0.5s 1 forwards;
}

.hero {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.hero .hero-carousel {
  height: 100%;
  /* .top-shadow{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 30%;
      z-index: 10;
      background-image: linear-gradient(to bottom, #000000, rgba(#000000, 0));
      opacity: 55%;
  }

  .bottom-shadow{
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 30%;
      z-index: 10;
      background-image: linear-gradient(to top, #000000, rgba(#000000, 0));
      opacity: 55%;
  } */
}
.hero .hero-carousel .hero-images {
  height: 100%;
  background-color: #ffffff;
}
.hero .hero-carousel .hero-images .hero-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.hero .hero-carousel .hero-images .hero-item.display {
  opacity: 1;
}
.hero .hero-carousel .hero-images .hero-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.hero .hero-carousel .mobile-nav {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  pointer-events: none;
  width: 100%;
}
.hero .hero-carousel .mobile-nav button {
  position: absolute;
  top: 0;
  pointer-events: all;
  width: 71px;
  height: 71px;
  -webkit-border-radius: 80px;
     -moz-border-radius: 80px;
          border-radius: 80px;
  background: transparent;
  border: 2px solid #FFFFFF62;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero .hero-carousel .mobile-nav button .icon-arrow:before {
  color: #ffffff;
  font-size: 14px;
  display: block;
  position: relative;
}
.hero .hero-carousel .mobile-nav .hero-prev {
  left: -35px;
}
.hero .hero-carousel .mobile-nav .hero-prev .icon-arrow {
  position: relative;
  left: 12px;
}
.hero .hero-carousel .mobile-nav .hero-prev .icon-arrow:before {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.hero .hero-carousel .mobile-nav .hero-next {
  right: -35px;
}
.hero .hero-carousel .mobile-nav .hero-next .icon-arrow {
  position: relative;
  right: 12px;
}
.hero .hero-carousel .mobile-nav .hero-next .icon-arrow:before {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.hero .hero-carousel .crs_progress > .circle_right > span {
  width: 35px;
  height: 71px;
  position: absolute;
  right: 0px;
  top: 0px;
  overflow: hidden;
  -webkit-border-top-right-radius: 1000px;
     -moz-border-radius-topright: 1000px;
          border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
     -moz-border-radius-bottomright: 1000px;
          border-bottom-right-radius: 1000px;
  border-color: #ffffff;
  border-width: 2px 2px 2px 0px;
  border-style: solid;
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
      -ms-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
.hero .hero-carousel .crs_progress > .circle_right {
  width: 35px;
  height: 71px;
  position: absolute;
  right: 0px;
  top: 0px;
  overflow: hidden;
}
.hero .hero-carousel .crs_progress > .circle_left > span {
  width: 35px;
  height: 71px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  -webkit-border-top-left-radius: 1000px;
     -moz-border-radius-topleft: 1000px;
          border-top-left-radius: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
     -moz-border-radius-bottomleft: 1000px;
          border-bottom-left-radius: 1000px;
  border-color: #ffffff;
  border-width: 2px 0px 2px 2px;
  border-style: solid;
  -webkit-transform-origin: right center;
     -moz-transform-origin: right center;
      -ms-transform-origin: right center;
       -o-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
.hero .hero-carousel .crs_progress > .circle_left {
  width: 35px;
  height: 71px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.hero .hero-carousel .crs_progress {
  width: 71px;
  height: 71px;
  -webkit-border-radius: 1000px;
     -moz-border-radius: 1000px;
          border-radius: 1000px;
  z-index: 20;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scaleY(-1);
     -moz-transform: translate(-50%, -50%) scaleY(-1);
      -ms-transform: translate(-50%, -50%) scaleY(-1);
       -o-transform: translate(-50%, -50%) scaleY(-1);
          transform: translate(-50%, -50%) scaleY(-1);
}
.hero .hero-carousel .school-info {
  position: absolute;
  left: 3.125rem;
  bottom: 5.3125rem;
  width: 31.25rem;
  z-index: 11;
}
.hero .hero-carousel .school-info span {
  font-family: "quasimoda";
  font-size: 1.0625rem;
  line-height: 1.375rem;
  color: #071936;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.hero .hero-carousel .school-info .carousel-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.125rem;
}
.hero .hero-carousel .school-info .carousel-nav .hero-btn {
  position: relative;
  width: 2.625rem;
  height: 1.875rem;
  border: none;
  margin-right: 1rem;
  cursor: pointer;
  background: transparent;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
html.no-touch .hero .hero-carousel .school-info .carousel-nav .hero-btn:hover div {
  background-color: #071936;
}
.hero .hero-carousel .school-info .carousel-nav .hero-btn div {
  position: absolute;
  left: 0;
  top: 0.9375rem;
  width: 2.625rem;
  height: 0.125rem;
  background-color: rgba(7, 25, 54, 0.54);
}
.hero .hero-carousel .school-info .carousel-nav .hero-btn span {
  display: block;
  width: 0%;
  height: 0.125rem;
  background-color: #071936;
  position: absolute;
  left: 0;
  top: 0.9375rem;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
}
.hero .strapline {
  position: absolute;
  bottom: 16.25rem;
  left: 2.8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #071936;
  z-index: 11;
  display: none;
}
.hero .strapline .first-line {
  font-family: "rift";
  font-size: 5.75rem;
  line-height: 5.625rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: font-size 0.3s ease, line-height 0.3s ease;
  -o-transition: font-size 0.3s ease, line-height 0.3s ease;
  -moz-transition: font-size 0.3s ease, line-height 0.3s ease;
  transition: font-size 0.3s ease, line-height 0.3s ease;
  position: relative;
  top: 7.5rem;
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  -o-transition: opacity 1.5s ease, -o-transform 1.5s ease;
  -moz-transition: opacity 1.5s ease, transform 1.5s ease, -moz-transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease, -moz-transform 1.5s ease, -o-transform 1.5s ease;
  -webkit-transition-delay: 0.1s;
     -moz-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.hero .strapline .first-line span {
  font-weight: 300;
  font-style: italic;
  font-size: 3.25rem;
  line-height: 3.875rem;
  position: relative;
  left: 0.625rem;
}
.hero .strapline .second-line {
  font-family: "rift";
  font-size: 4.75rem;
  line-height: 5.125rem;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: font-size 0.3s ease, line-height 0.3s ease;
  -o-transition: font-size 0.3s ease, line-height 0.3s ease;
  -moz-transition: font-size 0.3s ease, line-height 0.3s ease;
  transition: font-size 0.3s ease, line-height 0.3s ease;
  position: relative;
  color: #ffffff;
  top: 7.5rem;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  -o-transition: opacity 1s ease, -o-transform 1s ease;
  -moz-transition: opacity 1s ease, transform 1s ease, -moz-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
  -webkit-transition-delay: 2s;
     -moz-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
  position: relative;
}
.hero .strapline .second-line span {
  display: block;
  position: absolute;
  left: -10vw;
  top: 0;
  width: 0vw;
  height: 100%;
  z-index: -1;
  background-color: #071936;
  -webkit-transition: width 0.7s ease 0.3s;
  -o-transition: width 0.7s ease 0.3s;
  -moz-transition: width 0.7s ease 0.3s;
  transition: width 0.7s ease 0.3s;
}
.hero .next-section {
  position: absolute;
  z-index: 11;
  bottom: 5.875rem;
  right: 2.8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.hero .next-section .icon_arrow {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../../images/svg/arrow.svg");
  background-repeat: no-repeat;
  -moz-background-size: 80%;
    -o-background-size: 80%;
       background-size: 80%;
  background-position: center;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
     -moz-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
       -o-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.hero .next-section .lottie-animation {
  width: 2.25rem;
}

@media (max-width: 56.25rem) {
  .hero .hero-carousel .school-info {
    width: 100%;
  }
  .hero .hero-carousel .school-info span {
    width: -webkit-calc(100vw - 2.5rem);
    width: -moz-calc(100vw - 2.5rem);
    width: calc(100vw - 2.5rem);
  }
}
@media (max-width: 63.9375rem) {
  .hero {
    position: relative;
    height: 100svh;
  }
  .hero.alerts {
    /* .strapline{
        bottom: rems(180px);
    }
    .next-section{
        bottom: rems(155px);
    } */
  }
  .hero.alerts .hero-carousel .school-info {
    /* bottom: rems(50px);
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center; */
    /* .carousel-nav{
        display: flex;
        order: 1;
        position: relative;
        bottom: 44px;
        //width: 100;
    } */
    /* >span{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 rems(50px);
        width: 100vw;
        height: rems(50px);
        background-color: #637E52;
        order: 2;
    } */
  }
  .hero.alerts .hero-carousel .bottom-shadow {
    height: 50%;
    opacity: 0.65;
    bottom: 3.125rem;
  }
  .hero .hero-carousel .top-shadow {
    top: 3.125rem;
    height: 22%;
  }
  .hero .hero-carousel .bottom-shadow {
    height: 40%;
  }
  .hero .hero-carousel .school-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20rem;
    padding: 0 20px;
    display: block;
    height: 100vh;
    background-color: transparent;
    bottom: auto;
    top: 0;
  }
  .hero .hero-carousel .school-info span {
    font-size: 1rem;
    line-height: 1.125rem;
    position: absolute;
    left: 0;
    top: -webkit-calc(100svh - 10.5rem);
    top: -moz-calc(100svh - 10.5rem);
    top: calc(100svh - 10.5rem);
    left: 1.25rem;
  }
  .hero .hero-carousel .school-info .carousel-nav {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    left: -50px;
    bottom: 59%;
  }
  .hero .hero-carousel .hero-item {
    height: -webkit-calc(100svh - 12rem) !important;
    height: -moz-calc(100svh - 12rem) !important;
    height: calc(100svh - 12rem) !important;
  }
  .hero .hero-carousel .hero-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 11.25rem;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, white), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(bottom, white 20%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(bottom, white 20%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(bottom, white 20%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to top, white 20%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    z-index: 10;
  }
  .hero .hero-carousel .hero-item img {
    bottom: 0 !important;
    -webkit-transform: translateX(-50%) !important;
       -moz-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
         -o-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
  .hero .strapline {
    bottom: auto;
    top: -webkit-calc(100svh - 19.125rem);
    top: -moz-calc(100svh - 19.125rem);
    top: calc(100svh - 19.125rem);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    left: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero .strapline .first-line {
    font-size: 4.0625rem;
    line-height: 4.625rem;
    top: 0;
  }
  .hero .strapline .first-line span {
    font-size: 2.5625rem;
    line-height: 2.5rem;
    left: 0.625rem;
  }
  .hero .strapline .second-line {
    font-size: 3.6875rem;
    line-height: 2.5625rem;
    top: 0;
  }
  .hero .strapline .second-line:before {
    right: -0.625rem;
    top: -0.125rem;
    width: 100vw;
    height: 3.125rem;
  }
  .hero .strapline .second-line span {
    top: -10%;
    height: 130%;
  }
  .hero .next-section {
    bottom: auto;
    top: -webkit-calc(100vh - 5.625rem);
    top: -moz-calc(100vh - 5.625rem);
    top: calc(100vh - 5.625rem);
    width: 1.875rem;
    height: 1.875rem;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .hero .next-section .icon-btn {
    display: none;
  }
  .hero .next-section .icon_arrow {
    width: 30px;
    height: 30px;
  }
  .hero .next-section .lottie-animation {
    width: 1.875rem;
  }
}
@media (max-width: 20rem) {
  .hero .strapline .first-line {
    font-size: 4.0625rem;
    line-height: 4rem;
  }
  .hero .strapline .second-line {
    font-size: 2.1875rem;
    line-height: 2.125rem;
  }
  .hero .strapline .w-sign:before {
    margin: 0 0.3125rem;
    font-size: 1.875rem;
  }
}
@media (min-width: 64rem) and (max-width: 71.875rem) {
  /* .hero{
      .strapline{           
          bottom: rems(54px);

          .first-line{             
              font-size: rems(101px);                             
              top: rems(135px);
          }

          .second-line{                
              font-size: rems(56px);
              line-height: rems(55px);                
              top: rems(120px);
          }
      }
  } */
}
/* @import "widgets/hp-hero";
@import "widgets/content-style"; */
.alert-buttons {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 28;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 25rem;
}
.alert-buttons .btn-icon {
  width: 5.8125rem;
  height: 3.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  padding-left: 0.9375rem;
}
.alert-buttons .btn-icon::before {
  color: #ffffff;
  z-index: 2;
}
.alert-buttons .btn-icon:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 3.625rem;
  z-index: 0;
  -webkit-transition: width 0.4s ease, background-color 0.4s ease;
  -o-transition: width 0.4s ease, background-color 0.4s ease;
  -moz-transition: width 0.4s ease, background-color 0.4s ease;
  transition: width 0.4s ease, background-color 0.4s ease;
}
.alert-buttons span {
  display: block;
  font-family: "quasimoda";
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 0.6875rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  margin-top: 0.375rem;
  color: #071936;
  text-align: left;
  padding-left: 0.625rem;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.alert-buttons button {
  position: relative;
  cursor: pointer;
  background: transparent;
  border: 0;
  margin-bottom: 2rem;
}
.alert-buttons .alert-btn .btn-icon {
  background-color: rgba(140, 42, 42, 0.6);
}
.alert-buttons .alert-btn .btn-icon:after {
  background-color: #8C2A2A;
}
.alert-buttons .alert-btn .icon-warning:before {
  font-size: 1.5rem;
}
@media (min-width: 64rem) {
  .alert-buttons .alert-btn:hover .btn-icon:after {
    width: 100%;
  }
}
.alert-buttons .notices-btn .notices-nr {
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
  width: 1.1875rem;
  height: 1.1875rem;
  -webkit-border-radius: 6.25rem;
     -moz-border-radius: 6.25rem;
          border-radius: 6.25rem;
  background-color: #8C2A2A;
  z-index: 2;
  font-family: "quasimoda";
  font-size: 0.8125rem;
  font-weight: 700;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
}
.alert-buttons .notices-btn .notices-nr.display {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.alert-buttons .notices-btn .btn-icon {
  background-color: rgba(7, 25, 54, 0.8);
}
.alert-buttons .notices-btn .btn-icon:after {
  background-color: #071936;
}
.alert-buttons .notices-btn .icon-pin:before {
  font-size: 1.5rem;
}
@media (min-width: 64rem) {
  .alert-buttons .notices-btn:hover .btn-icon:after {
    width: 100%;
  }
  .alert-buttons .notices-btn:hover .notice-preview .preview-read .icon-arrow {
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
         -o-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.alert-buttons .notices-btn .notice-preview {
  position: absolute;
  right: 6.875rem;
  top: 0;
  width: 18.125rem;
  height: 6.875rem;
  pointer-events: none !important;
  background-color: #071936;
  opacity: 0;
  -webkit-transform: translateX(3.125rem);
     -moz-transform: translateX(3.125rem);
      -ms-transform: translateX(3.125rem);
       -o-transform: translateX(3.125rem);
          transform: translateX(3.125rem);
  -webkit-transition: opacity 0.7s ease, color 0.4s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, color 0.4s ease, -webkit-transform 0.7s ease;
  -o-transition: opacity 0.7s ease, color 0.4s ease, -o-transform 0.7s ease;
  -moz-transition: transform 0.7s ease, opacity 0.7s ease, color 0.4s ease, -moz-transform 0.7s ease;
  transition: transform 0.7s ease, opacity 0.7s ease, color 0.4s ease;
  transition: transform 0.7s ease, opacity 0.7s ease, color 0.4s ease, -webkit-transform 0.7s ease, -moz-transform 0.7s ease, -o-transform 0.7s ease;
  /* &:after{
      content: "";
      position: absolute;
      width: rems(20px);
      height: rems(20px);
      background-color: #FAF8F2;
      right: rems(-10px);
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
  } */
}
.alert-buttons .notices-btn .notice-preview .preview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.alert-buttons .notices-btn .notice-preview .preview-header .icon-pin {
  margin-left: 0.9375rem;
}
.alert-buttons .notices-btn .notice-preview .preview-header .icon-pin:before {
  font-size: 1rem;
  color: #ffffff;
}
.alert-buttons .notices-btn .notice-preview .preview-header .preview-title {
  font-family: "quasimoda";
  font-size: 0.875rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 0.5rem;
}
.alert-buttons .notices-btn .notice-preview .preview-header .preview-nr {
  font-family: "quasimoda";
  font-size: 0.875rem;
  line-height: 1.625rem;
  letter-spacing: 0.09em;
  color: #ffffff;
  font-weight: 500;
  margin-left: 0.625rem;
}
.alert-buttons .notices-btn .notice-preview .preview-header .notice-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.alert-buttons .notices-btn .notice-preview .preview-header .icon-close {
  position: absolute;
  right: 0.75rem;
}
.alert-buttons .notices-btn .notice-preview .preview-header .icon-close:before {
  font-size: 0.75rem;
  color: #ffffff;
  font-weight: 700;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.alert-buttons .notices-btn .notice-preview .preview-header .icon-close:hover:before {
  color: #ffffff;
}
.alert-buttons .notices-btn .notice-preview .preview-text {
  padding: 0.375rem 0.9375rem 0.875rem 0.9375rem;
  font-family: "quasimoda";
  font-size: 1.0625rem;
  line-height: 1.3125rem;
  color: #ffffff;
  text-align: left;
}
.alert-buttons .notices-btn .notice-preview .preview-text .preview-read {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "quasimoda";
  font-size: 1.0625rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
  margin-top: 0;
  padding-left: 0;
}
.alert-buttons .notices-btn .notice-preview .preview-text .preview-read .icon-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  background-image: url("../../images/svg/arrow_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: 62%;
    -o-background-size: 62%;
       background-size: 62%;
  width: 1.5625rem;
  margin-top: 0.25rem;
}
.alert-buttons .notices-btn .notice-preview .preview-text .preview-read .icon-arrow:before {
  display: none;
}
.alert-buttons .notices-btn .notice-preview.display {
  -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
       -o-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
  pointer-events: all !important;
}
.alert-buttons .events-btn .events-nr {
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
  width: 1.1875rem;
  height: 1.1875rem;
  -webkit-border-radius: 6.25rem;
     -moz-border-radius: 6.25rem;
          border-radius: 6.25rem;
  background-color: #8C2A2A;
  z-index: 2;
  font-family: "quasimoda";
  font-size: 0.8125rem;
  font-weight: 700;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
}
.alert-buttons .events-btn .events-nr.display {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.alert-buttons .events-btn .btn-icon {
  background-color: rgba(144, 145, 146, 0.05);
}
.alert-buttons .events-btn .btn-icon:before {
  color: #071936;
}
.alert-buttons .events-btn .btn-icon:after {
  background-color: #909192;
}
.alert-buttons .events-btn .icon-events:before {
  font-size: 1.5rem;
}
@media (min-width: 64rem) {
  .alert-buttons .events-btn:hover .btn-icon:after {
    width: 100%;
  }
  .alert-buttons .events-btn:hover .events-preview .preview-read .icon-arrow {
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
         -o-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.alert-buttons .events-btn .events-preview {
  position: absolute;
  right: 6.875rem;
  top: 0;
  width: 18.125rem;
  height: 6.875rem;
  pointer-events: none;
  background-color: #F7F7F7;
  opacity: 0;
  -webkit-transform: translateX(3.125rem);
     -moz-transform: translateX(3.125rem);
      -ms-transform: translateX(3.125rem);
       -o-transform: translateX(3.125rem);
          transform: translateX(3.125rem);
  -webkit-transition: opacity 0.7s ease, color 0.4s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, color 0.4s ease, -webkit-transform 0.7s ease;
  -o-transition: opacity 0.7s ease, color 0.4s ease, -o-transform 0.7s ease;
  -moz-transition: transform 0.7s ease, opacity 0.7s ease, color 0.4s ease, -moz-transform 0.7s ease;
  transition: transform 0.7s ease, opacity 0.7s ease, color 0.4s ease;
  transition: transform 0.7s ease, opacity 0.7s ease, color 0.4s ease, -webkit-transform 0.7s ease, -moz-transform 0.7s ease, -o-transform 0.7s ease;
  /* &:after{
      content: "";
      position: absolute;
      width: rems(20px);
      height: rems(20px);
      background-color: #F7F7F7;
      right: rems(-10px);
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
  } */
}
.alert-buttons .events-btn .events-preview .preview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.alert-buttons .events-btn .events-preview .preview-header .icon-events {
  margin-left: 0.9375rem;
}
.alert-buttons .events-btn .events-preview .preview-header .icon-events:before {
  font-size: 1.125rem;
  color: #071936;
}
.alert-buttons .events-btn .events-preview .preview-header .preview-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.alert-buttons .events-btn .events-preview .preview-header .preview-title {
  font-family: "quasimoda";
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: #071936;
  margin-left: 0.5rem;
}
.alert-buttons .events-btn .events-preview .preview-header .preview-nr {
  font-family: "quasimoda";
  font-size: 0.875rem;
  line-height: 1.625rem;
  letter-spacing: 0.09em;
  color: #071936;
  margin-left: 1.3125rem;
}
.alert-buttons .events-btn .events-preview .preview-header .icon-close {
  position: absolute;
  right: 0.75rem;
}
.alert-buttons .events-btn .events-preview .preview-header .icon-close:before {
  font-size: 0.75rem;
  color: #071936;
  font-weight: 700;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.alert-buttons .events-btn .events-preview .preview-header .icon-close:hover:before {
  color: #071936;
}
.alert-buttons .events-btn .events-preview .preview-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.9375rem 0.875rem 0.9375rem;
}
.alert-buttons .events-btn .events-preview .preview-text .date {
  width: 4.375rem;
  height: 3.125rem;
  background-color: #071936;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "quasimoda";
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  position: relative;
  padding-left: 1rem;
  left: -0.9375rem;
}
.alert-buttons .events-btn .events-preview .preview-text .date .day {
  font-family: "rift";
  font-size: 1.375rem;
  line-height: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 3px;
}
.alert-buttons .events-btn .events-preview .preview-text .date .month {
  font-size: 0.8125rem;
  line-height: 0.5rem;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.alert-buttons .events-btn .events-preview .preview-text p {
  font-family: "quasimoda";
  font-size: 1.0625rem;
  line-height: 1.3125rem;
  color: #071936;
  text-align: left;
  width: 12.5rem;
}
.alert-buttons .events-btn .events-preview .preview-text .preview-read {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "quasimoda";
  font-size: 1.0625rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #071936;
  margin-left: 0;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
  margin-top: 0;
  padding-left: 0;
}
.alert-buttons .events-btn .events-preview .preview-text .preview-read .icon-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  background-image: url("../../images/svg/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: 62%;
    -o-background-size: 62%;
       background-size: 62%;
  width: 1.5625rem;
  margin-top: 0.25rem;
}
.alert-buttons .events-btn .events-preview .preview-text .preview-read .icon-arrow:before {
  display: none;
}
.alert-buttons .events-btn .events-preview.display {
  -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
       -o-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
  pointer-events: all;
}

body.secondLvl .alert-buttons {
  position: absolute;
}
.alert {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 28;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.alert.display {
  pointer-events: all;
  opacity: 1;
}
.alert.hasUrl .alert-content .alert-box .icon_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.alert.hasUrl .alert-content .alert-box:hover .alert-text {
  opacity: 0.72;
}
.alert.hasUrl .alert-content .alert-box:hover .icon_arrow:after {
  background-image: url("../../images/svg/arrow_white.svg");
}
.alert.hasUrl .alert-content .alert-box:hover .icon_arrow:before {
  height: 100%;
}
.alert .alert-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}
.alert .alert-content {
  position: relative;
  max-width: 64.25rem;
  width: 70%;
  margin-right: 110px;
  height: 31.875rem;
  -webkit-transition: width 0.5s ease, height 0.5s ease;
  -o-transition: width 0.5s ease, height 0.5s ease;
  -moz-transition: width 0.5s ease, height 0.5s ease;
  transition: width 0.5s ease, height 0.5s ease;
}
.alert .alert-content .alert-title {
  font-family: "rift";
  font-size: 6.75rem;
  line-height: 6.6875rem;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  left: -2.8125rem;
  top: -2.5rem;
  z-index: 2;
}
.alert .alert-content .alert-title:before {
  content: "";
  display: block;
  position: absolute;
  right: -0.9375rem;
  top: 0.1875rem;
  width: 80vw;
  height: 100%;
  z-index: -1;
  background-color: #8C2A2A;
}
.alert .alert-content .alert-box {
  width: 100%;
  height: -webkit-calc(100% - 1.25rem);
  height: -moz-calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 17px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 10px 17px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 17px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  /* &:hover{
      .alert-text{
          opacity: 0.72;
      }
      .icon_arrow{
          &:after{
              background-image: url("../../images/svg/arrow_white.svg");
          }
          &:before{
              height: 100%;
          }
      }
  } */
}
.alert .alert-content .alert-box .alert-image-box {
  width: 50%;
  height: 100%;
  -webkit-transition: width 0.5s ease, height 0.5s ease;
  -o-transition: width 0.5s ease, height 0.5s ease;
  -moz-transition: width 0.5s ease, height 0.5s ease;
  transition: width 0.5s ease, height 0.5s ease;
  position: relative;
  /* &:after{
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      width: rems(375px);
      height: rems(246px);
      background-image: linear-gradient(135deg, #000000, rgba(#000000, 0) 60%);
      opacity: 0.52;
  } */
}
.alert .alert-content .alert-box .alert-image-box .alert-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.alert .alert-content .alert-box .alert-image-box .alert-image.lazyload:not([src]) {
  visibility: hidden;
}
.alert .alert-content .alert-box .alert-text {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6.25rem 3.125rem 3.75rem 3.125rem;
  -webkit-transition: width 0.5s ease, height 0.5s ease;
  -o-transition: width 0.5s ease, height 0.5s ease;
  -moz-transition: width 0.5s ease, height 0.5s ease;
  transition: width 0.5s ease, height 0.5s ease;
  position: relative;
}
.alert .alert-content .alert-box .alert-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  width: 100%;
  height: 3.625rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
  pointer-events: none;
}
.alert .alert-content .alert-box .alert-text .title {
  font-family: "rift";
  font-size: 2.875rem;
  line-height: 3.0625rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8C2A2A;
  margin-bottom: 14px;
  font-weight: 400;
  word-break: break-word;
}
.alert .alert-content .alert-box .alert-text .text {
  font-family: "quasimoda";
  font-size: 1.3125rem;
  line-height: 1.8125rem;
  color: #071936;
  overflow-y: auto;
  padding-bottom: 3.125rem;
  position: relative;
  z-index: 1;
  padding-left: 1.25rem;
}
.alert .alert-content .alert-box .alert-text .text .alert-link-text {
  font-family: "quasimoda";
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.8125rem;
  color: #071936;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.alert .alert-content .alert-box .alert-text .text .alert-link-text:before {
  display: none;
}
.alert .alert-content .alert-box .alert-text .alert-link {
  z-index: 0;
}
.alert .alert-content .alert-box .icon_arrow {
  display: none;
  width: 30px;
  height: 25px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
.alert .alert-content .alert-box .icon_arrow:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #071936;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  transition: height 0.3s ease;
  z-index: -1;
}
.alert .alert-content .alert-box .icon_arrow:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/svg/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: 70%;
    -o-background-size: 70%;
       background-size: 70%;
  z-index: 1;
}
.alert .alert-content .alert-update {
  position: absolute;
  right: 0;
  bottom: -1.625rem;
  font-family: "quasimoda";
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #071936;
  -webkit-transition: font-size 0.3s ease, bottom 0.3s ease;
  -o-transition: font-size 0.3s ease, bottom 0.3s ease;
  -moz-transition: font-size 0.3s ease, bottom 0.3s ease;
  transition: font-size 0.3s ease, bottom 0.3s ease;
}
.alert .alert-content .alert-close {
  position: absolute;
  top: 0;
  left: 100%;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.alert .alert-content .alert-close .icon-close {
  width: 5.125rem;
  height: 3.875rem;
  background-color: #071936;
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease;
  -o-transition: background-color 0.4s ease, border-color 0.4s ease;
  -moz-transition: background-color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.alert .alert-content .alert-close .text-close {
  font-family: "rift";
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #071936;
  margin-left: 15px;
  -webkit-transition: color 0.4s ease, margin-left 0.4s ease;
  -o-transition: color 0.4s ease, margin-left 0.4s ease;
  -moz-transition: color 0.4s ease, margin-left 0.4s ease;
  transition: color 0.4s ease, margin-left 0.4s ease;
}
@media (min-width: 64rem) {
  .alert .alert-content .alert-close:hover .text-close {
    margin-left: 1.875rem;
  }
}
.alert .alert-content .alert-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.alert .alert-content.portrait .alert-image-box {
  width: 40%;
}
.alert .alert-content.portrait .alert-text {
  width: 60%;
}
.alert .alert-content.landscape .alert-text {
  padding: 3.125rem 3.125rem 1.25rem 3.125rem;
}
.alert .alert-content.no-image .alert-image-box {
  display: none;
}
.alert .alert-content.no-image .alert-text {
  width: 100%;
  padding-top: 3.75rem !important;
}
@media (min-width: 64rem) {
  .alert .alert-content.no-image .alert-text {
    padding-top: 6.875rem !important;
  }
}

@media (max-width: 22.5rem) {
  .alert-buttons button {
    margin: 0 !important;
  }
}
@media (max-width: 48rem) {
  .alert .alert-content {
    height: -webkit-calc(100% - 12.5rem);
    height: -moz-calc(100% - 12.5rem);
    height: calc(100% - 12.5rem);
  }
}
@media (min-width: 48.0625rem) and (max-width: 63.9375rem) {
  .alert .alert-content {
    height: 60%;
  }
}
@media (max-width: 63.9375rem) {
  .alert-buttons {
    background-color: #071936;
    top: auto;
    right: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 28;
    height: 3.75rem;
  }
  .alert-buttons .btn-icon {
    width: 1.875rem;
    height: 3rem;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 0;
    padding-left: 0;
  }
  .alert-buttons span {
    font-size: 0.9375rem;
    margin-top: 0.125rem;
    margin-top: 0;
    height: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    padding-left: 0;
  }
  .alert-buttons button {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: transparent;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    height: 3.75rem;
  }
  .alert-buttons .alert-btn {
    background-color: #8C2A2A;
  }
  .alert-buttons .alert-btn .btn-icon {
    background-color: transparent;
  }
  .alert-buttons .alert-btn .icon-warning:before {
    font-size: 1rem;
  }
  .alert-buttons .notices-btn .notices-nr {
    display: none;
  }
  .alert-buttons .notices-btn .btn-icon {
    background-color: transparent;
  }
  .alert-buttons .notices-btn .icon-pin:before {
    font-size: 1rem;
  }
  .alert-buttons .notices-btn .notice-preview {
    display: none;
  }
  .alert-buttons .events-btn {
    background-color: #909192;
  }
  .alert-buttons .events-btn .events-nr {
    display: none;
  }
  .alert-buttons .events-btn .btn-icon {
    background-color: transparent;
  }
  .alert-buttons .events-btn .icon-events:before {
    font-size: 1rem;
  }
  .alert-buttons .events-btn span {
    color: #071936;
  }
  .alert-buttons .events-btn .events-preview {
    display: none;
  }

  .alert .alert-content {
    width: -webkit-calc(100% - 2.5rem);
    width: -moz-calc(100% - 2.5rem);
    width: calc(100% - 2.5rem);
    max-height: 30.625rem;
    margin-right: 0;
  }
  .alert .alert-content .alert-title {
    font-size: 3.8125rem;
    line-height: 3.75rem;
    left: 1.25rem;
    top: -1.875rem;
  }
  .alert .alert-content .alert-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .alert .alert-content .alert-box .alert-image-box {
    width: 100%;
    height: 25vh;
  }
  .alert .alert-content .alert-box .alert-image-box:after {
    width: 100%;
    height: 3.75rem;
  }
  .alert .alert-content .alert-box .alert-text {
    width: 100%;
    height: 100%;
    padding: 1.875rem 1.25rem 1.25rem 1.25rem;
    overflow-y: auto;
  }
  .alert .alert-content .alert-box .alert-text .title {
    font-size: 1.375rem;
    line-height: 1.5625rem;
  }
  .alert .alert-content .alert-box .alert-text .text {
    font-size: 1.1875rem;
    line-height: 1.625rem;
    overflow-y: auto;
  }
  .alert .alert-content .alert-box .alert-text .text .alert-link-text {
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }
  .alert .alert-content .alert-update {
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    width: 100%;
    text-align: center;
  }
  .alert .alert-content .alert-close {
    position: fixed;
    top: 1.25rem;
    left: auto;
    right: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .alert .alert-content .alert-close .text-close {
    margin-left: 0;
    margin-right: 1.25rem;
  }
  .alert .alert-content.portrait .alert-image-box {
    width: 100%;
  }
  .alert .alert-content.portrait .alert-text {
    width: 100%;
  }
  .alert .alert-content.landscape .alert-text {
    padding: 1.875rem 1.25rem 1.25rem 1.25rem;
  }
  .alert .alert-content.no-image .alert-text {
    width: 100%;
  }
}
@media (max-width: 21.25rem) {
  .alert .alert-content .alert-update {
    bottom: -2.5rem;
  }
}
@media (max-width: 48rem) {
  body.secondLvl .alert-buttons {
    display: none;
  }
}
@media (min-width: 64rem) {
  body.secondLvl .alert-buttons .notices-btn .btn-icon {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 4.375rem;
    padding-top: 0.625rem;
  }
  body.secondLvl .alert-buttons .notices-btn .btn-icon:after {
    height: 4.375rem;
  }
  body.secondLvl .alert-buttons .notices-btn span {
    position: relative;
    top: -1.875rem;
    color: #ffffff;
  }
  body.secondLvl .alert-buttons .events-btn .btn-icon {
    background-color: rgba(144, 145, 146, 0.5);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 4.375rem;
    padding-top: 0.625rem;
  }
  body.secondLvl .alert-buttons .events-btn .btn-icon:after {
    height: 4.375rem;
  }
  body.secondLvl .alert-buttons .events-btn span {
    position: relative;
    top: -1.875rem;
  }
}

.notices {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 28;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  -moz-transition: transform 0.6s ease, -moz-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease, -moz-transform 0.6s ease, -o-transform 0.6s ease;
}
.notices.display {
  pointer-events: all;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.notices .notices-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
.notices .notices-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 36rem;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 10px rgba(40, 43, 51, 0.2);
     -moz-box-shadow: 0px 3px 10px rgba(40, 43, 51, 0.2);
          box-shadow: 0px 3px 10px rgba(40, 43, 51, 0.2);
}
.notices .notices-content .notices-close {
  position: absolute;
  top: 0;
  right: 36rem;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.notices .notices-content .notices-close:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 5.125rem;
  background-color: #071936;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.notices .notices-content .notices-close .icon-close {
  width: 5.125rem;
  height: 3.875rem;
  background-color: #071936;
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease;
  -o-transition: background-color 0.4s ease, border-color 0.4s ease;
  -moz-transition: background-color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.notices .notices-content .notices-close .text-close {
  font-family: "rift";
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #071936;
  margin-right: 0.9375rem;
  -webkit-transition: color 0.4s ease, margin-right 0.4s ease;
  -o-transition: color 0.4s ease, margin-right 0.4s ease;
  -moz-transition: color 0.4s ease, margin-right 0.4s ease;
  transition: color 0.4s ease, margin-right 0.4s ease;
  z-index: 1;
}
@media (min-width: 64rem) {
  .notices .notices-content .notices-close:hover:before {
    width: 110%;
  }
  .notices .notices-content .notices-close:hover .text-close {
    color: #ffffff;
  }
}
.notices .notices-content .notices-header {
  background-color: rgba(7, 25, 54, 0.8);
  height: 3.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notices .notices-content .notices-header .icon-pin {
  margin-left: 0.9375rem;
}
.notices .notices-content .notices-header .icon-pin:before {
  font-size: 1.125rem;
  color: #ffffff;
}
.notices .notices-content .notices-header .notices-header-text {
  font-family: "quasimoda";
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  margin-left: 0.625rem;
}
.notices .notices-content .notices-cards {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 3.125rem;
}
.notices .notices-content .notices-cards .notice {
  padding: 4.375rem 5.625rem 0;
  background-color: #ffffff;
  position: relative;
}
.notices .notices-content .notices-cards .notice .notice-img {
  position: relative;
  overflow: hidden;
  /* &:after{
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: rems(160px);
      display: block;
      background-color: #819873;
      opacity: 0;
      transition: opacity 0.4s ease;
      z-index: 2;
  } */
}
.notices .notices-content .notices-cards .notice .notice-img img {
  width: 100%;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
}
.notices .notices-content .notices-cards .notice .notice-text {
  position: relative;
  border-bottom: 2px solid #071936;
  padding-bottom: 4.375rem;
}
.notices .notices-content .notices-cards .notice .notice-text .notice-title {
  font-family: "quasimoda";
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #071936;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.notices .notices-content .notices-cards .notice .notice-text .notice-title .icon_arrow {
  background: transparent;
  border: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: super;
  margin-left: 0.625rem;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
}
.notices .notices-content .notices-cards .notice .notice-text .notice-title .icon_arrow:before {
  content: "";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25px;
  height: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: margin-bottom 0.4s ease;
  -o-transition: margin-bottom 0.4s ease;
  -moz-transition: margin-bottom 0.4s ease;
  transition: margin-bottom 0.4s ease;
  background-image: url("../../images/svg/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: 70%;
    -o-background-size: 70%;
       background-size: 70%;
  margin-right: 0.3125rem;
}
.notices .notices-content .notices-cards .notice .notice-text .notice-description {
  font-family: "quasimoda";
  font-size: 1.3125rem;
  line-height: 1.8125rem;
  color: #071936;
  margin-top: 0.625rem;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.notices .notices-content .notices-cards .notice .notice-text .notice-date {
  font-family: "quasimoda";
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-transform: uppercase;
  color: #071936;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.notices .notices-content .notices-cards .notice .notice-link {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.notices .notices-content .notices-cards .notice.no-image .notice-img {
  display: none;
}
.notices .notices-content .notices-cards .notice.link:hover .notice-img img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.notices .notices-content .notices-cards .notice.link:hover .notice-text .icon_arrow {
  -webkit-transform: translateX(5px);
     -moz-transform: translateX(5px);
      -ms-transform: translateX(5px);
       -o-transform: translateX(5px);
          transform: translateX(5px);
}
@media (max-width: 63.9375rem) {
  .notices .notices-bg {
    display: none;
  }
  .notices .notices-header {
    height: 3.125rem !important;
  }
  .notices .notices-content {
    width: 100%;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .notices .notices-content .notices-close {
    top: 0;
    right: 0;
  }
  .notices .notices-content .notices-close .icon-close {
    width: 3.125rem;
    height: 3.125rem;
    border: 0;
  }
  .notices .notices-content .notices-close .icon-close:before {
    font-size: 1.25rem;
  }
  .notices .notices-content .notices-close .text-close {
    display: none;
  }
  .notices .notices-content .notices-cards .notice {
    padding: 1.875rem 1.375rem;
  }
}
.events {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 25;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  -moz-transition: transform 0.6s ease, -moz-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease, -moz-transform 0.6s ease, -o-transform 0.6s ease;
}
.events.display {
  pointer-events: all;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  z-index: 28;
}
.events .events-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
.events .events-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 36rem;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 10px rgba(40, 43, 51, 0.2);
     -moz-box-shadow: 0px 3px 10px rgba(40, 43, 51, 0.2);
          box-shadow: 0px 3px 10px rgba(40, 43, 51, 0.2);
}
.events .events-content .events-close {
  position: absolute;
  top: 0;
  right: 36.0625rem;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.events .events-content .events-close:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 5.125rem;
  background-color: #071936;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.events .events-content .events-close .icon-close {
  width: 5.125rem;
  height: 3.875rem;
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease;
  -o-transition: background-color 0.4s ease, border-color 0.4s ease;
  -moz-transition: background-color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #071936;
  z-index: 1;
}
.events .events-content .events-close .icon-close:before {
  color: #ffffff;
}
.events .events-content .events-close .text-close {
  font-family: "rift";
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-transform: uppercase;
  color: #071936;
  margin-right: 15px;
  -webkit-transition: color 0.4s ease, margin-right 0.4s ease;
  -o-transition: color 0.4s ease, margin-right 0.4s ease;
  -moz-transition: color 0.4s ease, margin-right 0.4s ease;
  transition: color 0.4s ease, margin-right 0.4s ease;
  z-index: 1;
}
@media (min-width: 64rem) {
  .events .events-content .events-close:hover:before {
    width: 110%;
  }
  .events .events-content .events-close:hover .text-close {
    color: #ffffff;
  }
}
.events .events-content .events-header {
  background-color: #F7F7F7;
  height: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.events .events-content .events-header .icon-events {
  margin-left: 0.9375rem;
}
.events .events-content .events-header .icon-events:before {
  font-size: 1.125rem;
  color: #071936;
}
.events .events-content .events-header .events-header-text {
  font-family: "quasimoda";
  font-size: 1rem;
  line-height: 1.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #071936;
  margin-left: 0.625rem;
}
.events .events-content .events-cards {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 3.125rem;
}
.events .events-content .events-cards .event-card {
  padding: 4.375rem 5rem 0 5rem;
  background-color: #ffffff;
  position: relative;
}
.events .events-content .events-cards .event-card .event-card__image {
  position: relative;
  overflow: hidden;
}
.events .events-content .events-cards .event-card .event-card__image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10rem;
  display: block;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 2;
}
.events .events-content .events-cards .event-card .event-card__image img {
  width: 100%;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
}
.events .events-content .events-cards .event-card .event-card__content {
  position: relative;
  padding-bottom: 4.375rem;
  border-bottom: 2px solid #071936;
}
.events .events-content .events-cards .event-card .event-card__content .event-card__time {
  padding-top: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.events .events-content .events-cards .event-card .event-card__content .event-card__time .date, .events .events-content .events-cards .event-card .event-card__content .event-card__time .time {
  font-family: "quasimoda";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #071936;
  padding: 0.75rem 0.9375rem;
}
.events .events-content .events-cards .event-card .event-card__content .event-card__time .date {
  background-color: #DEDEDE;
}
.events .events-content .events-cards .event-card .event-card__content .event-card__time .icon_arrow {
  background: transparent;
  border: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.625rem;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
}
.events .events-content .events-cards .event-card .event-card__content .event-card__time .icon_arrow:before {
  content: "";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25px;
  height: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: margin-bottom 0.4s ease;
  -o-transition: margin-bottom 0.4s ease;
  -moz-transition: margin-bottom 0.4s ease;
  transition: margin-bottom 0.4s ease;
  background-image: url("../../images/svg/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: 70%;
    -o-background-size: 70%;
       background-size: 70%;
  margin-right: 0.3125rem;
}
.events .events-content .events-cards .event-card .event-card__content .event-card__title {
  font-family: "quasimoda";
  font-size: 1.375rem;
  line-height: 1.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4A4A49;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.events .events-content .events-cards .event-card .event-card__content .event-card__description {
  font-family: "quasimoda";
  font-size: 1.3125rem;
  line-height: 1.8125rem;
  color: #4A4A49;
  margin-top: 0.625rem;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.events .events-content .events-cards .event-card .event-card__content .event-date {
  font-family: "quasimoda";
  font-size: 0.875rem;
  line-height: 0.9375rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4A4A49;
  margin-top: 0.625rem;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.events .events-content .events-cards .event-card .event-card__link {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.events .events-content .events-cards .event-card.no-image {
  background-color: #ffffff;
}
.events .events-content .events-cards .event-card.no-image .notice-img {
  display: none;
}
.events .events-content .events-cards .event-card:hover .event-card__image img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.events .events-content .events-cards .event-card:hover .event-card__content .event-card__time .icon_arrow {
  -webkit-transform: translateX(5px);
     -moz-transform: translateX(5px);
      -ms-transform: translateX(5px);
       -o-transform: translateX(5px);
          transform: translateX(5px);
}
.events .events-content .events-cards > div:nth-last-of-type(2) .event-card__content {
  border-bottom: 0;
  padding-bottom: 1.875rem;
}
.events .events-content .btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1.875rem;
}
.events .events-content .events-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.125rem 1.125rem;
  width: 10.625rem;
  margin: 0 0.625rem;
  color: #ffffff;
  font-family: "rift";
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease;
  -moz-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
  position: relative;
  background-color: #071936;
}
.events .events-content .events-btn:hover {
  color: #071936;
  background-color: #ffffff;
}

@media (max-width: 63.9375rem) {
  .events .events-bg {
    display: none;
  }
  .events .events-content {
    width: 100%;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .events .events-content .events-close {
    top: 0;
    right: 0;
  }
  .events .events-content .events-close .icon-close {
    width: 3.125rem;
    height: 3.125rem;
    border: 0;
  }
  .events .events-content .events-close .icon-close:before {
    font-size: 1.25rem;
  }
  .events .events-content .events-close .text-close {
    display: none;
  }
  .events .events-content .events-cards .event-card {
    padding: 1.875rem 1.375rem;
  }
}
.stories-section {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100vw;
  top: 100vh;
  z-index: 3;
}
@media (max-width: 64rem) {
  .stories-section {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.stories-section .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  width: 50%;
}
.stories-section .left .center {
  width: 32.5rem;
}
.stories-section .left .center .stories-title {
  font-family: "rift";
  font-size: 6rem;
  line-height: 5.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #071936;
  -webkit-transition: font-size 0.3s ease, line-height 0.3s ease;
  -o-transition: font-size 0.3s ease, line-height 0.3s ease;
  -moz-transition: font-size 0.3s ease, line-height 0.3s ease;
  transition: font-size 0.3s ease, line-height 0.3s ease;
}
.stories-section .left .center .stories-subtitle {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.stories-section .left .center .stories-subtitle span {
  font-family: "rift";
  font-size: 4.9375rem;
  line-height: 4.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.stories-section .left .center .stories-subtitle span i {
  display: block;
  position: absolute;
  left: -30vw;
  top: 10%;
  width: 0vw;
  height: 85%;
  z-index: -1;
  background-color: #071936;
}
.stories-section .left .center p {
  font-family: "quasimoda";
  font-size: 1.3125rem;
  line-height: 1.8125rem;
  font-weight: 300;
  padding-left: 5px;
  padding-top: 20px;
}
.stories-section .right {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}
.stories-section .right .carousel-bg {
  display: block;
  position: absolute;
  left: 0;
  top: -6.25rem;
  width: 100%;
  height: 100%;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: right 85%;
  background-repeat: no-repeat;
}
.stories-section .right .stories-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.stories-section .right .stories-carousel {
  position: relative;
  height: auto;
  z-index: 2;
  left: 0;
  width: 100%;
  margin-top: 4.375rem;
}
.stories-section .right .stories-carousel .tag {
  position: absolute;
  left: 17.5rem;
  top: -3.125rem;
  font-family: "fino_sans_regular";
  font-size: 5.5rem;
  line-height: 5.1875rem;
  opacity: 0.46;
  color: #DEEDD3;
  -webkit-transition: left 1s ease;
  -o-transition: left 1s ease;
  -moz-transition: left 1s ease;
  transition: left 1s ease;
}
.stories-section .right .stories-carousel .st-cards {
  overflow: hidden;
}
.stories-section .right .stories-carousel .st-cards .story-card {
  max-height: 24.375rem;
}
.stories-section .right .stories-carousel .st-cards .story-card .story-image-box img {
  max-height: 24.375rem;
}
.stories-section .right .stories-carousel .st-cards .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stories-section .right .stories-nav {
  position: absolute;
  right: 2.5rem;
  bottom: -6.25rem;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.stories-section .right .stories-nav button {
  background: transparent;
  border: 0;
  width: 2.8125rem;
  height: 2.8125rem;
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
  pointer-events: all;
}
.stories-section .right .stories-nav button.slick-disabled {
  opacity: 0.5;
}
.stories-section .right .stories-nav button .icon_arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  background-image: url("../../images/svg/arrow.svg");
  background-repeat: no-repeat;
  -moz-background-size: 80%;
    -o-background-size: 80%;
       background-size: 80%;
  background-position: center;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
     -moz-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
       -o-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.stories-section .right .stories-nav button:hover .icon-arrow {
  -webkit-transform: translateY(3px);
     -moz-transform: translateY(3px);
      -ms-transform: translateY(3px);
       -o-transform: translateY(3px);
          transform: translateY(3px);
}
.stories-section .right .stories-nav .stories-prev {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 1.4375rem;
}
.stories-section .right .stories-nav .stories-next {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.story-card {
  width: 18.125rem !important;
  display: inline-block;
  margin-right: 3.4375rem;
}
.story-card .story-card__inner {
  cursor: pointer;
  position: relative;
  height: 100%;
}
.story-card .story-card__inner:hover .story-card-image:before {
  opacity: 1;
}
.story-card .story-card__inner:hover img {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}
.story-card .story-card__inner:hover .story-card__content {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.story-card .story-card__inner:hover .story-card__content .story-btn {
  opacity: 0;
}
.story-card .story-card__link {
  font-size: 0;
}
.story-card .story-card__image {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.story-card .story-card__image .story-image-box {
  position: relative;
  width: 100%;
  /* &:after{
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom, #000000 0%, rgba(#000000, 0) 60%);
      opacity: 0.7;
  } */
}
.story-card .story-card__image .story-image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  margin: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.story-card .story-card__date {
  font-family: "quasimoda";
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #071936;
  position: absolute;
  top: 0.625rem;
  right: 0;
  z-index: 2;
  background-color: #ffffff;
  padding: 0 20px 0 10px;
}
.story-card .story-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.375rem;
  position: absolute;
  left: 0;
  top: 0.625rem;
  z-index: 5;
  color: #fff;
}
.story-card .story-icon.icon-news {
  background-color: #F1A033;
}
.story-card .story-icon.icon-facebook {
  background-color: #224B7C;
}
.story-card .story-icon.icon-twitter {
  background-color: #000000;
}
.story-card .story-icon.icon-instagram {
  background-color: #020202;
}
.story-card .story-icon.icon-flickr {
  background-color: #FE0084;
}
.story-card .story-icon.icon-youtube {
  background-color: #FF0000;
}
.story-card .story-icon.icon-vimeo {
  background-color: #1AB7EA;
}
.story-card .story-icon.icon-soundcloud {
  background-color: #FF8800;
}
.story-card .story-icon.icon-pinterest {
  background-color: #E60023;
}
.story-card .story-icon.icon-issu {
  background-color: #F36D5D;
}
.story-card .story-icon.icon-blog {
  background-color: #21759B;
}
.story-card .story-icon.icon-event {
  background-color: #67C7C5;
}
.story-card .story-icon:before {
  font-size: 1.625rem;
}
.story-card .story-card__content {
  width: 100%;
  height: auto;
  display: block;
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.story-card .story-card__content .story-btn {
  position: absolute;
  width: 2.375rem;
  height: 2rem;
  background-color: #ffffff;
  right: 0;
  top: -2.125rem;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-image: url("../../images/svg/arrow.svg");
  background-repeat: no-repeat;
  -moz-background-size: 60%;
    -o-background-size: 60%;
       background-size: 60%;
  background-position: center;
  display: none;
}
.story-card .story-card__content .story-card__text {
  font-family: "quasimoda";
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  font-weight: 300;
  color: #071936;
  max-height: 100px;
  background-color: #ffffff;
  padding: 1.25rem;
  width: 100%;
  position: relative;
}
.story-card .story-card__content .story-card__text::after {
  content: "";
  position: absolute;
  width: 2.375rem;
  height: 2rem;
  background-color: #ffffff;
  right: 0;
  top: -2rem;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-image: url("../../images/svg/arrow.svg");
  background-repeat: no-repeat;
  -moz-background-size: 60%;
    -o-background-size: 60%;
       background-size: 60%;
  background-position: center;
}
.story-card .story-card__content .story-card__text a {
  color: #071936;
}
.story-card .story-card__content .story-card__text .truncate:after {
  content: "+";
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin-left: 4px;
}

.icon-linkedin {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0.9375rem;
  top: 0.9375rem;
  background-image: url("../../images/svg/linkedin.svg");
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
}

.mediaPopup .story-card .story-card__inner {
  height: auto;
}
.mediaPopup .story-card .story-card__date {
  right: 40px;
}
.mediaPopup .story-card .story-card__image {
  position: relative;
  overflow: visible;
}
.mediaPopup .story-card .story-card__image .story-image-box {
  position: relative;
  width: -webkit-calc(100% - 1.25rem);
  width: -moz-calc(100% - 1.25rem);
  width: calc(100% - 1.25rem);
  overflow: hidden;
}
.mediaPopup .story-card .story-card__image .story-card__content {
  position: relative;
  background-image: none;
  width: -webkit-calc(100% - 1.25rem);
  width: -moz-calc(100% - 1.25rem);
  width: calc(100% - 1.25rem);
}
.mediaPopup .story-card .story-card__image .story-card__content .story-card-text {
  color: #ffffff;
  text-align: left;
  padding: 0 0.625rem;
}
.mediaPopup .story-card .story-card__image .story-card__content .story-card-text .story-card__text {
  max-height: 5.75rem;
}
.mediaPopup .secondLvlCss ul li:last-child {
  margin-bottom: 1.25rem;
}

@media (max-width: 63.9375rem) {
  .story-card {
    width: 15rem !important;
    max-height: unset !important;
    min-height: unset;
  }
  .story-card .story-card__content {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .story-card .story-card__inner {
    overflow: hidden;
  }
  .story-card .story-card__image {
    overflow: visible;
  }
  .story-card .story-card__image .story-image-box {
    position: relative;
  }
  .story-card .story-card__image .story-image-box img {
    -o-object-fit: none;
       object-fit: none;
    height: auto;
    min-height: 16.875rem;
    max-height: unset;
  }
}
@media (max-width: 63.9375rem) {
  .stories-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    position: relative;
    top: 0;
  }
  .stories-section .left {
    width: 100%;
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .stories-section .left .center {
    width: -webkit-calc(100% - 1.25rem);
    width: -moz-calc(100% - 1.25rem);
    width: calc(100% - 1.25rem);
    max-width: 31.25rem;
    padding: 0 1.25rem 1.25rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .stories-section .left .center h5 {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    padding-top: 3.5625rem;
    -webkit-transition: font-size 0.3s ease, line-height 0.3s ease;
    -o-transition: font-size 0.3s ease, line-height 0.3s ease;
    -moz-transition: font-size 0.3s ease, line-height 0.3s ease;
    transition: font-size 0.3s ease, line-height 0.3s ease;
  }
  .stories-section .left .center .stories-title {
    font-size: 4.0625rem;
    line-height: 4.4375rem;
    width: 100%;
    text-align: left;
  }
  .stories-section .left .center .stories-subtitle span {
    font-size: 3.6875rem;
    line-height: 3.625rem;
    font-weight: 500;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
  .stories-section .left .center .stories-subtitle span:before {
    z-index: -1;
    width: 100vw;
  }
  .stories-section .left .center .stories-subtitle span i {
    left: auto;
    right: 0;
    height: 90%;
    width: 100vw !important;
  }
  .stories-section .left .center p {
    font-size: 1.25rem;
    line-height: 1.8125rem;
    padding-left: 5px;
    padding-top: 10px;
    text-align: left;
    max-width: 31.25rem;
  }
  .stories-section .right {
    width: 100%;
    padding: 60px 0;
  }
  .stories-section .right .carousel-bg {
    top: 0 !important;
  }
  .stories-section .right .stories-carousel {
    position: relative;
    height: auto;
    z-index: 2;
    left: -0.625rem;
    width: 100%;
    margin-top: 0;
  }
  .stories-section .right .stories-carousel .st-cards {
    overflow: hidden;
  }
  .stories-section .right .stories-carousel .st-cards .story-card__content {
    top: 0;
    height: 100%;
  }
  .stories-section .right .stories-carousel .st-cards .story-card__content .story-card__text {
    max-height: 5rem;
  }
  .stories-section .right .stories-carousel .st-cards .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0px;
  }
  .stories-section .right .stories-nav {
    position: absolute;
    right: auto;
    left: 50%;
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 0.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .stories-section .right .stories-nav button {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  .stories-section .right .stories-nav .stories-next .circle {
    display: none !important;
  }
  .stories-section .right .stories-overlay {
    opacity: 1;
  }
}
@media (min-width: 64rem) and (max-width: 75rem) {
  .stories-section .left {
    padding-left: 3.125rem;
  }
  .stories-section .left .center {
    width: 26.875rem;
  }
  .stories-section .left .center .stories-title {
    font-size: 5rem;
  }
  .stories-section .left .center .stories-subtitle span {
    font-size: 4.3125rem;
  }
  .stories-section .left .center p {
    padding-top: 1.875rem;
  }
}
/* @media (min-width: rems(901px)) and (max-width: rems(1100px)){
    .stories-section{
        .left{                
            .center{
                width: rems(410px);

                h2{
                    font-size: rems(68px);
                    line-height: rems(63px);
                }
            }
        }
    }
}

@media (max-width: rems(400px)){
    .stories-section{
        .left{
            .center{
                h2{
                    font-size: rems(45px);
                    line-height: rems(46px);
                }
            }
        }

        .right{
            .stories-carousel{
                .tag{
                    display: none;
                }
            }
        }
    }
} */
.be-ready-section {
  position: absolute;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 63.9375rem) {
  .be-ready-section {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.be-ready-section .left {
  position: relative;
  width: 50%;
  height: 100%;
  top: 100vh;
  overflow: hidden;
}
.be-ready-section .left .image-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  top: 100vh;
}
.be-ready-section .left .image-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.be-ready-section .left .image-left.selected {
  top: 0vh;
}
.be-ready-section .left > div:nth-child(2) {
  z-index: 2;
}
.be-ready-section .left > div:nth-child(3) {
  z-index: 3;
}
.be-ready-section .left > div:nth-child(4) {
  z-index: 4;
}
.be-ready-section .right {
  position: relative;
  width: 50%;
  height: 100%;
  top: 100vh;
  background-color: #ffffff;
  z-index: 2;
  pointer-events: all;
}
.be-ready-section .right .center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25.875rem;
  pointer-events: none;
}
.be-ready-section .right .center.display {
  pointer-events: all;
}
.be-ready-section .right .center h2 {
  font-family: "rift";
  /* font-size: rems(96px);
  line-height: rems(64px); */
  font-size: clamp( 4.0625rem, 2.6933101651vw + 2.7680278019rem, 6rem );
  line-height: clamp( 4rem, 0vw + 4rem, 4rem );
  text-transform: uppercase;
  color: #071936;
  font-weight: 700;
  position: absolute;
  top: -12.5rem;
  -webkit-transition: font-size 0.3s ease, line-height 0.3s ease;
  -o-transition: font-size 0.3s ease, line-height 0.3s ease;
  -moz-transition: font-size 0.3s ease, line-height 0.3s ease;
  transition: font-size 0.3s ease, line-height 0.3s ease;
  opacity: 0;
  z-index: 2;
  text-align: left;
  width: 117%;
}
.be-ready-section .right .center h2 span {
  /* font-size: rems(79px);
  line-height: rems(80px); */
  font-size: clamp( 3.6875rem, 1.7376194613vw + 2.8523566464rem, 4.9375rem );
  line-height: clamp( 3.6875rem, 1.8245004344vw + 2.8105994787rem, 5rem );
  font-weight: 500;
  display: block;
}
.be-ready-section .right .center .image-right {
  width: 17.6875rem;
  height: 40vh;
  max-height: 25rem;
  position: absolute;
  opacity: 0;
  z-index: 0;
  top: -webkit-calc(50% - 165px);
  top: -moz-calc(50% - 165px);
  top: calc(50% - 165px);
}
.be-ready-section .right .center .image-right:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  opacity: 0.49;
  z-index: 1;
}
.be-ready-section .right .center .image-right .mask {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.be-ready-section .right .center .image-right img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: 100%;
}
.be-ready-section .right .center .image-right .school-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3.125rem;
  height: 3.125rem;
  z-index: 2;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
.be-ready-section .right .center .image-right .school-icon.csms {
  background-image: url("../../images/img/common/csms.jpg");
}
.be-ready-section .right .center .image-right .school-icon.csia {
  background-image: url("../../images/img/common/csia.jpg");
}
.be-ready-section .right .center .image-right .school-icon.nexus {
  background-image: url("../../images/img/common/nexus.jpg");
}
.be-ready-section .right .center .image-right .school-icon.sixthform {
  background-image: url("../../images/img/common/sixthform.jpg");
}
.be-ready-section .right .center .image-right .school-link {
  display: block;
  position: absolute;
  left: 50%;
  top: 87%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  background-color: #071936;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "rift";
  letter-spacing: 0.02em;
  padding: 12px 30px;
  cursor: pointer;
}
html.no-touch .be-ready-section .right .center .image-right .school-link:hover {
  opacity: 0.8;
}
.be-ready-section .right .center .image-right .school-link.csms {
  background-color: #75568C;
}
.be-ready-section .right .center .image-right .school-link.csia {
  background-color: #8C2A2A;
}
.be-ready-section .right .center .image-right .school-link.nexus {
  background-color: #000000;
}
.be-ready-section .right .center .image-right .school-link.sixthform {
  background-color: #E94F1B;
}
.be-ready-section .right .center p {
  font-family: "quasimoda";
  font-size: 1.25rem;
  line-height: 1.8125rem;
  font-weight: 300;
  color: #071936;
  text-align: left;
  margin-top: 17.5rem;
  -webkit-transition: font-size 0.3s ease, line-height 0.3s ease;
  -o-transition: font-size 0.3s ease, line-height 0.3s ease;
  -moz-transition: font-size 0.3s ease, line-height 0.3s ease;
  transition: font-size 0.3s ease, line-height 0.3s ease;
  opacity: 0;
  position: absolute;
  width: 140%;
  left: -20%;
}
@media (max-width: 50rem) {
  .be-ready-section .right .center p {
    max-width: 100% !important;
  }
}
.be-ready-section .right .center p span {
  font-family: "quasimoda";
  font-weight: 700;
  color: #ffffff;
  position: relative;
  margin-right: 0.3125rem;
  padding: 0.125rem;
  margin-right: 0.25rem;
  /* &:before{
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1.3em;
      z-index: -1;
  } */
}
.be-ready-section .right .center p span.csms {
  background-color: #75568C;
}
.be-ready-section .right .center p span.csia {
  background-color: #8C2A2A;
}
.be-ready-section .right .center p span.nexus {
  background-color: #000000;
}
.be-ready-section .right .center p span.sixthform {
  background-color: #E94F1B;
}
.be-ready-section .right .center p a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: rgba(51, 37, 9, 0.8);
     -moz-text-decoration-color: rgba(51, 37, 9, 0.8);
          text-decoration-color: rgba(51, 37, 9, 0.8);
  text-underline-offset: 2px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.be-ready-section .right .center p a:hover {
  opacity: 0.6;
}
.be-ready-section .right .center.selected h2 {
  top: -webkit-calc(50% - 20.375rem);
  top: -moz-calc(50% - 20.375rem);
  top: calc(50% - 20.375rem);
  opacity: 1;
}
.be-ready-section .right .center.selected p {
  margin-top: 10%;
  opacity: 1;
}
.be-ready-section .right .center.selected .image-right {
  opacity: 1;
}
.be-ready-section .right .center.selected .image-right img {
  top: 0%;
}
.be-ready-section .right #group_1 {
  z-index: 2;
}
.be-ready-section .right #group_2 {
  z-index: 3;
}
.be-ready-section .right #group_3 {
  z-index: 4;
}
.be-ready-section .right .nav {
  position: absolute;
  right: 4.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.be-ready-section .right .nav .image-btn {
  display: block;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.9375rem;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  /* &:after{
      content: '';
      display: block;
      width: rems(16px);
      height: rems(16px);
      border-radius: rems(16px);
      border:1px solid #071936;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      transition: opacity 0.3s ease;
  } */
}
.be-ready-section .right .nav .image-btn:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
  background-color: rgba(7, 25, 54, 0.38);
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
}
.be-ready-section .right .nav .image-btn.selected:before {
  background-color: #071936;
}
.be-ready-section .right .nav .image-btn:hover:after {
  opacity: 1;
}
.be-ready-section .right > div:not(.nav):nth-of-type(n+3) h2 {
  display: none;
}

@media (max-width: 63.9375rem) {
  .be-ready-section {
    height: auto;
    position: relative;
  }
  .be-ready-section .left {
    display: none;
  }
  .be-ready-section .right {
    width: 100%;
    height: auto;
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .be-ready-section .right .center {
    position: relative;
    left: 0;
    top: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    max-width: 31.25rem;
    padding: 0 1.375rem;
    margin-bottom: 1.25rem;
    pointer-events: all;
  }
  .be-ready-section .right .center h2 {
    font-size: 4.0625rem;
    line-height: 4.4375rem;
    top: 0 !important;
    margin-bottom: 2.5rem;
    position: relative;
    opacity: 1 !important;
    max-width: -webkit-calc(100vw - 1.875rem);
    max-width: -moz-calc(100vw - 1.875rem);
    max-width: calc(100vw - 1.875rem);
    width: auto;
  }
  .be-ready-section .right .center h2 span {
    font-size: 3.6875rem;
    line-height: 3.625rem;
    top: 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    color: #ffffff;
  }
  .be-ready-section .right .center h2 span:before {
    content: "";
    position: absolute;
    right: -0.25rem;
    top: 0.125rem;
    width: 100vw;
    height: 100%;
    background-color: #071936;
    z-index: -1;
  }
  .be-ready-section .right .center .image-right {
    width: 100%;
    height: auto;
    overflow: visible;
    position: relative;
    opacity: 1 !important;
    top: 0;
    max-height: 100%;
  }
  .be-ready-section .right .center .image-right:after {
    display: none;
  }
  .be-ready-section .right .center .image-right img {
    top: auto !important;
    width: 14.25rem;
    height: 19.4375rem;
    margin: 0 auto;
  }
  .be-ready-section .right .center .image-right .school-icon {
    left: -webkit-calc(50% - 7.125rem);
    left: -moz-calc(50% - 7.125rem);
    left: calc(50% - 7.125rem);
  }
  .be-ready-section .right .center .image-right .school-link {
    top: 55%;
  }
  .be-ready-section .right .center .image-right .mask {
    overflow: visible;
    height: auto;
  }
  .be-ready-section .right .center .school-icon {
    display: block !important;
  }
  .be-ready-section .right .center p {
    font-size: 1.25rem;
    line-height: 1.8125rem;
    margin: 0 auto;
    margin-top: 0.9375rem !important;
    position: relative;
    opacity: 1 !important;
    max-width: 31.25rem;
    left: auto;
  }
  .be-ready-section .right .center.selected h2 {
    top: 0;
  }
  .be-ready-section .right .center.selected p {
    margin-top: 0.9375rem;
  }
  .be-ready-section .right .nav {
    display: none;
  }
  .be-ready-section .right > div:not(.nav):nth-of-type(n+3) h2 {
    display: none;
  }
}
@media (min-width: 64rem) and (max-width: 75rem) {
  .be-ready-section .right .center h2 {
    font-size: 5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .be-ready-section .right .center h2 span {
    font-size: 4.3125rem;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-height: 63.9375rem) and (min-height: 37.5rem) and (min-width: 48.0625rem) {
  .be-ready-section .right .center h2 {
    font-size: 70px;
    line-height: 64px;
    width: 100%;
  }
  .be-ready-section .right .center h2 span {
    font-size: 49px;
    line-height: 59px;
  }
}
/* @media (max-width: rems(510px)) and (min-width:401px){
    .be-ready-section{
        .right{
            .center{
                h2{
                    font-size: rems(75px);
                    line-height: rems(75px);
                }
            }
        }
    }
}

@media (max-width: rems(400px)) and (min-width: 320px){
    .be-ready-section{
        .right{
            .center{
                h2{
                    font-size: rems(58px);
                    line-height: rems(58px);
                }
            }
        }
    }
} */
.profiles-section {
  position: relative;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  z-index: 4;
  pointer-events: none;
}
@media (max-width: 64rem) {
  .profiles-section {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.profiles-section .left {
  position: relative;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 100vh;
}
.profiles-section .left .center {
  position: relative;
}
.profiles-section .left .profiles-title {
  font-family: "rift";
  font-size: 6rem;
  line-height: 7.1875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #071936;
  -webkit-transition: font-size 0.3s ease, line-height 0.3s ease;
  -o-transition: font-size 0.3s ease, line-height 0.3s ease;
  -moz-transition: font-size 0.3s ease, line-height 0.3s ease;
  transition: font-size 0.3s ease, line-height 0.3s ease;
}
.profiles-section .left .profiles-title span {
  font-size: 3.25rem;
  line-height: 3.875rem;
  font-weight: 300;
  font-style: italic;
  position: relative;
  margin-right: 0.9375rem;
}
.profiles-section .left .profiles-subtitle {
  position: relative;
  /* &:before{
      content: "";
      display: block;
      position: absolute;
      right: rems(-4px);
      top: 0;
      width: 80vw;
      height: 100%;
      z-index: 0;
      background-color: #071936;
  } */
}
.profiles-section .left .profiles-subtitle span {
  font-family: "rift";
  font-size: 4.9375rem;
  line-height: 5.875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.profiles-section .left .profiles-subtitle span i {
  display: block;
  position: absolute;
  left: -12vw;
  top: 10%;
  width: 0vw;
  height: 85%;
  z-index: -1;
  background-color: #071936;
}
.profiles-section .left .profiles-subtitle span u {
  text-decoration: none;
}
.profiles-section .right {
  position: relative;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  top: 100vh;
  pointer-events: all;
  -moz-background-size: 100%;
    -o-background-size: 100%;
       background-size: 100%;
  background-position: right 85%;
  background-repeat: no-repeat;
}
.profiles-section .right .be-ready-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.profiles-section .right .scrollbox {
  position: relative;
  width: 100%;
  height: 110%;
  z-index: 2;
  left: 0;
  overflow: hidden;
  top: 100vh;
}
.profiles-section .right .scrollbox.no-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.profiles-section .right .scrollbox .profiles {
  position: relative;
  width: -webkit-calc(100% + 1.25rem);
  width: -moz-calc(100% + 1.25rem);
  width: calc(100% + 1.25rem);
  padding-top: 12.5rem;
  padding-bottom: 0.625rem;
}
.profiles-section .right .scrollbox .profiles .staff-card {
  position: relative;
  width: 18.125rem;
  height: 23.75rem;
  margin-bottom: 10.625rem;
  pointer-events: all;
}
.profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner {
  position: relative;
  height: 100%;
}
.profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .full-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: none;
}
.profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-image {
  position: absolute;
  left: 1.625rem;
  bottom: 5.5rem;
  width: 12.5rem;
  height: 16.75rem;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: -o-transform 1s ease;
  -moz-transition: transform 1s ease, -moz-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
}
.profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-image .img {
  width: 100%;
  height: 100%;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: top;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
}
.profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-image .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(70%, rgba(255, 255, 255, 0))) !important;
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 70%) !important;
  background-image: -moz-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 70%) !important;
  background-image: -o-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 70%) !important;
  background-image: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 70%) !important;
  z-index: 2;
}
.profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-content {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-content .scc-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-content .scc-inner .scc-info {
  font-family: "quasimoda";
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.054em;
  color: #071936;
  -webkit-transition: color 0.4s ease, -webkit-transform 0.4s ease;
  transition: color 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: color 0.4s ease, -o-transform 0.4s ease;
  -moz-transition: color 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: color 0.4s ease, transform 0.4s ease;
  transition: color 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  text-transform: uppercase;
  position: relative;
}
.profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-content .scc-inner .scc-name {
  font-family: "rift";
  font-size: 3.875rem;
  line-height: 3.9375rem;
  color: #071936;
  -webkit-transition: color 0.4s ease, font-size 0.4s ease, -webkit-transform 0.4s ease;
  transition: color 0.4s ease, font-size 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: color 0.4s ease, font-size 0.4s ease, -o-transform 0.4s ease;
  -moz-transition: color 0.4s ease, font-size 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: color 0.4s ease, font-size 0.4s ease, transform 0.4s ease;
  transition: color 0.4s ease, font-size 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  text-transform: uppercase;
  position: relative;
  top: 0px;
  margin-bottom: 0.3125rem;
}
.profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-content .scc-inner .scc-bio {
  display: none;
  font-family: "quasimoda";
  font-size: 1.25rem;
  line-height: 1.5625rem;
  color: #F4EBFD;
  -webkit-transition: color 0.4s ease, font-size 0.4s ease, -webkit-transform 0.4s ease;
  transition: color 0.4s ease, font-size 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: color 0.4s ease, font-size 0.4s ease, -o-transform 0.4s ease;
  -moz-transition: color 0.4s ease, font-size 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: color 0.4s ease, font-size 0.4s ease, transform 0.4s ease;
  transition: color 0.4s ease, font-size 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
}
.profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-content .scc-inner .scc-bio .read-more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-content .scc-inner .scc-bio .read-more i {
  font-style: normal;
  position: relative;
  display: inline-block;
  top: 1px;
  margin-left: 2px;
}
.profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-content .scc-inner .title {
  font-family: "rift";
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #ffffff;
  font-weight: 300;
  background-color: #75568C;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-content .scc-inner .title.csms {
  background-color: #75568C;
}
.profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-content .scc-inner .title.csia {
  background-color: #8C2A2A;
}
.profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-content .scc-inner .title.nexus {
  background-color: #000000;
}
.profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-content .scc-inner .title.sixthform {
  background-color: #E94F1B;
}
.profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-content .scc-inner .subtitle {
  font-family: "rift";
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #071936;
  font-weight: 300;
  text-transform: uppercase;
}
.profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-content .scc-inner .school {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 0.3125rem;
}
.profiles-section .right .scrollbox .profiles .staff-card:hover {
  cursor: pointer;
}
.profiles-section .right .scrollbox .profiles .staff-card:hover .staff-card-image .img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.profiles-section .right .scrollbox .profiles .slick-list .slick-track > div:nth-of-type(2) {
  left: 21.875rem;
  margin-top: -21.875rem;
}
.profiles-section .right .scrollbox .profiles .slick-list .slick-track > div:nth-of-type(3) {
  left: 1.875rem;
  margin-top: -12.5rem;
}
.profiles-section .right .scrollbox .profiles .slick-list .slick-track > div:nth-of-type(4) {
  left: 23.75rem;
  margin-top: -21.875rem;
}
.profiles-section .right .scrollbox .profiles .slick-list .slick-track > div:nth-child(n+5) {
  display: none;
}
.profiles-section .right .scrollbox .profiles-nav {
  position: absolute;
  right: auto;
  left: 50%;
  bottom: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 1.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.profiles-section .right .scrollbox .profiles-nav button {
  background: #8968AA;
  border: 0;
  -webkit-border-radius: 6.25rem;
     -moz-border-radius: 6.25rem;
          border-radius: 6.25rem;
  width: 2.75rem;
  height: 2.75rem;
  position: relative;
  cursor: pointer;
}
.profiles-section .right .scrollbox .profiles-nav button .icon-arrow {
  position: relative;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
}
.profiles-section .right .scrollbox .profiles-nav button .icon-arrow:before {
  font-size: 0.5rem;
  position: relative;
  top: -0.125rem;
}
.profiles-section .right .scrollbox .profiles-nav button .circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.75rem;
  height: 2.75rem;
  -webkit-border-radius: 6.25rem;
     -moz-border-radius: 6.25rem;
          border-radius: 6.25rem;
  border: 1px solid rgba(255, 255, 255, 0.17);
}
.profiles-section .right .scrollbox .profiles-nav .profiles-prev {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 1.4375rem;
}
.profiles-section .right .scrollbox .profiles-nav .profiles-next {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.profiles-section .right .scrollbox .profiles-nav .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.mediaPopup .staff-card {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 1.25rem;
}
.mediaPopup .staff-card .staff-card-inner {
  position: relative;
  height: 100%;
  padding-bottom: 130%;
}
.mediaPopup .staff-card .staff-card-inner .full-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.mediaPopup .staff-card .staff-card-inner .staff-card-image {
  position: absolute;
  left: 1.625rem;
  bottom: 5.5rem;
  width: 12.5rem;
  height: 16.75rem;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: -o-transform 1s ease;
  -moz-transition: transform 1s ease, -moz-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
}
.mediaPopup .staff-card .staff-card-inner .staff-card-image .img {
  width: 100%;
  height: 100%;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
}
.mediaPopup .staff-card .staff-card-inner .staff-card-image .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(70%, rgba(255, 255, 255, 0))) !important;
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 70%) !important;
  background-image: -moz-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 70%) !important;
  background-image: -o-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 70%) !important;
  background-image: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 70%) !important;
  z-index: 2;
}
.mediaPopup .staff-card .staff-card-inner .staff-card-content {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.mediaPopup .staff-card .staff-card-inner .staff-card-content .scc-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 0.625rem 1.875rem;
}
.mediaPopup .staff-card .staff-card-inner .staff-card-content .scc-inner .school {
  width: 3.125rem;
  height: 3.125rem;
}
.mediaPopup .staff-card .staff-card-inner .staff-card-content .scc-inner .scc-info {
  font-family: "quasimoda";
  font-size: 1.0625rem;
  line-height: 1.5rem;
  letter-spacing: 0.054em;
  color: #071936;
  -webkit-transition: color 0.4s ease, -webkit-transform 0.4s ease;
  transition: color 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: color 0.4s ease, -o-transform 0.4s ease;
  -moz-transition: color 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: color 0.4s ease, transform 0.4s ease;
  transition: color 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  text-transform: uppercase;
  position: relative;
  left: 2.375rem;
}
.mediaPopup .staff-card .staff-card-inner .staff-card-content .scc-inner .scc-name {
  font-family: "rift";
  font-size: 3.375rem;
  line-height: 3.9375rem;
  color: #071936;
  -webkit-transition: color 0.4s ease, font-size 0.4s ease, -webkit-transform 0.4s ease;
  transition: color 0.4s ease, font-size 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: color 0.4s ease, font-size 0.4s ease, -o-transform 0.4s ease;
  -moz-transition: color 0.4s ease, font-size 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: color 0.4s ease, font-size 0.4s ease, transform 0.4s ease;
  transition: color 0.4s ease, font-size 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  text-transform: uppercase;
  position: relative;
  top: 0px;
}
.mediaPopup .staff-card .staff-card-inner .staff-card-content .scc-inner .title {
  font-family: "rift";
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #ffffff;
  font-weight: 300;
  background-color: #75568C;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mediaPopup .staff-card .staff-card-inner .staff-card-content .scc-inner .title.csms {
  background-color: #75568C;
}
.mediaPopup .staff-card .staff-card-inner .staff-card-content .scc-inner .title.csia {
  background-color: #8C2A2A;
}
.mediaPopup .staff-card .staff-card-inner .staff-card-content .scc-inner .title.nexus {
  background-color: #000000;
}
.mediaPopup .staff-card .staff-card-inner .staff-card-content .scc-inner .title.sixthform {
  background-color: #E94F1B;
}
.mediaPopup .staff-card .staff-card-inner .staff-card-content .scc-inner .subtitle {
  font-family: "rift";
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #071936;
  font-weight: 300;
  text-transform: uppercase;
}
.mediaPopup .staff-card .staff-card-inner .staff-card-content .scc-inner .scc-bio {
  display: none;
}
.mediaPopup .staff-card:hover .staff-card-image .img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.mediaPopup .staff-card:hover .staff-card-content .scc-inner .scc-info {
  -webkit-transform: translateY(-0.5rem);
     -moz-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
       -o-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}
.mediaPopup .staff-card:hover .staff-card-content .scc-inner .scc-name {
  font-size: 3.875rem;
  -webkit-transform: translateY(-0.5rem);
     -moz-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
       -o-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}
.mediaPopup.isMpStaff .mediaPopup__topNav {
  background-color: #8968AA;
}
.mediaPopup.isMpStaff .mediaPopup__topNav .mediaPopup__close {
  background-color: #071936;
}
.mediaPopup.isMpStaff .mediaPopup__topNav .mediaPopup__close:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #071936;
  height: 100%;
  width: 1.25rem;
}
.mediaPopup.isMpStaff .mediaPopup__topNav span {
  display: none !important;
}
.mediaPopup.isMpStaff .mediaPopup__type.secondLvlCss {
  pointer-events: none;
}
.mediaPopup.isMpStaff .mediaPopup__type.secondLvlCss h4 {
  line-height: 2.625rem !important;
}
@media (max-width: 56.25rem) {
  .mediaPopup.isMpStaff .mediaPopup__type.secondLvlCss h4 {
    left: 1.875rem;
    max-width: -webkit-calc(100% - 2.5rem);
    max-width: -moz-calc(100% - 2.5rem);
    max-width: calc(100% - 2.5rem);
  }
}
.mediaPopup.isMpStaff .mediaPopup__type.secondLvlCss h4:after {
  content: "From classroom to world stage" !important;
  padding-left: 3.75rem;
}
@media (max-width: 56.25rem) {
  .mediaPopup.isMpStaff .mediaPopup__type.secondLvlCss h4:after {
    padding-left: 1.25rem;
    display: none !important;
  }
}
.mediaPopup.isMpStaff .isTitle.featuredParagraph {
  font-family: "rift";
  font-size: 3.875rem;
}
.mediaPopup.isMpStaff .mediaPopup__relatedHeaderWrapper h4 {
  color: #ffffff !important;
}
.mediaPopup.isMpStaff .mediaPopup__relatedHeaderWrapper .forMpRelated {
  color: #ffffff !important;
}

@media (min-width: 64rem) {
  .profiles-section .right .scrollbox .profiles .slick-list .slick-track {
    width: auto !important;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
  .profiles-section .right .scrollbox .profiles-nav {
    display: none;
  }
}
/* @media (min-width: rems(901px)) and (max-width: rems(1200px)){
    .profiles-section{
        .left{                
            h2{
                font-size: rems(117px);
                line-height: rems(119px);
            }

            p{
                max-width: rems(325px);
            }

            span{
                font-size: rems(26px);
                line-height: rems(31px);
                left: rems(7px);
            }
        }
    }
} */
@media (max-width: 63.9375rem) {
  .profiles-section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .profiles-section .left {
    width: 100%;
    height: auto;
    padding-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4.375rem 0;
    top: 0;
  }
  .profiles-section .left .profiles-title {
    font-size: 4.0625rem;
    line-height: 2.5rem;
  }
  .profiles-section .left .profiles-title span {
    display: block;
    font-size: 2.5625rem;
    line-height: 2.5rem;
    margin-right: 0.9375rem;
    margin-bottom: 0.4375rem;
  }
  .profiles-section .left .profiles-subtitle {
    position: relative;
    margin-top: 0.9375rem;
  }
  .profiles-section .left .profiles-subtitle span {
    font-size: 3.125rem;
    line-height: 2.5rem;
    font-weight: 400;
  }
  .profiles-section .left .profiles-subtitle span i {
    font-size: 1.8125rem;
    line-height: 4.4375rem;
    font-weight: 300;
    top: 13%;
    height: 80%;
    left: auto;
    right: 0;
    width: 100vw !important;
  }
  .profiles-section .left .profiles-subtitle span u {
    text-decoration: none;
    font-size: 1.8125rem;
  }
  .profiles-section .left .profiles-subtitle:before {
    right: -0.25rem;
    width: 106vw;
    height: 54px;
    top: 0;
  }
  .profiles-section .right {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    background-image: none !important;
  }
  .profiles-section .right .scrollbox {
    width: 100%;
    height: 100%;
    left: auto;
    overflow: visible;
    margin-top: -3.125rem;
    padding-bottom: 3.125rem;
    top: 0;
  }
  .profiles-section .right .scrollbox .profiles {
    width: 100%;
    height: 100%;
    overflow-y: visible;
    padding-top: 10px;
    /* .staff-card.elem-center{
        .staff-card-content{
            opacity: 1;
            pointer-events: all;
        }
        .staff-card-image{
            transform: none;
        }
    } */
    /* .staff-card.elem-right:not(.slick-current){
        .staff-card-content{
            opacity: 0;
            pointer-events: none;
        }
        .staff-card-image{
            transform: translateX(-63%);
        }
    }

    .staff-card.elem-left:not(.slick-current){
        .staff-card-content{
            opacity: 0;
            pointer-events: none;
        }
        .staff-card-image{
            transform: translateX(-38%);
        }
    } */
  }
  .profiles-section .right .scrollbox .profiles .staff-card {
    display: inline-block;
    width: 18.125rem;
    height: 23.75rem;
    margin-bottom: 0;
  }
  .profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner {
    position: relative;
    height: 100%;
    padding-left: 15px;
  }
  .profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-image {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 12.5rem;
    height: 16.75rem;
    overflow: hidden;
    margin-left: 1.25rem;
  }
  .profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-content .scc-inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 1.5625rem;
  }
  .profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-content .scc-inner .scc-info {
    font-size: 1.0625rem;
    line-height: 1.5rem;
    position: relative;
    left: 0;
  }
  .profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-content .scc-inner .scc-name {
    font-size: 3.875rem;
    line-height: 3.9375rem;
  }
  .profiles-section .right .scrollbox .profiles .staff-card .staff-card-inner .staff-card-content .scc-inner .scc-bio {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
  .profiles-section .right .scrollbox .profiles .slick-list .slick-track > div:nth-of-type(2) {
    left: 0;
    margin-top: 0;
  }
  .profiles-section .right .scrollbox .profiles .slick-list .slick-track > div:nth-of-type(3) {
    left: 0;
    margin-top: 0;
  }
  .profiles-section .right .scrollbox .profiles .slick-list .slick-track > div:nth-of-type(4) {
    left: 0;
    margin-top: 0;
  }
  .profiles-section .right .be-ready-overlay {
    opacity: 1;
  }
  .profiles-section .right .profiles-nav {
    top: 25% !important;
    width: 23.4375rem;
  }
  .profiles-section .right .profiles-nav button {
    background: transparent;
    border: 0;
    width: 2.8125rem;
    height: 2.8125rem;
    position: relative;
    cursor: pointer;
    background: transparent !important;
  }
  .profiles-section .right .profiles-nav button .circle {
    display: none;
  }
  .profiles-section .right .profiles-nav button.slick-disabled {
    opacity: 0.5;
  }
  .profiles-section .right .profiles-nav button .icon_arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70%;
    height: 70%;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
    background-image: url("../../images/svg/arrow.svg");
    background-repeat: no-repeat;
    -moz-background-size: 80%;
      -o-background-size: 80%;
         background-size: 80%;
    background-position: center;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
       -moz-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
         -o-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .profiles-section .right .profiles-nav .profiles-prev {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-right: 1.4375rem;
  }
  .profiles-section .right .profiles-nav .profiles-next {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (min-width: 64rem) and (max-width: 75rem) {
  .profiles-section .left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .profiles-section .left .profiles-title {
    font-size: 75px;
    line-height: 70px;
  }
  .profiles-section .left .profiles-title span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 45px;
  }
  .profiles-section .left .profiles-subtitle span {
    font-size: 60px;
  }
  .profiles-section .left .profiles-subtitle span u {
    font-weight: 400;
  }
  .profiles-section .right .scrollbox .profiles .slick-list .slick-track > div:nth-of-type(2) {
    left: 15.625rem;
    margin-top: -21.875rem;
  }
  .profiles-section .right .scrollbox .profiles .slick-list .slick-track > div:nth-of-type(4) {
    left: 17.5rem;
    margin-top: -21.875rem;
  }
}
/* @media (max-width: rems(360px)){
    .profiles-section{
        .left{
            h2{
                font-size: rems(84px);
                line-height: 0;
            }
        }
    }
} */
.stats-section {
  position: fixed;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 63.9375rem) {
  .stats-section {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: auto;
    position: relative;
    margin-top: 3.125rem;
    min-height: 18.75rem;
    pointer-events: all;
  }
}
.stats-section .strapline {
  position: absolute;
  bottom: 17.5rem;
  left: 2.8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #071936;
  z-index: 11;
}
@media (max-width: 63.9375rem) {
  .stats-section .strapline {
    display: none;
  }
}
.stats-section .strapline .first-line {
  font-family: "rift";
  font-size: 5.75rem;
  line-height: 5.625rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: font-size 0.3s ease, line-height 0.3s ease;
  -o-transition: font-size 0.3s ease, line-height 0.3s ease;
  -moz-transition: font-size 0.3s ease, line-height 0.3s ease;
  transition: font-size 0.3s ease, line-height 0.3s ease;
  position: relative;
  top: 7.5rem;
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  -o-transition: opacity 1.5s ease, -o-transform 1.5s ease;
  -moz-transition: opacity 1.5s ease, transform 1.5s ease, -moz-transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease, -moz-transform 1.5s ease, -o-transform 1.5s ease;
  -webkit-transition-delay: 0.1s;
     -moz-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.stats-section .strapline .first-line span {
  font-weight: 300;
  font-style: italic;
  font-size: 3.25rem;
  line-height: 3.875rem;
  position: relative;
  left: 0.625rem;
}
.stats-section .strapline .second-line {
  font-family: "rift";
  font-size: 4.75rem;
  line-height: 5.125rem;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: font-size 0.3s ease, line-height 0.3s ease;
  -o-transition: font-size 0.3s ease, line-height 0.3s ease;
  -moz-transition: font-size 0.3s ease, line-height 0.3s ease;
  transition: font-size 0.3s ease, line-height 0.3s ease;
  position: relative;
  color: #ffffff;
  top: 7.5rem;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  -o-transition: opacity 1s ease, -o-transform 1s ease;
  -moz-transition: opacity 1s ease, transform 1s ease, -moz-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
  -webkit-transition-delay: 2s;
     -moz-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
  position: relative;
}
.stats-section .strapline .second-line span {
  content: "";
  display: block;
  position: absolute;
  left: -10vw;
  top: 0;
  width: 0vw;
  height: 100%;
  z-index: -1;
  background-color: #071936;
  -webkit-transition: width 0.7s ease 0.3s;
  -o-transition: width 0.7s ease 0.3s;
  -moz-transition: width 0.7s ease 0.3s;
  transition: width 0.7s ease 0.3s;
}
.stats-section .stats {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30vh;
}
@media (max-width: 63.9375rem) {
  .stats-section .stats {
    margin-top: 0;
    display: block;
    width: 100vw;
    overflow: hidden;
  }
}
.stats-section .stats .stat-card {
  position: relative;
  width: 13.9375rem;
  height: 13.9375rem;
  background-color: #071936;
  color: #ffffff;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.9375rem 0 0;
}
@media (max-width: 63.9375rem) {
  .stats-section .stats .stat-card {
    top: 0;
    margin: 0;
    margin-right: 0.625rem;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 120.0625rem) {
  .stats-section .stats .stat-card {
    width: 17.6875rem;
    height: 17.6875rem;
  }
}
.stats-section .stats .stat-card .title {
  font-family: "rift";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9375rem;
  margin-bottom: 0.625rem;
  text-align: center;
}
@media (min-width: 120.0625rem) {
  .stats-section .stats .stat-card .title {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}
.stats-section .stats .stat-card .figure {
  font-family: "rift";
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.9375rem;
  margin-bottom: 0.625rem;
  text-align: center;
}
@media (min-width: 120.0625rem) {
  .stats-section .stats .stat-card .figure {
    font-size: 4.375rem;
    line-height: 2.3125rem;
  }
}
.stats-section .stats .stat-card .info {
  font-family: "quasimoda";
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-align: center;
}
@media (min-width: 120.0625rem) {
  .stats-section .stats .stat-card .info {
    font-size: 1.4375rem;
    line-height: 1.625rem;
  }
}
.stats-section .stats .slick-list .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 63.9375rem) {
  .stats-section .stats .slick-list .slick-track .slick-slide {
    top: 0 !important;
  }
}
@media (min-width: 64rem) {
  .stats-section .stats .slick-list .slick-track {
    width: auto !important;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
  .stats-section .stats .slick-list .slick-track .slick-cloned {
    display: none !important;
  }
}
.stats-section .stats .slick-list .slick-track .slick-slide {
  display: inline-block;
  position: relative;
  width: 13.9375rem !important;
  margin: 0.625rem;
}
@media (min-width: 120.0625rem) {
  .stats-section .stats .slick-list .slick-track .slick-slide {
    width: 17.6875rem !important;
    height: 17.6875rem !important;
    margin: 1.25rem;
  }
}
.stats-section .stats-nav {
  position: absolute;
  width: -webkit-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: calc(100% - 15px);
  top: 8.125rem;
  left: 0;
  z-index: 4;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}
@media (max-width: 63.9375rem) {
  .stats-section .stats-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.stats-section .stats-nav button {
  background: transparent;
  border: 0;
  width: 2.8125rem;
  height: 2.8125rem;
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
}
.stats-section .stats-nav button.slick-disabled {
  opacity: 0.5;
}
.stats-section .stats-nav button .icon_arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  background-image: url("../../images/svg/arrow.svg");
  background-repeat: no-repeat;
  -moz-background-size: 80%;
    -o-background-size: 80%;
       background-size: 80%;
  background-position: center;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
     -moz-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
       -o-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.stats-section .stats-nav button:hover .icon-arrow {
  -webkit-transform: translateY(3px);
     -moz-transform: translateY(3px);
      -ms-transform: translateY(3px);
       -o-transform: translateY(3px);
          transform: translateY(3px);
}
.stats-section .stats-nav .stats-prev {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 1.4375rem;
}
.stats-section .stats-nav .stats-next {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.secondLvlCss {
  /* youtube iframe */
}
.secondLvlCss h2 {
  font-size: clamp( 2.8125rem, 1.4903129657vw + 2.0962183308rem, 3.4375rem );
  line-height: clamp( 2.8125rem, 3.129657228vw + 1.3083084948rem, 4.125rem );
  font-weight: 700;
  color: #071936;
  margin: 1.25rem 0 1.875rem;
  text-transform: uppercase;
  font-family: "rift";
}
.secondLvlCss h2:first-letter {
  text-transform: uppercase;
}
.secondLvlCss h3 {
  font-size: clamp( 2.1875rem, 1.043219076vw + 1.6861028316rem, 2.625rem );
  line-height: clamp( 2.4375rem, 1.043219076vw + 1.9361028316rem, 2.875rem );
  font-weight: 400;
  color: #071936;
  margin: 1.875rem 0 1.875rem;
  font-family: "rift";
  text-transform: uppercase;
}
.secondLvlCss h3::first-letter {
  text-transform: uppercase;
}
.secondLvlCss h4 {
  font-size: clamp( 1.4375rem, 0.4470938897vw + 1.2226154993rem, 1.625rem );
  line-height: clamp( 1.8125rem, 0.4470938897vw + 1.5976154993rem, 2rem );
  font-weight: 400;
  color: #071936;
  margin: 0 0 1.875rem;
  font-family: "quasimoda";
}
.secondLvlCss h4::first-letter {
  text-transform: none;
}
.secondLvlCss h5 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: theme("main-paragraph");
  margin: 0 0 1.875rem;
}
.secondLvlCss h5::first-letter {
  text-transform: uppercase;
}
.secondLvlCss p {
  font-size: clamp( 1.0625rem, 0.4470938897vw + 0.8476154993rem, 1.25rem );
  line-height: clamp( 1.5625rem, 0.4470938897vw + 1.3476154993rem, 1.75rem );
  display: block;
  color: #071936;
  margin-bottom: 1.875rem;
  font-weight: 300;
  font-family: "quasimoda";
  -webkit-transition: font-size 0.3s ease;
  -o-transition: font-size 0.3s ease;
  -moz-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
}
.secondLvlCss p a {
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
}
.secondLvlCss p strong, .secondLvlCss p b {
  font-weight: 700;
  display: inline;
  position: relative;
  color: #ffffff;
  z-index: 1;
  background-color: #071936;
  /* &:before{
      content: "";
      display: block;
      position: absolute;
      width: calc(100% + 6px);
      height: 100%;
      left: rems(-3px);
      top: rems(2px);
      z-index: -1;
      background-color: #071936;
  } */
}
.secondLvlCss p em {
  font-style: italic;
}
.secondLvlCss .featuredParagraph {
  font-family: "quasimoda";
  font-size: clamp( 1.375rem, 0.8941877794vw + 0.9452309985rem, 1.75rem );
  line-height: clamp( 2rem, 0.8941877794vw + 1.5702309985rem, 2.375rem );
  color: #071936;
  font-weight: 700;
  -webkit-transition: font-size 0.3s ease;
  -o-transition: font-size 0.3s ease;
  -moz-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
}
.secondLvlCss p.featuredText {
  font-family: "quasimoda";
  font-size: clamp( 1.375rem, 0.8941877794vw + 0.9452309985rem, 1.75rem );
  line-height: clamp( 2rem, 0.8941877794vw + 1.5702309985rem, 2.375rem );
  font-weight: 600;
  display: block;
  color: #071936;
  margin-bottom: 1.875rem;
  padding-left: 1.25rem;
  position: relative;
}
.secondLvlCss p.featuredText:after {
  content: "";
  display: block;
  width: 0.125rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #071936;
}
.secondLvlCss hr {
  width: 50%;
  height: 0.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  border: none;
  background-color: #071936;
  margin: 1.875rem 0;
  -webkit-transform: translateX(50%);
     -moz-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
}
.secondLvlCss blockquote {
  font-family: "quasimoda";
  font-size: clamp( 1.375rem, 0.8941877794vw + 0.9452309985rem, 1.75rem );
  font-weight: 700;
  line-height: clamp( 2rem, 0.8941877794vw + 1.5702309985rem, 2.375rem );
  display: block;
  color: #071936;
  position: relative;
  text-align: left;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin: 3.75rem 0;
}
.secondLvlCss blockquote p {
  font-family: inherit !important;
  position: relative;
  z-index: 2;
  margin: 0 !important;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
.secondLvlCss blockquote p:after {
  content: "";
  display: block;
  position: absolute;
  right: -1.5625rem;
  bottom: -1.5625rem;
  width: 1.875rem;
  height: 1.25rem;
  background-image: url("../../images/svg/quote_blue.svg");
  -moz-background-size: 100%;
    -o-background-size: 100%;
       background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.secondLvlCss blockquote p:before {
  content: "";
  display: block;
  position: absolute;
  left: -1.875rem;
  top: -1.5625rem;
  width: 1.875rem;
  height: 1.25rem;
  background-image: url("../../images/svg/quote_blue.svg");
  -moz-background-size: 100%;
    -o-background-size: 100%;
       background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.secondLvlCss table {
  max-width: 100%;
  margin: 1.875rem 0;
  border: 2px solid rgba(7, 25, 54, 0.5);
  position: relative;
  overflow: hidden;
  border-collapse: separate;
  display: block;
  overflow-y: auto;
  overflow-x: auto;
}
html.touch .secondLvlCss table {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.secondLvlCss table th {
  font-family: "rift";
  width: 25%;
  min-width: 12.5rem;
  font-size: 1.625rem;
  line-height: 2rem;
  color: #071936;
  border-bottom: 1px solid rgba(7, 25, 54, 0.5);
  border-right: 1px solid rgba(7, 25, 54, 0.5);
  padding: 0.9375rem;
  font-weight: 500;
  text-transform: uppercase;
  background-color: rgba(7, 25, 54, 0.1);
}
.secondLvlCss table th > * {
  font-family: "rift" !important;
  font-size: 1.625rem;
  line-height: 2rem;
  color: #071936 !important;
  font-weight: 500;
  text-transform: uppercase;
}
.secondLvlCss table th p, .secondLvlCss table th h2, .secondLvlCss table th h3, .secondLvlCss table th h4, .secondLvlCss table th a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
.secondLvlCss table td {
  font-family: "quasimoda";
  width: 25%;
  min-width: 12.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #071936;
  border-bottom: 1px solid rgba(7, 25, 54, 0.5);
  border-right: 1px solid rgba(7, 25, 54, 0.5);
  padding: 0.9375rem;
  font-weight: 300;
}
.secondLvlCss table td p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.secondLvlCss table tr:last-of-type:not(:first-of-type) td, .secondLvlCss table tr:last-of-type:not(:first-of-type) th {
  border-bottom: none;
}
.secondLvlCss table thead tr:last-of-type:not(:first-of-type) td:last-of-type:not(:first-of-type), .secondLvlCss table thead tr:last-of-type:not(:first-of-type) th:last-of-type:not(:first-of-type) {
  border-bottom: 1px solid rgba(7, 25, 54, 0.5);
}
.secondLvlCss table td:last-of-type, .secondLvlCss table th:last-of-type:not(:first-of-type) {
  border-right: none;
}
.secondLvlCss table .head-column {
  display: none;
}
@media (min-width: 768px) {
  .secondLvlCss table {
    overflow-y: auto;
    overflow-x: auto;
  }
  html.touch .secondLvlCss table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767px) {
  .secondLvlCss table {
    /* &.responsive-table {
        colgroup {
            display: none !important;
        }
        th {
            // hide it without display: none;
            height: 0;
            overflow: hidden;
            display: block;
            position: absolute;
            padding: 0;
            margin: 0;
            border: 0;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            left: 0;
            top: 0;
        }

        td {
            width: 100%;
            display: flex;
        }

        .head-column {
            width: 30%;
            display: block;

            & + .content-column {
                display: block;
                width: 70%;
                vertical-align: top;
                padding-left: 20px;
            }
        }
    } */
  }
}
.secondLvlCss .downloadBtn {
  font-family: "rift";
  display: inline-block !important;
  background-color: transparent;
  font-size: clamp( 1rem, 0.5961251863vw + 0.7134873323rem, 1.25rem ) !important;
  font-weight: 600 !important;
  line-height: clamp( 1.25rem, 0.5961251863vw + 0.9634873323rem, 1.5rem ) !important;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin: 0 0.4375rem;
  padding: 0.8125rem 1.5625rem;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  border: 0;
  max-width: 40.625rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-bottom: 0.25rem;
}
.secondLvlCss .downloadBtn:before {
  content: "";
  display: block !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 101%;
  z-index: 0;
  background-color: #071936;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.secondLvlCss .downloadBtn span {
  position: relative;
  z-index: 1;
  top: 1px;
}
html.no-touch .secondLvlCss .downloadBtn:hover {
  color: #071936;
}
html.no-touch .secondLvlCss .downloadBtn:hover:before {
  width: 0%;
}
.secondLvlCss ol {
  font-family: "quasimoda", sans-serif;
  display: block;
  margin: 0 0 1.875rem;
  counter-reset: li;
}
.secondLvlCss ol li {
  position: relative;
  font-size: clamp( 1.0625rem, 0.4470938897vw + 0.8476154993rem, 1.25rem );
  font-weight: 300;
  list-style-type: none;
  line-height: clamp( 1.5625rem, 0.4470938897vw + 1.3476154993rem, 1.75rem );
  color: #071936;
  font-family: "quasimoda";
  margin-bottom: 0.9375rem;
  padding-left: 1.5625rem;
}
.secondLvlCss ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  color: #ffffff;
  left: -0.875rem;
  background-color: #071936;
  top: 0px;
  width: 1.875rem;
  font-family: "quasimoda";
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: 700;
  display: block;
  text-align: right;
  top: 0.1875rem;
  padding-right: 0.1875rem;
}
.secondLvlCss ol li:first-letter {
  text-transform: uppercase;
}
.secondLvlCss ol li:last-child {
  margin-bottom: 0;
}
.secondLvlCss ul {
  display: block;
  margin: 0 0 1.875rem;
}
.secondLvlCss ul li {
  font-size: clamp( 1.0625rem, 0.4470938897vw + 0.8476154993rem, 1.25rem );
  font-weight: 300;
  list-style-type: none;
  line-height: clamp( 1.5625rem, 0.4470938897vw + 1.3476154993rem, 1.75rem );
  padding-left: 1.5625rem;
  position: relative;
  color: #071936;
  margin-bottom: 1.25rem;
  font-family: "quasimoda";
  -webkit-transition: font-size 0.3s ease;
  -o-transition: font-size 0.3s ease;
  -moz-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
}
@media (min-width: 97.5rem) {
  .secondLvlCss ul li {
    font-size: 1.35rem;
  }
}
.secondLvlCss ul li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  background-color: #071936;
  position: absolute;
  left: 0.1875rem;
  top: 0.75rem;
}
.secondLvlCss ul li:first-letter {
  text-transform: uppercase;
}
.secondLvlCss ul li:last-child {
  margin-bottom: 0;
}
.secondLvlCss img {
  width: 100%;
  height: auto;
  margin: 1.875rem 0;
  display: block;
  position: relative;
}
.secondLvlCss img.alignLeft {
  clear: both;
  right: auto;
  width: 50%;
  height: auto;
  float: left;
  margin: 0 1.25rem 1.25rem 0;
  clear: both;
}
.secondLvlCss img.alignRight {
  clear: both;
  left: auto;
  width: 50%;
  height: auto;
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}
.secondLvlCss a:not(.downloadBtn) {
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: color 0.3s ease, border 0.3s ease;
  -o-transition: color 0.3s ease, border 0.3s ease;
  -moz-transition: color 0.3s ease, border 0.3s ease;
  transition: color 0.3s ease, border 0.3s ease;
  color: #071936;
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
  font-family: "quasimoda";
  z-index: 1;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.secondLvlCss a:not(.downloadBtn):before {
  content: "";
  display: block;
  width: -webkit-calc(100% + 1.375rem);
  width: -moz-calc(100% + 1.375rem);
  width: calc(100% + 1.375rem);
  height: 0%;
  background-color: #071936;
  position: absolute;
  left: -5px;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  transition: height 0.3s ease;
  bottom: 0;
}
.secondLvlCss a:not(.downloadBtn)[href$=".pdf"], .secondLvlCss a:not(.downloadBtn)[target=_blank]:not([href$=".pdf"]), .secondLvlCss a:not(.downloadBtn)[href*="mailto:"], .secondLvlCss a:not(.downloadBtn)[href*="tel:"] {
  margin-right: 1rem;
  padding-right: 1.375rem;
  position: relative;
}
.secondLvlCss a:not(.downloadBtn)[href$=".pdf"]:before, .secondLvlCss a:not(.downloadBtn)[target=_blank]:not([href$=".pdf"]):before, .secondLvlCss a:not(.downloadBtn)[href*="mailto:"]:before, .secondLvlCss a:not(.downloadBtn)[href*="tel:"]:before {
  content: "";
  display: block;
  width: -webkit-calc(100% + 1.375rem);
  width: -moz-calc(100% + 1.375rem);
  width: calc(100% + 1.375rem);
  height: 0%;
  background-color: #071936;
  position: absolute;
  left: -0.3125rem;
}
.secondLvlCss a:not(.downloadBtn)[href$=".pdf"]:after, .secondLvlCss a:not(.downloadBtn)[target=_blank]:not([href$=".pdf"]):after, .secondLvlCss a:not(.downloadBtn)[href*="mailto:"]:after, .secondLvlCss a:not(.downloadBtn)[href*="tel:"]:after {
  display: inline-block !important;
  font-size: 100%;
  position: absolute;
  bottom: 0.125rem;
  margin-left: 0.625rem;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #071936;
  z-index: 2;
}
.secondLvlCss a:not(.downloadBtn)[href*="tel:"]:after {
  content: "";
  width: 1.25rem;
  height: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.659' height='14.659' viewBox='0 0 14.659 14.659'%3E%3Cpath id='Icon_awesome-phone-alt' data-name='Icon awesome-phone-alt' d='M14.241,10.359,11.034,8.985a.687.687,0,0,0-.8.2l-1.42,1.735A10.613,10.613,0,0,1,3.739,5.844l1.735-1.42a.685.685,0,0,0,.2-.8L4.3.416a.692.692,0,0,0-.787-.4L.533.7A.687.687,0,0,0,0,1.375,13.284,13.284,0,0,0,13.285,14.66a.687.687,0,0,0,.67-.533l.687-2.978a.7.7,0,0,0-.4-.79Z' transform='translate(0 0)' fill='%23ffffff'/%3E%3C/svg%3E");
}
html.no-touch .secondLvlCss a:not(.downloadBtn):hover {
  color: #ffffff;
  text-decoration: none;
}
html.no-touch .secondLvlCss a:not(.downloadBtn):hover:after {
  color: #ffffff;
}
html.no-touch .secondLvlCss a:not(.downloadBtn):hover[href*="tel:"]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.659' height='14.659' viewBox='0 0 14.659 14.659'%3E%3Cpath id='Icon_awesome-phone-alt' data-name='Icon awesome-phone-alt' d='M14.241,10.359,11.034,8.985a.687.687,0,0,0-.8.2l-1.42,1.735A10.613,10.613,0,0,1,3.739,5.844l1.735-1.42a.685.685,0,0,0,.2-.8L4.3.416a.692.692,0,0,0-.787-.4L.533.7A.687.687,0,0,0,0,1.375,13.284,13.284,0,0,0,13.285,14.66a.687.687,0,0,0,.67-.533l.687-2.978a.7.7,0,0,0-.4-.79Z' transform='translate(0 0)' fill='%23071936'/%3E%3C/svg%3E");
}
html.no-touch .secondLvlCss a:not(.downloadBtn):hover:before {
  height: 100%;
  z-index: -1;
}
.secondLvlCss .embed-container {
  margin: 1.5625rem 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 1.875rem;
  height: 0;
  overflow: hidden;
}
.secondLvlCss html.lt-ie8 .embed-container {
  overflow: visible;
  height: auto;
}
.secondLvlCss .embed-container iframe,
.secondLvlCss .embed-container object,
.secondLvlCss .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 48rem) {
  .secondLvlCss a:not(.downloadBtn) {
    word-wrap: normal;
    word-break: normal;
  }
  .secondLvlCss a:not(.downloadBtn) {
    /* &[href$=".pdf"],
    &[target=_blank]:not([href$=".pdf"]),
    &[href^="mailto"] {
        text-decoration: underline;
        margin-right: rems(0px);
        padding-right: rems(0px);

        &:before{
            display: none;
        }

        &:after {
            position: relative;                    }
    } */
  }
  .secondLvlCss .downloadBtn {
    margin-bottom: 0.75rem;
  }
  .secondLvlCss .downloadBtn:before {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .secondLvlCss h1 {
    font-size: 3rem;
    line-height: 3.125rem;
    text-align: left;
    color: #2F3F55;
    margin: 0;
  }
  .secondLvlCss h2 {
    font-size: 2.625rem;
    line-height: 2.5rem;
  }
  .secondLvlCss h3 {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
  }
  .secondLvlCss h4 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
  .secondLvlCss .downloadBtn {
    text-align: center;
  }
  .secondLvlCss p.featured-paragraph {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .secondLvlCss blockquote {
    font-size: 1.375rem;
    line-height: 1.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin: 3.125rem 0;
    text-align: center;
  }
  .secondLvlCss blockquote:after {
    left: 0;
  }
  .secondLvlCss blockquote:before {
    right: 0;
  }
  .secondLvlCss img {
    width: -webkit-calc(100% + 2.5rem);
    width: -moz-calc(100% + 2.5rem);
    width: calc(100% + 2.5rem);
  }
  .secondLvlCss table {
    display: block;
    overflow-y: auto;
    overflow-x: auto;
    width: 100% !important;
  }
  html.touch .secondLvlCss table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 90.0625rem) {
  .secondLvlCss h2 {
    font-size: clamp( 3.4375rem, 2.0876826722vw + 1.5572807933rem, 4.0625rem );
    line-height: clamp( 4.125rem, 2.5052192067vw + 1.868736952rem, 4.875rem );
  }
  .secondLvlCss h3 {
    font-size: clamp( 2.625rem, 2.7139874739vw + 0.1807150313rem, 3.4375rem );
    line-height: clamp( 2.875rem, 2.9227557411vw + 0.2426931106rem, 3.75rem );
  }
  .secondLvlCss h4 {
    font-size: clamp( 1.625rem, 1.2526096033vw + 0.496868476rem, 2rem );
    line-height: clamp( 2rem, 0.8350730689vw + 1.2479123173rem, 2.25rem );
  }
  .secondLvlCss p {
    font-size: clamp( 1.25rem, 1.2526096033vw + 0.121868476rem, 1.625rem );
    line-height: clamp( 1.75rem, 1.6701461378vw + 0.2458246347rem, 2.25rem );
  }
  .secondLvlCss .featuredParagraph {
    font-size: clamp( 1.75rem, 0.8350730689vw + 0.9979123173rem, 2rem );
    line-height: clamp( 2.375rem, 0.8350730689vw + 1.6229123173rem, 2.625rem );
  }
  .secondLvlCss p.featuredText {
    font-size: clamp( 1.75rem, 1.0438413361vw + 0.8098903967rem, 2.0625rem );
    line-height: clamp( 2.375rem, 1.0438413361vw + 1.4348903967rem, 2.6875rem );
  }
  .secondLvlCss blockquote {
    font-size: clamp( 1.75rem, 1.0438413361vw + 0.8098903967rem, 2.0625rem );
    line-height: clamp( 2.375rem, 1.0438413361vw + 1.4348903967rem, 2.6875rem );
  }
  .secondLvlCss .downloadBtn {
    font-size: clamp( 1.25rem, 0.8350730689vw + 0.4979123173rem, 1.5rem ) !important;
    line-height: clamp( 1.5rem, 1.0438413361vw + 0.5598903967rem, 1.8125rem ) !important;
  }
  .secondLvlCss ol li {
    font-size: clamp( 1.25rem, 1.2526096033vw + 0.121868476rem, 1.625rem );
    line-height: clamp( 1.75rem, 1.6701461378vw + 0.2458246347rem, 2.25rem );
  }
  .secondLvlCss ul li {
    font-size: clamp( 1.25rem, 1.2526096033vw + 0.121868476rem, 1.625rem );
    line-height: clamp( 1.75rem, 1.6701461378vw + 0.2458246347rem, 2.25rem );
  }
  .secondLvlCss ul li:before {
    top: 0.8125rem;
  }
}
@media screen and (min-width: 125rem) {
  .secondLvlCss a:not(.downloadBtn)[href$=".pdf"], .secondLvlCss a:not(.downloadBtn)[target=_blank]:not([href$=".pdf"]), .secondLvlCss a:not(.downloadBtn)[href^=mailto] {
    padding-right: 2.1875rem;
  }
  .secondLvlCss a:not(.downloadBtn)[href$=".pdf"]:before, .secondLvlCss a:not(.downloadBtn)[target=_blank]:not([href$=".pdf"]):before, .secondLvlCss a:not(.downloadBtn)[href^=mailto]:before {
    width: -webkit-calc(100% + 0.3125rem);
    width: -moz-calc(100% + 0.3125rem);
    width: calc(100% + 0.3125rem);
  }
  .secondLvlCss ul li:before {
    top: 0.875rem;
  }
}
*::-moz-selection {
  color: #ffffff;
  background-color: #071936;
}
*::selection {
  color: #ffffff;
  background-color: #071936;
}

/* body.sharedTemplates{
    hr {
        width: 100%;
        height: rems(2px);
        display: flex;
        align-items: center;
        position: relative;
        margin: 0 0 rems(30px);
        border: none;
        opacity: 0.3;
        padding: rems(20px) 0;

        span{
            display: block;
            width: calc(50% - 1.25rem);
            height: 1px;
            background: #637E52;
        }

        div{
            width: 60px;
            display: flex;
            align-items: center;
            justify-content: center;

            &:before{
                color:#637E52;
            }
        }
    }
} */
.info-section {
  position: absolute;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 100vh;
  z-index: 1;
  pointer-events: none;
  background-color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 63.9375rem) {
  .info-section {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: 0 !important;
    position: relative;
    height: auto;
    min-height: 60vh;
    margin-top: 4.375rem;
    padding: 5.625rem 1.25rem 1.5625rem 1.25rem;
  }
}
.info-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url("../../images/img/homepage/csia-bg-min.jpg");
  background-position: center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.info-section img {
  display: block;
  width: 6.875rem;
  height: 6.875rem;
  position: absolute;
  opacity: 0.2;
}
@media (max-width: 63.9375rem) {
  .info-section img {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@-webkit-keyframes csia {
  0% {
    -webkit-transform: translate(0vw, 0vh);
            transform: translate(0vw, 0vh);
  }
  25% {
    -webkit-transform: translate(5vw, 0vh);
            transform: translate(5vw, 0vh);
  }
  50% {
    -webkit-transform: translate(0vw, 7vh);
            transform: translate(0vw, 7vh);
  }
  75% {
    -webkit-transform: translate(5vw, 7vh);
            transform: translate(5vw, 7vh);
  }
  100% {
    -webkit-transform: translate(0vw, 0vh);
            transform: translate(0vw, 0vh);
  }
}
@-moz-keyframes csia {
  0% {
    -moz-transform: translate(0vw, 0vh);
         transform: translate(0vw, 0vh);
  }
  25% {
    -moz-transform: translate(5vw, 0vh);
         transform: translate(5vw, 0vh);
  }
  50% {
    -moz-transform: translate(0vw, 7vh);
         transform: translate(0vw, 7vh);
  }
  75% {
    -moz-transform: translate(5vw, 7vh);
         transform: translate(5vw, 7vh);
  }
  100% {
    -moz-transform: translate(0vw, 0vh);
         transform: translate(0vw, 0vh);
  }
}
@-o-keyframes csia {
  0% {
    -o-transform: translate(0vw, 0vh);
       transform: translate(0vw, 0vh);
  }
  25% {
    -o-transform: translate(5vw, 0vh);
       transform: translate(5vw, 0vh);
  }
  50% {
    -o-transform: translate(0vw, 7vh);
       transform: translate(0vw, 7vh);
  }
  75% {
    -o-transform: translate(5vw, 7vh);
       transform: translate(5vw, 7vh);
  }
  100% {
    -o-transform: translate(0vw, 0vh);
       transform: translate(0vw, 0vh);
  }
}
@keyframes csia {
  0% {
    -webkit-transform: translate(0vw, 0vh);
       -moz-transform: translate(0vw, 0vh);
         -o-transform: translate(0vw, 0vh);
            transform: translate(0vw, 0vh);
  }
  25% {
    -webkit-transform: translate(5vw, 0vh);
       -moz-transform: translate(5vw, 0vh);
         -o-transform: translate(5vw, 0vh);
            transform: translate(5vw, 0vh);
  }
  50% {
    -webkit-transform: translate(0vw, 7vh);
       -moz-transform: translate(0vw, 7vh);
         -o-transform: translate(0vw, 7vh);
            transform: translate(0vw, 7vh);
  }
  75% {
    -webkit-transform: translate(5vw, 7vh);
       -moz-transform: translate(5vw, 7vh);
         -o-transform: translate(5vw, 7vh);
            transform: translate(5vw, 7vh);
  }
  100% {
    -webkit-transform: translate(0vw, 0vh);
       -moz-transform: translate(0vw, 0vh);
         -o-transform: translate(0vw, 0vh);
            transform: translate(0vw, 0vh);
  }
}
@-webkit-keyframes nexus {
  0% {
    -webkit-transform: translate(0vw, 0vh);
            transform: translate(0vw, 0vh);
  }
  25% {
    -webkit-transform: translate(5vw, 0vh);
            transform: translate(5vw, 0vh);
  }
  50% {
    -webkit-transform: translate(5vw, 7vh);
            transform: translate(5vw, 7vh);
  }
  75% {
    -webkit-transform: translate(0vw, 7vh);
            transform: translate(0vw, 7vh);
  }
  100% {
    -webkit-transform: translate(0vw, 0vh);
            transform: translate(0vw, 0vh);
  }
}
@-moz-keyframes nexus {
  0% {
    -moz-transform: translate(0vw, 0vh);
         transform: translate(0vw, 0vh);
  }
  25% {
    -moz-transform: translate(5vw, 0vh);
         transform: translate(5vw, 0vh);
  }
  50% {
    -moz-transform: translate(5vw, 7vh);
         transform: translate(5vw, 7vh);
  }
  75% {
    -moz-transform: translate(0vw, 7vh);
         transform: translate(0vw, 7vh);
  }
  100% {
    -moz-transform: translate(0vw, 0vh);
         transform: translate(0vw, 0vh);
  }
}
@-o-keyframes nexus {
  0% {
    -o-transform: translate(0vw, 0vh);
       transform: translate(0vw, 0vh);
  }
  25% {
    -o-transform: translate(5vw, 0vh);
       transform: translate(5vw, 0vh);
  }
  50% {
    -o-transform: translate(5vw, 7vh);
       transform: translate(5vw, 7vh);
  }
  75% {
    -o-transform: translate(0vw, 7vh);
       transform: translate(0vw, 7vh);
  }
  100% {
    -o-transform: translate(0vw, 0vh);
       transform: translate(0vw, 0vh);
  }
}
@keyframes nexus {
  0% {
    -webkit-transform: translate(0vw, 0vh);
       -moz-transform: translate(0vw, 0vh);
         -o-transform: translate(0vw, 0vh);
            transform: translate(0vw, 0vh);
  }
  25% {
    -webkit-transform: translate(5vw, 0vh);
       -moz-transform: translate(5vw, 0vh);
         -o-transform: translate(5vw, 0vh);
            transform: translate(5vw, 0vh);
  }
  50% {
    -webkit-transform: translate(5vw, 7vh);
       -moz-transform: translate(5vw, 7vh);
         -o-transform: translate(5vw, 7vh);
            transform: translate(5vw, 7vh);
  }
  75% {
    -webkit-transform: translate(0vw, 7vh);
       -moz-transform: translate(0vw, 7vh);
         -o-transform: translate(0vw, 7vh);
            transform: translate(0vw, 7vh);
  }
  100% {
    -webkit-transform: translate(0vw, 0vh);
       -moz-transform: translate(0vw, 0vh);
         -o-transform: translate(0vw, 0vh);
            transform: translate(0vw, 0vh);
  }
}
.info-section > img:nth-of-type(1) {
  left: 6.875rem;
  top: 6.875rem;
  -webkit-animation: csia 12s ease-in-out infinite;
     -moz-animation: csia 12s ease-in-out infinite;
       -o-animation: csia 12s ease-in-out infinite;
          animation: csia 12s ease-in-out infinite;
}
@media (max-width: 63.9375rem) {
  .info-section > img:nth-of-type(1) {
    left: 0.625rem;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
  }
}
.info-section > img:nth-of-type(2) {
  right: 6.875rem;
  top: 6.875rem;
  -webkit-animation: nexus 13s ease-in-out infinite;
     -moz-animation: nexus 13s ease-in-out infinite;
       -o-animation: nexus 13s ease-in-out infinite;
          animation: nexus 13s ease-in-out infinite;
}
@media (max-width: 63.9375rem) {
  .info-section > img:nth-of-type(2) {
    right: 0.625rem;
    top: 1.25rem;
    width: 3.3125rem;
    height: 3.3125rem;
  }
}
.info-section > img:nth-of-type(3) {
  left: 6.875rem;
  bottom: 6.875rem;
  -webkit-animation: nexus 13s ease-in-out infinite;
     -moz-animation: nexus 13s ease-in-out infinite;
       -o-animation: nexus 13s ease-in-out infinite;
          animation: nexus 13s ease-in-out infinite;
  animation-direction: reverse;
}
@media (max-width: 63.9375rem) {
  .info-section > img:nth-of-type(3) {
    left: 0.625rem;
    bottom: 1.25rem;
    width: 3.3125rem;
    height: 3.3125rem;
  }
}
.info-section > img:nth-of-type(4) {
  right: 5rem;
  bottom: 6.875rem;
  -webkit-animation: csia 14s ease-in-out infinite;
     -moz-animation: csia 14s ease-in-out infinite;
       -o-animation: csia 14s ease-in-out infinite;
          animation: csia 14s ease-in-out infinite;
  animation-direction: reverse;
}
@media (max-width: 63.9375rem) {
  .info-section > img:nth-of-type(4) {
    right: 0.625rem;
    bottom: 0.625rem;
    width: 4.5rem;
    height: 4.5rem;
  }
}
.info-section .center {
  max-width: 60vw;
  font-family: "quasimoda";
  font-size: 3.0625rem;
  line-height: 3.375rem;
  font-weight: 300;
  color: #071936;
  text-align: center;
}
@media (max-width: 63.9375rem) {
  .info-section .center {
    max-width: 31.25rem;
    font-size: 1.75rem;
    line-height: 2.75rem;
  }
}
.info-section .center span {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-family: "quasimoda";
  font-weight: 700;
  padding: 0 0.3125rem;
}
.info-section .center span:before {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0.1875rem;
  z-index: -1;
  -webkit-transition: width 1s ease 0.5s;
  -o-transition: width 1s ease 0.5s;
  -moz-transition: width 1s ease 0.5s;
  transition: width 1s ease 0.5s;
  background-color: #071936;
}
@media (max-width: 63.9375rem) {
  .info-section .center span:before {
    width: 100%;
  }
}
.info-section .center span.display:before {
  width: 100%;
}

.header {
  position: absolute;
  z-index: 29;
  width: 100%;
  /* .logo-mobile{
      display: none;
      position: absolute;
      width: rems(332px);
      top: rems(8px);
      left: 50%;
      transform: translateX(-50%);

      img{
          width: 100%;
      }
  } */
  /* &.menu-color{
      .contact-btn{
          .icon-contact{
              border: 1px solid rgba(#2C3923, 0.8);
              &:before{
                  color:#2C3923;
              }
          }
      }
      .menu-btn{
          .menu-open{
              .icon-menu{
                  border: 1px solid rgba(#2C3923, 0.8);
                  &:before{
                      color:#2C3923;
                  }
              }
          }
      }
  } */
}
.header .contact-btn {
  position: fixed;
  left: 0;
  top: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  z-index: 20;
}
.header .contact-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: -webkit-calc(100% + 0.625rem);
  width: -moz-calc(100% + 0.625rem);
  width: calc(100% + 0.625rem);
  height: 100%;
  background-color: #071936;
  left: -10px;
  top: 0;
  z-index: -1;
  -webkit-transform: scaleX(0.1);
     -moz-transform: scaleX(0.1);
      -ms-transform: scaleX(0.1);
       -o-transform: scaleX(0.1);
          transform: scaleX(0.1);
  -webkit-transition: left 0.3s ease, -webkit-transform 0.3s ease;
  transition: left 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: left 0.3s ease, -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, left 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease, left 0.3s ease;
  transition: transform 0.3s ease, left 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.header .contact-btn.contact-page {
  display: none;
}
.header .contact-btn .icon_contact {
  width: 5.125rem;
  height: 3.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 0.9375rem;
  background-color: #071936;
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease;
  -o-transition: background-color 0.4s ease, border-color 0.4s ease;
  -moz-transition: background-color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease;
  /* &:before{
      content: "";
      display: block;
      width: rems(35px);
      height: rems(32px);
      background-image: url("../../images/svg/mail.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      transition: color 0.3s ease;
  } */
}
@media (min-width: 125rem) {
  .header .contact-btn .icon_contact {
    width: 6.25rem;
    height: 5rem;
    padding-right: 1.5rem;
  }
}
.header .contact-btn .icon_contact svg #a {
  -webkit-transition: fill 0.4s ease 0.3s;
  -o-transition: fill 0.4s ease 0.3s;
  -moz-transition: fill 0.4s ease 0.3s;
  transition: fill 0.4s ease 0.3s;
}
@media (min-width: 125rem) {
  .header .contact-btn .icon_contact svg #a {
    width: 2.8125rem;
    height: 2.625rem;
  }
}
.header .contact-btn .contact-text {
  font-family: "rift";
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #071936;
  margin-left: 1.25rem;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media (min-width: 125rem) {
  .header .contact-btn .contact-text {
    font-size: 1.5625rem;
    line-height: 1.75rem;
    margin-left: 1.875rem;
  }
}
.header .contact-btn .contact-close {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 64rem) {
  html.no-touch .header .contact-btn:hover:after {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
    left: 0;
  }
  html.no-touch .header .contact-btn:hover .icon-contact {
    background-color: #F4EEE4;
    border-color: #F4EEE4;
  }
  html.no-touch .header .contact-btn:hover .icon-contact:before {
    color: #819873;
  }
  html.no-touch .header .contact-btn:hover .contact-text {
    color: #ffffff;
  }
}
.header .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 2.5625rem;
  right: -webkit-calc(50% + 3.75rem);
  right: -moz-calc(50% + 3.75rem);
  right: calc(50% + 3.75rem);
  z-index: 20;
  opacity: 0;
  pointer-events: none;
}
.header .links a {
  font-family: "rift";
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #071936;
  margin-right: 1.25rem;
  display: block;
  position: relative;
}
.header .links a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  z-index: -1;
  background-color: #071936;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media (min-width: 64rem) {
  html.no-touch .header .links a:hover {
    color: #ffffff;
    /* &:after{
        transform: translateY(rems(-2px));
    } */
  }
  html.no-touch .header .links a:hover:before {
    height: -webkit-calc(100% + 0.125rem);
    height: -moz-calc(100% + 0.125rem);
    height: calc(100% + 0.125rem);
  }
}
.header .logo {
  display: block;
  position: fixed;
  width: 8.875rem;
  top: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .logo img {
  width: 100%;
}
.header .logo-crest {
  display: none;
  position: fixed;
  width: 8.125rem;
  top: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .logo-crest img {
  width: 100%;
}
.header .media-title {
  display: none;
}
.header .live-info {
  position: fixed;
  right: 0;
  bottom: 2.8125rem;
  width: 28.375rem;
  height: 1.8125rem;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header .live-info .live {
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #071936;
  width: 5.125rem;
  height: 1.8125rem;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header .live-info .live .icon-facebook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.625rem;
  height: 1.625rem;
  font-weight: 400;
  margin-right: 0.3125rem;
  line-height: normal;
}
.header .live-info .live span {
  font-family: "quasimoda";
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 0.625rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(400px, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(400px, 0, 0);
         transform: translate3d(400px, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0);
  }
}
@-o-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(400px, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(400px, 0, 0);
         transform: translate3d(400px, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0);
  }
}
.header .live-info .live-text {
  position: relative;
  width: -webkit-calc(100% - 8.125rem);
  width: -moz-calc(100% - 8.125rem);
  width: calc(100% - 8.125rem);
  overflow: hidden;
  white-space: nowrap;
  height: 100%;
}
.header .live-info .live-text .text-container {
  position: absolute;
  left: 0;
  top: 6px;
  font-family: "quasimoda";
  font-size: 1.0625rem;
  line-height: 0.9375rem;
  font-weight: 300;
  color: #ffffff;
  visibility: hidden;
  -webkit-animation: ticker 20s linear 0s infinite;
     -moz-animation: ticker 20s linear 0s infinite;
       -o-animation: ticker 20s linear 0s infinite;
          animation: ticker 20s linear 0s infinite;
}
.header .live-info .icon_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.75rem;
  height: 1.8125rem;
  background-color: #071936;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
}
.header .live-info .icon_arrow:before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  background-image: url("../../images/svg/arrow_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: 45%;
    -o-background-size: 45%;
       background-size: 45%;
}
.header .live-info .live-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0;
}
@media (min-width: 64rem) {
  html.no-touch .header .live-info:hover .icon_arrow {
    background-color: #ffffff;
  }
  html.no-touch .header .live-info:hover .icon_arrow::before {
    background-image: url("../../images/svg/arrow.svg");
  }
}
.header .menu-btn {
  position: fixed;
  right: 0;
  top: 1.25rem;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  z-index: 20;
  background: transparent;
  border: 0;
}
.header .menu-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: -webkit-calc(100% + 0.625rem);
  width: -moz-calc(100% + 0.625rem);
  width: calc(100% + 0.625rem);
  height: 100%;
  background-color: #071936;
  left: -10px;
  top: 0;
  z-index: -1;
  -webkit-transform: scaleX(0.1);
     -moz-transform: scaleX(0.1);
      -ms-transform: scaleX(0.1);
       -o-transform: scaleX(0.1);
          transform: scaleX(0.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.header .menu-btn .menu-text {
  font-family: "rift";
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #071936;
  margin-right: 1.25rem;
  -webkit-transition: color 0.4s ease, opacity 0.3s ease;
  -o-transition: color 0.4s ease, opacity 0.3s ease;
  -moz-transition: color 0.4s ease, opacity 0.3s ease;
  transition: color 0.4s ease, opacity 0.3s ease;
}
@media (min-width: 125rem) {
  .header .menu-btn .menu-text {
    font-size: 1.5625rem;
    line-height: 2.0625rem;
    margin-right: 2rem;
  }
}
.header .menu-btn .menu-open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 0;
  position: relative;
  cursor: pointer;
}
.header .menu-btn .menu-open .icon-menu {
  width: 5.125rem;
  height: 3.875rem;
  background-color: #071936;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0.9375rem;
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease;
  -o-transition: background-color 0.4s ease, border-color 0.4s ease;
  -moz-transition: background-color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}
@media (min-width: 125rem) {
  .header .menu-btn .menu-open .icon-menu {
    width: 6.25rem;
    height: 5rem;
    padding-left: 1.5rem;
  }
}
.header .menu-btn .menu-open .icon-menu:before {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 125rem) {
  .header .menu-btn .menu-open .icon-menu:before {
    font-size: 1.1875rem;
  }
}
.header .menu-btn .menu-close {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.header .menu-btn .menu-close .icon-close {
  width: 5.125rem;
  height: 3.875rem;
  background-color: #071936;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0.9375rem;
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease;
  -o-transition: background-color 0.4s ease, border-color 0.4s ease;
  -moz-transition: background-color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}
@media (min-width: 125rem) {
  .header .menu-btn .menu-close .icon-close {
    width: 6.25rem;
    height: 5rem;
    padding-left: 1.5rem;
  }
}
.header .menu-btn .menu-close .icon-close:before {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 125rem) {
  .header .menu-btn .menu-close .icon-close:before {
    font-size: 1.1875rem;
  }
}
.header .menu-btn.no-text .menu-text {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 64rem) {
  .header .menu-btn:hover:after {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
  }
  .header .menu-btn:hover .menu-text {
    color: #ffffff !important;
  }
}
.header.display-menu {
  z-index: 30 !important;
}
.header.display-menu .contact-btn .icon-contact:before {
  color: #071936;
}
@media (max-width: 48rem) {
  .header.display-menu .contact-btn .icon-contact:before {
    color: #071936;
  }
}
.header.display-menu .contact-btn .contact-text {
  color: #071936;
}
@media (max-width: 48rem) {
  .header.display-menu .contact-btn .contact-text {
    color: #071936;
  }
}
.header.display-menu .links {
  opacity: 1;
  pointer-events: all;
}
.header.display-menu .menu-btn .menu-text {
  color: #071936;
}
@media (max-width: 48rem) {
  .header.display-menu .menu-btn .menu-text {
    color: #071936;
  }
}
.header.display-menu .menu-btn .menu-open {
  display: none;
}
.header.display-menu .menu-btn .menu-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header.display-menu .menu-btn .menu-close .icon-close:before {
  color: #ffffff;
}
@media (max-width: 48rem) {
  .header.display-menu .menu-btn .menu-close .icon-close:before {
    color: #AA853A;
  }
}
.header.csms .contact-btn:after {
  background-color: #ffffff;
}
.header.csms .contact-btn .icon_contact {
  background-color: #ffffff;
}
.header.csms .contact-btn .icon_contact svg #a {
  fill: #75568C;
}
.header.csms .contact-btn .contact-text {
  color: #ffffff;
}
html.no-touch .header.csms .contact-btn:hover .contact-text {
  color: #75568C;
}
.header.csia .contact-btn:after {
  background-color: #ffffff;
}
.header.csia .contact-btn .icon_contact {
  background-color: #ffffff;
}
.header.csia .contact-btn .icon_contact svg #a {
  fill: #8C2A2A;
}
.header.csia .contact-btn .contact-text {
  color: #ffffff;
}
html.no-touch .header.csia .contact-btn:hover .contact-text {
  color: #8C2A2A;
}
.header.nexus .contact-btn:after {
  background-color: #ffffff;
}
.header.nexus .contact-btn .icon_contact {
  background-color: #ffffff;
}
.header.nexus .contact-btn .icon_contact svg #a {
  fill: #000000;
}
.header.nexus .contact-btn .contact-text {
  color: #ffffff;
}
html.no-touch .header.nexus .contact-btn:hover .contact-text {
  color: #000000;
}
.header.sixthform .contact-btn:after {
  background-color: #ffffff;
}
.header.sixthform .contact-btn .icon_contact {
  background-color: #ffffff;
}
.header.sixthform .contact-btn .icon_contact svg #a {
  fill: #E94F1B;
}
.header.sixthform .contact-btn .contact-text {
  color: #ffffff;
}
html.no-touch .header.sixthform .contact-btn:hover .contact-text {
  color: #E94F1B;
}
@media (min-width: 48rem) {
  .header.sticky .contact-btn .icon-contact {
    background-color: rgba(244, 238, 228, 0.5);
  }
  .header.sticky .contact-btn .icon-contact:before {
    color: #071936;
  }
  .header.sticky .contact-btn .contact-text {
    display: none;
  }
  .header.sticky .menu-btn .menu-text {
    display: none;
  }
}
body.noHeader.default .header .contact-btn .contact-text {
  color: #ffffff;
}

body.noHeader.pageTitle-no-header-page:not(.csia):not(.csms):not(.nexus):not(.sixthform) .header .contact-btn .contact-text {
  color: #ffffff;
}

body.secondLvl .header .logo, body.sharedTemplates .header .logo, body.noHeader .header .logo {
  display: none;
  position: absolute;
}
body.secondLvl .header .logo-crest, body.sharedTemplates .header .logo-crest, body.noHeader .header .logo-crest {
  display: block;
  position: absolute;
  top: 1.25rem;
}
body.secondLvl .header .live-info, body.sharedTemplates .header .live-info, body.noHeader .header .live-info {
  display: none;
}
body.secondLvl .header .menu-btn .menu-text, body.sharedTemplates .header .menu-btn .menu-text, body.noHeader .header .menu-btn .menu-text {
  color: #ffffff;
}
@media (max-width: 48rem) {
  body.secondLvl .header .logo, body.sharedTemplates .header .logo, body.noHeader .header .logo {
    display: none;
  }
  body.secondLvl .header .logo-crest, body.sharedTemplates .header .logo-crest, body.noHeader .header .logo-crest {
    top: 3.75rem;
    width: 3rem;
  }
  body.secondLvl .header .logo-mobile, body.sharedTemplates .header .logo-mobile, body.noHeader .header .logo-mobile {
    display: none;
    top: 3.875rem;
  }
}
@media (min-width: 48rem) and (max-width: 63.9375rem) {
  body.secondLvl .header .logo-crest, body.sharedTemplates .header .logo-crest, body.noHeader .header .logo-crest {
    top: 5rem;
    width: 3rem;
  }
}

body.noHeader .header .live-info {
  display: none;
}
body.noHeader .header .logo {
  position: absolute;
}

body.sharedTemplates.media-template .header {
  position: fixed;
  height: 16.5625rem;
  background-color: #ffffff;
  background-image: url("../../images/img/noheader_default.png");
  background-repeat: no-repeat;
  -moz-background-size: 63%;
    -o-background-size: 63%;
       background-size: 63%;
  background-position: right;
}
body.sharedTemplates.media-template .header .logo, body.sharedTemplates.media-template .header .logo-crest, body.sharedTemplates.media-template .header .live-info {
  display: none;
}
body.sharedTemplates.media-template .header .logo {
  display: block;
  width: 6.25rem;
  top: 1.875rem;
}
@media (max-width: 500px) {
  body.sharedTemplates.media-template .header .logo {
    width: 3.125rem !important;
  }
}
body.sharedTemplates.media-template .header .media-title {
  display: block;
  font-size: clamp( 2.5rem, 2.3845007452vw + 1.3539493294rem, 3.5rem );
  color: #ffffff;
  background-color: #071936;
  font-family: "rift";
  text-transform: capitalize;
  margin-top: 9.375rem;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  padding-right: 1.875rem;
  padding-left: 1.25rem;
}
@media (max-width: 1023px) {
  body.sharedTemplates.media-template .header .media-title {
    margin-top: 7.5rem;
  }
}
@media screen and (min-width: 90.0625rem) {
  body.sharedTemplates.media-template .header .media-title {
    font-size: clamp( 3.5rem, 4.5929018789vw + -0.6364822547rem, 4.875rem );
  }
}
@media (max-width: 500px) {
  body.sharedTemplates.media-template .header .media-title {
    margin-top: 7.3125rem;
  }
}
body.sharedTemplates.media-template .header .menu-btn, body.sharedTemplates.media-template .header .contact-btn {
  top: 2.5rem;
}
body.sharedTemplates.media-template .header .menu-btn .menu-text {
  color: #071936;
}
body.sharedTemplates.media-template .header .menu-btn:hover .menu-text {
  color: #ffffff;
}
body.sharedTemplates.media-template .alert-buttons {
  display: none !important;
}
@media (max-width: 48rem) {
  body.sharedTemplates.media-template {
    background: #ffffff;
  }
  body.sharedTemplates.media-template .header {
    position: absolute;
  }
  body.sharedTemplates.media-template .header .logo {
    width: 3rem !important;
    top: 3.75rem;
  }
  body.sharedTemplates.media-template .header .logo-mobile {
    display: none;
  }
  body.sharedTemplates.media-template .header .menu-btn, body.sharedTemplates.media-template .header .contact-btn {
    top: 0;
  }
}
@media (max-width: 63.9375rem) {
  body.sharedTemplates.media-template {
    background: #ffffff;
  }
  body.sharedTemplates.media-template .header {
    position: absolute;
  }
  body.sharedTemplates.media-template .header .logo {
    width: 3.125rem !important;
    top: 4rem !important;
    position: absolute;
  }
  body.sharedTemplates.media-template .header .logo-crest {
    width: 3rem;
    display: none;
  }
  body.sharedTemplates.media-template .header .contact-btn, body.sharedTemplates.media-template .header .menu-btn {
    top: 0 !important;
  }
  body.sharedTemplates.media-template .mtGridContainer.complete {
    margin-top: 6.25rem !important;
  }
}

body.sharedTemplates.calendar .header, body.sharedTemplates.eventDetails .header {
  position: fixed;
  height: 9.0625rem;
  background-color: #ffffff;
}
body.sharedTemplates.calendar .header .logo, body.sharedTemplates.calendar .header .logo-crest, body.sharedTemplates.calendar .header .live-info, body.sharedTemplates.eventDetails .header .logo, body.sharedTemplates.eventDetails .header .logo-crest, body.sharedTemplates.eventDetails .header .live-info {
  display: none;
}
body.sharedTemplates.calendar .header .logo, body.sharedTemplates.eventDetails .header .logo {
  display: block;
  width: 6.25rem;
  top: 1.5rem;
}
@media (max-width: 48rem) {
  body.sharedTemplates.calendar .header .logo, body.sharedTemplates.eventDetails .header .logo {
    width: 3.75rem;
    top: 3.75rem;
  }
}
body.sharedTemplates.calendar .header .menu-btn, body.sharedTemplates.calendar .header .contact-btn, body.sharedTemplates.eventDetails .header .menu-btn, body.sharedTemplates.eventDetails .header .contact-btn {
  top: 2.5rem;
}
@media (max-width: 48rem) {
  body.sharedTemplates.calendar .header, body.sharedTemplates.eventDetails .header {
    position: absolute;
  }
}
body.sharedTemplates.calendar .alert-buttons, body.sharedTemplates.eventDetails .alert-buttons {
  display: none !important;
}
body.sharedTemplates.calendar .main-hero, body.sharedTemplates.eventDetails .main-hero {
  height: 9.0625rem !important;
}
body.sharedTemplates.calendar .main-hero .fader-wrapper, body.sharedTemplates.eventDetails .main-hero .fader-wrapper {
  height: 9.0625rem !important;
}
body.sharedTemplates.calendar .alert-buttons, body.sharedTemplates.eventDetails .alert-buttons {
  display: none;
}

/* body.contact{
    .main-hero{
        .title-area{
            display: none;
        }
    }
} */
body.noHeader.sharedTemplates.contact .fader-wrapper {
  background-color: #ffffff;
}
body.noHeader.sharedTemplates.contact .fader-wrapper:after {
  display: none;
}
body.noHeader.sharedTemplates.contact .header {
  height: 9.0625rem;
}
body.noHeader.sharedTemplates.contact .header .logo, body.noHeader.sharedTemplates.contact .header .logo-crest, body.noHeader.sharedTemplates.contact .header .live-info {
  display: none;
}
body.noHeader.sharedTemplates.contact .header .logo {
  display: block;
  width: 6.25rem;
  top: 1.5rem;
}
body.noHeader.sharedTemplates.contact .header .menu-btn, body.noHeader.sharedTemplates.contact .header .contact-btn {
  top: 2.5rem;
}
@media (max-width: 63.9375rem) {
  body.noHeader.sharedTemplates.contact .header .menu-btn, body.noHeader.sharedTemplates.contact .header .contact-btn {
    top: 0;
  }
  body.noHeader.sharedTemplates.contact .header .logo {
    display: block;
    width: 3.75rem;
    top: 4.375rem;
  }
}
body.noHeader.sharedTemplates.contact .fader-wrapper {
  height: 15vh !important;
  min-height: 37vh !important;
}
@media (max-width: 48rem) {
  body.noHeader.sharedTemplates.contact .fader-wrapper {
    min-height: 27vh !important;
  }
}
body.noHeader.sharedTemplates.contact .page-title {
  background-color: #071936;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 1.25rem;
}

@media (max-width: 22.5rem) {
  .header {
    /* .logo-mobile{
        width: rems(280px);
    } */
  }
  .header .contact-btn .contact-text {
    letter-spacing: 0.01em;
  }
  .header .menu-btn .menu-text {
    letter-spacing: 0.01em;
  }
}
@media (max-width: 63.9375rem) {
  .header {
    /* .logo-mobile{
        display: block;
        top: rems(62px)
    } */
  }
  .header .logo {
    width: 3rem;
    top: 4rem;
    position: absolute;
  }
  .header .logo-crest {
    width: 3rem;
    display: none;
  }
  .header .live-info {
    display: none;
  }
  .header .contact-btn {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #071936;
    width: 50%;
    height: 3.125rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
  }
  .header .contact-btn .icon_contact {
    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    width: 3rem;
    height: 3.125rem;
  }
  .header .contact-btn .icon_contact:before {
    color: #ffffff;
  }
  .header .contact-btn .contact-text {
    color: #ffffff !important;
    margin-left: 0;
  }
  .header .contact-btn .contact-close {
    width: 100%;
    height: 100%;
    background-color: #071936;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
  }
  .header .contact-btn .contact-close .icon-close:before {
    display: block;
    color: #ffffff;
    font-size: 1.25rem;
    -webkit-transform: scaleY(0.85);
       -moz-transform: scaleY(0.85);
        -ms-transform: scaleY(0.85);
         -o-transform: scaleY(0.85);
            transform: scaleY(0.85);
    margin-right: 0.5rem;
  }
  .header .contact-btn .contact-close.display {
    opacity: 1;
    pointer-events: all;
  }
  .header .menu-btn {
    position: fixed;
    right: 0;
    top: 0;
    width: 50%;
    height: 3.125rem;
    background-color: #071936;
  }
  .header .menu-btn .menu-text {
    color: #ffffff;
    margin-right: 0;
  }
  .header .menu-btn .menu-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 3.125rem;
  }
  .header .menu-btn .menu-open .menu-text {
    position: relative;
    left: 7px;
    top: 1px;
  }
  .header .menu-btn .menu-open .icon-menu {
    width: 3.875rem;
    height: 3.125rem;
    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  .header .menu-btn .menu-open .icon-menu:before {
    color: #ffffff;
  }
  .header .menu-btn .menu-close {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 3.125rem;
  }
  .header .menu-btn .menu-close .menu-text {
    color: #ffffff;
  }
  .header .menu-btn .menu-close .icon-close {
    width: 2.25rem;
    height: 2.625rem;
    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  .header .menu-btn .menu-close .icon-close:before {
    color: #ffffff !important;
    -webkit-transform: scaleX(1.15);
       -moz-transform: scaleX(1.15);
        -ms-transform: scaleX(1.15);
         -o-transform: scaleX(1.15);
            transform: scaleX(1.15);
  }
  .header .links {
    position: fixed;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.125rem;
    z-index: 20;
  }
  .header .links a {
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #ffffff;
    margin-right: 0;
    background-color: #071936;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    height: 3.125rem;
    position: relative;
  }
  .header .links a:after {
    display: none;
  }
  .header .links a:nth-child(1):before {
    content: "|";
    color: #564000;
    position: absolute;
    right: 0;
  }
  .header.display-menu .contact-btn .icon-contact {
    border: 0;
  }
  .header.display-menu .menu-btn .menu-close .icon-close {
    border: 0;
  }

  body.sharedTemplates.calendar .header, body.sharedTemplates.eventDetails .header {
    height: 3.125rem;
  }
  body.sharedTemplates.calendar .header .logo-mobile, body.sharedTemplates.eventDetails .header .logo-mobile {
    display: none;
  }
  body.sharedTemplates.calendar .header .menu-btn, body.sharedTemplates.calendar .header .contact-btn, body.sharedTemplates.eventDetails .header .menu-btn, body.sharedTemplates.eventDetails .header .contact-btn {
    top: 0;
  }
  body.sharedTemplates.calendar .alert-buttons, body.sharedTemplates.eventDetails .alert-buttons {
    display: none !important;
  }
  body.sharedTemplates.calendar .main-hero, body.sharedTemplates.eventDetails .main-hero {
    display: none;
  }
}
@media (max-width: 63.9375rem) {
  .header.display-menu .links {
    right: -webkit-calc(50% + 1.25rem);
    right: -moz-calc(50% + 1.25rem);
    right: calc(50% + 1.25rem);
  }
}
@media only screen and (min-width: 120.0625rem) and (min-height: 56.25rem) {
  html {
    font-size: 110%;
  }
}
@media only screen and (min-width: 137.5rem) and (min-height: 60rem) {
  html {
    font-size: 115%;
  }
}
@media only screen and (min-width: 156.25rem) and (min-height: 62.5rem) {
  html {
    font-size: 120%;
  }
}
@media only screen and (min-width: 187.5rem) and (min-height: 68.75rem) {
  html {
    font-size: 125%;
  }
}

footer {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  z-index: 27;
  background-color: #ffffff;
}
footer .footer-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
footer .footer-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .strapline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #071936;
  z-index: 4;
  padding-top: 5rem;
}
footer .strapline .first-line {
  font-family: "rift";
  font-size: 5.75rem;
  font-weight: 700;
  line-height: 6.25rem;
  text-transform: uppercase;
}
footer .strapline .first-line span {
  font-size: 3.25rem;
  font-weight: 300;
  font-style: italic;
  line-height: 3.875rem;
  position: relative;
  left: 0.9375rem;
}
footer .strapline .second-line {
  font-family: "rift";
  font-size: 4.75rem;
  line-height: 5.6875rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
}
footer .strapline .second-line span {
  position: relative;
}
footer .strapline .second-line span i {
  display: block;
  position: absolute;
  left: -50vw;
  top: 10%;
  width: 0vw;
  height: 85%;
  z-index: -1;
  background-color: #071936;
  -webkit-transition: width 1s ease;
  -o-transition: width 1s ease;
  -moz-transition: width 1s ease;
  transition: width 1s ease;
}
footer .cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 4;
  margin-top: 1.875rem;
}
footer .cta .cta-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.125rem 1.125rem;
  min-width: 17.125rem;
  margin: 0 0.625rem;
  color: #ffffff;
  font-family: "rift";
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
  position: relative;
}
footer .cta .cta-btn:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #071936;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
footer .cta .cta-btn:hover {
  color: #071936;
}
footer .cta .cta-btn:hover:before {
  width: 0%;
}
footer .middle {
  position: relative;
  padding: 1.25rem 0;
  margin: 1.875rem 0 0.3125rem;
}
footer .middle .bg {
  position: absolute;
  left: -40vw;
  top: 0;
  width: 0vw;
  height: 100%;
  z-index: 0;
  background-color: #DEDEDE;
  -webkit-transition: width 1s ease;
  -o-transition: width 1s ease;
  -moz-transition: width 1s ease;
  transition: width 1s ease;
}
footer .promos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem 0;
  position: relative;
}
footer .promos .promo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.25rem;
  margin: 0 1.375rem;
}
footer .promos .promo:hover img {
  opacity: 0.5;
}
footer .promos .promo img {
  display: block;
  max-height: 100%;
  width: auto;
  max-width: 5rem;
  margin-right: 1rem;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
footer .promos .promo .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .promos .promo .title {
  font-family: "rift";
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: #071936;
}
footer .promos .promo .content {
  font-family: "rift";
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.125rem;
  text-transform: uppercase;
  color: #071936;
}
footer .promos > a:last-of-type img {
  width: 80px;
  height: auto;
}
footer .site-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 4;
  margin-top: 0.625rem;
  width: 100%;
}
footer .site-info .col {
  width: 30%;
  max-width: 18.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .site-info .col h3 {
  font-family: "rift";
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #071936;
}
footer .site-info .phone {
  font-family: "quasimoda";
  font-size: 1rem;
  line-height: 1.6875rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #071936;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.75rem;
  position: relative;
}
footer .site-info .phone .icon-phone {
  margin-right: 0.3125rem;
  margin-top: 0.3125rem;
}
footer .site-info .phone .icon-phone:before {
  font-size: 1rem;
  color: #071936;
}
footer .site-info .phone span:not(.icon-phone) {
  position: relative;
}
footer .site-info .phone span:not(.icon-phone):before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background-color: #071936;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
footer .site-info .phone:hover {
  color: #ffffff;
}
footer .site-info .phone:hover span:not(.icon-phone):before {
  height: 100%;
}
footer .site-info .address {
  font-family: "quasimoda";
  font-size: 1rem;
  line-height: 1.6875rem;
  font-weight: 300;
  color: #071936;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: 0.75rem;
}
footer .site-info .map {
  font-family: "quasimoda";
  font-size: 1rem;
  line-height: 1.6875rem;
  font-weight: 300;
  color: #071936;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
  text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
footer .site-info .map .icon-map_pin {
  margin-right: 0.3125rem;
  margin-top: 0.3125rem;
}
footer .site-info .map .icon-map_pin:before {
  font-size: 1rem;
  color: #071936;
}
footer .site-info .map span:not(.icon-map_pin) {
  position: relative;
}
footer .site-info .map span:not(.icon-map_pin):before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background-color: #071936;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
footer .site-info .map:hover {
  color: #ffffff;
}
footer .site-info .map:hover span:not(.icon-map_pin):before {
  height: 100%;
}
footer .site-info .keylinks .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.3125rem;
}
footer .site-info .keylinks .links a {
  font-family: "quasimoda";
  font-size: 1rem;
  line-height: 1.6875rem;
  font-weight: 300;
  color: #071936;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
  margin-top: 0.3125rem;
  position: relative;
}
footer .site-info .keylinks .links a:before {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  bottom: 0;
  width: -webkit-calc(100% + 0.625rem);
  width: -moz-calc(100% + 0.625rem);
  width: calc(100% + 0.625rem);
  height: 0%;
  z-index: -1;
  background-color: #071936;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
footer .site-info .keylinks .links a:hover {
  color: #ffffff;
}
footer .site-info .keylinks .links a:hover:before {
  height: 100%;
}
footer .logosSocialWrapper {
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
footer .logosSocialWrapper .footerLogos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
@media (max-width: 48rem) {
  footer .logosSocialWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer .logosSocialWrapper .footerLogos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media (min-width: 48.0625rem) {
  footer .logosSocialWrapper {
    margin: 10px 0 20px;
  }
  footer .logosSocialWrapper .footerLogos {
    margin-left: 70px;
    gap: 37px;
  }
  footer .logosSocialWrapper .media {
    padding-top: 20px;
    margin-top: 0px;
  }
  footer .logosSocialWrapper .media p {
    text-align: right;
  }
}
footer .media {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: 1.875rem;
}
footer .media .title {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .media .title p {
  font-family: "quasimoda";
  font-size: 1rem;
  line-height: 1.6875rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #071936;
  text-align: center;
}
footer .media .title p span {
  display: inline-block;
  padding-left: 0.625rem;
  font-weight: 300;
  text-transform: none;
}
footer .media .media-links {
  margin-top: 0.625rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .media .media-links .channel {
  display: block;
  position: relative;
}
footer .media .media-links .channel > a {
  color: #C09949;
  padding: 0 0.375rem;
}
footer .media .media-links .channel > a i {
  pointer-events: none;
}
footer .media .media-links .channel > a i:before {
  font-size: 1.375rem;
  color: #071936;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
footer .media .media-links .channel > a:hover i:before {
  opacity: 0.5;
}
footer .media .media-links .channel .channel-schools {
  position: absolute;
  left: 0.375rem;
  bottom: 100%;
  width: 6.875rem;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-bottom: 0.3125rem;
  overflow: hidden;
}
footer .media .media-links .channel .channel-schools.open {
  opacity: 1;
  pointer-events: all;
}
footer .media .media-links .channel .channel-schools a {
  display: block;
  height: 1.75rem;
  position: relative;
  margin-bottom: 0.125rem;
}
footer .media .media-links .channel .channel-schools a:after {
  content: "";
  font-size: 1.3125rem;
  font-weight: 700;
  font-family: "rift";
  color: #071936;
  display: block;
  position: relative;
  left: 2rem;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-align: left;
  line-height: 1.75rem;
}
footer .media .media-links .channel .channel-schools a.csia:after {
  content: "CSIA";
}
footer .media .media-links .channel .channel-schools a.csia:before {
  background-color: #8C2A2A;
}
footer .media .media-links .channel .channel-schools a.csms:after {
  content: "CSMS";
}
footer .media .media-links .channel .channel-schools a.csms:before {
  background-color: #75568C;
}
footer .media .media-links .channel .channel-schools a.nexus:after {
  content: "NEXUS";
}
footer .media .media-links .channel .channel-schools a.nexus:before {
  background-color: #000000;
}
footer .media .media-links .channel .channel-schools a.sixth-form:after {
  content: "6th FORM";
}
footer .media .media-links .channel .channel-schools a.sixth-form:before {
  background-color: #F28D29;
}
footer .media .media-links .channel .channel-schools a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.75rem;
  height: 1.75rem;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
footer .media .media-links .channel .channel-schools a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.75rem;
  height: 1.75rem;
}
footer .media .media-links .channel .channel-schools a i:before {
  display: block;
  font-size: 1.25rem;
  color: #ffffff;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
footer .media .media-links .channel .channel-schools a i.icon-x:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19.417' viewBox='0 0 19 19.417'%3E%3Cpath id='X_icon' data-name='X icon' d='M1085.343-4110.638l-4.9-7.138-6.141,7.138h-1.676l7.073-8.221-7.693-11.2h5.658l5.179,7.538,6.486-7.538H1091l-7.418,8.622,7.418,10.795Z' transform='translate(1091.001 -4110.638) rotate(180)' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
html.no-touch footer .media .media-links .channel .channel-schools a:hover:before {
  width: 100%;
}
html.no-touch footer .media .media-links .channel .channel-schools a:hover:after {
  color: #ffffff;
}
footer .media .media-links .channel .channel-schools a:last-of-type {
  margin-bottom: 0;
}
footer .footer-info {
  width: 100%;
  text-align: center;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  padding: 0 1.25rem;
}
footer .footer-info p {
  display: inline-block;
  font-family: "quasimoda";
  font-size: 1rem;
  line-height: 1.6875rem;
  color: #071936;
  max-width: 45rem;
  opacity: 0.5;
}
footer .bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 4;
  width: 100%;
  height: 4.5625rem;
  background-color: #ffffff;
  padding: 0 1.875rem;
}
footer .bottom .left a, footer .bottom .right a {
  font-family: "rift";
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #071936;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
  position: relative;
}
footer .bottom .left a:before, footer .bottom .right a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background-color: #071936;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
footer .bottom .left a:after, footer .bottom .right a:after {
  content: "|";
  padding: 0.3125rem;
}
footer .bottom .left a:hover, footer .bottom .right a:hover {
  color: #ffffff;
}
footer .bottom .left a:hover:before, footer .bottom .right a:hover:before {
  height: 100%;
}
footer .bottom .left a:last-of-type:after, footer .bottom .right a:last-of-type:after {
  display: none;
}
footer .bottom .left a:first-of-type:before {
  width: -webkit-calc(100% - 0.9375rem);
  width: -moz-calc(100% - 0.9375rem);
  width: calc(100% - 0.9375rem);
}
footer .bottom .left a:first-of-type:after {
  padding-left: 10px;
}
footer .bottom .left a:first-of-type:hover:after {
  color: #071936;
}
footer .bottom .right a {
  text-transform: none;
  font-size: 1.125rem;
}
footer .bottom .right a:after {
  display: none;
}
footer .bottom .right span {
  font-family: "quasimoda";
  font-weight: 300;
  font-size: 1rem;
  color: #071936;
  text-transform: none;
}
footer .bottom .right br {
  display: none;
}
@media (max-width: 48rem) {
  footer .bottom .right br {
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1260px) {
  footer .bottom .right br:nth-of-type(2) {
    display: block;
  }
}
footer .bottom .btn-top {
  font-family: "rift";
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #071936;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 0;
  background: transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
footer .bottom .btn-top .icon_arrow:before {
  content: "";
  display: block;
  position: relative;
  width: 2.375rem;
  height: 2rem;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, -o-transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease, -moz-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  background-image: url("../../images/svg/arrow.svg");
  background-repeat: no-repeat;
  -moz-background-size: 60%;
    -o-background-size: 60%;
       background-size: 60%;
  background-position: center;
}
footer .bottom .btn-top:before {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  bottom: 0;
  width: -webkit-calc(100% + 0.625rem);
  width: -moz-calc(100% + 0.625rem);
  width: calc(100% + 0.625rem);
  height: 0%;
  z-index: -1;
  background-color: #071936;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
footer .bottom .btn-top:hover {
  color: #ffffff;
}
footer .bottom .btn-top:hover:before {
  height: -webkit-calc(100% + 0.3125rem);
  height: -moz-calc(100% + 0.3125rem);
  height: calc(100% + 0.3125rem);
}
footer .bottom .btn-top:hover .icon_arrow:before {
  background-image: url("../../images/svg/arrow_white.svg");
  -webkit-transform: translateY(-0.25rem) rotate(-90deg);
     -moz-transform: translateY(-0.25rem) rotate(-90deg);
      -ms-transform: translateY(-0.25rem) rotate(-90deg);
       -o-transform: translateY(-0.25rem) rotate(-90deg);
          transform: translateY(-0.25rem) rotate(-90deg);
}
footer.display .strapline .second-line span i {
  width: -webkit-calc(100% + 51vw + 0.625rem);
  width: -moz-calc(100% + 51vw + 0.625rem);
  width: calc(100% + 51vw + 0.625rem);
}
footer.display .middle .bg {
  width: 180vw;
}

body.secondLvl footer, body.noHeader footer, body.sharedTemplates footer {
  position: relative;
  top: 0;
  z-index: 1;
  min-height: unset;
}
body.secondLvl footer .footer-overlay, body.noHeader footer .footer-overlay, body.sharedTemplates footer .footer-overlay {
  opacity: 1;
}
body.secondLvl footer .strapline .second-line span i, body.noHeader footer .strapline .second-line span i, body.sharedTemplates footer .strapline .second-line span i {
  -webkit-transition: width 1s ease;
  -o-transition: width 1s ease;
  -moz-transition: width 1s ease;
  transition: width 1s ease;
}
body.secondLvl footer .middle .bg, body.noHeader footer .middle .bg, body.sharedTemplates footer .middle .bg {
  -webkit-transition: width 1s ease;
  -o-transition: width 1s ease;
  -moz-transition: width 1s ease;
  transition: width 1s ease;
}
body.secondLvl footer.display .strapline .second-line span i, body.noHeader footer.display .strapline .second-line span i, body.sharedTemplates footer.display .strapline .second-line span i {
  width: -webkit-calc(100% + 51vw + 0.625rem);
  width: -moz-calc(100% + 51vw + 0.625rem);
  width: calc(100% + 51vw + 0.625rem);
}
body.secondLvl footer.display .middle .bg, body.noHeader footer.display .middle .bg, body.sharedTemplates footer.display .middle .bg {
  width: 180vw;
}
@media (max-width: 48rem) {
  body.secondLvl footer.alerts, body.noHeader footer.alerts, body.sharedTemplates footer.alerts {
    padding-bottom: 0px;
  }
}

@media (max-width: 63.9375rem) {
  footer {
    position: relative;
    top: 0;
    height: auto;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  footer .strapline {
    padding-top: 5.625rem;
    padding-bottom: 0.75rem;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .strapline .first-line {
    font-size: 4rem;
    line-height: 4.125rem;
    position: relative;
    left: -9px;
  }
  footer .strapline .second-line {
    font-size: 3.75rem;
    line-height: 2.5rem;
    height: 3.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .strapline .second-line:before {
    width: 180vw;
    right: auto;
    left: -50vw;
  }
  footer .strapline .second-line span {
    position: relative;
    top: -2px;
  }
  footer .strapline .second-line span i {
    top: -10%;
    height: 130%;
    width: -webkit-calc(100% + 51vw + 0.625rem) !important;
    width: -moz-calc(100% + 51vw + 0.625rem) !important;
    width: calc(100% + 51vw + 0.625rem) !important;
  }
  footer .cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  footer .cta .cta-btn {
    padding: 1rem 1.25rem;
    min-width: 12.0625rem;
    margin: 0.375rem 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
  }
  footer .middle .bg {
    width: 180vw;
  }
  footer .promos {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 320px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin: 0 auto;
  }
  footer .promos .promo {
    height: 94px;
    margin: 20px 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .promos .promo img {
    max-height: 44px;
    width: auto;
    max-width: 5rem;
    margin-right: 0;
    margin-bottom: 10px;
  }
  footer .promos .promo .text {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .promos .promo .text .content {
    background-color: transparent;
  }
  footer .site-info {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .site-info .col {
    width: 100%;
    max-width: 18.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.5625rem;
  }
  footer .site-info .col h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  footer .site-info .phone {
    margin-top: 0.625rem;
    position: relative;
  }
  footer .site-info .phone .icon-phone {
    margin-right: 0.3125rem;
    position: absolute;
    left: -1.4375rem;
  }
  footer .site-info .phone .icon-phone:before {
    font-size: 1rem;
  }
  footer .site-info .address {
    margin-top: 0.75rem;
  }
  footer .site-info .map {
    position: relative;
  }
  footer .site-info .map .icon-map_pin {
    position: absolute;
    left: -1.125rem;
  }
  footer .site-info .keylinks {
    max-width: 100vw;
    margin-bottom: 0;
  }
  footer .site-info .keylinks h3 {
    width: 100%;
    text-align: center;
  }
  footer .site-info .keylinks a {
    text-align: center;
  }
  footer .media {
    margin-top: 0;
    padding: 1.875rem 0;
  }
  footer .media p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .media p span {
    width: 100%;
  }
  footer .media .media-links {
    margin-top: 0.625rem;
    text-align: center;
  }
  footer .media .media-links a {
    padding: 0 0.375rem;
  }
  footer .media .media-links a i:before {
    font-size: 1.375rem;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  footer .bottom {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 1.875rem 1.25rem 1.25rem;
  }
  footer .bottom .left {
    margin-bottom: 0.625rem;
  }
  footer .bottom .right {
    text-align: center;
  }
  footer .bottom .btn-top {
    position: relative;
    left: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  footer.alerts {
    padding-bottom: 50px;
  }
}
body.homepage footer .media .title span, body.default footer .media .title span {
  display: none;
}

.main-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.main-menu .menu-search, .main-menu .menu-search-mobile {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dedede;
  width: 100%;
  height: 3.3125rem;
  bottom: 0;
  padding: 0 1.625rem 0 1.625rem;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  transition: width 0.4s ease;
  z-index: 4;
}
.main-menu .menu-search .icon-search, .main-menu .menu-search-mobile .icon-search {
  background: transparent;
  border: 0;
  position: relative;
  cursor: pointer;
}
.main-menu .menu-search .icon-search:before, .main-menu .menu-search-mobile .icon-search:before {
  color: #071936;
  font-size: 1.375rem;
  -webkit-transition: font-size 0.4s ease;
  -o-transition: font-size 0.4s ease;
  -moz-transition: font-size 0.4s ease;
  transition: font-size 0.4s ease;
}
.main-menu .menu-search .search-text, .main-menu .menu-search-mobile .search-text {
  font-family: "quasimoda";
  background: transparent;
  border: 0;
  font-size: 1rem;
  text-transform: capitalize;
  color: #071936;
  width: 70%;
  padding: 0.9375rem 0.625rem;
}
.main-menu .menu-search .search-text::-webkit-input-placeholder, .main-menu .menu-search-mobile .search-text::-webkit-input-placeholder {
  color: #071936;
  font-size: 1rem;
  text-transform: capitalize;
}
.main-menu .menu-search .search-text:-moz-placeholder, .main-menu .menu-search-mobile .search-text:-moz-placeholder {
  color: #071936;
  font-size: 1rem;
  text-transform: capitalize;
}
.main-menu .menu-search .search-text::-moz-placeholder, .main-menu .menu-search-mobile .search-text::-moz-placeholder {
  color: #071936;
  font-size: 1rem;
  text-transform: capitalize;
}
.main-menu .menu-search .search-text:-ms-input-placeholder, .main-menu .menu-search-mobile .search-text:-ms-input-placeholder {
  color: #071936;
  font-size: 1rem;
  text-transform: capitalize;
}
.main-menu .menu-search .search-text::-ms-input-placeholder, .main-menu .menu-search-mobile .search-text::-ms-input-placeholder {
  color: #071936;
  font-size: 1rem;
  text-transform: capitalize;
}
.main-menu .menu-search .search-text::placeholder, .main-menu .menu-search-mobile .search-text::placeholder {
  color: #071936;
  font-size: 1rem;
  text-transform: capitalize;
}
.main-menu .menu-search .search-text::-moz-placeholder, .main-menu .menu-search-mobile .search-text::-moz-placeholder {
  color: #071936;
  font-size: 1rem;
  text-transform: capitalize;
}
.main-menu .menu-search .search-text::-webkit-input-placeholder, .main-menu .menu-search-mobile .search-text::-webkit-input-placeholder {
  color: #071936;
  font-size: 1rem;
  text-transform: capitalize;
}
.main-menu .menu-search .search-text::-moz-placeholder, .main-menu .menu-search-mobile .search-text::-moz-placeholder {
  color: #071936;
  font-size: 1rem;
  text-transform: capitalize;
}
.main-menu .menu-search .search-text:-ms-input-placeholder, .main-menu .menu-search-mobile .search-text:-ms-input-placeholder {
  color: #071936;
  font-size: 1rem;
  text-transform: capitalize;
}
.main-menu .menu-search .icon_arrow, .main-menu .menu-search-mobile .icon_arrow {
  background: transparent;
  border: 0;
  position: relative;
  cursor: pointer;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("../../images/svg/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: 70%;
    -o-background-size: 70%;
       background-size: 70%;
}
.main-menu .menu-search-mobile {
  bottom: 2.75rem;
  display: none;
  padding: 0 1.625rem 0 2.625rem;
}
.main-menu .menu-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 3;
  background-color: #ffffff;
}
.main-menu .menu-left .tree {
  display: none;
}
.main-menu .menu-left .pannel, .main-menu .menu-left .pannel-3, .main-menu .menu-left .pannel-2, .main-menu .menu-left .pannel-1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: width 0.4s, left 0.4s ease;
  -o-transition: width 0.4s, left 0.4s ease;
  -moz-transition: width 0.4s, left 0.4s ease;
  transition: width 0.4s, left 0.4s ease;
}
.main-menu .menu-left .pannel-inner, .main-menu .menu-left .pannel-3-inner, .main-menu .menu-left .pannel-2-inner, .main-menu .menu-left .pannel-1-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transition: width 0.4s, height 0.4s, margin-top 0.4s, margin-bottom 0.4s ease;
  -o-transition: width 0.4s, height 0.4s, margin-top 0.4s, margin-bottom 0.4s ease;
  -moz-transition: width 0.4s, height 0.4s, margin-top 0.4s, margin-bottom 0.4s ease;
  transition: width 0.4s, height 0.4s, margin-top 0.4s, margin-bottom 0.4s ease;
}
.main-menu .menu-left .pannel-content, .main-menu .menu-left .pannel-3-content, .main-menu .menu-left .pannel-2-content, .main-menu .menu-left .pannel-1-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: auto 0;
  -webkit-transition: width 0.4s, left 0.4s ease;
  -o-transition: width 0.4s, left 0.4s ease;
  -moz-transition: width 0.4s, left 0.4s ease;
  transition: width 0.4s, left 0.4s ease;
}
.main-menu .menu-left .pannel-content li div a, .main-menu .menu-left .pannel-3-content li div a, .main-menu .menu-left .pannel-2-content li div a, .main-menu .menu-left .pannel-1-content li div a {
  font-family: "rift";
  -webkit-transition: font-size 0.4s ease;
  -o-transition: font-size 0.4s ease;
  -moz-transition: font-size 0.4s ease;
  transition: font-size 0.4s ease;
}
.main-menu .menu-left .pannel-content li div a .sub-title, .main-menu .menu-left .pannel-3-content li div a .sub-title, .main-menu .menu-left .pannel-2-content li div a .sub-title, .main-menu .menu-left .pannel-1-content li div a .sub-title {
  font-family: "quasimoda";
  font-size: 0.75rem;
  text-transform: none;
  font-weight: 600;
  display: block;
  letter-spacing: 0;
  color: rgba(61, 64, 69, 0.5);
}
.main-menu .menu-left .pannel-content li div i, .main-menu .menu-left .pannel-3-content li div i, .main-menu .menu-left .pannel-2-content li div i, .main-menu .menu-left .pannel-1-content li div i, .main-menu .menu-left .pannel-content li div u, .main-menu .menu-left .pannel-3-content li div u, .main-menu .menu-left .pannel-2-content li div u, .main-menu .menu-left .pannel-1-content li div u {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: margin-bottom 0.4s ease;
  -o-transition: margin-bottom 0.4s ease;
  -moz-transition: margin-bottom 0.4s ease;
  transition: margin-bottom 0.4s ease;
  background-image: url("../../images/svg/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: 70%;
    -o-background-size: 70%;
       background-size: 70%;
  pointer-events: none;
  /* &:before{
      position: relative;
      transition: font-size 0.4s ease;
  } */
}
.main-menu .menu-left .btn-scroll, .main-menu .menu-left .pannel-3-scroll-btn, .main-menu .menu-left .pannel-2-scroll-btn, .main-menu .menu-left .pannel-1-scroll-btn {
  position: absolute;
  background: #ffffff;
  border: 0;
  right: 0.875rem;
  bottom: 1.25rem;
  width: 3.5625rem;
  height: 3.5625rem;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.main-menu .menu-left .btn-scroll:after, .main-menu .menu-left .pannel-3-scroll-btn:after, .main-menu .menu-left .pannel-2-scroll-btn:after, .main-menu .menu-left .pannel-1-scroll-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  -webkit-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.main-menu .menu-left .btn-scroll:before, .main-menu .menu-left .pannel-3-scroll-btn:before, .main-menu .menu-left .pannel-2-scroll-btn:before, .main-menu .menu-left .pannel-1-scroll-btn:before {
  font-size: 1rem;
  position: relative;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  color: #000000;
}
.main-menu .menu-left .btn-scroll:hover:after, .main-menu .menu-left .pannel-3-scroll-btn:hover:after, .main-menu .menu-left .pannel-2-scroll-btn:hover:after, .main-menu .menu-left .pannel-1-scroll-btn:hover:after {
  height: 0.9375rem;
}
.main-menu .menu-left .btn-scroll.show-scroll, .main-menu .menu-left .show-scroll.pannel-3-scroll-btn, .main-menu .menu-left .show-scroll.pannel-2-scroll-btn, .main-menu .menu-left .show-scroll.pannel-1-scroll-btn {
  opacity: 1;
  pointer-events: all;
}
.main-menu .menu-left .pannel-1 {
  left: 0;
  z-index: 1;
}
.main-menu .menu-left .pannel-1 .fade {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.3125rem;
  z-index: 0;
}
.main-menu .menu-left .pannel-1 .fade:before {
  content: "";
  display: block;
  width: 100%;
  height: 3.125rem;
  position: absolute;
  left: 0;
  top: -3.125rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}
.main-menu .menu-left .pannel-1-inner {
  margin-top: 9.375rem;
  width: -webkit-calc(100% + 2.5rem);
  width: -moz-calc(100% + 2.5rem);
  width: calc(100% + 2.5rem);
  height: -webkit-calc(100% - 9.375rem);
  height: -moz-calc(100% - 9.375rem);
  height: calc(100% - 9.375rem);
}
.main-menu .menu-left .pannel-1-content {
  width: 60%;
  min-width: 30rem;
  max-width: 36.25rem;
  padding-bottom: 5rem;
}
.main-menu .menu-left .pannel-1-content li {
  list-style-type: none;
  margin: 0.625rem 0;
  width: 100%;
}
.main-menu .menu-left .pannel-1-content li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.main-menu .menu-left .pannel-1-content li div a {
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #071936;
  word-break: break-word;
  line-height: normal;
  -webkit-transition: font-size 0.4s ease;
  -o-transition: font-size 0.4s ease;
  -moz-transition: font-size 0.4s ease;
  transition: font-size 0.4s ease;
  max-width: -webkit-calc(100% - 2.5rem);
  max-width: -moz-calc(100% - 2.5rem);
  max-width: calc(100% - 2.5rem);
  /* &:after{
      content: "";
      display: block;
      width: 0px;
      height: rems(3px);
      position: relative;
      left: 0;
      bottom: 0;
      background-color: #000000;
      transition: width 0.3s ease;
  } */
}
.main-menu .menu-left .pannel-1-content li div a.active:after {
  width: 100%;
}
.main-menu .menu-left .pannel-1-content li div a.current:after {
  width: 100%;
}
.main-menu .menu-left .pannel-1-content li div i {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  text-align: right;
  pointer-events: none;
  position: relative;
  margin-right: 1.25rem;
  /* &:before{
      font-size: rems(22px);
      color: #000000;      
      transition: color 0.4s ease, transform 0.4s ease;                     
  } */
}
.main-menu .menu-left .pannel-1-content li div.current a:after {
  width: 100%;
}
.main-menu .menu-left .pannel-1-content li div.active a:after {
  width: 0%;
}
.main-menu .menu-left .pannel-1-content li div.not-active {
  opacity: 0.4;
}
.main-menu .menu-left .pannel-1-content li div:hover {
  opacity: 1;
}
.main-menu .menu-left .pannel-2 {
  left: 82%;
  width: 55%;
  background-color: #DEDEDE;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: opacity 0.4s ease, -o-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, opacity 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  overflow: visible;
  -webkit-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
  /* &:before{
      content: "";
      position: absolute;
      left: -200%;
      top: 0;
      width: 200%;
      height: 100%;
      background-color: rgba(#B1C3A6, 0.5);
  } */
}
.main-menu .menu-left .pannel-2.open {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(20%);
     -moz-transform: translateX(20%);
      -ms-transform: translateX(20%);
       -o-transform: translateX(20%);
          transform: translateX(20%);
}
.main-menu .menu-left .pannel-2 .pannel-2-close-btn {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  z-index: 4;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.main-menu .menu-left .pannel-2 .pannel-2-close-btn:before {
  font-size: 2.5rem;
}
.main-menu .menu-left .pannel-2 .pannel-2-close-btn span {
  font-size: 0;
}
.main-menu .menu-left .pannel-2 .fade {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.3125rem;
  z-index: 0;
}
.main-menu .menu-left .pannel-2 .fade:before {
  content: "";
  display: block;
  width: 100%;
  height: 3.125rem;
  position: absolute;
  left: 0;
  top: -3.125rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}
.main-menu .menu-left .pannel-2 .btn-panel-1 {
  content: "";
  position: absolute;
  left: -200%;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.main-menu .menu-left .pannel-2-bg-close {
  position: absolute;
  width: 28%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.main-menu .menu-left .pannel-2-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.main-menu .menu-left .pannel-2-inner {
  width: -webkit-calc(100% + 2.5rem);
  width: -moz-calc(100% + 2.5rem);
  width: calc(100% + 2.5rem);
  height: 100%;
}
.main-menu .menu-left .pannel-2-content {
  width: 60%;
  margin: auto 0;
  padding-top: 2.5rem;
  -webkit-transition: margin-left 0.3s ease, width 0.3s ease;
  -o-transition: margin-left 0.3s ease, width 0.3s ease;
  -moz-transition: margin-left 0.3s ease, width 0.3s ease;
  transition: margin-left 0.3s ease, width 0.3s ease;
}
.main-menu .menu-left .pannel-2-content li {
  list-style-type: none;
  padding: 1rem 0;
  width: 100%;
}
.main-menu .menu-left .pannel-2-content li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-menu .menu-left .pannel-2-content li div a {
  font-family: "quasimoda";
  font-size: 1.25rem;
  text-transform: capitalize;
  color: #071936;
  font-weight: 500;
  word-break: break-word;
  letter-spacing: 0.08em;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.main-menu .menu-left .pannel-2-content li div a span {
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main-menu .menu-left .pannel-2-content li div a span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  transition: height 0.3s ease;
  background-color: #071936;
  z-index: -1;
}
.main-menu .menu-left .pannel-2-content li div a.active:after {
  width: 100%;
}
.main-menu .menu-left .pannel-2-content li div a.current {
  text-decoration: underline;
}
.main-menu .menu-left .pannel-2-content li div a.current:after {
  width: 100%;
}
.main-menu .menu-left .pannel-2-content li div i {
  min-width: 2rem;
  min-height: 2rem;
  position: relative;
  margin-right: 1.25rem;
}
.main-menu .menu-left .pannel-2-content li div u {
  width: 2rem;
  height: 2rem;
}
.main-menu .menu-left .pannel-2-content li div.current a {
  color: #ffffff;
}
.main-menu .menu-left .pannel-2-content li div.current a span:before {
  height: 100%;
}
.main-menu .menu-left .pannel-2-content li div:hover {
  opacity: 1;
}
.main-menu .menu-left .pannel-2-content li div:hover a {
  color: #ffffff;
}
.main-menu .menu-left .pannel-2-content li div:hover a span:before {
  height: 100%;
}
.main-menu .menu-left .pannel-2-content li div.not-active {
  opacity: 0.4;
}
.main-menu .menu-left .pannel-3 {
  left: 136%;
  width: 54%;
  background-color: #ffffff;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: opacity 0.4s ease, -o-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, opacity 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  overflow: visible;
  -webkit-box-shadow: 0px 20px 33px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 20px 33px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 33px rgba(0, 0, 0, 0.2);
}
.main-menu .menu-left .pannel-3.open {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(20%);
     -moz-transform: translateX(20%);
      -ms-transform: translateX(20%);
       -o-transform: translateX(20%);
          transform: translateX(20%);
}
.main-menu .menu-left .pannel-3 .pannel-3-close-btn {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  z-index: 4;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.main-menu .menu-left .pannel-3 .pannel-3-close-btn:before {
  font-size: 2.5rem;
}
.main-menu .menu-left .pannel-3 .pannel-3-close-btn span {
  font-size: 0;
}
.main-menu .menu-left .pannel-3 .fade {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.3125rem;
  z-index: 0;
}
.main-menu .menu-left .pannel-3 .fade:before {
  content: "";
  display: block;
  width: 100%;
  height: 3.125rem;
  position: absolute;
  left: 0;
  top: -3.125rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}
.main-menu .menu-left .pannel-3 .btn-panel-1 {
  content: "";
  position: absolute;
  left: -200%;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.main-menu .menu-left .pannel-3-bg-close {
  position: absolute;
  width: 28%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.main-menu .menu-left .pannel-3-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.main-menu .menu-left .pannel-3-inner {
  width: -webkit-calc(100% + 2.5rem);
  width: -moz-calc(100% + 2.5rem);
  width: calc(100% + 2.5rem);
  height: 100%;
}
.main-menu .menu-left .pannel-3-content {
  width: 60%;
  margin: auto 0;
  padding-top: 2.5rem;
  -webkit-transition: margin-left 0.3s ease, width 0.3s ease;
  -o-transition: margin-left 0.3s ease, width 0.3s ease;
  -moz-transition: margin-left 0.3s ease, width 0.3s ease;
  transition: margin-left 0.3s ease, width 0.3s ease;
}
.main-menu .menu-left .pannel-3-content li {
  list-style-type: none;
  padding: 0.75rem 0;
  width: 100%;
}
.main-menu .menu-left .pannel-3-content li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-menu .menu-left .pannel-3-content li div a {
  font-family: "quasimoda";
  font-size: 1.125rem;
  text-transform: capitalize;
  color: #071936;
  font-weight: 500;
  word-break: break-word;
  letter-spacing: 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.main-menu .menu-left .pannel-3-content li div a span {
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main-menu .menu-left .pannel-3-content li div a span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  transition: height 0.3s ease;
  background-color: #071936;
  z-index: -1;
}
.main-menu .menu-left .pannel-3-content li div a.active:after {
  width: 100%;
}
.main-menu .menu-left .pannel-3-content li div a.current {
  text-decoration: underline;
}
.main-menu .menu-left .pannel-3-content li div a.current:after {
  width: 100%;
}
.main-menu .menu-left .pannel-3-content li div i {
  position: relative;
  margin-right: 1.25rem;
}
.main-menu .menu-left .pannel-3-content li div u {
  width: 2rem;
  height: 2rem;
}
.main-menu .menu-left .pannel-3-content li div.current a {
  color: #ffffff;
}
.main-menu .menu-left .pannel-3-content li div.current a span:before {
  height: 100%;
}
.main-menu .menu-left .pannel-3-content li div:hover a {
  color: #ffffff;
}
.main-menu .menu-left .pannel-3-content li div:hover a span:before {
  height: 100%;
}
.main-menu .menu-left .pannel-3-content li div.not-active {
  opacity: 0.4;
}
.main-menu .menu-left .btn-close-panel {
  width: 100%;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-menu .menu-left .btn-close-panel i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-right: 0.625rem;
  background-image: url("../../images/svg/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: 70%;
    -o-background-size: 70%;
       background-size: 70%;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-menu .menu-left .btn-close-panel span {
  font-family: "rift";
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.08em;
  color: #071936;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-word;
  margin-bottom: 0.75rem;
}
.main-menu .menu-left .btn-close-panel div {
  font-family: "quasimoda";
  font-size: 2rem;
  line-height: normal;
  letter-spacing: 0.06em;
  color: rgba(7, 25, 54, 0.63);
  word-break: break-word;
  text-transform: uppercase;
  display: none;
}
.main-menu .menu-left .btn-close-panel .sub-title {
  display: none;
}
.main-menu .menu-left .menu-plus {
  display: block !important;
  position: relative;
  width: 0.8125rem;
  height: 0.8125rem;
}
.main-menu .menu-left .menu-plus:after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 1px;
  background-color: #4C673A;
  left: 0.0625rem;
  top: 0.375rem;
  -webkit-transition: width 0.3s ease, background-color 0.3s ease;
  -o-transition: width 0.3s ease, background-color 0.3s ease;
  -moz-transition: width 0.3s ease, background-color 0.3s ease;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.main-menu .menu-left .menu-plus:before {
  content: "";
  position: absolute;
  height: 0.75rem;
  width: 1px;
  background-color: #4C673A;
  left: 0.375rem;
  top: 0.0625rem;
  -webkit-transition: height 0.3s ease, top 0.3s ease;
  -o-transition: height 0.3s ease, top 0.3s ease;
  -moz-transition: height 0.3s ease, top 0.3s ease;
  transition: height 0.3s ease, top 0.3s ease;
}
.main-menu .menu-left .menu-plus.open:before {
  height: 0px;
  top: 0.375rem;
}
.main-menu .menu-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  -o-transition: -o-transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out, -moz-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out, -moz-transform 1s ease-in-out, -o-transform 1s ease-in-out;
  z-index: 0;
}
.main-menu .menu-right .menu-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: -webkit-calc(100% + 1.0625rem);
  width: -moz-calc(100% + 1.0625rem);
  width: calc(100% + 1.0625rem);
  height: 100%;
}
.main-menu .menu-right .menu-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 2;
}
.main-menu .menu-right .menu-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
.main-menu .menu-right .promo-carousel {
  position: relative;
  z-index: 2;
  width: 31.5rem;
  height: 31.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* h3{
      font-family: 'fino_sans_regular';
      font-size: rems(80px);
      line-height: rems(80px);
      text-transform: uppercase;
      font-weight: 400;
      color: #4A4A49;
      position: relative;
      top: rems(40px);
      left: rems(12px);
      z-index: 4;
  } */
  /* .promo-progressbar{
      position: absolute;
      left: rems(59px);
      top: calc(100% - 8.4375rem);
      z-index: 2;
      width: rems(282px);
      height: rems(4px);
      background-color: #C09949;
  }

  .promos-nav{
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      position: absolute;
      top: 45%;
      transform: translateY(-50%);
      pointer-events: none;

      .prev, .next{
          position: relative;
          display: flex !important;
          align-items: center;
          justify-content: center;
          width: rems(20px);
          height: rems(40px);
          background: transparent;
          border: 0;
          cursor: pointer;
          pointer-events: none;

          .icon-arrow{
              display: block;
              &:before{
                  font-size: rems(22px);
                  color: #4A4A49;
                  display: block;
                  transform: rotate(90deg);
                  transition: transform 0.3s ease;
              }
          }

          &.display{
              pointer-events: all;
          }
      }

      .prev{
           &:hover{
              .icon-arrow{
                  &:before{
                      transform: translateX(rems(-4px)) rotate(90deg);
                  }
              }
          }
      }

      .next{
          .icon-arrow{
              &:before{
                  transform: rotate(-90deg);
              }
          }

           &:hover{
              .icon-arrow{
                  &:before{
                      transform: translateX(rems(4px)) rotate(-90deg);
                  }
              }
          }
      }


  } */
}
@media (min-width: 56.25rem) and (max-width: 61.25rem) {
  .main-menu .menu-right .promo-carousel {
    width: 30.625rem;
    height: 26.625rem;
  }
}
.main-menu .menu-right .promo-carousel .promos {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* .slick-track, .slick-list{
      height: 100%;
  } */
}
@media (min-width: 56.25rem) and (max-width: 61.25rem) {
  .main-menu .menu-right .promo-carousel .promos {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.main-menu .menu-right .promo-carousel .promos .promo {
  position: relative;
  width: 14.375rem;
  height: 14.375rem;
  display: inline-block;
  margin: 0.625rem;
  overflow: hidden;
}
@media (min-width: 56.25rem) and (max-width: 61.25rem) {
  .main-menu .menu-right .promo-carousel .promos .promo {
    width: 12.5rem;
    height: 12.5rem;
    margin: 0.3125rem;
  }
}
html.no-touch .main-menu .menu-right .promo-carousel .promos .promo:hover .promo-hover {
  top: 0%;
}
html.no-touch .main-menu .menu-right .promo-carousel .promos .promo:hover .promo-arrow:after {
  background-image: url("../../images/svg/arrow.svg");
}
html.no-touch .main-menu .menu-right .promo-carousel .promos .promo:hover .promo-arrow:before {
  top: 0%;
}
.main-menu .menu-right .promo-carousel .promos .promo .promo-image {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
  /* &:after{
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: rems(100px);
      z-index: 2;
      background-image: linear-gradient(to bottom, rgba(#FAF8F2, 1), rgba(#FAF8F2, 0));
  } */
}
.main-menu .menu-right .promo-carousel .promos .promo .promo-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-menu .menu-right .promo-carousel .promos .promo .promo-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #071936;
  padding: 1.25rem;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  transition: top 0.5s ease;
  z-index: 3;
}
.main-menu .menu-right .promo-carousel .promos .promo .promo-hover .promo-title {
  font-family: "rift";
  font-size: 2.5rem;
  line-height: 2.875rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  word-break: break-word;
}
.main-menu .menu-right .promo-carousel .promos .promo .promo-hover .promo-content {
  font-family: "rift";
  font-size: 2.6875rem;
  line-height: 2.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  margin-top: 0.625rem;
  word-break: break-word;
}
.main-menu .menu-right .promo-carousel .promos .promo .promo-url {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  font-size: 0;
}
.main-menu .menu-right .promo-carousel .promos .promo .promo-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: 2.4375rem;
  height: 2.25rem;
}
.main-menu .menu-right .promo-carousel .promos .promo .promo-arrow:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/svg/arrow_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: 50%;
    -o-background-size: 50%;
       background-size: 50%;
  z-index: 1;
}
.main-menu .menu-right .promo-carousel .promos .promo .promo-arrow:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  transition: top 0.5s ease;
  z-index: 0;
}
.main-menu .menu-right .promo-carousel .promos .promo.hasUrl .promo-url {
  display: block;
}
.main-menu .menu-right .cta {
  position: absolute;
  z-index: 2;
  bottom: 3.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 56.25rem) and (max-width: 59.375rem) {
  .main-menu .menu-right .cta {
    /* flex-direction: column;
    align-items: center; */
  }
  .main-menu .menu-right .cta a {
    margin-bottom: 0.625rem;
    font-size: 0.9375rem !important;
  }
}
.main-menu .menu-right .cta a {
  font-family: "quasimoda";
  font-size: 1rem;
  line-height: 1.6875rem;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  color: #071936;
  padding: 0 1.25rem;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
}
.main-menu .menu-right .cta a .icon-lock {
  margin-right: 0.625rem;
}
.main-menu .menu-right .cta a:before {
  content: "";
  display: block;
  position: absolute;
  left: 1.25rem;
  bottom: -0.125rem;
  width: -webkit-calc(100% - 2.5rem);
  width: -moz-calc(100% - 2.5rem);
  width: calc(100% - 2.5rem);
  height: 1px;
  z-index: -1;
  background-color: #071936;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.main-menu .menu-right .cta a:hover {
  color: #ffffff;
}
.main-menu .menu-right .cta a:hover:before {
  height: -webkit-calc(100% + 0.125rem);
  height: -moz-calc(100% + 0.125rem);
  height: calc(100% + 0.125rem);
}
.main-menu.open {
  opacity: 1;
  pointer-events: all;
}

body.homepage .main-menu .menu-left .pannel-1-content > li:first-child {
  pointer-events: none !important;
}

@media (max-width: 56.25rem) {
  .main-menu {
    width: 100vw;
    height: 100svh;
    overflow-y: auto;
  }
  .main-menu .menu-search {
    display: none;
  }
  .main-menu .menu-search.level2 {
    width: 100%;
  }
  .main-menu .menu-search-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu .menu-left {
    position: relative;
    width: 100vw;
    height: auto;
    min-height: 100svh;
    overflow-x: visible;
  }
  .main-menu .menu-left .pannel, .main-menu .menu-left .pannel-1, .main-menu .menu-left .pannel-2, .main-menu .menu-left .pannel-3 {
    width: 100vw;
  }
  .main-menu .menu-left .pannel-1 {
    overflow: visible;
    height: auto;
    background-color: #ffffff;
  }
  .main-menu .menu-left .pannel-1 .fade {
    display: none;
  }
  .main-menu .menu-left .pannel-1-inner {
    overflow-y: visible;
    overflow-x: visible;
    margin-top: 5rem;
    width: 100%;
    height: auto;
  }
  .main-menu .menu-left .pannel-1-content {
    min-width: 85%;
    width: -webkit-calc(100% - 5rem);
    width: -moz-calc(100% - 5rem);
    width: calc(100% - 5rem);
    padding-bottom: 0rem;
  }
  .main-menu .menu-left .pannel-1-content li {
    padding: 0.75rem 0;
  }
  .main-menu .menu-left .pannel-1-content li div a {
    font-size: 1.5625rem;
    font-weight: 600;
  }
  .main-menu .menu-left .pannel-1-content li div a .sub-title {
    font-size: 1rem;
    font-weight: 400;
  }
  .main-menu .menu-left .pannel-1-content li div i {
    margin-right: 0;
  }
  .main-menu .menu-left .pannel-1-content li div i:before {
    font-size: 1.375rem;
  }
  .main-menu .menu-left .pannel-1-scroll-btn {
    display: none;
  }
  .main-menu .menu-left .pannel-2 {
    left: -100%;
    width: 100vw;
  }
  .main-menu .menu-left .pannel-2.open {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
  .main-menu .menu-left .pannel-2 .pannel-2-close-btn {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    z-index: 4;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .main-menu .menu-left .pannel-2 .pannel-2-close-btn:before {
    font-size: 2.5rem;
  }
  .main-menu .menu-left .pannel-2 .pannel-2-close-btn span {
    font-size: 0;
  }
  .main-menu .menu-left .pannel-2 .fade {
    display: none;
  }
  .main-menu .menu-left .pannel-2-inner {
    padding-bottom: 7.5rem;
    margin-top: 5rem;
    width: 100%;
    height: -webkit-calc(100% - 6.25rem);
    height: -moz-calc(100% - 6.25rem);
    height: calc(100% - 6.25rem);
  }
  .main-menu .menu-left .pannel-2-content {
    width: -webkit-calc(100% - 5rem);
    width: -moz-calc(100% - 5rem);
    width: calc(100% - 5rem);
    margin-top: 0;
    padding-top: 0;
  }
  .main-menu .menu-left .pannel-2-content li {
    padding: 0.75rem 0;
    /*  ul{
         position: relative;
         margin-top: rems(20px);

         li{    
             padding: rems(10px) 0 rems(10px) rems(30px);

             &:before{
                 content: "";
                 display: block;
                 position: absolute;
                 left: 0;
                 top: 0;
                 width: rems(2px);
                 height: 100%;
                 background-color: #4C673A;
             }

             a{
                 font-size: rems(19px);
             }                            
         } 
     } */
  }
  .main-menu .menu-left .pannel-2-content li div a {
    font-size: 1.0625rem;
  }
  .main-menu .menu-left .pannel-2-content li div i {
    margin-right: 0px;
  }
  .main-menu .menu-left .pannel-2-scroll-btn {
    display: none;
  }
  .main-menu .menu-left .pannel-3 {
    left: 0%;
    width: 100vw;
  }
  .main-menu .menu-left .pannel-3.open {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%);
  }
  .main-menu .menu-left .pannel-2-inner {
    padding-bottom: 7.5rem;
    margin-top: 5rem;
    width: 100%;
    height: -webkit-calc(100% - 6.25rem);
    height: -moz-calc(100% - 6.25rem);
    height: calc(100% - 6.25rem);
  }
  .main-menu .menu-right {
    position: relative;
    top: auto !important;
    width: 100vw;
    left: 0;
    right: auto;
    height: 34.375rem;
    padding: 3.125rem 0;
    padding-bottom: 6.25rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 10;
  }
  .main-menu .menu-right .menu-bg {
    width: 100%;
  }
  .main-menu .menu-right .menu-bg:after {
    height: 101%;
  }
  .main-menu .menu-right .promo-carousel {
    width: auto;
    height: auto;
  }
  .main-menu .menu-right .promo-carousel h3 {
    display: none;
  }
  .main-menu .menu-right .promo-carousel .promos {
    position: relative;
    width: 16.25rem;
    height: 16.25rem;
    overflow: hidden;
  }
  .main-menu .menu-right .promo-carousel .promos .slick-track, .main-menu .menu-right .promo-carousel .promos .slick-list {
    height: 100%;
  }
  .main-menu .menu-right .promo-carousel .promos .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main-menu .menu-right .promo-carousel .promos .promo {
    position: relative;
    width: 6.875rem;
    height: 6.875rem;
    display: inline-block;
  }
  .main-menu .menu-right .promo-carousel .promos .promo .promo-image {
    position: relative;
    width: 100%;
    height: 6.875rem;
  }
  .main-menu .menu-right .promo-carousel .promos .promo .promo-image:after {
    display: none;
  }
  .main-menu .menu-right .promo-carousel .promos .promo .promo-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-menu .menu-right .promo-carousel .promos .promo p {
    font-family: "quasimoda";
    font-size: 1.0625rem;
    line-height: 1.9375rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #4A4A49;
    text-align: center;
    margin-top: 0.625rem;
  }
  .main-menu .menu-right .promo-carousel .promos .promo .promo-hover .promo-title {
    font-size: 1rem;
    line-height: normal;
    margin-top: 0;
  }
  .main-menu .menu-right .promo-carousel .promos .promo .promo-hover .promo-content {
    font-size: 1.0625rem;
    line-height: normal;
    margin-top: 0;
  }
  .main-menu .menu-right .promo-carousel .promos .promo .promo-arrow {
    height: 1.625rem;
    width: 2rem;
  }
  .main-menu .menu-right .promo-carousel .promo-progressbar {
    position: absolute;
    left: 2.8125rem;
    top: -webkit-calc(82% - 2.5rem);
    top: -moz-calc(82% - 2.5rem);
    top: calc(82% - 2.5rem);
    z-index: 2;
    width: 17.625rem;
    height: 0.25rem;
    background-color: #C09949;
  }
  .main-menu .menu-right .promo-carousel .promos-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 30%;
    pointer-events: none;
  }
  .main-menu .menu-right .promo-carousel .promos-nav .prev, .main-menu .menu-right .promo-carousel .promos-nav .next {
    position: relative;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1.25rem;
    height: 2.5rem;
    background: transparent;
    border: 0;
    cursor: pointer;
    pointer-events: none;
  }
  .main-menu .menu-right .promo-carousel .promos-nav .prev .icon-arrow, .main-menu .menu-right .promo-carousel .promos-nav .next .icon-arrow {
    display: block;
  }
  .main-menu .menu-right .promo-carousel .promos-nav .prev .icon-arrow:before, .main-menu .menu-right .promo-carousel .promos-nav .next .icon-arrow:before {
    font-size: 1rem;
    color: #4A4A49;
    display: block;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  }
  .main-menu .menu-right .promo-carousel .promos-nav .prev:hover .icon-arrow:before {
    -webkit-transform: translateX(-0.25rem) rotate(90deg);
       -moz-transform: translateX(-0.25rem) rotate(90deg);
        -ms-transform: translateX(-0.25rem) rotate(90deg);
         -o-transform: translateX(-0.25rem) rotate(90deg);
            transform: translateX(-0.25rem) rotate(90deg);
  }
  .main-menu .menu-right .promo-carousel .promos-nav .next .icon-arrow:before {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .main-menu .menu-right .promo-carousel .promos-nav .next:hover .icon-arrow:before {
    -webkit-transform: translateX(0.25rem) rotate(-90deg);
       -moz-transform: translateX(0.25rem) rotate(-90deg);
        -ms-transform: translateX(0.25rem) rotate(-90deg);
         -o-transform: translateX(0.25rem) rotate(-90deg);
            transform: translateX(0.25rem) rotate(-90deg);
  }
  .main-menu .menu-right .cta {
    position: absolute;
    z-index: 2;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    top: 20rem;
  }
  .main-menu .menu-right .cta a {
    font-family: "quasimoda";
    font-size: 1rem;
    line-height: 1.3125rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #071936;
    padding: 0 1.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 1rem;
  }
  .main-menu .menu-right .cta a .icon-lock {
    margin-right: 0.625rem;
  }
  .main-menu .menu-right .cta a:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.125rem;
    position: relative;
    left: 0;
    bottom: -0.125rem;
    background-color: #071936;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    transition: width 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
    display: none;
  }
  .main-menu .menu-right .cta a:hover:after {
    -webkit-transform: translateY(-0.125rem);
       -moz-transform: translateY(-0.125rem);
        -ms-transform: translateY(-0.125rem);
         -o-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
}
@media (min-width: 56.3125rem) and (max-width: 81.25rem) {
  .main-menu .menu-left .pannel-1-content {
    min-width: 25rem;
  }
  .main-menu .menu-left .pannel-1-content li div a {
    font-size: 1.875rem;
  }
}
/* @import "cards/story-card"; */
body:not(.contact) .contact-section {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 28;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
body:not(.contact) .contact-section.display {
  pointer-events: all;
  z-index: 30;
}
body:not(.contact) .contact-section.display .contact-box {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
body:not(.contact) .contact-section.display .contact-close {
  left: 50.8125rem;
}
body:not(.contact) .contact-section.display .contact-bg {
  opacity: 1;
}
body:not(.contact) .contact-section .contact-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
body:not(.contact) .contact-section .contact-close {
  position: absolute;
  top: 1.875rem;
  left: -9.375rem;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: left 0.6s ease;
  -o-transition: left 0.6s ease;
  -moz-transition: left 0.6s ease;
  transition: left 0.6s ease;
}
body:not(.contact) .contact-section .contact-close:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #071936;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 0;
}
body:not(.contact) .contact-section .contact-close .icon-close {
  width: 5.25rem;
  height: 3.875rem;
  background-color: #071936;
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease;
  -o-transition: background-color 0.4s ease, border-color 0.4s ease;
  -moz-transition: background-color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
body:not(.contact) .contact-section .contact-close .text-close {
  font-family: "rift";
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #071936;
  margin-left: 0.9375rem;
  -webkit-transition: color 0.4s ease, margin-left 0.4s ease;
  -o-transition: color 0.4s ease, margin-left 0.4s ease;
  -moz-transition: color 0.4s ease, margin-left 0.4s ease;
  transition: color 0.4s ease, margin-left 0.4s ease;
  position: relative;
  z-index: 1;
}
@media (min-width: 64rem) {
  body:not(.contact) .contact-section .contact-close:hover:before {
    width: -webkit-calc(100% + 0.625rem);
    width: -moz-calc(100% + 0.625rem);
    width: calc(100% + 0.625rem);
  }
  body:not(.contact) .contact-section .contact-close:hover .text-close {
    color: #ffffff;
  }
}
body:not(.contact) .contact-section .contact-box {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-130%);
     -moz-transform: translateX(-130%);
      -ms-transform: translateX(-130%);
       -o-transform: translateX(-130%);
          transform: translateX(-130%);
  width: 50.8125rem;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  -moz-transition: transform 0.6s ease, -moz-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease, -moz-transform 0.6s ease, -o-transform 0.6s ease;
}
body:not(.contact) .contact-section .contact-box h3 {
  font-family: "rift";
  font-size: 3.625rem;
  line-height: 5.1875rem;
  color: #071936;
  margin-bottom: 0.625rem;
  margin-top: 2.75rem;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 5.625rem;
}
body:not(.contact) .contact-section .contact-box .scrollbox {
  width: -webkit-calc(100% + 1.0625rem);
  width: -moz-calc(100% + 1.0625rem);
  width: calc(100% + 1.0625rem);
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #ffffff;
  padding-bottom: 4.375rem;
}
body:not(.contact) .contact-section .contact-box .contact-header {
  position: relative;
  background-color: #F7F7F7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.125rem 5.625rem;
}
body:not(.contact) .contact-section .contact-box .contact-header .site-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body:not(.contact) .contact-section .contact-box .contact-header .site-info h3 {
  font-family: "rift";
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #071936;
  margin-bottom: 0.3125rem;
  padding: 0;
}
body:not(.contact) .contact-section .contact-box .contact-header .site-info .address {
  font-family: "quasimoda";
  font-size: 1.25rem;
  line-height: 1.5625rem;
  color: #071936;
  margin-bottom: 0.3125rem;
}
body:not(.contact) .contact-section .contact-box .contact-header .site-info .map, body:not(.contact) .contact-section .contact-box .contact-header .site-info .phone {
  font-family: "quasimoda";
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6875rem;
  color: #071936;
  text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.4375rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body:not(.contact) .contact-section .contact-box .contact-header .site-info .map span:nth-of-type(2), body:not(.contact) .contact-section .contact-box .contact-header .site-info .phone span:nth-of-type(2) {
  display: inline-block;
  position: relative;
}
body:not(.contact) .contact-section .contact-box .contact-header .site-info .map:before, body:not(.contact) .contact-section .contact-box .contact-header .site-info .phone:before {
  content: "";
  display: block;
  width: -webkit-calc(100% - 0.625rem);
  width: -moz-calc(100% - 0.625rem);
  width: calc(100% - 0.625rem);
  height: 0px;
  background-color: #071936;
  position: absolute;
  left: 1.25rem;
  bottom: 0;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
body:not(.contact) .contact-section .contact-box .contact-header .site-info .map .icon-map_pin, body:not(.contact) .contact-section .contact-box .contact-header .site-info .map .icon-phone, body:not(.contact) .contact-section .contact-box .contact-header .site-info .phone .icon-map_pin, body:not(.contact) .contact-section .contact-box .contact-header .site-info .phone .icon-phone {
  position: relative;
  margin-right: 0.625rem;
}
body:not(.contact) .contact-section .contact-box .contact-header .site-info .map .icon-map_pin:before, body:not(.contact) .contact-section .contact-box .contact-header .site-info .map .icon-phone:before, body:not(.contact) .contact-section .contact-box .contact-header .site-info .phone .icon-map_pin:before, body:not(.contact) .contact-section .contact-box .contact-header .site-info .phone .icon-phone:before {
  color: #071936;
}
body:not(.contact) .contact-section .contact-box .contact-header .site-info .map:hover, body:not(.contact) .contact-section .contact-box .contact-header .site-info .phone:hover {
  color: #ffffff;
}
body:not(.contact) .contact-section .contact-box .contact-header .site-info .map:hover:before, body:not(.contact) .contact-section .contact-box .contact-header .site-info .phone:hover:before {
  height: 100%;
}
body:not(.contact) .contact-section .contact-box .contact-header .cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body:not(.contact) .contact-section .contact-box .contact-header .cta .cta-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.125rem 1.125rem;
  min-width: 14.375rem;
  margin: 0 0.625rem;
  background-color: #071936;
  color: #ffffff;
  font-family: "rift";
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
html.no-touch body:not(.contact) .contact-section .contact-box .contact-header .cta .cta-btn:hover {
  background-color: #ffffff;
  color: #071936;
}
body:not(.contact) .contact-section .contact-box .contact-header .cta > a:nth-child(1) {
  margin-bottom: 1rem;
}
body:not(.contact) .contact-section .ctForm {
  padding: 0 80px;
  background: transparent;
}
body:not(.contact) .contact-section .ctForm .ctForm__column {
  width: 100% !important;
}
body:not(.contact) .contact-section .ctForm input {
  cursor: text;
  background: transparent;
}
body:not(.contact) .contact-section .ctForm input:focus {
  cursor: text;
}
body:not(.contact) .contact-section .ctForm input:focus-visible {
  outline: 0 !important;
}
body:not(.contact) .contact-section .ctForm select {
  background: transparent;
}
body:not(.contact) .contact-section .ctForm textarea {
  background: transparent;
}
body:not(.contact) .contact-section .ctForm textarea:focus-visible {
  outline: 0 !important;
}
@media (min-width: 48rem) {
  body:not(.contact) .contact-section .ctForm .isCaptchaAndSubmit {
    width: 580px !important;
    position: absolute;
    right: 0;
  }
}
@media (max-width: 48rem) {
  body:not(.contact) .contact-section {
    height: -webkit-calc(100% - 3.125rem);
    height: -moz-calc(100% - 3.125rem);
    height: calc(100% - 3.125rem);
    top: 3.125rem;
  }
  body:not(.contact) .contact-section .contact-bg {
    display: none;
  }
  body:not(.contact) .contact-section .contact-close {
    display: none;
  }
  body:not(.contact) .contact-section .contact-box {
    width: 100%;
  }
  body:not(.contact) .contact-section .contact-box h3 {
    font-size: 2.0625rem;
    line-height: 5.1875rem;
    margin-bottom: 0;
    margin-top: 0.625rem;
    padding: 0 1.25rem;
  }
  body:not(.contact) .contact-section .contact-box .scrollbox {
    width: -webkit-calc(100% + 1.0625rem);
    width: -moz-calc(100% + 1.0625rem);
    width: calc(100% + 1.0625rem);
    height: 100%;
    padding-bottom: 4.375rem;
  }
  body:not(.contact) .contact-section .contact-box .contact-header {
    padding: 1.25rem 1.25rem;
  }
  body:not(.contact) .contact-section .contact-box .contact-header .site-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body:not(.contact) .contact-section .contact-box .contact-header .site-info .address {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
    margin-bottom: 0.3125rem;
  }
  body:not(.contact) .contact-section .contact-box .contact-header .site-info .map, body:not(.contact) .contact-section .contact-box .contact-header .site-info .phone {
    font-size: 1rem;
    line-height: 1.3125rem;
    letter-spacing: 0.08em;
    margin-top: 0.4375rem;
  }
  body:not(.contact) .contact-section .contact-box .contact-header .site-info .map .icon-arrow-menu, body:not(.contact) .contact-section .contact-box .contact-header .site-info .phone .icon-arrow-menu {
    padding-left: 0.625rem;
  }
  body:not(.contact) .contact-section .contact-box .contact-header .cta {
    position: fixed;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }
  body:not(.contact) .contact-section .contact-box .contact-header .cta .cta-btn {
    padding: 0.5rem 0;
    width: 50%;
    margin: 0;
    min-width: 0px;
    background-color: #071936;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #ffffff;
    letter-spacing: 0.02em;
    -webkit-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  body:not(.contact) .contact-section .contact-box .contact-header .cta > a:nth-child(1) {
    margin-bottom: 0;
    position: relative;
  }
  body:not(.contact) .contact-section .contact-box .contact-header .cta > a:nth-child(1):after {
    content: "|";
    position: absolute;
    right: 0;
    color: #564000;
  }
  body:not(.contact) .contact-section .ctForm {
    padding: 0 40px;
  }
}

.mediaPopup .mediaPopup__relatedHeaderWrapper .secondLvlCss {
  margin-top: 3px;
}
.mediaPopup .forMpRelated {
  pointer-events: none;
  height: 1.875rem;
  padding: 0 0.625rem;
}
.mediaPopup .forMpRelated span {
  display: none;
}
.mediaPopup .forMpRelated a {
  text-transform: none;
}

body.tab *:focus-visible {
  outline: 2px solid #071936 !important;
  outline-offset: 2px;
}
body.tab *:focus:not(:focus-visible) {
  outline: 0;
}
@media screen and (max-width: 51.875rem) {
  body.tab *:focus {
    border: 0 !important;
  }
  body.tab *:focus:not(:focus-visible) {
    border: 0 !important;
  }
}