@charset "UTF-8";
.wholeHolderAbsolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 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.2;
  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);
}

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

*:focus-visible {
  outline: none;
  /* custom focus styles */
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4);
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(var(--marqueeWidth) * -1));
            transform: translateX(calc(var(--marqueeWidth) * -1));
  }
}

@-moz-keyframes marquee {
  from {
    -moz-transform: translateX(100%);
         transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-moz-calc(var(--marqueeWidth) * -1));
         transform: translateX(calc(var(--marqueeWidth) * -1));
  }
}

@-o-keyframes marquee {
  from {
    -o-transform: translateX(100%);
       transform: translateX(100%);
  }
  to {
    -o-transform: translateX(calc(var(--marqueeWidth) * -1));
       transform: translateX(calc(var(--marqueeWidth) * -1));
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(var(--marqueeWidth) * -1));
       -moz-transform: translateX(-moz-calc(var(--marqueeWidth) * -1));
         -o-transform: translateX(calc(var(--marqueeWidth) * -1));
            transform: translateX(calc(var(--marqueeWidth) * -1));
  }
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.1);
    -moz-transform: translateY(-50%) scale(0.1);
    -o-transform: translateY(-50%) scale(0.1);
    transform: translateY(-50%) scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(1.2);
    -moz-transform: translateY(-50%) scale(1.2);
    -o-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
  }
}
@-moz-keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.1);
    -moz-transform: translateY(-50%) scale(0.1);
    -o-transform: translateY(-50%) scale(0.1);
    transform: translateY(-50%) scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(1.2);
    -moz-transform: translateY(-50%) scale(1.2);
    -o-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
  }
}
@-o-keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.1);
    -moz-transform: translateY(-50%) scale(0.1);
    -o-transform: translateY(-50%) scale(0.1);
    transform: translateY(-50%) scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(1.2);
    -moz-transform: translateY(-50%) scale(1.2);
    -o-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
  }
}
@keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.1);
    -moz-transform: translateY(-50%) scale(0.1);
    -o-transform: translateY(-50%) scale(0.1);
    transform: translateY(-50%) scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(1.2);
    -moz-transform: translateY(-50%) scale(1.2);
    -o-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
  }
}
@font-face {
  font-family: "global-icons";
  src: url("/Fonts/icons/global-icons.ttf?220ktz") format("truetype"), url("/Fonts/icons/global-icons.woff?220ktz") format("woff"), url("/Fonts/icons/global-icons.svg?220ktz#global-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fa-icons";
  src: url("/Fonts/icons/fa-icons.ttf?220ktz") format("truetype"), url("/Fonts/icons/fa-icons.woff?220ktz") format("woff"), url("/Fonts/icons/fa-icons.svg?220ktz#fa-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "social-icons";
  src: url("/Fonts/icons/social-icons.eot?ejdvaz");
  src: url("/Fonts/icons/social-icons.eot?ejdvaz#iefix") format("embedded-opentype"), url("/Fonts/icons/social-icons.ttf?ejdvaz") format("truetype"), url("/Fonts/icons/social-icons.woff?ejdvaz") format("woff"), url("/Fonts/icons/social-icons.svg?ejdvaz#social-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ficons";
  src: url("/Fonts/icons/ficons.eot?xbw3kr");
  src: url("/Fonts/icons/ficons.eot?xbw3kr#iefix") format("embedded-opentype"), url("/Fonts/icons/ficons.ttf?xbw3kr") format("truetype"), url("/Fonts/icons/ficons.woff?xbw3kr") format("woff"), url("/Fonts/icons/ficons.svg?xbw3kr#ficons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
    * only social icons
*/
.social-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "social-icons" !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;
}
.social-icon.social-blog-icon:before {
  content: "";
}
.social-icon.social-facebook-icon:before {
  content: "";
}
.social-icon.social-flickr-icon:before {
  content: "";
}
.social-icon.social-instagram-icon:before {
  content: "";
}
.social-icon.social-issuu-icon:before {
  content: "";
}
.social-icon.social-linkedin-icon:before {
  content: "";
}
.social-icon.social-pinterest-icon:before {
  content: "";
}
.social-icon.social-soundcloud-icon:before {
  content: "";
}
.social-icon.social-twitter-icon:before {
  content: "";
}
.social-icon.social-x-icon:before {
  content: "";
}
.social-icon.social-vimeo-icon:before {
  content: "";
}
.social-icon.social-youtube-icon:before {
  content: "";
}
.social-icon.social-news-icon:before {
  content: "";
}

/* end social icons */
/*
    * only global icons
*/
.global-icons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "global-icons" !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;
}
.global-icons.global-phone-icon:before {
  content: "";
  color: #fc0;
}
.global-icons.global-pin-icon:before {
  content: "";
  color: #fc0;
}
.global-icons.global-search-icon:before {
  content: "";
  color: #98aacf;
}

/* font icons */
.ficons, .alert-overlay .txt-holder .update i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ficons" !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;
}
.ficons.icon-arrow-down:before, .custom-menu .cm-levels .cm-absolute .ficons.overflow-indicator:before, .cta-holder > ul > li span.ficons:before, .alert-overlay .txt-holder .update i.icon-arrow-down:before, .alert-overlay .txt-holder .update .custom-menu .cm-levels .cm-absolute i.overflow-indicator:before, .custom-menu .cm-levels .cm-absolute .alert-overlay .txt-holder .update i.overflow-indicator:before, .section-landing .ficons.scroll-down:before, .section-landing .alert-overlay .txt-holder .update i.scroll-down:before, .alert-overlay .txt-holder .update .section-landing i.scroll-down:before {
  content: "";
}
.ficons.icon-arrow-up:before, .alert-overlay .txt-holder .update i.icon-arrow-up:before {
  content: "";
}
.ficons.icon-search:before, .alert-overlay .txt-holder .update i.icon-search:before {
  content: "";
}
.ficons.icon-lock:before, .alert-overlay .txt-holder .update i.icon-lock:before {
  content: "";
}
.ficons.icon-chevron-right:before, .alert-overlay .txt-holder .update i:before {
  content: "";
}
.ficons.icon-chevron-left:before, .alert-overlay .txt-holder .update i.icon-chevron-left:before {
  content: "";
}
.ficons.icon-chevron-down:before, .alert-overlay .txt-holder .update i.icon-chevron-down:before {
  content: "";
}
.ficons.icon-chevron-up:before, .alert-overlay .txt-holder .update i.icon-chevron-up:before {
  content: "";
}
.ficons.icon-alert:before, .alert-overlay .alert-icon i.ficons:before, .alert-overlay .txt-holder .update i.icon-alert:before, .alert-overlay .txt-holder .update .alert-icon i:before, .alert-overlay .alert-icon .txt-holder .update i:before {
  content: "";
}
.ficons.icon-notice:before, .alert-overlay .txt-holder .update i.icon-notice:before {
  content: "";
}
.ficons.icon-social-insta:before, .alert-overlay .txt-holder .update i.icon-social-insta:before {
  content: "";
}
.ficons.icon-social-youtube:before, .alert-overlay .txt-holder .update i.icon-social-youtube:before {
  content: "";
}

.fa-icons:before, .footer .scroll-top:before, .live-banner:before, .notice-overlay .close-btn:before, .notice-overlay .notice-item .txt-holder .more-icon:before, .alert-overlay .close-btn:before, .alert-overlay .alert-icon i:before, .alert-overlay .more-icon:before, .section-landing .scroll-down:before, .slick-arrow:before {
  font-family: "fa-icons" !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;
}
.fa-icons.icon-arrow-top:before, .footer .scroll-top:before, .icon-arrow-top.live-banner:before, .notice-overlay .icon-arrow-top.close-btn:before, .notice-overlay .footer .close-btn.scroll-top:before, .footer .notice-overlay .close-btn.scroll-top:before, .notice-overlay .notice-item .txt-holder .icon-arrow-top.more-icon:before, .notice-overlay .notice-item .txt-holder .footer .more-icon.scroll-top:before, .footer .notice-overlay .notice-item .txt-holder .more-icon.scroll-top:before, .alert-overlay .icon-arrow-top.close-btn:before, .alert-overlay .footer .close-btn.scroll-top:before, .footer .alert-overlay .close-btn.scroll-top:before, .alert-overlay .alert-icon i.icon-arrow-top:before, .alert-overlay .alert-icon .footer i.scroll-top:before, .footer .alert-overlay .alert-icon i.scroll-top:before, .alert-overlay .icon-arrow-top.more-icon:before, .alert-overlay .footer .more-icon.scroll-top:before, .footer .alert-overlay .more-icon.scroll-top:before, .section-landing .icon-arrow-top.scroll-down:before, .icon-arrow-top.slick-arrow:before {
  content: "";
}
.fa-icons.icon-arrow-down:before, .custom-menu .cm-levels .cm-absolute .fa-icons.overflow-indicator:before, .footer .icon-arrow-down.scroll-top:before, .footer .custom-menu .cm-levels .cm-absolute .scroll-top.overflow-indicator:before, .custom-menu .cm-levels .cm-absolute .footer .scroll-top.overflow-indicator:before, .cta-holder > ul > li span.fa-icons:before, .cta-holder > ul > li .footer span.scroll-top:before, .footer .cta-holder > ul > li span.scroll-top:before, .icon-arrow-down.live-banner:before, .custom-menu .cm-levels .cm-absolute .live-banner.overflow-indicator:before, .cta-holder > ul > li span.live-banner:before, .notice-overlay .icon-arrow-down.close-btn:before, .notice-overlay .custom-menu .cm-levels .cm-absolute .close-btn.overflow-indicator:before, .custom-menu .cm-levels .cm-absolute .notice-overlay .close-btn.overflow-indicator:before, .notice-overlay .cta-holder > ul > li span.close-btn:before, .cta-holder > ul > li .notice-overlay span.close-btn:before, .notice-overlay .notice-item .txt-holder .icon-arrow-down.more-icon:before, .notice-overlay .notice-item .txt-holder .custom-menu .cm-levels .cm-absolute .more-icon.overflow-indicator:before, .custom-menu .cm-levels .cm-absolute .notice-overlay .notice-item .txt-holder .more-icon.overflow-indicator:before, .notice-overlay .notice-item .txt-holder .cta-holder > ul > li span.more-icon:before, .cta-holder > ul > li .notice-overlay .notice-item .txt-holder span.more-icon:before, .alert-overlay .icon-arrow-down.close-btn:before, .alert-overlay .custom-menu .cm-levels .cm-absolute .close-btn.overflow-indicator:before, .custom-menu .cm-levels .cm-absolute .alert-overlay .close-btn.overflow-indicator:before, .alert-overlay .cta-holder > ul > li span.close-btn:before, .cta-holder > ul > li .alert-overlay span.close-btn:before, .alert-overlay .alert-icon i.icon-arrow-down:before, .alert-overlay .alert-icon .custom-menu .cm-levels .cm-absolute i.overflow-indicator:before, .custom-menu .cm-levels .cm-absolute .alert-overlay .alert-icon i.overflow-indicator:before, .alert-overlay .icon-arrow-down.more-icon:before, .alert-overlay .custom-menu .cm-levels .cm-absolute .more-icon.overflow-indicator:before, .custom-menu .cm-levels .cm-absolute .alert-overlay .more-icon.overflow-indicator:before, .alert-overlay .cta-holder > ul > li span.more-icon:before, .cta-holder > ul > li .alert-overlay span.more-icon:before, .section-landing .scroll-down:before, .icon-arrow-down.slick-arrow:before, .custom-menu .cm-levels .cm-absolute .slick-arrow.overflow-indicator:before, .cta-holder > ul > li span.slick-arrow:before {
  content: "";
}
.fa-icons.icon-arrow-left:before, .footer .icon-arrow-left.scroll-top:before, .icon-arrow-left.live-banner:before, .notice-overlay .icon-arrow-left.close-btn:before, .notice-overlay .notice-item .txt-holder .icon-arrow-left.more-icon:before, .alert-overlay .icon-arrow-left.close-btn:before, .alert-overlay .alert-icon i.icon-arrow-left:before, .alert-overlay .icon-arrow-left.more-icon:before, .section-landing .icon-arrow-left.scroll-down:before, .icon-arrow-left.slick-arrow:before, .slick-arrow.slick-prev:before {
  content: "";
}
.fa-icons.icon-arrow-right:before, .promo-card .fa-icons.txt-holder:before, .cards-card .fa-icons.cards-card-content:before, .staff-card .fa-icons.staff-card-content:before, .footer .icon-arrow-right.scroll-top:before, .footer .promo-card .scroll-top.txt-holder:before, .promo-card .footer .scroll-top.txt-holder:before, .footer .cards-card .scroll-top.cards-card-content:before, .cards-card .footer .scroll-top.cards-card-content:before, .footer .staff-card .scroll-top.staff-card-content:before, .staff-card .footer .scroll-top.staff-card-content:before, .icon-arrow-right.live-banner:before, .promo-card .live-banner.txt-holder:before, .cards-card .live-banner.cards-card-content:before, .staff-card .live-banner.staff-card-content:before, .notice-overlay .icon-arrow-right.close-btn:before, .notice-overlay .promo-card .close-btn.txt-holder:before, .promo-card .notice-overlay .close-btn.txt-holder:before, .notice-overlay .cards-card .close-btn.cards-card-content:before, .cards-card .notice-overlay .close-btn.cards-card-content:before, .notice-overlay .staff-card .close-btn.staff-card-content:before, .staff-card .notice-overlay .close-btn.staff-card-content:before, .notice-overlay .notice-item .txt-holder .icon-arrow-right.more-icon:before, .notice-overlay .notice-item .txt-holder .promo-card .more-icon.txt-holder:before, .promo-card .notice-overlay .notice-item .txt-holder .more-icon.txt-holder:before, .notice-overlay .notice-item .txt-holder .cards-card .more-icon.cards-card-content:before, .cards-card .notice-overlay .notice-item .txt-holder .more-icon.cards-card-content:before, .notice-overlay .notice-item .txt-holder .staff-card .more-icon.staff-card-content:before, .staff-card .notice-overlay .notice-item .txt-holder .more-icon.staff-card-content:before, .alert-overlay .icon-arrow-right.close-btn:before, .alert-overlay .promo-card .close-btn.txt-holder:before, .promo-card .alert-overlay .close-btn.txt-holder:before, .alert-overlay .cards-card .close-btn.cards-card-content:before, .cards-card .alert-overlay .close-btn.cards-card-content:before, .alert-overlay .staff-card .close-btn.staff-card-content:before, .staff-card .alert-overlay .close-btn.staff-card-content:before, .alert-overlay .alert-icon i.icon-arrow-right:before, .alert-overlay .alert-icon .promo-card i.txt-holder:before, .promo-card .alert-overlay .alert-icon i.txt-holder:before, .alert-overlay .alert-icon .cards-card i.cards-card-content:before, .cards-card .alert-overlay .alert-icon i.cards-card-content:before, .alert-overlay .alert-icon .staff-card i.staff-card-content:before, .staff-card .alert-overlay .alert-icon i.staff-card-content:before, .alert-overlay .fa-icons.more-icon:before, .alert-overlay .footer .more-icon.scroll-top:before, .footer .alert-overlay .more-icon.scroll-top:before, .alert-overlay .more-icon.live-banner:before, .alert-overlay .notice-overlay .more-icon.close-btn:before, .notice-overlay .alert-overlay .more-icon.close-btn:before, .alert-overlay .notice-overlay .notice-item .txt-holder .more-icon:before, .notice-overlay .notice-item .txt-holder .alert-overlay .more-icon:before, .alert-overlay .more-icon.close-btn:before, .alert-overlay .alert-icon i.more-icon:before, .alert-overlay .icon-arrow-right.more-icon:before, .alert-overlay .promo-card .more-icon.txt-holder:before, .promo-card .alert-overlay .more-icon.txt-holder:before, .alert-overlay .cards-card .more-icon.cards-card-content:before, .cards-card .alert-overlay .more-icon.cards-card-content:before, .alert-overlay .staff-card .more-icon.staff-card-content:before, .staff-card .alert-overlay .more-icon.staff-card-content:before, .alert-overlay .more-icon:before, .ideas .card-item .more-holder p.fa-icons:before, .ideas .card-item .more-holder .footer p.scroll-top:before, .footer .ideas .card-item .more-holder p.scroll-top:before, .ideas .card-item .more-holder p.live-banner:before, .ideas .card-item .more-holder .notice-overlay p.close-btn:before, .notice-overlay .ideas .card-item .more-holder p.close-btn:before, .ideas .card-item .more-holder .notice-overlay .notice-item .txt-holder p.more-icon:before, .notice-overlay .notice-item .txt-holder .ideas .card-item .more-holder p.more-icon:before, .ideas .card-item .more-holder .alert-overlay p.close-btn:before, .alert-overlay .ideas .card-item .more-holder p.close-btn:before, .ideas .card-item .more-holder .alert-overlay p.more-icon:before, .alert-overlay .ideas .card-item .more-holder p.more-icon:before, .section-landing .icon-arrow-right.scroll-down:before, .section-landing .promo-card .scroll-down.txt-holder:before, .promo-card .section-landing .scroll-down.txt-holder:before, .section-landing .cards-card .scroll-down.cards-card-content:before, .cards-card .section-landing .scroll-down.cards-card-content:before, .section-landing .staff-card .scroll-down.staff-card-content:before, .staff-card .section-landing .scroll-down.staff-card-content:before, .section-landing .alert-overlay .scroll-down.more-icon:before, .alert-overlay .section-landing .scroll-down.more-icon:before, .section-landing .ideas .card-item .more-holder p.scroll-down:before, .ideas .card-item .more-holder .section-landing p.scroll-down:before, .icon-arrow-right.slick-arrow:before, .promo-card .slick-arrow.txt-holder:before, .cards-card .slick-arrow.cards-card-content:before, .staff-card .slick-arrow.staff-card-content:before, .alert-overlay .slick-arrow.more-icon:before, .ideas .card-item .more-holder p.slick-arrow:before, .slick-arrow.slick-next:before {
  content: "";
}
.fa-icons.icon-alert:before, .footer .icon-alert.scroll-top:before, .icon-alert.live-banner:before, .notice-overlay .icon-alert.close-btn:before, .notice-overlay .notice-item .txt-holder .icon-alert.more-icon:before, .alert-overlay .icon-alert.close-btn:before, .alert-overlay .alert-icon i.fa-icons:before, .alert-overlay .alert-icon .footer i.scroll-top:before, .footer .alert-overlay .alert-icon i.scroll-top:before, .alert-overlay .alert-icon i.live-banner:before, .alert-overlay .alert-icon .notice-overlay i.close-btn:before, .notice-overlay .alert-overlay .alert-icon i.close-btn:before, .alert-overlay .alert-icon .notice-overlay .notice-item .txt-holder i.more-icon:before, .notice-overlay .notice-item .txt-holder .alert-overlay .alert-icon i.more-icon:before, .alert-overlay .alert-icon i.close-btn:before, .alert-overlay .alert-icon i.icon-alert:before, .alert-overlay .alert-icon i:before, .alert-overlay .icon-alert.more-icon:before, .alert-overlay .alert-icon i.more-icon:before, .section-landing .icon-alert.scroll-down:before, .section-landing .alert-overlay .alert-icon i.scroll-down:before, .alert-overlay .alert-icon .section-landing i.scroll-down:before, .icon-alert.slick-arrow:before, .alert-overlay .alert-icon i.slick-arrow:before {
  content: "";
}
.fa-icons.icon-bell:before, .footer .icon-bell.scroll-top:before, .icon-bell.live-banner:before, .notice-overlay .icon-bell.close-btn:before, .notice-overlay .notice-item .txt-holder .icon-bell.more-icon:before, .alert-overlay .icon-bell.close-btn:before, .alert-overlay .alert-icon i.icon-bell:before, .alert-overlay .icon-bell.more-icon:before, .section-landing .icon-bell.scroll-down:before, .icon-bell.slick-arrow:before {
  content: "";
}
.fa-icons.icon-phone:before, .footer .icon-phone.scroll-top:before, .icon-phone.live-banner:before, .notice-overlay .icon-phone.close-btn:before, .notice-overlay .notice-item .txt-holder .icon-phone.more-icon:before, .alert-overlay .icon-phone.close-btn:before, .alert-overlay .alert-icon i.icon-phone:before, .alert-overlay .icon-phone.more-icon:before, .section-landing .icon-phone.scroll-down:before, .icon-phone.slick-arrow:before {
  content: "";
}
.fa-icons.icon-pin:before, .footer .icon-pin.scroll-top:before, .icon-pin.live-banner:before, .notice-overlay .icon-pin.close-btn:before, .notice-overlay .notice-item .txt-holder .icon-pin.more-icon:before, .alert-overlay .icon-pin.close-btn:before, .alert-overlay .alert-icon i.icon-pin:before, .alert-overlay .icon-pin.more-icon:before, .section-landing .icon-pin.scroll-down:before, .icon-pin.slick-arrow:before {
  content: "";
}
.fa-icons.icon-search:before, .footer .icon-search.scroll-top:before, .icon-search.live-banner:before, .notice-overlay .icon-search.close-btn:before, .notice-overlay .notice-item .txt-holder .icon-search.more-icon:before, .alert-overlay .icon-search.close-btn:before, .alert-overlay .alert-icon i.icon-search:before, .alert-overlay .icon-search.more-icon:before, .section-landing .icon-search.scroll-down:before, .icon-search.slick-arrow:before {
  content: "";
}
.fa-icons.icon-close:before, .footer .icon-close.scroll-top:before, .icon-close.live-banner:before, .notice-overlay .fa-icons.close-btn:before, .notice-overlay .footer .close-btn.scroll-top:before, .footer .notice-overlay .close-btn.scroll-top:before, .notice-overlay .close-btn.live-banner:before, .notice-overlay .icon-close.close-btn:before, .notice-overlay .close-btn:before, .notice-overlay .notice-item .txt-holder .icon-close.more-icon:before, .notice-overlay .notice-item .txt-holder .more-icon.close-btn:before, .alert-overlay .fa-icons.close-btn:before, .alert-overlay .footer .close-btn.scroll-top:before, .footer .alert-overlay .close-btn.scroll-top:before, .alert-overlay .close-btn.live-banner:before, .alert-overlay .notice-overlay .close-btn:before, .notice-overlay .alert-overlay .close-btn:before, .alert-overlay .icon-close.close-btn:before, .alert-overlay .notice-overlay .close-btn:before, .notice-overlay .alert-overlay .close-btn:before, .alert-overlay .close-btn:before, .alert-overlay .alert-icon i.icon-close:before, .alert-overlay .alert-icon .notice-overlay i.close-btn:before, .notice-overlay .alert-overlay .alert-icon i.close-btn:before, .alert-overlay .alert-icon i.close-btn:before, .alert-overlay .icon-close.more-icon:before, .alert-overlay .notice-overlay .more-icon.close-btn:before, .notice-overlay .alert-overlay .more-icon.close-btn:before, .alert-overlay .more-icon.close-btn:before, .section-landing .icon-close.scroll-down:before, .section-landing .notice-overlay .scroll-down.close-btn:before, .notice-overlay .section-landing .scroll-down.close-btn:before, .section-landing .alert-overlay .scroll-down.close-btn:before, .alert-overlay .section-landing .scroll-down.close-btn:before, .icon-close.slick-arrow:before, .notice-overlay .slick-arrow.close-btn:before, .alert-overlay .slick-arrow.close-btn:before {
  content: "";
}
.fa-icons.icon-chevron:before, .footer .icon-chevron.scroll-top:before, .live-banner:before, .notice-overlay .icon-chevron.close-btn:before, .notice-overlay .close-btn.live-banner:before, .notice-overlay .notice-item .txt-holder .more-icon:before, .alert-overlay .icon-chevron.close-btn:before, .alert-overlay .close-btn.live-banner:before, .alert-overlay .alert-icon i.icon-chevron:before, .alert-overlay .alert-icon i.live-banner:before, .alert-overlay .icon-chevron.more-icon:before, .alert-overlay .more-icon.live-banner:before, .section-landing .icon-chevron.scroll-down:before, .section-landing .scroll-down.live-banner:before, .icon-chevron.slick-arrow:before {
  content: "";
}

.fa-icons-after:after, .promo-card .txt-holder:after, .cards-card .cards-card-content:after, .staff-card .staff-card-content:after, .custom-menu .cm-levels .cm-absolute .overflow-indicator:after, .cta-holder > ul > li span:after, .ideas .card-item .more-holder p:after {
  font-family: "fa-icons" !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;
}
.fa-icons-after.icon-arrow-top:after, .promo-card .icon-arrow-top.txt-holder:after, .cards-card .icon-arrow-top.cards-card-content:after, .staff-card .icon-arrow-top.staff-card-content:after, .custom-menu .cm-levels .cm-absolute .icon-arrow-top.overflow-indicator:after, .footer .fa-icons-after.scroll-top:after, .footer .promo-card .scroll-top.txt-holder:after, .promo-card .footer .scroll-top.txt-holder:after, .footer .cards-card .scroll-top.cards-card-content:after, .cards-card .footer .scroll-top.cards-card-content:after, .footer .staff-card .scroll-top.staff-card-content:after, .staff-card .footer .scroll-top.staff-card-content:after, .footer .custom-menu .cm-levels .cm-absolute .scroll-top.overflow-indicator:after, .custom-menu .cm-levels .cm-absolute .footer .scroll-top.overflow-indicator:after, .cta-holder > ul > li span.icon-arrow-top:after, .cta-holder > ul > li .footer span.scroll-top:after, .footer .cta-holder > ul > li span.scroll-top:after, .ideas .card-item .more-holder p.icon-arrow-top:after, .ideas .card-item .more-holder .footer p.scroll-top:after, .footer .ideas .card-item .more-holder p.scroll-top:after {
  content: "";
}
.fa-icons-after.icon-arrow-down:after, .promo-card .icon-arrow-down.txt-holder:after, .cards-card .icon-arrow-down.cards-card-content:after, .staff-card .icon-arrow-down.staff-card-content:after, .custom-menu .cm-levels .cm-absolute .overflow-indicator:after, .cta-holder > ul > li span:after, .ideas .card-item .more-holder p.icon-arrow-down:after, .section-landing .fa-icons-after.scroll-down:after, .section-landing .promo-card .scroll-down.txt-holder:after, .promo-card .section-landing .scroll-down.txt-holder:after, .section-landing .cards-card .scroll-down.cards-card-content:after, .cards-card .section-landing .scroll-down.cards-card-content:after, .section-landing .staff-card .scroll-down.staff-card-content:after, .staff-card .section-landing .scroll-down.staff-card-content:after, .section-landing .cta-holder > ul > li span.scroll-down:after, .cta-holder > ul > li .section-landing span.scroll-down:after, .section-landing .ideas .card-item .more-holder p.scroll-down:after, .ideas .card-item .more-holder .section-landing p.scroll-down:after {
  content: "";
}
.fa-icons-after.icon-arrow-left:after, .promo-card .icon-arrow-left.txt-holder:after, .cards-card .icon-arrow-left.cards-card-content:after, .staff-card .icon-arrow-left.staff-card-content:after, .custom-menu .cm-levels .cm-absolute .icon-arrow-left.overflow-indicator:after, .cta-holder > ul > li span.icon-arrow-left:after, .ideas .card-item .more-holder p.icon-arrow-left:after, .fa-icons-after.slick-arrow.slick-prev:after, .promo-card .slick-arrow.slick-prev.txt-holder:after, .cards-card .slick-arrow.slick-prev.cards-card-content:after, .staff-card .slick-arrow.slick-prev.staff-card-content:after, .custom-menu .cm-levels .cm-absolute .slick-arrow.slick-prev.overflow-indicator:after, .cta-holder > ul > li span.slick-arrow.slick-prev:after, .ideas .card-item .more-holder p.slick-arrow.slick-prev:after {
  content: "";
}
.fa-icons-after.icon-arrow-right:after, .promo-card .txt-holder:after, .cards-card .cards-card-content:after, .staff-card .staff-card-content:after, .custom-menu .cm-levels .cm-absolute .icon-arrow-right.overflow-indicator:after, .custom-menu .cm-levels .cm-absolute .promo-card .overflow-indicator.txt-holder:after, .promo-card .custom-menu .cm-levels .cm-absolute .overflow-indicator.txt-holder:after, .custom-menu .cm-levels .cm-absolute .cards-card .overflow-indicator.cards-card-content:after, .cards-card .custom-menu .cm-levels .cm-absolute .overflow-indicator.cards-card-content:after, .custom-menu .cm-levels .cm-absolute .staff-card .overflow-indicator.staff-card-content:after, .staff-card .custom-menu .cm-levels .cm-absolute .overflow-indicator.staff-card-content:after, .cta-holder > ul > li span.icon-arrow-right:after, .alert-overlay .fa-icons-after.more-icon:after, .alert-overlay .promo-card .more-icon.txt-holder:after, .promo-card .alert-overlay .more-icon.txt-holder:after, .alert-overlay .cards-card .more-icon.cards-card-content:after, .cards-card .alert-overlay .more-icon.cards-card-content:after, .alert-overlay .staff-card .more-icon.staff-card-content:after, .staff-card .alert-overlay .more-icon.staff-card-content:after, .alert-overlay .custom-menu .cm-levels .cm-absolute .more-icon.overflow-indicator:after, .custom-menu .cm-levels .cm-absolute .alert-overlay .more-icon.overflow-indicator:after, .alert-overlay .cta-holder > ul > li span.more-icon:after, .cta-holder > ul > li .alert-overlay span.more-icon:after, .ideas .card-item .more-holder p:after, .fa-icons-after.slick-arrow.slick-next:after, .custom-menu .cm-levels .cm-absolute .slick-arrow.slick-next.overflow-indicator:after, .cta-holder > ul > li span.slick-arrow.slick-next:after {
  content: "";
}
.fa-icons-after.icon-alert:after, .promo-card .icon-alert.txt-holder:after, .cards-card .icon-alert.cards-card-content:after, .staff-card .icon-alert.staff-card-content:after, .custom-menu .cm-levels .cm-absolute .icon-alert.overflow-indicator:after, .cta-holder > ul > li span.icon-alert:after, .alert-overlay .alert-icon i.fa-icons-after:after, .alert-overlay .alert-icon .promo-card i.txt-holder:after, .promo-card .alert-overlay .alert-icon i.txt-holder:after, .alert-overlay .alert-icon .cards-card i.cards-card-content:after, .cards-card .alert-overlay .alert-icon i.cards-card-content:after, .alert-overlay .alert-icon .staff-card i.staff-card-content:after, .staff-card .alert-overlay .alert-icon i.staff-card-content:after, .alert-overlay .alert-icon .custom-menu .cm-levels .cm-absolute i.overflow-indicator:after, .custom-menu .cm-levels .cm-absolute .alert-overlay .alert-icon i.overflow-indicator:after, .ideas .card-item .more-holder p.icon-alert:after {
  content: "";
}
.fa-icons-after.icon-bell:after, .promo-card .icon-bell.txt-holder:after, .cards-card .icon-bell.cards-card-content:after, .staff-card .icon-bell.staff-card-content:after, .custom-menu .cm-levels .cm-absolute .icon-bell.overflow-indicator:after, .cta-holder > ul > li span.icon-bell:after, .ideas .card-item .more-holder p.icon-bell:after {
  content: "";
}
.fa-icons-after.icon-phone:after, .promo-card .icon-phone.txt-holder:after, .cards-card .icon-phone.cards-card-content:after, .staff-card .icon-phone.staff-card-content:after, .custom-menu .cm-levels .cm-absolute .icon-phone.overflow-indicator:after, .cta-holder > ul > li span.icon-phone:after, .ideas .card-item .more-holder p.icon-phone:after {
  content: "";
}
.fa-icons-after.icon-pin:after, .promo-card .icon-pin.txt-holder:after, .cards-card .icon-pin.cards-card-content:after, .staff-card .icon-pin.staff-card-content:after, .custom-menu .cm-levels .cm-absolute .icon-pin.overflow-indicator:after, .cta-holder > ul > li span.icon-pin:after, .ideas .card-item .more-holder p.icon-pin:after {
  content: "";
}
.fa-icons-after.icon-search:after, .promo-card .icon-search.txt-holder:after, .cards-card .icon-search.cards-card-content:after, .staff-card .icon-search.staff-card-content:after, .custom-menu .cm-levels .cm-absolute .icon-search.overflow-indicator:after, .cta-holder > ul > li span.icon-search:after, .ideas .card-item .more-holder p.icon-search:after {
  content: "";
}
.fa-icons-after.icon-close:after, .promo-card .icon-close.txt-holder:after, .cards-card .icon-close.cards-card-content:after, .staff-card .icon-close.staff-card-content:after, .custom-menu .cm-levels .cm-absolute .icon-close.overflow-indicator:after, .cta-holder > ul > li span.icon-close:after, .notice-overlay .fa-icons-after.close-btn:after, .notice-overlay .promo-card .close-btn.txt-holder:after, .promo-card .notice-overlay .close-btn.txt-holder:after, .notice-overlay .cards-card .close-btn.cards-card-content:after, .cards-card .notice-overlay .close-btn.cards-card-content:after, .notice-overlay .staff-card .close-btn.staff-card-content:after, .staff-card .notice-overlay .close-btn.staff-card-content:after, .notice-overlay .custom-menu .cm-levels .cm-absolute .close-btn.overflow-indicator:after, .custom-menu .cm-levels .cm-absolute .notice-overlay .close-btn.overflow-indicator:after, .notice-overlay .cta-holder > ul > li span.close-btn:after, .cta-holder > ul > li .notice-overlay span.close-btn:after, .alert-overlay .fa-icons-after.close-btn:after, .alert-overlay .promo-card .close-btn.txt-holder:after, .promo-card .alert-overlay .close-btn.txt-holder:after, .alert-overlay .cards-card .close-btn.cards-card-content:after, .cards-card .alert-overlay .close-btn.cards-card-content:after, .alert-overlay .staff-card .close-btn.staff-card-content:after, .staff-card .alert-overlay .close-btn.staff-card-content:after, .alert-overlay .custom-menu .cm-levels .cm-absolute .close-btn.overflow-indicator:after, .custom-menu .cm-levels .cm-absolute .alert-overlay .close-btn.overflow-indicator:after, .alert-overlay .cta-holder > ul > li span.close-btn:after, .cta-holder > ul > li .alert-overlay span.close-btn:after, .ideas .card-item .more-holder p.icon-close:after, .ideas .card-item .more-holder .notice-overlay p.close-btn:after, .notice-overlay .ideas .card-item .more-holder p.close-btn:after, .ideas .card-item .more-holder .alert-overlay p.close-btn:after, .alert-overlay .ideas .card-item .more-holder p.close-btn:after {
  content: "";
}
.fa-icons-after.icon-chevron:after, .promo-card .icon-chevron.txt-holder:after, .cards-card .icon-chevron.cards-card-content:after, .staff-card .icon-chevron.staff-card-content:after, .custom-menu .cm-levels .cm-absolute .icon-chevron.overflow-indicator:after, .cta-holder > ul > li span.icon-chevron:after, .fa-icons-after.live-banner:after, .promo-card .live-banner.txt-holder:after, .cards-card .live-banner.cards-card-content:after, .staff-card .live-banner.staff-card-content:after, .custom-menu .cm-levels .cm-absolute .live-banner.overflow-indicator:after, .cta-holder > ul > li span.live-banner:after, .notice-overlay .notice-item .txt-holder .fa-icons-after.more-icon:after, .notice-overlay .notice-item .txt-holder .promo-card .more-icon.txt-holder:after, .promo-card .notice-overlay .notice-item .txt-holder .more-icon.txt-holder:after, .notice-overlay .notice-item .txt-holder .cards-card .more-icon.cards-card-content:after, .cards-card .notice-overlay .notice-item .txt-holder .more-icon.cards-card-content:after, .notice-overlay .notice-item .txt-holder .staff-card .more-icon.staff-card-content:after, .staff-card .notice-overlay .notice-item .txt-holder .more-icon.staff-card-content:after, .notice-overlay .notice-item .txt-holder .custom-menu .cm-levels .cm-absolute .more-icon.overflow-indicator:after, .custom-menu .cm-levels .cm-absolute .notice-overlay .notice-item .txt-holder .more-icon.overflow-indicator:after, .notice-overlay .notice-item .txt-holder .cta-holder > ul > li span.more-icon:after, .cta-holder > ul > li .notice-overlay .notice-item .txt-holder span.more-icon:after, .ideas .card-item .more-holder p.icon-chevron:after, .ideas .card-item .more-holder p.live-banner:after, .ideas .card-item .more-holder .notice-overlay .notice-item .txt-holder p.more-icon:after, .notice-overlay .notice-item .txt-holder .ideas .card-item .more-holder p.more-icon:after {
  content: "";
}

/* end global icons */
@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: block;
}
.sl-icons.sl-mail-icon:before, .secondLvlCss a.sl-mail-icon[href$=".pdf"]:not(.downloadBtn):not(.secondaryDownloadBtn):before, .secondLvlCss a.sl-mail-icon[target=_blank]:not(.downloadBtn):not(.secondaryDownloadBtn):not([href$=".pdf"]):before, .secondLvlCss a[target=_blank][href^=mailto]:not(.downloadBtn):not(.secondaryDownloadBtn):not([href$=".pdf"]):before, .secondLvlCss a[href^=mailto]:not(.downloadBtn):not(.secondaryDownloadBtn):before {
  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:before, .secondLvlCss a[href$=".pdf"]:not(.downloadBtn):not(.secondaryDownloadBtn):before, .secondLvlCss a.sl-pdf_file-icon[target=_blank]:not(.downloadBtn):not(.secondaryDownloadBtn):not([href$=".pdf"]):before, .secondLvlCss a[target=_blank][href$=".pdf"]:not(.downloadBtn):not(.secondaryDownloadBtn):not([href$=".pdf"]):before, .secondLvlCss a.sl-pdf_file-icon[href^=mailto]:not(.downloadBtn):not(.secondaryDownloadBtn):before {
  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:before, .secondLvlCss a.sl-tabs-icon[href$=".pdf"]:not(.downloadBtn):not(.secondaryDownloadBtn):before, .secondLvlCss a[target=_blank]:not(.downloadBtn):not(.secondaryDownloadBtn):not([href$=".pdf"]):before, .secondLvlCss a.sl-tabs-icon[href^=mailto]:not(.downloadBtn):not(.secondaryDownloadBtn):before {
  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: "";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html,
body {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 18px;
  color: #011359;
  background: #FFFFFF;
}

body {
  width: 100%;
  height: 100%;
}

:root {
  --cp-paragraph-spacing: clamp(
      1.6666666667rem,
      2.1551724138vw + 0.4789272031rem,
      2.7777777778rem
  );
  --cp-widget-spacing: clamp(
      1.9444444444rem,
      1.156462585vw + 1.6553287982rem,
      2.8888888889rem
  );
}

.shTplGBlockScroll, .blockScrollOnMobile {
  position: relative;
  overflow: hidden;
}
@media (max-width: 730px) {
  .shTplGBlockScroll, .blockScrollOnMobile {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

.shTplGBlockScroll-html {
  overflow: hidden;
}
.shTplGBlockScroll-html.touch {
  position: fixed;
  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);
}

.slick-arrow {
  border: none;
  background: transparent;
  display: block;
  cursor: pointer;
  width: clamp( 3.3333333333rem, 2.5862068966vw + 1.908045977rem, 4.6666666667rem );
  height: clamp( 3.3333333333rem, 2.5862068966vw + 1.908045977rem, 4.6666666667rem );
  text-indent: -9999px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  z-index: -1;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  pointer-events: none;
  background: -webkit-linear-gradient(315deg, #011359 0%, #011359 50%, #01021F 50%, #01021F 100%);
  background: -moz-linear-gradient(315deg, #011359 0%, #011359 50%, #01021F 50%, #01021F 100%);
  background: -o-linear-gradient(315deg, #011359 0%, #011359 50%, #01021F 50%, #01021F 100%);
  background: linear-gradient(135deg, #011359 0%, #011359 50%, #01021F 50%, #01021F 100%);
}
.no-touch .slick-arrow:hover:after {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-arrow:before {
  display: block;
  text-align: center;
  text-indent: 0;
  font-size: 23px;
  color: #FFFFFF;
  line-height: clamp( 3.3333333333rem, 2.5862068966vw + 1.908045977rem, 4.6666666667rem );
}
.slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.4;
}

@-webkit-keyframes moveUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    /* Adjust height here */
  }
}

@-moz-keyframes moveUpDown {
  0%, 100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-20px);
         transform: translateY(-20px);
    /* Adjust height here */
  }
}

@-o-keyframes moveUpDown {
  0%, 100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  50% {
    -o-transform: translateY(-20px);
       transform: translateY(-20px);
    /* Adjust height here */
  }
}

@keyframes moveUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
       -moz-transform: translateY(-20px);
         -o-transform: translateY(-20px);
            transform: translateY(-20px);
    /* Adjust height here */
  }
}
.section-header h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1;
  font-size: clamp( 2.5555555556rem, 5.9027777778vw + 0.037037037rem, 6.3333333333rem );
}
.section-header h2 strong {
  font-weight: 700;
}
.section-header .txt-holder p {
  font-size: clamp( 1rem, 1.0416666667vw + 0.5555555556rem, 1.6666666667rem );
  line-height: 1.5;
  font-weight: 300;
}
.section-header .txt-holder p strong {
  font-weight: 600;
  font-size: clamp( 1.1111111111rem, 1.3888888889vw + 0.5185185185rem, 2rem );
  line-height: 1.2;
}
.section-header .txt-holder p + p {
  margin-top: 16px;
}

.content-holder {
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  max-width: clamp( 48.4444444444rem, 74.1379310345vw + 7.5862068966rem, 86.6666666667rem );
}
@media all and (min-width: 992px) {
  .content-holder {
    padding: 0 30px;
  }
  .homepage .content-holder {
    -webkit-transform: translateY(2rem);
       -moz-transform: translateY(2rem);
        -ms-transform: translateY(2rem);
         -o-transform: translateY(2rem);
            transform: translateY(2rem);
    opacity: 0;
  }
  .content-holder.animateIn {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.48s 0.24s ease-in-out, -webkit-transform 0.48s 0.24s ease-in-out;
    transition: opacity 0.48s 0.24s ease-in-out, -webkit-transform 0.48s 0.24s ease-in-out;
    -o-transition: opacity 0.48s 0.24s ease-in-out, -o-transform 0.48s 0.24s ease-in-out;
    -moz-transition: transform 0.48s 0.24s ease-in-out, opacity 0.48s 0.24s ease-in-out, -moz-transform 0.48s 0.24s ease-in-out;
    transition: transform 0.48s 0.24s ease-in-out, opacity 0.48s 0.24s ease-in-out;
    transition: transform 0.48s 0.24s ease-in-out, opacity 0.48s 0.24s ease-in-out, -webkit-transform 0.48s 0.24s ease-in-out, -moz-transform 0.48s 0.24s ease-in-out, -o-transform 0.48s 0.24s ease-in-out;
  }
  .content-holder.animateIn + .animateIn {
    -webkit-transition-delay: 0.24s;
       -moz-transition-delay: 0.24s;
         -o-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  .content-holder.animateIn.noTransform {
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
}

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100svh;
  background: #276AB3;
  z-index: 5;
  -webkit-transition: 0.64s;
  -o-transition: 0.64s;
  -moz-transition: 0.64s;
  transition: 0.64s;
}
._loaded .preloader {
  height: 0;
}

html:not(._scroll) {
  position: fixed;
  overflow: hidden;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}

.section-content {
  position: relative;
  z-index: 1;
  padding: clamp( 3.3333333333rem, 5.2083333333vw + 1.1111111111rem, 6.6666666667rem ) 0;
}
.section-content.green {
  background-color: #A09C2C;
}
.section-content.blue {
  background-color: #276AB3;
}
.section-content.darkblue {
  background-color: #011359;
}
.section-content.white {
  background-color: #FFFFFF;
}
.section-content.white .section-header {
  color: #011359;
}
.section-content .section-header {
  color: #FFFDFC;
}
@media all and (min-width: 992px) {
  .section-content .section-header {
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
}
.section-content .section-header._stacked {
  -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;
  text-align: center;
  -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;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.section-content .section-header._stacked > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.section-content .section-header > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 46%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
}
.section-content .section-header .txt-holder {
  margin-top: 32px;
}
@media all and (min-width: 992px) {
  .section-content .section-header .txt-holder {
    margin-top: 0;
  }
}

.section-landing {
  background: #276AB3;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
  color: #FFFFFF;
}
.section-landing .counter {
  position: absolute;
  bottom: 100px;
  right: 50px;
  z-index: 6;
  overflow: hidden;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-size: clamp( 3rem, 7.5431034483vw + -1.1570881226rem, 6.8888888889rem );
  padding-right: 32px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
@media all and (min-width: 768px) {
  .section-landing .counter {
    bottom: 50px;
  }
}
._loaded .section-landing .counter {
  opacity: 0;
  visibility: hidden;
}
.section-landing .counter:after {
  content: "%";
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 200;
  font-size: clamp( 1.4444444444rem, 3.8793103448vw + -0.69348659rem, 3.4444444444rem );
}
.section-landing .counter span {
  display: block;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-animation: slideUp 0.12s forwards;
     -moz-animation: slideUp 0.12s forwards;
       -o-animation: slideUp 0.12s forwards;
          animation: slideUp 0.12s forwards;
}
@-webkit-keyframes slideUp {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes slideUp {
  to {
    -moz-transform: translateY(0);
         transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes slideUp {
  to {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  to {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.section-landing .text-heading {
  position: absolute;
  left: 20px;
  bottom: 120px;
  z-index: 6;
  -webkit-transition: 0.12s 0.48s;
  -o-transition: 0.12s 0.48s;
  -moz-transition: 0.12s 0.48s;
  transition: 0.12s 0.48s;
}
@media all and (min-width: 992px) {
  .section-landing .text-heading {
    left: 70px;
    bottom: 50px;
  }
}
._loaded .section-landing .text-heading {
  z-index: 1;
}
.section-landing .text-heading h1 {
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1;
  font-size: clamp( 2.7777777778rem, 5.5555555556vw + 0.4074074074rem, 6.3333333333rem );
  -webkit-transition: 0.64s;
  -o-transition: 0.64s;
  -moz-transition: 0.64s;
  transition: 0.64s;
  -webkit-transform: translateY(-180px);
     -moz-transform: translateY(-180px);
      -ms-transform: translateY(-180px);
       -o-transform: translateY(-180px);
          transform: translateY(-180px);
}
@media all and (min-width: 992px) {
  .section-landing .text-heading h1 {
    -webkit-transform: translateY(-300px);
       -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
         -o-transform: translateY(-300px);
            transform: translateY(-300px);
  }
}
._loaded .section-landing .text-heading h1 {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.section-landing .text-heading h1 strong {
  font-weight: 700;
}
.section-landing .text-heading h1 .reveal span {
  display: inline-block;
  opacity: 0;
  -webkit-animation: letterReveal 0.24s forwards;
     -moz-animation: letterReveal 0.24s forwards;
       -o-animation: letterReveal 0.24s forwards;
          animation: letterReveal 0.24s forwards;
}
@-webkit-keyframes letterReveal {
  to {
    opacity: 1;
  }
}
@-moz-keyframes letterReveal {
  to {
    opacity: 1;
  }
}
@-o-keyframes letterReveal {
  to {
    opacity: 1;
  }
}
@keyframes letterReveal {
  to {
    opacity: 1;
  }
}
.section-landing .text-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #276AB3;
  color: #FFFFFF;
  padding: 10px 20px;
  z-index: 1;
}
@media all and (min-width: 992px) {
  .section-landing .text-wrapper {
    left: auto;
    right: 12.5%;
    padding: 0;
    bottom: 50px;
    max-width: 34%;
    background: none;
  }
}
.section-landing .text-wrapper p {
  font-size: clamp( 0.8888888889rem, 1.0775862069vw + 0.2950191571rem, 1.4444444444rem );
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  padding-right: 64px;
}
@media all and (min-width: 992px) {
  .section-landing .text-wrapper p {
    padding-right: 0;
    line-height: 1.5;
    text-align: right;
  }
}
.section-landing .scroll-down {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
  width: clamp( 3.3333333333rem, 2.8017241379vw + 1.7892720307rem, 4.7777777778rem );
  height: clamp( 3.3333333333rem, 2.8017241379vw + 1.7892720307rem, 4.7777777778rem );
  background: #011359;
  overflow: hidden;
}
@media all and (min-width: 992px) {
  .section-landing .scroll-down {
    bottom: 50px;
    right: 50px;
  }
}
.section-landing .scroll-down:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  z-index: -1;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  pointer-events: none;
  background: -webkit-linear-gradient(315deg, #011359 0%, #011359 50%, #01021F 50%, #01021F 100%);
  background: -moz-linear-gradient(315deg, #011359 0%, #011359 50%, #01021F 50%, #01021F 100%);
  background: -o-linear-gradient(315deg, #011359 0%, #011359 50%, #01021F 50%, #01021F 100%);
  background: linear-gradient(135deg, #011359 0%, #011359 50%, #01021F 50%, #01021F 100%);
}
.no-touch .section-landing .scroll-down:hover:after {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-landing .scroll-down:before {
  display: block;
  text-align: center;
  font-size: clamp( 1.0555555556rem, 0.9698275862vw + 0.5210727969rem, 1.5555555556rem );
  line-height: clamp( 3.3333333333rem, 2.8017241379vw + 1.7892720307rem, 4.7777777778rem );
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.no-touch .section-landing .scroll-down:hover:before {
  -webkit-transform: translateY(8px);
     -moz-transform: translateY(8px);
      -ms-transform: translateY(8px);
       -o-transform: translateY(8px);
          transform: translateY(8px);
}
.section-landing .bg-holder {
  position: absolute;
  left: 0;
  top: 56px;
  bottom: 87px;
  width: 100%;
  height: auto;
  z-index: 0;
  pointer-events: none;
  background: #A09C2C;
}
@media all and (min-width: 992px) {
  .section-landing .bg-holder {
    top: 0;
    bottom: 0;
    height: 100%;
  }
}
.section-landing .bg-holder .slider, .section-landing .bg-holder .slick-slide, .section-landing .bg-holder .slick-track, .section-landing .bg-holder .slick-list {
  height: 100%;
}
.section-landing .bg-holder .slider > div, .section-landing .bg-holder .slick-slide > div, .section-landing .bg-holder .slick-track > div, .section-landing .bg-holder .slick-list > div {
  height: 100%;
  position: relative;
}
.section-landing .bg-holder .slider.slick-initialized:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(25%, rgba(0, 0, 0, 0.1)), color-stop(60%, rgba(0, 0, 0, 0.1)), color-stop(66%, rgba(0, 0, 0, 0.6)), to(black));
  background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.6) 66%, black 100%);
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.6) 66%, black 100%);
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.6) 66%, black 100%);
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.6) 66%, black 100%);
  opacity: 0.72;
  pointer-events: none;
  z-index: 1;
}
.section-landing .bg-holder .slick-slide.show-second img.second {
  opacity: 1 !important;
}
.section-landing .bg-holder .slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.section-landing .bg-holder .slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  -moz-transition: opacity 2s ease;
  transition: opacity 2s ease;
  opacity: 1;
}
.section-landing .bg-holder .slide img.second {
  opacity: 0;
}
.section-landing .bg-holder .slick-dots {
  position: absolute;
  bottom: clamp( 6.6666666667rem, 2.1551724138vw + 5.4789272031rem, 7.7777777778rem );
  right: 12.5%;
  pointer-events: auto;
  z-index: 2;
  display: none;
}
@media all and (min-width: 992px) {
  .section-landing .bg-holder .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-landing .bg-holder .slick-dots li {
  width: 20px;
  height: 20px;
  padding-top: 3px;
  text-align: center;
}
.section-landing .bg-holder .slick-dots li button {
  cursor: pointer;
  text-indent: -9999px;
  border: none;
  background: #FFFFFF;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  opacity: 0.4;
}
.section-landing .bg-holder .slick-dots li.slick-active button {
  opacity: 1;
}

.welcome {
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .welcome {
    padding-bottom: 0;
  }
}
@media all and (min-width: 992px) {
  .welcome {
    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;
    min-height: 100vh;
  }
}
.welcome .section-header h2 {
  z-index: 2;
}
.welcome .section-header .txt-holder {
  margin-top: 3.3333333333rem;
}
@media all and (min-width: 992px) {
  .welcome .section-header .txt-holder {
    width: 53%;
  }
}
.welcome .side-sections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
@media all and (max-width: 991px) {
  .welcome .side-sections {
    position: relative;
    -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-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    margin-top: 60px;
    display: block;
    height: auto;
  }
}
.welcome .side {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
@media all and (max-width: 991px) {
  .welcome .side {
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    width: 100%;
    height: 50vh;
  }
}
.welcome .side.left {
  background: #276AB3;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}
.welcome .side.right {
  background: #A09C2C;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}
.welcome .side.right .card-item .txt-holder span {
  overflow: hidden;
}
.welcome .side.right .card-item .txt-holder span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  z-index: -1;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  pointer-events: none;
  background: -webkit-linear-gradient(315deg, #005450 0%, #005450 50%, #001C19 50%, #001C19 100%);
  background: -moz-linear-gradient(315deg, #005450 0%, #005450 50%, #001C19 50%, #001C19 100%);
  background: -o-linear-gradient(315deg, #005450 0%, #005450 50%, #001C19 50%, #001C19 100%);
  background: linear-gradient(135deg, #005450 0%, #005450 50%, #001C19 50%, #001C19 100%);
}
.no-touch .welcome .side.right .card-item .txt-holder span:hover:after {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.welcome .card-item {
  position: relative;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
  pointer-events: auto;
}
.welcome .card-item .img-holder {
  position: relative;
  height: 100%;
}
.welcome .card-item .img-holder img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.48s;
  -o-transition: 0.48s;
  -moz-transition: 0.48s;
  transition: 0.48s;
}
.welcome .card-item .img-holder:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(70%, rgba(0, 0, 0, 0.1)), to(black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 70%, black 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 70%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 70%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 70%, black 100%);
  opacity: 0.72;
  pointer-events: none;
}
.welcome .card-item .txt-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 40px 50px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media all and (max-width: 991px) {
  .welcome .card-item .txt-holder {
    padding: 0 20px 30px;
  }
}
.welcome .card-item .txt-holder span {
  position: relative;
  display: inline-block;
  padding: clamp( 0.6666666667rem, 0.5208333333vw + 0.4444444444rem, 1rem ) clamp( 1.6666666667rem, 2.6041666667vw + 0.5555555556rem, 3.3333333333rem );
  font-size: clamp( 0.7777777778rem, 0.5208333333vw + 0.5555555556rem, 1.1111111111rem );
  letter-spacing: 0.1111111111rem;
  font-weight: 700;
  z-index: 1;
  overflow: hidden;
}
.welcome .card-item .txt-holder span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  z-index: -1;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  pointer-events: none;
  background: -webkit-linear-gradient(315deg, #276AB3 0%, #276AB3 50%, #062C7E 50%, #062C7E 100%);
  background: -moz-linear-gradient(315deg, #276AB3 0%, #276AB3 50%, #062C7E 50%, #062C7E 100%);
  background: -o-linear-gradient(315deg, #276AB3 0%, #276AB3 50%, #062C7E 50%, #062C7E 100%);
  background: linear-gradient(135deg, #276AB3 0%, #276AB3 50%, #062C7E 50%, #062C7E 100%);
}
.no-touch .welcome .card-item .txt-holder span:hover:after {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.welcome .card-item .txt-holder h4 {
  margin-top: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: clamp( 2.6666666667rem, 5.7291666667vw + 0.2222222222rem, 6.3333333333rem );
}
.no-touch .welcome .card-item:hover .txt-holder span:after {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.no-touch .welcome .card-item:hover .img-holder img {
  -webkit-transform: scale(1.12);
     -moz-transform: scale(1.12);
      -ms-transform: scale(1.12);
       -o-transform: scale(1.12);
          transform: scale(1.12);
}

.pin-spacer {
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.profiles {
  padding-bottom: 0;
}
.profiles .profiles-holder {
  margin-top: 40px;
  position: relative;
  overflow-y: hidden;
  /*@media all and (min-width: $md) {
    margin-top: 120px;
  }*/
}
.profiles .profiles-slider {
  /*display: flex;
  flex-flow: row nowrap;
  gap: 1rem;*/
  position: relative;
  z-index: 1;
}
.profiles .slick-slide {
  position: relative;
  z-index: 1;
  -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;
  opacity: 0.4;
}
.profiles .slick-slide.slick-center {
  z-index: 2;
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
  cursor: pointer;
}
.profiles .slick-slide.slick-center .img-holder img.front {
  opacity: 1;
}
.profiles .slick-slide.slick-center .img-holder img.faced {
  opacity: 0;
}
.profiles .slick-slide.elem-left {
  pointer-events: none;
}
.profiles .slick-slide.elem-left .img-holder {
  -webkit-transform: scaleX(-1);
     -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media all and (max-width: 767px) {
  .profiles .slick-slide.elem-left .img-holder {
    -webkit-transform: scaleX(-1) translateX(-60px);
       -moz-transform: scaleX(-1) translateX(-60px);
        -ms-transform: scaleX(-1) translateX(-60px);
         -o-transform: scaleX(-1) translateX(-60px);
            transform: scaleX(-1) translateX(-60px);
  }
}
.profiles .slick-slide.elem-right {
  pointer-events: none;
}
.profiles .slick-slide.elem-right .img-holder {
  -webkit-transform: scaleX(-1);
     -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media all and (max-width: 767px) {
  .profiles .slick-slide.elem-right .img-holder {
    -webkit-transform: translateX(-60px);
       -moz-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
         -o-transform: translateX(-60px);
            transform: translateX(-60px);
  }
}
.profiles .profile-item {
  position: relative;
  display: block !important;
}
.profiles .profile-item .img-holder {
  position: relative;
  overflow-y: hidden;
  padding-bottom: 126%;
  width: 640px;
}
@media all and (max-width: 991px) {
  .profiles .profile-item .img-holder {
    width: 92vw;
    padding-bottom: 126%;
  }
}
.profiles .profile-item .img-holder img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  -webkit-transition: 0.24s;
  -o-transition: 0.24s;
  -moz-transition: 0.24s;
  transition: 0.24s;
  opacity: 0;
}
.profiles .profile-item .img-holder img.front {
  opacity: 0;
}
.profiles .profile-item .img-holder img.faced {
  opacity: 0.6;
}
.profiles .profiles-info {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  left: 0;
  right: 0;
}
@media all and (min-width: 768px) {
  .profiles .profiles-info {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media all and (min-width: 992px) {
  .profiles .profiles-info {
    bottom: 60px;
  }
}
.profiles .profiles-info .txt-holder {
  color: #FFFDFC;
  text-align: center;
  width: 204px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.profiles .profiles-info .txt-holder:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  z-index: -1;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  pointer-events: none;
  background: -webkit-linear-gradient(315deg, #011359 0%, #011359 50%, #01021F 50%, #01021F 100%);
  background: -moz-linear-gradient(315deg, #011359 0%, #011359 50%, #01021F 50%, #01021F 100%);
  background: -o-linear-gradient(315deg, #011359 0%, #011359 50%, #01021F 50%, #01021F 100%);
  background: linear-gradient(135deg, #011359 0%, #011359 50%, #01021F 50%, #01021F 100%);
}
.no-touch .profiles .profiles-info .txt-holder:hover:after {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (min-width: 992px) {
  .profiles .profiles-info .txt-holder {
    width: 274px;
    padding: 50px 20px;
  }
}
.profiles .profiles-info .txt-holder h4 {
  font-family: "Oswald", sans-serif;
  font-size: clamp( 1.2222222222rem, 0.8620689655vw + 0.7471264368rem, 1.6666666667rem );
  font-weight: 700;
  text-transform: uppercase;
}
.profiles .profiles-info .txt-holder p {
  font-family: "Outfit", sans-serif;
  font-size: clamp( 0.8333333333rem, 0.3232758621vw + 0.6551724138rem, 1rem );
  font-weight: 700;
  margin-top: 12px;
}
.profiles .profiles-info .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.profiles .profiles-info .slick-arrow.slick-prev {
  left: 10px;
}
@media all and (min-width: 768px) {
  .profiles .profiles-info .slick-arrow.slick-prev {
    left: clamp( -5.5555555556rem, -3.6458333333vw + -1.6666666667rem, -3.2222222222rem );
  }
}
.profiles .profiles-info .slick-arrow.slick-next {
  right: 10px;
}
@media all and (min-width: 768px) {
  .profiles .profiles-info .slick-arrow.slick-next {
    right: clamp( -5.5555555556rem, -3.6458333333vw + -1.6666666667rem, -3.2222222222rem );
  }
}

.ideas {
  position: relative;
  padding-bottom: 0;
}
.ideas .cards-holder {
  position: relative;
  margin-top: 20px;
}
@media all and (min-width: 992px) {
  .ideas .cards-holder {
    margin-top: 60px;
  }
}
.ideas .cards-controls {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 20px;
}
.ideas .cards-slider {
  position: relative;
  padding-bottom: 0;
}
.ideas .cards-slider .slick-slide .card-item {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.ideas .cards-slider .slick-slide .card-item .img-holder {
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.48s;
  -o-transition: 0.48s;
  -moz-transition: 0.48s;
  transition: 0.48s;
}
.ideas .cards-slider .slick-slide .card-item .idea-holder,
.ideas .cards-slider .slick-slide .card-item .more-holder {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.48s;
  -o-transition: 0.48s;
  -moz-transition: 0.48s;
  transition: 0.48s;
}
.ideas .cards-slider .slick-slide.slick-center .card-item {
  opacity: 1;
}
.ideas .cards-slider .slick-slide.slick-center .card-item .img-holder {
  -webkit-transform: rotate(0deg) !important;
     -moz-transform: rotate(0deg) !important;
      -ms-transform: rotate(0deg) !important;
       -o-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}
.ideas .cards-slider .slick-slide.slick-center .card-item .idea-holder,
.ideas .cards-slider .slick-slide.slick-center .card-item .more-holder {
  opacity: 1;
  visibility: visible;
}
.ideas .cards-slider .slick-slide.elem-right .card-item .img-holder {
  -webkit-transform: rotate(20deg);
     -moz-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
       -o-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-transform-origin: 0 100%;
     -moz-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
       -o-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.ideas .cards-slider .slick-slide.elem-left .card-item .img-holder {
  -webkit-transform: rotate(-20deg);
     -moz-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
       -o-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-transform-origin: 100% 100%;
     -moz-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
       -o-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.ideas .card-item {
  position: relative;
  width: 40%;
  width: 768px !important;
  padding-bottom: 120px;
  width: clamp( 16.6666666667rem, 59.375vw + -8.6666666667rem, 54.6666666667rem ) !important;
}
.ideas .card-item .card-wrap {
  position: relative;
  padding-top: 30%;
  cursor: pointer;
}
@media all and (min-width: 992px) {
  .ideas .card-item .card-wrap {
    padding-top: 16%;
  }
}
.no-touch .ideas .card-item .card-wrap:hover .img-holder img {
  -webkit-transform: scale(1.12);
     -moz-transform: scale(1.12);
      -ms-transform: scale(1.12);
       -o-transform: scale(1.12);
          transform: scale(1.12);
}
.ideas .card-item .idea-holder {
  position: absolute;
  top: 0;
  right: 0;
  background: url("/Images/assets/bubble-orange.png") no-repeat center center/contain;
  z-index: 1;
  width: 66%;
  aspect-ratio: 348/256;
  padding: 5% 30px 9%;
  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;
}
@media all and (min-width: 992px) {
  .ideas .card-item .idea-holder {
    width: 44%;
  }
}
.ideas .card-item .idea-holder p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  visibility: visible;
  text-align: center;
  font-size: clamp( 1rem, 1.1853448276vw + 0.346743295rem, 1.6111111111rem );
  line-height: 1.3;
  color: #011359;
}
.ideas .card-item .idea-holder p * {
  display: inline;
}
.ideas .card-item .more-holder {
  background: #FFFDFC;
  -webkit-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.29);
     -moz-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.29);
          box-shadow: 0 2px 11px rgba(0, 0, 0, 0.29);
  position: absolute;
  bottom: -20px;
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  width: auto;
  max-width: 74%;
  z-index: 1;
  padding: 10px;
  left: -10px;
}
@media all and (min-width: 992px) {
  .ideas .card-item .more-holder {
    left: 2%;
    padding: 20px;
    bottom: 40px;
    max-width: 62%;
  }
}
@media all and (min-width: 1440px) {
  .ideas .card-item .more-holder {
    max-width: 40%;
  }
}
.ideas .card-item .more-holder p {
  position: relative;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #EB621F;
  padding-right: 32px;
  font-size: 20px;
}
@media all and (min-width: 992px) {
  .ideas .card-item .more-holder p {
    font-size: 30px;
  }
}
.ideas .card-item .more-holder p:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 15px;
  line-height: 1.6;
}
@media all and (min-width: 992px) {
  .ideas .card-item .more-holder p:after {
    line-height: 32px;
    font-size: 21px;
  }
}
.ideas .card-item .img-holder {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  aspect-ratio: 1;
  width: 90%;
}
@media all and (min-width: 992px) {
  .ideas .card-item .img-holder {
    width: 60%;
  }
}
.ideas .card-item .img-holder img {
  display: block;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.48s;
  -o-transition: 0.48s;
  -moz-transition: 0.48s;
  transition: 0.48s;
}
.ideas .card-item._leadership .idea-holder {
  background-image: url("/Images/assets/bubble-blue.png");
}
.ideas .card-item._leadership .more-holder p {
  color: #276AB3;
}
.ideas .card-item._outdoor .idea-holder {
  background-image: url("/Images/assets/bubble-green.png");
}
.ideas .card-item._outdoor .more-holder p {
  color: #A09C2C;
}

.section-content.stories:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background: #276AB3;
  height: 120px;
}
@media all and (min-width: 992px) {
  .section-content.stories:after {
    height: 160px;
    background-color: #011359;
  }
}

.stories-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media all and (min-width: 992px) {
  .stories-holder {
    margin-top: 80px;
    -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;
  }
}
.stories-holder .stories-slider {
  margin-top: 40px;
}
@media all and (min-width: 992px) {
  .stories-holder .stories-slider {
    -webkit-transform: translateX(80%);
       -moz-transform: translateX(80%);
        -ms-transform: translateX(80%);
         -o-transform: translateX(80%);
            transform: translateX(80%);
  }
}
.stories-holder .stories-controls {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media all and (min-width: 992px) {
  .stories-holder .stories-controls {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 60px;
  }
}
.stories-holder .hp-story-card {
  pointer-events: none;
  display: block;
}
.stories-holder .hp-story-card.landscape .story-card-inner {
  width: 300px;
}
@media all and (min-width: 992px) {
  .stories-holder .hp-story-card.landscape .story-card-inner {
    aspect-ratio: 1.2;
    width: 400px;
  }
}
.stories-holder .hp-story-card .story-card-inner {
  pointer-events: auto;
  width: 272px;
  margin: 0 8px;
  cursor: pointer;
  aspect-ratio: 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: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.no-touch .stories-holder .hp-story-card .story-card-inner:hover img {
  -webkit-transform: scale(1.12);
     -moz-transform: scale(1.12);
      -ms-transform: scale(1.12);
       -o-transform: scale(1.12);
          transform: scale(1.12);
}
.stories-holder .hp-story-card .story-card-image {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.stories-holder .hp-story-card .story-card-image img {
  display: block;
  width: 100%;
  height: auto;
  -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;
}
.stories-holder .hp-story-card .social-icon {
  font-size: 32px;
  position: absolute;
  font-weight: 300;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: #011359;
  text-align: center;
  line-height: 60px;
  color: #fff;
}

.notices-buttons {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-transition: opacity 0.48s;
  -o-transition: opacity 0.48s;
  -moz-transition: opacity 0.48s;
  transition: opacity 0.48s;
}
.secondLvl .notices-buttons {
  top: auto;
  bottom: 40px;
}
@media all and (min-width: 992px) {
  .notices-buttons {
    right: clamp( 2.7777777778rem, 0vw + 2.7777777778rem, 2.7777777778rem );
    bottom: clamp( 10rem, 6.4655172414vw + 6.4367816092rem, 13.3333333333rem );
    top: auto;
    left: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
  .secondLvl .notices-buttons {
    bottom: 60px;
  }
}
.notices-buttons._show {
  opacity: 1;
  visibility: visible;
}

.alert-btn,
.notice-btn {
  position: relative;
  border: none;
  cursor: pointer;
  width: clamp( 2.6666666667rem, 4.0948275862vw + 0.4099616858rem, 4.7777777778rem );
  height: clamp( 2.6666666667rem, 4.0948275862vw + 0.4099616858rem, 4.7777777778rem );
  color: #FFFFFF;
}
.alert-btn:before,
.notice-btn:before {
  display: block;
  text-align: center;
  font-size: clamp( 1.3333333333rem, 1.2931034483vw + 0.6206896552rem, 2rem );
  line-height: clamp( 2.6666666667rem, 4.0948275862vw + 0.4099616858rem, 4.7777777778rem );
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.alert-btn .count,
.notice-btn .count {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp( 1.2222222222rem, 0.3348214286vw + 1.0317460317rem, 1.3888888889rem );
  -webkit-transform: translate(50%, -50%);
     -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
       -o-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  aspect-ratio: 1;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  font-family: "Outfit", sans-serif;
  font-size: clamp( 0.7777777778rem, 0.3348214286vw + 0.5873015873rem, 0.9444444444rem );
  line-height: clamp( 1.2222222222rem, 0.3348214286vw + 1.0317460317rem, 1.3888888889rem );
  color: #005450;
  background: #FFFFFF;
}
.alert-btn .count:empty,
.notice-btn .count:empty {
  display: none;
}
.alert-btn + button,
.notice-btn + button {
  margin-top: 1.1111111111rem;
}

.alert-btn {
  background: transparent;
  overflow: hidden;
}
.alert-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  z-index: -1;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  pointer-events: none;
  background: -webkit-linear-gradient(315deg, #D61B17 0%, #D61B17 50%, #B30303 50%, #B30303 100%);
  background: -moz-linear-gradient(315deg, #D61B17 0%, #D61B17 50%, #B30303 50%, #B30303 100%);
  background: -o-linear-gradient(315deg, #D61B17 0%, #D61B17 50%, #B30303 50%, #B30303 100%);
  background: linear-gradient(135deg, #D61B17 0%, #D61B17 50%, #B30303 50%, #B30303 100%);
}
.no-touch .alert-btn:hover:after {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.notice-btn {
  background: transparent;
}
.notice-btn i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.notice-btn i:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  z-index: -1;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  pointer-events: none;
  background: -webkit-linear-gradient(315deg, #005450 0%, #005450 50%, #002D2B 50%, #002D2B 100%);
  background: -moz-linear-gradient(315deg, #005450 0%, #005450 50%, #002D2B 50%, #002D2B 100%);
  background: -o-linear-gradient(315deg, #005450 0%, #005450 50%, #002D2B 50%, #002D2B 100%);
  background: linear-gradient(135deg, #005450 0%, #005450 50%, #002D2B 50%, #002D2B 100%);
}
.no-touch .notice-btn i:hover:after {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@-moz-keyframes jiggle {
  0% {
    -moz-transform: rotate(-10deg);
         transform: rotate(-10deg);
  }
  100% {
    -moz-transform: rotate(10deg);
         transform: rotate(10deg);
  }
}
@-o-keyframes jiggle {
  0% {
    -o-transform: rotate(-10deg);
       transform: rotate(-10deg);
  }
  100% {
    -o-transform: rotate(10deg);
       transform: rotate(10deg);
  }
}
@keyframes jiggle {
  0% {
    -webkit-transform: rotate(-10deg);
       -moz-transform: rotate(-10deg);
         -o-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
       -moz-transform: rotate(10deg);
         -o-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
.notice-btn:before {
  -webkit-animation: jiggle 0.2s infinite alternate both;
     -moz-animation: jiggle 0.2s infinite alternate both;
       -o-animation: jiggle 0.2s infinite alternate both;
          animation: jiggle 0.2s infinite alternate both;
}
.alert-overlay {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 18;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.64s, visibility 0.64s, -webkit-transform 0.96s;
  transition: opacity 0.64s, visibility 0.64s, -webkit-transform 0.96s;
  -o-transition: opacity 0.64s, visibility 0.64s, -o-transform 0.96s;
  -moz-transition: transform 0.96s, opacity 0.64s, visibility 0.64s, -moz-transform 0.96s;
  transition: transform 0.96s, opacity 0.64s, visibility 0.64s;
  transition: transform 0.96s, opacity 0.64s, visibility 0.64s, -webkit-transform 0.96s, -moz-transform 0.96s, -o-transform 0.96s;
  display: none;
}
.secondLvl .alert-overlay, ._loaded .alert-overlay {
  display: block;
}
._alert-open .alert-overlay {
  -webkit-transition: opacity 0.32s, visibility 0.32s, -webkit-transform 0.64s;
  transition: opacity 0.32s, visibility 0.32s, -webkit-transform 0.64s;
  -o-transition: opacity 0.32s, visibility 0.32s, -o-transform 0.64s;
  -moz-transition: transform 0.64s, opacity 0.32s, visibility 0.32s, -moz-transform 0.64s;
  transition: transform 0.64s, opacity 0.32s, visibility 0.32s;
  transition: transform 0.64s, opacity 0.32s, visibility 0.32s, -webkit-transform 0.64s, -moz-transform 0.64s, -o-transform 0.64s;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.alert-overlay .alert-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: -webkit-calc(100% - 2.2222222222rem);
  width: -moz-calc(100% - 2.2222222222rem);
  width: calc(100% - 2.2222222222rem);
  max-width: 17.7777777778rem;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  background: #FFFFFF;
}
@media all and (min-width: 768px) {
  .alert-overlay .alert-wrapper {
    max-width: none;
    width: 31.1111111111rem;
  }
}
@media all and (min-width: 992px) {
  .alert-overlay .alert-wrapper {
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 46.6666666667rem;
    margin-left: -23.3333333333rem;
  }
}
@media all and (min-width: 1440px) {
  .alert-overlay .alert-wrapper {
    width: 52.2222222222rem;
    margin-left: -26.1111111111rem;
  }
}
@media all and (min-width: 992px) {
  .alert-overlay .alert-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -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: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
}
.alert-overlay.hasUrl .alert-holder .txt-holder .title {
  padding-right: 1.6666666667rem;
}
.no-touch .alert-overlay.hasUrl .alert-holder:hover .img-holder img {
  -webkit-transform: scale(1.12);
     -moz-transform: scale(1.12);
      -ms-transform: scale(1.12);
       -o-transform: scale(1.12);
          transform: scale(1.12);
}
.no-touch .alert-overlay.hasUrl .alert-holder:hover .more-icon:after {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.no-touch .alert-overlay.hasUrl .alert-holder:hover .txt-holder .update i {
  -webkit-transform: translateX(6px);
     -moz-transform: translateX(6px);
      -ms-transform: translateX(6px);
       -o-transform: translateX(6px);
          transform: translateX(6px);
}
.no-touch .alert-overlay.hasUrl .alert-holder:hover .txt-holder:before {
  -webkit-transform: translateX(0.3333333333rem);
     -moz-transform: translateX(0.3333333333rem);
      -ms-transform: translateX(0.3333333333rem);
       -o-transform: translateX(0.3333333333rem);
          transform: translateX(0.3333333333rem);
}
.alert-overlay.hasUrl .more-icon {
  display: block;
}
.alert-overlay .img-holder {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.alert-overlay .img-holder a {
  z-index: 1;
}
@media all and (min-width: 992px) {
  .alert-overlay .img-holder {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding-bottom: 0;
    height: auto;
    width: 40%;
  }
}
.alert-overlay .img-holder img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
@media all and (min-width: 992px) {
  .alert-overlay .img-holder + .txt-holder {
    width: 60%;
    padding: clamp( 3.4444444444rem, 3.0172413793vw + 1.7816091954rem, 5rem ) 1.3333333333rem 0 2.2222222222rem;
  }
}
.alert-overlay .txt-holder {
  position: relative;
  padding: 4.4444444444rem 1.3888888889rem 0;
}
.alert-overlay .txt-holder:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
}
@media all and (min-width: 992px) {
  .alert-overlay .txt-holder:after {
    height: 3.1111111111rem;
  }
}
@media all and (max-width: 991px) {
  .alert-overlay .txt-holder {
    max-height: -webkit-calc(50vh - 40px);
    max-height: -moz-calc(50vh - 40px);
    max-height: calc(50vh - 40px);
    overflow: auto;
  }
}
@media all and (min-width: 992px) {
  .alert-overlay .txt-holder {
    width: 100%;
    padding: clamp( 3.4444444444rem, 3.0172413793vw + 1.7816091954rem, 5rem ) 1.3333333333rem 0 2.2222222222rem;
  }
}
.alert-overlay .txt-holder .title {
  color: #011359;
  font-family: "Oswald", sans-serif;
  font-size: clamp( 1.7777777778rem, 1.9396551724vw + 0.7088122605rem, 2.7777777778rem );
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1.1111111111rem;
  position: relative;
}
.alert-overlay .txt-holder .title:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  height: 52px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.alert-overlay .txt-holder .title a {
  color: inherit;
}
.alert-overlay .txt-holder .update {
  font-weight: 400;
  color: #011359;
  font-size: 1.3333333333rem;
  margin-top: 1.6666666667rem;
  line-height: 1;
  display: none;
}
.alert-overlay .txt-holder .update i {
  font-size: 90%;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.alert-overlay .txt-holder .text {
  max-height: 15.5555555556rem;
  height: 100%;
  position: relative;
  overflow: auto;
  padding-bottom: 40px;
}
@media all and (min-width: 992px) {
  .alert-overlay .txt-holder .text {
    padding-right: 0.8888888889rem;
    padding-bottom: 3.3333333333rem;
    min-height: 18.8888888889rem;
    max-height: 23.3333333333rem;
  }
}
.alert-overlay .txt-holder .text > *:last-child {
  margin-bottom: 0;
}
.alert-overlay .more-icon {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: clamp( 2.7777777778rem, 2.6939655172vw + 1.2931034483rem, 4.1666666667rem );
  height: clamp( 2.7777777778rem, 2.6939655172vw + 1.2931034483rem, 4.1666666667rem );
  color: #FFFFFF;
  overflow: hidden;
}
.alert-overlay .more-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  z-index: -1;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  pointer-events: none;
  background: -webkit-linear-gradient(315deg, #011359 0%, #011359 50%, #01021F 50%, #01021F 100%);
  background: -moz-linear-gradient(315deg, #011359 0%, #011359 50%, #01021F 50%, #01021F 100%);
  background: -o-linear-gradient(315deg, #011359 0%, #011359 50%, #01021F 50%, #01021F 100%);
  background: linear-gradient(135deg, #011359 0%, #011359 50%, #01021F 50%, #01021F 100%);
}
.no-touch .alert-overlay .more-icon:hover:after {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.alert-overlay .more-icon:before {
  display: block;
  text-align: center;
  font-size: clamp( 1.3333333333rem, 0.8620689655vw + 0.8582375479rem, 1.7777777778rem );
  line-height: clamp( 2.7777777778rem, 2.6939655172vw + 1.2931034483rem, 4.1666666667rem );
}
.alert-overlay .more-icon a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.alert-overlay .alert-icon {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  line-height: clamp( 2.7777777778rem, 2.6939655172vw + 1.2931034483rem, 4.1666666667rem );
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  text-transform: uppercase;
  font-weight: 200;
  font-family: "Oswald", sans-serif;
  color: #011359;
  font-size: clamp( 1.3888888889rem, 0.4310344828vw + 1.1513409962rem, 1.6111111111rem );
}
.alert-overlay .alert-icon i {
  display: block;
  position: relative;
  width: clamp( 2.7777777778rem, 2.6939655172vw + 1.2931034483rem, 4.1666666667rem );
  height: clamp( 2.7777777778rem, 2.6939655172vw + 1.2931034483rem, 4.1666666667rem );
  background: #D61B17;
  color: #FFFFFF;
  margin-right: 1rem;
}
.alert-overlay .alert-icon i:before {
  display: block;
  text-align: center;
  font-size: clamp( 1.3333333333rem, 0.8620689655vw + 0.8582375479rem, 1.7777777778rem );
  line-height: clamp( 2.7777777778rem, 2.6939655172vw + 1.2931034483rem, 4.1666666667rem );
}
.alert-overlay .whole-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 2;
  display: none;
}
@media all and (min-width: 992px) {
  .alert-overlay .whole-link {
    display: block;
  }
}
.alert-overlay .close-btn {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  top: 0;
  right: 0;
  width: clamp( 3.3333333333rem, 2.8017241379vw + 1.7892720307rem, 4.7777777778rem );
  height: clamp( 3.3333333333rem, 2.8017241379vw + 1.7892720307rem, 4.7777777778rem );
  background: transparent;
  pointer-events: auto;
  border: none;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  z-index: 2;
  overflow: hidden;
}
.alert-overlay .close-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  z-index: -1;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  pointer-events: none;
  background: -webkit-linear-gradient(315deg, #D61B17 0%, #D61B17 50%, #B30303 50%, #B30303 100%);
  background: -moz-linear-gradient(315deg, #D61B17 0%, #D61B17 50%, #B30303 50%, #B30303 100%);
  background: -o-linear-gradient(315deg, #D61B17 0%, #D61B17 50%, #B30303 50%, #B30303 100%);
  background: linear-gradient(135deg, #D61B17 0%, #D61B17 50%, #B30303 50%, #B30303 100%);
}
.no-touch .alert-overlay .close-btn:hover:after {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.alert-overlay .close-btn:before {
  display: block;
  text-align: center;
  font-size: clamp( 1.5555555556rem, 0.8620689655vw + 1.0804597701rem, 2rem );
  line-height: clamp( 3.3333333333rem, 2.8017241379vw + 1.7892720307rem, 4.7777777778rem );
}
@media (max-width: 991px) {
  .alert-overlay {
    /*@media (max-height: 660px) {
      .txt-holder {
        padding: rems(50px) rems(22px) rems(25px);

        .text {
          max-height: 80vh;
          max-height: 80svh;
        }
      }
    }*/
  }
  .alert-overlay .txt-holder .title {
    font-size: 1.3333333333rem;
  }
  .alert-overlay .txt-holder .update {
    font-size: 0.8888888889rem;
  }
  .alert-overlay .txt-holder .text {
    max-height: 50vh;
    max-height: 50svh;
  }
}

.notice-overlay {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 18;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  display: none;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.64s, visibility 0.64s, -webkit-transform 0.96s;
  transition: opacity 0.64s, visibility 0.64s, -webkit-transform 0.96s;
  -o-transition: opacity 0.64s, visibility 0.64s, -o-transform 0.96s;
  -moz-transition: transform 0.96s, opacity 0.64s, visibility 0.64s, -moz-transform 0.96s;
  transition: transform 0.96s, opacity 0.64s, visibility 0.64s;
  transition: transform 0.96s, opacity 0.64s, visibility 0.64s, -webkit-transform 0.96s, -moz-transform 0.96s, -o-transform 0.96s;
}
.secondLvl .notice-overlay, ._loaded .notice-overlay {
  display: block;
}
.notice-overlay .notices-holder {
  position: relative;
  background: #FFFFFF;
  height: 100%;
  width: 100%;
}
@media all and (min-width: 992px) {
  .notice-overlay .notices-holder {
    width: 51.1111111111rem;
    margin-left: auto;
    margin-right: auto;
  }
}
._notice-open .notice-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.32s, visibility 0.32s, -webkit-transform 0.64s;
  transition: opacity 0.32s, visibility 0.32s, -webkit-transform 0.64s;
  -o-transition: opacity 0.32s, visibility 0.32s, -o-transform 0.64s;
  -moz-transition: transform 0.64s, opacity 0.32s, visibility 0.32s, -moz-transform 0.64s;
  transition: transform 0.64s, opacity 0.32s, visibility 0.32s;
  transition: transform 0.64s, opacity 0.32s, visibility 0.32s, -webkit-transform 0.64s, -moz-transform 0.64s, -o-transform 0.64s;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.notice-overlay .notices-items {
  position: relative;
  height: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 4.4444444444rem 1.1111111111rem 3.3333333333rem;
}
@media all and (min-width: 992px) {
  .notice-overlay .notices-items {
    padding: 4.4444444444rem 2.7777777778rem;
    margin-top: 4.4444444444rem;
  }
}
.notice-overlay .notice-item {
  position: relative;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
}
@media all and (min-width: 992px) {
  .notice-overlay .notice-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.notice-overlay .notice-item .img-holder {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  width: 24%;
  height: 0;
  padding-bottom: 24%;
}
.notice-overlay .notice-item .img-holder img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.notice-overlay .notice-item .img-holder + .txt-holder {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 72%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 72%;
          flex: 0 0 72%;
  width: 72%;
  padding-right: 0;
}
.notice-overlay .notice-item .txt-holder {
  width: 100%;
  padding-right: 1.1111111111rem;
}
@media all and (min-width: 992px) {
  .notice-overlay .notice-item .txt-holder {
    padding-right: 0;
  }
}
.notice-overlay .notice-item .txt-holder:before {
  content: "notice";
  text-transform: capitalize;
  background: #005450;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1111111111rem;
  padding: 0.3333333333rem 1.1111111111rem;
  margin-bottom: 0.5555555556rem;
  display: inline-block;
}
.notice-overlay .notice-item .txt-holder h4 {
  font-family: "Oswald", sans-serif;
  font-size: clamp( 1.4444444444rem, 0.8223684211vw + 0.9912280702rem, 1.7222222222rem );
  font-weight: 700;
  color: #011359;
  margin-bottom: 0.7777777778rem;
  position: relative;
}
.notice-overlay .notice-item .txt-holder .secondLvlCss > *:last-child {
  margin-bottom: 0;
}
.notice-overlay .notice-item .txt-holder .more-icon {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp( 2.4444444444rem, 0.4310344828vw + 2.2068965517rem, 2.6666666667rem );
  height: clamp( 2.4444444444rem, 0.4310344828vw + 2.2068965517rem, 2.6666666667rem );
  background: #005450;
  color: #FFFFFF;
}
.notice-overlay .notice-item .txt-holder .more-icon:before {
  display: block;
  text-align: center;
  font-size: clamp( 1.1111111111rem, 0.8620689655vw + 0.6360153257rem, 1.5555555556rem );
  line-height: clamp( 2.4444444444rem, 0.4310344828vw + 2.2068965517rem, 2.6666666667rem );
}
.notice-overlay .notice-item + .notice-item {
  margin-top: 2.2222222222rem;
}
.notice-overlay .notice-item.hasUrl .txt-holder {
  padding-right: 50px;
}
.notice-overlay .notice-item.hasUrl .more-icon {
  display: block;
}
.no-touch .notice-overlay .notice-item.hasUrl:hover .img-holder img {
  -webkit-transform: scale(1.12);
     -moz-transform: scale(1.12);
      -ms-transform: scale(1.12);
       -o-transform: scale(1.12);
          transform: scale(1.12);
}
.notice-overlay .whole-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.notice-overlay .close-btn {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  top: 0;
  right: 0;
  width: clamp( 3.3333333333rem, 2.8017241379vw + 1.7892720307rem, 4.7777777778rem );
  height: clamp( 3.3333333333rem, 2.8017241379vw + 1.7892720307rem, 4.7777777778rem );
  pointer-events: auto;
  border: none;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  z-index: 2;
  overflow: hidden;
}
.notice-overlay .close-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  z-index: -1;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  pointer-events: none;
  background: -webkit-linear-gradient(315deg, #005450 0%, #005450 50%, #002D2B 50%, #002D2B 100%);
  background: -moz-linear-gradient(315deg, #005450 0%, #005450 50%, #002D2B 50%, #002D2B 100%);
  background: -o-linear-gradient(315deg, #005450 0%, #005450 50%, #002D2B 50%, #002D2B 100%);
  background: linear-gradient(135deg, #005450 0%, #005450 50%, #002D2B 50%, #002D2B 100%);
}
.no-touch .notice-overlay .close-btn:hover:after {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.notice-overlay .close-btn:before {
  display: block;
  text-align: center;
  font-size: clamp( 1.5555555556rem, 0.8620689655vw + 1.0804597701rem, 2rem );
  line-height: clamp( 3.3333333333rem, 2.8017241379vw + 1.7892720307rem, 4.7777777778rem );
}
.live-banner {
  position: absolute;
  width: 32vw;
  top: 3.3333333333rem;
  left: clamp( 27.7777777778rem, 34.4827586207vw + 8.7739463602rem, 45.5555555556rem );
  z-index: 2;
  padding: 0.3333333333rem 0.2222222222rem;
  background: rgba(6, 10, 16, 0.4);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.48s;
  -o-transition: opacity 0.48s;
  -moz-transition: opacity 0.48s;
  transition: opacity 0.48s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .live-banner {
    top: 56px;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
}
.no-touch .live-banner:hover .live-marquee {
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
}
.live-banner:before {
  display: block;
  position: absolute;
  right: 0.4444444444rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2777777778rem;
}
._loaded .live-banner {
  opacity: 1;
  visibility: visible;
}
.live-banner .live-status {
  border: 0.0555555556rem solid #FFFFFF;
  padding: 0.1111111111rem 0.8888888889rem 0.1111111111rem 1.5555555556rem;
  font-family: "Oswald", sans-serif;
  font-size: clamp( 0.8888888889rem, 0.6465517241vw + 0.5325670498rem, 1.2222222222rem );
  line-height: 1.3888888889rem;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}
.live-banner .live-status:before, .live-banner .live-status:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5555555556rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5555555556rem;
  height: 0.5555555556rem;
  background-color: #A9133C;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  pointer-events: none;
}
.live-banner .live-status:after {
  left: 0.3888888889rem;
  width: 0.8888888889rem;
  height: 0.8888888889rem;
  -webkit-animation: pulsate 1.5s infinite;
     -moz-animation: pulsate 1.5s infinite;
       -o-animation: pulsate 1.5s infinite;
          animation: pulsate 1.5s infinite;
  background-color: transparent;
  border: 0.1111111111rem solid #e93969;
}
.live-banner .live-content {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  margin-left: 0.4444444444rem;
  margin-right: 1.7777777778rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.live-banner .live-marquee {
  white-space: nowrap;
  font-size: clamp( 0.7777777778rem, 0.4081632653vw + 0.6757369615rem, 1.1111111111rem );
  line-height: 1.7222222222rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 1px;
  position: relative;
  -webkit-animation: marquee 18s linear infinite;
     -moz-animation: marquee 18s linear infinite;
       -o-animation: marquee 18s linear infinite;
          animation: marquee 18s linear infinite;
}
.live-banner .live-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-indent: -9999px;
}

.menu-btn-holder {
  position: fixed;
  z-index: 4;
  top: 76px;
  left: 20px;
  -webkit-transition: 0.12s;
  -o-transition: 0.12s;
  -moz-transition: 0.12s;
  transition: 0.12s;
}
@media all and (max-width: 991px) {
  ._hasLiveBanner .menu-btn-holder {
    top: 120px;
  }
  ._hasLiveBanner .menu-btn-holder:has(._hide) {
    top: 76px;
  }
}
@media all and (max-width: 991px) {
  ._menu-open .menu-btn-holder {
    top: 76px;
  }
}
@media all and (min-width: 992px) {
  .menu-btn-holder {
    top: 40px;
    left: 70px;
  }
}
.menu-btn-holder._revers .menu-btn i:before {
  background: -webkit-linear-gradient(315deg, #011359 0%, #011359 50%, #276ab3 50%, #276ab3 100%);
  background: -moz-linear-gradient(315deg, #011359 0%, #011359 50%, #276ab3 50%, #276ab3 100%);
  background: -o-linear-gradient(315deg, #011359 0%, #011359 50%, #276ab3 50%, #276ab3 100%);
  background: linear-gradient(135deg, #011359 0%, #011359 50%, #276ab3 50%, #276ab3 100%);
}
.menu-btn-holder._sticky .menu-btn:after {
  opacity: 0;
  visibility: hidden;
}

.menu-btn {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 30px 7px 0;
  cursor: pointer;
  background: #011359;
  border: none;
  z-index: 0;
}
@media all and (min-width: 992px) {
  .menu-btn {
    width: 85px;
    height: 85px;
    padding: 42px 7px 0;
  }
}
.menu-btn span {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 26px;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  z-index: 1;
}
@media all and (min-width: 992px) {
  .menu-btn span {
    width: 37px;
  }
}
.menu-btn span:before, .menu-btn span:after {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
@media all and (min-width: 992px) {
  .menu-btn span:before, .menu-btn span:after {
    width: 37px;
  }
}
.menu-btn span:before {
  top: -10px;
}
@media all and (min-width: 992px) {
  .menu-btn span:before {
    top: -12px;
  }
}
.menu-btn span:after {
  top: 10px;
}
@media all and (min-width: 992px) {
  .menu-btn span:after {
    top: 12px;
  }
}
.menu-btn:after {
  content: "menu";
  display: block;
  position: relative;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 1px;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.12s;
  -o-transition: 0.12s;
  -moz-transition: 0.12s;
  transition: 0.12s;
  font-size: 14px;
  margin-top: 30px;
}
@media all and (min-width: 992px) {
  .menu-btn:after {
    margin-top: 44px;
    font-size: 20px;
  }
}
.menu-btn._hide:not(.active):after {
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 991px) {
  .menu-btn._hide.active:after {
    opacity: 0;
    visibility: hidden;
  }
}
.menu-btn i {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  mix-blend-mode: screen;
}
.menu-btn i:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 170px;
  z-index: -1;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  background: -webkit-linear-gradient(315deg, #276ab3 0%, #276ab3 50%, #011359 50%, #011359 100%);
  background: -moz-linear-gradient(315deg, #276ab3 0%, #276ab3 50%, #011359 50%, #011359 100%);
  background: -o-linear-gradient(315deg, #276ab3 0%, #276ab3 50%, #011359 50%, #011359 100%);
  background: linear-gradient(135deg, #276ab3 0%, #276ab3 50%, #011359 50%, #011359 100%);
  pointer-events: none;
}
._menu-open .menu-btn:after {
  content: "close";
}
._menu-open .menu-btn i:before {
  background: -webkit-linear-gradient(315deg, #276ab3 0%, #276ab3 50%, #011359 50%, #011359 100%);
  background: -moz-linear-gradient(315deg, #276ab3 0%, #276ab3 50%, #011359 50%, #011359 100%);
  background: -o-linear-gradient(315deg, #276ab3 0%, #276ab3 50%, #011359 50%, #011359 100%);
  background: linear-gradient(135deg, #276ab3 0%, #276ab3 50%, #011359 50%, #011359 100%);
}
._menu-open .menu-btn span {
  background: transparent !important;
}
._menu-open .menu-btn span:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}
._menu-open .menu-btn span:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
.no-touch .menu-btn:hover i:before {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cta-holder {
  position: absolute;
  z-index: 4;
}
@media all and (max-width: 991px) {
  .cta-holder {
    top: 0;
    left: 0;
    width: 100%;
    background: #011359;
    padding: 15px 10px;
    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;
    position: fixed;
  }
}
@media all and (min-width: 992px) {
  .cta-holder {
    top: 70px;
    left: 200px;
  }
}
.cta-holder > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  font-family: "Outfit", sans-serif;
  font-size: clamp( 0.7777777778rem, 1.0775862069vw + 0.183908046rem, 1.3333333333rem );
  font-weight: 700;
  letter-spacing: 1px;
}
.no-touch .cta-holder > ul:hover > li > a, .no-touch .cta-holder > ul:hover > li > span {
  opacity: 0.6;
}
.cta-holder > ul > li {
  position: relative;
}
.cta-holder > ul > li + li:before {
  content: "|";
  font-weight: 400;
  margin: 0 clamp( 0.4444444444rem, 1.9396551724vw + -0.6245210728rem, 1.4444444444rem );
  color: #EB621F;
}
.cta-holder > ul > li span {
  display: inline-block;
  cursor: pointer;
  position: relative;
  line-height: 26px;
  padding-right: 26px;
}
@media all and (min-width: 992px) {
  .cta-holder > ul > li span {
    padding-right: 36px;
  }
}
.cta-holder > ul > li span:after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-40%);
     -moz-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
       -o-transform: translateY(-40%);
          transform: translateY(-40%);
  font-size: 16px;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  right: 0;
}
@media all and (min-width: 992px) {
  .cta-holder > ul > li span:after {
    right: 8px;
  }
}
.cta-holder > ul > li.has-dropdown:hover span {
  opacity: 1 !important;
}
.cta-holder > ul > li.has-dropdown:hover span:after {
  -webkit-transform: translateY(-20%);
     -moz-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
       -o-transform: translateY(-20%);
          transform: translateY(-20%);
}
.cta-holder > ul > li.has-dropdown:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.cta-holder > ul > li ul {
  -webkit-transition: 0.48s;
  -o-transition: 0.48s;
  -moz-transition: 0.48s;
  transition: 0.48s;
  -webkit-transform: translateY(-20px);
     -moz-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
       -o-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  padding-top: 42px;
  z-index: -1;
  text-align: left;
  left: 0;
  font-size: 0.8888888889rem;
}
@media all and (min-width: 992px) {
  .cta-holder > ul > li ul {
    font-size: 1.1111111111rem;
    left: clamp( 1.1111111111rem, 2.1551724138vw + -0.0766283525rem, 2.2222222222rem );
  }
}
.no-touch .cta-holder > ul > li ul:hover li a {
  opacity: 0.6;
}
.cta-holder > ul > li ul:before {
  content: "";
  display: block;
  position: absolute;
  background: #011359;
  left: 0;
  width: 100%;
  top: -10px;
  bottom: -10px;
  z-index: -1;
}
@media all and (min-width: 992px) {
  .cta-holder > ul > li ul:before {
    width: auto;
    right: 0;
    left: -9px;
  }
}
.cta-holder > ul > li ul li {
  padding: 4px 24px 4px 14px;
}
.cta-holder > ul > li ul a {
  font-weight: 400;
  white-space: nowrap;
}
.no-touch .cta-holder > ul > li ul a:hover {
  opacity: 1 !important;
}
.cta-holder a {
  display: inline-block;
  color: #FFFFFF;
  line-height: 26px;
}
.no-touch .cta-holder a {
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.no-touch .cta-holder a:hover {
  opacity: 1 !important;
}

.logo-holder {
  position: absolute;
  z-index: 2;
  top: 76px;
  right: 20px;
}
@media all and (max-width: 991px) {
  ._hasLiveBanner .logo-holder {
    top: 120px;
  }
}
@media all and (min-width: 992px) {
  .logo-holder {
    top: 40px;
    right: 70px;
  }
}
.logo-holder a {
  display: block;
}
.logo-holder img {
  display: block;
  width: clamp( 3.4444444444rem, 8.5069444444vw + -0.1851851852rem, 8.8888888889rem );
  height: auto;
}

.footer {
  position: relative;
  color: #FFFFFF;
}
.footer .footer-contact {
  background: #276AB3;
  padding: clamp( 3.3333333333rem, 6.4655172414vw + -0.2298850575rem, 6.6666666667rem ) 0;
}
.footer .footer-contact .content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
@media all and (min-width: 992px) {
  .footer .footer-contact .content-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row 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: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
.footer .section-header h2 {
  color: #FFFFFF;
}
.footer .section-header h2 strong {
  display: block;
}
.footer .contact-details {
  color: #FFFFFF;
}
.footer .contact-details p a {
  color: #FFFFFF;
}
.no-touch .footer .contact-details p a {
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.no-touch .footer .contact-details p a:hover {
  color: #011359;
}
.footer .socials-holder a {
  color: #FFFFFF;
}
.no-touch .footer .socials-holder a {
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.no-touch .footer .socials-holder a:hover {
  color: #011359;
}
.footer .contact-cta {
  margin-top: 42px;
}
@media all and (min-width: 992px) {
  .footer .contact-cta {
    margin-top: 0;
    width: 274px;
  }
  .footer .contact-cta.show-mobile {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .footer .contact-cta:not(.show-mobile) {
    display: none;
  }
}
.footer .contact-cta li + li {
  margin-top: clamp( 0.4444444444rem, 0.4310344828vw + 0.2068965517rem, 0.6666666667rem );
}
.footer .contact-cta li:nth-child(1) a {
  overflow: hidden;
}
.footer .contact-cta li:nth-child(1) a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  z-index: -1;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  pointer-events: none;
  background: -webkit-linear-gradient(315deg, #EB621F 0%, #EB621F 50%, #D92604 50%, #D92604 100%);
  background: -moz-linear-gradient(315deg, #EB621F 0%, #EB621F 50%, #D92604 50%, #D92604 100%);
  background: -o-linear-gradient(315deg, #EB621F 0%, #EB621F 50%, #D92604 50%, #D92604 100%);
  background: linear-gradient(135deg, #EB621F 0%, #EB621F 50%, #D92604 50%, #D92604 100%);
}
.no-touch .footer .contact-cta li:nth-child(1) a:hover:after {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.footer .contact-cta li:nth-child(2) a {
  overflow: hidden;
}
.footer .contact-cta li:nth-child(2) a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  z-index: -1;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  pointer-events: none;
  background: -webkit-linear-gradient(315deg, #6C98D0 0%, #6C98D0 50%, #2E5BAA 50%, #2E5BAA 100%);
  background: -moz-linear-gradient(315deg, #6C98D0 0%, #6C98D0 50%, #2E5BAA 50%, #2E5BAA 100%);
  background: -o-linear-gradient(315deg, #6C98D0 0%, #6C98D0 50%, #2E5BAA 50%, #2E5BAA 100%);
  background: linear-gradient(135deg, #6C98D0 0%, #6C98D0 50%, #2E5BAA 50%, #2E5BAA 100%);
}
.no-touch .footer .contact-cta li:nth-child(2) a:hover:after {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.footer .contact-cta li:nth-child(3) a {
  overflow: hidden;
}
.footer .contact-cta li:nth-child(3) a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  z-index: -1;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  pointer-events: none;
  background: -webkit-linear-gradient(315deg, #A09C2C 0%, #A09C2C 50%, #645F08 50%, #645F08 100%);
  background: -moz-linear-gradient(315deg, #A09C2C 0%, #A09C2C 50%, #645F08 50%, #645F08 100%);
  background: -o-linear-gradient(315deg, #A09C2C 0%, #A09C2C 50%, #645F08 50%, #645F08 100%);
  background: linear-gradient(135deg, #A09C2C 0%, #A09C2C 50%, #645F08 50%, #645F08 100%);
}
.no-touch .footer .contact-cta li:nth-child(3) a:hover:after {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.footer .contact-cta a {
  display: block;
  text-align: center;
  color: #FFFFFF;
  padding: clamp( 1.3888888889rem, 0.5387931034vw + 1.091954023rem, 1.6666666667rem ) 20px;
  position: relative;
  z-index: 1;
}
.footer .contact-cta a img {
  display: block;
  margin: 0 auto 12px;
  width: clamp( 2.2222222222rem, 2.1551724138vw + 1.0344827586rem, 3.3333333333rem );
}
.footer .contact-cta a span {
  display: block;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: clamp( 1.1111111111rem, 0.8680555556vw + 0.7407407407rem, 1.6666666667rem );
  font-weight: 700;
}
.footer .footer-promos {
  background: rgba(108, 152, 208, 0.2);
  padding: clamp( 2.2222222222rem, 4.3103448276vw + -0.153256705rem, 4.4444444444rem ) 0;
}
.footer .footer-promos .promos-holder {
  position: relative;
  margin: 0 -20px;
}
@media all and (max-width: 991px) {
  .footer .footer-promos .promos-holder .promo-card {
    padding: 0 0 0 20px;
  }
}
.footer .footer-promos .promos-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.footer .footer-promos .promos-controls {
  padding: 0 20px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.footer .footer-promos .promos-controls:empty {
  display: none;
}
.footer .footer-tos {
  color: #FFFDFC;
  position: relative;
  background: #172D71;
  padding: 20px 80px 20px 20px;
  font-size: 0.9444444444rem;
  line-height: 20px;
  gap: 20px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media all and (max-width: 991px) {
  .media-template .footer .footer-tos {
    padding-bottom: 80px;
  }
}
@media all and (min-width: 992px) {
  .footer .footer-tos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding: 28px 30px;
  }
}
.footer .footer-tos a {
  color: #FFFDFC;
}
.no-touch .footer .footer-tos a:hover {
  text-decoration: underline;
}
.footer .footer-tos ul li {
  display: inline-block;
}
.footer .footer-tos ul li:before {
  content: " | ";
  margin: 0 8px;
}
.footer .footer-tos ul li:first-child:before {
  display: none;
}
.footer .scroll-top {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 76px;
  height: 76px;
  background: #011359;
  cursor: pointer;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .media-template .footer .scroll-top {
    bottom: 60px;
  }
}
@media all and (min-width: 992px) {
  .footer .scroll-top {
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.footer .scroll-top:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  z-index: -1;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  pointer-events: none;
  background: -webkit-linear-gradient(315deg, #011359 0%, #011359 50%, #01021F 50%, #01021F 100%);
  background: -moz-linear-gradient(315deg, #011359 0%, #011359 50%, #01021F 50%, #01021F 100%);
  background: -o-linear-gradient(315deg, #011359 0%, #011359 50%, #01021F 50%, #01021F 100%);
  background: linear-gradient(135deg, #011359 0%, #011359 50%, #01021F 50%, #01021F 100%);
}
.no-touch .footer .scroll-top:hover:after {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.footer .scroll-top:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 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%);
  font-size: 1.3888888889rem;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.no-touch .footer .scroll-top:hover:before {
  top: 40%;
}

.socials-holder {
  --social-spacing: 32px;
  margin-top: 12px;
  margin-left: -8px;
}
.socials-holder ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.socials-holder li {
  line-height: var(--social-spacing);
}
.socials-holder li + li {
  margin-left: 12px;
}
.socials-holder a {
  position: relative;
  display: block;
  width: var(--social-spacing);
  height: var(--social-spacing);
  text-indent: -9999px;
  text-align: center;
}
.socials-holder a:before {
  text-indent: 0;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: var(--social-spacing);
}

.contact-details {
  margin-top: clamp( 1.7777777778rem, 1.9396551724vw + 0.7088122605rem, 2.7777777778rem );
  font-size: clamp( 0.8888888889rem, 0.4310344828vw + 0.6513409962rem, 1.1111111111rem );
  line-height: 2;
}
.contact-details > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
@media all and (min-width: 992px) {
  .contact-details > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.contact-details > ul > li + li {
  margin-top: 26px;
}
@media all and (min-width: 992px) {
  .contact-details > ul > li + li {
    margin-top: 0;
    margin-left: clamp( 2.2222222222rem, 6.4655172414vw + -1.3409961686rem, 5.5555555556rem );
  }
}
.contact-details h4 {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp( 1.2777777778rem, 0.7543103448vw + 0.8620689655rem, 1.6666666667rem );
  margin-bottom: 12px;
  line-height: 1;
}
.contact-details p a {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.contact-details p a:before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.8888888889rem;
}

.secondLvlCss {
  /* youtube iframe */
}
.secondLvlCss h1 {
  font-family: "Oswald", sans-serif;
  font-size: clamp( 3.0555555556rem, 2.6939655172vw + 1.5708812261rem, 4.4444444444rem );
  line-height: 1;
  font-weight: 700;
  color: #011359;
  margin: 0 0 clamp( 1.6666666667rem, 2.1551724138vw + 0.4789272031rem, 2.7777777778rem );
}
.secondLvlCss h2 {
  font-family: "Oswald", sans-serif;
  font-size: clamp( 2.7777777778rem, 0.6465517241vw + 2.4214559387rem, 3.1111111111rem );
  line-height: 1;
  font-weight: 700;
  color: #276AB3;
  margin: 0 0 clamp( 1.6666666667rem, 2.1551724138vw + 0.4789272031rem, 2.7777777778rem );
}
.secondLvlCss h2::first-letter {
  text-transform: uppercase;
}
.secondLvlCss h3 {
  font-family: "Outfit", sans-serif;
  font-size: clamp( 2.1111111111rem, 0.6465517241vw + 1.754789272rem, 2.4444444444rem );
  line-height: 1.1;
  font-weight: 700;
  color: #011359;
  margin: 0 0 clamp( 1.6666666667rem, 2.1551724138vw + 0.4789272031rem, 2.7777777778rem );
}
.secondLvlCss h3::first-letter {
  text-transform: uppercase;
}
.secondLvlCss h4 {
  font-family: "Oswald", sans-serif;
  font-size: clamp( 1.7777777778rem, 0.6465517241vw + 1.4214559387rem, 2.1111111111rem );
  line-height: 1.1;
  font-weight: 700;
  color: #276AB3;
  margin: 0 0 clamp( 1.6666666667rem, 2.1551724138vw + 0.4789272031rem, 2.7777777778rem );
}
.secondLvlCss h4::first-letter {
  text-transform: uppercase;
}
.secondLvlCss h5 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  color: #276AB3;
  margin: 0 0 clamp( 1.6666666667rem, 2.1551724138vw + 0.4789272031rem, 2.7777777778rem );
}
.secondLvlCss h5::first-letter {
  text-transform: uppercase;
}
.secondLvlCss p {
  font-family: "Outfit", sans-serif;
  font-size: clamp( 1.1111111111rem, 0.2155172414vw + 0.9923371648rem, 1.2222222222rem );
  line-height: 1.4;
  font-weight: 300;
  color: #011359;
  margin: 0 0 clamp( 1.6666666667rem, 2.1551724138vw + 0.4789272031rem, 2.7777777778rem );
}
.secondLvlCss p a {
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
}
.secondLvlCss p.featuredParagraph {
  font-size: clamp( 1.2222222222rem, 0.6465517241vw + 0.8659003831rem, 1.5555555556rem );
  color: #276AB3;
  font-weight: 700;
}
.secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn) {
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  display: inline;
  -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: #011359;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 3px;
  -webkit-text-decoration-color: #276AB3;
     -moz-text-decoration-color: #276AB3;
          text-decoration-color: #276AB3;
  text-underline-offset: 3px;
}
.secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href$=".pdf"], .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[target=_blank]:not([href$=".pdf"]), .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=mailto] {
  margin-right: 8px;
  padding-right: 24px;
  position: relative;
  display: inline-block;
}
.secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href$=".pdf"]:before, .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[target=_blank]:not([href$=".pdf"]):before, .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=mailto]:before {
  display: block;
  font-size: 100%;
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[target=_blank]:not([href$=".pdf"]) {
  padding-right: 24px;
}
.secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=mailto] {
  margin-right: 8px;
  padding-right: 24px;
}
.secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=mailto]:before {
  top: 3px;
}
html.no-touch .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn):hover {
  -webkit-text-decoration-color: rgba(39, 106, 179, 0.56);
     -moz-text-decoration-color: rgba(39, 106, 179, 0.56);
          text-decoration-color: rgba(39, 106, 179, 0.56);
}
.secondLvlCss hr {
  height: 10px;
  display: block;
  position: relative;
  margin: 0 0 clamp( 1.6666666667rem, 2.1551724138vw + 0.4789272031rem, 2.7777777778rem );
  background: #E1E9F4;
  border: none;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
}
.secondLvlCss blockquote {
  font-family: "Outfit", sans-serif;
  font-size: clamp( 1.1111111111rem, 1.724137931vw + 0.1609195402rem, 2rem );
  font-weight: 300;
  line-height: 1.3;
  display: block;
  color: #011359;
  position: relative;
  text-align: left;
  padding-left: 60px;
  padding-right: 60px;
  margin: clamp( 1.6666666667rem, 2.1551724138vw + 0.4789272031rem, 2.7777777778rem ) 0;
}
@media all and (max-width: 767px) {
  .secondLvlCss blockquote {
    padding-right: 0;
  }
}
.secondLvlCss blockquote:before {
  content: "";
  width: 44px;
  height: 24px;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  background: url("/Images/assets/quote-start.png") no-repeat center/contain;
}
.secondLvlCss blockquote:after {
  content: "";
  width: 44px;
  height: 24px;
  display: block;
  position: absolute;
  bottom: 2px;
  right: 0;
  background: url("/Images/assets/quote-end.png") no-repeat center/contain;
}
@media all and (max-width: 767px) {
  .secondLvlCss blockquote:after {
    bottom: 20px;
  }
}
.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;
  display: inline;
  color: inherit;
}
.secondLvlCss .table-wrap {
  max-width: 100%;
  position: relative;
  margin: var(--cp-paragraph-spacing) 0;
  overflow: hidden;
}
.secondLvlCss .table-wrap table {
  margin: 0;
}
.secondLvlCss .table-wrap.responsive-table:after {
  content: "";
  width: 2.2222222222rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
  z-index: 2;
  -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;
}
.secondLvlCss .table-wrap.responsive-table:before {
  content: "";
  font-family: "ficons" !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;
  z-index: 3;
  font-size: 1.3333333333rem;
  color: #276AB3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  pointer-events: none;
  -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;
}
.secondLvlCss .table-wrap.responsive-table.hide-scroll:before {
  opacity: 0;
  -webkit-transform: translate(100%, -50%);
     -moz-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
       -o-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.secondLvlCss .table-wrap.responsive-table.hide-scroll:after {
  opacity: 0;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}
.secondLvlCss table {
  max-width: 100%;
  margin-bottom: var(--cp-paragraph-spacing);
  position: relative;
  border: none;
  display: block;
  overflow-y: auto;
  overflow-x: auto;
}
html.touch .secondLvlCss table {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.secondLvlCss table td,
.secondLvlCss table th {
  width: 900px;
  min-width: 10ch;
  font-size: clamp( 1.1111111111rem, 0.2155172414vw + 0.9923371648rem, 1.2222222222rem );
  line-height: 1.4;
  color: #011359;
  border-left: 0.1111111111rem solid #011359;
  padding: 0.8333333333rem;
  font-weight: 300;
}
.secondLvlCss table td p,
.secondLvlCss table th p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.secondLvlCss table tbody tr th {
  vertical-align: middle;
}
.secondLvlCss table tbody tr:last-child th {
  border-bottom: none;
}
.secondLvlCss table tbody tr:nth-child(2n) th {
  background: #011359;
}
.secondLvlCss table tbody tr:nth-child(2n+1) th {
  background: #152666;
}
.secondLvlCss table th,
.secondLvlCss table .head-column {
  font-size: clamp( 1.2222222222rem, 0.4310344828vw + 0.9846743295rem, 1.4444444444rem );
  font-weight: 600;
  color: #FFFFFF;
  font-family: "Outfit", sans-serif;
  background: #011359;
  border-left: none;
}
.secondLvlCss table tr:last-child td {
  border-bottom: none;
}
.secondLvlCss table tr td:first-child, .secondLvlCss table tr th:first-child {
  border-left: none;
}
.secondLvlCss table tr:nth-child(2n) td {
  background: #E1E9F4;
}
.secondLvlCss table tr:nth-child(2n+1) td {
  background: rgba(225, 233, 244, 0.2);
}
.ckEditorLayout .secondLvlCss table tr:nth-child(2n+1) td {
  background: #FFFFFF;
}
@media (min-width: 0px) {
  .secondLvlCss table .head-column {
    display: none;
  }
  .secondLvlCss table:not(.responsive-table) {
    overflow-y: auto;
    overflow-x: auto;
  }
  html.touch .secondLvlCss table:not(.responsive-table) {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.secondLvlCss .downloadBtn, .secondLvlCss .secondaryDownloadBtn {
  font-family: "Outfit", sans-serif;
  display: inline-block;
  background: transparent;
  position: relative;
  font-size: clamp( 1rem, 0.2155172414vw + 0.8812260536rem, 1.1111111111rem );
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 3px;
  margin: 0;
  padding: 20px;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
  border: 0;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  text-transform: uppercase;
  z-index: 0;
  overflow: hidden;
}
.secondLvlCss .downloadBtn:after, .secondLvlCss .secondaryDownloadBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  z-index: -1;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  pointer-events: none;
  background: -webkit-linear-gradient(315deg, #276AB3 0%, #276AB3 50%, #011359 50%, #011359 100%);
  background: -moz-linear-gradient(315deg, #276AB3 0%, #276AB3 50%, #011359 50%, #011359 100%);
  background: -o-linear-gradient(315deg, #276AB3 0%, #276AB3 50%, #011359 50%, #011359 100%);
  background: linear-gradient(135deg, #276AB3 0%, #276AB3 50%, #011359 50%, #011359 100%);
}
.no-touch .secondLvlCss .downloadBtn:hover:after, .no-touch .secondLvlCss .secondaryDownloadBtn:hover:after {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html.no-touch .secondLvlCss .downloadBtn:hover, html.no-touch .secondLvlCss .secondaryDownloadBtn:hover {
  color: #FFFFFF;
}
.secondLvlCss .secondaryDownloadBtn {
  color: #011359;
  overflow: hidden;
}
.secondLvlCss .secondaryDownloadBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  z-index: -1;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  pointer-events: none;
  background: -webkit-linear-gradient(315deg, #FFFFFF 0%, #FFFFFF 50%, #598ED1 50%, #598ED1 100%);
  background: -moz-linear-gradient(315deg, #FFFFFF 0%, #FFFFFF 50%, #598ED1 50%, #598ED1 100%);
  background: -o-linear-gradient(315deg, #FFFFFF 0%, #FFFFFF 50%, #598ED1 50%, #598ED1 100%);
  background: linear-gradient(135deg, #FFFFFF 0%, #FFFFFF 50%, #598ED1 50%, #598ED1 100%);
}
.no-touch .secondLvlCss .secondaryDownloadBtn:hover:after {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html.no-touch .secondLvlCss .secondaryDownloadBtn:hover {
  color: #FFFFFF;
}
.secondLvlCss ol {
  font-family: "Outfit", sans-serif;
  display: block;
  margin: clamp( 1.6666666667rem, 2.1551724138vw + 0.4789272031rem, 2.7777777778rem ) 0;
  counter-set: foo;
  list-style: none;
}
.secondLvlCss ol li {
  position: relative;
  font-size: clamp( 1.1111111111rem, 0.2155172414vw + 0.9923371648rem, 1.2222222222rem );
  line-height: 1.4;
  font-weight: 300;
  color: #011359;
  padding-left: 40px;
}
.secondLvlCss ol li + li {
  margin-top: clamp( 1.1111111111rem, 1.0775862069vw + 0.5172413793rem, 1.6666666667rem );
}
.secondLvlCss ol li:first-letter {
  text-transform: uppercase;
}
.secondLvlCss ol li:before {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  counter-increment: foo;
  content: counter(foo) ".";
  position: absolute;
  text-align: center;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background: #276AB3;
  color: #FFFFFF;
}
.secondLvlCss ul {
  display: block;
  margin: clamp( 1.6666666667rem, 2.1551724138vw + 0.4789272031rem, 2.7777777778rem ) 0;
}
.secondLvlCss ul li {
  font-size: clamp( 1.1111111111rem, 0.2155172414vw + 0.9923371648rem, 1.2222222222rem );
  line-height: 1.4;
  font-weight: 300;
  list-style-type: none;
  padding-left: 32px;
  position: relative;
  color: #011359;
}
.secondLvlCss ul li + li {
  margin-top: 20px;
}
.secondLvlCss ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: #EB621F;
  position: absolute;
  left: 0;
  top: 8px;
}
.secondLvlCss ul li:first-letter {
  text-transform: uppercase;
}
.secondLvlCss ul li:last-child {
  margin-bottom: 0;
}
.secondLvlCss img {
  width: 100%;
  height: auto;
  margin: clamp( 1.6666666667rem, 2.1551724138vw + 0.4789272031rem, 2.7777777778rem ) 0;
  display: block;
  position: relative;
}
.secondLvlCss img.alignLeft {
  width: 310px;
  height: auto;
  float: left;
  margin: 0 20px 20px 0;
  clear: both;
}
.secondLvlCss img.alignRight {
  width: 310px;
  height: auto;
  float: right;
  margin: 0 0 20px 20px;
  clear: both;
  left: auto;
}
.secondLvlCss > p.image-only:has(img:not([src*=png])) {
  position: relative;
  margin: var(--cp-paragraph-spacing);
}
.secondLvlCss .embed-container {
  margin: clamp( 1.6666666667rem, 2.1551724138vw + 0.4789272031rem, 2.7777777778rem ) 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  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 all and (min-width: 992px) {
  body.secondLvl .secondLvlCss *:not(a):not(strong):not(em):not(b):not(ul):not(ol):not(td):not(tr):not(tbody):not(thead):not(th):not(div):not(span):not(iframe) {
    -webkit-transform: translateY(2rem);
       -moz-transform: translateY(2rem);
        -ms-transform: translateY(2rem);
         -o-transform: translateY(2rem);
            transform: translateY(2rem);
    opacity: 0;
  }
  body.secondLvl .secondLvlCss *:not(a):not(strong):not(em):not(b):not(ul):not(ol):not(td):not(tr):not(tbody):not(thead):not(th):not(div):not(span):not(iframe).animateIn {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    -o-transition: opacity 0.45s ease-in-out, -o-transform 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -moz-transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out, -moz-transform 0.45s ease-in-out, -o-transform 0.45s ease-in-out;
  }
  body.secondLvl .secondLvlCss *:not(a):not(strong):not(em):not(b):not(ul):not(ol):not(td):not(tr):not(tbody):not(thead):not(th):not(div):not(span):not(iframe).animateIn + .animateIn {
    -webkit-transition-delay: 0.1s;
       -moz-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}

@media all and (min-width: 992px) {
  body.secondLvl .mediaPopup .secondLvlCss *:not(a):not(strong):not(em):not(b):not(ul):not(ol):not(td):not(tr):not(tbody):not(thead):not(th):not(div):not(span), body.secondLvl .slideOut .secondLvlCss *:not(a):not(strong):not(em):not(b):not(ul):not(ol):not(td):not(tr):not(tbody):not(thead):not(th):not(div):not(span), body.secondLvl .alert .secondLvlCss *:not(a):not(strong):not(em):not(b):not(ul):not(ol):not(td):not(tr):not(tbody):not(thead):not(th):not(div):not(span), body.secondLvl .adm-async-form-two .secondLvlCss *:not(a):not(strong):not(em):not(b):not(ul):not(ol):not(td):not(tr):not(tbody):not(thead):not(th):not(div):not(span) {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    opacity: 1;
  }
}

@media all and (min-width: 992px) {
  body > * {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.64s;
    transition: -webkit-transform 0.64s;
    -o-transition: -o-transform 0.64s;
    -moz-transition: transform 0.64s, -moz-transform 0.64s;
    transition: transform 0.64s;
    transition: transform 0.64s, -webkit-transform 0.64s, -moz-transform 0.64s, -o-transform 0.64s;
  }
}
@media all and (min-width: 992px) {
  body._menu-open > *:not(.menu-btn-holder):not(.custom-menu) {
    -webkit-transform: translateY(-40vh);
       -moz-transform: translateY(-40vh);
        -ms-transform: translateY(-40vh);
         -o-transform: translateY(-40vh);
            transform: translateY(-40vh);
  }
}
body bugherd-sidebar {
  -webkit-transform: unset !important;
     -moz-transform: unset !important;
      -ms-transform: unset !important;
       -o-transform: unset !important;
          transform: unset !important;
}

.custom-menu {
  width: 100%;
  height: 100%;
  display: block !important;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  overflow: hidden !important;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.64s ease-in-out;
  transition: -webkit-transform 0.64s ease-in-out;
  -o-transition: -o-transform 0.64s ease-in-out;
  -moz-transition: transform 0.64s ease-in-out, -moz-transform 0.64s ease-in-out;
  transition: transform 0.64s ease-in-out;
  transition: transform 0.64s ease-in-out, -webkit-transform 0.64s ease-in-out, -moz-transform 0.64s ease-in-out, -o-transform 0.64s ease-in-out;
}
.custom-menu.loaded {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.custom-menu .open-menu {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  background: #000;
  z-index: 100;
}
.custom-menu.no-animation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.custom-menu.no-animation .cm-levels,
.custom-menu.no-animation .mobile-curl {
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.custom-menu .custom-btn {
  width: 100%;
  max-width: 260px;
}
.custom-menu .level-close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
  z-index: 10;
  color: red;
  font-size: 32px;
  text-align: center;
  line-height: 40px;
}
.no-touch .custom-menu .level-close {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.no-touch .custom-menu .level-close:hover {
  color: red;
}
.custom-menu .curl {
  right: -30px;
  top: 0;
}
.custom-menu .mobile-home-btn {
  display: none;
}
.custom-menu .mobile-horizontal-curl {
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 3;
}
.custom-menu.second-level-active .first-level.cm-levels .cm-item {
  opacity: 0.4;
}
.no-touch .custom-menu.second-level-active .first-level.cm-levels .cm-item:hover {
  opacity: 1;
}
.custom-menu.second-level-active .first-level.cm-levels .cm-item.active {
  opacity: 1;
}
.custom-menu.third-level-active {
  background: red;
}
.custom-menu .bg-close {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background: red;
}
.custom-menu .close-level {
  width: 100%;
  height: 100%;
  display: block;
  background: red;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.custom-menu .open-level {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}
.custom-menu .open-level .arrow {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
}
.custom-menu .open-level .arrow:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: red;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.custom-menu .open-level .arrow:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: green;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.custom-menu .custom-menu__inner {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
}
.custom-menu .menu-container {
  width: 60%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
}
@media all and (min-width: 992px) {
  .custom-menu .menu-container {
    width: 50%;
  }
}
.custom-menu .menu-container .cm-levels {
  pointer-events: all;
}
.custom-menu .menu-container .cm-levels:not(.first-level) {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.48s ease, visibility 0.48s ease-out, -webkit-transform 0.48s ease-out;
  transition: opacity 0.48s ease, visibility 0.48s ease-out, -webkit-transform 0.48s ease-out;
  -o-transition: opacity 0.48s ease, visibility 0.48s ease-out, -o-transform 0.48s ease-out;
  -moz-transition: opacity 0.48s ease, transform 0.48s ease-out, visibility 0.48s ease-out, -moz-transform 0.48s ease-out;
  transition: opacity 0.48s ease, transform 0.48s ease-out, visibility 0.48s ease-out;
  transition: opacity 0.48s ease, transform 0.48s ease-out, visibility 0.48s ease-out, -webkit-transform 0.48s ease-out, -moz-transform 0.48s ease-out, -o-transform 0.48s ease-out;
}
.custom-menu .menu-container .cm-levels.level-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.custom-menu .menu-mobile-helper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 4;
}
.custom-menu .cm-levels {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.custom-menu .cm-levels .cm-levels__close {
  /*width: 60px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 3;*/
  display: block;
}
.custom-menu .cm-levels .cm-levels__close.close-menu-js {
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: absolute;
  display: none;
}
.custom-menu .cm-levels .cm-levels__close.level-close-js {
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: absolute;
}
.custom-menu .cm-levels .cm-level {
  width: 100%;
  display: none;
}
.custom-menu .cm-levels .cm-item {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.custom-menu .cm-levels .cm-item.cm__item-ref {
  padding: 10px 0 !important;
}
.custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref {
  font-family: "Outfit", sans-serif;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #011359;
  cursor: pointer;
  font-size: 1.6666666667rem;
  line-height: 60px;
}
.custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref span {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #011359;
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
  left: -80px;
  width: 60px;
  height: 60px;
  font-size: 23px;
}
.custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref span:before {
  line-height: 64px;
}
.custom-menu .cm-levels .cm-item.cm__item-ref .cm__item-header {
  font-size: 25px;
  letter-spacing: 1.35px;
  line-height: 36px;
  margin: 15px 0 10px;
  text-transform: uppercase;
  color: red;
  display: inline-block !important;
  position: relative;
}
.custom-menu .cm-levels .cm-item.cm__item-ref .cm__item-header:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 3px;
  width: -webkit-calc(100% - 9px);
  width: -moz-calc(100% - 9px);
  width: calc(100% - 9px);
  height: 1px;
  background: red;
}
.custom-menu .cm-levels .cm-item.cm__item-ref .cm__item-header:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid red;
  margin-left: auto;
  margin-right: 0;
}
.custom-menu .cm-levels .cm-item .icon-chevron-right, .custom-menu .cm-levels .cm-item .alert-overlay .txt-holder .update i, .alert-overlay .txt-holder .update .custom-menu .cm-levels .cm-item i {
  font-size: 14px;
  line-height: 1px;
  text-align: center;
  color: #FFFFFF;
  margin-left: 10px;
  display: inline;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels .cm-item .icon-chevron-right, .custom-menu .cm-levels .cm-item .alert-overlay .txt-holder .update i, .alert-overlay .txt-holder .update .custom-menu .cm-levels .cm-item i {
    font-size: 24px;
    margin-left: 20px;
  }
}
.custom-menu .cm-levels .cm-item .arrow {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background: orange;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.custom-menu .cm-levels .cm-item .arrow .global-icon {
  font-size: 15px;
  line-height: 38px;
  display: block;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.custom-menu .cm-levels .cm-item .arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 19px;
  top: 50%;
  left: 0;
  background: rgba(0, 0, 0, 0.12);
  -webkit-transform: rotate(-45deg) translate(7px, 3px);
     -moz-transform: rotate(-45deg) translate(7px, 3px);
      -ms-transform: rotate(-45deg) translate(7px, 3px);
       -o-transform: rotate(-45deg) translate(7px, 3px);
          transform: rotate(-45deg) translate(7px, 3px);
}
.custom-menu .cm-levels .cm-item .arrow-inner {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  font-size: 16px;
  line-height: 30px;
  color: #011359;
  -webkit-transform: scaleY(1);
     -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
       -o-transform: scaleY(1);
          transform: scaleY(1);
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.custom-menu .cm-levels .cm-item.active .arrow-inner {
  -webkit-transform: scaleY(-1);
     -moz-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
       -o-transform: scaleY(-1);
          transform: scaleY(-1);
}
.custom-menu .cm-levels .cm-item.cm-item-ref {
  margin-bottom: 15px;
}
.custom-menu .cm-levels .cm-item .cm-link {
  display: block;
}
.custom-menu .cm-levels .cm-item .cm-link.current:before {
  opacity: 1 !important;
}
.no-touch .custom-menu .cm-levels .cm-item .cm-link:hover:before {
  opacity: 0.6 !important;
}
.custom-menu .cm-levels .cm-item .cm-link-ref {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  padding-left: 46px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #A6085A;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.custom-menu .cm-levels .cm-item .cm-link-ref .arrow {
  width: 12px;
  height: 40px;
  position: absolute;
  left: 13px;
  top: -8px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
}
.custom-menu .cm-levels .cm-item .cm-link-ref .arrow svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-menu .cm-levels .cm-item .cm-link-ref .arrow svg .svg__path {
  fill: #a6085a;
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
html.no-touch .custom-menu .cm-levels .cm-item .cm-link-ref:hover {
  color: #2CCCD3;
}
html.no-touch .custom-menu .cm-levels .cm-item .cm-link-ref:hover .arrow svg .svg__path {
  fill: #2CCCD3;
}
.custom-menu .cm-levels .cm-item .back-head {
  font-size: 40px;
  line-height: 46px;
  color: #002776;
  font-weight: 900;
  display: block;
  margin-top: 15px;
}
.custom-menu .cm-levels .cm-item.cm-item__with-search {
  pointer-events: all;
}
.custom-menu .cm-levels .cm-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 2;
}
.custom-menu .cm-levels .cm-absolute .cml-scroll {
  width: 100%;
  position: absolute;
  top: 70px;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
}
.custom-menu .cm-levels .cm-absolute .cml-scroll._overflow + .overflow-indicator {
  opacity: 1;
  visibility: visible;
}
.custom-menu .cm-levels .cm-absolute .overflow-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.12s;
  -o-transition: 0.12s;
  -moz-transition: 0.12s;
  transition: 0.12s;
  display: none;
}
@media all and (min-width: 768px) {
  .custom-menu .cm-levels .cm-absolute .overflow-indicator {
    display: block;
  }
}
.custom-menu .cm-levels .cm-absolute .overflow-indicator:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 50, 97, 0)), to(#143261));
  background: -webkit-linear-gradient(top, rgba(20, 50, 97, 0) 0%, #143261 100%);
  background: -moz-linear-gradient(top, rgba(20, 50, 97, 0) 0%, #143261 100%);
  background: -o-linear-gradient(top, rgba(20, 50, 97, 0) 0%, #143261 100%);
  background: linear-gradient(to bottom, rgba(20, 50, 97, 0) 0%, #143261 100%);
  z-index: 1;
  display: block;
}
.custom-menu .cm-levels .cm-absolute .overflow-indicator:after {
  position: absolute;
  color: #FFFFFF;
  left: 30px;
  bottom: 30px;
  font-size: 32px;
  z-index: 2;
  display: block;
  /*
            display: none;
            @media all and (min-width: 768px) {
            }*/
}
.custom-menu .cm-levels.first-level {
  width: 100%;
  z-index: 1;
}
.custom-menu .cm-levels.first-level .cm-absolute {
  background: #011359;
}
.custom-menu .cm-levels.first-level .cm-level {
  width: 100%;
  display: block !important;
  padding: 0 60px;
  margin: 0 auto;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels.first-level .cm-level {
    max-width: 480px;
    padding: 0 20px;
  }
}
@media all and (min-width: 1640px) {
  .custom-menu .cm-levels.first-level .cm-level {
    padding: 0;
    margin: 0 auto;
  }
}
.custom-menu .cm-levels.first-level .cm-item {
  padding: 12px 0;
}
.custom-menu .cm-levels.first-level .cm-item .cm-link {
  font-family: "Outfit", sans-serif;
  position: relative;
  z-index: 1;
  font-size: clamp( 1.6666666667rem, 1.6447368421vw + 0.7602339181rem, 2.2222222222rem );
  line-height: 1.1;
  font-weight: 700;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #FFFFFF;
}
.custom-menu .cm-levels.first-level .cm-item .cm-link.current {
  color: #6C98D0;
}
.custom-menu .cm-levels.first-level .cm-item .cm-link span {
  font-size: 23px;
  margin-left: 20px;
  position: relative;
  color: #FFFFFF;
}
.custom-menu .cm-levels.first-level .cm-item .cm-link span:before {
  display: inline-block;
  position: relative;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -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;
}
.no-touch .custom-menu .cm-levels.first-level .cm-item .cm-link:hover {
  color: #6C98D0;
}
.no-touch .custom-menu .cm-levels.first-level .cm-item .cm-link:hover span:before {
  -webkit-transform: translateX(6px);
     -moz-transform: translateX(6px);
      -ms-transform: translateX(6px);
       -o-transform: translateX(6px);
          transform: translateX(6px);
}
.custom-menu .cm-levels.second-level {
  width: 67%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  left: 100%;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels.second-level {
    width: 70%;
  }
}
@media all and (min-width: 1640px) {
  .custom-menu .cm-levels.second-level {
    width: 60%;
  }
}
.custom-menu .cm-levels.second-level .open-level {
  top: 8px;
}
.custom-menu .cm-levels.second-level .cm-item {
  padding: 10px 0;
}
.custom-menu .cm-levels.second-level .cm-item.has-level .cm-link {
  padding-right: 40px;
}
.custom-menu .cm-levels.second-level .cm-absolute {
  background: #6C98D0;
  width: 100%;
}
.custom-menu .cm-levels.second-level .cm-absolute .cml-scroll {
  width: 100%;
}
.custom-menu .cm-levels.second-level .cm-level {
  padding: 0 60px;
  /*@media all and (min-width: $xl) {
    width: 364px;
    margin: 0 auto;
    padding: 0;
  }*/
}
@media all and (min-width: 768px) {
  .custom-menu .cm-levels.second-level .cm-level {
    padding: 0 30px;
  }
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels.second-level .cm-level {
    padding: 0 60px 0 80px;
  }
}
.custom-menu .cm-levels.second-level .cm-level.cm-level-third {
  padding: 0 0 0 20px;
  margin: 10px 0 0 0;
}
.custom-menu .cm-levels.second-level .overflow-indicator {
  bottom: 0;
}
.custom-menu .cm-levels.second-level .overflow-indicator:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 33, 57, 0)), to(#122139));
  background: -webkit-linear-gradient(top, rgba(18, 33, 57, 0) 0%, #122139 100%);
  background: -moz-linear-gradient(top, rgba(18, 33, 57, 0) 0%, #122139 100%);
  background: -o-linear-gradient(top, rgba(18, 33, 57, 0) 0%, #122139 100%);
  background: linear-gradient(to bottom, rgba(18, 33, 57, 0) 0%, #122139 100%);
}
.custom-menu .cm-levels.second-level .cm-link {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: clamp( 1.1111111111rem, 0.6465517241vw + 0.754789272rem, 1.4444444444rem );
  line-height: 1.1;
  color: #011359;
  position: relative;
  display: inline-block;
}
.no-touch .custom-menu .cm-levels.second-level .cm-link:hover {
  text-decoration: underline;
}
.custom-menu .cm-levels.second-level .cm-link .sub-title {
  display: inline-block;
}
.custom-menu .cm-levels.second-level .cm-link .sub-title:before {
  content: "(";
}
.custom-menu .cm-levels.second-level .cm-link .sub-title:after {
  content: ")";
}
.custom-menu .cm-levels.second-level .cm-link.current {
  background: rgba(255, 253, 252, 0.2);
  padding: 0 6px;
}
.custom-menu .cm-levels .cm-level-third .cm-item {
  padding: 0 4px;
}
.custom-menu .cm-levels .cm-level-third .cm-link {
  padding-right: 0;
  line-height: 1.1;
  font-weight: 400;
  font-size: clamp( 1rem, 0.3289473684vw + 0.8187134503rem, 1.1111111111rem );
}
.custom-menu .cm-levels.third-level {
  width: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  left: 1000px;
}
.custom-menu .cm-levels.third-level .cm-levels__close {
  width: 110px;
}
.custom-menu .cm-levels.third-level .level-close {
  right: 120px;
}
.custom-menu .cm-levels.third-level .cm-item:not(.level-title) {
  padding: 10px 0;
}
.custom-menu .cm-levels.third-level .cm-item .back-head {
  font-size: 28px;
  line-height: 24px;
  font-weight: 500;
}
.custom-menu .cm-levels.third-level .cm-absolute {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  right: -300px;
  background: #DFF1FC;
}
.custom-menu .cm-levels.third-level .cm-level {
  padding: 0 40px 0 90px;
}
.custom-menu .cm-levels.third-level .level-title {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
}
.custom-menu .cm-levels.third-level .cm-link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #002776;
  display: block;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.custom-menu .cm-levels .cml-table {
  width: 100%;
  height: 100%;
  display: table;
}
.custom-menu .cm-levels .cml-table .cml-tc {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: top;
}
.custom-menu .cm-levels .cml-table .cml-scroll-wrapper {
  width: 100%;
}
.custom-menu .menu-btn-holder {
  position: absolute;
  z-index: 2;
  pointer-events: auto;
  left: 40px;
  right: 35px;
  top: 20px;
  display: none;
}

@media screen and (min-width: 992px) {
  .custom-menu .menu-container {
    height: 100% !important;
  }
  .custom-menu .cm-levels:not(.first-level) {
    -webkit-transform: translate3d(-40%, 0, 0);
       -moz-transform: translate3d(-40%, 0, 0);
            transform: translate3d(-40%, 0, 0);
  }
  .custom-menu .cm-levels.first-level .cm-absolute .cml-scroll {
    height: -webkit-calc(100% - 200px);
    height: -moz-calc(100% - 200px);
    height: calc(100% - 200px);
    top: 200px;
    bottom: 0;
  }
  .custom-menu .cm-levels.second-level .cm-item {
    padding: 8px 0;
  }
  .custom-menu .cm-levels.second-level .cm-item .cm-level-third .cm-item {
    padding: 4px 0;
  }
  .custom-menu .cm-levels.second-level .cm-absolute .cml-scroll {
    height: -webkit-calc(100% - 140px);
    height: -moz-calc(100% - 140px);
    height: calc(100% - 140px);
    top: 140px;
    bottom: 0;
  }
  .custom-menu .cm-levels .cm-item.cm-item__with-search {
    display: none;
  }
  .custom-menu.loaded .menu-container {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .custom-menu {
    background: #001E5A;
    padding-top: 0;
    overflow: hidden !important;
    /*&.second-level-active {
      .menu-addons {
        display: none;
      }
    }*/
  }
  .custom-menu .cm-levels.first-level .cm-absolute {
    background: none;
  }
  .custom-menu .level-close {
    display: none;
  }
  .custom-menu .menu__scroller {
    visibility: hidden !important;
  }
  .custom-menu .open-level {
    top: -6px;
  }
  .custom-menu .cm-levels {
    padding-top: 180px;
  }
  .custom-menu .cm-levels .cm-item.cm__item-ref {
    display: block;
  }
  .custom-menu .cm-levels .cm-item.cm__item-ref .cm__item-header {
    display: block;
  }
  .custom-menu .cm-levels .cm-absolute .cml-scroll {
    width: 100%;
  }
  .custom-menu .cm-levels.second-level .cm-absolute:after {
    display: none;
  }
  .custom-menu .custom-menu__inner {
    width: 100%;
    height: -webkit-calc(100% - 90px);
    height: -moz-calc(100% - 90px);
    height: calc(100% - 90px);
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .custom-menu .level-title {
    font-size: 22px;
    line-height: 25px;
  }
  .custom-menu .close-level {
    display: none;
  }
  .custom-menu .menu-mobile-helper {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }
  .custom-menu .menu-container {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    pointer-events: all;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    transition: height 0.3s ease;
    overflow: hidden;
  }
  .custom-menu .menu-container .cm-levels {
    pointer-events: none;
    width: 100% !important;
    opacity: 0;
  }
  .custom-menu .menu-container .cm-levels .cm-levels__close {
    display: none;
  }
  .custom-menu .menu-container .cm-levels.level-active {
    pointer-events: all;
  }
  .custom-menu .menu-container .cm-levels .cm-absolute .cml-table {
    height: auto;
    display: block;
  }
  .custom-menu .menu-container .cm-levels .cm-absolute .cml-table .cml-tc {
    display: block;
    height: auto;
  }
  .custom-menu .menu-container .cm-levels .cm-level {
    max-width: none !important;
    padding: 0 20px;
  }
  .custom-menu .menu-container .cm-levels.first-level {
    width: 100%;
    opacity: 1;
    height: auto;
    position: relative;
  }
  .custom-menu .menu-container .cm-levels.first-level .cm-absolute {
    position: relative;
    right: auto;
    top: auto;
    height: auto;
  }
  .custom-menu .menu-container .cm-levels.first-level .cml-scroll {
    position: relative;
    top: auto;
    overflow: visible;
  }
  .custom-menu .menu-container .cm-levels.first-level .cm-item {
    padding: 10px 0;
    /*&:first-child {
      display: none;
    }*/
    /*.arrow {
      height: 26px;

      .global-icon {
        line-height: 26px;
      }
    }*/
  }
  .custom-menu .menu-container .cm-levels.first-level .cm-item .cm-link {
    font-size: 30px;
    line-height: 1.2;
  }
  .custom-menu .menu-container .cm-levels.first-level .cml-scroll:before {
    display: none;
  }
  .custom-menu .menu-container .cm-levels.second-level {
    width: 100% !important;
    max-width: none;
    left: 0;
    z-index: 3;
  }
  .custom-menu .menu-container .cm-levels.second-level .open-level {
    top: 1px;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-level {
    padding: 0 20px 0 80px;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item .cm-link {
    font-size: 26px;
    font-weight: 400;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item .cm-level-third {
    padding: 0 20px;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item .cm-level-third .cm-item {
    padding: 8px 0;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item .cm-level-third .cm-link {
    font-size: 18px;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item.with-level .cm-link {
    padding: 5px 80px 5px 10px;
    border: 1px solid transparent;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item .arrow {
    top: -2px;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-absolute {
    width: 100%;
    max-width: none;
    background: #598ED1;
  }
  .custom-menu .menu-container .cm-levels.second-level .cml-scroll {
    overflow: visible;
    height: 100%;
    top: 0;
    padding-top: 200px;
  }
  .custom-menu .menu-container .cm-levels.third-level {
    width: 100% !important;
    max-width: none;
    left: 0;
    z-index: 4;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-level {
    padding: 0 20px 10px;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-item .cm-link {
    font-size: 15px;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-item:not(.cm-item-ref):not(.cm-item__level-title) {
    padding-left: 32px;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-item.level-title {
    padding: 10px 0 !important;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-item.with-level .cm-link {
    padding: 5px 10px;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-absolute {
    width: 100%;
    max-width: none;
    right: 0;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-link {
    padding-left: 0;
  }
  .custom-menu .menu-container .cm-levels.third-level .cml-scroll {
    overflow-y: auto;
    height: 100%;
    top: 0;
  }
  .custom-menu .menu-container .cm-levels .cm-link {
    pointer-events: all;
  }
  .custom-menu .menu-promos {
    width: 100%;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
  }
  .custom-menu .menu-promos .menu-promos-inner {
    height: auto;
    overflow: visible;
  }
  .custom-menu .menu-promos .promo-row {
    height: 420px;
  }
}
.menu-addons {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 4;
  padding: 40px;
  -moz-transition: all 0.2s 0.6s linear;
  -webkit-transition: all 0.2s 0.6s linear;
  -o-transition: all 0.2s 0.6s linear;
  transition: all 0.2s 0.6s linear;
  background: #FFFFFF;
}
@media all and (max-width: 991px) {
  .menu-addons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}
@media all and (min-width: 992px) {
  .menu-addons {
    padding: 140px 20px 20px;
    background: transparent;
    left: 50%;
    width: 50%;
    height: 100%;
  }
}
.second-level-active .menu-addons {
  -moz-transition: all 0s linear;
  -webkit-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  z-index: 4;
}
@media all and (min-width: 768px) {
  .second-level-active .menu-addons {
    margin-top: 0;
    z-index: 2;
  }
}
@media all and (min-width: 992px) {
  .menu-addons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -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;
    /*
      left: 60%;
      width: 40%;
    }

    @media all and (min-width: $md) {*/
    left: 50%;
    width: 50%;
    -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;
  }
}
.menu-addons .promos-holder {
  display: block;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 991px) {
  .menu-addons .promos-holder {
    max-width: none;
    width: auto;
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.menu-addons .promos-holder .promos-wrap-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-left: 10px;
}
.menu-addons .promos-holder .promos-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.menu-addons .promos-holder .promos-wrap .slick-list {
  overflow: visible;
}
.menu-addons .promos-holder .promos-wrap .promo-card {
  padding: 0 10px;
}
@media all and (min-width: 992px) {
  .menu-addons .promos-holder .promos-wrap .promo-card {
    padding: 0;
    margin: 2%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
  }
}
.menu-addons .contact-details {
  width: 100%;
  max-width: 540px;
  color: #011359;
}
@media all and (max-width: 991px) {
  .menu-addons .contact-details {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.menu-addons .contact-details p a {
  color: #011359;
}
.no-touch .menu-addons .contact-details p a {
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.no-touch .menu-addons .contact-details p a:hover {
  color: #6C98D0;
}
.menu-addons .socials-holder {
  margin-left: -8px;
}
@media all and (max-width: 991px) {
  .menu-addons .socials-holder li + li {
    margin-left: 0;
  }
}
.menu-addons .socials-holder a {
  color: #011359;
}
.no-touch .menu-addons .socials-holder a {
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.no-touch .menu-addons .socials-holder a:hover {
  color: #6C98D0;
}

.custom-menu .cta-holder {
  z-index: 4;
}
@media all and (max-width: 991px) {
  .custom-menu .cta-holder {
    display: none;
  }
}
.custom-menu .cta-holder > ul > li ul {
  left: 0;
  text-align: left;
}
.custom-menu .cta-holder > ul > li ul li {
  padding-left: 0;
}
.custom-menu .cta-holder a:before {
  font-size: 19px;
  margin-right: 12px;
}
.custom-menu .logo-holder {
  z-index: 4;
}
@media all and (max-width: 991px) {
  .custom-menu .logo-holder {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .custom-menu.second-level-active .logo-holder {
    z-index: 2;
  }
}

.mobile-search-holder {
  position: absolute;
  top: 76px;
  right: 20px;
  z-index: 4;
}
.mobile-search-holder a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -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: 60px;
  height: 60px;
  background-color: #A09C2C;
  color: #FFFFFF;
  font-size: 24px;
}
@media all and (min-width: 992px) {
  .mobile-search-holder {
    display: none;
  }
}

.cloned-content {
  display: none;
}

/*
    !!!!! READ THIS BEFORE
    - don't set fixed height / max-height ( the height should be based on ratio / propotional but NOT FIXED )
    - width of the primary card should be always 100%, DON'T SET any MAX-WIDTH
    - any text elements that have unknown size should be truncated and should be responsive based on the container. Don't set a FIXED WIDTH like: 500px, 300px and so on. Only procentual if you want like: 100%,90% but be careful because the card will be resized based on needs in a container
    - it needs to be responsive in every container you add it
    - don't contain it in an upper container. Ex: .example-carousel-container .targeted-card
    - it should work standalone
    - OPTIONAL: if possible can please use global variables ONLY for colors / border-radius ( nothing else, only if advised from other coworkers)
*/
.stat-card {
  width: 100%;
  position: relative;
}
.stat-card .card-inner {
  width: 100%;
  min-width: 100%;
  background: #EB621F;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  /*&:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba($black, .2);
    opacity: 0;
    transition: .32s;
  }

  .no-touch & {
    &:hover {
      &:before {
        opacity: 1;
      }
    }
  }*/
}
.stat-card .card-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  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;
  -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;
  color: #011359;
  line-height: 1.1;
  text-align: left;
  gap: 20px;
}
.stat-card .stat-icon img {
  display: block;
  max-height: 70px;
  width: auto;
}
.stat-card .stat-head {
  font-size: 51px;
  font-weight: 700;
  text-transform: uppercase;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  font-family: "Oswald", sans-serif;
  color: #FFFFFF;
}
.stat-card .stat-description {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
.stat-card .whole-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  text-indent: -999px;
  top: 0;
  left: 0;
  direction: ltr;
}

.story-card {
  width: 100%;
  display: block;
}
.story-card .story-card-inner {
  cursor: pointer;
  padding: 15px 15px 20px;
  background: #011359;
  position: relative;
}
html.no-touch .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-image {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.story-card .story-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -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 .social-icon {
  font-size: 23px;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: #011359;
  color: #fff;
  z-index: 1;
}
.story-card .social-icon:before {
  display: block;
  text-align: center;
  line-height: 60px;
}
.story-card .story-card-content {
  width: 100%;
  display: block;
  position: relative;
}
.story-card .story-card-content .scc-inner {
  padding: 20px 0 0;
}
.story-card .story-card-content .scc-misc {
  width: 100%;
  display: block;
}
.story-card .story-card-content .scc-group {
  color: #276AB3;
  font-size: 21px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
}
.story-card .story-card-content .scc-date {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.story-card .story-card-content .scc-date:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 20px;
  color: #FFFFFF;
}
.story-card .story-card-content .scc-text {
  font-family: "Outfit", sans-serif;
  width: 100%;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 12px;
  direction: ltr;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  max-height: 92px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-break: break-word;
}
.story-card .story-card-content .scc-text a {
  color: inherit !important;
}
.story-card .story-card-tags {
  position: relative;
  padding: 20px 0 0;
  font-family: "Oswald", sans-serif;
  color: #011359;
  font-weight: 300;
  font-size: 32px;
  display: none;
}
.story-card.big-text .story-card-content .scc-text {
  font-size: 26px;
  line-height: 32px;
  margin-top: 0;
}

.staff-card {
  width: 100%;
  display: block;
  position: relative;
}
.staff-card.no-bio {
  pointer-events: none;
}
.staff-card.no-bio .staff-card-content:after {
  display: none;
}
.staff-card .full-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.staff-card .staff-card-inner {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background: #FFFFFF;
  padding: 15px 15px 20px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}
html.no-touch .staff-card .staff-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);
}
.staff-card .staff-card-image {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background-color: #005450;
  background-repeat: no-repeat;
  background-position: center top;
  -moz-background-size: 60% auto;
    -o-background-size: 60% auto;
       background-size: 60% auto;
}
.staff-card .staff-card-image .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  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;
}
.staff-card .staff-card-content {
  width: 100%;
  display: block;
  position: relative;
}
.staff-card .staff-card-content:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 22px;
}
.staff-card .staff-card-content .scc-inner {
  padding: 15px 0 0;
}
.staff-card .staff-card-content .scc-name {
  font-size: 30px;
  line-height: 1.2;
  color: #011359;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: "Oswald", sans-serif;
  word-break: break-word;
}
.staff-card .staff-card-content .scc-role {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  position: relative;
  padding-right: 32px;
}

.mediaPopup .staff-card .staff-card-content {
  background: #fff !important;
}

.cards-card {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
.cards-card.no-bio {
  pointer-events: none;
}
.cards-card .full-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.cards-card .cards-card-inner {
  min-height: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  padding: 15px 15px 20px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}
html.no-touch .cards-card .cards-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);
}
.cards-card .cards-card-image {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.cards-card .cards-card-image .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #276AB3;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  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;
}
.cards-card .cards-card-content {
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
}
.cards-card .cards-card-content:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 22px;
  color: #EB621F;
}
.cards-card .cards-card-content .ccc-inner {
  padding: 20px 26px 0 0;
}
.cards-card .cards-card-content .ccc-name {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  color: #EB621F;
  display: block;
  font-weight: 700;
  margin-bottom: 12px;
}
.cards-card .cards-card-content .description {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  color: #011359;
  position: relative;
  padding-right: 32px;
  direction: ltr;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  max-height: 80px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.mediaPopup .cards-card .cards-card-content {
  background: #fff !important;
}
.mediaPopup .cards-card ~ .cards-card {
  margin-top: 10px;
}

/*
    !!!!! READ THIS BEFORE
    - don't set fixed height / max-height ( the height should be based on ratio / propotional but NOT FIXED )
    - width of the primary card should be always 100%, DON'T SET any MAX-WIDTH
    - any text elements that have unknown size should be truncated and should be responsive based on the container. Don't set a FIXED WIDTH like: 500px, 300px and so on. Only procentual if you want like: 100%,90% but be careful because the card will be resized based on needs in a container
    - it needs to be responsive in every container you add it
    - don't contain it in an upper container. Ex: .example-carousel-container .targeted-card
    - it should work standalone
    - OPTIONAL: if possible can please use global variables ONLY for colors / border-radius ( nothing else, only if advised from other coworkers)
*/
.promo-card {
  width: 100%;
  position: relative;
  padding: 0 20px;
}
.promo-card .card-inner {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  cursor: pointer;
  width: 232px;
}
@media all and (min-width: 992px) {
  .promo-card .card-inner {
    width: 100%;
  }
}
.no-touch .promo-card .card-inner:hover img {
  -webkit-transform: scale(1.08);
     -moz-transform: scale(1.08);
      -ms-transform: scale(1.08);
       -o-transform: scale(1.08);
          transform: scale(1.08);
}
.promo-card .whole-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  text-indent: -999px;
  top: 0;
  left: 0;
  z-index: 3;
}
.promo-card .img-holder {
  width: 100%;
  padding-bottom: 65%;
  position: relative;
  z-index: 1;
}
.promo-card .img-holder img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.32s ease;
  transition: -webkit-transform 0.32s ease;
  -o-transition: -o-transform 0.32s ease;
  -moz-transition: transform 0.32s ease, -moz-transform 0.32s ease;
  transition: transform 0.32s ease;
  transition: transform 0.32s ease, -webkit-transform 0.32s ease, -moz-transform 0.32s ease, -o-transform 0.32s ease;
}
.promo-card .img-holder:before {
  content: "";
  width: 100%;
  height: 70%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  z-index: 2;
  opacity: 0.7;
}
.promo-card .txt-holder {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 12px 10px;
  color: #FFFFFF;
}
.promo-card .txt-holder:after {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 12px;
  font-size: 20px;
}
.promo-card .txt-holder p.title {
  text-transform: uppercase;
  font-size: clamp( 1.2777777778rem, 0.7543103448vw + 0.8620689655rem, 1.6666666667rem );
  line-height: 1.2;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  padding-right: 32px;
}
.promo-card .txt-holder p.description {
  font-size: clamp( 0.8888888889rem, 0.2155172414vw + 0.7701149425rem, 1rem );
  line-height: 1.2;
  color: #FFFFFF;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  padding-right: 32px;
  margin-top: 6px;
}
.promo-card .txt-holder p.description:empty {
  display: none;
}