@charset "UTF-8";
html,
body {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #0A2441;
}

html.mediaPopupOpened {
  overflow: hidden;
}

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

.g-button {
  font-size: 0;
  display: inline-block;
}
.g-button span {
  font-size: 24px;
  letter-spacing: -0.02em;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.g-button .g-icon, .g-button .decorative-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  width: 28px;
  height: 33px;
  margin-left: 20px;
  position: relative;
}
.g-button .g-icon:after, .g-button .decorative-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23000%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.85 24'%3E%3Cg id='buttonCircleRed' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M.33,3.3a11.5,11.5,0,1,1,0,17.4' fill='none' stroke='%23db2c34' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.g-button .g-icon:before, .g-button .decorative-link:before {
  font-size: 13px;
  margin-left: -10px;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.g-button svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.g-button svg use {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  -webkit-transition: stroke-dashoffset 0.5s ease-in-out;
  -o-transition: stroke-dashoffset 0.5s ease-in-out;
  -moz-transition: stroke-dashoffset 0.5s ease-in-out;
  transition: stroke-dashoffset 0.5s ease-in-out;
}
.g-button.isWhite {
  color: #fff;
}
.g-button.isDark {
  color: #0A2441;
}
.g-button.hasYellowCircle .g-icon:after, .g-button.hasYellowCircle .decorative-link:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23000%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.85 24'%3E%3Cg id='buttonCircle' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M.33,3.3a11.5,11.5,0,1,1,0,17.4' fill='none' stroke='%23ffd50e' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
html.no-touch .g-button:hover svg use {
  stroke-dashoffset: 0;
}
html.no-touch .g-button:hover:not(.isWhite):not(.hasYellowCircle) span, html.no-touch .g-button:hover:not(.isWhite):not(.hasYellowCircle) .g-icon:before, html.no-touch .g-button:hover:not(.isWhite):not(.hasYellowCircle) .decorative-link:before {
  color: #014480;
}

.safe-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.noCarouselNeeded .owl-stage {
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
  width: auto !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.noCarouselNeeded .owl-item {
  float: none;
  display: inline-block;
}
.noCarouselNeeded .owl-item.cloned {
  display: none !important;
}
.noCarouselNeeded .owl-nav, .noCarouselNeeded .custom-nav-holder {
  display: none;
}

.decorative-link {
  width: 30px;
  height: 22px;
  display: block;
  position: relative;
}
.decorative-link:before {
  display: block;
  font-size: 9px;
  line-height: 9px;
  color: #fff;
  display: block;
  position: absolute;
  left: 4px;
  top: 0;
  top: 6px;
  -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;
}
.decorative-link:after {
  content: "";
  color: #E13A3C;
  font-size: 21px;
  line-height: 21px;
  position: absolute;
  right: 0;
  top: 0;
}

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

button {
  background: none;
  border: 0;
  cursor: pointer;
}

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 {
  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 */
}

.custom-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  display: block !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-transition: opacity 0s ease-in-out 1.2s, visibility 0s ease-in-out 1.2s;
  -o-transition: opacity 0s ease-in-out 1.2s, visibility 0s ease-in-out 1.2s;
  -moz-transition: opacity 0s ease-in-out 1.2s, visibility 0s ease-in-out 1.2s;
  transition: opacity 0s ease-in-out 1.2s, visibility 0s ease-in-out 1.2s;
}
@media (max-width: 767px) {
  .custom-menu {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.custom-menu:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0A2441;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1.2s ease-in-out;
  transition: -webkit-transform 1.2s ease-in-out;
  -o-transition: -o-transform 1.2s ease-in-out;
  -moz-transition: transform 1.2s ease-in-out, -moz-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out, -moz-transform 1.2s ease-in-out, -o-transform 1.2s ease-in-out;
}
@media (max-width: 767px) {
  .custom-menu:after {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.custom-menu .custom-menu-btn {
  overflow: hidden;
  font-family: "poppins", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
  border: 4px solid;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  padding: 10px 15px;
  margin-top: 20px;
  display: block;
  position: relative;
}
.custom-menu .custom-menu-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
}
html.no-touch .custom-menu .custom-menu-btn:hover {
  -webkit-transition: background-color 0.1s 0.3s ease-out, color 0.3s ease-out;
  -o-transition: background-color 0.1s 0.3s ease-out, color 0.3s ease-out;
  -moz-transition: background-color 0.1s 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.1s 0.3s ease-out, color 0.3s ease-out;
}
html.no-touch .custom-menu .custom-menu-btn:hover:before {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
@media screen and (max-width: 340px) {
  .custom-menu .custom-menu-btn {
    padding: 10px 5px;
  }
}
.custom-menu .scroll-down-wrapper {
  width: 100%;
  height: 100px;
  background: #000;
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
     -moz-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  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;
  display: none;
}
.custom-menu .scroll-down-wrapper .scroll-level-down {
  width: 44px;
  height: 44px;
  pointer-events: all;
  position: absolute;
  right: 30px;
  bottom: 30px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  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;
  border: 4px solid #fed948;
  background: #fff;
}
.custom-menu .scroll-down-wrapper .scroll-level-down i {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #0f1b51;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 15px;
}
html.no-touch .custom-menu .scroll-down-wrapper .scroll-level-down:hover i {
  color: #fed948;
}
.custom-menu .scroll-down-wrapper.enabled {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.custom-menu .custom-menu-link {
  top: 60px;
  right: 60px;
}
.custom-menu .right-side {
  width: 50%;
  height: 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;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.custom-menu .right-side .right-side-inner {
  padding-left: 30%;
}
.custom-menu .open-menu {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  background: #000;
  z-index: 100;
}
.custom-menu .custom-btn {
  width: 100%;
  max-width: 260px;
}
.custom-menu .bg-close {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background: #000;
}
.custom-menu .custom-menu__inner {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  min-height: 650px;
  overflow: hidden;
}
.custom-menu .menu-container {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
}
.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.3s ease, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease-out, -o-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease-out, visibility 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: opacity 0.3s ease, transform 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease, transform 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s 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: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 6;
  -webkit-transform: translateX(-200px);
     -moz-transform: translateX(-200px);
      -ms-transform: translateX(-200px);
       -o-transform: translateX(-200px);
          transform: translateX(-200px);
  opacity: 0;
  -webkit-transition: 1.2s ease-in-out;
  -o-transition: 1.2s ease-in-out;
  -moz-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out;
}
@media (max-width: 767px) {
  .custom-menu .menu-mobile-helper {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.custom-menu .level-title {
  font-size: 34px;
  line-height: 38px;
  display: block;
  color: #002776;
  font-weight: 700;
  padding-bottom: 20px;
}
.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;
}
.custom-menu .cm-levels .cm-level {
  width: 100%;
  display: none;
  padding: 0 40px;
  max-width: 620px;
  margin: 0 auto;
}
.custom-menu .cm-levels .cm-item {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.custom-menu .cm-levels .cm-item.cm__item-ref {
  display: block;
  padding: 10px 0 !important;
}
.custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  padding-left: 34px;
  -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__item-ref .cm__link-ref i {
  color: #383838;
  font-size: 5px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  margin-right: 10px;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: color 0.3s ease, -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, color 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
html.no-touch .custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref:hover {
  color: #991D33;
}
html.no-touch .custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref:hover i {
  color: #991D33;
  -webkit-transform: rotate(180deg) translate3d(5px, 0, 0);
     -moz-transform: rotate(180deg) translate3d(5px, 0, 0);
          transform: rotate(180deg) translate3d(5px, 0, 0);
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .custom-menu .cm-levels .cm-item.cm__item-ref:nth-of-type(2) {
    display: none;
  }
}
.custom-menu .cm-levels .cm-item .arrow {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.custom-menu .cm-levels .cm-item .arrow i {
  color: #fff;
  opacity: 0.5;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.custom-menu .cm-levels .cm-item.cm-item-ref {
  margin-bottom: 15px;
}
.custom-menu .cm-levels .cm-item .cm-link {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #fff;
}
.custom-menu .cm-levels .cm-item .cm-link > span {
  padding-right: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.custom-menu .cm-levels .cm-item .cm-link .cm-link-text {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
html.no-touch .custom-menu .cm-levels .cm-item .cm-link:hover {
  color: #fed31d;
}
html.no-touch .custom-menu .cm-levels .cm-item .cm-link:hover .arrow {
  -webkit-transform: translateX(20px);
     -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
       -o-transform: translateX(20px);
          transform: translateX(20px);
}
html.no-touch .custom-menu .cm-levels .cm-item .cm-link:hover .arrow i {
  opacity: 1;
}
.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-item.activeState .cm-link, .custom-menu .cm-levels .cm-item.active .cm-link {
  color: #fed31d;
}
.custom-menu .cm-levels .cm-item.current > .cm-link {
  color: #E13A3C;
}
.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: 0;
  height: 100%;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.custom-menu .cm-levels .cm-absolute .cml-scroll::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.custom-menu .cm-levels.first-level {
  width: 100%;
  z-index: 1;
}
.custom-menu .cm-levels.first-level .cm-level {
  display: block !important;
  padding-left: 110px;
}
.custom-menu .cm-levels.first-level .cm-item {
  padding: 16px 0;
}
.custom-menu .cm-levels.first-level .cm-item .cm-link {
  position: relative;
  z-index: 1;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
html.no-touch .custom-menu .cm-levels.first-level .cm-item:hover .icon:before {
  opacity: 1 !important;
}
html.no-touch .custom-menu .cm-levels.first-level .cm-item:hover .icon:after {
  opacity: 0 !important;
}
.custom-menu .cm-levels.second-level {
  width: 60%;
  max-width: 410px;
  z-index: 2;
  right: 0;
  opacity: 0;
  -webkit-transform: translateX(-30%);
     -moz-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
       -o-transform: translateX(-30%);
          transform: translateX(-30%);
}
.custom-menu .cm-levels.second-level .cm-absolute {
  background: #081F39;
  position: relative;
}
.custom-menu .cm-levels.second-level .open-level {
  top: 8px;
}
.custom-menu .cm-levels.second-level .cm-item {
  padding: 16px 0 16px 0;
  text-align: left;
}
.custom-menu .cm-levels.second-level .cm-link {
  display: inline-block;
  font-size: 26px;
  line-height: 1.15;
  border-left: none;
  position: relative;
  font-weight: 400;
}
.custom-menu .cm-levels.second-level .cm-level-third:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  width: 4px;
  height: 90%;
  background-color: #FED948;
}
.custom-menu .cm-levels.second-level .cm-level-third .cm-item .cm-link {
  display: block;
  font-weight: normal;
  text-align: left;
  font-size: 17px;
  line-height: 25px;
  color: #0f1b51;
}
.custom-menu .cm-levels.second-level .cm-level-third .cm-item.current .cm-link {
  font-weight: bold;
}
.custom-menu .cm-levels.second-level .scroll-level-down {
  background: #F5F5F5;
}
.custom-menu .cm-levels.third-level {
  width: 60%;
  max-width: 410px;
  z-index: 2;
  right: -160px;
  opacity: 0;
  -webkit-transform: translateX(-30%);
     -moz-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
       -o-transform: translateX(-30%);
          transform: translateX(-30%);
}
.custom-menu .cm-levels.third-level .cm-absolute {
  background: #071B31;
  position: relative;
}
.custom-menu .cm-levels.third-level .open-level {
  top: 8px;
}
.custom-menu .cm-levels.third-level .cm-item {
  padding: 16px 0 16px 0;
  text-align: left;
}
.custom-menu .cm-levels.third-level .cm-link {
  display: inline-block;
  font-size: 18px;
  line-height: 1.15;
  border-left: none;
  position: relative;
  font-weight: 400;
}
.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: middle;
}
.custom-menu .cm-levels .cml-table .cml-scroll-wrapper {
  width: 100%;
}
.custom-menu .custom-menu-title {
  font-family: "poppins", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #ffcc00;
  margin: 20px 0 10px;
}
.custom-menu .info-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-menu .info-group.phone .text {
  margin-bottom: 0;
}
.custom-menu .info-group.phone {
  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-menu .info-group .text {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
  margin-left: 10px;
}
.custom-menu .info-group .icon {
  margin-top: 4px;
  font-size: 22px;
}
.custom-menu .cm__title-ref {
  cursor: pointer;
}
.custom-menu .cm__title-ref span {
  font-size: 16px;
}
.custom-menu .cm__title-ref .g-icon, .custom-menu .cm__title-ref .decorative-link {
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-left: 0;
  margin-right: 20px;
  width: 19px;
  height: 22px;
}
.custom-menu .cm__title-ref .g-icon:before, .custom-menu .cm__title-ref .decorative-link:before {
  font-size: 9px;
  margin-left: -7px;
}
.custom-menu .pageHeader {
  width: 490px;
  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%);
  background: rgba(255, 255, 255, 0.03);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  z-index: 3;
  overflow: hidden;
  min-width: 320px;
  opacity: 0;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.custom-menu .pageHeader:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.custom-menu .pageHeader span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.custom-menu .pageHeader span.isActive {
  opacity: 0.25;
}
.custom-menu .menuAddress {
  position: absolute;
  text-align: right;
  right: 40px;
  bottom: 30px;
  z-index: 8;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.custom-menu .menuAddress p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.333;
  font-style: normal;
}
.custom-menu .menuAddress a {
  color: currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
html.no-touch .custom-menu .menuAddress a:hover {
  color: #fff;
}
.custom-menu .menuKeyLinks {
  -webkit-transform: translateX(-200px);
     -moz-transform: translateX(-200px);
      -ms-transform: translateX(-200px);
       -o-transform: translateX(-200px);
          transform: translateX(-200px);
  opacity: 0;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.custom-menu .menuKeyLinks h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fed31d;
  padding-bottom: 16px;
}
.custom-menu .menuKeyLinks li {
  padding: 11px 0;
}
.custom-menu .menuKeyLinks a {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.custom-menu .menuKeyLinks a i, .custom-menu .menuKeyLinks a span {
  display: inline-block;
  vertical-align: middle;
}
.custom-menu .menuKeyLinks a i {
  width: 30px;
}
html.no-touch .custom-menu .menuKeyLinks a:hover {
  color: #fed31d;
}
@media (max-width: 767px) {
  .custom-menu .menuKeyLinks {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.custom-menu .menu-header-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 36px 40px 33px 40px;
  z-index: 4;
  position: relative;
}
.custom-menu.animated {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
.custom-menu.animated:after {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1.2s ease-in-out;
  transition: -webkit-transform 1.2s ease-in-out;
  -o-transition: -o-transform 1.2s ease-in-out;
  -moz-transition: transform 1.2s ease-in-out, -moz-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out, -moz-transform 1.2s ease-in-out, -o-transform 1.2s ease-in-out;
}
.custom-menu.animated .menu-mobile-helper, .custom-menu.animated .menuKeyLinks, .custom-menu.animated .menuAddress {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
  transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
  -o-transition: opacity 1.2s ease-in-out, -o-transform 1.2s ease-in-out;
  -moz-transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out, -moz-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out, -moz-transform 1.2s ease-in-out, -o-transform 1.2s ease-in-out;
}
.custom-menu.animated .pageHeader {
  opacity: 1;
  -webkit-transition: opacity 0.9s ease-in-out 0.3s;
  -o-transition: opacity 0.9s ease-in-out 0.3s;
  -moz-transition: opacity 0.9s ease-in-out 0.3s;
  transition: opacity 0.9s ease-in-out 0.3s;
}
@media (max-width: 767px) {
  .custom-menu.animated:after, .custom-menu.animated .menu-mobile-helper, .custom-menu.animated .menuKeyLinks, .custom-menu.animated .menuAddress {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.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 {
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

@media (max-width: 1400px), (max-height: 860px) and (min-width: 1401px) {
  .custom-menu .cm-levels.first-level .cm-item {
    padding: 14px 0;
  }
  .custom-menu .cm-levels.first-level .cm-item .cm-link {
    font-size: 35px;
  }
  .custom-menu .cm-levels.first-level .cm-item .cm-link span {
    padding-right: 25px;
  }
  .custom-menu .cm-levels.first-level .cm-item .cm-link .arrow i {
    font-size: 17px;
  }
  .custom-menu .cm-levels.second-level .cm-item {
    padding: 14px 0;
  }
  .custom-menu .cm-levels.second-level .cm-item .cm-link {
    font-size: 24px;
  }
  .custom-menu .cm-levels.second-level .cm-item .cm-link span {
    padding-right: 25px;
  }
  .custom-menu .cm-levels.second-level .cm-item .cm-link .arrow i {
    font-size: 17px;
  }
  .custom-menu .cm-levels.third-level .cm-item {
    padding: 13px 0;
  }
  .custom-menu .cm-levels.third-level .cm-item .cm-link {
    font-size: 17px;
  }
  .custom-menu .cm-levels.third-level .cm-item .cm-link span {
    padding-right: 0;
  }
  .custom-menu .pageHeader {
    width: 470px;
    height: 470px;
  }
  .custom-menu .menuAddress {
    right: 35px;
    bottom: 27px;
  }
  .custom-menu .menuAddress p {
    font-size: 18px;
  }
  .custom-menu .menuKeyLinks h2 {
    font-size: 26px;
  }
  .custom-menu .menuKeyLinks li {
    padding: 10px 0;
  }
  .custom-menu .menuKeyLinks a {
    font-size: 20px;
  }
  .custom-menu .right-side .right-side-inner {
    padding-left: 26%;
  }
}
@media (max-width: 1250px), (max-height: 780px) and (min-width: 1251px) {
  .custom-menu .cm-levels.first-level .cm-item {
    padding: 10px 0;
  }
  .custom-menu .cm-levels.first-level .cm-item .cm-link {
    font-size: 30px;
  }
  .custom-menu .cm-levels.first-level .cm-item .cm-link span {
    padding-right: 20px;
  }
  .custom-menu .cm-levels.first-level .cm-item .cm-link .arrow i {
    font-size: 15px;
  }
  .custom-menu .cm-levels.second-level .cm-item {
    padding: 10px 0;
  }
  .custom-menu .cm-levels.second-level .cm-item .cm-link {
    font-size: 22px;
  }
  .custom-menu .cm-levels.second-level .cm-item .cm-link span {
    padding-right: 20px;
  }
  .custom-menu .cm-levels.second-level .cm-item .cm-link .arrow i {
    font-size: 15px;
  }
  .custom-menu .pageHeader {
    width: 410px;
    height: 410px;
  }
  .custom-menu .menuAddress {
    right: 30px;
    bottom: 25px;
  }
  .custom-menu .menuAddress p {
    font-size: 15px;
  }
  .custom-menu .menuKeyLinks h2 {
    font-size: 24px;
  }
  .custom-menu .menuKeyLinks li {
    padding: 8px 0;
  }
  .custom-menu .menuKeyLinks a {
    font-size: 18px;
  }
  .custom-menu .right-side .right-side-inner {
    padding-left: 23%;
  }
}
@media screen and (min-width: 768px) {
  .custom-menu .menu-container {
    height: 100% !important;
  }
  .custom-menu.loaded .menu-container {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .custom-menu .pageHeader {
    display: none;
  }
  .custom-menu .menu-mobile-helper {
    position: relative;
    height: auto;
    padding: 0 0 30px 0;
  }
  .custom-menu .menu-container {
    position: relative;
    width: 100%;
  }
  .custom-menu .cm-levels .cml-table .cml-tc {
    vertical-align: top;
  }
  .custom-menu .right-side {
    position: relative;
    width: 100%;
    display: block;
    padding: 0 40px;
    height: auto;
    z-index: 3;
  }
  .custom-menu .right-side .right-side-inner {
    padding-left: 0;
  }
  .custom-menu .menuAddress {
    position: static;
    text-align: center;
    padding: 40px 20px 110px 20px;
  }
  .custom-menu .custom-menu__inner {
    min-height: auto;
    position: relative;
    height: auto;
  }
  .custom-menu .cm-levels .cm-item .cm-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .custom-menu .cm-levels .cm-item .cm-link > span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .custom-menu .cm-levels .cm-item .cm-link .arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .custom-menu .cm-levels.first-level .cm-level {
    padding-left: 40px;
  }
  .custom-menu .cm-levels.second-level, .custom-menu .cm-levels.third-level {
    width: 100%;
    max-width: 100%;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    left: -100%;
  }
  .custom-menu .cm-levels.second-level:before, .custom-menu .cm-levels.third-level:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #081F39;
  }
  .custom-menu .cm-levels.second-level.level-active, .custom-menu .cm-levels.third-level.level-active {
    left: 0;
  }
  .custom-menu .cm-levels.third-level:before {
    background: #071B31;
  }
  .custom-menu .menu-container .cm-levels:not(.first-level) {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media (max-width: 413px) {
  .custom-menu .cm-levels.first-level .cm-level {
    padding: 0 30px 0 20px;
  }
  .custom-menu .cm-levels.first-level .cm-item {
    padding: 10px 0;
  }
  .custom-menu .cm-levels.first-level .cm-item .cm-link {
    font-size: 25px;
  }
  .custom-menu .cm-levels.first-level .cm-item .cm-link span {
    padding-right: 20px;
  }
  .custom-menu .cm-levels.first-level .cm-item .cm-link .arrow i {
    font-size: 15px;
  }
  .custom-menu .cm-levels.second-level .cm-level {
    padding: 0 30px 0 20px;
  }
  .custom-menu .cm-levels.second-level .cm-item {
    padding: 10px 0;
  }
  .custom-menu .cm-levels.second-level .cm-item .cm-link {
    font-size: 22px;
  }
  .custom-menu .cm-levels.second-level .cm-item .cm-link span {
    padding-right: 20px;
  }
  .custom-menu .cm-levels.second-level .cm-item .cm-link .arrow i {
    font-size: 15px;
  }
  .custom-menu .cm-levels.third-level .cm-level {
    padding: 0 20px;
  }
  .custom-menu .cm-levels.third-level .cm-item {
    padding: 13px 0;
  }
  .custom-menu .cm-levels.third-level .cm-item .cm-link {
    font-size: 17px;
  }
  .custom-menu .cm-levels.third-level .cm-item .cm-link span {
    padding-right: 0;
  }
  .custom-menu .menu-header-mobile {
    padding: 30px 20px;
  }
  .custom-menu .right-side {
    padding: 0 20px;
  }
}
.desktopNav {
  text-align: right;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  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;
  z-index: 102;
  padding: 7px 15px 0 35px;
  pointer-events: none;
}
.menu-active .desktopNav.stickyOn {
  position: fixed;
}
@media (max-width: 767px) {
  .desktopNav {
    padding: 7px 15px 0 20px;
  }
}

.desktopStickyNav {
  position: fixed;
  left: 35px;
  top: 60px;
  z-index: 20;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.desktopStickyNav > * {
  width: 51px;
  height: 51px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  vertical-align: middle;
  position: relative;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.desktopStickyNav .stickyContact {
  background: #E13A3C;
}
.desktopStickyNav .stickyContact i {
  font-size: 13px;
  color: #fff;
}
html.no-touch .desktopStickyNav .stickyContact:hover {
  background: #fed31d;
}
.desktopStickyNav .stickyBurger {
  background: #fed31d;
  margin-right: 40px;
}
.desktopStickyNav .stickyBurger i {
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -15px;
}
.desktopStickyNav .stickyBurger i:after, .desktopStickyNav .stickyBurger i:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.desktopStickyNav .stickyBurger i:before {
  top: -5px;
}
.desktopStickyNav .stickyBurger i:after {
  width: 17px;
  top: 5px;
}
html.no-touch .desktopStickyNav .stickyBurger:hover {
  background: #E13A3C;
}
.desktopStickyNav.stickyOn {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1250px) {
  .desktopStickyNav .stickyBurger {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .desktopStickyNav {
    display: none;
  }
}

.websiteLogo {
  pointer-events: all;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 10px;
}
.websiteLogo .forMenu {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.websiteLogo .forSharedTemplates {
  display: none;
  width: 57px;
}
.menu-active .websiteLogo img:not(.forMenu) {
  opacity: 0;
}
.menu-active .websiteLogo img.forMenu {
  opacity: 1;
}
@media (max-width: 1150px) {
  .websiteLogo img.forMenu {
    display: none;
  }
}
@media (max-width: 1023px) {
  .websiteLogo .mainLogo {
    max-width: 185px;
  }
}
@media (max-width: 767px) {
  .menu-active .websiteLogo {
    display: none;
  }
}

.searchForm {
  vertical-align: middle;
  pointer-events: all;
  margin-right: 30px;
  display: none;
}
.searchForm fieldset {
  position: relative;
  font-size: 0;
  width: 100%;
  max-width: 270px;
}
.searchForm input {
  background: transparent;
  line-height: 60px;
  height: 58px;
  padding: 0 55px 0 50px;
  font-family: "poppins", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  width: 100%;
  text-transform: none;
  -webkit-appearance: none;
  vertical-align: middle;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.searchForm input::-webkit-input-placeholder {
  font-weight: 400;
  font-family: "poppins", sans-serif;
  font-size: 18px;
  color: #fff;
  opacity: 0.5;
}
.searchForm input::-moz-placeholder {
  font-weight: 400;
  font-family: "poppins", sans-serif;
  font-size: 18px;
  color: #fff;
  opacity: 0.5;
}
.searchForm input:-ms-input-placeholder {
  font-weight: 400;
  font-family: "poppins", sans-serif;
  font-size: 18px;
  color: #fff;
  opacity: 0.5;
}
.searchForm input:-moz-placeholder {
  font-weight: 400;
  font-family: "poppins", sans-serif;
  font-size: 18px;
  color: #fff;
  opacity: 0.5;
}
.searchForm .g-button {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -17px;
}
.searchForm .g-search-icon-icon {
  font-size: 21px;
  color: #fff;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -11px;
}
@media (min-width: 768px) {
  .header.menu-active .searchForm {
    display: inline-block;
  }
}
@media (max-width: 1400px) {
  .searchForm input {
    line-height: 55px;
    height: 53px;
  }
}
@media (max-width: 1250px) {
  .searchForm fieldset {
    max-width: 240px;
  }
  .searchForm input {
    line-height: 50px;
    height: 48px;
    padding: 0 55px 0 50px;
  }
  .searchForm .g-search-icon-icon {
    font-size: 20px;
    left: 13px;
    margin-top: -10px;
  }
  .searchForm .g-button {
    margin-top: -11px;
  }
  .searchForm .g-button .g-icon, .searchForm .g-button .decorative-link {
    width: 26px;
    height: 22px;
  }
  .searchForm .g-button .g-icon:before, .searchForm .g-button .decorative-link:before {
    font-size: 9px;
    margin-left: -4px;
  }
}
@media (max-width: 1150px) {
  .searchForm {
    margin-right: -170px;
  }
}
@media (max-width: 767px) {
  .custom-menu .searchForm {
    display: block;
    margin-left: 0;
  }
}

.menuPortalLink {
  vertical-align: middle;
  pointer-events: none;
  opacity: 0;
  display: inline-block;
  position: relative;
  top: 1px;
  -webkit-transform: translateX(-100px);
     -moz-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
       -o-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: 1.2s ease-in-out;
  -o-transition: 1.2s ease-in-out;
  -moz-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out;
}
.menuPortalLink span {
  font-size: 24px;
  color: #fff;
  vertical-align: middle;
  padding-right: 10px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menuPortalLink i {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
html.no-touch .menuPortalLink:hover span, html.no-touch .menuPortalLink:hover i {
  color: #fed31d;
}
html.no-touch .menuPortalLink:hover i {
  -webkit-transform: translateX(5px);
     -moz-transform: translateX(5px);
      -ms-transform: translateX(5px);
       -o-transform: translateX(5px);
          transform: translateX(5px);
}
@media (min-width: 1024px) {
  .header.menu-active .menuPortalLink {
    pointer-events: all;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 1400px) {
  .menuPortalLink span {
    font-size: 22px;
  }
  .menuPortalLink i {
    font-size: 13px;
  }
}
@media (max-width: 1250px) {
  .menuPortalLink span {
    font-size: 20px;
  }
  .menuPortalLink i {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .menuPortalLink {
    display: none;
  }
}

.language {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  pointer-events: all;
  margin-right: 40px;
  top: 1px;
  position: relative;
}
.language li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.4);
}
.language li:not(:last-of-type):after {
  content: "|";
  font-size: 20px;
  margin: 0 8px;
}
.language a {
  color: inherit;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.language li.isActive a, html.no-touch .language li:hover a {
  color: #fff;
}
.custom-menu .language {
  display: none;
}
@media (max-width: 1400px) {
  .language li, .language li:not(:last-of-type):after {
    font-size: 18px;
  }
  .language li:not(:last-of-type):after {
    margin: 0 6px;
  }
}
@media (max-width: 1250px) {
  .language {
    margin-right: 32px;
  }
}
@media (max-width: 767px) {
  .desktopNav .language {
    top: -35px;
  }
  .custom-menu .language {
    display: inline-block;
    display: none;
  }
  .custom-menu .language li.isActive {
    display: none;
  }
  .custom-menu .language li {
    color: #fff;
  }
}

.btnWithDropDown {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 40px;
  pointer-events: all;
  top: 1px;
}
.btnWithDropDown .btnWithDropDown__head {
  position: relative;
  z-index: 5;
  font-size: 0;
}
.btnWithDropDown .btnWithDropDown__head span {
  padding-right: 9px;
}
.btnWithDropDown .btnWithDropDown__head .g-envelope-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 18px;
  top: -2px;
}
.btnWithDropDown .btnWithDropDown__head .g-angle-down-icon {
  font-size: 8px;
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 4px 0 0 -7px;
}
.btnWithDropDown .btnWithDropDown__dd {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: left;
  z-index: 2;
  font-size: 0;
  padding-bottom: 15px;
  visibility: hidden;
  pointer-events: none;
}
.btnWithDropDown .btnWithDropDown__dd:before {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: -43px;
  background: rgba(10, 36, 65, 0);
  bottom: -webkit-calc(100% + 43px);
  bottom: -moz-calc(100% + 43px);
  bottom: calc(100% + 43px);
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.btnWithDropDown .btnWithDropDown__item {
  position: relative;
  z-index: 2;
  display: block;
  margin: 14px 0;
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.btnWithDropDown .btnWithDropDown__item:nth-of-type(2) {
  -webkit-transform: translateY(-25px);
     -moz-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
       -o-transform: translateY(-25px);
          transform: translateY(-25px);
}
.btnWithDropDown .btnWithDropDown__item:nth-of-type(3) {
  -webkit-transform: translateY(-40px);
     -moz-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
       -o-transform: translateY(-40px);
          transform: translateY(-40px);
}
.btnWithDropDown .btnWithDropDown__item:nth-of-type(4) {
  -webkit-transform: translateY(-55px);
     -moz-transform: translateY(-55px);
      -ms-transform: translateY(-55px);
       -o-transform: translateY(-55px);
          transform: translateY(-55px);
}
.btnWithDropDown .btnWithDropDown__link {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.btnWithDropDown.isOpened .btnWithDropDown__dd {
  visibility: visible;
  pointer-events: all;
}
.btnWithDropDown.isOpened .btnWithDropDown__dd:before {
  background: #0a2441;
  bottom: 0;
}
.btnWithDropDown.isOpened .btnWithDropDown__item {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
html.no-touch .btnWithDropDown.isOpened .btnWithDropDown__link:hover {
  color: #fed31d;
}
@media (max-width: 1400px) {
  .btnWithDropDown .btnWithDropDown__link {
    font-size: 22px;
  }
}
@media (max-width: 1250px) {
  .btnWithDropDown {
    margin-right: 32px;
  }
  .btnWithDropDown .btnWithDropDown__link {
    font-size: 20px;
  }
  .btnWithDropDown .btnWithDropDown__head .g-envelope-icon {
    font-size: 13px;
  }
  .btnWithDropDown .btnWithDropDown__head .g-angle-down-icon {
    font-size: 7px;
    margin: 4px 0 0 -6px;
  }
  .btnWithDropDown .btnWithDropDown__dd {
    padding-bottom: 9px;
  }
}
@media (max-width: 767px) {
  .btnWithDropDown {
    display: none;
  }
}

.burger {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  z-index: 22;
  margin-right: 36px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  pointer-events: all;
}
.burger em {
  font-family: "poppins", sans-serif;
  color: #fff;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  z-index: 4;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  padding-left: 5px;
  min-width: 87px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.burger .g-icon, .burger .decorative-link {
  margin-left: 0;
  width: 42px;
  height: 50px;
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.burger .burger__iconWrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.burger .burger__openIcon {
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 3px;
  margin: -1px 0 0 0;
}
.burger .burger__openIcon:after, .burger .burger__openIcon:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.burger .burger__openIcon:before {
  top: -5px;
}
.burger .burger__openIcon:after {
  width: 17px;
  top: 5px;
}
.burger .burger__closeIcon {
  opacity: 0;
}
.burger .burger__closeIcon:after, .burger .burger__closeIcon:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  left: 50%;
  top: 50%;
  background: #fff;
  margin: -1px 0 0 -13px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.burger .burger__closeIcon:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.burger .burger__closeIcon:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.burger:focus {
  outline: none;
}
.burger.active em {
  font-weight: 600;
  text-transform: capitalize;
}
.burger.active .burger__openIcon {
  opacity: 0;
}
.burger.active .burger__closeIcon {
  opacity: 1;
}
.mobileNav .burger {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  margin-right: 0;
  text-align: center;
}
.mobileNav .burger .burger__iconWrapper {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.mobileNav .burger .burger__iconWrapper .g-icon, .mobileNav .burger .burger__iconWrapper .decorative-link {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mobileNav .burger .burger__openIcon {
  top: 57%;
  left: 8px;
  width: 27px;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.mobileNav .burger .burger__openIcon:after {
  width: 15px;
  top: 3px;
}
.mobileNav .burger .burger__closeIcon:after, .mobileNav .burger .burger__closeIcon:before {
  width: 26px;
  margin: 1px 0 0 -13px;
}
.mobileNav .burger em {
  font-size: 10px;
  min-width: auto;
  padding-left: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 42px;
  margin-top: -7px;
}
@media (max-width: 1400px) {
  .burger em {
    font-size: 22px;
  }
}
@media (max-width: 1250px) {
  .burger {
    margin-right: 26px;
  }
  .burger em {
    font-size: 20px;
    min-width: 74px;
  }
}
@media (max-width: 767px) {
  .desktopNav .burger {
    display: none;
  }
}

.mobileNav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #071E38;
  height: 80px;
  z-index: 102;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  display: none;
  padding: 0 36px 5px 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobileNav .mobileNav__link {
  color: #fff;
  display: inline-block;
  text-align: center;
}
.mobileNav .mobileNav__link i {
  font-size: 20px;
  min-height: 22px;
  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;
  margin-bottom: 8px;
}
.mobileNav .mobileNav__link span {
  display: block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.7;
}
.mobileNav .mobileNav__link.isContact i {
  font-size: 13px;
}
@media (max-width: 767px) {
  .mobileNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.sharedTemplates .header:not(.menu-active) .desktopNav {
  background: #FFFCF3;
  padding: 14px 53px 14px 35px;
}
body.sharedTemplates .header:not(.menu-active) .desktopNav .burger em {
  color: #0A2441;
}
body.sharedTemplates .header:not(.menu-active) .desktopNav .burger .burger__openIcon:after, body.sharedTemplates .header:not(.menu-active) .desktopNav .burger .burger__openIcon:before {
  background: #0A2441;
}
body.sharedTemplates .header:not(.menu-active) .websiteLogo {
  top: 0;
}
body.sharedTemplates .header:not(.menu-active) .websiteLogo img:not(.forMenu) {
  display: none;
}
body.sharedTemplates .header:not(.menu-active) .websiteLogo img.forSharedTemplates {
  display: block;
}
body.sharedTemplates .header:not(.menu-active) .websiteLogo img.forMenu {
  display: none;
  opacity: 1;
}
body.sharedTemplates .header:not(.menu-active) .language li {
  color: rgba(10, 36, 65, 0.4);
}
body.sharedTemplates .header:not(.menu-active) .language li.isActive a, html.no-touch body.sharedTemplates .header:not(.menu-active) .language li:hover a {
  color: #0A2441;
}
body.sharedTemplates .header:not(.menu-active) .btnWithDropDown:not(.isOpened) .btnWithDropDown__head .btnWithDropDown__link {
  color: #0A2441;
}

body.media-template .desktopNav {
  position: fixed;
}
@media (max-width: 767px) {
  body.media-template .desktopNav {
    max-height: 0;
    padding: 0 !important;
    overflow: hidden;
    display: none;
  }
}

.loader {
  height: 100px;
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
}
.loader span {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  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-animation: spin 1s linear infinite;
     -moz-animation: spin 1s linear infinite;
       -o-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.loader span i {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #fed31d;
  -webkit-animation: oscillate 1.2s linear infinite;
     -moz-animation: oscillate 1.2s linear infinite;
       -o-animation: oscillate 1.2s linear infinite;
          animation: oscillate 1.2s linear infinite;
}
.loader span:nth-child(2) {
  -webkit-transform: rotate(120deg);
     -moz-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
       -o-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation: spin2 1s linear infinite;
     -moz-animation: spin2 1s linear infinite;
       -o-animation: spin2 1s linear infinite;
          animation: spin2 1s linear infinite;
}
.loader span:nth-child(3) {
  -webkit-transform: rotate(240deg);
     -moz-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
       -o-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation: spin3 1s linear infinite;
     -moz-animation: spin3 1s linear infinite;
       -o-animation: spin3 1s linear infinite;
          animation: spin3 1s linear infinite;
}

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

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

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

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spin2 {
  100% {
    -webkit-transform: rotate(480deg);
            transform: rotate(480deg);
  }
}
@-moz-keyframes spin2 {
  100% {
    -moz-transform: rotate(480deg);
         transform: rotate(480deg);
  }
}
@-o-keyframes spin2 {
  100% {
    -o-transform: rotate(480deg);
       transform: rotate(480deg);
  }
}
@keyframes spin2 {
  100% {
    -webkit-transform: rotate(480deg);
       -moz-transform: rotate(480deg);
         -o-transform: rotate(480deg);
            transform: rotate(480deg);
  }
}
@-webkit-keyframes spin3 {
  100% {
    -webkit-transform: rotate(600deg);
            transform: rotate(600deg);
  }
}
@-moz-keyframes spin3 {
  100% {
    -moz-transform: rotate(600deg);
         transform: rotate(600deg);
  }
}
@-o-keyframes spin3 {
  100% {
    -o-transform: rotate(600deg);
       transform: rotate(600deg);
  }
}
@keyframes spin3 {
  100% {
    -webkit-transform: rotate(600deg);
       -moz-transform: rotate(600deg);
         -o-transform: rotate(600deg);
            transform: rotate(600deg);
  }
}
@-webkit-keyframes oscillate {
  0% {
    width: 24px;
    height: 24px;
  }
  20% {
    width: 0;
    height: 0;
    margin: 10px;
  }
  100% {
    -webkit-filter: hue-rotate(300deg);
            filter: hue-rotate(300deg);
  }
}
@-moz-keyframes oscillate {
  0% {
    width: 24px;
    height: 24px;
  }
  20% {
    width: 0;
    height: 0;
    margin: 10px;
  }
  100% {
    filter: hue-rotate(300deg);
  }
}
@-o-keyframes oscillate {
  0% {
    width: 24px;
    height: 24px;
  }
  20% {
    width: 0;
    height: 0;
    margin: 10px;
  }
  100% {
    filter: hue-rotate(300deg);
  }
}
@keyframes oscillate {
  0% {
    width: 24px;
    height: 24px;
  }
  20% {
    width: 0;
    height: 0;
    margin: 10px;
  }
  100% {
    -webkit-filter: hue-rotate(300deg);
            filter: hue-rotate(300deg);
  }
}
.hero {
  position: relative;
  height: 100vh;
}
.hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0A2441;
  z-index: 5;
}
.hero .hero__inner {
  height: 100%;
  width: 100%;
  position: relative;
  background: #0A2441;
  z-index: 2;
}
.hero .hero__mediaContent {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.hero .hero__mediaContent .slick-list {
  z-index: 2;
}
.hero .hero__mediaContent .slick-list, .hero .hero__mediaContent .slick-track {
  height: 100%;
}
.hero .hero__item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero .hero__item:before, .hero .hero__item:after {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.hero .hero__item:before {
  top: 0;
  height: 30%;
  opacity: 0.75;
  background: -moz-linear-gradient(top, black 0%, rgba(2, 1, 2, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(2, 1, 2, 0)));
  background: -webkit-linear-gradient(top, black 0%, rgba(2, 1, 2, 0) 100%);
  background: -o-linear-gradient(top, black 0%, rgba(2, 1, 2, 0) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(2, 1, 2, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(2, 1, 2, 0)));
  background: linear-gradient(to bottom, black 0%, rgba(2, 1, 2, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00020102",GradientType=0 );
}
html.lt-ie9 .hero .hero__item:before {
  -webkit-filter: none;
          filter: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjAxMDIiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}
.hero .hero__item:after {
  bottom: 0;
  height: 60%;
  background: -moz-linear-gradient(top, rgba(4, 19, 36, 0) 0%, #041324 100%);
  background: -webkit-linear-gradient(top, rgba(4, 19, 36, 0) 0%, #041324 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 19, 36, 0)), to(#041324));
  background: -o-linear-gradient(top, rgba(4, 19, 36, 0) 0%, #041324 100%);
  background: linear-gradient(to bottom, rgba(4, 19, 36, 0) 0%, #041324 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00041324", endColorstr="#041324", GradientType=0);
}
.hero .hero__item:nth-of-type(n+2) {
  display: none;
}
.hero .hero__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0;
}
.hero .hero__item .g-bgImg {
  background-position: center top;
  opacity: 0;
}
.hero .hero__item .g-bgImg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 6;
  pointer-events: none;
}
.hero .hero__strapline {
  position: absolute;
  left: 0;
  bottom: 150px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  font-size: 0;
  z-index: 6;
  opacity: 0;
}
.hero .hero__strapline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 100%;
  background: #0A2441;
  z-index: 2;
}
.hero .hero__strapline span {
  font-size: 100px;
  margin-right: -40px;
}
.hero .hero__strapline svg {
  width: 657px;
  height: 119px;
  display: block;
  position: relative;
}
.hero .hero__strapline svg #overlay {
  fill: #fff;
}
.hero .hero__strapline svg text {
  font-size: 100px;
  font-weight: bold;
  alignment-baseline: central;
}
.hero .hero__strapline svg #r {
  fill: #fff;
  -webkit-mask: url(#mask);
          mask: url(#mask);
}
.hero .hero__scrollDown {
  position: absolute;
  left: 50%;
  margin-left: -43px;
  bottom: 34px;
  z-index: 4;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.hero .hero__scrollDown .g-long-arrow-icon:before {
  font-size: 16px;
  color: #fff;
  margin-left: -37px;
  margin-top: -1px;
}
.hero .hero__scrollDown .g-long-arrow-icon {
  width: 65px;
  height: 55px;
}
.hero .hero__scrollDown .g-long-arrow-icon:before {
  -webkit-animation: upAndDown 0.7s ease-in-out alternate infinite;
     -moz-animation: upAndDown 0.7s ease-in-out alternate infinite;
       -o-animation: upAndDown 0.7s ease-in-out alternate infinite;
          animation: upAndDown 0.7s ease-in-out alternate infinite;
}
.hero .hero__student {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.hero .hero__student img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.hero .hero__buttons {
  position: absolute;
  right: 50px;
  bottom: 37px;
  z-index: 5;
  opacity: 0;
}
.hero .hero__smallText {
  position: absolute;
  bottom: 15px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  z-index: 5;
  max-width: 400px;
  left: 50%;
  margin-left: -200px;
}
.hero.isVisible .hero__item:before, .hero.isVisible .hero__item:after {
  content: "";
}
.hero.isVisible .hero__item .g-bgImg, .hero.isVisible .hero__item img, .hero.isVisible .hero__strapline, .hero.isVisible .hero__buttons {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (max-width: 1550px) {
  .hero .hero__strapline svg {
    width: 591px;
    height: 107px;
  }
  .hero .hero__strapline span, .hero .hero__strapline svg text {
    font-size: 90px;
  }
  .hero .hero__strapline span {
    margin-right: -35px;
  }
}
@media (max-width: 1400px) {
  .hero .hero__strapline svg {
    width: 515px;
    height: 93px;
  }
  .hero .hero__strapline span, .hero .hero__strapline svg text {
    font-size: 80px;
  }
  .hero .hero__strapline span {
    margin-right: -35px;
  }
  .hero .hero__buttons {
    bottom: 37px;
  }
}
@media (max-width: 1250px) {
  .hero .hero__strapline span, .hero .hero__strapline svg text {
    font-size: 67px;
  }
  .hero .hero__strapline span {
    margin-right: -26px;
  }
  .hero .hero__strapline svg {
    width: 447px;
    height: 85px;
  }
  .hero .hero__scrollDown {
    margin-left: -32px;
  }
  .hero .hero__scrollDown .g-long-arrow-icon:before {
    font-size: 10px;
    margin-left: -18px;
  }
  .hero .hero__scrollDown .g-long-arrow-icon {
    width: 50px;
    height: 44px;
  }
  .hero .hero__buttons {
    bottom: 33px;
    right: 40px;
  }
}
@media (max-width: 767px) {
  .hero {
    height: -webkit-calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: calc(100vh - 80px);
  }
  .hero .hero__strapline {
    bottom: 160px;
  }
  .hero .hero__strapline:before {
    display: none;
  }
  .hero .hero__strapline span, .hero .hero__strapline svg text {
    font-size: 50px;
  }
  .hero .hero__strapline span {
    margin-right: -16px;
  }
  .hero .hero__strapline svg {
    width: 315px;
    height: 66px;
  }
  .hero .hero__scrollDown {
    bottom: 89px;
  }
  .hero .hero__buttons {
    bottom: 20px;
    right: 36px;
    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;
  }
  .hero.isVisible:before {
    opacity: 0;
  }
  .hero .hero__smallText {
    display: none;
  }
}
@media (max-width: 413px) {
  .hero .hero__strapline span, .hero .hero__strapline svg text {
    font-size: 44px;
  }
  .hero .hero__strapline span {
    margin-right: -12px;
  }
  .hero .hero__strapline svg {
    width: 280px;
    height: 55px;
  }
}

@media (min-width: 768px) {
  .header__rightElements {
    opacity: 0;
  }

  .hero .hero__buttons {
    z-index: 4;
  }

  body.animationPhaseOne .hero__strapline:before {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    -o-transition: -o-transform 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out, -moz-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out, -moz-transform 0.8s ease-in-out, -o-transform 0.8s ease-in-out;
  }

  body.animationCompleted .hero:before {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out, -moz-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out, -moz-transform 1s ease-in-out, -o-transform 1s ease-in-out;
  }
  body.animationCompleted .hero .hero__buttons {
    z-index: 4;
    -webkit-transition-delay: 1s;
       -moz-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
  }
  body.animationCompleted .hero .hero__smallText {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  body.animationCompleted .hero .hero__strapline:before {
    display: none;
  }
  body.animationCompleted .hero .hero__scrollDown {
    z-index: 5;
  }
  body.animationCompleted .header__rightElements {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }

  body.animationsOff .header__rightElements {
    opacity: 1;
  }
  body.animationsOff .hero:before {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }
  body.animationsOff .hero .hero__buttons {
    z-index: 5;
  }
  body.animationsOff .hero .hero__scrollDown {
    z-index: 5;
  }
  body.animationsOff .hero .hero__smallText {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  body.animationsOff .hero .hero__strapline:before {
    display: none;
  }
}
.fullCircle, .outlineCircle {
  width: 490px;
  height: 490px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -245px 0 0 -245px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
@media (max-width: 1400px), (max-height: 860px) and (min-width: 1401px) {
  .fullCircle, .outlineCircle {
    width: 470px;
    height: 470px;
    margin: -235px 0 0 -235px;
  }
}
@media (max-width: 1023px), (max-height: 780px) and (min-width: 1024px) {
  .fullCircle, .outlineCircle {
    width: 410px;
    height: 410px;
    margin: -205px 0 0 -205px;
  }
}
@media (max-width: 767px) {
  .fullCircle, .outlineCircle {
    width: 300px;
    height: 300px;
    margin: -150px 0 0 -150px;
  }
}
@media (max-width: 413px) {
  .fullCircle, .outlineCircle {
    width: 270px;
    height: 270px;
    margin: -135px 0 0 -135px;
  }
}

.fullCircle {
  background: #fed31d;
  z-index: 2;
}

.outlineCircle {
  -webkit-box-shadow: inset 0 0 0 1px #fed31d;
     -moz-box-shadow: inset 0 0 0 1px #fed31d;
          box-shadow: inset 0 0 0 1px #fed31d;
  z-index: 3;
}

.openPopup {
  cursor: pointer;
  position: relative;
  font-size: 0;
}
.openPopup label {
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-right: 10px;
  position: relative;
}
.openPopup label:before {
  content: "";
  position: absolute;
  height: 2px;
  max-width: 0;
  width: 100%;
  background: #fff;
  top: 100%;
  left: 0;
  -webkit-transition: max-width 0.3s ease-in-out;
  -o-transition: max-width 0.3s ease-in-out;
  -moz-transition: max-width 0.3s ease-in-out;
  transition: max-width 0.3s ease-in-out;
}
.openPopup .hp-alert-icon:before {
  font-size: 17px;
  color: #E13A3C;
}
.openPopup .hp-notice-icon-icon {
  position: relative;
}
.openPopup .hp-notice-icon-icon:before {
  font-size: 16px;
  color: #fed31d;
}
.openPopup .openPopup__openCount {
  width: 17px;
  height: 17px;
  position: absolute;
  right: -8px;
  top: -8px;
  background: #0A2441;
  -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: #fff;
  font-size: 12px;
  font-weight: 500;
}
.openPopup:nth-of-type(1):nth-last-of-type(2) {
  margin-right: 120px;
}
.openPopup:nth-of-type(1):nth-last-of-type(2):after {
  content: "";
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  position: absolute;
  right: -65px;
  top: 50%;
  margin-top: -9px;
  pointer-events: none;
}
html.no-touch .openPopup:hover label:before {
  max-width: 100%;
}
@media (max-width: 1400px) {
  .openPopup label {
    font-size: 19px;
  }
  .openPopup:nth-of-type(1):nth-last-of-type(2) {
    margin-right: 100px;
  }
  .openPopup:nth-of-type(1):nth-last-of-type(2):after {
    right: -55px;
  }
}
@media (max-width: 1250px) {
  .openPopup label {
    font-size: 18px;
  }
  .openPopup:nth-of-type(1):nth-last-of-type(2) {
    margin-right: 80px;
  }
  .openPopup:nth-of-type(1):nth-last-of-type(2):after {
    right: -45px;
  }
}
@media (max-width: 1023px) {
  .openPopup label {
    font-size: 15px;
  }
  .openPopup:nth-of-type(1):nth-last-of-type(2) {
    margin-right: 60px;
  }
  .openPopup:nth-of-type(1):nth-last-of-type(2):after {
    right: -33px;
  }
}
@media (max-width: 767px) {
  .openPopup {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .openPopup label {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 10px;
    opacity: 0.7;
    text-transform: uppercase;
    padding-top: 4px;
    margin-right: 0;
  }
  .openPopup .hp-icon {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .openPopup .hp-icon:before {
    color: #fff;
  }
  .openPopup:nth-of-type(1):nth-last-of-type(2) {
    margin-right: 0;
  }
  .openPopup:nth-of-type(1):nth-last-of-type(2):after {
    display: none;
  }
  .openPopup:nth-of-type(2) {
    margin-top: 22px;
  }
}

.closePopup em {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  font-style: normal;
}
.closePopup .closePopup__iconWrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.closePopup .g-icon, .closePopup .decorative-link {
  width: 42px;
  height: 50px;
  margin-left: 10px;
}
.closePopup .closePopup__closeIcon {
  width: 40px;
  height: 40px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -20px;
  z-index: 5;
}
.closePopup .closePopup__closeIcon:after, .closePopup .closePopup__closeIcon:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -15px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.closePopup .closePopup__closeIcon:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.closePopup .closePopup__closeIcon:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 1250px) and (min-width: 768px) {
  .closePopup em {
    font-size: 20px;
  }
  .closePopup .g-icon, .closePopup .decorative-link {
    width: 34px;
    height: 40px;
    margin-left: 8px;
  }
  .closePopup .closePopup__closeIcon {
    width: 30px;
    height: 30px;
    left: 7px;
    margin-top: -15px;
  }
  .closePopup .closePopup__closeIcon:after, .closePopup .closePopup__closeIcon:before {
    width: 24px;
    height: 2px;
    margin: -1px 0 0 -12px;
  }
}
@media (max-width: 767px) {
  .closePopup em {
    display: none;
  }
}

.alert {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 105;
  display: none;
  text-align: center;
}
.alert:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.25em;
}
.alert:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(10, 36, 65, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.alert .alert__body {
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: middle;
  max-width: 1080px;
  width: 88%;
  background: #0A2441;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.alert .alert__link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
}
.alert .closePopup {
  position: absolute;
  right: 0;
  top: -60px;
}
.alert .alert__body-inner {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.alert .alert__picture {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 55%;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.alert .alert__picture:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(10, 36, 65, 0.3);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.alert .alert__picture > div {
  height: 100%;
  width: 100%;
  position: relative;
}
.alert .alert__picture > div img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}
.alert .alert__description {
  color: #fff;
  text-align: left;
  position: relative;
  z-index: 4;
  width: 45%;
  padding: 60px 40px 60px 55px;
  opacity: 1;
  font-size: 0;
  pointer-events: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.alert .alert__description h2 {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #E13A3C;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.15;
}
.alert .alert__description p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.375;
  /*max-height: 160px;*/
  overflow: hidden;
}
.alert .alert__update {
  margin-top: 15px;
  text-align: left;
  z-index: 2;
}
.alert .alert__update span, .alert .alert__update i, .alert .alert__update time {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  opacity: 0.68;
}
.alert .alert__update span:first-of-type {
  padding-right: 4px;
}
.alert .alert__update span:last-of-type {
  padding: 0 4px;
}
.alert .alert__update > span, .alert .alert__update time {
  display: inline-block;
  vertical-align: middle;
}
.alert .alert__update i {
  font-style: normal;
}
.alert .alert__update i:not(:last-of-type):after {
  content: "/";
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
.alert .alert__arrowIcon {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.alert .alert__arrowIcon .g-icon, .alert .alert__arrowIcon .decorative-link {
  width: 19px;
  height: 22px;
}
.alert .alert__arrowIcon .g-icon:before, .alert .alert__arrowIcon .decorative-link:before {
  font-size: 10px;
}
.alert.noImage .alert__picture, .alert.brokenImage .alert__picture {
  display: none;
}
.alert.noImage .alert__description, .alert.brokenImage .alert__description {
  width: 100%;
  padding-left: 40px;
}
html.no-touch .alert .alert__bodyWrapper:hover .alert__picture:before {
  opacity: 1;
}
html.no-touch .alert .alert__bodyWrapper:hover .alert__picture img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
html.no-touch .alert .alert__bodyWrapper:hover .alert__arrowIcon svg use {
  stroke-dashoffset: 0;
}
@media (max-width: 1250px) {
  .alert .alert__description {
    padding: 60px 35px 60px 35px;
  }
}
@media (max-width: 1023px) {
  .alert .alert__picture {
    width: 50%;
  }
  .alert .alert__description {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .alert .alert__body {
    max-width: 320px;
    width: auto;
  }
  .alert .alert__description {
    padding: 17px 18px 20px 18px;
    width: 100%;
  }
  .alert .alert__description h2 {
    margin-bottom: 16px;
  }
  .alert .alert__body-inner {
    display: block;
  }
  .alert .alert__picture {
    width: 100%;
    padding-bottom: 63%;
  }
  .alert .alert__picture > div {
    position: absolute;
    left: 0;
    top: 0;
  }
  .alert .alert__arrowIcon {
    right: 20px;
    bottom: 18px;
  }
}
@media (max-width: 413px) {
  .alert .alert__body {
    max-width: 280px;
  }
  .alert .alert__picture {
    padding-bottom: 56%;
  }
  .alert .alert__description h2 {
    margin-bottom: 13px;
    font-size: 20px;
  }
  .alert .alert__description p {
    font-size: 15px;
    max-height: 121px;
  }
  .alert .alert__update span, .alert .alert__update time, .alert .alert__update i {
    font-size: 13px;
  }
}

.notices {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 105;
  display: none;
  text-align: center;
  background: rgba(10, 36, 65, 0.97);
}
.notices .notices__body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.notices .notices__body:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.25em;
}
.notices .notices__link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.notices .notices__bodyWrapper {
  width: 490px;
  position: relative;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  padding: 40px 0;
}
.notices .notices__item {
  position: relative;
  min-height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}
.notices .notices__picture {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 160px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  position: relative;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  overflow: hidden;
}
.notices .notices__picture:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  background: rgba(10, 36, 65, 0.3);
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.notices .notices__picture > div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.notices .notices__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}
.notices .notices__description {
  padding: 15px 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.notices .notices__description h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.notices .notices__description p {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
  position: relative;
  max-height: 100px;
  overflow: hidden;
  margin: 9px 0 10px;
}
.notices .notices__description p a {
  font-size: inherit;
  color: inherit;
}
.notices .notices__update {
  margin-top: 8px;
  text-align: left;
  z-index: 2;
}
.notices .notices__update span, .notices .notices__update i, .notices .notices__update time {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.notices .notices__update span:first-of-type {
  padding-right: 4px;
}
.notices .notices__update span:last-of-type {
  padding: 0 4px;
}
.notices .notices__update > span, .notices .notices__update time {
  display: inline-block;
  vertical-align: middle;
}
.notices .notices__update i {
  font-style: normal;
}
.notices .notices__update i:not(:last-of-type):after {
  content: "/";
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
.notices .notices__arrowIcon .g-icon, .notices .notices__arrowIcon .decorative-link {
  width: 20px;
  height: 23px;
}
.notices .notices__arrowIcon .g-icon:before, .notices .notices__arrowIcon .decorative-link:before {
  font-size: 10px;
  margin-left: -9px;
}
html.no-touch .notices .notices__item:hover .notices__picture:after {
  opacity: 1;
}
html.no-touch .notices .notices__item:hover .notices__picture img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
html.no-touch .notices .notices__item:hover .notices__arrowIcon svg use {
  stroke-dashoffset: 0;
}
.notices .noImage .notices__description {
  padding-left: 0;
}
@media (max-width: 767px) {
  .notices .notices__bodyWrapper {
    max-width: 320px;
    width: 100%;
    padding-top: 90px;
  }
  .notices .notices__item {
    display: block;
  }
  .notices .notices__picture {
    width: 100%;
    padding-bottom: 56%;
  }
  .notices .notices__description {
    padding: 15px 0;
  }
  .notices .closePopup {
    position: fixed;
    right: 50px;
    top: 40px;
    z-index: 5;
  }
}
@media (max-width: 413px) {
  .notices .notices__bodyWrapper {
    max-width: 280px;
    padding-top: 70px;
  }
  .notices .closePopup {
    right: 20px;
    top: 25px;
  }
}