@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #6592e6 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #91b1ed !important;
  border-color: #91b1ed !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #91b1ed !important;
  border-color: #91b1ed !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #91b1ed !important;
  border-color: #91b1ed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #91b1ed !important;
  border-color: #91b1ed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent !important;
  border-color: #2260d2 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2260d2 !important;
  background-color: transparent !important;
  border-color: #2260d2 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #6592e6 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #205ac5 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #6592e6;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-voth9T3KDf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-voth9T3KDf nav.navbar {
  position: fixed;
}
.cid-voth9T3KDf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voth9T3KDf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-voth9T3KDf .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-voth9T3KDf #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-voth9T3KDf .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-voth9T3KDf .dropdown-item:hover,
.cid-voth9T3KDf .dropdown-item:focus {
  background: rgba(50, 7, 7, 0.5) !important;
  color: white !important;
}
.cid-voth9T3KDf .dropdown-item:hover span {
  color: white;
}
.cid-voth9T3KDf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voth9T3KDf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voth9T3KDf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-voth9T3KDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-voth9T3KDf .nav-link {
  position: relative;
}
.cid-voth9T3KDf .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-voth9T3KDf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-voth9T3KDf .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-voth9T3KDf .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-voth9T3KDf .dropdown-menu,
.cid-voth9T3KDf .navbar.opened {
  background: #353535 !important;
}
.cid-voth9T3KDf .nav-item:focus,
.cid-voth9T3KDf .nav-link:focus {
  outline: none;
}
.cid-voth9T3KDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voth9T3KDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voth9T3KDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voth9T3KDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voth9T3KDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voth9T3KDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voth9T3KDf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-voth9T3KDf .navbar.opened {
  transition: all 0.3s;
}
.cid-voth9T3KDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-voth9T3KDf .navbar .navbar-logo img {
  width: auto;
}
.cid-voth9T3KDf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voth9T3KDf .navbar.collapsed {
  justify-content: center;
}
.cid-voth9T3KDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voth9T3KDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-voth9T3KDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voth9T3KDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voth9T3KDf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-voth9T3KDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voth9T3KDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voth9T3KDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voth9T3KDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voth9T3KDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voth9T3KDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voth9T3KDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voth9T3KDf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-voth9T3KDf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voth9T3KDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-voth9T3KDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-voth9T3KDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voth9T3KDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voth9T3KDf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-voth9T3KDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-voth9T3KDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voth9T3KDf .dropdown-item.active,
.cid-voth9T3KDf .dropdown-item:active {
  background-color: transparent;
}
.cid-voth9T3KDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voth9T3KDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voth9T3KDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voth9T3KDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-voth9T3KDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-voth9T3KDf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voth9T3KDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-voth9T3KDf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-voth9T3KDf button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-voth9T3KDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-voth9T3KDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-voth9T3KDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voth9T3KDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voth9T3KDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-voth9T3KDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voth9T3KDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voth9T3KDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voth9T3KDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voth9T3KDf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-voth9T3KDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voth9T3KDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-voth9T3KDf .navbar {
    height: 70px;
  }
  .cid-voth9T3KDf .navbar.opened {
    height: auto;
  }
  .cid-voth9T3KDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voth9T3KDf .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-voth9T3KDf .navbar-toggler {
  margin-left: 10px;
}
.cid-voth9T3KDf .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-voth9T3KDf .navbar-logo {
  margin-right: 0 !important;
}
.cid-voth9T3KDf .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-voth9T3KDf .mbr-text {
    display: none;
  }
}
.cid-voth9T3KDf .navbar-collapse {
  padding-top: 40px !important;
}
.cid-voth9T3KDf .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-voth9T3KDf .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-voth9T3KDf .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-voth9T3KDf #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-voth9T3KDf #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-voth9T3KDf #vol {
    display: none;
  }
}
.cid-voth9T3KDf .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-voth9T3KDf .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-voth9T3KDf .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-voth9T3KDf .nav-support:hover {
  color: #ffb733 !important;
}
.cid-voth9T3KDf .nav-support,
.cid-voth9T3KDf .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-voth9T3KDf .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-voth9T3KDf .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-voth9T3KDf .nav-support,
  .cid-voth9T3KDf .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-voth9T3KDf .nav-support,
  .cid-voth9T3KDf .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-voth9T3KDf .nav-support,
  .cid-voth9T3KDf .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-voth9T3KDf .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-voth9T3KDf .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-voth9T3KDf .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-voth9T3KDf .cta-support a {
  color: #ff9e00;
}
.cid-voth9T3KDf .cta-support a:hover {
  color: #ffb733;
}
.cid-voth9T3KDf .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-voth9T3KDf .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-voth9T3KDf .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-voth9T3KDf .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-voth9T3KDf .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-voth9T3KDf .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-voth9T3KDf .nav-support a {
  color: #2299aa;
}
.cid-voth9T3KDf .nav-support a:hover {
  color: #22a5e5;
}
.cid-voth9T3KDf .nav-access a {
  color: #ffffff;
  opacity: 0.9;
}
.cid-voth9T3KDf .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-voth9T3KDf .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-voth9T3KDf .header-actions a:hover,
.cid-voth9T3KDf .header-actions a:focus,
.cid-voth9T3KDf .header-actions a:active {
  text-decoration: none !important;
}
.cid-voth9T3KDf .navbar-nav > li,
.cid-voth9T3KDf .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vovw0bnbw0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vovw0bnbw0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vovw0bnbw0 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vovw0bnbw0 .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vovw0bnbw0 .form-control:focus,
.cid-vovw0bnbw0 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vovw0bnbw0 .form-group {
  margin-bottom: 1rem;
}
.cid-vovw0bnbw0 input::-webkit-input-placeholder,
.cid-vovw0bnbw0 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vovw0bnbw0 input:-moz-placeholder,
.cid-vovw0bnbw0 textarea:-moz-placeholder {
  color: #656565;
}
.cid-vovw0bnbw0 .jq-selectbox li,
.cid-vovw0bnbw0 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vovw0bnbw0 .jq-selectbox li:hover,
.cid-vovw0bnbw0 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vovw0bnbw0 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vovw0bnbw0 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vovw0bnbw0 textarea.form-control {
  resize: none;
}
.cid-vovw0bnbw0 .input-group-btn {
  display: inline-block;
}
.cid-vovw0bnbw0 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vovw0bnbw0 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vovw0bnbw0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vovw0bnbw0 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vovw0bnbw0 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vovw0bnbw0 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vovw0bnbw0 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vovw0bnbw0 .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vovw0bnbw0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vovw0bnbw0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vovw0bnbw0 .form-control,
.cid-vovw0bnbw0 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vovw0bnbw0 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vovw0bnbw0 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vovw0bnbw0 #creativecommons img,
.cid-vovw0bnbw0 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vovw0bnbw0 .offset-md-1 {
  margin-left: 1vw;
}
.cid-vovw0bnbw0 P {
  color: #ffffff;
}
.cid-vovBKldO8w {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vovBKldO8w nav.navbar {
  position: fixed;
}
.cid-vovBKldO8w .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vovBKldO8w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vovBKldO8w .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vovBKldO8w #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vovBKldO8w .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vovBKldO8w .dropdown-item:hover,
.cid-vovBKldO8w .dropdown-item:focus {
  background: rgba(50, 7, 7, 0.5) !important;
  color: white !important;
}
.cid-vovBKldO8w .dropdown-item:hover span {
  color: white;
}
.cid-vovBKldO8w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vovBKldO8w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vovBKldO8w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vovBKldO8w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vovBKldO8w .nav-link {
  position: relative;
}
.cid-vovBKldO8w .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vovBKldO8w .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vovBKldO8w .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vovBKldO8w .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-vovBKldO8w .dropdown-menu,
.cid-vovBKldO8w .navbar.opened {
  background: #353535 !important;
}
.cid-vovBKldO8w .nav-item:focus,
.cid-vovBKldO8w .nav-link:focus {
  outline: none;
}
.cid-vovBKldO8w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vovBKldO8w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vovBKldO8w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vovBKldO8w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vovBKldO8w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vovBKldO8w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vovBKldO8w .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vovBKldO8w .navbar.opened {
  transition: all 0.3s;
}
.cid-vovBKldO8w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vovBKldO8w .navbar .navbar-logo img {
  width: auto;
}
.cid-vovBKldO8w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vovBKldO8w .navbar.collapsed {
  justify-content: center;
}
.cid-vovBKldO8w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vovBKldO8w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vovBKldO8w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vovBKldO8w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vovBKldO8w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vovBKldO8w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vovBKldO8w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vovBKldO8w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vovBKldO8w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vovBKldO8w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vovBKldO8w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vovBKldO8w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vovBKldO8w .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vovBKldO8w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vovBKldO8w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vovBKldO8w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vovBKldO8w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vovBKldO8w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vovBKldO8w .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vovBKldO8w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vovBKldO8w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vovBKldO8w .dropdown-item.active,
.cid-vovBKldO8w .dropdown-item:active {
  background-color: transparent;
}
.cid-vovBKldO8w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vovBKldO8w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vovBKldO8w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vovBKldO8w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vovBKldO8w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vovBKldO8w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vovBKldO8w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vovBKldO8w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vovBKldO8w button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vovBKldO8w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vovBKldO8w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vovBKldO8w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vovBKldO8w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vovBKldO8w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vovBKldO8w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vovBKldO8w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vovBKldO8w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vovBKldO8w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vovBKldO8w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vovBKldO8w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vovBKldO8w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vovBKldO8w .navbar {
    height: 70px;
  }
  .cid-vovBKldO8w .navbar.opened {
    height: auto;
  }
  .cid-vovBKldO8w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vovBKldO8w .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vovBKldO8w .navbar-toggler {
  margin-left: 10px;
}
.cid-vovBKldO8w .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vovBKldO8w .navbar-logo {
  margin-right: 0 !important;
}
.cid-vovBKldO8w .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vovBKldO8w .mbr-text {
    display: none;
  }
}
.cid-vovBKldO8w .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vovBKldO8w .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vovBKldO8w .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vovBKldO8w .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vovBKldO8w #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vovBKldO8w #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vovBKldO8w #vol {
    display: none;
  }
}
.cid-vovBKldO8w .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vovBKldO8w .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vovBKldO8w .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vovBKldO8w .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vovBKldO8w .nav-support,
.cid-vovBKldO8w .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vovBKldO8w .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vovBKldO8w .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vovBKldO8w .nav-support,
  .cid-vovBKldO8w .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vovBKldO8w .nav-support,
  .cid-vovBKldO8w .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vovBKldO8w .nav-support,
  .cid-vovBKldO8w .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vovBKldO8w .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vovBKldO8w .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vovBKldO8w .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vovBKldO8w .cta-support a {
  color: #ff9e00;
}
.cid-vovBKldO8w .cta-support a:hover {
  color: #ffb733;
}
.cid-vovBKldO8w .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vovBKldO8w .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vovBKldO8w .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vovBKldO8w .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vovBKldO8w .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vovBKldO8w .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vovBKldO8w .nav-support a {
  color: #2299aa;
}
.cid-vovBKldO8w .nav-support a:hover {
  color: #22a5e5;
}
.cid-vovBKldO8w .nav-access a {
  color: #ffffff;
  opacity: 0.9;
}
.cid-vovBKldO8w .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vovBKldO8w .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vovBKldO8w .header-actions a:hover,
.cid-vovBKldO8w .header-actions a:focus,
.cid-vovBKldO8w .header-actions a:active {
  text-decoration: none !important;
}
.cid-vovBKldO8w .navbar-nav > li,
.cid-vovBKldO8w .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vovBKm2jOV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vovBKm2jOV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vovBKm2jOV .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vovBKm2jOV .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vovBKm2jOV .form-control:focus,
.cid-vovBKm2jOV .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vovBKm2jOV .form-group {
  margin-bottom: 1rem;
}
.cid-vovBKm2jOV input::-webkit-input-placeholder,
.cid-vovBKm2jOV textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vovBKm2jOV input:-moz-placeholder,
.cid-vovBKm2jOV textarea:-moz-placeholder {
  color: #656565;
}
.cid-vovBKm2jOV .jq-selectbox li,
.cid-vovBKm2jOV .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vovBKm2jOV .jq-selectbox li:hover,
.cid-vovBKm2jOV .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vovBKm2jOV .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vovBKm2jOV .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vovBKm2jOV textarea.form-control {
  resize: none;
}
.cid-vovBKm2jOV .input-group-btn {
  display: inline-block;
}
.cid-vovBKm2jOV .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vovBKm2jOV .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vovBKm2jOV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vovBKm2jOV .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vovBKm2jOV .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vovBKm2jOV .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vovBKm2jOV .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vovBKm2jOV .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vovBKm2jOV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vovBKm2jOV .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vovBKm2jOV .form-control,
.cid-vovBKm2jOV .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vovBKm2jOV #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vovBKm2jOV #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vovBKm2jOV #creativecommons img,
.cid-vovBKm2jOV iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vovBKm2jOV .offset-md-1 {
  margin-left: 1vw;
}
.cid-vovBKm2jOV P {
  color: #ffffff;
}
.cid-vovvb37rpn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vovvb37rpn nav.navbar {
  position: fixed;
}
.cid-vovvb37rpn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vovvb37rpn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vovvb37rpn .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vovvb37rpn #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vovvb37rpn .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vovvb37rpn .dropdown-item:hover,
.cid-vovvb37rpn .dropdown-item:focus {
  background: rgba(50, 7, 7, 0.5) !important;
  color: white !important;
}
.cid-vovvb37rpn .dropdown-item:hover span {
  color: white;
}
.cid-vovvb37rpn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vovvb37rpn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vovvb37rpn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vovvb37rpn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vovvb37rpn .nav-link {
  position: relative;
}
.cid-vovvb37rpn .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vovvb37rpn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vovvb37rpn .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vovvb37rpn .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-vovvb37rpn .dropdown-menu,
.cid-vovvb37rpn .navbar.opened {
  background: #353535 !important;
}
.cid-vovvb37rpn .nav-item:focus,
.cid-vovvb37rpn .nav-link:focus {
  outline: none;
}
.cid-vovvb37rpn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vovvb37rpn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vovvb37rpn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vovvb37rpn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vovvb37rpn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vovvb37rpn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vovvb37rpn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vovvb37rpn .navbar.opened {
  transition: all 0.3s;
}
.cid-vovvb37rpn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vovvb37rpn .navbar .navbar-logo img {
  width: auto;
}
.cid-vovvb37rpn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vovvb37rpn .navbar.collapsed {
  justify-content: center;
}
.cid-vovvb37rpn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vovvb37rpn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vovvb37rpn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vovvb37rpn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vovvb37rpn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vovvb37rpn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vovvb37rpn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vovvb37rpn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vovvb37rpn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vovvb37rpn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vovvb37rpn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vovvb37rpn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vovvb37rpn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vovvb37rpn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vovvb37rpn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vovvb37rpn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vovvb37rpn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vovvb37rpn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vovvb37rpn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vovvb37rpn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vovvb37rpn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vovvb37rpn .dropdown-item.active,
.cid-vovvb37rpn .dropdown-item:active {
  background-color: transparent;
}
.cid-vovvb37rpn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vovvb37rpn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vovvb37rpn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vovvb37rpn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vovvb37rpn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vovvb37rpn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vovvb37rpn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vovvb37rpn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vovvb37rpn button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vovvb37rpn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vovvb37rpn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vovvb37rpn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vovvb37rpn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vovvb37rpn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vovvb37rpn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vovvb37rpn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vovvb37rpn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vovvb37rpn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vovvb37rpn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vovvb37rpn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vovvb37rpn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vovvb37rpn .navbar {
    height: 70px;
  }
  .cid-vovvb37rpn .navbar.opened {
    height: auto;
  }
  .cid-vovvb37rpn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vovvb37rpn .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vovvb37rpn .navbar-toggler {
  margin-left: 10px;
}
.cid-vovvb37rpn .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vovvb37rpn .navbar-logo {
  margin-right: 0 !important;
}
.cid-vovvb37rpn .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vovvb37rpn .mbr-text {
    display: none;
  }
}
.cid-vovvb37rpn .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vovvb37rpn .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vovvb37rpn .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vovvb37rpn .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vovvb37rpn #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vovvb37rpn #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vovvb37rpn #vol {
    display: none;
  }
}
.cid-vovvb37rpn .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vovvb37rpn .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vovvb37rpn .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vovvb37rpn .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vovvb37rpn .nav-support,
.cid-vovvb37rpn .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vovvb37rpn .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vovvb37rpn .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vovvb37rpn .nav-support,
  .cid-vovvb37rpn .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vovvb37rpn .nav-support,
  .cid-vovvb37rpn .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vovvb37rpn .nav-support,
  .cid-vovvb37rpn .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vovvb37rpn .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vovvb37rpn .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vovvb37rpn .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vovvb37rpn .cta-support a {
  color: #ff9e00;
}
.cid-vovvb37rpn .cta-support a:hover {
  color: #ffb733;
}
.cid-vovvb37rpn .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vovvb37rpn .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vovvb37rpn .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vovvb37rpn .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vovvb37rpn .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vovvb37rpn .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vovvb37rpn .nav-support a {
  color: #2299aa;
}
.cid-vovvb37rpn .nav-support a:hover {
  color: #22a5e5;
}
.cid-vovvb37rpn .nav-access a {
  color: #ffffff;
  opacity: 0.9;
}
.cid-vovvb37rpn .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vovvb37rpn .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vovvb37rpn .header-actions a:hover,
.cid-vovvb37rpn .header-actions a:focus,
.cid-vovvb37rpn .header-actions a:active {
  text-decoration: none !important;
}
.cid-vovvb37rpn .navbar-nav > li,
.cid-vovvb37rpn .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vovw0bnbw0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vovw0bnbw0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vovw0bnbw0 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vovw0bnbw0 .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vovw0bnbw0 .form-control:focus,
.cid-vovw0bnbw0 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vovw0bnbw0 .form-group {
  margin-bottom: 1rem;
}
.cid-vovw0bnbw0 input::-webkit-input-placeholder,
.cid-vovw0bnbw0 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vovw0bnbw0 input:-moz-placeholder,
.cid-vovw0bnbw0 textarea:-moz-placeholder {
  color: #656565;
}
.cid-vovw0bnbw0 .jq-selectbox li,
.cid-vovw0bnbw0 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vovw0bnbw0 .jq-selectbox li:hover,
.cid-vovw0bnbw0 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vovw0bnbw0 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vovw0bnbw0 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vovw0bnbw0 textarea.form-control {
  resize: none;
}
.cid-vovw0bnbw0 .input-group-btn {
  display: inline-block;
}
.cid-vovw0bnbw0 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vovw0bnbw0 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vovw0bnbw0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vovw0bnbw0 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vovw0bnbw0 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vovw0bnbw0 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vovw0bnbw0 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vovw0bnbw0 .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vovw0bnbw0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vovw0bnbw0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vovw0bnbw0 .form-control,
.cid-vovw0bnbw0 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vovw0bnbw0 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vovw0bnbw0 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vovw0bnbw0 #creativecommons img,
.cid-vovw0bnbw0 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vovw0bnbw0 .offset-md-1 {
  margin-left: 1vw;
}
.cid-vovw0bnbw0 P {
  color: #ffffff;
}
.cid-vouSnxn998 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vouSnxn998 nav.navbar {
  position: fixed;
}
.cid-vouSnxn998 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vouSnxn998 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vouSnxn998 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vouSnxn998 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vouSnxn998 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vouSnxn998 .dropdown-item:hover,
.cid-vouSnxn998 .dropdown-item:focus {
  background: rgba(50, 7, 7, 0.5) !important;
  color: white !important;
}
.cid-vouSnxn998 .dropdown-item:hover span {
  color: white;
}
.cid-vouSnxn998 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vouSnxn998 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vouSnxn998 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vouSnxn998 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vouSnxn998 .nav-link {
  position: relative;
}
.cid-vouSnxn998 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vouSnxn998 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vouSnxn998 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vouSnxn998 .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-vouSnxn998 .dropdown-menu,
.cid-vouSnxn998 .navbar.opened {
  background: #353535 !important;
}
.cid-vouSnxn998 .nav-item:focus,
.cid-vouSnxn998 .nav-link:focus {
  outline: none;
}
.cid-vouSnxn998 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vouSnxn998 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vouSnxn998 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vouSnxn998 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vouSnxn998 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vouSnxn998 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vouSnxn998 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vouSnxn998 .navbar.opened {
  transition: all 0.3s;
}
.cid-vouSnxn998 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vouSnxn998 .navbar .navbar-logo img {
  width: auto;
}
.cid-vouSnxn998 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vouSnxn998 .navbar.collapsed {
  justify-content: center;
}
.cid-vouSnxn998 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vouSnxn998 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vouSnxn998 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vouSnxn998 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vouSnxn998 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vouSnxn998 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vouSnxn998 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vouSnxn998 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vouSnxn998 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vouSnxn998 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vouSnxn998 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vouSnxn998 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vouSnxn998 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vouSnxn998 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vouSnxn998 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vouSnxn998 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vouSnxn998 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vouSnxn998 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vouSnxn998 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vouSnxn998 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vouSnxn998 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vouSnxn998 .dropdown-item.active,
.cid-vouSnxn998 .dropdown-item:active {
  background-color: transparent;
}
.cid-vouSnxn998 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vouSnxn998 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vouSnxn998 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vouSnxn998 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vouSnxn998 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vouSnxn998 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vouSnxn998 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vouSnxn998 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vouSnxn998 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vouSnxn998 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vouSnxn998 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vouSnxn998 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vouSnxn998 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vouSnxn998 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vouSnxn998 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vouSnxn998 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vouSnxn998 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vouSnxn998 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vouSnxn998 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vouSnxn998 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vouSnxn998 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vouSnxn998 .navbar {
    height: 70px;
  }
  .cid-vouSnxn998 .navbar.opened {
    height: auto;
  }
  .cid-vouSnxn998 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vouSnxn998 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vouSnxn998 .navbar-toggler {
  margin-left: 10px;
}
.cid-vouSnxn998 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vouSnxn998 .navbar-logo {
  margin-right: 0 !important;
}
.cid-vouSnxn998 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vouSnxn998 .mbr-text {
    display: none;
  }
}
.cid-vouSnxn998 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vouSnxn998 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vouSnxn998 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vouSnxn998 .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vouSnxn998 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vouSnxn998 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vouSnxn998 #vol {
    display: none;
  }
}
.cid-vouSnxn998 .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vouSnxn998 .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vouSnxn998 .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vouSnxn998 .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vouSnxn998 .nav-support,
.cid-vouSnxn998 .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vouSnxn998 .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vouSnxn998 .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vouSnxn998 .nav-support,
  .cid-vouSnxn998 .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vouSnxn998 .nav-support,
  .cid-vouSnxn998 .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vouSnxn998 .nav-support,
  .cid-vouSnxn998 .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vouSnxn998 .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vouSnxn998 .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vouSnxn998 .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vouSnxn998 .cta-support a {
  color: #ff9e00;
}
.cid-vouSnxn998 .cta-support a:hover {
  color: #ffb733;
}
.cid-vouSnxn998 .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vouSnxn998 .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vouSnxn998 .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vouSnxn998 .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vouSnxn998 .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vouSnxn998 .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vouSnxn998 .nav-support a {
  color: #2299aa;
}
.cid-vouSnxn998 .nav-support a:hover {
  color: #22a5e5;
}
.cid-vouSnxn998 .nav-access a {
  color: #ffffff;
  opacity: 0.9;
}
.cid-vouSnxn998 .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vouSnxn998 .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vouSnxn998 .header-actions a:hover,
.cid-vouSnxn998 .header-actions a:focus,
.cid-vouSnxn998 .header-actions a:active {
  text-decoration: none !important;
}
.cid-vouSnxn998 .navbar-nav > li,
.cid-vouSnxn998 .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vovw0bnbw0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vovw0bnbw0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vovw0bnbw0 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vovw0bnbw0 .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vovw0bnbw0 .form-control:focus,
.cid-vovw0bnbw0 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vovw0bnbw0 .form-group {
  margin-bottom: 1rem;
}
.cid-vovw0bnbw0 input::-webkit-input-placeholder,
.cid-vovw0bnbw0 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vovw0bnbw0 input:-moz-placeholder,
.cid-vovw0bnbw0 textarea:-moz-placeholder {
  color: #656565;
}
.cid-vovw0bnbw0 .jq-selectbox li,
.cid-vovw0bnbw0 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vovw0bnbw0 .jq-selectbox li:hover,
.cid-vovw0bnbw0 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vovw0bnbw0 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vovw0bnbw0 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vovw0bnbw0 textarea.form-control {
  resize: none;
}
.cid-vovw0bnbw0 .input-group-btn {
  display: inline-block;
}
.cid-vovw0bnbw0 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vovw0bnbw0 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vovw0bnbw0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vovw0bnbw0 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vovw0bnbw0 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vovw0bnbw0 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vovw0bnbw0 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vovw0bnbw0 .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vovw0bnbw0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vovw0bnbw0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vovw0bnbw0 .form-control,
.cid-vovw0bnbw0 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vovw0bnbw0 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vovw0bnbw0 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vovw0bnbw0 #creativecommons img,
.cid-vovw0bnbw0 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vovw0bnbw0 .offset-md-1 {
  margin-left: 1vw;
}
.cid-vovw0bnbw0 P {
  color: #ffffff;
}
.cid-vouMLYQ0La {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vouMLYQ0La nav.navbar {
  position: fixed;
}
.cid-vouMLYQ0La .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vouMLYQ0La .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vouMLYQ0La .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vouMLYQ0La #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vouMLYQ0La .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vouMLYQ0La .dropdown-item:hover,
.cid-vouMLYQ0La .dropdown-item:focus {
  background: rgba(50, 7, 7, 0.5) !important;
  color: white !important;
}
.cid-vouMLYQ0La .dropdown-item:hover span {
  color: white;
}
.cid-vouMLYQ0La .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vouMLYQ0La .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vouMLYQ0La .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vouMLYQ0La .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vouMLYQ0La .nav-link {
  position: relative;
}
.cid-vouMLYQ0La .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vouMLYQ0La .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vouMLYQ0La .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vouMLYQ0La .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-vouMLYQ0La .dropdown-menu,
.cid-vouMLYQ0La .navbar.opened {
  background: #353535 !important;
}
.cid-vouMLYQ0La .nav-item:focus,
.cid-vouMLYQ0La .nav-link:focus {
  outline: none;
}
.cid-vouMLYQ0La .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vouMLYQ0La .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vouMLYQ0La .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vouMLYQ0La .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vouMLYQ0La .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vouMLYQ0La .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vouMLYQ0La .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vouMLYQ0La .navbar.opened {
  transition: all 0.3s;
}
.cid-vouMLYQ0La .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vouMLYQ0La .navbar .navbar-logo img {
  width: auto;
}
.cid-vouMLYQ0La .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vouMLYQ0La .navbar.collapsed {
  justify-content: center;
}
.cid-vouMLYQ0La .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vouMLYQ0La .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vouMLYQ0La .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vouMLYQ0La .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vouMLYQ0La .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vouMLYQ0La .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vouMLYQ0La .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vouMLYQ0La .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vouMLYQ0La .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vouMLYQ0La .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vouMLYQ0La .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vouMLYQ0La .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vouMLYQ0La .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vouMLYQ0La .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vouMLYQ0La .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vouMLYQ0La .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vouMLYQ0La .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vouMLYQ0La .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vouMLYQ0La .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vouMLYQ0La .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vouMLYQ0La .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vouMLYQ0La .dropdown-item.active,
.cid-vouMLYQ0La .dropdown-item:active {
  background-color: transparent;
}
.cid-vouMLYQ0La .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vouMLYQ0La .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vouMLYQ0La .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vouMLYQ0La .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vouMLYQ0La .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vouMLYQ0La .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vouMLYQ0La ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vouMLYQ0La .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vouMLYQ0La button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vouMLYQ0La button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vouMLYQ0La button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vouMLYQ0La button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vouMLYQ0La button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vouMLYQ0La button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vouMLYQ0La nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vouMLYQ0La nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vouMLYQ0La nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vouMLYQ0La nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vouMLYQ0La .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vouMLYQ0La a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vouMLYQ0La .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vouMLYQ0La .navbar {
    height: 70px;
  }
  .cid-vouMLYQ0La .navbar.opened {
    height: auto;
  }
  .cid-vouMLYQ0La .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vouMLYQ0La .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vouMLYQ0La .navbar-toggler {
  margin-left: 10px;
}
.cid-vouMLYQ0La .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vouMLYQ0La .navbar-logo {
  margin-right: 0 !important;
}
.cid-vouMLYQ0La .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vouMLYQ0La .mbr-text {
    display: none;
  }
}
.cid-vouMLYQ0La .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vouMLYQ0La .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vouMLYQ0La .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vouMLYQ0La .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vouMLYQ0La #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vouMLYQ0La #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vouMLYQ0La #vol {
    display: none;
  }
}
.cid-vouMLYQ0La .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vouMLYQ0La .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vouMLYQ0La .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vouMLYQ0La .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vouMLYQ0La .nav-support,
.cid-vouMLYQ0La .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vouMLYQ0La .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vouMLYQ0La .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vouMLYQ0La .nav-support,
  .cid-vouMLYQ0La .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vouMLYQ0La .nav-support,
  .cid-vouMLYQ0La .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vouMLYQ0La .nav-support,
  .cid-vouMLYQ0La .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vouMLYQ0La .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vouMLYQ0La .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vouMLYQ0La .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vouMLYQ0La .cta-support a {
  color: #ff9e00;
}
.cid-vouMLYQ0La .cta-support a:hover {
  color: #ffb733;
}
.cid-vouMLYQ0La .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vouMLYQ0La .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vouMLYQ0La .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vouMLYQ0La .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vouMLYQ0La .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vouMLYQ0La .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vouMLYQ0La .nav-support a {
  color: #2299aa;
}
.cid-vouMLYQ0La .nav-support a:hover {
  color: #22a5e5;
}
.cid-vouMLYQ0La .nav-access a {
  color: #ffffff;
  opacity: 0.9;
}
.cid-vouMLYQ0La .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vouMLYQ0La .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vouMLYQ0La .header-actions a:hover,
.cid-vouMLYQ0La .header-actions a:focus,
.cid-vouMLYQ0La .header-actions a:active {
  text-decoration: none !important;
}
.cid-vouMLYQ0La .navbar-nav > li,
.cid-vouMLYQ0La .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vovw0bnbw0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vovw0bnbw0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vovw0bnbw0 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vovw0bnbw0 .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vovw0bnbw0 .form-control:focus,
.cid-vovw0bnbw0 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vovw0bnbw0 .form-group {
  margin-bottom: 1rem;
}
.cid-vovw0bnbw0 input::-webkit-input-placeholder,
.cid-vovw0bnbw0 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vovw0bnbw0 input:-moz-placeholder,
.cid-vovw0bnbw0 textarea:-moz-placeholder {
  color: #656565;
}
.cid-vovw0bnbw0 .jq-selectbox li,
.cid-vovw0bnbw0 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vovw0bnbw0 .jq-selectbox li:hover,
.cid-vovw0bnbw0 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vovw0bnbw0 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vovw0bnbw0 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vovw0bnbw0 textarea.form-control {
  resize: none;
}
.cid-vovw0bnbw0 .input-group-btn {
  display: inline-block;
}
.cid-vovw0bnbw0 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vovw0bnbw0 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vovw0bnbw0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vovw0bnbw0 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vovw0bnbw0 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vovw0bnbw0 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vovw0bnbw0 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vovw0bnbw0 .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vovw0bnbw0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vovw0bnbw0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vovw0bnbw0 .form-control,
.cid-vovw0bnbw0 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vovw0bnbw0 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vovw0bnbw0 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vovw0bnbw0 #creativecommons img,
.cid-vovw0bnbw0 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vovw0bnbw0 .offset-md-1 {
  margin-left: 1vw;
}
.cid-vovw0bnbw0 P {
  color: #ffffff;
}
.cid-vopXehlf0N {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vopXehlf0N nav.navbar {
  position: fixed;
}
.cid-vopXehlf0N .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vopXehlf0N .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vopXehlf0N .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vopXehlf0N #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vopXehlf0N .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vopXehlf0N .dropdown-item:hover,
.cid-vopXehlf0N .dropdown-item:focus {
  background: rgba(50, 7, 7, 0.5) !important;
  color: white !important;
}
.cid-vopXehlf0N .dropdown-item:hover span {
  color: white;
}
.cid-vopXehlf0N .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vopXehlf0N .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vopXehlf0N .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vopXehlf0N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vopXehlf0N .nav-link {
  position: relative;
}
.cid-vopXehlf0N .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vopXehlf0N .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vopXehlf0N .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vopXehlf0N .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-vopXehlf0N .dropdown-menu,
.cid-vopXehlf0N .navbar.opened {
  background: #353535 !important;
}
.cid-vopXehlf0N .nav-item:focus,
.cid-vopXehlf0N .nav-link:focus {
  outline: none;
}
.cid-vopXehlf0N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vopXehlf0N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vopXehlf0N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vopXehlf0N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vopXehlf0N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vopXehlf0N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vopXehlf0N .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vopXehlf0N .navbar.opened {
  transition: all 0.3s;
}
.cid-vopXehlf0N .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vopXehlf0N .navbar .navbar-logo img {
  width: auto;
}
.cid-vopXehlf0N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vopXehlf0N .navbar.collapsed {
  justify-content: center;
}
.cid-vopXehlf0N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vopXehlf0N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vopXehlf0N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vopXehlf0N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vopXehlf0N .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vopXehlf0N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vopXehlf0N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vopXehlf0N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vopXehlf0N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vopXehlf0N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vopXehlf0N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vopXehlf0N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vopXehlf0N .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vopXehlf0N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vopXehlf0N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vopXehlf0N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vopXehlf0N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vopXehlf0N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vopXehlf0N .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vopXehlf0N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vopXehlf0N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vopXehlf0N .dropdown-item.active,
.cid-vopXehlf0N .dropdown-item:active {
  background-color: transparent;
}
.cid-vopXehlf0N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vopXehlf0N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vopXehlf0N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vopXehlf0N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vopXehlf0N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vopXehlf0N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vopXehlf0N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vopXehlf0N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vopXehlf0N button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vopXehlf0N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vopXehlf0N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vopXehlf0N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vopXehlf0N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vopXehlf0N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vopXehlf0N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vopXehlf0N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vopXehlf0N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vopXehlf0N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vopXehlf0N .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vopXehlf0N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vopXehlf0N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vopXehlf0N .navbar {
    height: 70px;
  }
  .cid-vopXehlf0N .navbar.opened {
    height: auto;
  }
  .cid-vopXehlf0N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vopXehlf0N .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vopXehlf0N .navbar-toggler {
  margin-left: 10px;
}
.cid-vopXehlf0N .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vopXehlf0N .navbar-logo {
  margin-right: 0 !important;
}
.cid-vopXehlf0N .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vopXehlf0N .mbr-text {
    display: none;
  }
}
.cid-vopXehlf0N .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vopXehlf0N .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vopXehlf0N .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vopXehlf0N .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vopXehlf0N #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vopXehlf0N #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vopXehlf0N #vol {
    display: none;
  }
}
.cid-vopXehlf0N .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vopXehlf0N .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vopXehlf0N .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vopXehlf0N .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vopXehlf0N .nav-support,
.cid-vopXehlf0N .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vopXehlf0N .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vopXehlf0N .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vopXehlf0N .nav-support,
  .cid-vopXehlf0N .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vopXehlf0N .nav-support,
  .cid-vopXehlf0N .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vopXehlf0N .nav-support,
  .cid-vopXehlf0N .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vopXehlf0N .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vopXehlf0N .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vopXehlf0N .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vopXehlf0N .cta-support a {
  color: #ff9e00;
}
.cid-vopXehlf0N .cta-support a:hover {
  color: #ffb733;
}
.cid-vopXehlf0N .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vopXehlf0N .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vopXehlf0N .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vopXehlf0N .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vopXehlf0N .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vopXehlf0N .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vopXehlf0N .nav-support a {
  color: #2299aa;
}
.cid-vopXehlf0N .nav-support a:hover {
  color: #22a5e5;
}
.cid-vopXehlf0N .nav-access a {
  color: #ffffff;
  opacity: 0.9;
}
.cid-vopXehlf0N .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vopXehlf0N .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vopXehlf0N .header-actions a:hover,
.cid-vopXehlf0N .header-actions a:focus,
.cid-vopXehlf0N .header-actions a:active {
  text-decoration: none !important;
}
.cid-vopXehlf0N .navbar-nav > li,
.cid-vopXehlf0N .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vouiGOD2bV {
  padding-top: 12rem;
  padding-bottom: 0rem;
  position: relative;
  align-items: center;
  background-color: #151e11;
}
.cid-vouiGOD2bV .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-vouiGOD2bV .image-wrap {
    padding: 16px;
  }
}
.cid-vouiGOD2bV .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-vouiGOD2bV .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-vouiGOD2bV .image-overlay {
    padding: 16px;
  }
}
.cid-vouiGOD2bV .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.6;
  width: 100%;
  height: 70%;
}
.cid-vouiGOD2bV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vouiGOD2bV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vouiGOD2bV .row {
  justify-content: center;
}
.cid-vouiGOD2bV .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vouiGOD2bV .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vouiGOD2bV .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-vouiGOD2bV .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vouiGOD2bV .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-vouiGOD2bV .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vouiGOD2bV .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vouiGOD2bV .mbr-text,
.cid-vouiGOD2bV .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-vouiGOD2bV .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vouiGOD2bV .mbr-text,
.cid-vouiGOD2bV .mbr-section-btn {
  text-align: center;
}
.cid-vouiGOD2bV .mbr-text,
.cid-vouiGOD2bV .text-wrapper,
.cid-vouiGOD2bV .mbr-section-btn {
  color: #34b0e3;
}
.cid-vouiGOD2bV .card-wrapper > .mbr-section-btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.cid-vouiGOD2bV .card-wrapper > .mbr-section-btn .btn {
  margin: 0;
}
.cid-vopSkW8iYB {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vopSkW8iYB img,
.cid-vopSkW8iYB .item-img {
  width: 100%;
}
.cid-vopSkW8iYB .item:focus,
.cid-vopSkW8iYB span:focus {
  outline: none;
}
.cid-vopSkW8iYB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vopSkW8iYB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vopSkW8iYB .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vopSkW8iYB .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vopSkW8iYB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vopSkW8iYB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vopSkW8iYB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vopSkW8iYB .mbr-section-title {
  color: #65cbe6;
  text-align: left;
}
.cid-vopSkW8iYB .mbr-text,
.cid-vopSkW8iYB .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vopSkW8iYB .item-title {
  text-align: left;
  color: #22a5e5;
}
.cid-vopSkW8iYB .item-subtitle {
  text-align: center;
}
.cid-vopSkW8iYB .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vouEyYalrn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vouEyYalrn img,
.cid-vouEyYalrn .item-img {
  width: 100%;
}
.cid-vouEyYalrn .item:focus,
.cid-vouEyYalrn span:focus {
  outline: none;
}
.cid-vouEyYalrn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vouEyYalrn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vouEyYalrn .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vouEyYalrn .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vouEyYalrn .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vouEyYalrn .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vouEyYalrn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vouEyYalrn .mbr-section-title {
  color: #65cbe6;
  text-align: left;
}
.cid-vouEyYalrn .mbr-text,
.cid-vouEyYalrn .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vouEyYalrn .item-title {
  text-align: left;
  color: #22a5e5;
}
.cid-vouEyYalrn .item-subtitle {
  text-align: center;
}
.cid-vouEyYalrn .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-voBXdGHTWU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-voBXdGHTWU .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-voBXdGHTWU .mbr-text {
  color: #000000;
}
.cid-voBSYsYym9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-voBSYsYym9 .container {
  max-width: 1000px;
}
.cid-voBSYsYym9 .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
}
.cid-voBSYsYym9 .mbr-section-title {
  color: #22a5e5;
}
.cid-voBUNnsdBO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-voBUNnsdBO .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-voBUNnsdBO .mbr-text {
  color: #000000;
}
.cid-vovw0bnbw0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vovw0bnbw0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vovw0bnbw0 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vovw0bnbw0 .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vovw0bnbw0 .form-control:focus,
.cid-vovw0bnbw0 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vovw0bnbw0 .form-group {
  margin-bottom: 1rem;
}
.cid-vovw0bnbw0 input::-webkit-input-placeholder,
.cid-vovw0bnbw0 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vovw0bnbw0 input:-moz-placeholder,
.cid-vovw0bnbw0 textarea:-moz-placeholder {
  color: #656565;
}
.cid-vovw0bnbw0 .jq-selectbox li,
.cid-vovw0bnbw0 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vovw0bnbw0 .jq-selectbox li:hover,
.cid-vovw0bnbw0 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vovw0bnbw0 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vovw0bnbw0 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vovw0bnbw0 textarea.form-control {
  resize: none;
}
.cid-vovw0bnbw0 .input-group-btn {
  display: inline-block;
}
.cid-vovw0bnbw0 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vovw0bnbw0 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vovw0bnbw0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vovw0bnbw0 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vovw0bnbw0 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vovw0bnbw0 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vovw0bnbw0 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vovw0bnbw0 .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vovw0bnbw0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vovw0bnbw0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vovw0bnbw0 .form-control,
.cid-vovw0bnbw0 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vovw0bnbw0 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vovw0bnbw0 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vovw0bnbw0 #creativecommons img,
.cid-vovw0bnbw0 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vovw0bnbw0 .offset-md-1 {
  margin-left: 1vw;
}
.cid-vovw0bnbw0 P {
  color: #ffffff;
}
.cid-usYHVaHamj.popup-builder {
  background-color: #ffffff;
}
.cid-usYHVaHamj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-usYHVaHamj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-usYHVaHamj .modal-content,
.cid-usYHVaHamj .modal-dialog {
  height: auto;
}
.cid-usYHVaHamj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-usYHVaHamj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-usYHVaHamj .form-wrapper .mbr-form .form-group,
  .cid-usYHVaHamj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-usYHVaHamj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-usYHVaHamj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-usYHVaHamj .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-usYHVaHamj .pt-0 {
  padding-top: 0 !important;
}
.cid-usYHVaHamj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-usYHVaHamj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-usYHVaHamj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-usYHVaHamj .modal-open {
  overflow: hidden;
}
.cid-usYHVaHamj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-usYHVaHamj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-usYHVaHamj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-usYHVaHamj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-usYHVaHamj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-usYHVaHamj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-usYHVaHamj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-usYHVaHamj .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-usYHVaHamj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-usYHVaHamj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-usYHVaHamj .modal-backdrop.fade {
  opacity: 0;
}
.cid-usYHVaHamj .modal-backdrop.show {
  opacity: .5;
}
.cid-usYHVaHamj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-usYHVaHamj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-usYHVaHamj .modal-header {
    padding: 1rem;
  }
}
.cid-usYHVaHamj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-usYHVaHamj .modal-header .close svg {
  fill: #ffffff;
}
.cid-usYHVaHamj .modal-header .close:hover {
  opacity: 1;
}
.cid-usYHVaHamj .modal-header .close:focus {
  outline: none;
}
.cid-usYHVaHamj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-usYHVaHamj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-usYHVaHamj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usYHVaHamj .modal-body {
    padding: 1rem;
  }
}
.cid-usYHVaHamj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-usYHVaHamj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usYHVaHamj .modal-footer {
    padding: 1rem;
  }
}
.cid-usYHVaHamj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-usYHVaHamj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-usYHVaHamj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-usYHVaHamj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-usYHVaHamj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-usYHVaHamj .modal-lg,
  .cid-usYHVaHamj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-usYHVaHamj .modal-xl {
    max-width: 1140px;
  }
}
.cid-usYHVaHamj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-usYHVaHamj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-usYHVaHamj .form-group {
  margin-bottom: 1rem;
}
.cid-usYHVaHamj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-usYHVaHamj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-usYHVaHamj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-usYHVaHamj .mbr-section-btn {
  margin: 0;
}
.cid-usYHVaHamj .mbr-section-btn .btn {
  margin: 0;
}
.cid-vovEYy9m3P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vovEYy9m3P nav.navbar {
  position: fixed;
}
.cid-vovEYy9m3P .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vovEYy9m3P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vovEYy9m3P .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vovEYy9m3P #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vovEYy9m3P .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vovEYy9m3P .dropdown-item:hover,
.cid-vovEYy9m3P .dropdown-item:focus {
  background: rgba(50, 7, 7, 0.5) !important;
  color: white !important;
}
.cid-vovEYy9m3P .dropdown-item:hover span {
  color: white;
}
.cid-vovEYy9m3P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vovEYy9m3P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vovEYy9m3P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vovEYy9m3P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vovEYy9m3P .nav-link {
  position: relative;
}
.cid-vovEYy9m3P .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vovEYy9m3P .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vovEYy9m3P .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vovEYy9m3P .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-vovEYy9m3P .dropdown-menu,
.cid-vovEYy9m3P .navbar.opened {
  background: #353535 !important;
}
.cid-vovEYy9m3P .nav-item:focus,
.cid-vovEYy9m3P .nav-link:focus {
  outline: none;
}
.cid-vovEYy9m3P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vovEYy9m3P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vovEYy9m3P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vovEYy9m3P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vovEYy9m3P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vovEYy9m3P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vovEYy9m3P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vovEYy9m3P .navbar.opened {
  transition: all 0.3s;
}
.cid-vovEYy9m3P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vovEYy9m3P .navbar .navbar-logo img {
  width: auto;
}
.cid-vovEYy9m3P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vovEYy9m3P .navbar.collapsed {
  justify-content: center;
}
.cid-vovEYy9m3P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vovEYy9m3P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vovEYy9m3P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vovEYy9m3P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vovEYy9m3P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vovEYy9m3P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vovEYy9m3P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vovEYy9m3P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vovEYy9m3P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vovEYy9m3P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vovEYy9m3P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vovEYy9m3P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vovEYy9m3P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vovEYy9m3P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vovEYy9m3P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vovEYy9m3P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vovEYy9m3P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vovEYy9m3P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vovEYy9m3P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vovEYy9m3P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vovEYy9m3P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vovEYy9m3P .dropdown-item.active,
.cid-vovEYy9m3P .dropdown-item:active {
  background-color: transparent;
}
.cid-vovEYy9m3P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vovEYy9m3P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vovEYy9m3P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vovEYy9m3P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vovEYy9m3P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vovEYy9m3P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vovEYy9m3P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vovEYy9m3P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vovEYy9m3P button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vovEYy9m3P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vovEYy9m3P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vovEYy9m3P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vovEYy9m3P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vovEYy9m3P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vovEYy9m3P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vovEYy9m3P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vovEYy9m3P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vovEYy9m3P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vovEYy9m3P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vovEYy9m3P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vovEYy9m3P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vovEYy9m3P .navbar {
    height: 70px;
  }
  .cid-vovEYy9m3P .navbar.opened {
    height: auto;
  }
  .cid-vovEYy9m3P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vovEYy9m3P .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vovEYy9m3P .navbar-toggler {
  margin-left: 10px;
}
.cid-vovEYy9m3P .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vovEYy9m3P .navbar-logo {
  margin-right: 0 !important;
}
.cid-vovEYy9m3P .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vovEYy9m3P .mbr-text {
    display: none;
  }
}
.cid-vovEYy9m3P .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vovEYy9m3P .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vovEYy9m3P .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vovEYy9m3P .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vovEYy9m3P #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vovEYy9m3P #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vovEYy9m3P #vol {
    display: none;
  }
}
.cid-vovEYy9m3P .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vovEYy9m3P .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vovEYy9m3P .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vovEYy9m3P .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vovEYy9m3P .nav-support,
.cid-vovEYy9m3P .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vovEYy9m3P .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vovEYy9m3P .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vovEYy9m3P .nav-support,
  .cid-vovEYy9m3P .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vovEYy9m3P .nav-support,
  .cid-vovEYy9m3P .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vovEYy9m3P .nav-support,
  .cid-vovEYy9m3P .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vovEYy9m3P .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vovEYy9m3P .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vovEYy9m3P .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vovEYy9m3P .cta-support a {
  color: #ff9e00;
}
.cid-vovEYy9m3P .cta-support a:hover {
  color: #ffb733;
}
.cid-vovEYy9m3P .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vovEYy9m3P .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vovEYy9m3P .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vovEYy9m3P .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vovEYy9m3P .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vovEYy9m3P .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vovEYy9m3P .nav-support a {
  color: #2299aa;
}
.cid-vovEYy9m3P .nav-support a:hover {
  color: #22a5e5;
}
.cid-vovEYy9m3P .nav-access a {
  color: #ffffff;
  opacity: 0.9;
}
.cid-vovEYy9m3P .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vovEYy9m3P .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vovEYy9m3P .header-actions a:hover,
.cid-vovEYy9m3P .header-actions a:focus,
.cid-vovEYy9m3P .header-actions a:active {
  text-decoration: none !important;
}
.cid-vovEYy9m3P .navbar-nav > li,
.cid-vovEYy9m3P .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vovEYz01Iu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vovEYz01Iu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vovEYz01Iu .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vovEYz01Iu .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vovEYz01Iu .form-control:focus,
.cid-vovEYz01Iu .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vovEYz01Iu .form-group {
  margin-bottom: 1rem;
}
.cid-vovEYz01Iu input::-webkit-input-placeholder,
.cid-vovEYz01Iu textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vovEYz01Iu input:-moz-placeholder,
.cid-vovEYz01Iu textarea:-moz-placeholder {
  color: #656565;
}
.cid-vovEYz01Iu .jq-selectbox li,
.cid-vovEYz01Iu .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vovEYz01Iu .jq-selectbox li:hover,
.cid-vovEYz01Iu .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vovEYz01Iu .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vovEYz01Iu .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vovEYz01Iu textarea.form-control {
  resize: none;
}
.cid-vovEYz01Iu .input-group-btn {
  display: inline-block;
}
.cid-vovEYz01Iu .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vovEYz01Iu .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vovEYz01Iu .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vovEYz01Iu .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vovEYz01Iu .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vovEYz01Iu .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vovEYz01Iu .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vovEYz01Iu .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vovEYz01Iu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vovEYz01Iu .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vovEYz01Iu .form-control,
.cid-vovEYz01Iu .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vovEYz01Iu #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vovEYz01Iu #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vovEYz01Iu #creativecommons img,
.cid-vovEYz01Iu iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vovEYz01Iu .offset-md-1 {
  margin-left: 1vw;
}
.cid-vovEYz01Iu P {
  color: #ffffff;
}
.cid-vovJKZa00I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vovJKZa00I nav.navbar {
  position: fixed;
}
.cid-vovJKZa00I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vovJKZa00I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vovJKZa00I .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vovJKZa00I #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vovJKZa00I .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vovJKZa00I .dropdown-item:hover,
.cid-vovJKZa00I .dropdown-item:focus {
  background: rgba(50, 7, 7, 0.5) !important;
  color: white !important;
}
.cid-vovJKZa00I .dropdown-item:hover span {
  color: white;
}
.cid-vovJKZa00I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vovJKZa00I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vovJKZa00I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vovJKZa00I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vovJKZa00I .nav-link {
  position: relative;
}
.cid-vovJKZa00I .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vovJKZa00I .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vovJKZa00I .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vovJKZa00I .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-vovJKZa00I .dropdown-menu,
.cid-vovJKZa00I .navbar.opened {
  background: #353535 !important;
}
.cid-vovJKZa00I .nav-item:focus,
.cid-vovJKZa00I .nav-link:focus {
  outline: none;
}
.cid-vovJKZa00I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vovJKZa00I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vovJKZa00I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vovJKZa00I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vovJKZa00I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vovJKZa00I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vovJKZa00I .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vovJKZa00I .navbar.opened {
  transition: all 0.3s;
}
.cid-vovJKZa00I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vovJKZa00I .navbar .navbar-logo img {
  width: auto;
}
.cid-vovJKZa00I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vovJKZa00I .navbar.collapsed {
  justify-content: center;
}
.cid-vovJKZa00I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vovJKZa00I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vovJKZa00I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vovJKZa00I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vovJKZa00I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vovJKZa00I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vovJKZa00I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vovJKZa00I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vovJKZa00I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vovJKZa00I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vovJKZa00I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vovJKZa00I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vovJKZa00I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vovJKZa00I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vovJKZa00I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vovJKZa00I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vovJKZa00I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vovJKZa00I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vovJKZa00I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vovJKZa00I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vovJKZa00I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vovJKZa00I .dropdown-item.active,
.cid-vovJKZa00I .dropdown-item:active {
  background-color: transparent;
}
.cid-vovJKZa00I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vovJKZa00I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vovJKZa00I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vovJKZa00I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vovJKZa00I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vovJKZa00I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vovJKZa00I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vovJKZa00I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vovJKZa00I button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vovJKZa00I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vovJKZa00I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vovJKZa00I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vovJKZa00I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vovJKZa00I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vovJKZa00I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vovJKZa00I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vovJKZa00I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vovJKZa00I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vovJKZa00I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vovJKZa00I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vovJKZa00I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vovJKZa00I .navbar {
    height: 70px;
  }
  .cid-vovJKZa00I .navbar.opened {
    height: auto;
  }
  .cid-vovJKZa00I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vovJKZa00I .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vovJKZa00I .navbar-toggler {
  margin-left: 10px;
}
.cid-vovJKZa00I .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vovJKZa00I .navbar-logo {
  margin-right: 0 !important;
}
.cid-vovJKZa00I .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vovJKZa00I .mbr-text {
    display: none;
  }
}
.cid-vovJKZa00I .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vovJKZa00I .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vovJKZa00I .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vovJKZa00I .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vovJKZa00I #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vovJKZa00I #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vovJKZa00I #vol {
    display: none;
  }
}
.cid-vovJKZa00I .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vovJKZa00I .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vovJKZa00I .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vovJKZa00I .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vovJKZa00I .nav-support,
.cid-vovJKZa00I .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vovJKZa00I .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vovJKZa00I .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vovJKZa00I .nav-support,
  .cid-vovJKZa00I .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vovJKZa00I .nav-support,
  .cid-vovJKZa00I .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vovJKZa00I .nav-support,
  .cid-vovJKZa00I .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vovJKZa00I .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vovJKZa00I .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vovJKZa00I .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vovJKZa00I .cta-support a {
  color: #ff9e00;
}
.cid-vovJKZa00I .cta-support a:hover {
  color: #ffb733;
}
.cid-vovJKZa00I .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vovJKZa00I .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vovJKZa00I .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vovJKZa00I .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vovJKZa00I .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vovJKZa00I .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vovJKZa00I .nav-support a {
  color: #2299aa;
}
.cid-vovJKZa00I .nav-support a:hover {
  color: #22a5e5;
}
.cid-vovJKZa00I .nav-access a {
  color: #ffffff;
  opacity: 0.9;
}
.cid-vovJKZa00I .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vovJKZa00I .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vovJKZa00I .header-actions a:hover,
.cid-vovJKZa00I .header-actions a:focus,
.cid-vovJKZa00I .header-actions a:active {
  text-decoration: none !important;
}
.cid-vovJKZa00I .navbar-nav > li,
.cid-vovJKZa00I .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vovJKZOlti {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vovJKZOlti .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vovJKZOlti .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vovJKZOlti .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vovJKZOlti .form-control:focus,
.cid-vovJKZOlti .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vovJKZOlti .form-group {
  margin-bottom: 1rem;
}
.cid-vovJKZOlti input::-webkit-input-placeholder,
.cid-vovJKZOlti textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vovJKZOlti input:-moz-placeholder,
.cid-vovJKZOlti textarea:-moz-placeholder {
  color: #656565;
}
.cid-vovJKZOlti .jq-selectbox li,
.cid-vovJKZOlti .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vovJKZOlti .jq-selectbox li:hover,
.cid-vovJKZOlti .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vovJKZOlti .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vovJKZOlti .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vovJKZOlti textarea.form-control {
  resize: none;
}
.cid-vovJKZOlti .input-group-btn {
  display: inline-block;
}
.cid-vovJKZOlti .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vovJKZOlti .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vovJKZOlti .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vovJKZOlti .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vovJKZOlti .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vovJKZOlti .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vovJKZOlti .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vovJKZOlti .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vovJKZOlti .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vovJKZOlti .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vovJKZOlti .form-control,
.cid-vovJKZOlti .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vovJKZOlti #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vovJKZOlti #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vovJKZOlti #creativecommons img,
.cid-vovJKZOlti iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vovJKZOlti .offset-md-1 {
  margin-left: 1vw;
}
.cid-vovJKZOlti P {
  color: #ffffff;
}
.cid-vopXehlf0N {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vopXehlf0N nav.navbar {
  position: fixed;
}
.cid-vopXehlf0N .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vopXehlf0N .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vopXehlf0N .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vopXehlf0N #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vopXehlf0N .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vopXehlf0N .dropdown-item:hover,
.cid-vopXehlf0N .dropdown-item:focus {
  background: rgba(50, 7, 7, 0.5) !important;
  color: white !important;
}
.cid-vopXehlf0N .dropdown-item:hover span {
  color: white;
}
.cid-vopXehlf0N .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vopXehlf0N .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vopXehlf0N .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vopXehlf0N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vopXehlf0N .nav-link {
  position: relative;
}
.cid-vopXehlf0N .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vopXehlf0N .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vopXehlf0N .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vopXehlf0N .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-vopXehlf0N .dropdown-menu,
.cid-vopXehlf0N .navbar.opened {
  background: #353535 !important;
}
.cid-vopXehlf0N .nav-item:focus,
.cid-vopXehlf0N .nav-link:focus {
  outline: none;
}
.cid-vopXehlf0N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vopXehlf0N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vopXehlf0N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vopXehlf0N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vopXehlf0N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vopXehlf0N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vopXehlf0N .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vopXehlf0N .navbar.opened {
  transition: all 0.3s;
}
.cid-vopXehlf0N .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vopXehlf0N .navbar .navbar-logo img {
  width: auto;
}
.cid-vopXehlf0N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vopXehlf0N .navbar.collapsed {
  justify-content: center;
}
.cid-vopXehlf0N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vopXehlf0N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vopXehlf0N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vopXehlf0N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vopXehlf0N .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vopXehlf0N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vopXehlf0N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vopXehlf0N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vopXehlf0N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vopXehlf0N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vopXehlf0N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vopXehlf0N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vopXehlf0N .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vopXehlf0N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vopXehlf0N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vopXehlf0N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vopXehlf0N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vopXehlf0N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vopXehlf0N .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vopXehlf0N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vopXehlf0N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vopXehlf0N .dropdown-item.active,
.cid-vopXehlf0N .dropdown-item:active {
  background-color: transparent;
}
.cid-vopXehlf0N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vopXehlf0N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vopXehlf0N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vopXehlf0N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vopXehlf0N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vopXehlf0N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vopXehlf0N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vopXehlf0N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vopXehlf0N button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vopXehlf0N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vopXehlf0N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vopXehlf0N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vopXehlf0N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vopXehlf0N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vopXehlf0N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vopXehlf0N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vopXehlf0N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vopXehlf0N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vopXehlf0N .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vopXehlf0N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vopXehlf0N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vopXehlf0N .navbar {
    height: 70px;
  }
  .cid-vopXehlf0N .navbar.opened {
    height: auto;
  }
  .cid-vopXehlf0N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vopXehlf0N .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vopXehlf0N .navbar-toggler {
  margin-left: 10px;
}
.cid-vopXehlf0N .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vopXehlf0N .navbar-logo {
  margin-right: 0 !important;
}
.cid-vopXehlf0N .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vopXehlf0N .mbr-text {
    display: none;
  }
}
.cid-vopXehlf0N .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vopXehlf0N .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vopXehlf0N .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vopXehlf0N .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vopXehlf0N #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vopXehlf0N #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vopXehlf0N #vol {
    display: none;
  }
}
.cid-vopXehlf0N .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vopXehlf0N .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vopXehlf0N .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vopXehlf0N .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vopXehlf0N .nav-support,
.cid-vopXehlf0N .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vopXehlf0N .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vopXehlf0N .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vopXehlf0N .nav-support,
  .cid-vopXehlf0N .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vopXehlf0N .nav-support,
  .cid-vopXehlf0N .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vopXehlf0N .nav-support,
  .cid-vopXehlf0N .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vopXehlf0N .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vopXehlf0N .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vopXehlf0N .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vopXehlf0N .cta-support a {
  color: #ff9e00;
}
.cid-vopXehlf0N .cta-support a:hover {
  color: #ffb733;
}
.cid-vopXehlf0N .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vopXehlf0N .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vopXehlf0N .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vopXehlf0N .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vopXehlf0N .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vopXehlf0N .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vopXehlf0N .nav-support a {
  color: #2299aa;
}
.cid-vopXehlf0N .nav-support a:hover {
  color: #22a5e5;
}
.cid-vopXehlf0N .nav-access a {
  color: #ffffff;
  opacity: 0.9;
}
.cid-vopXehlf0N .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vopXehlf0N .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vopXehlf0N .header-actions a:hover,
.cid-vopXehlf0N .header-actions a:focus,
.cid-vopXehlf0N .header-actions a:active {
  text-decoration: none !important;
}
.cid-vopXehlf0N .navbar-nav > li,
.cid-vopXehlf0N .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vovw0bnbw0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vovw0bnbw0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vovw0bnbw0 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vovw0bnbw0 .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vovw0bnbw0 .form-control:focus,
.cid-vovw0bnbw0 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vovw0bnbw0 .form-group {
  margin-bottom: 1rem;
}
.cid-vovw0bnbw0 input::-webkit-input-placeholder,
.cid-vovw0bnbw0 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vovw0bnbw0 input:-moz-placeholder,
.cid-vovw0bnbw0 textarea:-moz-placeholder {
  color: #656565;
}
.cid-vovw0bnbw0 .jq-selectbox li,
.cid-vovw0bnbw0 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vovw0bnbw0 .jq-selectbox li:hover,
.cid-vovw0bnbw0 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vovw0bnbw0 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vovw0bnbw0 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vovw0bnbw0 textarea.form-control {
  resize: none;
}
.cid-vovw0bnbw0 .input-group-btn {
  display: inline-block;
}
.cid-vovw0bnbw0 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vovw0bnbw0 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vovw0bnbw0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vovw0bnbw0 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vovw0bnbw0 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vovw0bnbw0 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vovw0bnbw0 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vovw0bnbw0 .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vovw0bnbw0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vovw0bnbw0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vovw0bnbw0 .form-control,
.cid-vovw0bnbw0 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vovw0bnbw0 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vovw0bnbw0 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vovw0bnbw0 #creativecommons img,
.cid-vovw0bnbw0 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vovw0bnbw0 .offset-md-1 {
  margin-left: 1vw;
}
.cid-vovw0bnbw0 P {
  color: #ffffff;
}
.cid-vq0KnQba1U {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vq0KnQba1U nav.navbar {
  position: fixed;
}
.cid-vq0KnQba1U .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vq0KnQba1U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vq0KnQba1U .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vq0KnQba1U #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vq0KnQba1U .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vq0KnQba1U .dropdown-item:hover,
.cid-vq0KnQba1U .dropdown-item:focus {
  background: rgba(50, 7, 7, 0.5) !important;
  color: white !important;
}
.cid-vq0KnQba1U .dropdown-item:hover span {
  color: white;
}
.cid-vq0KnQba1U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vq0KnQba1U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vq0KnQba1U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vq0KnQba1U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vq0KnQba1U .nav-link {
  position: relative;
}
.cid-vq0KnQba1U .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vq0KnQba1U .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vq0KnQba1U .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vq0KnQba1U .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-vq0KnQba1U .dropdown-menu,
.cid-vq0KnQba1U .navbar.opened {
  background: #353535 !important;
}
.cid-vq0KnQba1U .nav-item:focus,
.cid-vq0KnQba1U .nav-link:focus {
  outline: none;
}
.cid-vq0KnQba1U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vq0KnQba1U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vq0KnQba1U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vq0KnQba1U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vq0KnQba1U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vq0KnQba1U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vq0KnQba1U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vq0KnQba1U .navbar.opened {
  transition: all 0.3s;
}
.cid-vq0KnQba1U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vq0KnQba1U .navbar .navbar-logo img {
  width: auto;
}
.cid-vq0KnQba1U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vq0KnQba1U .navbar.collapsed {
  justify-content: center;
}
.cid-vq0KnQba1U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vq0KnQba1U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vq0KnQba1U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vq0KnQba1U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vq0KnQba1U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vq0KnQba1U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vq0KnQba1U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vq0KnQba1U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vq0KnQba1U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vq0KnQba1U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vq0KnQba1U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vq0KnQba1U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vq0KnQba1U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vq0KnQba1U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vq0KnQba1U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vq0KnQba1U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vq0KnQba1U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vq0KnQba1U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vq0KnQba1U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vq0KnQba1U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vq0KnQba1U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vq0KnQba1U .dropdown-item.active,
.cid-vq0KnQba1U .dropdown-item:active {
  background-color: transparent;
}
.cid-vq0KnQba1U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vq0KnQba1U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vq0KnQba1U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vq0KnQba1U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vq0KnQba1U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vq0KnQba1U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vq0KnQba1U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vq0KnQba1U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vq0KnQba1U button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vq0KnQba1U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vq0KnQba1U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vq0KnQba1U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vq0KnQba1U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vq0KnQba1U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vq0KnQba1U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vq0KnQba1U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vq0KnQba1U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vq0KnQba1U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vq0KnQba1U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vq0KnQba1U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vq0KnQba1U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vq0KnQba1U .navbar {
    height: 70px;
  }
  .cid-vq0KnQba1U .navbar.opened {
    height: auto;
  }
  .cid-vq0KnQba1U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vq0KnQba1U .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vq0KnQba1U .navbar-toggler {
  margin-left: 10px;
}
.cid-vq0KnQba1U .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vq0KnQba1U .navbar-logo {
  margin-right: 0 !important;
}
.cid-vq0KnQba1U .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vq0KnQba1U .mbr-text {
    display: none;
  }
}
.cid-vq0KnQba1U .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vq0KnQba1U .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vq0KnQba1U .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vq0KnQba1U .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vq0KnQba1U #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vq0KnQba1U #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vq0KnQba1U #vol {
    display: none;
  }
}
.cid-vq0KnQba1U .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vq0KnQba1U .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vq0KnQba1U .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vq0KnQba1U .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vq0KnQba1U .nav-support,
.cid-vq0KnQba1U .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vq0KnQba1U .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vq0KnQba1U .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vq0KnQba1U .nav-support,
  .cid-vq0KnQba1U .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vq0KnQba1U .nav-support,
  .cid-vq0KnQba1U .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vq0KnQba1U .nav-support,
  .cid-vq0KnQba1U .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vq0KnQba1U .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vq0KnQba1U .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vq0KnQba1U .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vq0KnQba1U .cta-support a {
  color: #ff9e00;
}
.cid-vq0KnQba1U .cta-support a:hover {
  color: #ffb733;
}
.cid-vq0KnQba1U .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vq0KnQba1U .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vq0KnQba1U .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vq0KnQba1U .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vq0KnQba1U .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vq0KnQba1U .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vq0KnQba1U .nav-support a {
  color: #2299aa;
}
.cid-vq0KnQba1U .nav-support a:hover {
  color: #22a5e5;
}
.cid-vq0KnQba1U .nav-access a {
  color: #ffffff;
  opacity: 0.9;
}
.cid-vq0KnQba1U .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vq0KnQba1U .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vq0KnQba1U .header-actions a:hover,
.cid-vq0KnQba1U .header-actions a:focus,
.cid-vq0KnQba1U .header-actions a:active {
  text-decoration: none !important;
}
.cid-vq0KnQba1U .navbar-nav > li,
.cid-vq0KnQba1U .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vq0KnQXdL5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vq0KnQXdL5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vq0KnQXdL5 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vq0KnQXdL5 .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vq0KnQXdL5 .form-control:focus,
.cid-vq0KnQXdL5 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vq0KnQXdL5 .form-group {
  margin-bottom: 1rem;
}
.cid-vq0KnQXdL5 input::-webkit-input-placeholder,
.cid-vq0KnQXdL5 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vq0KnQXdL5 input:-moz-placeholder,
.cid-vq0KnQXdL5 textarea:-moz-placeholder {
  color: #656565;
}
.cid-vq0KnQXdL5 .jq-selectbox li,
.cid-vq0KnQXdL5 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vq0KnQXdL5 .jq-selectbox li:hover,
.cid-vq0KnQXdL5 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vq0KnQXdL5 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vq0KnQXdL5 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vq0KnQXdL5 textarea.form-control {
  resize: none;
}
.cid-vq0KnQXdL5 .input-group-btn {
  display: inline-block;
}
.cid-vq0KnQXdL5 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vq0KnQXdL5 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vq0KnQXdL5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vq0KnQXdL5 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vq0KnQXdL5 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vq0KnQXdL5 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vq0KnQXdL5 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vq0KnQXdL5 .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vq0KnQXdL5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vq0KnQXdL5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vq0KnQXdL5 .form-control,
.cid-vq0KnQXdL5 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vq0KnQXdL5 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vq0KnQXdL5 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vq0KnQXdL5 #creativecommons img,
.cid-vq0KnQXdL5 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vq0KnQXdL5 .offset-md-1 {
  margin-left: 1vw;
}
.cid-vq0KnQXdL5 P {
  color: #ffffff;
}
