@use 'sass:math';
html {
  font-size: 1rem; }
  @media (min-width: 2500px) and (min-height: 1100px) {
    html {
      font-size: 1.375rem; } }

body {
  width: 100%;
  height: 100%;
  background: #fff; }

html,
body {
  font-family: "ivyora-display", sans-serif;
  font-weight: 400; }

html.shTplGBlockScroll-html {
  position: relative;
  overflow: hidden !important; }

body.shTplGBlockScroll {
  position: relative;
  overflow: hidden !important; }

.general-truncate,
.truncate-js {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  display: block;
  max-height: 6.25rem; }
  body.media-template .general-truncate, body.media-template
  .truncate-js {
    max-height: 12.5rem; }

.skip-to-content {
  top: 0;
  position: absolute;
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
  z-index: 99999;
  opacity: 0; }
  html.no-touch .skip-to-content:hover {
    color: #9AC7D9; }
  @media (max-width: 375px) {
    .skip-to-content {
      max-width: 13.75rem; } }
  @media (min-width: 1440px) {
    .skip-to-content {
      font-size: 1.1875rem;
      line-height: 1.4375rem; } }
  .skip-to-content:focus {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }

.swiper-lazy-preloader {
  border-color: #9AC7D9;
  border-top-color: rgba(154, 199, 217, 0.4);
  border-width: 0.1875rem; }

.hoverDot {
  background: rgba(75, 37, 99, 0.85);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FCFCF7;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.75rem;
  height: 3.75rem;
  font-size: 2.1875rem;
  z-index: 3; }
  .hoverDot .gi-plus {
    font-size: 1.25rem; }
  @media (max-width: 767px) {
    .hoverDot {
      display: none; } }
  @media (min-width: 768px) {
    .hoverDot {
      width: 4.5rem;
      height: 4.5rem;
      font-size: 2.8125rem;
      z-index: 2;
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
      -o-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
      -moz-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
      transition: opacity 0.2s ease-in, visibility 0.2s ease-in; } }

.afterPlus:after {
  content: '+';
  color: #4B2563;
  margin-left: 0.625rem;
  font-size: 130%;
  display: inline-block;
  -webkit-transform: translateY(0.25rem);
     -moz-transform: translateY(0.25rem);
      -ms-transform: translateY(0.25rem);
       -o-transform: translateY(0.25rem);
          transform: translateY(0.25rem); }

.primaryDownloadBtnStyle {
  font-family: "lato", sans-serif;
  text-decoration: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
  color: #4B2563;
  background: transparent;
  padding: 0.9375rem 1.5625rem;
  -webkit-border-radius: 2.1875rem;
     -moz-border-radius: 2.1875rem;
          border-radius: 2.1875rem;
  border: 0.0625rem solid #9AC7D9;
  cursor: pointer;
  text-align: left;
  display: inline-block;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  text-transform: uppercase; }
  html.no-touch .primaryDownloadBtnStyle:hover {
    color: #9AC7D9; }

.secondDownloadBtnStyle {
  color: #fff;
  background: #4B2563;
  border-color: #4B2563;
  text-transform: uppercase;
  -webkit-transition: background 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  -o-transition: background 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  -moz-transition: background 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  transition: background 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in; }
  html.no-touch .secondDownloadBtnStyle:hover {
    color: #fff;
    background: #9AC7D9;
    border-color: #9AC7D9; }

body.homepage main#content {
  background: #4B2563; }

body.homepage .mediaPopup + .mediaPopup {
  display: none; }

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

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

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

html {
  overflow-y: scroll; }

body {
  overflow: hidden; }

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

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

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

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

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

ol, ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

strong {
  font-weight: bold; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

:focus-visible {
  outline: 2px dashed #fff; }

[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 {
  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: 0.0625rem;
  display: block;
  position: relative; }

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

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

img,
video {
  max-inline-size: 100%;
  block-size: auto; }

@font-face {
  font-family: 'global-icons';
  src: url("/Fonts/icons/global-icons.eot?lf579m");
  src: url("/Fonts/icons/global-icons.eot?lf579m#iefix") format("embedded-opentype"), url("/Fonts/icons/global-icons.ttf?lf579m") format("truetype"), url("/Fonts/icons/global-icons.woff?lf579m") format("woff"), url("/Fonts/icons/global-icons.svg?lf579m#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'social-icons';
  src: url("/Fonts/icons/social-icons.ttf?myev0s") format("truetype"), url("/Fonts/icons/social-icons.woff?myev0s") format("woff"), url("/Fonts/icons/social-icons.svg?myev0s#social-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'hp-icons';
  src: url("/Fonts/icons/hp-icons.eot?yox1bo");
  src: url("/Fonts/icons/hp-icons.eot?yox1bo#iefix") format("embedded-opentype"), url("/Fonts/icons/hp-icons.ttf?yox1bo") format("truetype"), url("/Fonts/icons/hp-icons.woff?yox1bo") format("woff"), url("/Fonts/icons/hp-icons.svg?yox1bo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.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-facebook-icon:before {
    content: "\e901"; }
  .social-icon.social-news-icon:before {
    content: "\e90b"; }
  .social-icon.social-blog-icon:before {
    content: "\e900"; }
  .social-icon.social-flickr-icon:before {
    content: "\e902"; }
  .social-icon.social-instagram-icon:before {
    content: "\e903"; }
  .social-icon.social-issuu-icon:before {
    content: "\e904"; }
  .social-icon.social-linkedin-icon:before {
    content: "\e905"; }
  .social-icon.social-pinterest-icon:before {
    content: "\e906"; }
  .social-icon.social-soundcloud-icon:before {
    content: "\e907"; }
  .social-icon.social-twitter-icon:before {
    content: "\e908"; }
  .social-icon.social-twitter-old-icon:before {
    content: "\e90e"; }
  .social-icon.social-vimeo-icon:before {
    content: "\e909"; }
  .social-icon.social-youtube-icon:before {
    content: "\e90a"; }
  .social-icon.social-tiktok-icon:before {
    content: "\e90c"; }
  .social-icon.social-wordpress-icon:before {
    content: "\e90d"; }

.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.gi-search:before {
    content: "\e901"; }
  .global-icons.gi-lock:before {
    content: "\e902"; }
  .global-icons.gi-unlock:before {
    content: "\e900"; }
  .global-icons.gi-arrow:before {
    content: "\e908"; }
  .global-icons.gi-arrow-new:before {
    content: "\e908"; }
  .global-icons.gi-plus:before {
    content: "\e904"; }
  .global-icons.gi-minus:before {
    content: "\e905"; }
  .global-icons.gi-close:before {
    content: "\e906"; }
  .global-icons.gi-play:before {
    content: "\e907"; }

.hp-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hp-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; }
  .hp-icon.hp-alert:before {
    content: "\e901"; }
  .hp-icon.hp-notices:before {
    content: "\e903"; }
  .hp-icon.hp-notices-left:before {
    content: "\e904"; }
  .hp-icon.hp-notices-right:before {
    content: "\e900"; }
  .hp-icon.hp-calendar:before {
    content: "\e902"; }
  .hp-icon.hp-notices-full:before {
    content: "\e905"; }
  .hp-icon.hp-pause:before {
    content: "\e906"; }
  .hp-icon.hp-play:before {
    content: "\e907"; }
  .hp-icon.hp-share:before {
    content: "\e908"; }

/**
 * Swiper 10.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 3, 2023
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */ }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  -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; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
     -moz-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
       -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform; }

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
     -moz-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d {
  -webkit-perspective: 1200px;
     -moz-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
      -ms-scroll-snap-type: none;
          scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
     -moz-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
     -moz-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-lazy-preloader {
  width: 2.625rem;
  height: 2.625rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.3125rem;
  margin-top: -1.3125rem;
  z-index: 10;
  -webkit-transform-origin: 50%;
     -moz-transform-origin: 50%;
      -ms-transform-origin: 50%;
       -o-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.25rem solid var(--swiper-preloader-color, var(--swiper-theme-color));
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
     -moz-animation: swiper-preloader-spin 1s infinite linear;
       -o-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Slide styles end */
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.header {
  position: relative;
  height: 0;
  z-index: 31;
  pointer-events: none; }
  .header > * {
    pointer-events: all; }
  .header.hide .h-menu .close-text {
    opacity: 0; }
  .header.menu-opened .h-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 1024px) {
      .header.menu-opened .h-cta {
        -webkit-transform: none !important;
           -moz-transform: none !important;
            -ms-transform: none !important;
             -o-transform: none !important;
                transform: none !important; } }
  .header.menu-opened .h-logo {
    display: none; }
  .header.menu-opened .hc-item.loginBtn {
    pointer-events: all;
    opacity: 1; }
  @media (min-width: 767px) {
    .header.menu-opened .hc-item:first-child .hc-txt,
    .header.menu-opened .hc-item:first-child .hc-icon {
      color: #4B2563; } }
  @media (min-width: 767px) {
    .header.menu-opened .hc-item:last-child {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }
  .header.menu-opened .hc-item.logoutBtn .hc-txt:before {
    border-right-color: rgba(75, 37, 99, 0.8);
    border-bottom-color: rgba(75, 37, 99, 0.8); }
  html.no-touch .header.menu-opened .hc-item:hover .hc-icon {
    color: #D7B14F; }
  .header.menu-opened .h-links {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: fixed; }
  .header.menu-opened .h-menu {
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important; }
  @media (min-width: 1024px) {
    .header.menu-opened .hl-item {
      color: #4B2563; } }
  body.calendar .header.menu-opened {
    background: transparent; }
  html.no-touch .header:not(.menu-opened) .hc-item:first-child:hover .hc-icon {
    color: rgba(249, 247, 237, 0.8); }
  body.parentsWelcome .header:not(.menu-opened) .hc-item .logout-dropdown li:first-child a {
    color: #D7B14F;
    pointer-events: none; }
  body.calendar .header {
    background: #4B2563;
    padding-bottom: 10px;
    padding-top: 10px; }
    @media (max-width: 950px) {
      body.calendar .header {
        padding: 0; } }
  body.secondLvl .header.hide:not(.menu-opened) .h-cta,
  body.sharedTemplates:not(.media-template) .header.hide:not(.menu-opened) .h-cta {
    display: none; }
  @media (min-width: 1024px) {
    .header {
      position: relative;
      height: auto;
      width: 100%;
      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: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

body.calendar .header.hide {
  background: transparent; }

.h-links {
  background: #4B2563;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  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;
  min-height: 4.375rem; }
  @media (min-width: 767px) {
    .h-links.hide {
      display: none; } }
  @media (min-width: 1024px) {
    .h-links {
      position: absolute;
      left: auto;
      right: 30px;
      top: 30px;
      background: transparent;
      width: auto;
      min-height: 3rem;
      -webkit-border-radius: 1.5rem;
         -moz-border-radius: 1.5rem;
              border-radius: 1.5rem;
      border: 1px solid #9AC7D9; } }
  @media (min-width: 1200px) {
    .h-links {
      min-height: 3.75rem;
      -webkit-border-radius: 1.8125rem;
         -moz-border-radius: 1.8125rem;
              border-radius: 1.8125rem; } }

.hl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "lato", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #f9f7ed;
  position: relative;
  padding-top: 0.0625rem;
  padding-left: 2.3125rem;
  padding-right: 2.3125rem; }
  .hl-item:not(:last-child):after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.125rem;
    height: 0.9375rem;
    background: #D7B14F; }
    @media (min-width: 1024px) {
      .hl-item:not(:last-child):after {
        background: #D7B14F; } }
  .hl-item a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in; }
    html.no-touch .hl-item a:hover {
      color: #9AC7D9; }
    .hl-item a span.global-icons {
      color: #9ac7d9;
      font-size: 12px;
      margin-left: 10px; }
      @media (min-width: 375px) {
        .hl-item a span.global-icons {
          font-size: 14px;
          margin-left: 15px; } }
      @media (min-width: 1024px) {
        .hl-item a span.global-icons {
          display: none; } }
  @media (min-width: 375px) {
    .hl-item {
      font-size: 1.0625rem; } }
  @media (min-width: 767px) {
    .hl-item {
      font-size: 1.25rem;
      max-width: 13.75rem; } }
  @media (min-width: 1024px) {
    .hl-item {
      font-size: 0.9375rem;
      color: #fff;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .hl-item {
      font-size: 1.1875rem; } }

@media (min-width: 1024px) {
  .h-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 30px;
    left: 30px; } }

.h-cta {
  display: none;
  position: fixed;
  right: 1.4375rem;
  top: 6.25rem; }
  @media (min-width: 767px) {
    .h-cta {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      right: auto;
      left: 8.375rem;
      margin-top: 0.125rem; } }
  @media (min-width: 1024px) {
    .h-cta {
      position: relative;
      top: auto;
      left: auto;
      margin-left: 1.875rem; } }

@media (min-width: 767px) {
  .hc-item:first-child .hc-txt,
  .hc-item:first-child .hc-icon {
    color: #4B2563; } }

.hc-item:last-child {
  margin-left: 1.5625rem; }
  .hc-item:last-child .hc-icon {
    font-size: 2.25rem; }
  @media (min-width: 767px) {
    .hc-item:last-child {
      display: none; } }

.hc-item.loginBtn {
  opacity: 0;
  pointer-events: none; }
  body.securePage .hc-item.loginBtn {
    pointer-events: none; }
    body.securePage .hc-item.loginBtn .hc-icon {
      opacity: .8; }

.hc-item.logoutBtn {
  position: relative; }
  html.no-touch .hc-item.logoutBtn a:hover .hc-txt:before {
    bottom: -0.9375rem; }
  .hc-item.logoutBtn .hc-txt {
    position: relative; }
    .hc-item.logoutBtn .hc-txt:before {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -0.625rem;
      -webkit-transform: translateX(-50%) rotate(45deg);
         -moz-transform: translateX(-50%) rotate(45deg);
          -ms-transform: translateX(-50%) rotate(45deg);
           -o-transform: translateX(-50%) rotate(45deg);
              transform: translateX(-50%) rotate(45deg);
      width: 0.5rem;
      height: 0.5rem;
      border: 0.0625rem solid rgba(255, 255, 255, 0.64);
      border-top: none;
      border-left: none;
      -webkit-transition: bottom 0.2s ease-in;
      -o-transition: bottom 0.2s ease-in;
      -moz-transition: bottom 0.2s ease-in;
      transition: bottom 0.2s ease-in; }
  html.no-touch .hc-item.logoutBtn:hover .logout-dropdown, .hc-item.logoutBtn.hovered .logout-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateX(5px) translateY(0);
       -moz-transform: translateX(-50%) translateX(5px) translateY(0);
        -ms-transform: translateX(-50%) translateX(5px) translateY(0);
         -o-transform: translateX(-50%) translateX(5px) translateY(0);
            transform: translateX(-50%) translateX(5px) translateY(0); }
  @media (max-width: 1200px) {
    .hc-item.logoutBtn.hovered .logout-dropdown {
      -webkit-transform: translateX(-50%) translateX(5px) translateY(1.25rem);
         -moz-transform: translateX(-50%) translateX(5px) translateY(1.25rem);
          -ms-transform: translateX(-50%) translateX(5px) translateY(1.25rem);
           -o-transform: translateX(-50%) translateX(5px) translateY(1.25rem);
              transform: translateX(-50%) translateX(5px) translateY(1.25rem); } }

.hc-item .logout-dropdown {
  background: #2E2971;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 20px 10px;
  position: absolute;
  min-width: 170px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(5px) translateY(-40px);
     -moz-transform: translateX(-50%) translateX(5px) translateY(-40px);
      -ms-transform: translateX(-50%) translateX(5px) translateY(-40px);
       -o-transform: translateX(-50%) translateX(5px) translateY(-40px);
          transform: translateX(-50%) translateX(5px) translateY(-40px);
  z-index: -1;
  -webkit-transition: opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
  -o-transition: opacity .3s ease-out, visibility .3s ease-out, -o-transform .3s ease-out;
  -moz-transition: transform .3s ease-out, opacity .3s ease-out, visibility .3s ease-out, -moz-transform .3s ease-out;
  transition: transform .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
  transition: transform .3s ease-out, opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out;
  opacity: 0;
  visibility: hidden; }
  .hc-item .logout-dropdown a {
    font-family: "lato", sans-serif;
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #f9f7ed;
    text-transform: uppercase;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    transition: color .3s ease-out; }
    html.no-touch .hc-item .logout-dropdown a:hover {
      color: #D7B14F; }
  .hc-item .logout-dropdown li:first-child {
    margin-bottom: 15px; }

.hc-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }
  @media (min-width: 1024px) {
    .hc-item a {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.hc-icon {
  color: #4B2563;
  font-size: 2.5rem;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in; }

.hc-txt {
  font-family: "lato", sans-serif;
  font-weight: normal;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #4B2563;
  text-transform: uppercase;
  margin-top: 0.625rem; }

.h-logo {
  position: absolute;
  right: 1.625rem;
  top: 6rem;
  height: auto;
  display: block;
  -webkit-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  text-align: center; }
  @media (min-width: 1024px) {
    body.homepage header .h-logo {
      display: none; } }
  @media (max-width: 1023px) {
    body.homepage .hpm-info .h-logo {
      display: none; } }
  @media (min-width: 1024px) {
    body.homepage .h-logo {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0);
      margin-bottom: 50px; } }
  body.homepage .h-logo img {
    min-width: 5.1875rem; }
    @media (min-width: 767px) and (max-width: 1023px) {
      body.homepage .h-logo img {
        max-width: 5.625rem; } }
    @media (min-width: 1024px) {
      body.homepage .h-logo img {
        max-width: 8.4375rem; } }
  .h-logo img {
    min-width: 4.375rem; }
    @media (min-width: 767px) and (max-width: 1200px) {
      .h-logo img {
        max-width: 4.6875rem; } }
    @media (min-width: 1200px) {
      .h-logo img {
        max-width: 4.6875rem; } }
  @media (min-width: 767px) {
    .h-logo.hide {
      opacity: 0;
      visibility: hidden; } }
  body.media-template .h-logo {
    display: none; }
  @media (min-width: 767px) {
    .h-logo {
      right: 2.375rem;
      position: fixed; } }
  @media (min-width: 1024px) {
    .h-logo {
      width: 11.375rem;
      position: fixed;
      top: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media (min-width: 1200px) {
    .h-logo {
      width: 14.375rem; } }

.h-menu {
  width: 5.25rem;
  height: 5.25rem;
  background: #673884;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: none;
  position: fixed;
  top: 5.625rem;
  left: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(24, 21, 62, 0.15);
     -moz-box-shadow: 0 0.1875rem 0.375rem rgba(24, 21, 62, 0.15);
          box-shadow: 0 0.1875rem 0.375rem rgba(24, 21, 62, 0.15);
  cursor: pointer; }
  .h-menu.active .menu-burger {
    -webkit-transform: translateX(0.0625rem);
       -moz-transform: translateX(0.0625rem);
        -ms-transform: translateX(0.0625rem);
         -o-transform: translateX(0.0625rem);
            transform: translateX(0.0625rem); }
    .h-menu.active .menu-burger span {
      width: 2.1875rem; }
      .h-menu.active .menu-burger span:first-child {
        -webkit-transform: rotate(45deg) translate(0.125rem, 0rem);
           -moz-transform: rotate(45deg) translate(0.125rem, 0rem);
            -ms-transform: rotate(45deg) translate(0.125rem, 0rem);
             -o-transform: rotate(45deg) translate(0.125rem, 0rem);
                transform: rotate(45deg) translate(0.125rem, 0rem); }
      .h-menu.active .menu-burger span:nth-child(2) {
        display: none; }
      .h-menu.active .menu-burger span:last-child {
        -webkit-transform: rotate(-45deg) translate(-0.125rem, 0rem);
           -moz-transform: rotate(-45deg) translate(-0.125rem, 0rem);
            -ms-transform: rotate(-45deg) translate(-0.125rem, 0rem);
             -o-transform: rotate(-45deg) translate(-0.125rem, 0rem);
                transform: rotate(-45deg) translate(-0.125rem, 0rem); }
  .h-menu.active .close-text {
    opacity: 0; }
  .h-menu:not(.active) .menu-burger-inner {
    -webkit-transform: translateX(0.0625rem);
       -moz-transform: translateX(0.0625rem);
        -ms-transform: translateX(0.0625rem);
         -o-transform: translateX(0.0625rem);
            transform: translateX(0.0625rem); }
  html.no-touch .h-menu:hover:not(.active) .menu-burger span {
    width: 1.875rem; }
    @media (min-width: 1200px) {
      html.no-touch .h-menu:hover:not(.active) .menu-burger span {
        width: 2.5rem;
        margin-left: -0.3125rem; } }
  html.no-touch .h-menu:hover.active .menu-burger-inner {
    -webkit-transform: scale(1.2) translateX(0.1875rem);
       -moz-transform: scale(1.2) translateX(0.1875rem);
        -ms-transform: scale(1.2) translateX(0.1875rem);
         -o-transform: scale(1.2) translateX(0.1875rem);
            transform: scale(1.2) translateX(0.1875rem); }
  @media (min-width: 767px) {
    .h-menu {
      left: 1.875rem; } }
  @media (min-width: 1024px) {
    .h-menu {
      position: relative;
      top: auto;
      left: auto; } }
  @media (min-width: 1200px) {
    .h-menu {
      width: 6.5rem;
      height: 6.5rem; } }
  .h-menu .close-text {
    font-family: "lato", sans-serif;
    font-size: 1.1875rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
    position: absolute;
    top: 50%;
    right: -42px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in; }
    @media (max-width: 768px) {
      .h-menu .close-text {
        display: none; } }

.menu-burger span {
  display: block;
  width: 1.5625rem;
  height: 0.1875rem;
  -webkit-transition: width 0.2s ease-in, margin-left 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: width 0.2s ease-in, margin-left 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -o-transition: width 0.2s ease-in, margin-left 0.2s ease-in, -o-transform 0.2s ease-in;
  -moz-transition: width 0.2s ease-in, margin-left 0.2s ease-in, transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: width 0.2s ease-in, margin-left 0.2s ease-in, transform 0.2s ease-in;
  transition: width 0.2s ease-in, margin-left 0.2s ease-in, transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
  -webkit-transform-origin: 0.25rem 0;
     -moz-transform-origin: 0.25rem 0;
      -ms-transform-origin: 0.25rem 0;
       -o-transform-origin: 0.25rem 0;
          transform-origin: 0.25rem 0;
  background: #F9F7ED; }
  .menu-burger span:first-child {
    -webkit-transform-origin: 20% -70%;
       -moz-transform-origin: 20% -70%;
        -ms-transform-origin: 20% -70%;
         -o-transform-origin: 20% -70%;
            transform-origin: 20% -70%; }
  @media (min-width: 1200px) {
    .menu-burger span {
      width: 1.9375rem; } }

.menu-burger-inner {
  height: 1.25rem;
  max-height: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
  -webkit-transform: translateX(0.1875rem);
     -moz-transform: translateX(0.1875rem);
      -ms-transform: translateX(0.1875rem);
       -o-transform: translateX(0.1875rem);
          transform: translateX(0.1875rem); }
  @media (min-width: 1200px) {
    .menu-burger-inner {
      width: 1.9375rem;
      height: 1.9375rem; } }

.header-ref {
  background: #4B2563;
  height: 10rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3; }
  body.homepage .header-ref,
  body.secondLvl:not(.media-template) .header-ref {
    display: none; }
  body.media-template .header-ref {
    height: 0; }
    @media (min-width: 1024px) {
      body.media-template .header-ref {
        height: 9.0625rem; } }
  @media (max-width: 1024px) {
    .header-ref {
      height: 12.5rem; } }
  @media (min-width: 1200px) {
    .header-ref {
      height: 10rem; } }

.custom-menu {
  display: none;
  opacity: 0;
  visibility: hidden; }

.loading-screen-container {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #4B2563;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999; }
  .loading-screen-container.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .loading-screen-container .loading-screen {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .loading-screen-container .loader {
    border: 4px solid #52376c;
    border-top: 4px solid #9bc7d8;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
       -moz-animation: spin 2s linear infinite;
         -o-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite; }

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

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

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

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

body.homepage:not(.hp-visited) > *:not(.loading-screen-container) {
  display: none; }

.hp-marketing {
  background-color: #4B2563;
  margin-top: 2.5rem;
  margin-bottom: 5rem; }
  .hp-marketing img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .hp-marketing.no-popups-items {
    height: -webkit-calc(100vh - 2.5rem);
    height: -moz-calc(100vh - 2.5rem);
    height: calc(100vh - 2.5rem);
    height: -webkit-calc(100svh - 2.5rem);
    height: -moz-calc(100svh - 2.5rem);
    height: calc(100svh - 2.5rem); }
    .hp-marketing.no-popups-items:after {
      bottom: 0; }
    @media (min-width: 768px) {
      .hp-marketing.no-popups-items {
        height: 100vh;
        height: 100svh; } }
  @media (min-width: 768px) {
    .hp-marketing {
      margin-top: 0;
      margin-bottom: 0;
      height: 100vh;
      height: 100dvh; } }

.hpm-fade-top,
.hpm-fade-bottom {
  position: absolute;
  left: 0;
  bottom: 5rem;
  width: 100%;
  height: 37%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 12, 38, 0)), to(#0d0c26));
  background: -webkit-linear-gradient(rgba(13, 12, 38, 0) 0%, #0d0c26 100%);
  background: -moz-linear-gradient(rgba(13, 12, 38, 0) 0%, #0d0c26 100%);
  background: -o-linear-gradient(rgba(13, 12, 38, 0) 0%, #0d0c26 100%);
  background: linear-gradient(rgba(13, 12, 38, 0) 0%, #0d0c26 100%);
  z-index: 2;
  opacity: .63;
  pointer-events: none; }

.hpm-fade-top {
  height: 27%;
  bottom: auto;
  top: 2.5rem;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg); }
  @media (min-width: 768px) {
    .hpm-fade-top {
      top: 0;
      position: fixed; } }
  @media (min-width: 1024px) {
    .hpm-fade-top {
      top: 0; } }

@media (min-width: 768px) {
  .hpm-fade-bottom {
    bottom: 0;
    position: fixed; } }

.hpm-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  visibility: hidden; }
  .hpm-fade:before, .hpm-fade:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4B2563;
    opacity: .9;
    z-index: 2;
    pointer-events: none; }

.hpm-carousel {
  width: 100%;
  height: 100%;
  position: relative; }

.hpm-item {
  background-position: center;
  -moz-background-size: cover;
       background-size: cover; }
  .hpm-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43, 29, 52, 0.5); }
  .hpm-item img {
    display: block;
    width: 100%; }
    @media (max-width: 767px) {
      .hpm-item img.desktop {
        display: none; } }
    @media (min-width: 768px) {
      .hpm-item img.mobile {
        display: none; } }

.hpm-info {
  position: relative;
  z-index: 3;
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%); }
  @media (max-width: 767px) {
    .hpm-info {
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
          -ms-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0); } }
  @media (min-width: 768px) {
    .hpm-info {
      position: fixed;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.hpm-footer {
  font-family: "lato", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.125rem;
  text-align: center;
  color: #FCFCF7;
  margin: 0 auto;
  max-width: 51.5625rem;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .hpm-footer {
      font-size: 0.9375rem;
      line-height: 1.1875rem;
      position: absolute;
      bottom: 120px;
      left: 50%;
      width: 100%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      padding: 0 30px; } }

.hpm-pagination {
  display: none;
  -webkit-transform: translateX(-0.9375rem);
     -moz-transform: translateX(-0.9375rem);
      -ms-transform: translateX(-0.9375rem);
       -o-transform: translateX(-0.9375rem);
          transform: translateX(-0.9375rem);
  margin: 0 0 0.3125rem 1.875rem; }
  @media (min-width: 768px) {
    .hpm-pagination {
      padding: 0;
      margin: 0 0 3.4375rem 2.5rem;
      -webkit-transform: translateX(-0.3125rem);
         -moz-transform: translateX(-0.3125rem);
          -ms-transform: translateX(-0.3125rem);
           -o-transform: translateX(-0.3125rem);
              transform: translateX(-0.3125rem); } }
  @media (min-width: 1024px) {
    .hpm-pagination {
      margin: 0 0 1.25rem 2.5rem; } }
  @media (min-width: 1200px) {
    .hpm-pagination {
      margin: 0 0 2.5rem 2.5rem; } }

.hpm-headers-container {
  height: auto !important;
  min-height: auto !important;
  position: relative; }
  @media (max-width: 767px) {
    .hpm-headers-container {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
         -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
           -o-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      height: auto !important;
      min-height: auto;
      width: 100%;
      padding: 0 30px; } }
  @media (min-width: 768px) {
    .hpm-headers-container {
      min-height: 8.9375rem; } }

.hpm-headers-item {
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 1.25rem;
  max-width: 300px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .hpm-headers-item {
      padding-left: 1.25rem;
      max-width: 100%; } }
  .hpm-headers-item h2 {
    font-family: "ivyora-display", sans-serif;
    font-weight: normal;
    font-size: 1.875rem;
    line-height: 2.75rem;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff; }
    @media (max-width: 767px) {
      .hpm-headers-item h2 > span > span:last-child strong {
        font-size: 1.9375rem; } }
    .hpm-headers-item h2 > span:last-child {
      display: block;
      margin-top: -0.625rem; }
    @media (min-width: 768px) {
      .hpm-headers-item h2 {
        font-size: 2.6875rem;
        line-height: 3.9375rem; } }
    @media (min-width: 1200px) {
      .hpm-headers-item h2 {
        font-size: 5.5625rem;
        line-height: 5.375rem; } }
  .hpm-headers-item strong {
    font-weight: normal;
    font-size: 3.1875rem;
    line-height: 2.75rem;
    -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out; }
    @media (min-width: 768px) {
      .hpm-headers-item strong {
        font-size: 3.25rem;
        line-height: 4rem; } }
    @media (min-width: 1200px) {
      .hpm-headers-item strong {
        font-size: 5.5625rem;
        line-height: 5.375rem; } }
  .hpm-headers-item:not(.active) strong {
    opacity: 0;
    visibility: hidden; }
  .hpm-headers-item.active .hpm-headers-fixed {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 768px) {
    .hpm-headers-item {
      padding: 0; } }

.hpm-headers-fixed {
  opacity: 0;
  visibility: hidden; }

.hpm-bullet {
  cursor: pointer;
  min-width: 1.25rem;
  width: 1.25rem;
  height: 2.5rem;
  margin: 0 0.3125rem 0 0;
  background: transparent;
  border: none; }
  .hpm-bullet svg {
    overflow: visible;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
    transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
    opacity: 0;
    visibility: hidden; }
  .hpm-bullet circle {
    fill: none;
    stroke-width: 0.125rem;
    stroke-dasharray: 100;
    stroke-dashoffset: 0;
    stroke: #D7B14F; }
  .hpm-bullet:not(.swiper-pagination-bullet-active) .hpm-bullet-inner {
    opacity: .6; }
  html.no-touch .hpm-bullet:not(.swiper-pagination-bullet-active):hover .hpm-bullet-inner {
    opacity: 1; }
  .hpm-bullet.swiper-pagination-bullet-active svg {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 768px) {
    .hpm-bullet {
      margin: 0 0.3125rem; } }

.hpm-bullet-inner {
  width: 0.625rem;
  height: 0.625rem;
  background: #F9F7ED;
  display: block;
  position: relative;
  border: none;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }

.hpm-scroll {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
     -moz-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
       -o-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  z-index: 3;
  padding: 1.25rem 3.125rem 1.25rem 1.25rem;
  background: transparent;
  border: none;
  cursor: pointer; }
  .hpm-scroll.white .global-icons {
    color: #fff; }
  .hpm-scroll .global-icons {
    display: inline-block;
    color: #9AC7D9;
    font-size: 1.1875rem;
    pointer-events: none;
    -webkit-animation: bounce 1s ease-in-out infinite alternate;
       -moz-animation: bounce 1s ease-in-out infinite alternate;
         -o-animation: bounce 1s ease-in-out infinite alternate;
            animation: bounce 1s ease-in-out infinite alternate;
    -webkit-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in; }
    @media (min-width: 1200px) {
      .hpm-scroll .global-icons {
        font-size: 1.3125rem; } }
  html.no-touch .hpm-scroll:hover .global-icons {
    color: #D7B14F;
    -webkit-animation-play-state: paused;
       -moz-animation-play-state: paused;
         -o-animation-play-state: paused;
            animation-play-state: paused; }
  @media (max-width: 767px) {
    .hpm-scroll {
      display: none; } }
  @media (min-width: 1200px) {
    .hpm-scroll {
      padding-right: 3.75rem; } }

.hpm-triggers {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  display: none;
  z-index: 20; }
  .hpm-triggers.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .hpm-triggers.active-items-0.active-items-1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .hpm-triggers.active-items-0.active-items-1.active-items-2 {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
  .hpm-triggers.no-popups-items {
    display: none; }
  @media (min-width: 375px) {
    .hpm-triggers {
      width: 60%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 768px) {
    .hpm-triggers {
      background-color: transparent;
      right: 1.25rem;
      bottom: 1.25rem;
      left: auto;
      width: auto; } }

.hpm-triggers-wrapper {
  width: 100%;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  min-height: 5rem;
  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-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 1.25rem 0 0.9375rem;
  background: #4B2563;
  -webkit-box-shadow: 0px -0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0px -0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0px -0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  pointer-events: auto !important; }
  .hpm-triggers-wrapper.no-popups-items {
    display: none; }
  body.secondLvl .hpm-triggers-wrapper {
    position: fixed; }
    @media (min-width: 768px) {
      body.secondLvl .hpm-triggers-wrapper {
        left: 50%;
        top: 0;
        right: auto;
        bottom: auto;
        position: absolute;
        -webkit-transform: translateY(-100%) translateX(-50%);
           -moz-transform: translateY(-100%) translateX(-50%);
            -ms-transform: translateY(-100%) translateX(-50%);
             -o-transform: translateY(-100%) translateX(-50%);
                transform: translateY(-100%) translateX(-50%); } }
  @media (min-width: 768px) {
    .hpm-triggers-wrapper {
      position: fixed;
      background: transparent;
      z-index: 4;
      width: auto;
      left: auto;
      right: 1.875rem;
      bottom: 1.25rem;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none; } }
  @media (min-width: 1200px) {
    .hpm-triggers-wrapper {
      bottom: 1.875rem; } }

.popup-btn {
  background: transparent;
  border: none;
  cursor: pointer; }
  .popup-btn * {
    pointer-events: none; }
  .popup-btn .pb-inner {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  html.no-touch .popup-btn.pb-notice:hover .hp-notices {
    opacity: .8; }
  html.no-touch .popup-btn.pb-notice:hover .hp-notices-left {
    top: -0.125rem;
    left: -0.1875rem; }
  html.no-touch .popup-btn.pb-notice:hover .hp-notices-right {
    top: -0.125rem;
    right: -0.1875rem; }
  html.no-touch .popup-btn.pb-events:hover .hp-calendar {
    opacity: .8; }
  .popup-btn.pb-events .pb-counter {
    right: 0.3125rem; }
  html.no-touch .popup-btn.pb-alert:hover .hp-alert {
    opacity: .8; }
  html.no-touch .popup-btn.pb-events:hover [class*="hp-notices"],
  html.no-touch .popup-btn.pb-events:hover .hp-calendar, html.no-touch .popup-btn.pb-notice:hover [class*="hp-notices"],
  html.no-touch .popup-btn.pb-notice:hover .hp-calendar {
    color: #F9F7ED; }
  .popup-btn .hp-icon {
    position: relative;
    font-size: 1.5625rem;
    color: #F9F7ED;
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in; }
    .popup-btn .hp-icon.hp-alert {
      color: #F2685E;
      -webkit-transition: opacity 0.2s ease-in;
      -o-transition: opacity 0.2s ease-in;
      -moz-transition: opacity 0.2s ease-in;
      transition: opacity 0.2s ease-in;
      font-size: 2.5rem; }
    .popup-btn .hp-icon.hp-notices {
      position: relative;
      display: inline-block;
      width: 1.6875rem;
      margin: 0 auto;
      opacity: 1;
      -webkit-transition: opacity 0.2s ease-in;
      -o-transition: opacity 0.2s ease-in;
      -moz-transition: opacity 0.2s ease-in;
      transition: opacity 0.2s ease-in; }
    .popup-btn .hp-icon.hp-calendar {
      -webkit-transition: opacity 0.2s ease-in;
      -o-transition: opacity 0.2s ease-in;
      -moz-transition: opacity 0.2s ease-in;
      transition: opacity 0.2s ease-in; }
    .popup-btn .hp-icon.hp-notices-left, .popup-btn .hp-icon.hp-notices-right {
      position: absolute;
      top: 0;
      font-size: 0.625rem;
      -webkit-transition: left 0.2s ease-in, right 0.2s ease-in, top 0.2s ease-in, color 0.2s ease-in;
      -o-transition: left 0.2s ease-in, right 0.2s ease-in, top 0.2s ease-in, color 0.2s ease-in;
      -moz-transition: left 0.2s ease-in, right 0.2s ease-in, top 0.2s ease-in, color 0.2s ease-in;
      transition: left 0.2s ease-in, right 0.2s ease-in, top 0.2s ease-in, color 0.2s ease-in; }
    .popup-btn .hp-icon.hp-notices-left {
      left: 0; }
    .popup-btn .hp-icon.hp-notices-right {
      right: 0; }
  .popup-btn .pb-title {
    font-family: "lato", sans-serif;
    font-weight: normal;
    font-size: 0.6875rem;
    letter-spacing: 0.05em;
    text-align: center;
    color: #f9f7ed;
    display: block;
    margin-top: 0.5rem; }
    @media (min-width: 768px) {
      .popup-btn .pb-title {
        font-size: 0.8125rem; } }
  .popup-btn .pb-counter {
    position: absolute;
    top: -0.375rem;
    right: -0.125rem;
    background: #D7B14F;
    width: 0.8125rem;
    height: 0.8125rem;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    font-family: "lato", sans-serif;
    font-weight: normal;
    font-size: 0.625rem;
    letter-spacing: 0.05em;
    text-align: center;
    color: #4B2563;
    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; }
    @media (min-width: 768px) {
      .popup-btn .pb-counter {
        width: 0.9375rem;
        height: 0.9375rem;
        font-size: 0.75rem;
        display: inline-block;
        padding-top: 0.15625rem;
        line-height: 0.375rem; } }
  @media (min-width: 768px) {
    .popup-btn:last-child {
      margin-right: 0; } }
  @media (min-width: 768px) {
    .popup-btn {
      margin-right: 1.875rem; } }

.custom-popup {
  display: none; }

.custom-popup.popup-alert {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 17, 59, 0.8);
  z-index: 31;
  padding-bottom: 3.125rem;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */ }
  .custom-popup.popup-alert::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */ }
  .custom-popup.popup-alert.opened {
    display: block; }
    .custom-popup.popup-alert.opened .alert-close {
      display: block; }
    @media (min-width: 1024px) {
      .custom-popup.popup-alert.opened {
        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; } }
  .custom-popup.popup-alert.hovered .popup-card.has-url .popup-image:before {
    opacity: .25; }
  .custom-popup.popup-alert.hovered .popup-card.has-url .popup-title {
    color: #673884; }
  .custom-popup.popup-alert .pc-content-wrapper {
    position: relative; }
  .custom-popup.popup-alert .alert-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translateY(-20%) translateX(20%);
       -moz-transform: translateY(-20%) translateX(20%);
        -ms-transform: translateY(-20%) translateX(20%);
         -o-transform: translateY(-20%) translateX(20%);
            transform: translateY(-20%) translateX(20%); }
    .custom-popup.popup-alert .alert-close button {
      width: 5rem;
      height: 5rem;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      background: #673884;
      -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(24, 21, 62, 0.15);
         -moz-box-shadow: 0 0.1875rem 0.375rem rgba(24, 21, 62, 0.15);
              box-shadow: 0 0.1875rem 0.375rem rgba(24, 21, 62, 0.15);
      border: none;
      cursor: pointer; }
      @media (min-width: 768px) {
        .custom-popup.popup-alert .alert-close button {
          width: 6.4375rem;
          height: 6.4375rem; } }
    .custom-popup.popup-alert .alert-close span.global-icons {
      display: inline-block;
      font-size: 1.4375rem;
      color: #F9F7ED;
      font-weight: normal;
      -webkit-transition: -webkit-transform 0.2s ease-in;
      transition: -webkit-transform 0.2s ease-in;
      -o-transition: -o-transform 0.2s ease-in;
      -moz-transition: transform 0.2s ease-in, -moz-transform 0.2s ease-in;
      transition: transform 0.2s ease-in;
      transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in; }
      @media (min-width: 768px) {
        .custom-popup.popup-alert .alert-close span.global-icons {
          font-size: 1.6875rem; } }
    html.no-touch .custom-popup.popup-alert .alert-close:hover span.global-icons {
      -webkit-transform: scale(1.2);
         -moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
           -o-transform: scale(1.2);
              transform: scale(1.2); }
    @media (min-width: 350px) {
      .custom-popup.popup-alert .alert-close {
        -webkit-transform: translateY(-20%) translateX(30%);
           -moz-transform: translateY(-20%) translateX(30%);
            -ms-transform: translateY(-20%) translateX(30%);
             -o-transform: translateY(-20%) translateX(30%);
                transform: translateY(-20%) translateX(30%); } }
    @media (min-width: 768px) {
      .custom-popup.popup-alert .alert-close {
        -webkit-transform: translateY(-30%) translateX(40%);
           -moz-transform: translateY(-30%) translateX(40%);
            -ms-transform: translateY(-30%) translateX(40%);
             -o-transform: translateY(-30%) translateX(40%);
                transform: translateY(-30%) translateX(40%); } }
  .custom-popup.popup-alert .popup-wrapper {
    padding-top: 2.5rem;
    overflow: visible;
    max-width: 18.4375rem;
    margin: 0 auto; }
    @media (min-width: 375px) {
      .custom-popup.popup-alert .popup-wrapper {
        max-width: 34.375rem; } }
    @media (min-width: 768px) {
      .custom-popup.popup-alert .popup-wrapper {
        opacity: 1;
        visibility: visible; } }
    @media (min-width: 1024px) {
      .custom-popup.popup-alert .popup-wrapper {
        max-width: 54.0625rem; } }
    @media (min-width: 1336px) {
      .custom-popup.popup-alert .popup-wrapper {
        max-width: 61.875rem; } }
  .custom-popup.popup-alert .pc-inner {
    max-width: 18.4375rem;
    margin: 0 0.625rem; }
    @media (min-width: 375px) {
      .custom-popup.popup-alert .pc-inner {
        margin: 0 10%;
        max-width: 100%; } }
    @media (min-width: 768px) {
      .custom-popup.popup-alert .pc-inner {
        margin: 0;
        position: relative; } }
    @media (min-width: 1024px) {
      .custom-popup.popup-alert .pc-inner {
        max-width: 54.0625rem; } }
    @media (min-width: 1336px) {
      .custom-popup.popup-alert .pc-inner {
        max-width: 61.875rem; } }
  .custom-popup.popup-alert .pc-content {
    background: #fff;
    -webkit-border-radius: 0.3125rem;
       -moz-border-radius: 0.3125rem;
            border-radius: 0.3125rem; }
    @media (min-width: 1024px) {
      .custom-popup.popup-alert .pc-content {
        background: #4B2563;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: background-color .3s ease-out;
        -o-transition: background-color .3s ease-out;
        -moz-transition: background-color .3s ease-out;
        transition: background-color .3s ease-out; } }
  .custom-popup.popup-alert .popup-image {
    background-color: #4B2563;
    height: 12.5rem;
    overflow: hidden;
    -webkit-border-radius: 0.3125rem 0.3125rem 0 0;
       -moz-border-radius: 0.3125rem 0.3125rem 0 0;
            border-radius: 0.3125rem 0.3125rem 0 0;
    position: relative; }
    .custom-popup.popup-alert .popup-image:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #18153E;
      z-index: 1;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.2s ease-in;
      -o-transition: opacity 0.2s ease-in;
      -moz-transition: opacity 0.2s ease-in;
      transition: opacity 0.2s ease-in; }
    .custom-popup.popup-alert .popup-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      -webkit-transition: -webkit-transform .3s ease-out;
      transition: -webkit-transform .3s ease-out;
      -o-transition: -o-transform .3s ease-out;
      -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
      transition: transform .3s ease-out;
      transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out; }
    @media (min-width: 768px) {
      .custom-popup.popup-alert .popup-image {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 22.5rem; } }
    @media (min-width: 1024px) {
      .custom-popup.popup-alert .popup-image {
        height: auto;
        -webkit-border-radius: 0.3125rem 0 0 0.3125rem;
           -moz-border-radius: 0.3125rem 0 0 0.3125rem;
                border-radius: 0.3125rem 0 0 0.3125rem; } }
  .custom-popup.popup-alert .popup-content {
    background: #FCFCF7; }
    @media (min-width: 768px) {
      .custom-popup.popup-alert .popup-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    @media (min-width: 1024px) {
      .custom-popup.popup-alert .popup-content {
        -webkit-border-radius: 0 0.3125rem 0.3125rem 0;
           -moz-border-radius: 0 0.3125rem 0.3125rem 0;
                border-radius: 0 0.3125rem 0.3125rem 0; } }
  .custom-popup.popup-alert .popup-content-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .custom-popup.popup-alert .popup-content-header .popup-header {
      font-family: "lato", sans-serif;
      font-size: 0.875rem;
      line-height: 1.75rem;
      color: #673884;
      font-weight: bold;
      letter-spacing: 0.05em;
      text-align: center;
      padding-top: 0.1875rem;
      text-transform: uppercase; }
    .custom-popup.popup-alert .popup-content-header .hp-icon {
      font-size: 1.3125rem;
      color: #D74F4F;
      display: inline-block;
      margin-right: 0.625rem; }
    @media (min-width: 768px) {
      .custom-popup.popup-alert .popup-content-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
  .custom-popup.popup-alert .popup-content-inner {
    padding: 1.5625rem; }
    @media (min-width: 768px) {
      .custom-popup.popup-alert .popup-content-inner {
        height: 100%;
        padding: 2.8125rem;
        max-height: 400px;
        overflow-y: scroll; } }
  .custom-popup.popup-alert .popup-title {
    font-family: "ivyora-display", sans-serif;
    font-size: 1.9375rem;
    line-height: 2.0625rem;
    font-weight: normal;
    text-align: left;
    color: #4B2563;
    margin: 1.25rem 0;
    -webkit-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in; }
    @media (min-width: 375px) {
      .custom-popup.popup-alert .popup-title {
        font-size: 1.875rem;
        line-height: 2.0625rem; } }
    @media (min-width: 768px) {
      .custom-popup.popup-alert .popup-title {
        font-size: 2.375rem;
        line-height: 2.6875rem; } }
  .custom-popup.popup-alert .popup-description {
    font-family: "lato", sans-serif;
    font-weight: normal;
    text-align: left;
    font-size: 1.1875rem;
    line-height: 1.5625rem;
    color: #4B2563; }
    .custom-popup.popup-alert .popup-description a {
      color: #4B2563;
      -webkit-transition: color 0.2s ease-in;
      -o-transition: color 0.2s ease-in;
      -moz-transition: color 0.2s ease-in;
      transition: color 0.2s ease-in; }
      .custom-popup.popup-alert .popup-description a:hover {
        color: #9AC7D9; }
    .custom-popup.popup-alert .popup-description ul, .custom-popup.popup-alert .popup-description ol {
      margin-left: 30px; }
    .custom-popup.popup-alert .popup-description ul {
      list-style-type: disc; }
    .custom-popup.popup-alert .popup-description ol {
      list-style-type: decimal; }
    .custom-popup.popup-alert .popup-description .global-url {
      margin-left: 0.4375rem;
      font-size: 0.75rem;
      color: #D7B14F; }
    @media (min-width: 768px) {
      .custom-popup.popup-alert .popup-description {
        margin: 1.5625rem 0 0.9375rem; } }
  .custom-popup.popup-alert .popup-link-icon {
    pointer-events: none;
    font-size: 0.6875rem;
    color: #D7B14F;
    display: inline;
    margin-left: 0.625rem; }
  .custom-popup.popup-alert .updated {
    font-family: "lato", sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-align: left;
    letter-spacing: 0.05em;
    color: #4B2563;
    opacity: 0.55;
    text-transform: uppercase;
    margin: 0.9375rem 0 0;
    display: block; }
    @media (min-width: 768px) {
      .custom-popup.popup-alert .updated {
        margin: 1.875rem 0 0; } }
  .custom-popup.popup-alert .popup-card.has-url .global-url {
    display: block; }
  .custom-popup.popup-alert .popup-card.no-url .global-url {
    display: none; }
  .custom-popup.popup-alert .popup-card.no-url .popup-content-inner:after {
    display: none; }
  @media (min-width: 768px) {
    .custom-popup.popup-alert {
      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;
      pointer-events: none;
      background: transparent;
      -webkit-transition: background 0.2s ease-in;
      -o-transition: background 0.2s ease-in;
      -moz-transition: background 0.2s ease-in;
      transition: background 0.2s ease-in; }
      .custom-popup.popup-alert .popup-wrapper {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.2s ease-in 0.2s, visibility 0.2s ease-in 0.2s;
        -o-transition: opacity 0.2s ease-in 0.2s, visibility 0.2s ease-in 0.2s;
        -moz-transition: opacity 0.2s ease-in 0.2s, visibility 0.2s ease-in 0.2s;
        transition: opacity 0.2s ease-in 0.2s, visibility 0.2s ease-in 0.2s; }
      .custom-popup.popup-alert.opened {
        pointer-events: all;
        background: rgba(43, 17, 59, 0.8); }
        .custom-popup.popup-alert.opened .popup-wrapper {
          opacity: 1;
          visibility: visible; } }
