@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rajdhani/v17/LDI2apCSOBg7S-QT7pasEcOs.ttf) format('truetype');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rajdhani/v17/LDIxapCSOBg7S-QT7q4A.ttf) format('truetype');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rajdhani/v17/LDI2apCSOBg7S-QT7pb0EMOs.ttf) format('truetype');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rajdhani/v17/LDI2apCSOBg7S-QT7pbYF8Os.ttf) format('truetype');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rajdhani/v17/LDI2apCSOBg7S-QT7pa8FsOs.ttf) format('truetype');
}
html {
  scroll-padding-top: 110px;
}
#bar {
  z-index: 1045;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  background-color: #16112D;
  padding: 1.5rem 0.5rem;
}
#panel {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  background-color: #1F1A3E;
  padding: 1.5rem 0.5rem;
}
#title,
#content {
  width: 100%;
}
#title {
  background: linear-gradient(180deg, #16112D, #411A41);
}
#title {
  padding: 3rem 0.5rem;
}
#content {
  padding: 1.5rem 0.5rem;
}
.breadcrumb-menu > li > a,
.breadcrumb-menu > li > div a {
  font-weight: 600;
  text-transform: uppercase;
  color: #C8C4CC;
}
.breadcrumb-menu > li:not(:last-child) > a:after,
.breadcrumb-menu > li:not(:last-child) > div a:after {
  content: '\203A';
  color: #C8C4CC;
  padding: 0 0.5rem;
}
.breadcrumb-menu > li:hover > a,
.breadcrumb-menu > li:active > a,
.breadcrumb-menu > li.active > a,
.breadcrumb-menu > li:focus > a,
.breadcrumb-menu > li.focus > a,
.breadcrumb-menu > li:hover > div a,
.breadcrumb-menu > li:active > div a,
.breadcrumb-menu > li.active > div a,
.breadcrumb-menu > li:focus > div a,
.breadcrumb-menu > li.focus > div a {
  color: #FFF;
}
.path-menu > li > a,
.path-menu > li > div a {
  font-weight: 600;
  text-transform: uppercase;
  color: #C8C4CC;
}
.path-menu > li:not(:last-child) > a:after,
.path-menu > li:not(:last-child) > div a:after {
  content: '|';
  color: #C8C4CC;
  padding: 0 0.5rem;
}
.path-menu > li:hover > a,
.path-menu > li:active > a,
.path-menu > li.active > a,
.path-menu > li:focus > a,
.path-menu > li.focus > a,
.path-menu > li:hover > div a,
.path-menu > li:active > div a,
.path-menu > li.active > div a,
.path-menu > li:focus > div a,
.path-menu > li.focus > div a {
  color: #FFF;
}
.pill-menu > li > a,
.pill-menu > li > div a {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: transparent;
  border: 1px solid #C8C4CC;
  border-radius: 6px;
}
.pill-menu > li:hover > a,
.pill-menu > li:active > a,
.pill-menu > li.active > a,
.pill-menu > li:focus > a,
.pill-menu > li.focus > a,
.pill-menu > li:hover > div a,
.pill-menu > li:active > div a,
.pill-menu > li.active > div a,
.pill-menu > li:focus > div a,
.pill-menu > li.focus > div a {
  color: #16112D;
  background-color: #D6FF02;
  border-color: #D6FF02;
}
.panel-menu > li > a,
.panel-menu > li > div a {
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
}
.panel-menu > li > .panel-menu {
  position: relative;
  padding-left: calc(1.5rem + 2px);
}
.panel-menu > li > .panel-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0.5rem;
  bottom: 0;
  border-left: 2px solid #16112D;
}
.panel-menu > li:hover > a,
.panel-menu > li:active > a,
.panel-menu > li.active > a,
.panel-menu > li:focus > a,
.panel-menu > li.focus > a,
.panel-menu > li:hover > div a,
.panel-menu > li:active > div a,
.panel-menu > li.active > div a,
.panel-menu > li:focus > div a,
.panel-menu > li.focus > div a {
  color: #D6FF02;
}
.help-menu > li {
  width: 20%;
}
.help-menu > li > a,
.help-menu > li > div a {
  color: #FFF;
  display: block;
  padding: 0.375rem 0;
}
.help-menu > li > a i,
.help-menu > li > div a i,
.help-menu > li > a span,
.help-menu > li > div a span {
  text-align: center;
  display: block;
  padding: 0.125rem 0;
}
.help-menu > li > a span,
.help-menu > li > div a span {
  font-size: 40%;
}
.help-menu > li:hover > a,
.help-menu > li:active > a,
.help-menu > li.active > a,
.help-menu > li:focus > a,
.help-menu > li.focus > a,
.help-menu > li:hover > div a,
.help-menu > li:active > div a,
.help-menu > li.active > div a,
.help-menu > li:focus > div a,
.help-menu > li.focus > div a {
  color: #D6FF02;
}
.cky-btn-revisit-wrapper {
  width: 56px !important;
  height: 56px !important;
}
@media screen and (min-width: 1400px) {
  .cky-revisit-bottom-left {
    left: 12px !important;
    bottom: 12px !important;
  }
  #smartsupp-widget-container > * {
    right: 12px !important;
    bottom: 12px !important;
  }
}
@media screen and (max-width: 1400px) {
  .cky-revisit-bottom-left {
    left: 12px !important;
    bottom: 58px !important;
  }
  #smartsupp-widget-container > * {
    right: 12px !important;
    bottom: 58px !important;
  }
}
#panel {
  display: none;
}
#image,
#slider,
#intro,
#content,
#footer,
#copyright {
  width: 100%;
}
#slider,
#intro {
  background: linear-gradient(180deg, #16112D, #411A41);
}
#slider,
#footer {
  position: relative;
}
#slider .mascot,
#footer .mascot {
  z-index: 200;
}
#intro {
  padding: 3rem 0.5rem;
}
#footer {
  padding: 4.5rem 0.5rem;
  background-color: #1F1A3E;
}
#copyright {
  padding: 1.5rem 0.5rem;
  background-color: #16112D;
}
@media screen and (min-width: 992px) {
  #footer .mascot {
    position: relative;
    bottom: -4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #menu {
    display: none;
  }
  #bar {
    height: 110px;
  }
  #panel {
    top: 110px;
  }
}
@media screen and (min-width: 1400px) {
  #slider,
  #intro {
    border-radius: 0 0 100px 100px;
  }
  #slider {
    padding: 6.5rem 0.5rem;
  }
  #slider .mascot {
    position: absolute;
    right: 5rem;
    bottom: 0;
  }
}
@media screen and (max-width: 1400px) {
  #slider {
    overflow: hidden;
    padding: 3rem 0.5rem;
  }
  #slider .mascot {
    position: relative;
    right: 3rem;
    bottom: -3rem;
  }
}
@media screen and (max-width: 1200px) {
  html {
    scroll-padding-top: 100px;
  }
  #bar {
    height: 100px;
  }
  #panel {
    top: 100px;
    right: 0;
    display: none;
  }
  #panel.open {
    display: block;
  }
}
