.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Anonymous Pro;
}
.display-1 {
  font-family: 'Parkinsans', sans-serif;
  font-size: 4rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Parkinsans', sans-serif;
  font-size: 3rem;
  line-height: 0.85;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Parkinsans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Parkinsans', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-7 {
  font-family: 'Parkinsans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #ff692e !important;
}
.bg-success {
  background-color: #30ffbb !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffb130 !important;
}
.bg-danger {
  background-color: #ff3f30 !important;
}
.btn-primary .mbr-iconfont {
  color: #ff692e !important;
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff692e !important;
  border-color: #ff692e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff8e61 !important;
  border-color: #ff8e61 !important;
  box-shadow: none;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #ff8e61 !important;
  background-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff8e61 !important;
  border-color: #ff8e61 !important;
}
.btn-secondary .mbr-iconfont {
  color: #ffffff !important;
  background-color: #666666 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !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:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  color: #ffffff !important;
  background-color: #666666 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info .mbr-iconfont {
  color: #ffffff !important;
  background-color: #666666 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  color: #ffffff !important;
  background-color: #666666 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .mbr-iconfont {
  color: #30ffbb !important;
  background-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #30ffbb !important;
  border-color: #30ffbb !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #63ffcc !important;
  border-color: #63ffcc !important;
  box-shadow: none;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  color: #63ffcc !important;
  background-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #63ffcc !important;
  border-color: #63ffcc !important;
}
.btn-warning .mbr-iconfont {
  color: #ffb130 !important;
  background-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb130 !important;
  border-color: #ffb130 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc463 !important;
  border-color: #ffc463 !important;
  box-shadow: none;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  color: #ffc463 !important;
  background-color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc463 !important;
  border-color: #ffc463 !important;
}
.btn-danger .mbr-iconfont {
  color: #ff3f30 !important;
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff3f30 !important;
  border-color: #ff3f30 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6e63 !important;
  border-color: #ff6e63 !important;
  box-shadow: none;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  color: #ff6e63 !important;
  background-color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6e63 !important;
  border-color: #ff6e63 !important;
}
.btn-white .mbr-iconfont {
  color: #eff0ec !important;
  background-color: #5a5f4b !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #5a5f4b !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:hover .mbr-iconfont,
.btn-white:focus .mbr-iconfont,
.btn-white.focus .mbr-iconfont,
.btn-white.active .mbr-iconfont {
  color: #ffffff !important;
  background-color: #5a5f4b !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5a5f4b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  color: #232323 !important;
  background-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:hover .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  color: #3d3d3d !important;
  background-color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #ff692e !important;
  border: 2px solid #ff692e !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff692e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d63c00 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  color: #d63c00 !important;
  border: 2px solid #d63c00 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff692e !important;
  border-color: #ff692e !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  color: #d4d4d4 !important;
  border: 2px solid #d4d4d4 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline .mbr-iconfont {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  color: #d4d4d4 !important;
  border: 2px solid #d4d4d4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline .mbr-iconfont {
  color: #30ffbb !important;
  border: 2px solid #30ffbb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #30ffbb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #00d891 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  color: #00d891 !important;
  border: 2px solid #00d891 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #003020 !important;
  background-color: #30ffbb !important;
  border-color: #30ffbb !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #ffb130 !important;
  border: 2px solid #ffb130 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffb130;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d88700 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  color: #d88700 !important;
  border: 2px solid #d88700 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb130 !important;
  border-color: #ffb130 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #ff3f30 !important;
  border: 2px solid #ff3f30 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff3f30;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d81000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  color: #d81000 !important;
  border: 2px solid #d81000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3f30 !important;
  border-color: #ff3f30 !important;
}
.btn-black-outline .mbr-iconfont {
  color: #232323 !important;
  border: 2px solid #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #fafafa !important;
  border: 2px solid #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #cfcfcf !important;
  border: 2px solid #cfcfcf !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff692e !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #30ffbb !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffb130 !important;
}
.text-danger {
  color: #ff3f30 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c73800 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #00c987 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c97d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c90f00 !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: #ff692e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffb130;
}
.alert-danger {
  background-color: #ff3f30;
}
.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: #ff692e;
  border-color: #ff692e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff692e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffbfa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fcfffe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffefc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffcfc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Parkinsans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
  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: #ff692e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Parkinsans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff692e;
}
/* 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: #ff692e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff692e;
}
.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: #ff692e;
  border-bottom-color: #ff692e;
}
.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: #000000 !important;
  background-color: #ff692e !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: #ffffff !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='%23ff692e' %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;
}
.mbr-section-btn .btn {
  border-radius: 100px !important;
  padding: 11px 64px;
  align-items: center;
  min-height: 88px;
  font-weight: 700 !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn {
    min-height: 54px;
    padding: 11px 32px;
  }
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-left: 60px;
  margin-right: -50px;
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 16px;
    margin-left: 32px;
    margin-right: -20px;
  }
}
.mbr-section-btn .item-btn {
  padding: 11px 16px;
}
@media (max-width: 768px) {
  .mbr-section-btn .item-btn {
    padding: 11px 16px;
  }
}
.mbr-section-btn .item-btn .mbr-iconfont {
  margin-left: 10px;
  margin-right: 0;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.google-map,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img,
.form-wrapper {
  border-radius: 0 !important;
}
.tag-wrapper .tag-wrap {
  border-radius: 100px;
}
.tag-wrapper .mbr-tag {
  border-radius: 100px;
}
.title-wrapper::before {
  border-radius: 30px;
}
.contact-wrapper {
  border-radius: 30px;
}
.title-wrap .mbr-section-title {
  border-radius: 50px;
}
.container-bg {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .container-bg {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uD3lk7sc4y .navbar-dropdown {
  position: relative !important;
}
.cid-uD3lk7sc4y .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uD3lk7sc4y .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uD3lk7sc4y .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-uD3lk7sc4y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uD3lk7sc4y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-uD3lk7sc4y .dropdown-item:hover,
.cid-uD3lk7sc4y .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-uD3lk7sc4y .dropdown-item:hover span {
  color: white;
}
.cid-uD3lk7sc4y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uD3lk7sc4y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uD3lk7sc4y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uD3lk7sc4y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uD3lk7sc4y .nav-link {
  position: relative;
}
.cid-uD3lk7sc4y .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uD3lk7sc4y .container {
    flex-wrap: nowrap;
  }
}
.cid-uD3lk7sc4y .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uD3lk7sc4y .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-uD3lk7sc4y .dropdown-menu,
.cid-uD3lk7sc4y .navbar.opened {
  background: #191c26 !important;
}
.cid-uD3lk7sc4y .nav-item:focus,
.cid-uD3lk7sc4y .nav-link:focus {
  outline: none;
}
.cid-uD3lk7sc4y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uD3lk7sc4y .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uD3lk7sc4y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uD3lk7sc4y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uD3lk7sc4y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uD3lk7sc4y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uD3lk7sc4y .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uD3lk7sc4y .navbar.opened {
  transition: all 0.3s;
}
.cid-uD3lk7sc4y .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uD3lk7sc4y .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uD3lk7sc4y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uD3lk7sc4y .navbar.collapsed {
  justify-content: center;
}
.cid-uD3lk7sc4y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uD3lk7sc4y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uD3lk7sc4y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uD3lk7sc4y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uD3lk7sc4y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uD3lk7sc4y .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-uD3lk7sc4y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uD3lk7sc4y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uD3lk7sc4y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uD3lk7sc4y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD3lk7sc4y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD3lk7sc4y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD3lk7sc4y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uD3lk7sc4y .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-uD3lk7sc4y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uD3lk7sc4y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uD3lk7sc4y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uD3lk7sc4y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uD3lk7sc4y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uD3lk7sc4y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uD3lk7sc4y .navbar.navbar-short {
  min-height: 96px;
}
.cid-uD3lk7sc4y .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uD3lk7sc4y .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uD3lk7sc4y .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uD3lk7sc4y .navbar-brand .navbar-caption:hover,
.cid-uD3lk7sc4y .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-uD3lk7sc4y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD3lk7sc4y .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uD3lk7sc4y .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-uD3lk7sc4y .dropdown-item.active,
.cid-uD3lk7sc4y .dropdown-item:active {
  background-color: transparent;
}
.cid-uD3lk7sc4y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD3lk7sc4y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD3lk7sc4y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD3lk7sc4y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uD3lk7sc4y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uD3lk7sc4y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uD3lk7sc4y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uD3lk7sc4y ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uD3lk7sc4y ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uD3lk7sc4y .navbar-buttons {
  text-align: center;
}
.cid-uD3lk7sc4y .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uD3lk7sc4y .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uD3lk7sc4y .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uD3lk7sc4y button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uD3lk7sc4y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uD3lk7sc4y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uD3lk7sc4y button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uD3lk7sc4y button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uD3lk7sc4y button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uD3lk7sc4y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD3lk7sc4y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uD3lk7sc4y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uD3lk7sc4y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD3lk7sc4y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uD3lk7sc4y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uD3lk7sc4y .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-uD3lk7sc4y .navbar {
    height: 70px;
  }
  .cid-uD3lk7sc4y .navbar.opened {
    height: auto;
  }
  .cid-uD3lk7sc4y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD3lk7sc4y .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uD3lk7sc4y .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uD3lk7sc4y .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uD3lk7sc4y .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uD3lk7sc4y .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-uD3lk7sc4y .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uD3lk7sc4y .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uD3lk7sc4y .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uD3lk7sc4y .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-uD3lk7sc4y .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-uD3lk7sc4y .navbar {
    justify-content: flex-start !important;
  }
  .cid-uD3lk7sc4y .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uD3lk7sc4y .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uD3lk7sc4y .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uD3lk7sc4y .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uD3lk7sc4y .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uD3lk7sc4y .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uD3lk7sc4y .content-wrap {
  min-height: 110px;
}
.cid-uD3m0lDCrW {
  padding-top: 11rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #2c313f;
}
.cid-uD3m0lDCrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3m0lDCrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD3m0lDCrW .row {
  justify-content: center;
}
.cid-uD3m0lDCrW .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uD3m0lDCrW .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uD3m0lDCrW .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uD3m0lDCrW .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uD3m0lDCrW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uD3m0lDCrW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uD3m0lDCrW .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uD3m0lDCrW .image-wrapper {
    display: block;
  }
}
.cid-uD3m0lDCrW .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ff692e, transparent);
  filter: blur(100px);
}
.cid-uD3m0lDCrW .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uD3m0lDCrW .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uD3m0lDCrW .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uD3m0lDCrW .mbr-section-title {
  color: #ffffff;
}
.cid-uD3m0lDCrW .mbr-text,
.cid-uD3m0lDCrW .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uVaMW5mS8a {
  padding-top: 11rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #2c313f;
}
.cid-uVaMW5mS8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaMW5mS8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaMW5mS8a .row {
  justify-content: center;
}
.cid-uVaMW5mS8a .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVaMW5mS8a .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVaMW5mS8a .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVaMW5mS8a .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVaMW5mS8a .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVaMW5mS8a .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uVaMW5mS8a .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVaMW5mS8a .image-wrapper {
    display: block;
  }
}
.cid-uVaMW5mS8a .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#e681c2, transparent);
  filter: blur(100px);
}
.cid-uVaMW5mS8a .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uVaMW5mS8a .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVaMW5mS8a .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uVaMW5mS8a .mbr-section-title {
  color: #ffffff;
}
.cid-uVaMW5mS8a .mbr-text,
.cid-uVaMW5mS8a .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uD3mgO8wI2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2c313f;
}
.cid-uD3mgO8wI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3mgO8wI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD3mgO8wI2 .row {
  justify-content: center;
}
.cid-uD3mgO8wI2 .card {
  justify-content: center;
}
.cid-uD3mgO8wI2 .content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uD3mgO8wI2 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uD3mgO8wI2 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uD3mgO8wI2 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uD3mgO8wI2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uD3mgO8wI2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uD3mgO8wI2 .form-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#191c26, transparent);
  filter: blur(100px);
}
.cid-uD3mgO8wI2 .form-wrapper {
  position: relative;
  z-index: 1;
  padding: 48px;
  background-color: #191c26;
}
@media (max-width: 1440px) {
  .cid-uD3mgO8wI2 .form-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uD3mgO8wI2 .form-wrapper {
    padding: 30px 20px;
  }
}
.cid-uD3mgO8wI2 .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uD3mgO8wI2 .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uD3mgO8wI2 .form-wrapper .dragArea.row .form-group .form-control-label {
  margin-bottom: 0;
}
.cid-uD3mgO8wI2 .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 20px 0 40px;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #ffffff !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 992px) {
  .cid-uD3mgO8wI2 .form-wrapper .dragArea.row .form-group .form-control {
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
}
.cid-uD3mgO8wI2 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uD3mgO8wI2 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uD3mgO8wI2 .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #ffffff !important;
}
.cid-uD3mgO8wI2 .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uD3mgO8wI2 .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uD3mgO8wI2 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uD3mgO8wI2 .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-uD3mgO8wI2 .mbr-section-title {
  color: #ffffff;
}
.cid-uD3mgO8wI2 .mbr-text,
.cid-uD3mgO8wI2 .text-wrapper {
  color: #ffffff;
}
.cid-uD3mgO8wI2 label {
  color: #000000;
}
.cid-uD3mgO8wI2 LABEL {
  color: #ffffff;
}
.cid-uD3mq95pMz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uD3mq95pMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3mq95pMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD3mq95pMz .row {
  justify-content: center;
}
.cid-uD3mq95pMz .card {
  justify-content: center;
}
.cid-uD3mq95pMz .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uD3mq95pMz .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uD3mq95pMz .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uD3mq95pMz .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uD3mq95pMz .nav-wrapper .list .item-wrap:hover,
.cid-uD3mq95pMz .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uD3mq95pMz .list,
.cid-uD3mq95pMz .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVDj7FE7Mb .navbar-dropdown {
  position: relative !important;
}
.cid-uVDj7FE7Mb .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uVDj7FE7Mb .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uVDj7FE7Mb .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-uVDj7FE7Mb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVDj7FE7Mb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-uVDj7FE7Mb .dropdown-item:hover,
.cid-uVDj7FE7Mb .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-uVDj7FE7Mb .dropdown-item:hover span {
  color: white;
}
.cid-uVDj7FE7Mb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVDj7FE7Mb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVDj7FE7Mb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVDj7FE7Mb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVDj7FE7Mb .nav-link {
  position: relative;
}
.cid-uVDj7FE7Mb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uVDj7FE7Mb .container {
    flex-wrap: nowrap;
  }
}
.cid-uVDj7FE7Mb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uVDj7FE7Mb .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-uVDj7FE7Mb .dropdown-menu,
.cid-uVDj7FE7Mb .navbar.opened {
  background: #191c26 !important;
}
.cid-uVDj7FE7Mb .nav-item:focus,
.cid-uVDj7FE7Mb .nav-link:focus {
  outline: none;
}
.cid-uVDj7FE7Mb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVDj7FE7Mb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVDj7FE7Mb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVDj7FE7Mb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVDj7FE7Mb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVDj7FE7Mb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVDj7FE7Mb .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVDj7FE7Mb .navbar.opened {
  transition: all 0.3s;
}
.cid-uVDj7FE7Mb .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uVDj7FE7Mb .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uVDj7FE7Mb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVDj7FE7Mb .navbar.collapsed {
  justify-content: center;
}
.cid-uVDj7FE7Mb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVDj7FE7Mb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVDj7FE7Mb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uVDj7FE7Mb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVDj7FE7Mb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVDj7FE7Mb .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-uVDj7FE7Mb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVDj7FE7Mb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVDj7FE7Mb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVDj7FE7Mb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVDj7FE7Mb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVDj7FE7Mb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVDj7FE7Mb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVDj7FE7Mb .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-uVDj7FE7Mb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVDj7FE7Mb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVDj7FE7Mb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVDj7FE7Mb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVDj7FE7Mb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVDj7FE7Mb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVDj7FE7Mb .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVDj7FE7Mb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVDj7FE7Mb .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uVDj7FE7Mb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uVDj7FE7Mb .navbar-brand .navbar-caption:hover,
.cid-uVDj7FE7Mb .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-uVDj7FE7Mb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVDj7FE7Mb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVDj7FE7Mb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-uVDj7FE7Mb .dropdown-item.active,
.cid-uVDj7FE7Mb .dropdown-item:active {
  background-color: transparent;
}
.cid-uVDj7FE7Mb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVDj7FE7Mb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVDj7FE7Mb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVDj7FE7Mb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uVDj7FE7Mb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVDj7FE7Mb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVDj7FE7Mb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVDj7FE7Mb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVDj7FE7Mb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVDj7FE7Mb .navbar-buttons {
  text-align: center;
}
.cid-uVDj7FE7Mb .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uVDj7FE7Mb .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uVDj7FE7Mb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVDj7FE7Mb button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVDj7FE7Mb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVDj7FE7Mb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVDj7FE7Mb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVDj7FE7Mb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVDj7FE7Mb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVDj7FE7Mb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVDj7FE7Mb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVDj7FE7Mb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVDj7FE7Mb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVDj7FE7Mb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVDj7FE7Mb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVDj7FE7Mb .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-uVDj7FE7Mb .navbar {
    height: 70px;
  }
  .cid-uVDj7FE7Mb .navbar.opened {
    height: auto;
  }
  .cid-uVDj7FE7Mb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVDj7FE7Mb .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uVDj7FE7Mb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVDj7FE7Mb .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uVDj7FE7Mb .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVDj7FE7Mb .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-uVDj7FE7Mb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVDj7FE7Mb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVDj7FE7Mb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uVDj7FE7Mb .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-uVDj7FE7Mb .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-uVDj7FE7Mb .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVDj7FE7Mb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVDj7FE7Mb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVDj7FE7Mb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVDj7FE7Mb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVDj7FE7Mb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uVDj7FE7Mb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uVDj7FE7Mb .content-wrap {
  min-height: 110px;
}
.cid-uVDjlsYHIR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2c313f;
}
.cid-uVDjlsYHIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDjlsYHIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDjlsYHIR .row {
  justify-content: center;
}
.cid-uVDjlsYHIR .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVDjlsYHIR .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uVDjlsYHIR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVDjlsYHIR .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVDjlsYHIR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVDjlsYHIR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uVDjlsYHIR .mbr-section-title {
  color: #ffffff;
}
.cid-uVDjlsYHIR .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uVDjlsYHIR .mbr-text,
.cid-uVDjlsYHIR .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uVDjlsYHIR .mbr-section-title,
.cid-uVDjlsYHIR .mbr-section-btn {
  text-align: left;
}
.cid-uVDj7Gx9s5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVDj7Gx9s5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDj7Gx9s5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDj7Gx9s5 .row {
  justify-content: center;
}
.cid-uVDj7Gx9s5 .card {
  justify-content: center;
}
.cid-uVDj7Gx9s5 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVDj7Gx9s5 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uVDj7Gx9s5 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVDj7Gx9s5 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uVDj7Gx9s5 .nav-wrapper .list .item-wrap:hover,
.cid-uVDj7Gx9s5 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uVDj7Gx9s5 .list,
.cid-uVDj7Gx9s5 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVEaXr8erN .navbar-dropdown {
  position: relative !important;
}
.cid-uVEaXr8erN .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uVEaXr8erN .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uVEaXr8erN .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-uVEaXr8erN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVEaXr8erN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-uVEaXr8erN .dropdown-item:hover,
.cid-uVEaXr8erN .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-uVEaXr8erN .dropdown-item:hover span {
  color: white;
}
.cid-uVEaXr8erN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVEaXr8erN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVEaXr8erN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVEaXr8erN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVEaXr8erN .nav-link {
  position: relative;
}
.cid-uVEaXr8erN .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uVEaXr8erN .container {
    flex-wrap: nowrap;
  }
}
.cid-uVEaXr8erN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uVEaXr8erN .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-uVEaXr8erN .dropdown-menu,
.cid-uVEaXr8erN .navbar.opened {
  background: #191c26 !important;
}
.cid-uVEaXr8erN .nav-item:focus,
.cid-uVEaXr8erN .nav-link:focus {
  outline: none;
}
.cid-uVEaXr8erN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVEaXr8erN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVEaXr8erN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVEaXr8erN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVEaXr8erN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVEaXr8erN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVEaXr8erN .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVEaXr8erN .navbar.opened {
  transition: all 0.3s;
}
.cid-uVEaXr8erN .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uVEaXr8erN .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uVEaXr8erN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVEaXr8erN .navbar.collapsed {
  justify-content: center;
}
.cid-uVEaXr8erN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVEaXr8erN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVEaXr8erN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uVEaXr8erN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVEaXr8erN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVEaXr8erN .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-uVEaXr8erN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVEaXr8erN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVEaXr8erN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVEaXr8erN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVEaXr8erN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVEaXr8erN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVEaXr8erN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVEaXr8erN .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-uVEaXr8erN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVEaXr8erN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVEaXr8erN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVEaXr8erN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVEaXr8erN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVEaXr8erN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVEaXr8erN .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVEaXr8erN .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVEaXr8erN .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uVEaXr8erN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uVEaXr8erN .navbar-brand .navbar-caption:hover,
.cid-uVEaXr8erN .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-uVEaXr8erN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVEaXr8erN .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVEaXr8erN .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-uVEaXr8erN .dropdown-item.active,
.cid-uVEaXr8erN .dropdown-item:active {
  background-color: transparent;
}
.cid-uVEaXr8erN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVEaXr8erN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVEaXr8erN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVEaXr8erN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uVEaXr8erN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVEaXr8erN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVEaXr8erN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVEaXr8erN ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVEaXr8erN ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVEaXr8erN .navbar-buttons {
  text-align: center;
}
.cid-uVEaXr8erN .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uVEaXr8erN .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uVEaXr8erN .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVEaXr8erN button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVEaXr8erN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVEaXr8erN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVEaXr8erN button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVEaXr8erN button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVEaXr8erN button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVEaXr8erN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVEaXr8erN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVEaXr8erN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVEaXr8erN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVEaXr8erN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVEaXr8erN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVEaXr8erN .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-uVEaXr8erN .navbar {
    height: 70px;
  }
  .cid-uVEaXr8erN .navbar.opened {
    height: auto;
  }
  .cid-uVEaXr8erN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVEaXr8erN .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uVEaXr8erN .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVEaXr8erN .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uVEaXr8erN .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVEaXr8erN .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-uVEaXr8erN .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVEaXr8erN .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVEaXr8erN .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uVEaXr8erN .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-uVEaXr8erN .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-uVEaXr8erN .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVEaXr8erN .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVEaXr8erN .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVEaXr8erN .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVEaXr8erN .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVEaXr8erN .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uVEaXr8erN .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uVEaXr8erN .content-wrap {
  min-height: 110px;
}
.cid-uVEaXqRSGU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2c313f;
}
.cid-uVEaXqRSGU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEaXqRSGU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEaXqRSGU .row {
  justify-content: center;
}
.cid-uVEaXqRSGU .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVEaXqRSGU .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uVEaXqRSGU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVEaXqRSGU .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVEaXqRSGU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVEaXqRSGU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uVEaXqRSGU .mbr-section-title {
  color: #ffffff;
}
.cid-uVEaXqRSGU .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uVEaXqRSGU .mbr-text,
.cid-uVEaXqRSGU .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uVEaXqRSGU .mbr-section-title,
.cid-uVEaXqRSGU .mbr-section-btn {
  text-align: left;
}
.cid-uVEaXrn11g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVEaXrn11g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEaXrn11g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEaXrn11g .row {
  justify-content: center;
}
.cid-uVEaXrn11g .card {
  justify-content: center;
}
.cid-uVEaXrn11g .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVEaXrn11g .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uVEaXrn11g .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVEaXrn11g .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uVEaXrn11g .nav-wrapper .list .item-wrap:hover,
.cid-uVEaXrn11g .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uVEaXrn11g .list,
.cid-uVEaXrn11g .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1c2r3381B .navbar-dropdown {
  position: relative !important;
}
.cid-v1c2r3381B .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1c2r3381B .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1c2r3381B .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-v1c2r3381B .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1c2r3381B .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1c2r3381B .dropdown-item:hover,
.cid-v1c2r3381B .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1c2r3381B .dropdown-item:hover span {
  color: white;
}
.cid-v1c2r3381B .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1c2r3381B .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1c2r3381B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1c2r3381B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1c2r3381B .nav-link {
  position: relative;
}
.cid-v1c2r3381B .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1c2r3381B .container {
    flex-wrap: nowrap;
  }
}
.cid-v1c2r3381B .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1c2r3381B .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-v1c2r3381B .dropdown-menu,
.cid-v1c2r3381B .navbar.opened {
  background: #191c26 !important;
}
.cid-v1c2r3381B .nav-item:focus,
.cid-v1c2r3381B .nav-link:focus {
  outline: none;
}
.cid-v1c2r3381B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1c2r3381B .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1c2r3381B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1c2r3381B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1c2r3381B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1c2r3381B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1c2r3381B .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1c2r3381B .navbar.opened {
  transition: all 0.3s;
}
.cid-v1c2r3381B .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v1c2r3381B .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1c2r3381B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1c2r3381B .navbar.collapsed {
  justify-content: center;
}
.cid-v1c2r3381B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1c2r3381B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1c2r3381B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v1c2r3381B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1c2r3381B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1c2r3381B .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-v1c2r3381B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1c2r3381B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1c2r3381B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1c2r3381B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1c2r3381B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1c2r3381B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1c2r3381B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1c2r3381B .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-v1c2r3381B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1c2r3381B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1c2r3381B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1c2r3381B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1c2r3381B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1c2r3381B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1c2r3381B .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1c2r3381B .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1c2r3381B .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1c2r3381B .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1c2r3381B .navbar-brand .navbar-caption:hover,
.cid-v1c2r3381B .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1c2r3381B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1c2r3381B .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1c2r3381B .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1c2r3381B .dropdown-item.active,
.cid-v1c2r3381B .dropdown-item:active {
  background-color: transparent;
}
.cid-v1c2r3381B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1c2r3381B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1c2r3381B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1c2r3381B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v1c2r3381B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1c2r3381B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1c2r3381B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1c2r3381B ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1c2r3381B ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1c2r3381B .navbar-buttons {
  text-align: center;
}
.cid-v1c2r3381B .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v1c2r3381B .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1c2r3381B .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1c2r3381B button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1c2r3381B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1c2r3381B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1c2r3381B button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1c2r3381B button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1c2r3381B button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1c2r3381B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1c2r3381B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1c2r3381B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1c2r3381B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1c2r3381B .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1c2r3381B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1c2r3381B .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-v1c2r3381B .navbar {
    height: 70px;
  }
  .cid-v1c2r3381B .navbar.opened {
    height: auto;
  }
  .cid-v1c2r3381B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1c2r3381B .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1c2r3381B .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1c2r3381B .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v1c2r3381B .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1c2r3381B .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-v1c2r3381B .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1c2r3381B .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1c2r3381B .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v1c2r3381B .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-v1c2r3381B .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-v1c2r3381B .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1c2r3381B .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1c2r3381B .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1c2r3381B .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1c2r3381B .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1c2r3381B .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v1c2r3381B .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v1c2r3381B .content-wrap {
  min-height: 110px;
}
.cid-v1cndIJ2H2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191c26;
}
.cid-v1cndIJ2H2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1cndIJ2H2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1cndIJ2H2 .row {
  justify-content: center;
}
.cid-v1cndIJ2H2 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1cndIJ2H2 .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1cndIJ2H2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1cndIJ2H2 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1cndIJ2H2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v1cndIJ2H2 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v1cndIJ2H2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1cndIJ2H2 .content-wrapper .tag-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-v1cndIJ2H2 .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}
.cid-v1cndIJ2H2 .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}
.cid-v1cndIJ2H2 .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}
.cid-v1cndIJ2H2 .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}
.cid-v1cndIJ2H2 .mbr-section-title {
  color: #cbff5b;
}
.cid-v1cndIJ2H2 .mbr-section-subtitle {
  color: #ff692e;
  text-align: center;
}
.cid-v1cndIJ2H2 .mbr-text,
.cid-v1cndIJ2H2 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1cndIJ2H2 .mbr-tag,
.cid-v1cndIJ2H2 .tag-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1cndIJ2H2 .mbr-section-title,
.cid-v1cndIJ2H2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1cIUFIeHw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c313f;
}
.cid-v1cIUFIeHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1cIUFIeHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1cIUFIeHw .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v1cIUFIeHw .icon-box {
  background: #ff692e;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v1cIUFIeHw .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v1cIUFIeHw .card {
    margin-bottom: 2rem;
  }
  .cid-v1cIUFIeHw .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v1cIUFIeHw .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v1cIUFIeHw .card-title,
.cid-v1cIUFIeHw .card-box {
  color: #ffffff;
}
.cid-v1cIUFIeHw .icon-title {
  color: #ffffff;
}
.cid-v1cIUFIeHw .icon-text {
  color: #ffffff;
}
.cid-v1cwxtl1gA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191c26;
}
.cid-v1cwxtl1gA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1cwxtl1gA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v1cwxtl1gA .container {
    max-width: 1400px;
  }
}
.cid-v1cwxtl1gA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff692e;
  margin-bottom: 2rem;
}
.cid-v1cwxtl1gA .row {
  justify-content: center;
}
.cid-v1cwxtl1gA .mbr-section-title {
  color: #ffffff;
}
.cid-v1cwxtl1gA .card-text {
  color: #ffffff;
}
.cid-v1cwxtl1gA .card-title,
.cid-v1cwxtl1gA .iconfont-wrapper {
  color: #ffffff;
}
.cid-v1cxVsX8QA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff692e;
}
.cid-v1cxVsX8QA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1cxVsX8QA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1cxVsX8QA .mbr-section-title {
  color: #ffffff;
}
.cid-v1cxVsX8QA .mbr-text,
.cid-v1cxVsX8QA .mbr-section-btn {
  color: #ffffff;
}
.cid-v1c2r3ZW5W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v1c2r3ZW5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1c2r3ZW5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1c2r3ZW5W .row {
  justify-content: center;
}
.cid-v1c2r3ZW5W .card {
  justify-content: center;
}
.cid-v1c2r3ZW5W .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1c2r3ZW5W .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1c2r3ZW5W .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1c2r3ZW5W .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v1c2r3ZW5W .nav-wrapper .list .item-wrap:hover,
.cid-v1c2r3ZW5W .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v1c2r3ZW5W .list,
.cid-v1c2r3ZW5W .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1znmeCIni .navbar-dropdown {
  position: relative !important;
}
.cid-v1znmeCIni .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1znmeCIni .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1znmeCIni .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-v1znmeCIni .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1znmeCIni .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1znmeCIni .dropdown-item:hover,
.cid-v1znmeCIni .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1znmeCIni .dropdown-item:hover span {
  color: white;
}
.cid-v1znmeCIni .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1znmeCIni .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1znmeCIni .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1znmeCIni .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1znmeCIni .nav-link {
  position: relative;
}
.cid-v1znmeCIni .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1znmeCIni .container {
    flex-wrap: nowrap;
  }
}
.cid-v1znmeCIni .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1znmeCIni .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-v1znmeCIni .dropdown-menu,
.cid-v1znmeCIni .navbar.opened {
  background: #191c26 !important;
}
.cid-v1znmeCIni .nav-item:focus,
.cid-v1znmeCIni .nav-link:focus {
  outline: none;
}
.cid-v1znmeCIni .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1znmeCIni .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1znmeCIni .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1znmeCIni .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1znmeCIni .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1znmeCIni .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1znmeCIni .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1znmeCIni .navbar.opened {
  transition: all 0.3s;
}
.cid-v1znmeCIni .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v1znmeCIni .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1znmeCIni .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1znmeCIni .navbar.collapsed {
  justify-content: center;
}
.cid-v1znmeCIni .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1znmeCIni .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1znmeCIni .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v1znmeCIni .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1znmeCIni .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1znmeCIni .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-v1znmeCIni .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1znmeCIni .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1znmeCIni .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1znmeCIni .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1znmeCIni .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1znmeCIni .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1znmeCIni .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1znmeCIni .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-v1znmeCIni .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1znmeCIni .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1znmeCIni .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1znmeCIni .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1znmeCIni .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1znmeCIni .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1znmeCIni .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1znmeCIni .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1znmeCIni .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1znmeCIni .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1znmeCIni .navbar-brand .navbar-caption:hover,
.cid-v1znmeCIni .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1znmeCIni .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1znmeCIni .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1znmeCIni .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1znmeCIni .dropdown-item.active,
.cid-v1znmeCIni .dropdown-item:active {
  background-color: transparent;
}
.cid-v1znmeCIni .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1znmeCIni .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1znmeCIni .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1znmeCIni .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v1znmeCIni .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1znmeCIni .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1znmeCIni .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1znmeCIni ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1znmeCIni ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1znmeCIni .navbar-buttons {
  text-align: center;
}
.cid-v1znmeCIni .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v1znmeCIni .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1znmeCIni .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1znmeCIni button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1znmeCIni button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1znmeCIni button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1znmeCIni button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1znmeCIni button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1znmeCIni button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1znmeCIni nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1znmeCIni nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1znmeCIni nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1znmeCIni nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1znmeCIni .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1znmeCIni a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1znmeCIni .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-v1znmeCIni .navbar {
    height: 70px;
  }
  .cid-v1znmeCIni .navbar.opened {
    height: auto;
  }
  .cid-v1znmeCIni .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1znmeCIni .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1znmeCIni .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1znmeCIni .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v1znmeCIni .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1znmeCIni .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-v1znmeCIni .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1znmeCIni .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1znmeCIni .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v1znmeCIni .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-v1znmeCIni .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-v1znmeCIni .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1znmeCIni .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1znmeCIni .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1znmeCIni .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1znmeCIni .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1znmeCIni .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v1znmeCIni .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v1znmeCIni .content-wrap {
  min-height: 110px;
}
.cid-v1znmeTIbV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191c26;
}
.cid-v1znmeTIbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1znmeTIbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1znmeTIbV .row {
  justify-content: center;
}
.cid-v1znmeTIbV .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1znmeTIbV .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1znmeTIbV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1znmeTIbV .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1znmeTIbV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v1znmeTIbV .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v1znmeTIbV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1znmeTIbV .content-wrapper .tag-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-v1znmeTIbV .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}
.cid-v1znmeTIbV .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}
.cid-v1znmeTIbV .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}
.cid-v1znmeTIbV .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}
.cid-v1znmeTIbV .mbr-section-title {
  color: #cbff5b;
}
.cid-v1znmeTIbV .mbr-section-subtitle {
  color: #ff692e;
  text-align: center;
}
.cid-v1znmeTIbV .mbr-text,
.cid-v1znmeTIbV .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1znmeTIbV .mbr-tag,
.cid-v1znmeTIbV .tag-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1znmeTIbV .mbr-section-title,
.cid-v1znmeTIbV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1znmf3o7c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c313f;
}
.cid-v1znmf3o7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1znmf3o7c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1znmf3o7c .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v1znmf3o7c .icon-box {
  background: #ff692e;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v1znmf3o7c .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v1znmf3o7c .card {
    margin-bottom: 2rem;
  }
  .cid-v1znmf3o7c .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v1znmf3o7c .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v1znmf3o7c .card-title,
.cid-v1znmf3o7c .card-box {
  color: #ffffff;
}
.cid-v1znmf3o7c .icon-title {
  color: #ffffff;
}
.cid-v1znmf3o7c .icon-text {
  color: #ffffff;
}
.cid-v1znmfeOxZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191c26;
}
.cid-v1znmfeOxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1znmfeOxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v1znmfeOxZ .container {
    max-width: 1400px;
  }
}
.cid-v1znmfeOxZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff692e;
  margin-bottom: 2rem;
}
.cid-v1znmfeOxZ .row {
  justify-content: center;
}
.cid-v1znmfeOxZ .mbr-section-title {
  color: #ffffff;
}
.cid-v1znmfeOxZ .card-text {
  color: #ffffff;
}
.cid-v1znmfeOxZ .card-title,
.cid-v1znmfeOxZ .iconfont-wrapper {
  color: #ffffff;
}
.cid-v1znmfr33O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff692e;
}
.cid-v1znmfr33O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1znmfr33O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1znmfr33O .mbr-section-title {
  color: #ffffff;
}
.cid-v1znmfr33O .mbr-text,
.cid-v1znmfr33O .mbr-section-btn {
  color: #ffffff;
}
.cid-v1znmfBRPu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v1znmfBRPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1znmfBRPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1znmfBRPu .row {
  justify-content: center;
}
.cid-v1znmfBRPu .card {
  justify-content: center;
}
.cid-v1znmfBRPu .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1znmfBRPu .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1znmfBRPu .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1znmfBRPu .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v1znmfBRPu .nav-wrapper .list .item-wrap:hover,
.cid-v1znmfBRPu .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v1znmfBRPu .list,
.cid-v1znmfBRPu .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2eqRLweEo .navbar-dropdown {
  position: relative !important;
}
.cid-v2eqRLweEo .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v2eqRLweEo .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v2eqRLweEo .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-v2eqRLweEo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2eqRLweEo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v2eqRLweEo .dropdown-item:hover,
.cid-v2eqRLweEo .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v2eqRLweEo .dropdown-item:hover span {
  color: white;
}
.cid-v2eqRLweEo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2eqRLweEo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2eqRLweEo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2eqRLweEo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2eqRLweEo .nav-link {
  position: relative;
}
.cid-v2eqRLweEo .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v2eqRLweEo .container {
    flex-wrap: nowrap;
  }
}
.cid-v2eqRLweEo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v2eqRLweEo .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-v2eqRLweEo .dropdown-menu,
.cid-v2eqRLweEo .navbar.opened {
  background: #191c26 !important;
}
.cid-v2eqRLweEo .nav-item:focus,
.cid-v2eqRLweEo .nav-link:focus {
  outline: none;
}
.cid-v2eqRLweEo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2eqRLweEo .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v2eqRLweEo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2eqRLweEo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2eqRLweEo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2eqRLweEo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2eqRLweEo .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v2eqRLweEo .navbar.opened {
  transition: all 0.3s;
}
.cid-v2eqRLweEo .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v2eqRLweEo .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v2eqRLweEo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2eqRLweEo .navbar.collapsed {
  justify-content: center;
}
.cid-v2eqRLweEo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2eqRLweEo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2eqRLweEo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v2eqRLweEo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2eqRLweEo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2eqRLweEo .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-v2eqRLweEo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2eqRLweEo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2eqRLweEo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2eqRLweEo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2eqRLweEo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2eqRLweEo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2eqRLweEo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2eqRLweEo .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-v2eqRLweEo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2eqRLweEo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2eqRLweEo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2eqRLweEo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v2eqRLweEo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2eqRLweEo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2eqRLweEo .navbar.navbar-short {
  min-height: 96px;
}
.cid-v2eqRLweEo .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v2eqRLweEo .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v2eqRLweEo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v2eqRLweEo .navbar-brand .navbar-caption:hover,
.cid-v2eqRLweEo .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v2eqRLweEo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2eqRLweEo .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v2eqRLweEo .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v2eqRLweEo .dropdown-item.active,
.cid-v2eqRLweEo .dropdown-item:active {
  background-color: transparent;
}
.cid-v2eqRLweEo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2eqRLweEo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2eqRLweEo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2eqRLweEo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v2eqRLweEo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v2eqRLweEo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v2eqRLweEo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2eqRLweEo ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v2eqRLweEo ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v2eqRLweEo .navbar-buttons {
  text-align: center;
}
.cid-v2eqRLweEo .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v2eqRLweEo .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v2eqRLweEo .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v2eqRLweEo button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v2eqRLweEo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2eqRLweEo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v2eqRLweEo button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v2eqRLweEo button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v2eqRLweEo button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v2eqRLweEo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2eqRLweEo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2eqRLweEo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2eqRLweEo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2eqRLweEo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2eqRLweEo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2eqRLweEo .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-v2eqRLweEo .navbar {
    height: 70px;
  }
  .cid-v2eqRLweEo .navbar.opened {
    height: auto;
  }
  .cid-v2eqRLweEo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2eqRLweEo .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v2eqRLweEo .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v2eqRLweEo .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v2eqRLweEo .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v2eqRLweEo .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-v2eqRLweEo .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v2eqRLweEo .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v2eqRLweEo .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v2eqRLweEo .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-v2eqRLweEo .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-v2eqRLweEo .navbar {
    justify-content: flex-start !important;
  }
  .cid-v2eqRLweEo .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v2eqRLweEo .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v2eqRLweEo .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v2eqRLweEo .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v2eqRLweEo .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v2eqRLweEo .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v2eqRLweEo .content-wrap {
  min-height: 110px;
}
.cid-v2eqRLQpIs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191c26;
}
.cid-v2eqRLQpIs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eqRLQpIs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eqRLQpIs .row {
  justify-content: center;
}
.cid-v2eqRLQpIs .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2eqRLQpIs .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2eqRLQpIs .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2eqRLQpIs .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2eqRLQpIs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v2eqRLQpIs .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v2eqRLQpIs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v2eqRLQpIs .content-wrapper .tag-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-v2eqRLQpIs .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}
.cid-v2eqRLQpIs .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}
.cid-v2eqRLQpIs .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}
.cid-v2eqRLQpIs .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}
.cid-v2eqRLQpIs .mbr-section-title {
  color: #cbff5b;
}
.cid-v2eqRLQpIs .mbr-section-subtitle {
  color: #ff692e;
  text-align: center;
}
.cid-v2eqRLQpIs .mbr-text,
.cid-v2eqRLQpIs .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2eqRLQpIs .mbr-tag,
.cid-v2eqRLQpIs .tag-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2eqRLQpIs .mbr-section-title,
.cid-v2eqRLQpIs .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v2eqRMBRcU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v2eqRMBRcU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eqRMBRcU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eqRMBRcU .row {
  justify-content: center;
}
.cid-v2eqRMBRcU .card {
  justify-content: center;
}
.cid-v2eqRMBRcU .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2eqRMBRcU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2eqRMBRcU .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v2eqRMBRcU .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v2eqRMBRcU .nav-wrapper .list .item-wrap:hover,
.cid-v2eqRMBRcU .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v2eqRMBRcU .list,
.cid-v2eqRMBRcU .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zzR4ieQ5 .navbar-dropdown {
  position: relative !important;
}
.cid-v1zzR4ieQ5 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1zzR4ieQ5 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1zzR4ieQ5 .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-v1zzR4ieQ5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1zzR4ieQ5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zzR4ieQ5 .dropdown-item:hover,
.cid-v1zzR4ieQ5 .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zzR4ieQ5 .dropdown-item:hover span {
  color: white;
}
.cid-v1zzR4ieQ5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1zzR4ieQ5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1zzR4ieQ5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1zzR4ieQ5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1zzR4ieQ5 .nav-link {
  position: relative;
}
.cid-v1zzR4ieQ5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1zzR4ieQ5 .container {
    flex-wrap: nowrap;
  }
}
.cid-v1zzR4ieQ5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1zzR4ieQ5 .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-v1zzR4ieQ5 .dropdown-menu,
.cid-v1zzR4ieQ5 .navbar.opened {
  background: #191c26 !important;
}
.cid-v1zzR4ieQ5 .nav-item:focus,
.cid-v1zzR4ieQ5 .nav-link:focus {
  outline: none;
}
.cid-v1zzR4ieQ5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1zzR4ieQ5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1zzR4ieQ5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1zzR4ieQ5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1zzR4ieQ5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1zzR4ieQ5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1zzR4ieQ5 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zzR4ieQ5 .navbar.opened {
  transition: all 0.3s;
}
.cid-v1zzR4ieQ5 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v1zzR4ieQ5 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1zzR4ieQ5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1zzR4ieQ5 .navbar.collapsed {
  justify-content: center;
}
.cid-v1zzR4ieQ5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1zzR4ieQ5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1zzR4ieQ5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v1zzR4ieQ5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1zzR4ieQ5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1zzR4ieQ5 .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-v1zzR4ieQ5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1zzR4ieQ5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1zzR4ieQ5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1zzR4ieQ5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1zzR4ieQ5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1zzR4ieQ5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1zzR4ieQ5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1zzR4ieQ5 .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-v1zzR4ieQ5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1zzR4ieQ5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1zzR4ieQ5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1zzR4ieQ5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1zzR4ieQ5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1zzR4ieQ5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1zzR4ieQ5 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1zzR4ieQ5 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1zzR4ieQ5 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1zzR4ieQ5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1zzR4ieQ5 .navbar-brand .navbar-caption:hover,
.cid-v1zzR4ieQ5 .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zzR4ieQ5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1zzR4ieQ5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1zzR4ieQ5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zzR4ieQ5 .dropdown-item.active,
.cid-v1zzR4ieQ5 .dropdown-item:active {
  background-color: transparent;
}
.cid-v1zzR4ieQ5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1zzR4ieQ5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1zzR4ieQ5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1zzR4ieQ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v1zzR4ieQ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1zzR4ieQ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1zzR4ieQ5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1zzR4ieQ5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1zzR4ieQ5 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1zzR4ieQ5 .navbar-buttons {
  text-align: center;
}
.cid-v1zzR4ieQ5 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v1zzR4ieQ5 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1zzR4ieQ5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1zzR4ieQ5 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zzR4ieQ5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1zzR4ieQ5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1zzR4ieQ5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zzR4ieQ5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zzR4ieQ5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1zzR4ieQ5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zzR4ieQ5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1zzR4ieQ5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1zzR4ieQ5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zzR4ieQ5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1zzR4ieQ5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zzR4ieQ5 .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-v1zzR4ieQ5 .navbar {
    height: 70px;
  }
  .cid-v1zzR4ieQ5 .navbar.opened {
    height: auto;
  }
  .cid-v1zzR4ieQ5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1zzR4ieQ5 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1zzR4ieQ5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1zzR4ieQ5 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v1zzR4ieQ5 .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1zzR4ieQ5 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-v1zzR4ieQ5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1zzR4ieQ5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1zzR4ieQ5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v1zzR4ieQ5 .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-v1zzR4ieQ5 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-v1zzR4ieQ5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1zzR4ieQ5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1zzR4ieQ5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1zzR4ieQ5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1zzR4ieQ5 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1zzR4ieQ5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v1zzR4ieQ5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v1zzR4ieQ5 .content-wrap {
  min-height: 110px;
}
.cid-v1zzR4zuPZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zzR4zuPZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zzR4zuPZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zzR4zuPZ .row {
  justify-content: center;
}
.cid-v1zzR4zuPZ .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1zzR4zuPZ .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zzR4zuPZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1zzR4zuPZ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1zzR4zuPZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v1zzR4zuPZ .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v1zzR4zuPZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1zzR4zuPZ .content-wrapper .tag-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-v1zzR4zuPZ .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}
.cid-v1zzR4zuPZ .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}
.cid-v1zzR4zuPZ .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}
.cid-v1zzR4zuPZ .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}
.cid-v1zzR4zuPZ .mbr-section-title {
  color: #cbff5b;
}
.cid-v1zzR4zuPZ .mbr-section-subtitle {
  color: #ff692e;
  text-align: center;
}
.cid-v1zzR4zuPZ .mbr-text,
.cid-v1zzR4zuPZ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zzR4zuPZ .mbr-tag,
.cid-v1zzR4zuPZ .tag-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zzR4zuPZ .mbr-section-title,
.cid-v1zzR4zuPZ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1zzR4M189 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zzR4M189 .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1zzR4M189 .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1zzR4M189 .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ff692e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zzR4M189 .mbr-section-title {
  text-align: center;
}
.cid-v1zzR4M189 .mbr-section-subtitle {
  text-align: center;
}
.cid-v1zzR4M189 .mbr-text {
  color: #ffffff;
}
.cid-v2eJ5pvdUi {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ff692e;
}
.cid-v2eJ5pvdUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eJ5pvdUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v2eJ5pvdUi .container {
    max-width: 1400px;
  }
}
.cid-v2eJ5pvdUi .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #222733;
  margin-bottom: 2rem;
}
.cid-v2eJ5pvdUi .row {
  justify-content: center;
}
.cid-v2eJ5pvdUi .mbr-section-title {
  color: #ffffff;
}
.cid-v2eJ5pvdUi .card-text {
  color: #ffffff;
}
.cid-v2eJ5pvdUi .card-title,
.cid-v2eJ5pvdUi .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2eJ5pvdUi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2eJ6g6sF6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c313f;
}
.cid-v2eJ6g6sF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eJ6g6sF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eJ6g6sF6 .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2eJ6g6sF6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2eJ6g6sF6 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2eJ6g6sF6 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2eJ6g6sF6 .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v2eJ6g6sF6 .mbr-section-title {
  color: #ff6d99;
}
.cid-v2eJ6g6sF6 .mbr-text,
.cid-v2eJ6g6sF6 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2eJ6g6sF6 .mbr-section-title,
.cid-v2eJ6g6sF6 .mbr-section-btn {
  text-align: center;
  color: #ff692e;
}
.cid-v1zzR5kBl8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v1zzR5kBl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zzR5kBl8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zzR5kBl8 .row {
  justify-content: center;
}
.cid-v1zzR5kBl8 .card {
  justify-content: center;
}
.cid-v1zzR5kBl8 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1zzR5kBl8 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zzR5kBl8 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1zzR5kBl8 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v1zzR5kBl8 .nav-wrapper .list .item-wrap:hover,
.cid-v1zzR5kBl8 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v1zzR5kBl8 .list,
.cid-v1zzR5kBl8 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zA2NjVCj .navbar-dropdown {
  position: relative !important;
}
.cid-v1zA2NjVCj .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1zA2NjVCj .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1zA2NjVCj .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-v1zA2NjVCj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1zA2NjVCj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zA2NjVCj .dropdown-item:hover,
.cid-v1zA2NjVCj .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zA2NjVCj .dropdown-item:hover span {
  color: white;
}
.cid-v1zA2NjVCj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1zA2NjVCj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1zA2NjVCj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1zA2NjVCj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1zA2NjVCj .nav-link {
  position: relative;
}
.cid-v1zA2NjVCj .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1zA2NjVCj .container {
    flex-wrap: nowrap;
  }
}
.cid-v1zA2NjVCj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1zA2NjVCj .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-v1zA2NjVCj .dropdown-menu,
.cid-v1zA2NjVCj .navbar.opened {
  background: #191c26 !important;
}
.cid-v1zA2NjVCj .nav-item:focus,
.cid-v1zA2NjVCj .nav-link:focus {
  outline: none;
}
.cid-v1zA2NjVCj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1zA2NjVCj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1zA2NjVCj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1zA2NjVCj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1zA2NjVCj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1zA2NjVCj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1zA2NjVCj .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zA2NjVCj .navbar.opened {
  transition: all 0.3s;
}
.cid-v1zA2NjVCj .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v1zA2NjVCj .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1zA2NjVCj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1zA2NjVCj .navbar.collapsed {
  justify-content: center;
}
.cid-v1zA2NjVCj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1zA2NjVCj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1zA2NjVCj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v1zA2NjVCj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1zA2NjVCj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1zA2NjVCj .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-v1zA2NjVCj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1zA2NjVCj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1zA2NjVCj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1zA2NjVCj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1zA2NjVCj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1zA2NjVCj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1zA2NjVCj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1zA2NjVCj .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-v1zA2NjVCj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1zA2NjVCj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1zA2NjVCj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1zA2NjVCj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1zA2NjVCj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1zA2NjVCj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1zA2NjVCj .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1zA2NjVCj .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1zA2NjVCj .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1zA2NjVCj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1zA2NjVCj .navbar-brand .navbar-caption:hover,
.cid-v1zA2NjVCj .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zA2NjVCj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1zA2NjVCj .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1zA2NjVCj .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zA2NjVCj .dropdown-item.active,
.cid-v1zA2NjVCj .dropdown-item:active {
  background-color: transparent;
}
.cid-v1zA2NjVCj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1zA2NjVCj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1zA2NjVCj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1zA2NjVCj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v1zA2NjVCj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1zA2NjVCj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1zA2NjVCj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1zA2NjVCj ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1zA2NjVCj ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1zA2NjVCj .navbar-buttons {
  text-align: center;
}
.cid-v1zA2NjVCj .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v1zA2NjVCj .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1zA2NjVCj .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1zA2NjVCj button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zA2NjVCj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1zA2NjVCj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1zA2NjVCj button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zA2NjVCj button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zA2NjVCj button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1zA2NjVCj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zA2NjVCj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1zA2NjVCj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1zA2NjVCj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zA2NjVCj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1zA2NjVCj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zA2NjVCj .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-v1zA2NjVCj .navbar {
    height: 70px;
  }
  .cid-v1zA2NjVCj .navbar.opened {
    height: auto;
  }
  .cid-v1zA2NjVCj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1zA2NjVCj .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1zA2NjVCj .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1zA2NjVCj .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v1zA2NjVCj .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1zA2NjVCj .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-v1zA2NjVCj .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1zA2NjVCj .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1zA2NjVCj .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v1zA2NjVCj .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-v1zA2NjVCj .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-v1zA2NjVCj .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1zA2NjVCj .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1zA2NjVCj .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1zA2NjVCj .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1zA2NjVCj .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1zA2NjVCj .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v1zA2NjVCj .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v1zA2NjVCj .content-wrap {
  min-height: 110px;
}
.cid-v1zA2NDExD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zA2NDExD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zA2NDExD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zA2NDExD .row {
  justify-content: center;
}
.cid-v1zA2NDExD .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1zA2NDExD .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zA2NDExD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1zA2NDExD .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1zA2NDExD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v1zA2NDExD .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v1zA2NDExD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1zA2NDExD .content-wrapper .tag-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-v1zA2NDExD .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}
.cid-v1zA2NDExD .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}
.cid-v1zA2NDExD .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}
.cid-v1zA2NDExD .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}
.cid-v1zA2NDExD .mbr-section-title {
  color: #cbff5b;
}
.cid-v1zA2NDExD .mbr-section-subtitle {
  color: #ff692e;
  text-align: center;
}
.cid-v1zA2NDExD .mbr-text,
.cid-v1zA2NDExD .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zA2NDExD .mbr-tag,
.cid-v1zA2NDExD .tag-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zA2NDExD .mbr-section-title,
.cid-v1zA2NDExD .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1zA2NORd3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zA2NORd3 .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1zA2NORd3 .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1zA2NORd3 .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ff692e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zA2NORd3 .mbr-section-title {
  text-align: center;
}
.cid-v1zA2NORd3 .mbr-section-subtitle {
  text-align: center;
}
.cid-v1zA2NORd3 .mbr-text {
  color: #ffffff;
}
.cid-v1zA2NVJbd {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ff692e;
}
.cid-v1zA2NVJbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zA2NVJbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v1zA2NVJbd .container {
    max-width: 1400px;
  }
}
.cid-v1zA2NVJbd .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #222733;
  margin-bottom: 2rem;
}
.cid-v1zA2NVJbd .row {
  justify-content: center;
}
.cid-v1zA2NVJbd .mbr-section-title {
  color: #ffffff;
}
.cid-v1zA2NVJbd .card-text {
  color: #ffffff;
}
.cid-v1zA2NVJbd .card-title,
.cid-v1zA2NVJbd .iconfont-wrapper {
  color: #ffffff;
}
.cid-v1zA2NVJbd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2ewFpw6Nk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c313f;
}
.cid-v2ewFpw6Nk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ewFpw6Nk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ewFpw6Nk .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2ewFpw6Nk .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2ewFpw6Nk .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2ewFpw6Nk .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2ewFpw6Nk .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v2ewFpw6Nk .mbr-section-title {
  color: #ff6d99;
}
.cid-v2ewFpw6Nk .mbr-text,
.cid-v2ewFpw6Nk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2ewFpw6Nk .mbr-section-title,
.cid-v2ewFpw6Nk .mbr-section-btn {
  text-align: center;
  color: #ff692e;
}
.cid-v1zA2Okgvf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v1zA2Okgvf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zA2Okgvf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zA2Okgvf .row {
  justify-content: center;
}
.cid-v1zA2Okgvf .card {
  justify-content: center;
}
.cid-v1zA2Okgvf .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1zA2Okgvf .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zA2Okgvf .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1zA2Okgvf .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v1zA2Okgvf .nav-wrapper .list .item-wrap:hover,
.cid-v1zA2Okgvf .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v1zA2Okgvf .list,
.cid-v1zA2Okgvf .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zAc7e19f .navbar-dropdown {
  position: relative !important;
}
.cid-v1zAc7e19f .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1zAc7e19f .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1zAc7e19f .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-v1zAc7e19f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1zAc7e19f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zAc7e19f .dropdown-item:hover,
.cid-v1zAc7e19f .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zAc7e19f .dropdown-item:hover span {
  color: white;
}
.cid-v1zAc7e19f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1zAc7e19f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1zAc7e19f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1zAc7e19f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1zAc7e19f .nav-link {
  position: relative;
}
.cid-v1zAc7e19f .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1zAc7e19f .container {
    flex-wrap: nowrap;
  }
}
.cid-v1zAc7e19f .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1zAc7e19f .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-v1zAc7e19f .dropdown-menu,
.cid-v1zAc7e19f .navbar.opened {
  background: #191c26 !important;
}
.cid-v1zAc7e19f .nav-item:focus,
.cid-v1zAc7e19f .nav-link:focus {
  outline: none;
}
.cid-v1zAc7e19f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1zAc7e19f .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1zAc7e19f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1zAc7e19f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1zAc7e19f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1zAc7e19f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1zAc7e19f .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zAc7e19f .navbar.opened {
  transition: all 0.3s;
}
.cid-v1zAc7e19f .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v1zAc7e19f .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1zAc7e19f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1zAc7e19f .navbar.collapsed {
  justify-content: center;
}
.cid-v1zAc7e19f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1zAc7e19f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1zAc7e19f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v1zAc7e19f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1zAc7e19f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1zAc7e19f .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-v1zAc7e19f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1zAc7e19f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1zAc7e19f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1zAc7e19f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1zAc7e19f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1zAc7e19f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1zAc7e19f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1zAc7e19f .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-v1zAc7e19f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1zAc7e19f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1zAc7e19f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1zAc7e19f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1zAc7e19f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1zAc7e19f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1zAc7e19f .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1zAc7e19f .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1zAc7e19f .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1zAc7e19f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1zAc7e19f .navbar-brand .navbar-caption:hover,
.cid-v1zAc7e19f .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zAc7e19f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1zAc7e19f .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1zAc7e19f .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zAc7e19f .dropdown-item.active,
.cid-v1zAc7e19f .dropdown-item:active {
  background-color: transparent;
}
.cid-v1zAc7e19f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1zAc7e19f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1zAc7e19f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1zAc7e19f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v1zAc7e19f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1zAc7e19f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1zAc7e19f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1zAc7e19f ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1zAc7e19f ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1zAc7e19f .navbar-buttons {
  text-align: center;
}
.cid-v1zAc7e19f .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v1zAc7e19f .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1zAc7e19f .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1zAc7e19f button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zAc7e19f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1zAc7e19f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1zAc7e19f button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zAc7e19f button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zAc7e19f button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1zAc7e19f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zAc7e19f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1zAc7e19f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1zAc7e19f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zAc7e19f .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1zAc7e19f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zAc7e19f .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-v1zAc7e19f .navbar {
    height: 70px;
  }
  .cid-v1zAc7e19f .navbar.opened {
    height: auto;
  }
  .cid-v1zAc7e19f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1zAc7e19f .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1zAc7e19f .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1zAc7e19f .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v1zAc7e19f .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1zAc7e19f .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-v1zAc7e19f .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1zAc7e19f .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1zAc7e19f .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v1zAc7e19f .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-v1zAc7e19f .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-v1zAc7e19f .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1zAc7e19f .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1zAc7e19f .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1zAc7e19f .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1zAc7e19f .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1zAc7e19f .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v1zAc7e19f .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v1zAc7e19f .content-wrap {
  min-height: 110px;
}
.cid-v1zAc7ufpW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zAc7ufpW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zAc7ufpW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zAc7ufpW .row {
  justify-content: center;
}
.cid-v1zAc7ufpW .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1zAc7ufpW .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zAc7ufpW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1zAc7ufpW .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1zAc7ufpW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v1zAc7ufpW .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v1zAc7ufpW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1zAc7ufpW .content-wrapper .tag-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-v1zAc7ufpW .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}
.cid-v1zAc7ufpW .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}
.cid-v1zAc7ufpW .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}
.cid-v1zAc7ufpW .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}
.cid-v1zAc7ufpW .mbr-section-title {
  color: #cbff5b;
}
.cid-v1zAc7ufpW .mbr-section-subtitle {
  color: #ff692e;
  text-align: center;
}
.cid-v1zAc7ufpW .mbr-text,
.cid-v1zAc7ufpW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zAc7ufpW .mbr-tag,
.cid-v1zAc7ufpW .tag-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zAc7ufpW .mbr-section-title,
.cid-v1zAc7ufpW .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1zAc7DKcO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zAc7DKcO .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1zAc7DKcO .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1zAc7DKcO .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ff692e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zAc7DKcO .mbr-section-title {
  text-align: center;
}
.cid-v1zAc7DKcO .mbr-section-subtitle {
  text-align: center;
}
.cid-v1zAc7DKcO .mbr-text {
  color: #ffffff;
}
.cid-v2eJFPWHi2 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ff692e;
}
.cid-v2eJFPWHi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eJFPWHi2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v2eJFPWHi2 .container {
    max-width: 1400px;
  }
}
.cid-v2eJFPWHi2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #222733;
  margin-bottom: 2rem;
}
.cid-v2eJFPWHi2 .row {
  justify-content: center;
}
.cid-v2eJFPWHi2 .mbr-section-title {
  color: #ffffff;
}
.cid-v2eJFPWHi2 .card-text {
  color: #ffffff;
}
.cid-v2eJFPWHi2 .card-title,
.cid-v2eJFPWHi2 .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2eJFPWHi2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2eJGntroa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c313f;
}
.cid-v2eJGntroa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eJGntroa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eJGntroa .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2eJGntroa .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2eJGntroa .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2eJGntroa .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2eJGntroa .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v2eJGntroa .mbr-section-title {
  color: #ff6d99;
}
.cid-v2eJGntroa .mbr-text,
.cid-v2eJGntroa .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2eJGntroa .mbr-section-title,
.cid-v2eJGntroa .mbr-section-btn {
  text-align: center;
  color: #ff692e;
}
.cid-v1zAc85Fqs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v1zAc85Fqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zAc85Fqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zAc85Fqs .row {
  justify-content: center;
}
.cid-v1zAc85Fqs .card {
  justify-content: center;
}
.cid-v1zAc85Fqs .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1zAc85Fqs .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zAc85Fqs .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1zAc85Fqs .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v1zAc85Fqs .nav-wrapper .list .item-wrap:hover,
.cid-v1zAc85Fqs .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v1zAc85Fqs .list,
.cid-v1zAc85Fqs .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1uNW66Fss .navbar-dropdown {
  position: relative !important;
}
.cid-v1uNW66Fss .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1uNW66Fss .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1uNW66Fss .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-v1uNW66Fss .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1uNW66Fss .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1uNW66Fss .dropdown-item:hover,
.cid-v1uNW66Fss .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1uNW66Fss .dropdown-item:hover span {
  color: white;
}
.cid-v1uNW66Fss .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1uNW66Fss .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1uNW66Fss .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1uNW66Fss .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1uNW66Fss .nav-link {
  position: relative;
}
.cid-v1uNW66Fss .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1uNW66Fss .container {
    flex-wrap: nowrap;
  }
}
.cid-v1uNW66Fss .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1uNW66Fss .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-v1uNW66Fss .dropdown-menu,
.cid-v1uNW66Fss .navbar.opened {
  background: #191c26 !important;
}
.cid-v1uNW66Fss .nav-item:focus,
.cid-v1uNW66Fss .nav-link:focus {
  outline: none;
}
.cid-v1uNW66Fss .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1uNW66Fss .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1uNW66Fss .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1uNW66Fss .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1uNW66Fss .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1uNW66Fss .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1uNW66Fss .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1uNW66Fss .navbar.opened {
  transition: all 0.3s;
}
.cid-v1uNW66Fss .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v1uNW66Fss .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1uNW66Fss .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1uNW66Fss .navbar.collapsed {
  justify-content: center;
}
.cid-v1uNW66Fss .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1uNW66Fss .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1uNW66Fss .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v1uNW66Fss .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1uNW66Fss .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1uNW66Fss .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-v1uNW66Fss .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1uNW66Fss .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1uNW66Fss .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1uNW66Fss .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1uNW66Fss .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1uNW66Fss .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1uNW66Fss .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1uNW66Fss .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-v1uNW66Fss .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1uNW66Fss .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1uNW66Fss .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1uNW66Fss .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1uNW66Fss .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1uNW66Fss .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1uNW66Fss .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1uNW66Fss .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1uNW66Fss .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1uNW66Fss .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1uNW66Fss .navbar-brand .navbar-caption:hover,
.cid-v1uNW66Fss .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1uNW66Fss .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1uNW66Fss .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1uNW66Fss .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1uNW66Fss .dropdown-item.active,
.cid-v1uNW66Fss .dropdown-item:active {
  background-color: transparent;
}
.cid-v1uNW66Fss .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1uNW66Fss .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1uNW66Fss .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1uNW66Fss .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v1uNW66Fss .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1uNW66Fss .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1uNW66Fss .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1uNW66Fss ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1uNW66Fss ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1uNW66Fss .navbar-buttons {
  text-align: center;
}
.cid-v1uNW66Fss .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v1uNW66Fss .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1uNW66Fss .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1uNW66Fss button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1uNW66Fss button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1uNW66Fss button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1uNW66Fss button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1uNW66Fss button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1uNW66Fss button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1uNW66Fss nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1uNW66Fss nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1uNW66Fss nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1uNW66Fss nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1uNW66Fss .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1uNW66Fss a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1uNW66Fss .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-v1uNW66Fss .navbar {
    height: 70px;
  }
  .cid-v1uNW66Fss .navbar.opened {
    height: auto;
  }
  .cid-v1uNW66Fss .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1uNW66Fss .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1uNW66Fss .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1uNW66Fss .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v1uNW66Fss .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1uNW66Fss .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-v1uNW66Fss .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1uNW66Fss .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1uNW66Fss .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v1uNW66Fss .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-v1uNW66Fss .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-v1uNW66Fss .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1uNW66Fss .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1uNW66Fss .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1uNW66Fss .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1uNW66Fss .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1uNW66Fss .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v1uNW66Fss .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v1uNW66Fss .content-wrap {
  min-height: 110px;
}
.cid-v1uNW6opfl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1uNW6opfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1uNW6opfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1uNW6opfl .row {
  justify-content: center;
}
.cid-v1uNW6opfl .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1uNW6opfl .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1uNW6opfl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1uNW6opfl .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1uNW6opfl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v1uNW6opfl .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v1uNW6opfl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1uNW6opfl .content-wrapper .tag-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-v1uNW6opfl .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}
.cid-v1uNW6opfl .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}
.cid-v1uNW6opfl .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}
.cid-v1uNW6opfl .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}
.cid-v1uNW6opfl .mbr-section-title {
  color: #cbff5b;
}
.cid-v1uNW6opfl .mbr-section-subtitle {
  color: #ff692e;
  text-align: center;
}
.cid-v1uNW6opfl .mbr-text,
.cid-v1uNW6opfl .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1uNW6opfl .mbr-tag,
.cid-v1uNW6opfl .tag-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1uNW6opfl .mbr-section-title,
.cid-v1uNW6opfl .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1uRQvmC9K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1uRQvmC9K .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1uRQvmC9K .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1uRQvmC9K .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ff692e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1uRQvmC9K .mbr-section-title {
  text-align: center;
}
.cid-v1uRQvmC9K .mbr-section-subtitle {
  text-align: center;
}
.cid-v1uRQvmC9K .mbr-text {
  color: #ffffff;
}
.cid-v2eJP90kfh {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ff692e;
}
.cid-v2eJP90kfh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eJP90kfh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v2eJP90kfh .container {
    max-width: 1400px;
  }
}
.cid-v2eJP90kfh .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #222733;
  margin-bottom: 2rem;
}
.cid-v2eJP90kfh .row {
  justify-content: center;
}
.cid-v2eJP90kfh .mbr-section-title {
  color: #ffffff;
}
.cid-v2eJP90kfh .card-text {
  color: #ffffff;
}
.cid-v2eJP90kfh .card-title,
.cid-v2eJP90kfh .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2eJP90kfh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2eJPE89uk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c313f;
}
.cid-v2eJPE89uk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eJPE89uk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eJPE89uk .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2eJPE89uk .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2eJPE89uk .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2eJPE89uk .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2eJPE89uk .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v2eJPE89uk .mbr-section-title {
  color: #ff6d99;
}
.cid-v2eJPE89uk .mbr-text,
.cid-v2eJPE89uk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2eJPE89uk .mbr-section-title,
.cid-v2eJPE89uk .mbr-section-btn {
  text-align: center;
  color: #ff692e;
}
.cid-v1uNW7cEpG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v1uNW7cEpG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1uNW7cEpG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1uNW7cEpG .row {
  justify-content: center;
}
.cid-v1uNW7cEpG .card {
  justify-content: center;
}
.cid-v1uNW7cEpG .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1uNW7cEpG .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1uNW7cEpG .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1uNW7cEpG .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v1uNW7cEpG .nav-wrapper .list .item-wrap:hover,
.cid-v1uNW7cEpG .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v1uNW7cEpG .list,
.cid-v1uNW7cEpG .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zAIp7UBr .navbar-dropdown {
  position: relative !important;
}
.cid-v1zAIp7UBr .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1zAIp7UBr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1zAIp7UBr .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-v1zAIp7UBr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1zAIp7UBr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zAIp7UBr .dropdown-item:hover,
.cid-v1zAIp7UBr .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zAIp7UBr .dropdown-item:hover span {
  color: white;
}
.cid-v1zAIp7UBr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1zAIp7UBr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1zAIp7UBr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1zAIp7UBr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1zAIp7UBr .nav-link {
  position: relative;
}
.cid-v1zAIp7UBr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1zAIp7UBr .container {
    flex-wrap: nowrap;
  }
}
.cid-v1zAIp7UBr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1zAIp7UBr .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-v1zAIp7UBr .dropdown-menu,
.cid-v1zAIp7UBr .navbar.opened {
  background: #191c26 !important;
}
.cid-v1zAIp7UBr .nav-item:focus,
.cid-v1zAIp7UBr .nav-link:focus {
  outline: none;
}
.cid-v1zAIp7UBr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1zAIp7UBr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1zAIp7UBr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1zAIp7UBr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1zAIp7UBr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1zAIp7UBr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1zAIp7UBr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zAIp7UBr .navbar.opened {
  transition: all 0.3s;
}
.cid-v1zAIp7UBr .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v1zAIp7UBr .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1zAIp7UBr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1zAIp7UBr .navbar.collapsed {
  justify-content: center;
}
.cid-v1zAIp7UBr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1zAIp7UBr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1zAIp7UBr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v1zAIp7UBr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1zAIp7UBr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1zAIp7UBr .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-v1zAIp7UBr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1zAIp7UBr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1zAIp7UBr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1zAIp7UBr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1zAIp7UBr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1zAIp7UBr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1zAIp7UBr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1zAIp7UBr .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-v1zAIp7UBr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1zAIp7UBr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1zAIp7UBr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1zAIp7UBr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1zAIp7UBr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1zAIp7UBr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1zAIp7UBr .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1zAIp7UBr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1zAIp7UBr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1zAIp7UBr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1zAIp7UBr .navbar-brand .navbar-caption:hover,
.cid-v1zAIp7UBr .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zAIp7UBr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1zAIp7UBr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1zAIp7UBr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zAIp7UBr .dropdown-item.active,
.cid-v1zAIp7UBr .dropdown-item:active {
  background-color: transparent;
}
.cid-v1zAIp7UBr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1zAIp7UBr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1zAIp7UBr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1zAIp7UBr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v1zAIp7UBr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1zAIp7UBr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1zAIp7UBr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1zAIp7UBr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1zAIp7UBr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1zAIp7UBr .navbar-buttons {
  text-align: center;
}
.cid-v1zAIp7UBr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v1zAIp7UBr .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1zAIp7UBr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1zAIp7UBr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zAIp7UBr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1zAIp7UBr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1zAIp7UBr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zAIp7UBr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zAIp7UBr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1zAIp7UBr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zAIp7UBr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1zAIp7UBr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1zAIp7UBr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zAIp7UBr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1zAIp7UBr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zAIp7UBr .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-v1zAIp7UBr .navbar {
    height: 70px;
  }
  .cid-v1zAIp7UBr .navbar.opened {
    height: auto;
  }
  .cid-v1zAIp7UBr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1zAIp7UBr .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1zAIp7UBr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1zAIp7UBr .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v1zAIp7UBr .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1zAIp7UBr .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-v1zAIp7UBr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1zAIp7UBr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1zAIp7UBr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v1zAIp7UBr .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-v1zAIp7UBr .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-v1zAIp7UBr .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1zAIp7UBr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1zAIp7UBr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1zAIp7UBr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1zAIp7UBr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1zAIp7UBr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v1zAIp7UBr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v1zAIp7UBr .content-wrap {
  min-height: 110px;
}
.cid-v1zAIpnI3A {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zAIpnI3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zAIpnI3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zAIpnI3A .row {
  justify-content: center;
}
.cid-v1zAIpnI3A .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1zAIpnI3A .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zAIpnI3A .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1zAIpnI3A .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1zAIpnI3A .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v1zAIpnI3A .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v1zAIpnI3A .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1zAIpnI3A .content-wrapper .tag-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-v1zAIpnI3A .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}
.cid-v1zAIpnI3A .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}
.cid-v1zAIpnI3A .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}
.cid-v1zAIpnI3A .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}
.cid-v1zAIpnI3A .mbr-section-title {
  color: #cbff5b;
}
.cid-v1zAIpnI3A .mbr-section-subtitle {
  color: #ff692e;
  text-align: center;
}
.cid-v1zAIpnI3A .mbr-text,
.cid-v1zAIpnI3A .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zAIpnI3A .mbr-tag,
.cid-v1zAIpnI3A .tag-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zAIpnI3A .mbr-section-title,
.cid-v1zAIpnI3A .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1zAIpw8UB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zAIpw8UB .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1zAIpw8UB .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1zAIpw8UB .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ff692e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zAIpw8UB .mbr-section-title {
  text-align: center;
}
.cid-v1zAIpw8UB .mbr-section-subtitle {
  text-align: center;
}
.cid-v1zAIpw8UB .mbr-text {
  color: #ffffff;
}
.cid-v2eK5Jwfjm {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ff692e;
}
.cid-v2eK5Jwfjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eK5Jwfjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v2eK5Jwfjm .container {
    max-width: 1400px;
  }
}
.cid-v2eK5Jwfjm .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #222733;
  margin-bottom: 2rem;
}
.cid-v2eK5Jwfjm .row {
  justify-content: center;
}
.cid-v2eK5Jwfjm .mbr-section-title {
  color: #ffffff;
}
.cid-v2eK5Jwfjm .card-text {
  color: #ffffff;
}
.cid-v2eK5Jwfjm .card-title,
.cid-v2eK5Jwfjm .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2eK5Jwfjm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2eK6fdXDs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c313f;
}
.cid-v2eK6fdXDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eK6fdXDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eK6fdXDs .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2eK6fdXDs .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2eK6fdXDs .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2eK6fdXDs .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2eK6fdXDs .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v2eK6fdXDs .mbr-section-title {
  color: #ff6d99;
}
.cid-v2eK6fdXDs .mbr-text,
.cid-v2eK6fdXDs .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2eK6fdXDs .mbr-section-title,
.cid-v2eK6fdXDs .mbr-section-btn {
  text-align: center;
  color: #ff692e;
}
.cid-v1zAIq4jbJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v1zAIq4jbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zAIq4jbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zAIq4jbJ .row {
  justify-content: center;
}
.cid-v1zAIq4jbJ .card {
  justify-content: center;
}
.cid-v1zAIq4jbJ .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1zAIq4jbJ .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zAIq4jbJ .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1zAIq4jbJ .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v1zAIq4jbJ .nav-wrapper .list .item-wrap:hover,
.cid-v1zAIq4jbJ .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v1zAIq4jbJ .list,
.cid-v1zAIq4jbJ .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zASr9dmL .navbar-dropdown {
  position: relative !important;
}
.cid-v1zASr9dmL .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1zASr9dmL .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1zASr9dmL .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-v1zASr9dmL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1zASr9dmL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zASr9dmL .dropdown-item:hover,
.cid-v1zASr9dmL .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zASr9dmL .dropdown-item:hover span {
  color: white;
}
.cid-v1zASr9dmL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1zASr9dmL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1zASr9dmL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1zASr9dmL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1zASr9dmL .nav-link {
  position: relative;
}
.cid-v1zASr9dmL .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1zASr9dmL .container {
    flex-wrap: nowrap;
  }
}
.cid-v1zASr9dmL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1zASr9dmL .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-v1zASr9dmL .dropdown-menu,
.cid-v1zASr9dmL .navbar.opened {
  background: #191c26 !important;
}
.cid-v1zASr9dmL .nav-item:focus,
.cid-v1zASr9dmL .nav-link:focus {
  outline: none;
}
.cid-v1zASr9dmL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1zASr9dmL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1zASr9dmL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1zASr9dmL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1zASr9dmL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1zASr9dmL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1zASr9dmL .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zASr9dmL .navbar.opened {
  transition: all 0.3s;
}
.cid-v1zASr9dmL .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v1zASr9dmL .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1zASr9dmL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1zASr9dmL .navbar.collapsed {
  justify-content: center;
}
.cid-v1zASr9dmL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1zASr9dmL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1zASr9dmL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v1zASr9dmL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1zASr9dmL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1zASr9dmL .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-v1zASr9dmL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1zASr9dmL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1zASr9dmL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1zASr9dmL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1zASr9dmL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1zASr9dmL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1zASr9dmL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1zASr9dmL .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-v1zASr9dmL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1zASr9dmL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1zASr9dmL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1zASr9dmL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1zASr9dmL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1zASr9dmL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1zASr9dmL .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1zASr9dmL .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1zASr9dmL .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1zASr9dmL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1zASr9dmL .navbar-brand .navbar-caption:hover,
.cid-v1zASr9dmL .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zASr9dmL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1zASr9dmL .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1zASr9dmL .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zASr9dmL .dropdown-item.active,
.cid-v1zASr9dmL .dropdown-item:active {
  background-color: transparent;
}
.cid-v1zASr9dmL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1zASr9dmL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1zASr9dmL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1zASr9dmL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v1zASr9dmL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1zASr9dmL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1zASr9dmL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1zASr9dmL ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1zASr9dmL ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1zASr9dmL .navbar-buttons {
  text-align: center;
}
.cid-v1zASr9dmL .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v1zASr9dmL .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1zASr9dmL .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1zASr9dmL button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zASr9dmL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1zASr9dmL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1zASr9dmL button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zASr9dmL button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zASr9dmL button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1zASr9dmL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zASr9dmL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1zASr9dmL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1zASr9dmL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zASr9dmL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1zASr9dmL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zASr9dmL .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-v1zASr9dmL .navbar {
    height: 70px;
  }
  .cid-v1zASr9dmL .navbar.opened {
    height: auto;
  }
  .cid-v1zASr9dmL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1zASr9dmL .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1zASr9dmL .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1zASr9dmL .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v1zASr9dmL .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1zASr9dmL .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-v1zASr9dmL .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1zASr9dmL .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1zASr9dmL .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v1zASr9dmL .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-v1zASr9dmL .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-v1zASr9dmL .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1zASr9dmL .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1zASr9dmL .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1zASr9dmL .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1zASr9dmL .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1zASr9dmL .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v1zASr9dmL .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v1zASr9dmL .content-wrap {
  min-height: 110px;
}
.cid-v1zASrsMPG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zASrsMPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zASrsMPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zASrsMPG .row {
  justify-content: center;
}
.cid-v1zASrsMPG .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1zASrsMPG .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zASrsMPG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1zASrsMPG .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1zASrsMPG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v1zASrsMPG .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v1zASrsMPG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1zASrsMPG .content-wrapper .tag-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-v1zASrsMPG .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}
.cid-v1zASrsMPG .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}
.cid-v1zASrsMPG .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}
.cid-v1zASrsMPG .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}
.cid-v1zASrsMPG .mbr-section-title {
  color: #cbff5b;
}
.cid-v1zASrsMPG .mbr-section-subtitle {
  color: #ff692e;
  text-align: center;
}
.cid-v1zASrsMPG .mbr-text,
.cid-v1zASrsMPG .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zASrsMPG .mbr-tag,
.cid-v1zASrsMPG .tag-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zASrsMPG .mbr-section-title,
.cid-v1zASrsMPG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1zASrDQRL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zASrDQRL .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1zASrDQRL .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1zASrDQRL .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ff692e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zASrDQRL .mbr-section-title {
  text-align: center;
}
.cid-v1zASrDQRL .mbr-section-subtitle {
  text-align: center;
}
.cid-v1zASrDQRL .mbr-text {
  color: #ffffff;
}
.cid-v2eKcEoVeo {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ff692e;
}
.cid-v2eKcEoVeo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eKcEoVeo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v2eKcEoVeo .container {
    max-width: 1400px;
  }
}
.cid-v2eKcEoVeo .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #222733;
  margin-bottom: 2rem;
}
.cid-v2eKcEoVeo .row {
  justify-content: center;
}
.cid-v2eKcEoVeo .mbr-section-title {
  color: #ffffff;
}
.cid-v2eKcEoVeo .card-text {
  color: #ffffff;
}
.cid-v2eKcEoVeo .card-title,
.cid-v2eKcEoVeo .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2eKcEoVeo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2eKd8JTsQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c313f;
}
.cid-v2eKd8JTsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eKd8JTsQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eKd8JTsQ .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2eKd8JTsQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2eKd8JTsQ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2eKd8JTsQ .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2eKd8JTsQ .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v2eKd8JTsQ .mbr-section-title {
  color: #ff6d99;
}
.cid-v2eKd8JTsQ .mbr-text,
.cid-v2eKd8JTsQ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2eKd8JTsQ .mbr-section-title,
.cid-v2eKd8JTsQ .mbr-section-btn {
  text-align: center;
  color: #ff692e;
}
.cid-v1zASsaqSC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v1zASsaqSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zASsaqSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zASsaqSC .row {
  justify-content: center;
}
.cid-v1zASsaqSC .card {
  justify-content: center;
}
.cid-v1zASsaqSC .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1zASsaqSC .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zASsaqSC .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1zASsaqSC .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v1zASsaqSC .nav-wrapper .list .item-wrap:hover,
.cid-v1zASsaqSC .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v1zASsaqSC .list,
.cid-v1zASsaqSC .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zAWMOke4 .navbar-dropdown {
  position: relative !important;
}
.cid-v1zAWMOke4 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1zAWMOke4 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1zAWMOke4 .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-v1zAWMOke4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1zAWMOke4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zAWMOke4 .dropdown-item:hover,
.cid-v1zAWMOke4 .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zAWMOke4 .dropdown-item:hover span {
  color: white;
}
.cid-v1zAWMOke4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1zAWMOke4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1zAWMOke4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1zAWMOke4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1zAWMOke4 .nav-link {
  position: relative;
}
.cid-v1zAWMOke4 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1zAWMOke4 .container {
    flex-wrap: nowrap;
  }
}
.cid-v1zAWMOke4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1zAWMOke4 .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-v1zAWMOke4 .dropdown-menu,
.cid-v1zAWMOke4 .navbar.opened {
  background: #191c26 !important;
}
.cid-v1zAWMOke4 .nav-item:focus,
.cid-v1zAWMOke4 .nav-link:focus {
  outline: none;
}
.cid-v1zAWMOke4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1zAWMOke4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1zAWMOke4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1zAWMOke4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1zAWMOke4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1zAWMOke4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1zAWMOke4 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zAWMOke4 .navbar.opened {
  transition: all 0.3s;
}
.cid-v1zAWMOke4 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v1zAWMOke4 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1zAWMOke4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1zAWMOke4 .navbar.collapsed {
  justify-content: center;
}
.cid-v1zAWMOke4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1zAWMOke4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1zAWMOke4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v1zAWMOke4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1zAWMOke4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1zAWMOke4 .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-v1zAWMOke4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1zAWMOke4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1zAWMOke4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1zAWMOke4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1zAWMOke4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1zAWMOke4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1zAWMOke4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1zAWMOke4 .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-v1zAWMOke4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1zAWMOke4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1zAWMOke4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1zAWMOke4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1zAWMOke4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1zAWMOke4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1zAWMOke4 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1zAWMOke4 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1zAWMOke4 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1zAWMOke4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1zAWMOke4 .navbar-brand .navbar-caption:hover,
.cid-v1zAWMOke4 .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zAWMOke4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1zAWMOke4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1zAWMOke4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zAWMOke4 .dropdown-item.active,
.cid-v1zAWMOke4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v1zAWMOke4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1zAWMOke4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1zAWMOke4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1zAWMOke4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v1zAWMOke4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1zAWMOke4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1zAWMOke4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1zAWMOke4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1zAWMOke4 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1zAWMOke4 .navbar-buttons {
  text-align: center;
}
.cid-v1zAWMOke4 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v1zAWMOke4 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1zAWMOke4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1zAWMOke4 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zAWMOke4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1zAWMOke4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1zAWMOke4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zAWMOke4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zAWMOke4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1zAWMOke4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zAWMOke4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1zAWMOke4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1zAWMOke4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zAWMOke4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1zAWMOke4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zAWMOke4 .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-v1zAWMOke4 .navbar {
    height: 70px;
  }
  .cid-v1zAWMOke4 .navbar.opened {
    height: auto;
  }
  .cid-v1zAWMOke4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1zAWMOke4 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1zAWMOke4 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1zAWMOke4 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v1zAWMOke4 .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1zAWMOke4 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-v1zAWMOke4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1zAWMOke4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1zAWMOke4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v1zAWMOke4 .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-v1zAWMOke4 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-v1zAWMOke4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1zAWMOke4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1zAWMOke4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1zAWMOke4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1zAWMOke4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1zAWMOke4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v1zAWMOke4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v1zAWMOke4 .content-wrap {
  min-height: 110px;
}
.cid-v1zAWN2B5q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zAWN2B5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zAWN2B5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zAWN2B5q .row {
  justify-content: center;
}
.cid-v1zAWN2B5q .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1zAWN2B5q .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zAWN2B5q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1zAWN2B5q .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1zAWN2B5q .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v1zAWN2B5q .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v1zAWN2B5q .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1zAWN2B5q .content-wrapper .tag-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-v1zAWN2B5q .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}
.cid-v1zAWN2B5q .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}
.cid-v1zAWN2B5q .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}
.cid-v1zAWN2B5q .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}
.cid-v1zAWN2B5q .mbr-section-title {
  color: #cbff5b;
}
.cid-v1zAWN2B5q .mbr-section-subtitle {
  color: #ff692e;
  text-align: center;
}
.cid-v1zAWN2B5q .mbr-text,
.cid-v1zAWN2B5q .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zAWN2B5q .mbr-tag,
.cid-v1zAWN2B5q .tag-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zAWN2B5q .mbr-section-title,
.cid-v1zAWN2B5q .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1zAWNciGw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zAWNciGw .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1zAWNciGw .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1zAWNciGw .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ff692e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zAWNciGw .mbr-section-title {
  text-align: center;
}
.cid-v1zAWNciGw .mbr-section-subtitle {
  text-align: center;
}
.cid-v1zAWNciGw .mbr-text {
  color: #ffffff;
}
.cid-v2eKj11EdX {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ff692e;
}
.cid-v2eKj11EdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eKj11EdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v2eKj11EdX .container {
    max-width: 1400px;
  }
}
.cid-v2eKj11EdX .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #222733;
  margin-bottom: 2rem;
}
.cid-v2eKj11EdX .row {
  justify-content: center;
}
.cid-v2eKj11EdX .mbr-section-title {
  color: #ffffff;
}
.cid-v2eKj11EdX .card-text {
  color: #ffffff;
}
.cid-v2eKj11EdX .card-title,
.cid-v2eKj11EdX .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2eKj11EdX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2eKjI1KcA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c313f;
}
.cid-v2eKjI1KcA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eKjI1KcA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eKjI1KcA .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2eKjI1KcA .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2eKjI1KcA .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2eKjI1KcA .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2eKjI1KcA .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v2eKjI1KcA .mbr-section-title {
  color: #ff6d99;
}
.cid-v2eKjI1KcA .mbr-text,
.cid-v2eKjI1KcA .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2eKjI1KcA .mbr-section-title,
.cid-v2eKjI1KcA .mbr-section-btn {
  text-align: center;
  color: #ff692e;
}
.cid-v1zAWNG3Xv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v1zAWNG3Xv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zAWNG3Xv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zAWNG3Xv .row {
  justify-content: center;
}
.cid-v1zAWNG3Xv .card {
  justify-content: center;
}
.cid-v1zAWNG3Xv .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1zAWNG3Xv .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zAWNG3Xv .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1zAWNG3Xv .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v1zAWNG3Xv .nav-wrapper .list .item-wrap:hover,
.cid-v1zAWNG3Xv .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v1zAWNG3Xv .list,
.cid-v1zAWNG3Xv .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zAZKJz6p .navbar-dropdown {
  position: relative !important;
}
.cid-v1zAZKJz6p .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1zAZKJz6p .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1zAZKJz6p .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-v1zAZKJz6p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1zAZKJz6p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zAZKJz6p .dropdown-item:hover,
.cid-v1zAZKJz6p .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zAZKJz6p .dropdown-item:hover span {
  color: white;
}
.cid-v1zAZKJz6p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1zAZKJz6p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1zAZKJz6p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1zAZKJz6p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1zAZKJz6p .nav-link {
  position: relative;
}
.cid-v1zAZKJz6p .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1zAZKJz6p .container {
    flex-wrap: nowrap;
  }
}
.cid-v1zAZKJz6p .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1zAZKJz6p .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-v1zAZKJz6p .dropdown-menu,
.cid-v1zAZKJz6p .navbar.opened {
  background: #191c26 !important;
}
.cid-v1zAZKJz6p .nav-item:focus,
.cid-v1zAZKJz6p .nav-link:focus {
  outline: none;
}
.cid-v1zAZKJz6p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1zAZKJz6p .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1zAZKJz6p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1zAZKJz6p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1zAZKJz6p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1zAZKJz6p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1zAZKJz6p .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zAZKJz6p .navbar.opened {
  transition: all 0.3s;
}
.cid-v1zAZKJz6p .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v1zAZKJz6p .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1zAZKJz6p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1zAZKJz6p .navbar.collapsed {
  justify-content: center;
}
.cid-v1zAZKJz6p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1zAZKJz6p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1zAZKJz6p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v1zAZKJz6p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1zAZKJz6p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1zAZKJz6p .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-v1zAZKJz6p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1zAZKJz6p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1zAZKJz6p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1zAZKJz6p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1zAZKJz6p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1zAZKJz6p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1zAZKJz6p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1zAZKJz6p .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-v1zAZKJz6p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1zAZKJz6p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1zAZKJz6p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1zAZKJz6p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1zAZKJz6p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1zAZKJz6p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1zAZKJz6p .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1zAZKJz6p .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1zAZKJz6p .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1zAZKJz6p .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1zAZKJz6p .navbar-brand .navbar-caption:hover,
.cid-v1zAZKJz6p .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zAZKJz6p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1zAZKJz6p .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1zAZKJz6p .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zAZKJz6p .dropdown-item.active,
.cid-v1zAZKJz6p .dropdown-item:active {
  background-color: transparent;
}
.cid-v1zAZKJz6p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1zAZKJz6p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1zAZKJz6p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1zAZKJz6p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v1zAZKJz6p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1zAZKJz6p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1zAZKJz6p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1zAZKJz6p ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1zAZKJz6p ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1zAZKJz6p .navbar-buttons {
  text-align: center;
}
.cid-v1zAZKJz6p .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v1zAZKJz6p .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1zAZKJz6p .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1zAZKJz6p button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zAZKJz6p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1zAZKJz6p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1zAZKJz6p button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zAZKJz6p button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zAZKJz6p button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1zAZKJz6p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zAZKJz6p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1zAZKJz6p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1zAZKJz6p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zAZKJz6p .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1zAZKJz6p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zAZKJz6p .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-v1zAZKJz6p .navbar {
    height: 70px;
  }
  .cid-v1zAZKJz6p .navbar.opened {
    height: auto;
  }
  .cid-v1zAZKJz6p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1zAZKJz6p .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1zAZKJz6p .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1zAZKJz6p .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v1zAZKJz6p .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1zAZKJz6p .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-v1zAZKJz6p .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1zAZKJz6p .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1zAZKJz6p .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v1zAZKJz6p .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-v1zAZKJz6p .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-v1zAZKJz6p .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1zAZKJz6p .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1zAZKJz6p .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1zAZKJz6p .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1zAZKJz6p .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1zAZKJz6p .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v1zAZKJz6p .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v1zAZKJz6p .content-wrap {
  min-height: 110px;
}
.cid-v1zAZKXxGg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zAZKXxGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zAZKXxGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zAZKXxGg .row {
  justify-content: center;
}
.cid-v1zAZKXxGg .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1zAZKXxGg .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zAZKXxGg .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1zAZKXxGg .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1zAZKXxGg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v1zAZKXxGg .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v1zAZKXxGg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1zAZKXxGg .content-wrapper .tag-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-v1zAZKXxGg .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}
.cid-v1zAZKXxGg .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}
.cid-v1zAZKXxGg .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}
.cid-v1zAZKXxGg .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}
.cid-v1zAZKXxGg .mbr-section-title {
  color: #cbff5b;
}
.cid-v1zAZKXxGg .mbr-section-subtitle {
  color: #ff692e;
  text-align: center;
}
.cid-v1zAZKXxGg .mbr-text,
.cid-v1zAZKXxGg .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zAZKXxGg .mbr-tag,
.cid-v1zAZKXxGg .tag-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zAZKXxGg .mbr-section-title,
.cid-v1zAZKXxGg .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1zAZL6wpi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zAZL6wpi .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1zAZL6wpi .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1zAZL6wpi .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ff692e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zAZL6wpi .mbr-section-title {
  text-align: center;
}
.cid-v1zAZL6wpi .mbr-section-subtitle {
  text-align: center;
}
.cid-v1zAZL6wpi .mbr-text {
  color: #ffffff;
}
.cid-v2eKpQG9lq {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ff692e;
}
.cid-v2eKpQG9lq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eKpQG9lq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v2eKpQG9lq .container {
    max-width: 1400px;
  }
}
.cid-v2eKpQG9lq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #222733;
  margin-bottom: 2rem;
}
.cid-v2eKpQG9lq .row {
  justify-content: center;
}
.cid-v2eKpQG9lq .mbr-section-title {
  color: #ffffff;
}
.cid-v2eKpQG9lq .card-text {
  color: #ffffff;
}
.cid-v2eKpQG9lq .card-title,
.cid-v2eKpQG9lq .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2eKpQG9lq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2eKqmEQIW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c313f;
}
.cid-v2eKqmEQIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eKqmEQIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eKqmEQIW .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2eKqmEQIW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2eKqmEQIW .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2eKqmEQIW .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2eKqmEQIW .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v2eKqmEQIW .mbr-section-title {
  color: #ff6d99;
}
.cid-v2eKqmEQIW .mbr-text,
.cid-v2eKqmEQIW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2eKqmEQIW .mbr-section-title,
.cid-v2eKqmEQIW .mbr-section-btn {
  text-align: center;
  color: #ff692e;
}
.cid-v1zAZLAIj1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v1zAZLAIj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zAZLAIj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zAZLAIj1 .row {
  justify-content: center;
}
.cid-v1zAZLAIj1 .card {
  justify-content: center;
}
.cid-v1zAZLAIj1 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1zAZLAIj1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zAZLAIj1 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1zAZLAIj1 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v1zAZLAIj1 .nav-wrapper .list .item-wrap:hover,
.cid-v1zAZLAIj1 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v1zAZLAIj1 .list,
.cid-v1zAZLAIj1 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zAZ9MomF .navbar-dropdown {
  position: relative !important;
}
.cid-v1zAZ9MomF .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1zAZ9MomF .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1zAZ9MomF .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-v1zAZ9MomF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1zAZ9MomF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zAZ9MomF .dropdown-item:hover,
.cid-v1zAZ9MomF .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zAZ9MomF .dropdown-item:hover span {
  color: white;
}
.cid-v1zAZ9MomF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1zAZ9MomF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1zAZ9MomF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1zAZ9MomF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1zAZ9MomF .nav-link {
  position: relative;
}
.cid-v1zAZ9MomF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1zAZ9MomF .container {
    flex-wrap: nowrap;
  }
}
.cid-v1zAZ9MomF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1zAZ9MomF .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-v1zAZ9MomF .dropdown-menu,
.cid-v1zAZ9MomF .navbar.opened {
  background: #191c26 !important;
}
.cid-v1zAZ9MomF .nav-item:focus,
.cid-v1zAZ9MomF .nav-link:focus {
  outline: none;
}
.cid-v1zAZ9MomF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1zAZ9MomF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1zAZ9MomF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1zAZ9MomF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1zAZ9MomF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1zAZ9MomF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1zAZ9MomF .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zAZ9MomF .navbar.opened {
  transition: all 0.3s;
}
.cid-v1zAZ9MomF .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v1zAZ9MomF .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1zAZ9MomF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1zAZ9MomF .navbar.collapsed {
  justify-content: center;
}
.cid-v1zAZ9MomF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1zAZ9MomF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1zAZ9MomF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v1zAZ9MomF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1zAZ9MomF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1zAZ9MomF .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-v1zAZ9MomF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1zAZ9MomF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1zAZ9MomF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1zAZ9MomF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1zAZ9MomF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1zAZ9MomF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1zAZ9MomF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1zAZ9MomF .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-v1zAZ9MomF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1zAZ9MomF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1zAZ9MomF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1zAZ9MomF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1zAZ9MomF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1zAZ9MomF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1zAZ9MomF .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1zAZ9MomF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1zAZ9MomF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1zAZ9MomF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1zAZ9MomF .navbar-brand .navbar-caption:hover,
.cid-v1zAZ9MomF .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zAZ9MomF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1zAZ9MomF .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1zAZ9MomF .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zAZ9MomF .dropdown-item.active,
.cid-v1zAZ9MomF .dropdown-item:active {
  background-color: transparent;
}
.cid-v1zAZ9MomF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1zAZ9MomF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1zAZ9MomF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1zAZ9MomF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v1zAZ9MomF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1zAZ9MomF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1zAZ9MomF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1zAZ9MomF ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1zAZ9MomF ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1zAZ9MomF .navbar-buttons {
  text-align: center;
}
.cid-v1zAZ9MomF .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v1zAZ9MomF .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1zAZ9MomF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1zAZ9MomF button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zAZ9MomF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1zAZ9MomF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1zAZ9MomF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zAZ9MomF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zAZ9MomF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1zAZ9MomF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zAZ9MomF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1zAZ9MomF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1zAZ9MomF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zAZ9MomF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1zAZ9MomF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zAZ9MomF .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-v1zAZ9MomF .navbar {
    height: 70px;
  }
  .cid-v1zAZ9MomF .navbar.opened {
    height: auto;
  }
  .cid-v1zAZ9MomF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1zAZ9MomF .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1zAZ9MomF .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1zAZ9MomF .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v1zAZ9MomF .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1zAZ9MomF .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-v1zAZ9MomF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1zAZ9MomF .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1zAZ9MomF .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v1zAZ9MomF .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-v1zAZ9MomF .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-v1zAZ9MomF .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1zAZ9MomF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1zAZ9MomF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1zAZ9MomF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1zAZ9MomF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1zAZ9MomF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v1zAZ9MomF .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v1zAZ9MomF .content-wrap {
  min-height: 110px;
}
.cid-v1zAZa0zMu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zAZa0zMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zAZa0zMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zAZa0zMu .row {
  justify-content: center;
}
.cid-v1zAZa0zMu .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1zAZa0zMu .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zAZa0zMu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1zAZa0zMu .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1zAZa0zMu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v1zAZa0zMu .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v1zAZa0zMu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1zAZa0zMu .content-wrapper .tag-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-v1zAZa0zMu .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}
.cid-v1zAZa0zMu .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}
.cid-v1zAZa0zMu .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}
.cid-v1zAZa0zMu .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}
.cid-v1zAZa0zMu .mbr-section-title {
  color: #cbff5b;
}
.cid-v1zAZa0zMu .mbr-section-subtitle {
  color: #ff692e;
  text-align: center;
}
.cid-v1zAZa0zMu .mbr-text,
.cid-v1zAZa0zMu .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zAZa0zMu .mbr-tag,
.cid-v1zAZa0zMu .tag-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zAZa0zMu .mbr-section-title,
.cid-v1zAZa0zMu .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1zAZaakdW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zAZaakdW .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1zAZaakdW .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1zAZaakdW .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ff692e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zAZaakdW .mbr-section-title {
  text-align: center;
}
.cid-v1zAZaakdW .mbr-section-subtitle {
  text-align: center;
}
.cid-v1zAZaakdW .mbr-text {
  color: #ffffff;
}
.cid-v2eKE48vmK {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ff692e;
}
.cid-v2eKE48vmK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eKE48vmK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v2eKE48vmK .container {
    max-width: 1400px;
  }
}
.cid-v2eKE48vmK .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #222733;
  margin-bottom: 2rem;
}
.cid-v2eKE48vmK .row {
  justify-content: center;
}
.cid-v2eKE48vmK .mbr-section-title {
  color: #ffffff;
}
.cid-v2eKE48vmK .card-text {
  color: #ffffff;
}
.cid-v2eKE48vmK .card-title,
.cid-v2eKE48vmK .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2eKE48vmK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2eKExwWfT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c313f;
}
.cid-v2eKExwWfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eKExwWfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eKExwWfT .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2eKExwWfT .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2eKExwWfT .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2eKExwWfT .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2eKExwWfT .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v2eKExwWfT .mbr-section-title {
  color: #ff6d99;
}
.cid-v2eKExwWfT .mbr-text,
.cid-v2eKExwWfT .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2eKExwWfT .mbr-section-title,
.cid-v2eKExwWfT .mbr-section-btn {
  text-align: center;
  color: #ff692e;
}
.cid-v1zAZaFsIg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v1zAZaFsIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zAZaFsIg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zAZaFsIg .row {
  justify-content: center;
}
.cid-v1zAZaFsIg .card {
  justify-content: center;
}
.cid-v1zAZaFsIg .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1zAZaFsIg .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zAZaFsIg .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1zAZaFsIg .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v1zAZaFsIg .nav-wrapper .list .item-wrap:hover,
.cid-v1zAZaFsIg .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v1zAZaFsIg .list,
.cid-v1zAZaFsIg .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zBwQWema .navbar-dropdown {
  position: relative !important;
}
.cid-v1zBwQWema .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1zBwQWema .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1zBwQWema .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-v1zBwQWema .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1zBwQWema .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zBwQWema .dropdown-item:hover,
.cid-v1zBwQWema .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zBwQWema .dropdown-item:hover span {
  color: white;
}
.cid-v1zBwQWema .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1zBwQWema .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1zBwQWema .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1zBwQWema .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1zBwQWema .nav-link {
  position: relative;
}
.cid-v1zBwQWema .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1zBwQWema .container {
    flex-wrap: nowrap;
  }
}
.cid-v1zBwQWema .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1zBwQWema .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-v1zBwQWema .dropdown-menu,
.cid-v1zBwQWema .navbar.opened {
  background: #191c26 !important;
}
.cid-v1zBwQWema .nav-item:focus,
.cid-v1zBwQWema .nav-link:focus {
  outline: none;
}
.cid-v1zBwQWema .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1zBwQWema .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1zBwQWema .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1zBwQWema .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1zBwQWema .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1zBwQWema .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1zBwQWema .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zBwQWema .navbar.opened {
  transition: all 0.3s;
}
.cid-v1zBwQWema .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v1zBwQWema .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1zBwQWema .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1zBwQWema .navbar.collapsed {
  justify-content: center;
}
.cid-v1zBwQWema .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1zBwQWema .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1zBwQWema .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v1zBwQWema .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1zBwQWema .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1zBwQWema .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-v1zBwQWema .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1zBwQWema .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1zBwQWema .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1zBwQWema .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1zBwQWema .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1zBwQWema .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1zBwQWema .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1zBwQWema .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-v1zBwQWema .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1zBwQWema .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1zBwQWema .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1zBwQWema .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1zBwQWema .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1zBwQWema .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1zBwQWema .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1zBwQWema .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1zBwQWema .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1zBwQWema .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1zBwQWema .navbar-brand .navbar-caption:hover,
.cid-v1zBwQWema .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zBwQWema .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1zBwQWema .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1zBwQWema .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zBwQWema .dropdown-item.active,
.cid-v1zBwQWema .dropdown-item:active {
  background-color: transparent;
}
.cid-v1zBwQWema .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1zBwQWema .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1zBwQWema .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1zBwQWema .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v1zBwQWema .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1zBwQWema .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1zBwQWema .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1zBwQWema ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1zBwQWema ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1zBwQWema .navbar-buttons {
  text-align: center;
}
.cid-v1zBwQWema .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v1zBwQWema .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1zBwQWema .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1zBwQWema button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zBwQWema button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1zBwQWema button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1zBwQWema button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zBwQWema button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zBwQWema button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1zBwQWema nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zBwQWema nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1zBwQWema nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1zBwQWema nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zBwQWema .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1zBwQWema a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zBwQWema .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-v1zBwQWema .navbar {
    height: 70px;
  }
  .cid-v1zBwQWema .navbar.opened {
    height: auto;
  }
  .cid-v1zBwQWema .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1zBwQWema .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1zBwQWema .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1zBwQWema .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v1zBwQWema .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1zBwQWema .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-v1zBwQWema .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1zBwQWema .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1zBwQWema .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v1zBwQWema .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-v1zBwQWema .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-v1zBwQWema .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1zBwQWema .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1zBwQWema .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1zBwQWema .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1zBwQWema .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1zBwQWema .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v1zBwQWema .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v1zBwQWema .content-wrap {
  min-height: 110px;
}
.cid-v1zBwRgBxk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zBwRgBxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zBwRgBxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zBwRgBxk .row {
  justify-content: center;
}
.cid-v1zBwRgBxk .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1zBwRgBxk .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zBwRgBxk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1zBwRgBxk .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1zBwRgBxk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v1zBwRgBxk .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v1zBwRgBxk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1zBwRgBxk .content-wrapper .tag-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-v1zBwRgBxk .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}
.cid-v1zBwRgBxk .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}
.cid-v1zBwRgBxk .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}
.cid-v1zBwRgBxk .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}
.cid-v1zBwRgBxk .mbr-section-title {
  color: #cbff5b;
}
.cid-v1zBwRgBxk .mbr-section-subtitle {
  color: #ff692e;
  text-align: center;
}
.cid-v1zBwRgBxk .mbr-text,
.cid-v1zBwRgBxk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zBwRgBxk .mbr-tag,
.cid-v1zBwRgBxk .tag-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zBwRgBxk .mbr-section-title,
.cid-v1zBwRgBxk .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1zBwRsSIN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zBwRsSIN .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1zBwRsSIN .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1zBwRsSIN .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ff692e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zBwRsSIN .mbr-section-title {
  text-align: center;
}
.cid-v1zBwRsSIN .mbr-section-subtitle {
  text-align: center;
}
.cid-v1zBwRsSIN .mbr-text {
  color: #ffffff;
}
.cid-v2eKJUDcjY {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ff692e;
}
.cid-v2eKJUDcjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eKJUDcjY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v2eKJUDcjY .container {
    max-width: 1400px;
  }
}
.cid-v2eKJUDcjY .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #222733;
  margin-bottom: 2rem;
}
.cid-v2eKJUDcjY .row {
  justify-content: center;
}
.cid-v2eKJUDcjY .mbr-section-title {
  color: #ffffff;
}
.cid-v2eKJUDcjY .card-text {
  color: #ffffff;
}
.cid-v2eKJUDcjY .card-title,
.cid-v2eKJUDcjY .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2eKJUDcjY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2eKKiEfqk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c313f;
}
.cid-v2eKKiEfqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eKKiEfqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eKKiEfqk .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2eKKiEfqk .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2eKKiEfqk .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2eKKiEfqk .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2eKKiEfqk .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v2eKKiEfqk .mbr-section-title {
  color: #ff6d99;
}
.cid-v2eKKiEfqk .mbr-text,
.cid-v2eKKiEfqk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2eKKiEfqk .mbr-section-title,
.cid-v2eKKiEfqk .mbr-section-btn {
  text-align: center;
  color: #ff692e;
}
.cid-v1zBwRYtke {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v1zBwRYtke .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zBwRYtke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zBwRYtke .row {
  justify-content: center;
}
.cid-v1zBwRYtke .card {
  justify-content: center;
}
.cid-v1zBwRYtke .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1zBwRYtke .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zBwRYtke .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1zBwRYtke .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v1zBwRYtke .nav-wrapper .list .item-wrap:hover,
.cid-v1zBwRYtke .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v1zBwRYtke .list,
.cid-v1zBwRYtke .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zBBjfAEh .navbar-dropdown {
  position: relative !important;
}
.cid-v1zBBjfAEh .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1zBBjfAEh .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1zBBjfAEh .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-v1zBBjfAEh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1zBBjfAEh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zBBjfAEh .dropdown-item:hover,
.cid-v1zBBjfAEh .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zBBjfAEh .dropdown-item:hover span {
  color: white;
}
.cid-v1zBBjfAEh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1zBBjfAEh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1zBBjfAEh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1zBBjfAEh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1zBBjfAEh .nav-link {
  position: relative;
}
.cid-v1zBBjfAEh .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1zBBjfAEh .container {
    flex-wrap: nowrap;
  }
}
.cid-v1zBBjfAEh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1zBBjfAEh .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-v1zBBjfAEh .dropdown-menu,
.cid-v1zBBjfAEh .navbar.opened {
  background: #191c26 !important;
}
.cid-v1zBBjfAEh .nav-item:focus,
.cid-v1zBBjfAEh .nav-link:focus {
  outline: none;
}
.cid-v1zBBjfAEh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1zBBjfAEh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1zBBjfAEh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1zBBjfAEh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1zBBjfAEh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1zBBjfAEh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1zBBjfAEh .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zBBjfAEh .navbar.opened {
  transition: all 0.3s;
}
.cid-v1zBBjfAEh .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v1zBBjfAEh .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1zBBjfAEh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1zBBjfAEh .navbar.collapsed {
  justify-content: center;
}
.cid-v1zBBjfAEh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1zBBjfAEh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1zBBjfAEh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v1zBBjfAEh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1zBBjfAEh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1zBBjfAEh .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-v1zBBjfAEh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1zBBjfAEh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1zBBjfAEh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1zBBjfAEh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1zBBjfAEh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1zBBjfAEh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1zBBjfAEh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1zBBjfAEh .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-v1zBBjfAEh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1zBBjfAEh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1zBBjfAEh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1zBBjfAEh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1zBBjfAEh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1zBBjfAEh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1zBBjfAEh .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1zBBjfAEh .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1zBBjfAEh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1zBBjfAEh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1zBBjfAEh .navbar-brand .navbar-caption:hover,
.cid-v1zBBjfAEh .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zBBjfAEh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1zBBjfAEh .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1zBBjfAEh .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zBBjfAEh .dropdown-item.active,
.cid-v1zBBjfAEh .dropdown-item:active {
  background-color: transparent;
}
.cid-v1zBBjfAEh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1zBBjfAEh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1zBBjfAEh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1zBBjfAEh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v1zBBjfAEh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1zBBjfAEh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1zBBjfAEh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1zBBjfAEh ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1zBBjfAEh ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1zBBjfAEh .navbar-buttons {
  text-align: center;
}
.cid-v1zBBjfAEh .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v1zBBjfAEh .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1zBBjfAEh .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1zBBjfAEh button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zBBjfAEh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1zBBjfAEh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1zBBjfAEh button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zBBjfAEh button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zBBjfAEh button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1zBBjfAEh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zBBjfAEh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1zBBjfAEh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1zBBjfAEh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zBBjfAEh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1zBBjfAEh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zBBjfAEh .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-v1zBBjfAEh .navbar {
    height: 70px;
  }
  .cid-v1zBBjfAEh .navbar.opened {
    height: auto;
  }
  .cid-v1zBBjfAEh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1zBBjfAEh .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1zBBjfAEh .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1zBBjfAEh .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v1zBBjfAEh .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1zBBjfAEh .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-v1zBBjfAEh .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1zBBjfAEh .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1zBBjfAEh .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v1zBBjfAEh .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-v1zBBjfAEh .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-v1zBBjfAEh .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1zBBjfAEh .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1zBBjfAEh .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1zBBjfAEh .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1zBBjfAEh .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1zBBjfAEh .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v1zBBjfAEh .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v1zBBjfAEh .content-wrap {
  min-height: 110px;
}
.cid-v1zBBjvXY8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zBBjvXY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zBBjvXY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zBBjvXY8 .row {
  justify-content: center;
}
.cid-v1zBBjvXY8 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1zBBjvXY8 .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zBBjvXY8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1zBBjvXY8 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1zBBjvXY8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v1zBBjvXY8 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v1zBBjvXY8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1zBBjvXY8 .content-wrapper .tag-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-v1zBBjvXY8 .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}
.cid-v1zBBjvXY8 .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}
.cid-v1zBBjvXY8 .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}
.cid-v1zBBjvXY8 .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}
.cid-v1zBBjvXY8 .mbr-section-title {
  color: #cbff5b;
}
.cid-v1zBBjvXY8 .mbr-section-subtitle {
  color: #ff692e;
  text-align: center;
}
.cid-v1zBBjvXY8 .mbr-text,
.cid-v1zBBjvXY8 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zBBjvXY8 .mbr-tag,
.cid-v1zBBjvXY8 .tag-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zBBjvXY8 .mbr-section-title,
.cid-v1zBBjvXY8 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1zBBjG03r {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zBBjG03r .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1zBBjG03r .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1zBBjG03r .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ff692e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zBBjG03r .mbr-section-title {
  text-align: center;
}
.cid-v1zBBjG03r .mbr-section-subtitle {
  text-align: center;
}
.cid-v1zBBjG03r .mbr-text {
  color: #ffffff;
}
.cid-v2eKPPVBq7 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ff692e;
}
.cid-v2eKPPVBq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eKPPVBq7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v2eKPPVBq7 .container {
    max-width: 1400px;
  }
}
.cid-v2eKPPVBq7 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #222733;
  margin-bottom: 2rem;
}
.cid-v2eKPPVBq7 .row {
  justify-content: center;
}
.cid-v2eKPPVBq7 .mbr-section-title {
  color: #ffffff;
}
.cid-v2eKPPVBq7 .card-text {
  color: #ffffff;
}
.cid-v2eKPPVBq7 .card-title,
.cid-v2eKPPVBq7 .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2eKPPVBq7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2eKQsVIxn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c313f;
}
.cid-v2eKQsVIxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eKQsVIxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eKQsVIxn .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2eKQsVIxn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2eKQsVIxn .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2eKQsVIxn .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2eKQsVIxn .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v2eKQsVIxn .mbr-section-title {
  color: #ff6d99;
}
.cid-v2eKQsVIxn .mbr-text,
.cid-v2eKQsVIxn .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2eKQsVIxn .mbr-section-title,
.cid-v2eKQsVIxn .mbr-section-btn {
  text-align: center;
  color: #ff692e;
}
.cid-v1zBBkge4P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v1zBBkge4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zBBkge4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zBBkge4P .row {
  justify-content: center;
}
.cid-v1zBBkge4P .card {
  justify-content: center;
}
.cid-v1zBBkge4P .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1zBBkge4P .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zBBkge4P .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1zBBkge4P .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v1zBBkge4P .nav-wrapper .list .item-wrap:hover,
.cid-v1zBBkge4P .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v1zBBkge4P .list,
.cid-v1zBBkge4P .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zBEauNyP .navbar-dropdown {
  position: relative !important;
}
.cid-v1zBEauNyP .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1zBEauNyP .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1zBEauNyP .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-v1zBEauNyP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1zBEauNyP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zBEauNyP .dropdown-item:hover,
.cid-v1zBEauNyP .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zBEauNyP .dropdown-item:hover span {
  color: white;
}
.cid-v1zBEauNyP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1zBEauNyP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1zBEauNyP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1zBEauNyP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1zBEauNyP .nav-link {
  position: relative;
}
.cid-v1zBEauNyP .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1zBEauNyP .container {
    flex-wrap: nowrap;
  }
}
.cid-v1zBEauNyP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1zBEauNyP .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-v1zBEauNyP .dropdown-menu,
.cid-v1zBEauNyP .navbar.opened {
  background: #191c26 !important;
}
.cid-v1zBEauNyP .nav-item:focus,
.cid-v1zBEauNyP .nav-link:focus {
  outline: none;
}
.cid-v1zBEauNyP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1zBEauNyP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1zBEauNyP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1zBEauNyP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1zBEauNyP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1zBEauNyP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1zBEauNyP .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zBEauNyP .navbar.opened {
  transition: all 0.3s;
}
.cid-v1zBEauNyP .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v1zBEauNyP .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1zBEauNyP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1zBEauNyP .navbar.collapsed {
  justify-content: center;
}
.cid-v1zBEauNyP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1zBEauNyP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1zBEauNyP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v1zBEauNyP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1zBEauNyP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1zBEauNyP .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-v1zBEauNyP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1zBEauNyP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1zBEauNyP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1zBEauNyP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1zBEauNyP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1zBEauNyP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1zBEauNyP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1zBEauNyP .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-v1zBEauNyP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1zBEauNyP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1zBEauNyP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1zBEauNyP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1zBEauNyP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1zBEauNyP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1zBEauNyP .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1zBEauNyP .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1zBEauNyP .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1zBEauNyP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1zBEauNyP .navbar-brand .navbar-caption:hover,
.cid-v1zBEauNyP .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zBEauNyP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1zBEauNyP .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1zBEauNyP .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zBEauNyP .dropdown-item.active,
.cid-v1zBEauNyP .dropdown-item:active {
  background-color: transparent;
}
.cid-v1zBEauNyP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1zBEauNyP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1zBEauNyP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1zBEauNyP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v1zBEauNyP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1zBEauNyP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1zBEauNyP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1zBEauNyP ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1zBEauNyP ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1zBEauNyP .navbar-buttons {
  text-align: center;
}
.cid-v1zBEauNyP .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v1zBEauNyP .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1zBEauNyP .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1zBEauNyP button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zBEauNyP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1zBEauNyP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1zBEauNyP button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zBEauNyP button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zBEauNyP button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1zBEauNyP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zBEauNyP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1zBEauNyP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1zBEauNyP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zBEauNyP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1zBEauNyP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zBEauNyP .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-v1zBEauNyP .navbar {
    height: 70px;
  }
  .cid-v1zBEauNyP .navbar.opened {
    height: auto;
  }
  .cid-v1zBEauNyP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1zBEauNyP .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1zBEauNyP .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1zBEauNyP .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v1zBEauNyP .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1zBEauNyP .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-v1zBEauNyP .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1zBEauNyP .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1zBEauNyP .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v1zBEauNyP .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-v1zBEauNyP .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-v1zBEauNyP .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1zBEauNyP .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1zBEauNyP .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1zBEauNyP .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1zBEauNyP .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1zBEauNyP .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v1zBEauNyP .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v1zBEauNyP .content-wrap {
  min-height: 110px;
}
.cid-v1zBEaLriE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zBEaLriE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zBEaLriE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zBEaLriE .row {
  justify-content: center;
}
.cid-v1zBEaLriE .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1zBEaLriE .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zBEaLriE .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1zBEaLriE .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1zBEaLriE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v1zBEaLriE .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v1zBEaLriE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1zBEaLriE .content-wrapper .tag-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-v1zBEaLriE .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}
.cid-v1zBEaLriE .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}
.cid-v1zBEaLriE .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}
.cid-v1zBEaLriE .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}
.cid-v1zBEaLriE .mbr-section-title {
  color: #cbff5b;
}
.cid-v1zBEaLriE .mbr-section-subtitle {
  color: #ff692e;
  text-align: center;
}
.cid-v1zBEaLriE .mbr-text,
.cid-v1zBEaLriE .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zBEaLriE .mbr-tag,
.cid-v1zBEaLriE .tag-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zBEaLriE .mbr-section-title,
.cid-v1zBEaLriE .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1zBEaUuev {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zBEaUuev .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1zBEaUuev .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1zBEaUuev .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ff692e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zBEaUuev .mbr-section-title {
  text-align: center;
}
.cid-v1zBEaUuev .mbr-section-subtitle {
  text-align: center;
}
.cid-v1zBEaUuev .mbr-text {
  color: #ffffff;
}
.cid-v2eKWuHNqi {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ff692e;
}
.cid-v2eKWuHNqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eKWuHNqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v2eKWuHNqi .container {
    max-width: 1400px;
  }
}
.cid-v2eKWuHNqi .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #222733;
  margin-bottom: 2rem;
}
.cid-v2eKWuHNqi .row {
  justify-content: center;
}
.cid-v2eKWuHNqi .mbr-section-title {
  color: #ffffff;
}
.cid-v2eKWuHNqi .card-text {
  color: #ffffff;
}
.cid-v2eKWuHNqi .card-title,
.cid-v2eKWuHNqi .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2eKWuHNqi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2eKX1AGjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c313f;
}
.cid-v2eKX1AGjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eKX1AGjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eKX1AGjd .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2eKX1AGjd .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2eKX1AGjd .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2eKX1AGjd .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2eKX1AGjd .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v2eKX1AGjd .mbr-section-title {
  color: #ff6d99;
}
.cid-v2eKX1AGjd .mbr-text,
.cid-v2eKX1AGjd .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2eKX1AGjd .mbr-section-title,
.cid-v2eKX1AGjd .mbr-section-btn {
  text-align: center;
  color: #ff692e;
}
.cid-v1zBEbrtys {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v1zBEbrtys .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zBEbrtys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zBEbrtys .row {
  justify-content: center;
}
.cid-v1zBEbrtys .card {
  justify-content: center;
}
.cid-v1zBEbrtys .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1zBEbrtys .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zBEbrtys .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1zBEbrtys .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v1zBEbrtys .nav-wrapper .list .item-wrap:hover,
.cid-v1zBEbrtys .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v1zBEbrtys .list,
.cid-v1zBEbrtys .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zC1hG2Ip .navbar-dropdown {
  position: relative !important;
}
.cid-v1zC1hG2Ip .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1zC1hG2Ip .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1zC1hG2Ip .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-v1zC1hG2Ip .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1zC1hG2Ip .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zC1hG2Ip .dropdown-item:hover,
.cid-v1zC1hG2Ip .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zC1hG2Ip .dropdown-item:hover span {
  color: white;
}
.cid-v1zC1hG2Ip .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1zC1hG2Ip .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1zC1hG2Ip .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1zC1hG2Ip .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1zC1hG2Ip .nav-link {
  position: relative;
}
.cid-v1zC1hG2Ip .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1zC1hG2Ip .container {
    flex-wrap: nowrap;
  }
}
.cid-v1zC1hG2Ip .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1zC1hG2Ip .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-v1zC1hG2Ip .dropdown-menu,
.cid-v1zC1hG2Ip .navbar.opened {
  background: #191c26 !important;
}
.cid-v1zC1hG2Ip .nav-item:focus,
.cid-v1zC1hG2Ip .nav-link:focus {
  outline: none;
}
.cid-v1zC1hG2Ip .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1zC1hG2Ip .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1zC1hG2Ip .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1zC1hG2Ip .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1zC1hG2Ip .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1zC1hG2Ip .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1zC1hG2Ip .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zC1hG2Ip .navbar.opened {
  transition: all 0.3s;
}
.cid-v1zC1hG2Ip .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v1zC1hG2Ip .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1zC1hG2Ip .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1zC1hG2Ip .navbar.collapsed {
  justify-content: center;
}
.cid-v1zC1hG2Ip .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1zC1hG2Ip .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1zC1hG2Ip .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v1zC1hG2Ip .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1zC1hG2Ip .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1zC1hG2Ip .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-v1zC1hG2Ip .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1zC1hG2Ip .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1zC1hG2Ip .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1zC1hG2Ip .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1zC1hG2Ip .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1zC1hG2Ip .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1zC1hG2Ip .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1zC1hG2Ip .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-v1zC1hG2Ip .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1zC1hG2Ip .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1zC1hG2Ip .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1zC1hG2Ip .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1zC1hG2Ip .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1zC1hG2Ip .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1zC1hG2Ip .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1zC1hG2Ip .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1zC1hG2Ip .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1zC1hG2Ip .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1zC1hG2Ip .navbar-brand .navbar-caption:hover,
.cid-v1zC1hG2Ip .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zC1hG2Ip .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1zC1hG2Ip .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1zC1hG2Ip .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zC1hG2Ip .dropdown-item.active,
.cid-v1zC1hG2Ip .dropdown-item:active {
  background-color: transparent;
}
.cid-v1zC1hG2Ip .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1zC1hG2Ip .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1zC1hG2Ip .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1zC1hG2Ip .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v1zC1hG2Ip .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1zC1hG2Ip .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1zC1hG2Ip .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1zC1hG2Ip ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1zC1hG2Ip ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1zC1hG2Ip .navbar-buttons {
  text-align: center;
}
.cid-v1zC1hG2Ip .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v1zC1hG2Ip .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1zC1hG2Ip .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1zC1hG2Ip button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zC1hG2Ip button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1zC1hG2Ip button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1zC1hG2Ip button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zC1hG2Ip button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zC1hG2Ip button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1zC1hG2Ip nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zC1hG2Ip nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1zC1hG2Ip nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1zC1hG2Ip nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zC1hG2Ip .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1zC1hG2Ip a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zC1hG2Ip .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-v1zC1hG2Ip .navbar {
    height: 70px;
  }
  .cid-v1zC1hG2Ip .navbar.opened {
    height: auto;
  }
  .cid-v1zC1hG2Ip .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1zC1hG2Ip .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1zC1hG2Ip .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1zC1hG2Ip .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v1zC1hG2Ip .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1zC1hG2Ip .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-v1zC1hG2Ip .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1zC1hG2Ip .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1zC1hG2Ip .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v1zC1hG2Ip .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-v1zC1hG2Ip .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-v1zC1hG2Ip .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1zC1hG2Ip .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1zC1hG2Ip .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1zC1hG2Ip .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1zC1hG2Ip .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1zC1hG2Ip .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v1zC1hG2Ip .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v1zC1hG2Ip .content-wrap {
  min-height: 110px;
}
.cid-v1zC1hZEqw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zC1hZEqw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zC1hZEqw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zC1hZEqw .row {
  justify-content: center;
}
.cid-v1zC1hZEqw .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1zC1hZEqw .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zC1hZEqw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1zC1hZEqw .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1zC1hZEqw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v1zC1hZEqw .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v1zC1hZEqw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1zC1hZEqw .content-wrapper .tag-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-v1zC1hZEqw .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}
.cid-v1zC1hZEqw .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}
.cid-v1zC1hZEqw .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}
.cid-v1zC1hZEqw .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}
.cid-v1zC1hZEqw .mbr-section-title {
  color: #cbff5b;
}
.cid-v1zC1hZEqw .mbr-section-subtitle {
  color: #ff692e;
  text-align: center;
}
.cid-v1zC1hZEqw .mbr-text,
.cid-v1zC1hZEqw .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zC1hZEqw .mbr-tag,
.cid-v1zC1hZEqw .tag-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zC1hZEqw .mbr-section-title,
.cid-v1zC1hZEqw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1zC1iaQhV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zC1iaQhV .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1zC1iaQhV .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1zC1iaQhV .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ff692e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zC1iaQhV .mbr-section-title {
  text-align: center;
}
.cid-v1zC1iaQhV .mbr-section-subtitle {
  text-align: center;
}
.cid-v1zC1iaQhV .mbr-text {
  color: #ffffff;
}
.cid-v2eL3MmO0e {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ff692e;
}
.cid-v2eL3MmO0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eL3MmO0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v2eL3MmO0e .container {
    max-width: 1400px;
  }
}
.cid-v2eL3MmO0e .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #222733;
  margin-bottom: 2rem;
}
.cid-v2eL3MmO0e .row {
  justify-content: center;
}
.cid-v2eL3MmO0e .mbr-section-title {
  color: #ffffff;
}
.cid-v2eL3MmO0e .card-text {
  color: #ffffff;
}
.cid-v2eL3MmO0e .card-title,
.cid-v2eL3MmO0e .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2eL3MmO0e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2eL4jUBno {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c313f;
}
.cid-v2eL4jUBno .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eL4jUBno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eL4jUBno .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2eL4jUBno .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2eL4jUBno .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2eL4jUBno .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2eL4jUBno .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v2eL4jUBno .mbr-section-title {
  color: #ff6d99;
}
.cid-v2eL4jUBno .mbr-text,
.cid-v2eL4jUBno .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2eL4jUBno .mbr-section-title,
.cid-v2eL4jUBno .mbr-section-btn {
  text-align: center;
  color: #ff692e;
}
.cid-v1zC1iHFxu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v1zC1iHFxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zC1iHFxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zC1iHFxu .row {
  justify-content: center;
}
.cid-v1zC1iHFxu .card {
  justify-content: center;
}
.cid-v1zC1iHFxu .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1zC1iHFxu .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zC1iHFxu .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1zC1iHFxu .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v1zC1iHFxu .nav-wrapper .list .item-wrap:hover,
.cid-v1zC1iHFxu .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v1zC1iHFxu .list,
.cid-v1zC1iHFxu .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zC4v0mPb .navbar-dropdown {
  position: relative !important;
}
.cid-v1zC4v0mPb .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1zC4v0mPb .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1zC4v0mPb .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-v1zC4v0mPb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1zC4v0mPb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zC4v0mPb .dropdown-item:hover,
.cid-v1zC4v0mPb .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zC4v0mPb .dropdown-item:hover span {
  color: white;
}
.cid-v1zC4v0mPb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1zC4v0mPb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1zC4v0mPb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1zC4v0mPb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1zC4v0mPb .nav-link {
  position: relative;
}
.cid-v1zC4v0mPb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1zC4v0mPb .container {
    flex-wrap: nowrap;
  }
}
.cid-v1zC4v0mPb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1zC4v0mPb .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-v1zC4v0mPb .dropdown-menu,
.cid-v1zC4v0mPb .navbar.opened {
  background: #191c26 !important;
}
.cid-v1zC4v0mPb .nav-item:focus,
.cid-v1zC4v0mPb .nav-link:focus {
  outline: none;
}
.cid-v1zC4v0mPb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1zC4v0mPb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1zC4v0mPb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1zC4v0mPb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1zC4v0mPb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1zC4v0mPb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1zC4v0mPb .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zC4v0mPb .navbar.opened {
  transition: all 0.3s;
}
.cid-v1zC4v0mPb .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v1zC4v0mPb .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1zC4v0mPb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1zC4v0mPb .navbar.collapsed {
  justify-content: center;
}
.cid-v1zC4v0mPb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1zC4v0mPb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1zC4v0mPb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v1zC4v0mPb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1zC4v0mPb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1zC4v0mPb .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-v1zC4v0mPb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1zC4v0mPb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1zC4v0mPb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1zC4v0mPb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1zC4v0mPb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1zC4v0mPb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1zC4v0mPb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1zC4v0mPb .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-v1zC4v0mPb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1zC4v0mPb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1zC4v0mPb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1zC4v0mPb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1zC4v0mPb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1zC4v0mPb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1zC4v0mPb .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1zC4v0mPb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1zC4v0mPb .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1zC4v0mPb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1zC4v0mPb .navbar-brand .navbar-caption:hover,
.cid-v1zC4v0mPb .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zC4v0mPb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1zC4v0mPb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1zC4v0mPb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zC4v0mPb .dropdown-item.active,
.cid-v1zC4v0mPb .dropdown-item:active {
  background-color: transparent;
}
.cid-v1zC4v0mPb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1zC4v0mPb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1zC4v0mPb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1zC4v0mPb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v1zC4v0mPb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1zC4v0mPb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1zC4v0mPb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1zC4v0mPb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1zC4v0mPb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1zC4v0mPb .navbar-buttons {
  text-align: center;
}
.cid-v1zC4v0mPb .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v1zC4v0mPb .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1zC4v0mPb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1zC4v0mPb button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zC4v0mPb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1zC4v0mPb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1zC4v0mPb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zC4v0mPb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zC4v0mPb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1zC4v0mPb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zC4v0mPb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1zC4v0mPb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1zC4v0mPb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zC4v0mPb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1zC4v0mPb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zC4v0mPb .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-v1zC4v0mPb .navbar {
    height: 70px;
  }
  .cid-v1zC4v0mPb .navbar.opened {
    height: auto;
  }
  .cid-v1zC4v0mPb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1zC4v0mPb .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1zC4v0mPb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1zC4v0mPb .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v1zC4v0mPb .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1zC4v0mPb .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-v1zC4v0mPb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1zC4v0mPb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1zC4v0mPb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v1zC4v0mPb .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-v1zC4v0mPb .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-v1zC4v0mPb .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1zC4v0mPb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1zC4v0mPb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1zC4v0mPb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1zC4v0mPb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1zC4v0mPb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v1zC4v0mPb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v1zC4v0mPb .content-wrap {
  min-height: 110px;
}
.cid-v1zC4vffap {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zC4vffap .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zC4vffap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zC4vffap .row {
  justify-content: center;
}
.cid-v1zC4vffap .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1zC4vffap .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zC4vffap .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1zC4vffap .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1zC4vffap .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v1zC4vffap .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v1zC4vffap .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1zC4vffap .content-wrapper .tag-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-v1zC4vffap .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}
.cid-v1zC4vffap .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}
.cid-v1zC4vffap .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}
.cid-v1zC4vffap .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}
.cid-v1zC4vffap .mbr-section-title {
  color: #cbff5b;
}
.cid-v1zC4vffap .mbr-section-subtitle {
  color: #ff692e;
  text-align: center;
}
.cid-v1zC4vffap .mbr-text,
.cid-v1zC4vffap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zC4vffap .mbr-tag,
.cid-v1zC4vffap .tag-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zC4vffap .mbr-section-title,
.cid-v1zC4vffap .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1zC4vqj0e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zC4vqj0e .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1zC4vqj0e .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1zC4vqj0e .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ff692e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zC4vqj0e .mbr-section-title {
  text-align: center;
}
.cid-v1zC4vqj0e .mbr-section-subtitle {
  text-align: center;
}
.cid-v1zC4vqj0e .mbr-text {
  color: #ffffff;
}
.cid-v2eLb8aJpW {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ff692e;
}
.cid-v2eLb8aJpW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eLb8aJpW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v2eLb8aJpW .container {
    max-width: 1400px;
  }
}
.cid-v2eLb8aJpW .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #222733;
  margin-bottom: 2rem;
}
.cid-v2eLb8aJpW .row {
  justify-content: center;
}
.cid-v2eLb8aJpW .mbr-section-title {
  color: #ffffff;
}
.cid-v2eLb8aJpW .card-text {
  color: #ffffff;
}
.cid-v2eLb8aJpW .card-title,
.cid-v2eLb8aJpW .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2eLb8aJpW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2eLbzx0C3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c313f;
}
.cid-v2eLbzx0C3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eLbzx0C3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eLbzx0C3 .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2eLbzx0C3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2eLbzx0C3 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2eLbzx0C3 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2eLbzx0C3 .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v2eLbzx0C3 .mbr-section-title {
  color: #ff6d99;
}
.cid-v2eLbzx0C3 .mbr-text,
.cid-v2eLbzx0C3 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2eLbzx0C3 .mbr-section-title,
.cid-v2eLbzx0C3 .mbr-section-btn {
  text-align: center;
  color: #ff692e;
}
.cid-v1zC4vXI9x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v1zC4vXI9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zC4vXI9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zC4vXI9x .row {
  justify-content: center;
}
.cid-v1zC4vXI9x .card {
  justify-content: center;
}
.cid-v1zC4vXI9x .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1zC4vXI9x .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zC4vXI9x .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1zC4vXI9x .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v1zC4vXI9x .nav-wrapper .list .item-wrap:hover,
.cid-v1zC4vXI9x .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v1zC4vXI9x .list,
.cid-v1zC4vXI9x .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zC7bgh71 .navbar-dropdown {
  position: relative !important;
}
.cid-v1zC7bgh71 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1zC7bgh71 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1zC7bgh71 .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-v1zC7bgh71 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1zC7bgh71 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zC7bgh71 .dropdown-item:hover,
.cid-v1zC7bgh71 .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zC7bgh71 .dropdown-item:hover span {
  color: white;
}
.cid-v1zC7bgh71 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1zC7bgh71 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1zC7bgh71 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1zC7bgh71 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1zC7bgh71 .nav-link {
  position: relative;
}
.cid-v1zC7bgh71 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1zC7bgh71 .container {
    flex-wrap: nowrap;
  }
}
.cid-v1zC7bgh71 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1zC7bgh71 .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-v1zC7bgh71 .dropdown-menu,
.cid-v1zC7bgh71 .navbar.opened {
  background: #191c26 !important;
}
.cid-v1zC7bgh71 .nav-item:focus,
.cid-v1zC7bgh71 .nav-link:focus {
  outline: none;
}
.cid-v1zC7bgh71 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1zC7bgh71 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1zC7bgh71 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1zC7bgh71 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1zC7bgh71 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1zC7bgh71 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1zC7bgh71 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zC7bgh71 .navbar.opened {
  transition: all 0.3s;
}
.cid-v1zC7bgh71 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v1zC7bgh71 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1zC7bgh71 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1zC7bgh71 .navbar.collapsed {
  justify-content: center;
}
.cid-v1zC7bgh71 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1zC7bgh71 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1zC7bgh71 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v1zC7bgh71 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1zC7bgh71 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1zC7bgh71 .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-v1zC7bgh71 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1zC7bgh71 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1zC7bgh71 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1zC7bgh71 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1zC7bgh71 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1zC7bgh71 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1zC7bgh71 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1zC7bgh71 .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-v1zC7bgh71 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1zC7bgh71 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1zC7bgh71 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1zC7bgh71 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1zC7bgh71 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1zC7bgh71 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1zC7bgh71 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1zC7bgh71 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1zC7bgh71 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1zC7bgh71 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1zC7bgh71 .navbar-brand .navbar-caption:hover,
.cid-v1zC7bgh71 .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zC7bgh71 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1zC7bgh71 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1zC7bgh71 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zC7bgh71 .dropdown-item.active,
.cid-v1zC7bgh71 .dropdown-item:active {
  background-color: transparent;
}
.cid-v1zC7bgh71 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1zC7bgh71 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1zC7bgh71 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1zC7bgh71 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v1zC7bgh71 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1zC7bgh71 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1zC7bgh71 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1zC7bgh71 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1zC7bgh71 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1zC7bgh71 .navbar-buttons {
  text-align: center;
}
.cid-v1zC7bgh71 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v1zC7bgh71 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1zC7bgh71 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1zC7bgh71 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zC7bgh71 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1zC7bgh71 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1zC7bgh71 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zC7bgh71 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zC7bgh71 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1zC7bgh71 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zC7bgh71 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1zC7bgh71 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1zC7bgh71 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zC7bgh71 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1zC7bgh71 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zC7bgh71 .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-v1zC7bgh71 .navbar {
    height: 70px;
  }
  .cid-v1zC7bgh71 .navbar.opened {
    height: auto;
  }
  .cid-v1zC7bgh71 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1zC7bgh71 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1zC7bgh71 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1zC7bgh71 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v1zC7bgh71 .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1zC7bgh71 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-v1zC7bgh71 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1zC7bgh71 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1zC7bgh71 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v1zC7bgh71 .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-v1zC7bgh71 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-v1zC7bgh71 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1zC7bgh71 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1zC7bgh71 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1zC7bgh71 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1zC7bgh71 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1zC7bgh71 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v1zC7bgh71 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v1zC7bgh71 .content-wrap {
  min-height: 110px;
}
.cid-v1zC7bvVfR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zC7bvVfR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zC7bvVfR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zC7bvVfR .row {
  justify-content: center;
}
.cid-v1zC7bvVfR .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1zC7bvVfR .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zC7bvVfR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1zC7bvVfR .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1zC7bvVfR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v1zC7bvVfR .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v1zC7bvVfR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1zC7bvVfR .content-wrapper .tag-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-v1zC7bvVfR .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}
.cid-v1zC7bvVfR .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}
.cid-v1zC7bvVfR .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}
.cid-v1zC7bvVfR .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}
.cid-v1zC7bvVfR .mbr-section-title {
  color: #cbff5b;
}
.cid-v1zC7bvVfR .mbr-section-subtitle {
  color: #ff692e;
  text-align: center;
}
.cid-v1zC7bvVfR .mbr-text,
.cid-v1zC7bvVfR .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zC7bvVfR .mbr-tag,
.cid-v1zC7bvVfR .tag-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zC7bvVfR .mbr-section-title,
.cid-v1zC7bvVfR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1zC7bGKHp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zC7bGKHp .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1zC7bGKHp .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1zC7bGKHp .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ff692e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zC7bGKHp .mbr-section-title {
  text-align: center;
}
.cid-v1zC7bGKHp .mbr-section-subtitle {
  text-align: center;
}
.cid-v1zC7bGKHp .mbr-text {
  color: #ffffff;
}
.cid-v2eLgAC1Kt {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ff692e;
}
.cid-v2eLgAC1Kt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eLgAC1Kt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v2eLgAC1Kt .container {
    max-width: 1400px;
  }
}
.cid-v2eLgAC1Kt .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #222733;
  margin-bottom: 2rem;
}
.cid-v2eLgAC1Kt .row {
  justify-content: center;
}
.cid-v2eLgAC1Kt .mbr-section-title {
  color: #ffffff;
}
.cid-v2eLgAC1Kt .card-text {
  color: #ffffff;
}
.cid-v2eLgAC1Kt .card-title,
.cid-v2eLgAC1Kt .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2eLgAC1Kt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2eLh3hSNR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c313f;
}
.cid-v2eLh3hSNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eLh3hSNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eLh3hSNR .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2eLh3hSNR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2eLh3hSNR .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2eLh3hSNR .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2eLh3hSNR .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v2eLh3hSNR .mbr-section-title {
  color: #ff6d99;
}
.cid-v2eLh3hSNR .mbr-text,
.cid-v2eLh3hSNR .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2eLh3hSNR .mbr-section-title,
.cid-v2eLh3hSNR .mbr-section-btn {
  text-align: center;
  color: #ff692e;
}
.cid-v1zC7cdUxa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v1zC7cdUxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zC7cdUxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zC7cdUxa .row {
  justify-content: center;
}
.cid-v1zC7cdUxa .card {
  justify-content: center;
}
.cid-v1zC7cdUxa .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1zC7cdUxa .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zC7cdUxa .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1zC7cdUxa .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v1zC7cdUxa .nav-wrapper .list .item-wrap:hover,
.cid-v1zC7cdUxa .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v1zC7cdUxa .list,
.cid-v1zC7cdUxa .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zC9bgfCA .navbar-dropdown {
  position: relative !important;
}
.cid-v1zC9bgfCA .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1zC9bgfCA .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1zC9bgfCA .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-v1zC9bgfCA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1zC9bgfCA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zC9bgfCA .dropdown-item:hover,
.cid-v1zC9bgfCA .dropdown-item:focus {
  background: #191c26 !important;
  color: #ff692e !important;
}
.cid-v1zC9bgfCA .dropdown-item:hover span {
  color: white;
}
.cid-v1zC9bgfCA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1zC9bgfCA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1zC9bgfCA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1zC9bgfCA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1zC9bgfCA .nav-link {
  position: relative;
}
.cid-v1zC9bgfCA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1zC9bgfCA .container {
    flex-wrap: nowrap;
  }
}
.cid-v1zC9bgfCA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1zC9bgfCA .iconfont-wrapper:hover {
  color: #ff692e !important;
}
.cid-v1zC9bgfCA .dropdown-menu,
.cid-v1zC9bgfCA .navbar.opened {
  background: #191c26 !important;
}
.cid-v1zC9bgfCA .nav-item:focus,
.cid-v1zC9bgfCA .nav-link:focus {
  outline: none;
}
.cid-v1zC9bgfCA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1zC9bgfCA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1zC9bgfCA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1zC9bgfCA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1zC9bgfCA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1zC9bgfCA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1zC9bgfCA .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191c26;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zC9bgfCA .navbar.opened {
  transition: all 0.3s;
}
.cid-v1zC9bgfCA .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v1zC9bgfCA .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1zC9bgfCA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1zC9bgfCA .navbar.collapsed {
  justify-content: center;
}
.cid-v1zC9bgfCA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1zC9bgfCA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1zC9bgfCA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v1zC9bgfCA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1zC9bgfCA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1zC9bgfCA .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-v1zC9bgfCA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1zC9bgfCA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1zC9bgfCA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1zC9bgfCA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1zC9bgfCA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1zC9bgfCA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1zC9bgfCA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1zC9bgfCA .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-v1zC9bgfCA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1zC9bgfCA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1zC9bgfCA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1zC9bgfCA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1zC9bgfCA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1zC9bgfCA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1zC9bgfCA .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1zC9bgfCA .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1zC9bgfCA .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1zC9bgfCA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1zC9bgfCA .navbar-brand .navbar-caption:hover,
.cid-v1zC9bgfCA .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zC9bgfCA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1zC9bgfCA .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1zC9bgfCA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff692e !important;
}
.cid-v1zC9bgfCA .dropdown-item.active,
.cid-v1zC9bgfCA .dropdown-item:active {
  background-color: transparent;
}
.cid-v1zC9bgfCA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1zC9bgfCA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1zC9bgfCA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1zC9bgfCA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191c26;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v1zC9bgfCA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1zC9bgfCA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1zC9bgfCA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1zC9bgfCA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1zC9bgfCA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1zC9bgfCA .navbar-buttons {
  text-align: center;
}
.cid-v1zC9bgfCA .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v1zC9bgfCA .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1zC9bgfCA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1zC9bgfCA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191c26 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1zC9bgfCA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1zC9bgfCA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1zC9bgfCA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zC9bgfCA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1zC9bgfCA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1zC9bgfCA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zC9bgfCA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1zC9bgfCA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1zC9bgfCA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zC9bgfCA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1zC9bgfCA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zC9bgfCA .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-v1zC9bgfCA .navbar {
    height: 70px;
  }
  .cid-v1zC9bgfCA .navbar.opened {
    height: auto;
  }
  .cid-v1zC9bgfCA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1zC9bgfCA .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1zC9bgfCA .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1zC9bgfCA .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v1zC9bgfCA .nav-item .nav-link::after {
  color: #ff692e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1zC9bgfCA .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff692e !important;
}
.cid-v1zC9bgfCA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1zC9bgfCA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1zC9bgfCA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v1zC9bgfCA .nav-item .dropdown-menu .dropdown-item {
  color: #ff692e !important;
}
.cid-v1zC9bgfCA .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff692e !important;
}
@media (max-width: 991px) {
  .cid-v1zC9bgfCA .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1zC9bgfCA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1zC9bgfCA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1zC9bgfCA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1zC9bgfCA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1zC9bgfCA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v1zC9bgfCA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v1zC9bgfCA .content-wrap {
  min-height: 110px;
}
.cid-v1zC9bv3GS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zC9bv3GS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zC9bv3GS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zC9bv3GS .row {
  justify-content: center;
}
.cid-v1zC9bv3GS .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1zC9bv3GS .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zC9bv3GS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1zC9bv3GS .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1zC9bv3GS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v1zC9bv3GS .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v1zC9bv3GS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1zC9bv3GS .content-wrapper .tag-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-v1zC9bv3GS .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}
.cid-v1zC9bv3GS .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}
.cid-v1zC9bv3GS .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}
.cid-v1zC9bv3GS .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}
.cid-v1zC9bv3GS .mbr-section-title {
  color: #cbff5b;
}
.cid-v1zC9bv3GS .mbr-section-subtitle {
  color: #ff692e;
  text-align: center;
}
.cid-v1zC9bv3GS .mbr-text,
.cid-v1zC9bv3GS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zC9bv3GS .mbr-tag,
.cid-v1zC9bv3GS .tag-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1zC9bv3GS .mbr-section-title,
.cid-v1zC9bv3GS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1zC9bFyId {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #191c26;
}
.cid-v1zC9bFyId .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1zC9bFyId .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1zC9bFyId .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ff692e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zC9bFyId .mbr-section-title {
  text-align: center;
}
.cid-v1zC9bFyId .mbr-section-subtitle {
  text-align: center;
}
.cid-v1zC9bFyId .mbr-text {
  color: #ffffff;
}
.cid-v2eLoCYPTI {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ff692e;
}
.cid-v2eLoCYPTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eLoCYPTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v2eLoCYPTI .container {
    max-width: 1400px;
  }
}
.cid-v2eLoCYPTI .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #222733;
  margin-bottom: 2rem;
}
.cid-v2eLoCYPTI .row {
  justify-content: center;
}
.cid-v2eLoCYPTI .mbr-section-title {
  color: #ffffff;
}
.cid-v2eLoCYPTI .card-text {
  color: #ffffff;
}
.cid-v2eLoCYPTI .card-title,
.cid-v2eLoCYPTI .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2eLoCYPTI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2eLp6n0A6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c313f;
}
.cid-v2eLp6n0A6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eLp6n0A6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eLp6n0A6 .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2eLp6n0A6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2eLp6n0A6 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2eLp6n0A6 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2eLp6n0A6 .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v2eLp6n0A6 .mbr-section-title {
  color: #ff6d99;
}
.cid-v2eLp6n0A6 .mbr-text,
.cid-v2eLp6n0A6 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2eLp6n0A6 .mbr-section-title,
.cid-v2eLp6n0A6 .mbr-section-btn {
  text-align: center;
  color: #ff692e;
}
.cid-v1zC9ceWX7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v1zC9ceWX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zC9ceWX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zC9ceWX7 .row {
  justify-content: center;
}
.cid-v1zC9ceWX7 .card {
  justify-content: center;
}
.cid-v1zC9ceWX7 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1zC9ceWX7 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1zC9ceWX7 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1zC9ceWX7 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v1zC9ceWX7 .nav-wrapper .list .item-wrap:hover,
.cid-v1zC9ceWX7 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v1zC9ceWX7 .list,
.cid-v1zC9ceWX7 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
