body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: 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.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #bbbbbb !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #888888 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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]) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !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: #bbbbbb !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='%23ffffff' %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;
}
.cid-sngLgorAJL {
  z-index: 1000;
  width: 100%;
}
.cid-sngLgorAJL nav.navbar {
  position: fixed;
}
.cid-sngLgorAJL .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-sngLgorAJL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sngLgorAJL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sngLgorAJL .dropdown-item:hover,
.cid-sngLgorAJL .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sngLgorAJL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sngLgorAJL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sngLgorAJL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sngLgorAJL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sngLgorAJL .nav-link {
  position: relative;
}
.cid-sngLgorAJL .container {
  display: flex;
  margin: auto;
}
.cid-sngLgorAJL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sngLgorAJL .dropdown-menu,
.cid-sngLgorAJL .navbar.opened {
  background: #000000 !important;
}
.cid-sngLgorAJL .nav-item:focus,
.cid-sngLgorAJL .nav-link:focus {
  outline: none;
}
.cid-sngLgorAJL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sngLgorAJL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sngLgorAJL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sngLgorAJL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sngLgorAJL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sngLgorAJL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sngLgorAJL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-sngLgorAJL .navbar.opened {
  transition: all 0.3s;
}
.cid-sngLgorAJL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sngLgorAJL .navbar .navbar-logo img {
  width: auto;
}
.cid-sngLgorAJL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sngLgorAJL .navbar.collapsed {
  justify-content: center;
}
.cid-sngLgorAJL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sngLgorAJL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sngLgorAJL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sngLgorAJL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sngLgorAJL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sngLgorAJL .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-sngLgorAJL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sngLgorAJL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sngLgorAJL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sngLgorAJL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sngLgorAJL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sngLgorAJL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sngLgorAJL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sngLgorAJL .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-sngLgorAJL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sngLgorAJL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sngLgorAJL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sngLgorAJL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sngLgorAJL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sngLgorAJL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sngLgorAJL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sngLgorAJL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sngLgorAJL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sngLgorAJL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sngLgorAJL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sngLgorAJL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sngLgorAJL .dropdown-item.active,
.cid-sngLgorAJL .dropdown-item:active {
  background-color: transparent;
}
.cid-sngLgorAJL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sngLgorAJL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sngLgorAJL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sngLgorAJL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sngLgorAJL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sngLgorAJL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sngLgorAJL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sngLgorAJL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sngLgorAJL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sngLgorAJL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sngLgorAJL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sngLgorAJL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sngLgorAJL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sngLgorAJL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sngLgorAJL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sngLgorAJL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sngLgorAJL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sngLgorAJL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sngLgorAJL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sngLgorAJL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sngLgorAJL .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-sngLgorAJL .navbar {
    height: 70px;
  }
  .cid-sngLgorAJL .navbar.opened {
    height: auto;
  }
  .cid-sngLgorAJL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sngLlv3WgU {
  background-image: url("../../../assets/images/new-day-color-graded-1920x1080.jpg");
}
.cid-sngLlv3WgU .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sngLlv3WgU .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  color: #ffffff;
}
.cid-sngLlv3WgU .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sngLlv3WgU .mbr-section-title {
  color: #ffe161;
}
.cid-sngLlv3WgU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sngLlv3WgU .mbr-text,
.cid-sngLlv3WgU .mbr-section-btn,
.cid-sngLlv3WgU .social-row {
  color: #fafafa;
}
.cid-snh7YSJjlc {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-snh7YSJjlc img,
.cid-snh7YSJjlc .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-snh7YSJjlc .item:focus,
.cid-snh7YSJjlc span:focus {
  outline: none;
}
.cid-snh7YSJjlc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-snh7YSJjlc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-snh7YSJjlc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-snh7YSJjlc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-snh7YSJjlc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-snh7YSJjlc .mbr-section-title {
  color: #ffe161;
}
.cid-snh7YSJjlc .mbr-text,
.cid-snh7YSJjlc .mbr-section-btn {
  text-align: left;
}
.cid-snh7YSJjlc .item-title {
  text-align: left;
}
.cid-snh7YSJjlc .item-subtitle {
  text-align: center;
}
.cid-snh7YSJjlc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-snh03l85pY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sngNAZ3AZ5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sngNAZ3AZ5 img,
.cid-sngNAZ3AZ5 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sngNAZ3AZ5 .item:focus,
.cid-sngNAZ3AZ5 span:focus {
  outline: none;
}
.cid-sngNAZ3AZ5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sngNAZ3AZ5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sngNAZ3AZ5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sngNAZ3AZ5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sngNAZ3AZ5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sngNAZ3AZ5 .mbr-section-title {
  color: #ffe161;
}
.cid-sngNAZ3AZ5 .mbr-text,
.cid-sngNAZ3AZ5 .mbr-section-btn {
  text-align: left;
}
.cid-sngNAZ3AZ5 .item-title {
  text-align: left;
}
.cid-sngNAZ3AZ5 .item-subtitle {
  text-align: center;
}
.cid-sngNAZ3AZ5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-snh7Zlq1Tc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sni6BJAHLr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sni6BJAHLr .media-container-row {
  justify-content: space-between;
}
.cid-sni6BJAHLr .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sni6BJAHLr .text-content {
    max-width: none;
  }
}
.cid-sni6BJAHLr .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sni6BJAHLr .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sni6BJAHLr .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-sni6BJAHLr .icons {
    justify-content: center !important;
  }
  .cid-sni6BJAHLr .text-content * {
    text-align: center;
  }
}
.cid-sni6BJAHLr .mbr-section-title {
  color: #ffe161;
}
.cid-sni6BJAHLr P {
  color: #ffffff;
}
.cid-soDaqBLrc5 #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-soDaqBLrc5 #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-soDaqBLrc5 #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-soDaqBLrc5 .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-soDaqBLrc5 #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-soDaqBLrc5 #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-soDaqBLrc5 #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-soDaqBLrc5 #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-soDaqBLrc5 P {
  color: #ff8a8a;
}
.cid-sowMa0tJvj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sngLgorAJL {
  z-index: 1000;
  width: 100%;
}
.cid-sngLgorAJL nav.navbar {
  position: fixed;
}
.cid-sngLgorAJL .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-sngLgorAJL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sngLgorAJL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sngLgorAJL .dropdown-item:hover,
.cid-sngLgorAJL .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sngLgorAJL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sngLgorAJL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sngLgorAJL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sngLgorAJL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sngLgorAJL .nav-link {
  position: relative;
}
.cid-sngLgorAJL .container {
  display: flex;
  margin: auto;
}
.cid-sngLgorAJL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sngLgorAJL .dropdown-menu,
.cid-sngLgorAJL .navbar.opened {
  background: #000000 !important;
}
.cid-sngLgorAJL .nav-item:focus,
.cid-sngLgorAJL .nav-link:focus {
  outline: none;
}
.cid-sngLgorAJL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sngLgorAJL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sngLgorAJL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sngLgorAJL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sngLgorAJL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sngLgorAJL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sngLgorAJL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-sngLgorAJL .navbar.opened {
  transition: all 0.3s;
}
.cid-sngLgorAJL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sngLgorAJL .navbar .navbar-logo img {
  width: auto;
}
.cid-sngLgorAJL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sngLgorAJL .navbar.collapsed {
  justify-content: center;
}
.cid-sngLgorAJL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sngLgorAJL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sngLgorAJL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sngLgorAJL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sngLgorAJL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sngLgorAJL .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-sngLgorAJL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sngLgorAJL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sngLgorAJL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sngLgorAJL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sngLgorAJL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sngLgorAJL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sngLgorAJL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sngLgorAJL .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-sngLgorAJL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sngLgorAJL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sngLgorAJL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sngLgorAJL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sngLgorAJL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sngLgorAJL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sngLgorAJL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sngLgorAJL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sngLgorAJL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sngLgorAJL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sngLgorAJL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sngLgorAJL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sngLgorAJL .dropdown-item.active,
.cid-sngLgorAJL .dropdown-item:active {
  background-color: transparent;
}
.cid-sngLgorAJL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sngLgorAJL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sngLgorAJL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sngLgorAJL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sngLgorAJL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sngLgorAJL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sngLgorAJL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sngLgorAJL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sngLgorAJL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sngLgorAJL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sngLgorAJL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sngLgorAJL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sngLgorAJL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sngLgorAJL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sngLgorAJL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sngLgorAJL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sngLgorAJL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sngLgorAJL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sngLgorAJL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sngLgorAJL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sngLgorAJL .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-sngLgorAJL .navbar {
    height: 70px;
  }
  .cid-sngLgorAJL .navbar.opened {
    height: auto;
  }
  .cid-sngLgorAJL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sove4GCZ5m {
  background-image: url("../../../assets/images/404-background.jpg");
}
.cid-sove4GCZ5m .mbr-section-title {
  color: #ffe161;
}
.cid-sowMa0tJvj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-soGx4u93Ff #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-soGx4u93Ff #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-soGx4u93Ff #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-soGx4u93Ff .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-soGx4u93Ff #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-soGx4u93Ff #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-soGx4u93Ff #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-soGx4u93Ff #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-soGx4u93Ff P {
  color: #ff8a8a;
}
.cid-soJ2oQiImt {
  z-index: 1000;
  width: 100%;
}
.cid-soJ2oQiImt nav.navbar {
  position: fixed;
}
.cid-soJ2oQiImt .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-soJ2oQiImt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soJ2oQiImt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soJ2oQiImt .dropdown-item:hover,
.cid-soJ2oQiImt .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-soJ2oQiImt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soJ2oQiImt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soJ2oQiImt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soJ2oQiImt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soJ2oQiImt .nav-link {
  position: relative;
}
.cid-soJ2oQiImt .container {
  display: flex;
  margin: auto;
}
.cid-soJ2oQiImt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soJ2oQiImt .dropdown-menu,
.cid-soJ2oQiImt .navbar.opened {
  background: #000000 !important;
}
.cid-soJ2oQiImt .nav-item:focus,
.cid-soJ2oQiImt .nav-link:focus {
  outline: none;
}
.cid-soJ2oQiImt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soJ2oQiImt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soJ2oQiImt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soJ2oQiImt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soJ2oQiImt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soJ2oQiImt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soJ2oQiImt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-soJ2oQiImt .navbar.opened {
  transition: all 0.3s;
}
.cid-soJ2oQiImt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soJ2oQiImt .navbar .navbar-logo img {
  width: auto;
}
.cid-soJ2oQiImt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soJ2oQiImt .navbar.collapsed {
  justify-content: center;
}
.cid-soJ2oQiImt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soJ2oQiImt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soJ2oQiImt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-soJ2oQiImt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soJ2oQiImt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soJ2oQiImt .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-soJ2oQiImt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soJ2oQiImt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soJ2oQiImt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soJ2oQiImt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soJ2oQiImt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soJ2oQiImt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soJ2oQiImt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soJ2oQiImt .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-soJ2oQiImt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soJ2oQiImt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soJ2oQiImt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soJ2oQiImt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soJ2oQiImt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soJ2oQiImt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soJ2oQiImt .navbar.navbar-short {
  min-height: 60px;
}
.cid-soJ2oQiImt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soJ2oQiImt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soJ2oQiImt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soJ2oQiImt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soJ2oQiImt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soJ2oQiImt .dropdown-item.active,
.cid-soJ2oQiImt .dropdown-item:active {
  background-color: transparent;
}
.cid-soJ2oQiImt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soJ2oQiImt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soJ2oQiImt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soJ2oQiImt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-soJ2oQiImt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soJ2oQiImt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soJ2oQiImt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soJ2oQiImt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soJ2oQiImt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soJ2oQiImt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-soJ2oQiImt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soJ2oQiImt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soJ2oQiImt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soJ2oQiImt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soJ2oQiImt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soJ2oQiImt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soJ2oQiImt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soJ2oQiImt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soJ2oQiImt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soJ2oQiImt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soJ2oQiImt .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-soJ2oQiImt .navbar {
    height: 70px;
  }
  .cid-soJ2oQiImt .navbar.opened {
    height: auto;
  }
  .cid-soJ2oQiImt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soJ2oQzQBG {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-soJ2oQzQBG .mbr-section-title {
  color: #ffe161;
}
.cid-soJ2oQzQBG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-soJaVsW72y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-soJaVsW72y .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-soJaVsW72y .carousel {
    min-height: 800px;
  }
  .cid-soJaVsW72y .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-soJaVsW72y .carousel {
    min-height: 520px;
  }
  .cid-soJaVsW72y .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-soJaVsW72y .carousel {
    min-height: 440px;
  }
  .cid-soJaVsW72y .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-soJaVsW72y .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-soJaVsW72y .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-soJaVsW72y .carousel,
.cid-soJaVsW72y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-soJaVsW72y .item-wrapper {
  width: 100%;
}
.cid-soJaVsW72y .carousel-caption {
  bottom: 40px;
}
.cid-soJaVsW72y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-soJaVsW72y .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-soJaVsW72y .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-soJaVsW72y .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-soJaVsW72y .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-soJaVsW72y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-soJaVsW72y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-soJaVsW72y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-soJaVsW72y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-soJaVsW72y .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-soJaVsW72y .carousel-indicators li.active,
.cid-soJaVsW72y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-soJaVsW72y .carousel-indicators li::after,
.cid-soJaVsW72y .carousel-indicators li::before {
  content: none;
}
.cid-soJaVsW72y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-soJaVsW72y .carousel-indicators {
    display: none !important;
  }
}
.cid-soOzco0rh8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-soOzco0rh8 .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-soOzco0rh8 .mbr-text {
  color: #ffffff;
}
.cid-soU6gopneJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-soU6gopneJ H2 {
  text-align: left;
  color: #f7ed4a;
}
.cid-soU6gopneJ .mbr-section-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-soU6gopneJ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-soU6gopneJ .dentaura-list-class {
  list-style-type: circle;
}
.cid-soUnwtcH5X {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-soUnwtcH5X .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soUnwtcH5X .mbr-text {
  color: #ffffff;
}
.cid-soOzlYvwzl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-soOzlYvwzl .content {
  padding: 10px;
}
.cid-soOzb6W03z {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-soOzb6W03z .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-soOzb6W03z .mbr-text {
  color: #ffffff;
}
.cid-soOzb6W03z hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-soJ2oR9fb0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-soJ2oR9fb0 .progress {
  width: 100%;
}
.cid-soJ2oR9fb0 progress {
  height: 8px;
}
.cid-soJ2oR9fb0 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-soJ2oR9fb0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soJ2oR9fb0 .progress_value {
  position: relative;
}
.cid-soJ2oR9fb0 .progress_elements {
  margin: 0 auto;
}
.cid-soJ2oR9fb0 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-soJ2oR9fb0 .progress1 .progressbar-number:before,
.cid-soJ2oR9fb0 .progress2 .progressbar-number:before,
.cid-soJ2oR9fb0 .progress3 .progressbar-number:before,
.cid-soJ2oR9fb0 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-soJ2oR9fb0 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soJ2oR9fb0 progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-soJ2oR9fb0 progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-soJ2oR9fb0 progress::-ms-fill {
  background: #ffe161;
}
.cid-soJ2oR9fb0 .progress1 .progressbar-number:before {
  content: '95';
}
.cid-soJ2oR9fb0 .progress2 .progressbar-number:before {
  content: '80';
}
.cid-soJ2oR9fb0 .progress3 .progressbar-number:before {
  content: '90';
}
.cid-soJ2oR9fb0 .progress4 .progressbar-number:before {
  content: '100';
}
.cid-soJ2oR9fb0 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-soJ2oR9fb0 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soJ2oR9fb0 .progress_value span {
  padding-left: 30px;
}
.cid-soJ2oR9fb0 .progressbar-number {
  word-break: normal;
}
.cid-soJ2oR9fb0 .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-soJ2oR9fb0 .progressbar-title p,
.cid-soJ2oR9fb0 .progress_value {
  color: #ffffff;
}
.cid-soUn45FE92 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-soUn45FE92 .progress {
  width: 100%;
}
.cid-soUn45FE92 progress {
  height: 8px;
}
.cid-soUn45FE92 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-soUn45FE92 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soUn45FE92 .progress_value {
  position: relative;
}
.cid-soUn45FE92 .progress_elements {
  margin: 0 auto;
}
.cid-soUn45FE92 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-soUn45FE92 .progress1 .progressbar-number:before,
.cid-soUn45FE92 .progress2 .progressbar-number:before,
.cid-soUn45FE92 .progress3 .progressbar-number:before,
.cid-soUn45FE92 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-soUn45FE92 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soUn45FE92 progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-soUn45FE92 progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-soUn45FE92 progress::-ms-fill {
  background: #ffe161;
}
.cid-soUn45FE92 .progress1 .progressbar-number:before {
  content: '5';
}
.cid-soUn45FE92 .progress2 .progressbar-number:before {
  content: '80';
}
.cid-soUn45FE92 .progress3 .progressbar-number:before {
  content: '90';
}
.cid-soUn45FE92 .progress4 .progressbar-number:before {
  content: '100';
}
.cid-soUn45FE92 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-soUn45FE92 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soUn45FE92 .progress_value span {
  padding-left: 30px;
}
.cid-soUn45FE92 .progressbar-number {
  word-break: normal;
}
.cid-soUn45FE92 .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-soUn45FE92 .progressbar-title p,
.cid-soUn45FE92 .progress_value {
  color: #ffffff;
}
.cid-soJ2oRpCnV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-soJ2oRyO6h #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-soJ2oRyO6h #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-soJ2oRyO6h #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-soJ2oRyO6h .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-soJ2oRyO6h #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-soJ2oRyO6h #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-soJ2oRyO6h #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-soJ2oRyO6h #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-soJ2oRyO6h P {
  color: #ff8a8a;
}
.cid-sKe4y5efgH {
  z-index: 1000;
  width: 100%;
}
.cid-sKe4y5efgH nav.navbar {
  position: fixed;
}
.cid-sKe4y5efgH .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-sKe4y5efgH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sKe4y5efgH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sKe4y5efgH .dropdown-item:hover,
.cid-sKe4y5efgH .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sKe4y5efgH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sKe4y5efgH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sKe4y5efgH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sKe4y5efgH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sKe4y5efgH .nav-link {
  position: relative;
}
.cid-sKe4y5efgH .container {
  display: flex;
  margin: auto;
}
.cid-sKe4y5efgH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sKe4y5efgH .dropdown-menu,
.cid-sKe4y5efgH .navbar.opened {
  background: #000000 !important;
}
.cid-sKe4y5efgH .nav-item:focus,
.cid-sKe4y5efgH .nav-link:focus {
  outline: none;
}
.cid-sKe4y5efgH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sKe4y5efgH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKe4y5efgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sKe4y5efgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sKe4y5efgH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKe4y5efgH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKe4y5efgH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-sKe4y5efgH .navbar.opened {
  transition: all 0.3s;
}
.cid-sKe4y5efgH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sKe4y5efgH .navbar .navbar-logo img {
  width: auto;
}
.cid-sKe4y5efgH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sKe4y5efgH .navbar.collapsed {
  justify-content: center;
}
.cid-sKe4y5efgH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sKe4y5efgH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sKe4y5efgH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sKe4y5efgH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sKe4y5efgH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sKe4y5efgH .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-sKe4y5efgH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sKe4y5efgH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sKe4y5efgH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sKe4y5efgH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sKe4y5efgH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sKe4y5efgH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sKe4y5efgH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sKe4y5efgH .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-sKe4y5efgH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sKe4y5efgH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sKe4y5efgH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sKe4y5efgH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sKe4y5efgH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sKe4y5efgH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sKe4y5efgH .navbar.navbar-short {
  min-height: 60px;
}
.cid-sKe4y5efgH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sKe4y5efgH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sKe4y5efgH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sKe4y5efgH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sKe4y5efgH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sKe4y5efgH .dropdown-item.active,
.cid-sKe4y5efgH .dropdown-item:active {
  background-color: transparent;
}
.cid-sKe4y5efgH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sKe4y5efgH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sKe4y5efgH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sKe4y5efgH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sKe4y5efgH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sKe4y5efgH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKe4y5efgH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sKe4y5efgH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sKe4y5efgH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sKe4y5efgH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sKe4y5efgH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKe4y5efgH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKe4y5efgH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKe4y5efgH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKe4y5efgH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKe4y5efgH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKe4y5efgH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKe4y5efgH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKe4y5efgH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sKe4y5efgH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sKe4y5efgH .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-sKe4y5efgH .navbar {
    height: 70px;
  }
  .cid-sKe4y5efgH .navbar.opened {
    height: auto;
  }
  .cid-sKe4y5efgH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sKe4y5xAcv {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sKe4y5xAcv .mbr-section-title {
  color: #ffe161;
}
.cid-sKe4y5xAcv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sKe4y5Je3g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sKe4y5Je3g .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-sKe4y5Je3g .mbr-text {
  color: #ffffff;
}
.cid-sKedkZn87z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sKedkZn87z .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-sKedkZn87z .mbr-text {
  color: #ffffff;
}
.cid-sKehT3sKqV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sKehT3sKqV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKehT3sKqV .row {
  flex-direction: row-reverse;
}
.cid-sKehT3sKqV img {
  width: 100%;
}
.cid-sKehT3sKqV .mbr-description {
  color: #bbbbbb;
}
.cid-sKeeu9kOJc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sKeeu9kOJc .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-sKeeu9kOJc .mbr-text {
  color: #ffffff;
}
.cid-t7CoZTZsHi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7CoZTZsHi .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t7CoZTZsHi .carousel {
    min-height: 500px;
  }
  .cid-t7CoZTZsHi .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7CoZTZsHi .carousel {
    min-height: 325px;
  }
  .cid-t7CoZTZsHi .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t7CoZTZsHi .carousel {
    min-height: 275px;
  }
  .cid-t7CoZTZsHi .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-t7CoZTZsHi .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t7CoZTZsHi .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t7CoZTZsHi .carousel,
.cid-t7CoZTZsHi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t7CoZTZsHi .item-wrapper {
  width: 100%;
}
.cid-t7CoZTZsHi .carousel-caption {
  bottom: 40px;
}
.cid-t7CoZTZsHi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t7CoZTZsHi .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t7CoZTZsHi .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t7CoZTZsHi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t7CoZTZsHi .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t7CoZTZsHi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7CoZTZsHi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t7CoZTZsHi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t7CoZTZsHi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t7CoZTZsHi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t7CoZTZsHi .carousel-indicators li.active,
.cid-t7CoZTZsHi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t7CoZTZsHi .carousel-indicators li::after,
.cid-t7CoZTZsHi .carousel-indicators li::before {
  content: none;
}
.cid-t7CoZTZsHi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t7CoZTZsHi .carousel-indicators {
    display: none !important;
  }
}
.cid-t6zxHEhc5w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t6zxHEhc5w .video-wrapper iframe {
  width: 100%;
}
.cid-t6zxHEhc5w .mbr-section-title,
.cid-t6zxHEhc5w .mbr-section-subtitle,
.cid-t6zxHEhc5w .mbr-text {
  text-align: center;
}
.cid-t6zxHEhc5w .mbr-section-title {
  color: #ffe161;
}
.cid-t6zxHEhc5w .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t6zxHEhc5w .mbr-text {
  color: #bbbbbb;
}
.cid-t6zxgGPNQL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t6zxgGPNQL .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-t6zxgGPNQL .mbr-text {
  color: #ffffff;
}
.cid-t6zzvTikAS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t6zzvTikAS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t6zzvTikAS .row {
  flex-direction: row-reverse;
}
.cid-t6zzvTikAS img {
  width: 100%;
}
.cid-t6zzvTikAS .mbr-description {
  color: #bbbbbb;
}
.cid-sKe4y7WGlj {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sKe4y7WGlj .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-sKe4y7WGlj .mbr-text {
  color: #ffffff;
}
.cid-sKe4y7WGlj hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-sKe4y87MR9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sKe4y87MR9 .progress {
  width: 100%;
}
.cid-sKe4y87MR9 progress {
  height: 8px;
}
.cid-sKe4y87MR9 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sKe4y87MR9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sKe4y87MR9 .progress_value {
  position: relative;
}
.cid-sKe4y87MR9 .progress_elements {
  margin: 0 auto;
}
.cid-sKe4y87MR9 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sKe4y87MR9 .progress1 .progressbar-number:before,
.cid-sKe4y87MR9 .progress2 .progressbar-number:before,
.cid-sKe4y87MR9 .progress3 .progressbar-number:before,
.cid-sKe4y87MR9 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-sKe4y87MR9 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sKe4y87MR9 progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-sKe4y87MR9 progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-sKe4y87MR9 progress::-ms-fill {
  background: #ffe161;
}
.cid-sKe4y87MR9 .progress1 .progressbar-number:before {
  content: '100';
}
.cid-sKe4y87MR9 .progress2 .progressbar-number:before {
  content: '80';
}
.cid-sKe4y87MR9 .progress3 .progressbar-number:before {
  content: '90';
}
.cid-sKe4y87MR9 .progress4 .progressbar-number:before {
  content: '100';
}
.cid-sKe4y87MR9 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sKe4y87MR9 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sKe4y87MR9 .progress_value span {
  padding-left: 30px;
}
.cid-sKe4y87MR9 .progressbar-number {
  word-break: normal;
}
.cid-sKe4y87MR9 .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-sKe4y87MR9 .progressbar-title p,
.cid-sKe4y87MR9 .progress_value {
  color: #ffffff;
}
.cid-sKefWwXnEi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sKefWwXnEi .progress {
  width: 100%;
}
.cid-sKefWwXnEi progress {
  height: 8px;
}
.cid-sKefWwXnEi h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sKefWwXnEi .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sKefWwXnEi .progress_value {
  position: relative;
}
.cid-sKefWwXnEi .progress_elements {
  margin: 0 auto;
}
.cid-sKefWwXnEi .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sKefWwXnEi .progress1 .progressbar-number:before,
.cid-sKefWwXnEi .progress2 .progressbar-number:before,
.cid-sKefWwXnEi .progress3 .progressbar-number:before,
.cid-sKefWwXnEi .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-sKefWwXnEi progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sKefWwXnEi progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-sKefWwXnEi progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-sKefWwXnEi progress::-ms-fill {
  background: #ffe161;
}
.cid-sKefWwXnEi .progress1 .progressbar-number:before {
  content: '80';
}
.cid-sKefWwXnEi .progress2 .progressbar-number:before {
  content: '80';
}
.cid-sKefWwXnEi .progress3 .progressbar-number:before {
  content: '90';
}
.cid-sKefWwXnEi .progress4 .progressbar-number:before {
  content: '100';
}
.cid-sKefWwXnEi .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sKefWwXnEi .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sKefWwXnEi .progress_value span {
  padding-left: 30px;
}
.cid-sKefWwXnEi .progressbar-number {
  word-break: normal;
}
.cid-sKefWwXnEi .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-sKefWwXnEi .progressbar-title p,
.cid-sKefWwXnEi .progress_value {
  color: #ffffff;
}
.cid-sKegmtXX6q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sKegmtXX6q .progress {
  width: 100%;
}
.cid-sKegmtXX6q progress {
  height: 8px;
}
.cid-sKegmtXX6q h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sKegmtXX6q .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sKegmtXX6q .progress_value {
  position: relative;
}
.cid-sKegmtXX6q .progress_elements {
  margin: 0 auto;
}
.cid-sKegmtXX6q .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sKegmtXX6q .progress1 .progressbar-number:before,
.cid-sKegmtXX6q .progress2 .progressbar-number:before,
.cid-sKegmtXX6q .progress3 .progressbar-number:before,
.cid-sKegmtXX6q .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-sKegmtXX6q progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sKegmtXX6q progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-sKegmtXX6q progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-sKegmtXX6q progress::-ms-fill {
  background: #ffe161;
}
.cid-sKegmtXX6q .progress1 .progressbar-number:before {
  content: '20';
}
.cid-sKegmtXX6q .progress2 .progressbar-number:before {
  content: '80';
}
.cid-sKegmtXX6q .progress3 .progressbar-number:before {
  content: '90';
}
.cid-sKegmtXX6q .progress4 .progressbar-number:before {
  content: '100';
}
.cid-sKegmtXX6q .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sKegmtXX6q .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sKegmtXX6q .progress_value span {
  padding-left: 30px;
}
.cid-sKegmtXX6q .progressbar-number {
  word-break: normal;
}
.cid-sKegmtXX6q .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-sKegmtXX6q .progressbar-title p,
.cid-sKegmtXX6q .progress_value {
  color: #ffffff;
}
.cid-t6zChbYhR8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t6zChbYhR8 .progress {
  width: 100%;
}
.cid-t6zChbYhR8 progress {
  height: 8px;
}
.cid-t6zChbYhR8 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-t6zChbYhR8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t6zChbYhR8 .progress_value {
  position: relative;
}
.cid-t6zChbYhR8 .progress_elements {
  margin: 0 auto;
}
.cid-t6zChbYhR8 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-t6zChbYhR8 .progress1 .progressbar-number:before,
.cid-t6zChbYhR8 .progress2 .progressbar-number:before,
.cid-t6zChbYhR8 .progress3 .progressbar-number:before,
.cid-t6zChbYhR8 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-t6zChbYhR8 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t6zChbYhR8 progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-t6zChbYhR8 progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-t6zChbYhR8 progress::-ms-fill {
  background: #ffe161;
}
.cid-t6zChbYhR8 .progress1 .progressbar-number:before {
  content: '70';
}
.cid-t6zChbYhR8 .progress2 .progressbar-number:before {
  content: '80';
}
.cid-t6zChbYhR8 .progress3 .progressbar-number:before {
  content: '90';
}
.cid-t6zChbYhR8 .progress4 .progressbar-number:before {
  content: '100';
}
.cid-t6zChbYhR8 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-t6zChbYhR8 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t6zChbYhR8 .progress_value span {
  padding-left: 30px;
}
.cid-t6zChbYhR8 .progressbar-number {
  word-break: normal;
}
.cid-t6zChbYhR8 .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-t6zChbYhR8 .progressbar-title p,
.cid-t6zChbYhR8 .progress_value {
  color: #ffffff;
}
.cid-t6zCp3qy3F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t6zCp3qy3F .progress {
  width: 100%;
}
.cid-t6zCp3qy3F progress {
  height: 8px;
}
.cid-t6zCp3qy3F h3 {
  text-align: center;
  font-weight: 300;
}
.cid-t6zCp3qy3F .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t6zCp3qy3F .progress_value {
  position: relative;
}
.cid-t6zCp3qy3F .progress_elements {
  margin: 0 auto;
}
.cid-t6zCp3qy3F .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-t6zCp3qy3F .progress1 .progressbar-number:before,
.cid-t6zCp3qy3F .progress2 .progressbar-number:before,
.cid-t6zCp3qy3F .progress3 .progressbar-number:before,
.cid-t6zCp3qy3F .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-t6zCp3qy3F progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t6zCp3qy3F progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-t6zCp3qy3F progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-t6zCp3qy3F progress::-ms-fill {
  background: #ffe161;
}
.cid-t6zCp3qy3F .progress1 .progressbar-number:before {
  content: '30';
}
.cid-t6zCp3qy3F .progress2 .progressbar-number:before {
  content: '80';
}
.cid-t6zCp3qy3F .progress3 .progressbar-number:before {
  content: '90';
}
.cid-t6zCp3qy3F .progress4 .progressbar-number:before {
  content: '100';
}
.cid-t6zCp3qy3F .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-t6zCp3qy3F .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t6zCp3qy3F .progress_value span {
  padding-left: 30px;
}
.cid-t6zCp3qy3F .progressbar-number {
  word-break: normal;
}
.cid-t6zCp3qy3F .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-t6zCp3qy3F .progressbar-title p,
.cid-t6zCp3qy3F .progress_value {
  color: #ffffff;
}
.cid-sKe4y8ojQ9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKe4y8zUVY #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-sKe4y8zUVY #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-sKe4y8zUVY #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-sKe4y8zUVY .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-sKe4y8zUVY #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-sKe4y8zUVY #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-sKe4y8zUVY #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-sKe4y8zUVY #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-sKe4y8zUVY P {
  color: #ff8a8a;
}
.cid-sowyZif12H {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sowyZif12H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sowyZif12H img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cid-sowyZif12H .text-wrapper {
    padding: 2rem;
  }
}
.cid-sowyZif12H .mbr-section-title {
  color: #ffe161;
}
.cid-sowyZif12H .mbr-text {
  color: #ffffff;
}
.cid-sowyZif12H .mbr-description {
  color: #bbbbbb;
}
.cid-t9G860mFKt {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t9G860mFKt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t9G860mFKt img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cid-t9G860mFKt .text-wrapper {
    padding: 2rem;
  }
}
.cid-t9G860mFKt .mbr-section-title {
  color: #ffe161;
}
.cid-t9G860mFKt .mbr-text {
  color: #ffffff;
}
.cid-t9G860mFKt .mbr-description {
  color: #bbbbbb;
}
.cid-t72UMsZuMu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t72UMsZuMu .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-t72UMsZuMu .mbr-text {
  color: #ffffff;
}
.cid-t72UMsZuMu .from-to-date {
  float: right;
}
.cid-txE48O1Z2y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-txE48O1Z2y .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-txE48O1Z2y .mbr-text {
  color: #ffffff;
}
.cid-txE48O1Z2y .from-to-date {
  float: right;
}
.cid-txE4OtudAE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-txE4OtudAE H2 {
  text-align: left;
  color: #f7ed4a;
}
.cid-txE4OtudAE .mbr-section-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-txE4OtudAE .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-txE4OtudAE .dentaura-list-class {
  list-style-type: disc;
}
.cid-sXl2qLubAL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sXl2qLubAL .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-sXl2qLubAL .mbr-text {
  color: #ffffff;
}
.cid-txE5CIef59 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-txE5CIef59 .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-txE5CIef59 .mbr-text {
  color: #ffffff;
}
.cid-txE5CIef59 .from-to-date {
  float: right;
}
.cid-txE5HDPxFn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-txE5HDPxFn H2 {
  text-align: left;
  color: #f7ed4a;
}
.cid-txE5HDPxFn .mbr-section-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-txE5HDPxFn .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-txE5HDPxFn .dentaura-list-class {
  list-style-type: disc;
}
.cid-t72WOkjJbo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t72WOkjJbo .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-t72WOkjJbo .mbr-text {
  color: #ffffff;
}
.cid-t72WOkjJbo .from-to-date {
  float: right;
}
.cid-txE6aPDr4A {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-txE6aPDr4A .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-txE6aPDr4A .mbr-text {
  color: #ffffff;
}
.cid-txE6aPDr4A .from-to-date {
  float: right;
}
.cid-soxgkgT4tb {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-soxgkgT4tb .title {
  margin-bottom: 2rem;
}
.cid-soxgkgT4tb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-soxgkgT4tb a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-soxgkgT4tb a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-soxgkgT4tb textarea.form-control {
  min-height: 188px;
}
.cid-soxgkgT4tb H2 {
  color: #ffe161;
}
.cid-soxgkgT4tb LABEL {
  color: #ffffff;
}
.cid-sowwV5AbKn {
  z-index: 1000;
  width: 100%;
}
.cid-sowwV5AbKn nav.navbar {
  position: fixed;
}
.cid-sowwV5AbKn .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-sowwV5AbKn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sowwV5AbKn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sowwV5AbKn .dropdown-item:hover,
.cid-sowwV5AbKn .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sowwV5AbKn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sowwV5AbKn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sowwV5AbKn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sowwV5AbKn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sowwV5AbKn .nav-link {
  position: relative;
}
.cid-sowwV5AbKn .container {
  display: flex;
  margin: auto;
}
.cid-sowwV5AbKn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sowwV5AbKn .dropdown-menu,
.cid-sowwV5AbKn .navbar.opened {
  background: #000000 !important;
}
.cid-sowwV5AbKn .nav-item:focus,
.cid-sowwV5AbKn .nav-link:focus {
  outline: none;
}
.cid-sowwV5AbKn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sowwV5AbKn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sowwV5AbKn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sowwV5AbKn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sowwV5AbKn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sowwV5AbKn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sowwV5AbKn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-sowwV5AbKn .navbar.opened {
  transition: all 0.3s;
}
.cid-sowwV5AbKn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sowwV5AbKn .navbar .navbar-logo img {
  width: auto;
}
.cid-sowwV5AbKn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sowwV5AbKn .navbar.collapsed {
  justify-content: center;
}
.cid-sowwV5AbKn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sowwV5AbKn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sowwV5AbKn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sowwV5AbKn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sowwV5AbKn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sowwV5AbKn .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-sowwV5AbKn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sowwV5AbKn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sowwV5AbKn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sowwV5AbKn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sowwV5AbKn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sowwV5AbKn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sowwV5AbKn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sowwV5AbKn .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-sowwV5AbKn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sowwV5AbKn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sowwV5AbKn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sowwV5AbKn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sowwV5AbKn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sowwV5AbKn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sowwV5AbKn .navbar.navbar-short {
  min-height: 60px;
}
.cid-sowwV5AbKn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sowwV5AbKn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sowwV5AbKn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sowwV5AbKn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sowwV5AbKn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sowwV5AbKn .dropdown-item.active,
.cid-sowwV5AbKn .dropdown-item:active {
  background-color: transparent;
}
.cid-sowwV5AbKn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sowwV5AbKn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sowwV5AbKn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sowwV5AbKn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sowwV5AbKn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sowwV5AbKn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sowwV5AbKn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sowwV5AbKn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sowwV5AbKn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sowwV5AbKn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sowwV5AbKn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sowwV5AbKn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sowwV5AbKn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sowwV5AbKn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sowwV5AbKn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sowwV5AbKn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sowwV5AbKn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sowwV5AbKn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sowwV5AbKn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sowwV5AbKn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sowwV5AbKn .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-sowwV5AbKn .navbar {
    height: 70px;
  }
  .cid-sowwV5AbKn .navbar.opened {
    height: auto;
  }
  .cid-sowwV5AbKn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soGxb6Q7Jp #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-soGxb6Q7Jp #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-soGxb6Q7Jp #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-soGxb6Q7Jp .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-soGxb6Q7Jp #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-soGxb6Q7Jp #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-soGxb6Q7Jp #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-soGxb6Q7Jp #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-soGxb6Q7Jp P {
  color: #ff8a8a;
}
.cid-sowMa0tJvj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spWvl88SkL {
  z-index: 1000;
  width: 100%;
}
.cid-spWvl88SkL nav.navbar {
  position: fixed;
}
.cid-spWvl88SkL .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-spWvl88SkL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spWvl88SkL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spWvl88SkL .dropdown-item:hover,
.cid-spWvl88SkL .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-spWvl88SkL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spWvl88SkL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spWvl88SkL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spWvl88SkL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spWvl88SkL .nav-link {
  position: relative;
}
.cid-spWvl88SkL .container {
  display: flex;
  margin: auto;
}
.cid-spWvl88SkL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spWvl88SkL .dropdown-menu,
.cid-spWvl88SkL .navbar.opened {
  background: #000000 !important;
}
.cid-spWvl88SkL .nav-item:focus,
.cid-spWvl88SkL .nav-link:focus {
  outline: none;
}
.cid-spWvl88SkL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spWvl88SkL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spWvl88SkL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spWvl88SkL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spWvl88SkL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spWvl88SkL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spWvl88SkL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-spWvl88SkL .navbar.opened {
  transition: all 0.3s;
}
.cid-spWvl88SkL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spWvl88SkL .navbar .navbar-logo img {
  width: auto;
}
.cid-spWvl88SkL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spWvl88SkL .navbar.collapsed {
  justify-content: center;
}
.cid-spWvl88SkL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spWvl88SkL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spWvl88SkL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-spWvl88SkL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spWvl88SkL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spWvl88SkL .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-spWvl88SkL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spWvl88SkL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spWvl88SkL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spWvl88SkL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spWvl88SkL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spWvl88SkL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spWvl88SkL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spWvl88SkL .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-spWvl88SkL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spWvl88SkL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spWvl88SkL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spWvl88SkL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spWvl88SkL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spWvl88SkL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spWvl88SkL .navbar.navbar-short {
  min-height: 60px;
}
.cid-spWvl88SkL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spWvl88SkL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spWvl88SkL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spWvl88SkL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spWvl88SkL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spWvl88SkL .dropdown-item.active,
.cid-spWvl88SkL .dropdown-item:active {
  background-color: transparent;
}
.cid-spWvl88SkL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spWvl88SkL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spWvl88SkL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spWvl88SkL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-spWvl88SkL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spWvl88SkL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spWvl88SkL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spWvl88SkL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spWvl88SkL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spWvl88SkL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spWvl88SkL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spWvl88SkL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spWvl88SkL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spWvl88SkL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spWvl88SkL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spWvl88SkL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spWvl88SkL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spWvl88SkL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spWvl88SkL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spWvl88SkL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spWvl88SkL .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-spWvl88SkL .navbar {
    height: 70px;
  }
  .cid-spWvl88SkL .navbar.opened {
    height: auto;
  }
  .cid-spWvl88SkL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spWvl8xqqw {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-spWvl8xqqw .mbr-section-title {
  color: #ffe161;
}
.cid-spWvl8xqqw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spWvl8PynQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-spWvl8PynQ .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-spWvl8PynQ .carousel {
    min-height: 800px;
  }
  .cid-spWvl8PynQ .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-spWvl8PynQ .carousel {
    min-height: 520px;
  }
  .cid-spWvl8PynQ .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-spWvl8PynQ .carousel {
    min-height: 440px;
  }
  .cid-spWvl8PynQ .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-spWvl8PynQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-spWvl8PynQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-spWvl8PynQ .carousel,
.cid-spWvl8PynQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-spWvl8PynQ .item-wrapper {
  width: 100%;
}
.cid-spWvl8PynQ .carousel-caption {
  bottom: 40px;
}
.cid-spWvl8PynQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-spWvl8PynQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-spWvl8PynQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-spWvl8PynQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-spWvl8PynQ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-spWvl8PynQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spWvl8PynQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-spWvl8PynQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spWvl8PynQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-spWvl8PynQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-spWvl8PynQ .carousel-indicators li.active,
.cid-spWvl8PynQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-spWvl8PynQ .carousel-indicators li::after,
.cid-spWvl8PynQ .carousel-indicators li::before {
  content: none;
}
.cid-spWvl8PynQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-spWvl8PynQ .carousel-indicators {
    display: none !important;
  }
}
.cid-spWvl9cvqT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-spWvl9cvqT .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-spWvl9cvqT .mbr-text {
  color: #ffffff;
}
.cid-spWvl9cvqT hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-spWvl9cvqT P {
  color: #ffffff;
}
.cid-spWvl9Rxvl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-spWvl9Rxvl .progress {
  width: 100%;
}
.cid-spWvl9Rxvl progress {
  height: 8px;
}
.cid-spWvl9Rxvl h3 {
  text-align: center;
  font-weight: 300;
}
.cid-spWvl9Rxvl .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-spWvl9Rxvl .progress_value {
  position: relative;
}
.cid-spWvl9Rxvl .progress_elements {
  margin: 0 auto;
}
.cid-spWvl9Rxvl .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-spWvl9Rxvl .progress1 .progressbar-number:before,
.cid-spWvl9Rxvl .progress2 .progressbar-number:before,
.cid-spWvl9Rxvl .progress3 .progressbar-number:before,
.cid-spWvl9Rxvl .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-spWvl9Rxvl progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-spWvl9Rxvl progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-spWvl9Rxvl progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-spWvl9Rxvl progress::-ms-fill {
  background: #ffe161;
}
.cid-spWvl9Rxvl .progress1 .progressbar-number:before {
  content: '80';
}
.cid-spWvl9Rxvl .progress2 .progressbar-number:before {
  content: '80';
}
.cid-spWvl9Rxvl .progress3 .progressbar-number:before {
  content: '90';
}
.cid-spWvl9Rxvl .progress4 .progressbar-number:before {
  content: '100';
}
.cid-spWvl9Rxvl .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-spWvl9Rxvl .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-spWvl9Rxvl .progress_value span {
  padding-left: 30px;
}
.cid-spWvl9Rxvl .progressbar-number {
  word-break: normal;
}
.cid-spWvl9Rxvl .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-spWvl9Rxvl .progressbar-title p,
.cid-spWvl9Rxvl .progress_value {
  color: #ffffff;
}
.cid-spWvlamQjQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-spWvlamQjQ .progress {
  width: 100%;
}
.cid-spWvlamQjQ progress {
  height: 8px;
}
.cid-spWvlamQjQ h3 {
  text-align: center;
  font-weight: 300;
}
.cid-spWvlamQjQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-spWvlamQjQ .progress_value {
  position: relative;
}
.cid-spWvlamQjQ .progress_elements {
  margin: 0 auto;
}
.cid-spWvlamQjQ .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-spWvlamQjQ .progress1 .progressbar-number:before,
.cid-spWvlamQjQ .progress2 .progressbar-number:before,
.cid-spWvlamQjQ .progress3 .progressbar-number:before,
.cid-spWvlamQjQ .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-spWvlamQjQ progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-spWvlamQjQ progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-spWvlamQjQ progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-spWvlamQjQ progress::-ms-fill {
  background: #ffe161;
}
.cid-spWvlamQjQ .progress1 .progressbar-number:before {
  content: '20';
}
.cid-spWvlamQjQ .progress2 .progressbar-number:before {
  content: '80';
}
.cid-spWvlamQjQ .progress3 .progressbar-number:before {
  content: '90';
}
.cid-spWvlamQjQ .progress4 .progressbar-number:before {
  content: '100';
}
.cid-spWvlamQjQ .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-spWvlamQjQ .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-spWvlamQjQ .progress_value span {
  padding-left: 30px;
}
.cid-spWvlamQjQ .progressbar-number {
  word-break: normal;
}
.cid-spWvlamQjQ .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-spWvlamQjQ .progressbar-title p,
.cid-spWvlamQjQ .progress_value {
  color: #ffffff;
}
.cid-spWvlaJwEh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spWvlaBQBG #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-spWvlaBQBG #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-spWvlaBQBG #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-spWvlaBQBG .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-spWvlaBQBG #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-spWvlaBQBG #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-spWvlaBQBG #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-spWvlaBQBG #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-spWvlaBQBG P {
  color: #ff8a8a;
}
.cid-swE9370Xye {
  z-index: 1000;
  width: 100%;
}
.cid-swE9370Xye nav.navbar {
  position: fixed;
}
.cid-swE9370Xye .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-swE9370Xye .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swE9370Xye .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swE9370Xye .dropdown-item:hover,
.cid-swE9370Xye .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-swE9370Xye .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swE9370Xye .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swE9370Xye .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-swE9370Xye .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swE9370Xye .nav-link {
  position: relative;
}
.cid-swE9370Xye .container {
  display: flex;
  margin: auto;
}
.cid-swE9370Xye .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swE9370Xye .dropdown-menu,
.cid-swE9370Xye .navbar.opened {
  background: #000000 !important;
}
.cid-swE9370Xye .nav-item:focus,
.cid-swE9370Xye .nav-link:focus {
  outline: none;
}
.cid-swE9370Xye .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swE9370Xye .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swE9370Xye .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swE9370Xye .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swE9370Xye .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swE9370Xye .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swE9370Xye .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-swE9370Xye .navbar.opened {
  transition: all 0.3s;
}
.cid-swE9370Xye .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swE9370Xye .navbar .navbar-logo img {
  width: auto;
}
.cid-swE9370Xye .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swE9370Xye .navbar.collapsed {
  justify-content: center;
}
.cid-swE9370Xye .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swE9370Xye .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swE9370Xye .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-swE9370Xye .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swE9370Xye .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swE9370Xye .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-swE9370Xye .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swE9370Xye .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-swE9370Xye .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-swE9370Xye .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swE9370Xye .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swE9370Xye .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swE9370Xye .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swE9370Xye .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-swE9370Xye .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swE9370Xye .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swE9370Xye .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swE9370Xye .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swE9370Xye .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-swE9370Xye .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-swE9370Xye .navbar.navbar-short {
  min-height: 60px;
}
.cid-swE9370Xye .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swE9370Xye .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swE9370Xye .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swE9370Xye .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swE9370Xye .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swE9370Xye .dropdown-item.active,
.cid-swE9370Xye .dropdown-item:active {
  background-color: transparent;
}
.cid-swE9370Xye .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swE9370Xye .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swE9370Xye .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swE9370Xye .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swE9370Xye .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swE9370Xye .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swE9370Xye ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swE9370Xye .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swE9370Xye button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swE9370Xye button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swE9370Xye button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swE9370Xye button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swE9370Xye button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swE9370Xye button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swE9370Xye nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swE9370Xye nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swE9370Xye nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swE9370Xye nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swE9370Xye .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swE9370Xye a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swE9370Xye .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-swE9370Xye .navbar {
    height: 70px;
  }
  .cid-swE9370Xye .navbar.opened {
    height: auto;
  }
  .cid-swE9370Xye .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swE937kp5b {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swE937kp5b .mbr-section-title {
  color: #ffe161;
}
.cid-swE937kp5b .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swE937xVEO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swE937xVEO .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-swE937xVEO .carousel {
    min-height: 800px;
  }
  .cid-swE937xVEO .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-swE937xVEO .carousel {
    min-height: 520px;
  }
  .cid-swE937xVEO .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-swE937xVEO .carousel {
    min-height: 440px;
  }
  .cid-swE937xVEO .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-swE937xVEO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-swE937xVEO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-swE937xVEO .carousel,
.cid-swE937xVEO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-swE937xVEO .item-wrapper {
  width: 100%;
}
.cid-swE937xVEO .carousel-caption {
  bottom: 40px;
}
.cid-swE937xVEO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-swE937xVEO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-swE937xVEO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-swE937xVEO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-swE937xVEO .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-swE937xVEO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swE937xVEO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-swE937xVEO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swE937xVEO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-swE937xVEO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-swE937xVEO .carousel-indicators li.active,
.cid-swE937xVEO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-swE937xVEO .carousel-indicators li::after,
.cid-swE937xVEO .carousel-indicators li::before {
  content: none;
}
.cid-swE937xVEO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-swE937xVEO .carousel-indicators {
    display: none !important;
  }
}
.cid-swE937PuOS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-swE937PuOS .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swE937PuOS .mbr-text {
  color: #ffffff;
}
.cid-swE937PuOS hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-swE937PuOS P {
  color: #ffffff;
}
.cid-swE9380dou {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swE9380dou .progress {
  width: 100%;
}
.cid-swE9380dou progress {
  height: 8px;
}
.cid-swE9380dou h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swE9380dou .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swE9380dou .progress_value {
  position: relative;
}
.cid-swE9380dou .progress_elements {
  margin: 0 auto;
}
.cid-swE9380dou .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-swE9380dou .progress1 .progressbar-number:before,
.cid-swE9380dou .progress2 .progressbar-number:before,
.cid-swE9380dou .progress3 .progressbar-number:before,
.cid-swE9380dou .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-swE9380dou progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swE9380dou progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-swE9380dou progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-swE9380dou progress::-ms-fill {
  background: #ffe161;
}
.cid-swE9380dou .progress1 .progressbar-number:before {
  content: '95';
}
.cid-swE9380dou .progress2 .progressbar-number:before {
  content: '80';
}
.cid-swE9380dou .progress3 .progressbar-number:before {
  content: '90';
}
.cid-swE9380dou .progress4 .progressbar-number:before {
  content: '100';
}
.cid-swE9380dou .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-swE9380dou .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swE9380dou .progress_value span {
  padding-left: 30px;
}
.cid-swE9380dou .progressbar-number {
  word-break: normal;
}
.cid-swE9380dou .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-swE9380dou .progressbar-title p,
.cid-swE9380dou .progress_value {
  color: #ffffff;
}
.cid-syMErjfJms {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syMErjfJms .progress {
  width: 100%;
}
.cid-syMErjfJms progress {
  height: 8px;
}
.cid-syMErjfJms h3 {
  text-align: center;
  font-weight: 300;
}
.cid-syMErjfJms .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-syMErjfJms .progress_value {
  position: relative;
}
.cid-syMErjfJms .progress_elements {
  margin: 0 auto;
}
.cid-syMErjfJms .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-syMErjfJms .progress1 .progressbar-number:before,
.cid-syMErjfJms .progress2 .progressbar-number:before,
.cid-syMErjfJms .progress3 .progressbar-number:before,
.cid-syMErjfJms .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-syMErjfJms progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-syMErjfJms progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-syMErjfJms progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-syMErjfJms progress::-ms-fill {
  background: #ffe161;
}
.cid-syMErjfJms .progress1 .progressbar-number:before {
  content: '5';
}
.cid-syMErjfJms .progress2 .progressbar-number:before {
  content: '80';
}
.cid-syMErjfJms .progress3 .progressbar-number:before {
  content: '90';
}
.cid-syMErjfJms .progress4 .progressbar-number:before {
  content: '100';
}
.cid-syMErjfJms .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-syMErjfJms .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-syMErjfJms .progress_value span {
  padding-left: 30px;
}
.cid-syMErjfJms .progressbar-number {
  word-break: normal;
}
.cid-syMErjfJms .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-syMErjfJms .progressbar-title p,
.cid-syMErjfJms .progress_value {
  color: #ffffff;
}
.cid-swE938HwBF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-swE938A8tk #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-swE938A8tk #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-swE938A8tk #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-swE938A8tk .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-swE938A8tk #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-swE938A8tk #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-swE938A8tk #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-swE938A8tk #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-swE938A8tk P {
  color: #ff8a8a;
}
.cid-swGtMokdKN {
  z-index: 1000;
  width: 100%;
}
.cid-swGtMokdKN nav.navbar {
  position: fixed;
}
.cid-swGtMokdKN .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-swGtMokdKN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swGtMokdKN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swGtMokdKN .dropdown-item:hover,
.cid-swGtMokdKN .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-swGtMokdKN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swGtMokdKN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swGtMokdKN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-swGtMokdKN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swGtMokdKN .nav-link {
  position: relative;
}
.cid-swGtMokdKN .container {
  display: flex;
  margin: auto;
}
.cid-swGtMokdKN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swGtMokdKN .dropdown-menu,
.cid-swGtMokdKN .navbar.opened {
  background: #000000 !important;
}
.cid-swGtMokdKN .nav-item:focus,
.cid-swGtMokdKN .nav-link:focus {
  outline: none;
}
.cid-swGtMokdKN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swGtMokdKN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swGtMokdKN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swGtMokdKN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swGtMokdKN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swGtMokdKN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swGtMokdKN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-swGtMokdKN .navbar.opened {
  transition: all 0.3s;
}
.cid-swGtMokdKN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swGtMokdKN .navbar .navbar-logo img {
  width: auto;
}
.cid-swGtMokdKN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swGtMokdKN .navbar.collapsed {
  justify-content: center;
}
.cid-swGtMokdKN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swGtMokdKN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swGtMokdKN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-swGtMokdKN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swGtMokdKN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swGtMokdKN .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-swGtMokdKN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swGtMokdKN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-swGtMokdKN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-swGtMokdKN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swGtMokdKN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swGtMokdKN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swGtMokdKN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swGtMokdKN .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-swGtMokdKN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swGtMokdKN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swGtMokdKN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swGtMokdKN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swGtMokdKN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-swGtMokdKN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-swGtMokdKN .navbar.navbar-short {
  min-height: 60px;
}
.cid-swGtMokdKN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swGtMokdKN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swGtMokdKN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swGtMokdKN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swGtMokdKN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swGtMokdKN .dropdown-item.active,
.cid-swGtMokdKN .dropdown-item:active {
  background-color: transparent;
}
.cid-swGtMokdKN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swGtMokdKN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swGtMokdKN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swGtMokdKN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swGtMokdKN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swGtMokdKN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swGtMokdKN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swGtMokdKN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swGtMokdKN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swGtMokdKN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swGtMokdKN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swGtMokdKN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swGtMokdKN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swGtMokdKN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swGtMokdKN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swGtMokdKN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swGtMokdKN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swGtMokdKN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swGtMokdKN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swGtMokdKN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swGtMokdKN .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-swGtMokdKN .navbar {
    height: 70px;
  }
  .cid-swGtMokdKN .navbar.opened {
    height: auto;
  }
  .cid-swGtMokdKN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swGtMoDTvz {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swGtMoDTvz .mbr-section-title {
  color: #ffe161;
}
.cid-swGtMoDTvz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swGu3USnW6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swGu3USnW6 .video-wrapper iframe {
  width: 100%;
}
.cid-swGu3USnW6 .mbr-section-title,
.cid-swGu3USnW6 .mbr-section-subtitle,
.cid-swGu3USnW6 .mbr-text {
  text-align: center;
}
.cid-swGu3USnW6 .mbr-section-title {
  color: #ffe161;
}
.cid-swGu3USnW6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swGu3USnW6 .mbr-text {
  color: #bbbbbb;
}
.cid-swGtMphmkE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-swGtMphmkE .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swGtMphmkE .mbr-text {
  color: #ffffff;
}
.cid-swGtMphmkE hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-swGtMphmkE P {
  color: #ffffff;
}
.cid-swGtMpq53z {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swGtMpq53z .progress {
  width: 100%;
}
.cid-swGtMpq53z progress {
  height: 8px;
}
.cid-swGtMpq53z h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swGtMpq53z .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swGtMpq53z .progress_value {
  position: relative;
}
.cid-swGtMpq53z .progress_elements {
  margin: 0 auto;
}
.cid-swGtMpq53z .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-swGtMpq53z .progress1 .progressbar-number:before,
.cid-swGtMpq53z .progress2 .progressbar-number:before,
.cid-swGtMpq53z .progress3 .progressbar-number:before,
.cid-swGtMpq53z .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-swGtMpq53z progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swGtMpq53z progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-swGtMpq53z progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-swGtMpq53z progress::-ms-fill {
  background: #ffe161;
}
.cid-swGtMpq53z .progress1 .progressbar-number:before {
  content: '70';
}
.cid-swGtMpq53z .progress2 .progressbar-number:before {
  content: '80';
}
.cid-swGtMpq53z .progress3 .progressbar-number:before {
  content: '90';
}
.cid-swGtMpq53z .progress4 .progressbar-number:before {
  content: '100';
}
.cid-swGtMpq53z .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-swGtMpq53z .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swGtMpq53z .progress_value span {
  padding-left: 30px;
}
.cid-swGtMpq53z .progressbar-number {
  word-break: normal;
}
.cid-swGtMpq53z .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-swGtMpq53z .progressbar-title p,
.cid-swGtMpq53z .progress_value {
  color: #ffffff;
}
.cid-swGuJEMwHM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swGuJEMwHM .progress {
  width: 100%;
}
.cid-swGuJEMwHM progress {
  height: 8px;
}
.cid-swGuJEMwHM h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swGuJEMwHM .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swGuJEMwHM .progress_value {
  position: relative;
}
.cid-swGuJEMwHM .progress_elements {
  margin: 0 auto;
}
.cid-swGuJEMwHM .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-swGuJEMwHM .progress1 .progressbar-number:before,
.cid-swGuJEMwHM .progress2 .progressbar-number:before,
.cid-swGuJEMwHM .progress3 .progressbar-number:before,
.cid-swGuJEMwHM .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-swGuJEMwHM progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swGuJEMwHM progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-swGuJEMwHM progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-swGuJEMwHM progress::-ms-fill {
  background: #ffe161;
}
.cid-swGuJEMwHM .progress1 .progressbar-number:before {
  content: '10';
}
.cid-swGuJEMwHM .progress2 .progressbar-number:before {
  content: '80';
}
.cid-swGuJEMwHM .progress3 .progressbar-number:before {
  content: '90';
}
.cid-swGuJEMwHM .progress4 .progressbar-number:before {
  content: '100';
}
.cid-swGuJEMwHM .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-swGuJEMwHM .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swGuJEMwHM .progress_value span {
  padding-left: 30px;
}
.cid-swGuJEMwHM .progressbar-number {
  word-break: normal;
}
.cid-swGuJEMwHM .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-swGuJEMwHM .progressbar-title p,
.cid-swGuJEMwHM .progress_value {
  color: #ffffff;
}
.cid-swGuIAA9TD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swGuIAA9TD .progress {
  width: 100%;
}
.cid-swGuIAA9TD progress {
  height: 8px;
}
.cid-swGuIAA9TD h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swGuIAA9TD .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swGuIAA9TD .progress_value {
  position: relative;
}
.cid-swGuIAA9TD .progress_elements {
  margin: 0 auto;
}
.cid-swGuIAA9TD .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-swGuIAA9TD .progress1 .progressbar-number:before,
.cid-swGuIAA9TD .progress2 .progressbar-number:before,
.cid-swGuIAA9TD .progress3 .progressbar-number:before,
.cid-swGuIAA9TD .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-swGuIAA9TD progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swGuIAA9TD progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-swGuIAA9TD progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-swGuIAA9TD progress::-ms-fill {
  background: #ffe161;
}
.cid-swGuIAA9TD .progress1 .progressbar-number:before {
  content: '10';
}
.cid-swGuIAA9TD .progress2 .progressbar-number:before {
  content: '80';
}
.cid-swGuIAA9TD .progress3 .progressbar-number:before {
  content: '90';
}
.cid-swGuIAA9TD .progress4 .progressbar-number:before {
  content: '100';
}
.cid-swGuIAA9TD .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-swGuIAA9TD .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swGuIAA9TD .progress_value span {
  padding-left: 30px;
}
.cid-swGuIAA9TD .progressbar-number {
  word-break: normal;
}
.cid-swGuIAA9TD .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-swGuIAA9TD .progressbar-title p,
.cid-swGuIAA9TD .progress_value {
  color: #ffffff;
}
.cid-swGuJWt9ZI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swGuJWt9ZI .progress {
  width: 100%;
}
.cid-swGuJWt9ZI progress {
  height: 8px;
}
.cid-swGuJWt9ZI h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swGuJWt9ZI .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swGuJWt9ZI .progress_value {
  position: relative;
}
.cid-swGuJWt9ZI .progress_elements {
  margin: 0 auto;
}
.cid-swGuJWt9ZI .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-swGuJWt9ZI .progress1 .progressbar-number:before,
.cid-swGuJWt9ZI .progress2 .progressbar-number:before,
.cid-swGuJWt9ZI .progress3 .progressbar-number:before,
.cid-swGuJWt9ZI .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-swGuJWt9ZI progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swGuJWt9ZI progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-swGuJWt9ZI progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-swGuJWt9ZI progress::-ms-fill {
  background: #ffe161;
}
.cid-swGuJWt9ZI .progress1 .progressbar-number:before {
  content: '5';
}
.cid-swGuJWt9ZI .progress2 .progressbar-number:before {
  content: '80';
}
.cid-swGuJWt9ZI .progress3 .progressbar-number:before {
  content: '90';
}
.cid-swGuJWt9ZI .progress4 .progressbar-number:before {
  content: '100';
}
.cid-swGuJWt9ZI .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-swGuJWt9ZI .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swGuJWt9ZI .progress_value span {
  padding-left: 30px;
}
.cid-swGuJWt9ZI .progressbar-number {
  word-break: normal;
}
.cid-swGuJWt9ZI .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-swGuJWt9ZI .progressbar-title p,
.cid-swGuJWt9ZI .progress_value {
  color: #ffffff;
}
.cid-swGuJ9VWlq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swGuJ9VWlq .progress {
  width: 100%;
}
.cid-swGuJ9VWlq progress {
  height: 8px;
}
.cid-swGuJ9VWlq h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swGuJ9VWlq .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swGuJ9VWlq .progress_value {
  position: relative;
}
.cid-swGuJ9VWlq .progress_elements {
  margin: 0 auto;
}
.cid-swGuJ9VWlq .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-swGuJ9VWlq .progress1 .progressbar-number:before,
.cid-swGuJ9VWlq .progress2 .progressbar-number:before,
.cid-swGuJ9VWlq .progress3 .progressbar-number:before,
.cid-swGuJ9VWlq .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-swGuJ9VWlq progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swGuJ9VWlq progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-swGuJ9VWlq progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-swGuJ9VWlq progress::-ms-fill {
  background: #ffe161;
}
.cid-swGuJ9VWlq .progress1 .progressbar-number:before {
  content: '5';
}
.cid-swGuJ9VWlq .progress2 .progressbar-number:before {
  content: '80';
}
.cid-swGuJ9VWlq .progress3 .progressbar-number:before {
  content: '90';
}
.cid-swGuJ9VWlq .progress4 .progressbar-number:before {
  content: '100';
}
.cid-swGuJ9VWlq .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-swGuJ9VWlq .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swGuJ9VWlq .progress_value span {
  padding-left: 30px;
}
.cid-swGuJ9VWlq .progressbar-number {
  word-break: normal;
}
.cid-swGuJ9VWlq .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-swGuJ9VWlq .progressbar-title p,
.cid-swGuJ9VWlq .progress_value {
  color: #ffffff;
}
.cid-swGtMpQSJE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-swGtMpIzMn #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-swGtMpIzMn #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-swGtMpIzMn #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-swGtMpIzMn .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-swGtMpIzMn #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-swGtMpIzMn #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-swGtMpIzMn #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-swGtMpIzMn #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-swGtMpIzMn P {
  color: #ff8a8a;
}
.cid-srfmFBNbPU {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-srfmFBNbPU .mbr-section-subtitle {
  color: #ff6666;
  text-align: left;
}
.cid-srfmFBNbPU .mbr-text {
  color: #ff6666;
}
.cid-srfmFBNbPU .mbr-section-title {
  color: #ff6666;
  text-align: center;
}
.cid-srfkFyWlxH {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-srfkFyWlxH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-srfkFyWlxH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-srfkFyWlxH .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-srfkFyWlxH .panel-body,
.cid-srfkFyWlxH .card-header {
  padding: 1rem 0;
}
.cid-srfkFyWlxH .panel-title-edit {
  color: #ffffff;
}
.cid-srfkFyWlxH H3 {
  color: #ffe161;
  text-align: left;
}
.cid-srfkFyWlxH .panel-text {
  color: #ffffff;
}
.cid-srfkl74mZs {
  z-index: 1000;
  width: 100%;
}
.cid-srfkl74mZs nav.navbar {
  position: fixed;
}
.cid-srfkl74mZs .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-srfkl74mZs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-srfkl74mZs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-srfkl74mZs .dropdown-item:hover,
.cid-srfkl74mZs .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-srfkl74mZs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-srfkl74mZs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-srfkl74mZs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-srfkl74mZs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-srfkl74mZs .nav-link {
  position: relative;
}
.cid-srfkl74mZs .container {
  display: flex;
  margin: auto;
}
.cid-srfkl74mZs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srfkl74mZs .dropdown-menu,
.cid-srfkl74mZs .navbar.opened {
  background: #000000 !important;
}
.cid-srfkl74mZs .nav-item:focus,
.cid-srfkl74mZs .nav-link:focus {
  outline: none;
}
.cid-srfkl74mZs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-srfkl74mZs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srfkl74mZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-srfkl74mZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-srfkl74mZs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srfkl74mZs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srfkl74mZs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-srfkl74mZs .navbar.opened {
  transition: all 0.3s;
}
.cid-srfkl74mZs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-srfkl74mZs .navbar .navbar-logo img {
  width: auto;
}
.cid-srfkl74mZs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-srfkl74mZs .navbar.collapsed {
  justify-content: center;
}
.cid-srfkl74mZs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srfkl74mZs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-srfkl74mZs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-srfkl74mZs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srfkl74mZs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srfkl74mZs .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-srfkl74mZs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srfkl74mZs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-srfkl74mZs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-srfkl74mZs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srfkl74mZs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srfkl74mZs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srfkl74mZs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srfkl74mZs .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-srfkl74mZs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-srfkl74mZs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srfkl74mZs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srfkl74mZs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-srfkl74mZs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-srfkl74mZs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-srfkl74mZs .navbar.navbar-short {
  min-height: 60px;
}
.cid-srfkl74mZs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-srfkl74mZs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-srfkl74mZs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-srfkl74mZs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srfkl74mZs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srfkl74mZs .dropdown-item.active,
.cid-srfkl74mZs .dropdown-item:active {
  background-color: transparent;
}
.cid-srfkl74mZs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srfkl74mZs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srfkl74mZs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srfkl74mZs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-srfkl74mZs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srfkl74mZs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srfkl74mZs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-srfkl74mZs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-srfkl74mZs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-srfkl74mZs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-srfkl74mZs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srfkl74mZs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srfkl74mZs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srfkl74mZs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srfkl74mZs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srfkl74mZs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srfkl74mZs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srfkl74mZs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srfkl74mZs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-srfkl74mZs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srfkl74mZs .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-srfkl74mZs .navbar {
    height: 70px;
  }
  .cid-srfkl74mZs .navbar.opened {
    height: auto;
  }
  .cid-srfkl74mZs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srflM05lZB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-srflM05lZB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-srflM05lZB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-srflM05lZB .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-srflM05lZB .panel-body,
.cid-srflM05lZB .card-header {
  padding: 1rem 0;
}
.cid-srflM05lZB .panel-title-edit {
  color: #ffffff;
}
.cid-srflM05lZB H3 {
  color: #ffe161;
}
.cid-srflM05lZB .panel-text {
  color: #ffffff;
}
.cid-srflPunHXi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-srflPunHXi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-srflPunHXi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-srflPunHXi .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-srflPunHXi .panel-body,
.cid-srflPunHXi .card-header {
  padding: 1rem 0;
}
.cid-srflPunHXi .panel-title-edit {
  color: #ffffff;
}
.cid-srflPunHXi H3 {
  color: #ffe161;
}
.cid-srflPunHXi .panel-text {
  color: #ffffff;
}
.cid-srfkl7qOgu #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-srfkl7qOgu #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-srfkl7qOgu #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-srfkl7qOgu .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-srfkl7qOgu #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-srfkl7qOgu #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-srfkl7qOgu #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-srfkl7qOgu #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-srfkl7qOgu P {
  color: #ff8a8a;
}
.cid-srfkl7AHFQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-swEerH0QLq {
  z-index: 1000;
  width: 100%;
}
.cid-swEerH0QLq nav.navbar {
  position: fixed;
}
.cid-swEerH0QLq .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-swEerH0QLq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swEerH0QLq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swEerH0QLq .dropdown-item:hover,
.cid-swEerH0QLq .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-swEerH0QLq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swEerH0QLq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swEerH0QLq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-swEerH0QLq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swEerH0QLq .nav-link {
  position: relative;
}
.cid-swEerH0QLq .container {
  display: flex;
  margin: auto;
}
.cid-swEerH0QLq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swEerH0QLq .dropdown-menu,
.cid-swEerH0QLq .navbar.opened {
  background: #000000 !important;
}
.cid-swEerH0QLq .nav-item:focus,
.cid-swEerH0QLq .nav-link:focus {
  outline: none;
}
.cid-swEerH0QLq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swEerH0QLq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swEerH0QLq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swEerH0QLq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swEerH0QLq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swEerH0QLq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swEerH0QLq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-swEerH0QLq .navbar.opened {
  transition: all 0.3s;
}
.cid-swEerH0QLq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swEerH0QLq .navbar .navbar-logo img {
  width: auto;
}
.cid-swEerH0QLq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swEerH0QLq .navbar.collapsed {
  justify-content: center;
}
.cid-swEerH0QLq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swEerH0QLq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swEerH0QLq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-swEerH0QLq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swEerH0QLq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swEerH0QLq .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-swEerH0QLq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swEerH0QLq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-swEerH0QLq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-swEerH0QLq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swEerH0QLq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swEerH0QLq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swEerH0QLq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swEerH0QLq .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-swEerH0QLq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swEerH0QLq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swEerH0QLq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swEerH0QLq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swEerH0QLq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-swEerH0QLq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-swEerH0QLq .navbar.navbar-short {
  min-height: 60px;
}
.cid-swEerH0QLq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swEerH0QLq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swEerH0QLq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swEerH0QLq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swEerH0QLq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swEerH0QLq .dropdown-item.active,
.cid-swEerH0QLq .dropdown-item:active {
  background-color: transparent;
}
.cid-swEerH0QLq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swEerH0QLq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swEerH0QLq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swEerH0QLq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swEerH0QLq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swEerH0QLq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swEerH0QLq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swEerH0QLq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swEerH0QLq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swEerH0QLq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swEerH0QLq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swEerH0QLq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swEerH0QLq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swEerH0QLq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swEerH0QLq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swEerH0QLq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swEerH0QLq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swEerH0QLq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swEerH0QLq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swEerH0QLq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swEerH0QLq .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-swEerH0QLq .navbar {
    height: 70px;
  }
  .cid-swEerH0QLq .navbar.opened {
    height: auto;
  }
  .cid-swEerH0QLq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swEerHpYiE {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swEerHpYiE .mbr-section-title {
  color: #ffe161;
}
.cid-swEerHpYiE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swEerHGj3a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swEerHGj3a .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-swEerHGj3a .carousel {
    min-height: 800px;
  }
  .cid-swEerHGj3a .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-swEerHGj3a .carousel {
    min-height: 520px;
  }
  .cid-swEerHGj3a .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-swEerHGj3a .carousel {
    min-height: 440px;
  }
  .cid-swEerHGj3a .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-swEerHGj3a .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-swEerHGj3a .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-swEerHGj3a .carousel,
.cid-swEerHGj3a .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-swEerHGj3a .item-wrapper {
  width: 100%;
}
.cid-swEerHGj3a .carousel-caption {
  bottom: 40px;
}
.cid-swEerHGj3a .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-swEerHGj3a .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-swEerHGj3a .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-swEerHGj3a .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-swEerHGj3a .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-swEerHGj3a .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swEerHGj3a .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-swEerHGj3a .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swEerHGj3a .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-swEerHGj3a .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-swEerHGj3a .carousel-indicators li.active,
.cid-swEerHGj3a .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-swEerHGj3a .carousel-indicators li::after,
.cid-swEerHGj3a .carousel-indicators li::before {
  content: none;
}
.cid-swEerHGj3a .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-swEerHGj3a .carousel-indicators {
    display: none !important;
  }
}
.cid-swEerI8k4d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-swEerI8k4d .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swEerI8k4d .mbr-text {
  color: #ffffff;
}
.cid-swEerI8k4d hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-swEerI8k4d P {
  color: #ffffff;
}
.cid-swEerIhKeR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swEerIhKeR .progress {
  width: 100%;
}
.cid-swEerIhKeR progress {
  height: 8px;
}
.cid-swEerIhKeR h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swEerIhKeR .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swEerIhKeR .progress_value {
  position: relative;
}
.cid-swEerIhKeR .progress_elements {
  margin: 0 auto;
}
.cid-swEerIhKeR .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-swEerIhKeR .progress1 .progressbar-number:before,
.cid-swEerIhKeR .progress2 .progressbar-number:before,
.cid-swEerIhKeR .progress3 .progressbar-number:before,
.cid-swEerIhKeR .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-swEerIhKeR progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swEerIhKeR progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-swEerIhKeR progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-swEerIhKeR progress::-ms-fill {
  background: #ffe161;
}
.cid-swEerIhKeR .progress1 .progressbar-number:before {
  content: '100';
}
.cid-swEerIhKeR .progress2 .progressbar-number:before {
  content: '80';
}
.cid-swEerIhKeR .progress3 .progressbar-number:before {
  content: '90';
}
.cid-swEerIhKeR .progress4 .progressbar-number:before {
  content: '100';
}
.cid-swEerIhKeR .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-swEerIhKeR .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swEerIhKeR .progress_value span {
  padding-left: 30px;
}
.cid-swEerIhKeR .progressbar-number {
  word-break: normal;
}
.cid-swEerIhKeR .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-swEerIhKeR .progressbar-title p,
.cid-swEerIhKeR .progress_value {
  color: #ffffff;
}
.cid-swEerIDKHe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-swEerIwRji #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-swEerIwRji #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-swEerIwRji #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-swEerIwRji .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-swEerIwRji #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-swEerIwRji #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-swEerIwRji #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-swEerIwRji #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-swEerIwRji P {
  color: #ff8a8a;
}
.cid-swEjjsI7J6 {
  z-index: 1000;
  width: 100%;
}
.cid-swEjjsI7J6 nav.navbar {
  position: fixed;
}
.cid-swEjjsI7J6 .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-swEjjsI7J6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swEjjsI7J6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swEjjsI7J6 .dropdown-item:hover,
.cid-swEjjsI7J6 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-swEjjsI7J6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swEjjsI7J6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swEjjsI7J6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-swEjjsI7J6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swEjjsI7J6 .nav-link {
  position: relative;
}
.cid-swEjjsI7J6 .container {
  display: flex;
  margin: auto;
}
.cid-swEjjsI7J6 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swEjjsI7J6 .dropdown-menu,
.cid-swEjjsI7J6 .navbar.opened {
  background: #000000 !important;
}
.cid-swEjjsI7J6 .nav-item:focus,
.cid-swEjjsI7J6 .nav-link:focus {
  outline: none;
}
.cid-swEjjsI7J6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swEjjsI7J6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swEjjsI7J6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swEjjsI7J6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swEjjsI7J6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swEjjsI7J6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swEjjsI7J6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-swEjjsI7J6 .navbar.opened {
  transition: all 0.3s;
}
.cid-swEjjsI7J6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swEjjsI7J6 .navbar .navbar-logo img {
  width: auto;
}
.cid-swEjjsI7J6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swEjjsI7J6 .navbar.collapsed {
  justify-content: center;
}
.cid-swEjjsI7J6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swEjjsI7J6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swEjjsI7J6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-swEjjsI7J6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swEjjsI7J6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swEjjsI7J6 .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-swEjjsI7J6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swEjjsI7J6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-swEjjsI7J6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-swEjjsI7J6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swEjjsI7J6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swEjjsI7J6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swEjjsI7J6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swEjjsI7J6 .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-swEjjsI7J6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swEjjsI7J6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swEjjsI7J6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swEjjsI7J6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swEjjsI7J6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-swEjjsI7J6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-swEjjsI7J6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-swEjjsI7J6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swEjjsI7J6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swEjjsI7J6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swEjjsI7J6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swEjjsI7J6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swEjjsI7J6 .dropdown-item.active,
.cid-swEjjsI7J6 .dropdown-item:active {
  background-color: transparent;
}
.cid-swEjjsI7J6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swEjjsI7J6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swEjjsI7J6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swEjjsI7J6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swEjjsI7J6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swEjjsI7J6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swEjjsI7J6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swEjjsI7J6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swEjjsI7J6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swEjjsI7J6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swEjjsI7J6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swEjjsI7J6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swEjjsI7J6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swEjjsI7J6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swEjjsI7J6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swEjjsI7J6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swEjjsI7J6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swEjjsI7J6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swEjjsI7J6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swEjjsI7J6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swEjjsI7J6 .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-swEjjsI7J6 .navbar {
    height: 70px;
  }
  .cid-swEjjsI7J6 .navbar.opened {
    height: auto;
  }
  .cid-swEjjsI7J6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swEjjt6L6f {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swEjjt6L6f .mbr-section-title {
  color: #ffe161;
}
.cid-swEjjt6L6f .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7CAyI2FQX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t7CAyI2FQX .video-wrapper iframe {
  width: 100%;
}
.cid-t7CAyI2FQX .mbr-section-title,
.cid-t7CAyI2FQX .mbr-section-subtitle,
.cid-t7CAyI2FQX .mbr-text {
  text-align: center;
}
.cid-t7CAyI2FQX .mbr-section-title {
  color: #ffe161;
}
.cid-t7CAyI2FQX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7CAyI2FQX .mbr-text {
  color: #bbbbbb;
}
.cid-swEjjtDj5B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-swEjjtDj5B .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swEjjtDj5B .mbr-text {
  color: #ffffff;
}
.cid-swEjjtDj5B hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-swEjjtDj5B P {
  color: #ffffff;
}
.cid-swEjjtNTVT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swEjjtNTVT .progress {
  width: 100%;
}
.cid-swEjjtNTVT progress {
  height: 8px;
}
.cid-swEjjtNTVT h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swEjjtNTVT .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swEjjtNTVT .progress_value {
  position: relative;
}
.cid-swEjjtNTVT .progress_elements {
  margin: 0 auto;
}
.cid-swEjjtNTVT .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-swEjjtNTVT .progress1 .progressbar-number:before,
.cid-swEjjtNTVT .progress2 .progressbar-number:before,
.cid-swEjjtNTVT .progress3 .progressbar-number:before,
.cid-swEjjtNTVT .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-swEjjtNTVT progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swEjjtNTVT progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-swEjjtNTVT progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-swEjjtNTVT progress::-ms-fill {
  background: #ffe161;
}
.cid-swEjjtNTVT .progress1 .progressbar-number:before {
  content: '100';
}
.cid-swEjjtNTVT .progress2 .progressbar-number:before {
  content: '80';
}
.cid-swEjjtNTVT .progress3 .progressbar-number:before {
  content: '90';
}
.cid-swEjjtNTVT .progress4 .progressbar-number:before {
  content: '100';
}
.cid-swEjjtNTVT .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-swEjjtNTVT .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swEjjtNTVT .progress_value span {
  padding-left: 30px;
}
.cid-swEjjtNTVT .progressbar-number {
  word-break: normal;
}
.cid-swEjjtNTVT .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-swEjjtNTVT .progressbar-title p,
.cid-swEjjtNTVT .progress_value {
  color: #ffffff;
}
.cid-swEjju83xk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-swEjju185y #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-swEjju185y #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-swEjju185y #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-swEjju185y .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-swEjju185y #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-swEjju185y #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-swEjju185y #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-swEjju185y #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-swEjju185y P {
  color: #ff8a8a;
}
.cid-snlW7HgBwP {
  z-index: 1000;
  width: 100%;
}
.cid-snlW7HgBwP nav.navbar {
  position: fixed;
}
.cid-snlW7HgBwP .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-snlW7HgBwP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-snlW7HgBwP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snlW7HgBwP .dropdown-item:hover,
.cid-snlW7HgBwP .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-snlW7HgBwP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-snlW7HgBwP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-snlW7HgBwP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-snlW7HgBwP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snlW7HgBwP .nav-link {
  position: relative;
}
.cid-snlW7HgBwP .container {
  display: flex;
  margin: auto;
}
.cid-snlW7HgBwP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snlW7HgBwP .dropdown-menu,
.cid-snlW7HgBwP .navbar.opened {
  background: #000000 !important;
}
.cid-snlW7HgBwP .nav-item:focus,
.cid-snlW7HgBwP .nav-link:focus {
  outline: none;
}
.cid-snlW7HgBwP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-snlW7HgBwP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snlW7HgBwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-snlW7HgBwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-snlW7HgBwP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snlW7HgBwP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snlW7HgBwP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-snlW7HgBwP .navbar.opened {
  transition: all 0.3s;
}
.cid-snlW7HgBwP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-snlW7HgBwP .navbar .navbar-logo img {
  width: auto;
}
.cid-snlW7HgBwP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-snlW7HgBwP .navbar.collapsed {
  justify-content: center;
}
.cid-snlW7HgBwP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snlW7HgBwP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snlW7HgBwP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-snlW7HgBwP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snlW7HgBwP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snlW7HgBwP .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-snlW7HgBwP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snlW7HgBwP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snlW7HgBwP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snlW7HgBwP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snlW7HgBwP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snlW7HgBwP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snlW7HgBwP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snlW7HgBwP .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-snlW7HgBwP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-snlW7HgBwP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snlW7HgBwP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snlW7HgBwP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snlW7HgBwP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-snlW7HgBwP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snlW7HgBwP .navbar.navbar-short {
  min-height: 60px;
}
.cid-snlW7HgBwP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-snlW7HgBwP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-snlW7HgBwP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snlW7HgBwP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snlW7HgBwP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snlW7HgBwP .dropdown-item.active,
.cid-snlW7HgBwP .dropdown-item:active {
  background-color: transparent;
}
.cid-snlW7HgBwP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snlW7HgBwP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snlW7HgBwP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snlW7HgBwP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-snlW7HgBwP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snlW7HgBwP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snlW7HgBwP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-snlW7HgBwP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snlW7HgBwP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-snlW7HgBwP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snlW7HgBwP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snlW7HgBwP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snlW7HgBwP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snlW7HgBwP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snlW7HgBwP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snlW7HgBwP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snlW7HgBwP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snlW7HgBwP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snlW7HgBwP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-snlW7HgBwP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-snlW7HgBwP .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-snlW7HgBwP .navbar {
    height: 70px;
  }
  .cid-snlW7HgBwP .navbar.opened {
    height: auto;
  }
  .cid-snlW7HgBwP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snlYh7Z1nl {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-snlYh7Z1nl .mbr-section-title {
  color: #ffe161;
}
.cid-snlYh7Z1nl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-snlZiaWbMZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-snlZiaWbMZ .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-snlZiaWbMZ .carousel {
    min-height: 800px;
  }
  .cid-snlZiaWbMZ .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-snlZiaWbMZ .carousel {
    min-height: 520px;
  }
  .cid-snlZiaWbMZ .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-snlZiaWbMZ .carousel {
    min-height: 440px;
  }
  .cid-snlZiaWbMZ .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-snlZiaWbMZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-snlZiaWbMZ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-snlZiaWbMZ .carousel,
.cid-snlZiaWbMZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snlZiaWbMZ .item-wrapper {
  width: 100%;
}
.cid-snlZiaWbMZ .carousel-caption {
  bottom: 40px;
}
.cid-snlZiaWbMZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-snlZiaWbMZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-snlZiaWbMZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-snlZiaWbMZ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-snlZiaWbMZ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snlZiaWbMZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snlZiaWbMZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snlZiaWbMZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snlZiaWbMZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-snlZiaWbMZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snlZiaWbMZ .carousel-indicators li.active,
.cid-snlZiaWbMZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snlZiaWbMZ .carousel-indicators li::after,
.cid-snlZiaWbMZ .carousel-indicators li::before {
  content: none;
}
.cid-snlZiaWbMZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snlZiaWbMZ .carousel-indicators {
    display: none !important;
  }
}
.cid-soBcdCQh7e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-soBcdCQh7e .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-soBcdCQh7e .mbr-text {
  color: #ffffff;
}
.cid-soBcdCQh7e hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-soAmq08fc4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-soAmq08fc4 .progress {
  width: 100%;
}
.cid-soAmq08fc4 progress {
  height: 8px;
}
.cid-soAmq08fc4 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-soAmq08fc4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soAmq08fc4 .progress_value {
  position: relative;
}
.cid-soAmq08fc4 .progress_elements {
  margin: 0 auto;
}
.cid-soAmq08fc4 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-soAmq08fc4 .progress1 .progressbar-number:before,
.cid-soAmq08fc4 .progress2 .progressbar-number:before,
.cid-soAmq08fc4 .progress3 .progressbar-number:before,
.cid-soAmq08fc4 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-soAmq08fc4 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soAmq08fc4 progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-soAmq08fc4 progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-soAmq08fc4 progress::-ms-fill {
  background: #ffe161;
}
.cid-soAmq08fc4 .progress1 .progressbar-number:before {
  content: '90';
}
.cid-soAmq08fc4 .progress2 .progressbar-number:before {
  content: '80';
}
.cid-soAmq08fc4 .progress3 .progressbar-number:before {
  content: '90';
}
.cid-soAmq08fc4 .progress4 .progressbar-number:before {
  content: '100';
}
.cid-soAmq08fc4 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-soAmq08fc4 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soAmq08fc4 .progress_value span {
  padding-left: 30px;
}
.cid-soAmq08fc4 .progressbar-number {
  word-break: normal;
}
.cid-soAmq08fc4 .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-soAmq08fc4 .progressbar-title p,
.cid-soAmq08fc4 .progress_value {
  color: #ffffff;
}
.cid-soAmquxewz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-soAmquxewz .progress {
  width: 100%;
}
.cid-soAmquxewz progress {
  height: 8px;
}
.cid-soAmquxewz h3 {
  text-align: center;
  font-weight: 300;
}
.cid-soAmquxewz .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soAmquxewz .progress_value {
  position: relative;
}
.cid-soAmquxewz .progress_elements {
  margin: 0 auto;
}
.cid-soAmquxewz .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-soAmquxewz .progress1 .progressbar-number:before,
.cid-soAmquxewz .progress2 .progressbar-number:before,
.cid-soAmquxewz .progress3 .progressbar-number:before,
.cid-soAmquxewz .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-soAmquxewz progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soAmquxewz progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-soAmquxewz progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-soAmquxewz progress::-ms-fill {
  background: #ffe161;
}
.cid-soAmquxewz .progress1 .progressbar-number:before {
  content: '10';
}
.cid-soAmquxewz .progress2 .progressbar-number:before {
  content: '80';
}
.cid-soAmquxewz .progress3 .progressbar-number:before {
  content: '90';
}
.cid-soAmquxewz .progress4 .progressbar-number:before {
  content: '100';
}
.cid-soAmquxewz .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-soAmquxewz .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soAmquxewz .progress_value span {
  padding-left: 30px;
}
.cid-soAmquxewz .progressbar-number {
  word-break: normal;
}
.cid-soAmquxewz .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-soAmquxewz .progressbar-title p,
.cid-soAmquxewz .progress_value {
  color: #ffffff;
}
.cid-sowMa0tJvj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-soGxhO3RyX #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-soGxhO3RyX #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-soGxhO3RyX #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-soGxhO3RyX .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-soGxhO3RyX #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-soGxhO3RyX #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-soGxhO3RyX #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-soGxhO3RyX #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-soGxhO3RyX P {
  color: #ff8a8a;
}
.cid-sov3GiBIcm {
  z-index: 1000;
  width: 100%;
}
.cid-sov3GiBIcm nav.navbar {
  position: fixed;
}
.cid-sov3GiBIcm .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-sov3GiBIcm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sov3GiBIcm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sov3GiBIcm .dropdown-item:hover,
.cid-sov3GiBIcm .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sov3GiBIcm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sov3GiBIcm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sov3GiBIcm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sov3GiBIcm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sov3GiBIcm .nav-link {
  position: relative;
}
.cid-sov3GiBIcm .container {
  display: flex;
  margin: auto;
}
.cid-sov3GiBIcm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sov3GiBIcm .dropdown-menu,
.cid-sov3GiBIcm .navbar.opened {
  background: #000000 !important;
}
.cid-sov3GiBIcm .nav-item:focus,
.cid-sov3GiBIcm .nav-link:focus {
  outline: none;
}
.cid-sov3GiBIcm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sov3GiBIcm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sov3GiBIcm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sov3GiBIcm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sov3GiBIcm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sov3GiBIcm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sov3GiBIcm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-sov3GiBIcm .navbar.opened {
  transition: all 0.3s;
}
.cid-sov3GiBIcm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sov3GiBIcm .navbar .navbar-logo img {
  width: auto;
}
.cid-sov3GiBIcm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sov3GiBIcm .navbar.collapsed {
  justify-content: center;
}
.cid-sov3GiBIcm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sov3GiBIcm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sov3GiBIcm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sov3GiBIcm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sov3GiBIcm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sov3GiBIcm .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-sov3GiBIcm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sov3GiBIcm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sov3GiBIcm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sov3GiBIcm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sov3GiBIcm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sov3GiBIcm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sov3GiBIcm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sov3GiBIcm .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-sov3GiBIcm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sov3GiBIcm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sov3GiBIcm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sov3GiBIcm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sov3GiBIcm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sov3GiBIcm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sov3GiBIcm .navbar.navbar-short {
  min-height: 60px;
}
.cid-sov3GiBIcm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sov3GiBIcm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sov3GiBIcm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sov3GiBIcm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sov3GiBIcm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sov3GiBIcm .dropdown-item.active,
.cid-sov3GiBIcm .dropdown-item:active {
  background-color: transparent;
}
.cid-sov3GiBIcm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sov3GiBIcm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sov3GiBIcm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sov3GiBIcm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sov3GiBIcm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sov3GiBIcm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sov3GiBIcm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sov3GiBIcm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sov3GiBIcm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sov3GiBIcm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sov3GiBIcm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sov3GiBIcm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sov3GiBIcm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sov3GiBIcm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sov3GiBIcm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sov3GiBIcm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sov3GiBIcm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sov3GiBIcm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sov3GiBIcm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sov3GiBIcm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sov3GiBIcm .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-sov3GiBIcm .navbar {
    height: 70px;
  }
  .cid-sov3GiBIcm .navbar.opened {
    height: auto;
  }
  .cid-sov3GiBIcm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sov3GiUFr4 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sov3GiUFr4 .mbr-section-title {
  color: #ffe161;
}
.cid-sov3GiUFr4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sov3Gj9EtO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sov3Gj9EtO .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sov3Gj9EtO .carousel {
    min-height: 800px;
  }
  .cid-sov3Gj9EtO .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sov3Gj9EtO .carousel {
    min-height: 520px;
  }
  .cid-sov3Gj9EtO .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sov3Gj9EtO .carousel {
    min-height: 440px;
  }
  .cid-sov3Gj9EtO .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-sov3Gj9EtO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sov3Gj9EtO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sov3Gj9EtO .carousel,
.cid-sov3Gj9EtO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sov3Gj9EtO .item-wrapper {
  width: 100%;
}
.cid-sov3Gj9EtO .carousel-caption {
  bottom: 40px;
}
.cid-sov3Gj9EtO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sov3Gj9EtO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sov3Gj9EtO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sov3Gj9EtO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sov3Gj9EtO .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sov3Gj9EtO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sov3Gj9EtO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sov3Gj9EtO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sov3Gj9EtO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sov3Gj9EtO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sov3Gj9EtO .carousel-indicators li.active,
.cid-sov3Gj9EtO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sov3Gj9EtO .carousel-indicators li::after,
.cid-sov3Gj9EtO .carousel-indicators li::before {
  content: none;
}
.cid-sov3Gj9EtO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sov3Gj9EtO .carousel-indicators {
    display: none !important;
  }
}
.cid-soBc6Mvoba {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-soBc6Mvoba .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-soBc6Mvoba .mbr-text {
  color: #ffffff;
}
.cid-soBc6Mvoba hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-sov91ORe6C {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sov91ORe6C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sov91ORe6C .row {
  flex-direction: row-reverse;
}
.cid-sov91ORe6C img {
  width: 100%;
}
.cid-sov91ORe6C .mbr-description {
  color: #bbbbbb;
}
.cid-sozQ6L3pi1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sozQ6L3pi1 .progress {
  width: 100%;
}
.cid-sozQ6L3pi1 progress {
  height: 8px;
}
.cid-sozQ6L3pi1 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sozQ6L3pi1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sozQ6L3pi1 .progress_value {
  position: relative;
}
.cid-sozQ6L3pi1 .progress_elements {
  margin: 0 auto;
}
.cid-sozQ6L3pi1 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sozQ6L3pi1 .progress1 .progressbar-number:before,
.cid-sozQ6L3pi1 .progress2 .progressbar-number:before,
.cid-sozQ6L3pi1 .progress3 .progressbar-number:before,
.cid-sozQ6L3pi1 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-sozQ6L3pi1 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sozQ6L3pi1 progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-sozQ6L3pi1 progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-sozQ6L3pi1 progress::-ms-fill {
  background: #ffe161;
}
.cid-sozQ6L3pi1 .progress1 .progressbar-number:before {
  content: '75';
}
.cid-sozQ6L3pi1 .progress2 .progressbar-number:before {
  content: '80';
}
.cid-sozQ6L3pi1 .progress3 .progressbar-number:before {
  content: '90';
}
.cid-sozQ6L3pi1 .progress4 .progressbar-number:before {
  content: '100';
}
.cid-sozQ6L3pi1 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sozQ6L3pi1 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sozQ6L3pi1 .progress_value span {
  padding-left: 30px;
}
.cid-sozQ6L3pi1 .progressbar-number {
  word-break: normal;
}
.cid-sozQ6L3pi1 .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-sozQ6L3pi1 .progressbar-title p,
.cid-sozQ6L3pi1 .progress_value {
  color: #ffffff;
}
.cid-sozYhYM5Tp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sozYhYM5Tp .progress {
  width: 100%;
}
.cid-sozYhYM5Tp progress {
  height: 8px;
}
.cid-sozYhYM5Tp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sozYhYM5Tp .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sozYhYM5Tp .progress_value {
  position: relative;
}
.cid-sozYhYM5Tp .progress_elements {
  margin: 0 auto;
}
.cid-sozYhYM5Tp .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sozYhYM5Tp .progress1 .progressbar-number:before,
.cid-sozYhYM5Tp .progress2 .progressbar-number:before,
.cid-sozYhYM5Tp .progress3 .progressbar-number:before,
.cid-sozYhYM5Tp .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-sozYhYM5Tp progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sozYhYM5Tp progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-sozYhYM5Tp progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-sozYhYM5Tp progress::-ms-fill {
  background: #ffe161;
}
.cid-sozYhYM5Tp .progress1 .progressbar-number:before {
  content: '20';
}
.cid-sozYhYM5Tp .progress2 .progressbar-number:before {
  content: '80';
}
.cid-sozYhYM5Tp .progress3 .progressbar-number:before {
  content: '90';
}
.cid-sozYhYM5Tp .progress4 .progressbar-number:before {
  content: '100';
}
.cid-sozYhYM5Tp .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sozYhYM5Tp .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sozYhYM5Tp .progress_value span {
  padding-left: 30px;
}
.cid-sozYhYM5Tp .progressbar-number {
  word-break: normal;
}
.cid-sozYhYM5Tp .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-sozYhYM5Tp .progressbar-title p,
.cid-sozYhYM5Tp .progress_value {
  color: #ffffff;
}
.cid-soA04ZOOyU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-soA04ZOOyU .progress {
  width: 100%;
}
.cid-soA04ZOOyU progress {
  height: 8px;
}
.cid-soA04ZOOyU h3 {
  text-align: center;
  font-weight: 300;
}
.cid-soA04ZOOyU .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soA04ZOOyU .progress_value {
  position: relative;
}
.cid-soA04ZOOyU .progress_elements {
  margin: 0 auto;
}
.cid-soA04ZOOyU .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-soA04ZOOyU .progress1 .progressbar-number:before,
.cid-soA04ZOOyU .progress2 .progressbar-number:before,
.cid-soA04ZOOyU .progress3 .progressbar-number:before,
.cid-soA04ZOOyU .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-soA04ZOOyU progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soA04ZOOyU progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-soA04ZOOyU progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-soA04ZOOyU progress::-ms-fill {
  background: #ffe161;
}
.cid-soA04ZOOyU .progress1 .progressbar-number:before {
  content: '5';
}
.cid-soA04ZOOyU .progress2 .progressbar-number:before {
  content: '80';
}
.cid-soA04ZOOyU .progress3 .progressbar-number:before {
  content: '90';
}
.cid-soA04ZOOyU .progress4 .progressbar-number:before {
  content: '100';
}
.cid-soA04ZOOyU .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-soA04ZOOyU .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soA04ZOOyU .progress_value span {
  padding-left: 30px;
}
.cid-soA04ZOOyU .progressbar-number {
  word-break: normal;
}
.cid-soA04ZOOyU .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-soA04ZOOyU .progressbar-title p,
.cid-soA04ZOOyU .progress_value {
  color: #ffffff;
}
.cid-sowMa0tJvj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-soGxjV7shr #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-soGxjV7shr #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-soGxjV7shr #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-soGxjV7shr .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-soGxjV7shr #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-soGxjV7shr #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-soGxjV7shr #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-soGxjV7shr #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-soGxjV7shr P {
  color: #ff8a8a;
}
.cid-soAEULwZCT {
  z-index: 1000;
  width: 100%;
}
.cid-soAEULwZCT nav.navbar {
  position: fixed;
}
.cid-soAEULwZCT .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-soAEULwZCT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soAEULwZCT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soAEULwZCT .dropdown-item:hover,
.cid-soAEULwZCT .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-soAEULwZCT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soAEULwZCT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soAEULwZCT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soAEULwZCT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soAEULwZCT .nav-link {
  position: relative;
}
.cid-soAEULwZCT .container {
  display: flex;
  margin: auto;
}
.cid-soAEULwZCT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soAEULwZCT .dropdown-menu,
.cid-soAEULwZCT .navbar.opened {
  background: #000000 !important;
}
.cid-soAEULwZCT .nav-item:focus,
.cid-soAEULwZCT .nav-link:focus {
  outline: none;
}
.cid-soAEULwZCT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soAEULwZCT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soAEULwZCT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soAEULwZCT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soAEULwZCT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soAEULwZCT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soAEULwZCT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-soAEULwZCT .navbar.opened {
  transition: all 0.3s;
}
.cid-soAEULwZCT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soAEULwZCT .navbar .navbar-logo img {
  width: auto;
}
.cid-soAEULwZCT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soAEULwZCT .navbar.collapsed {
  justify-content: center;
}
.cid-soAEULwZCT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soAEULwZCT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soAEULwZCT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-soAEULwZCT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soAEULwZCT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soAEULwZCT .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-soAEULwZCT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soAEULwZCT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soAEULwZCT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soAEULwZCT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soAEULwZCT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soAEULwZCT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soAEULwZCT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soAEULwZCT .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-soAEULwZCT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soAEULwZCT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soAEULwZCT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soAEULwZCT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soAEULwZCT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soAEULwZCT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soAEULwZCT .navbar.navbar-short {
  min-height: 60px;
}
.cid-soAEULwZCT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soAEULwZCT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soAEULwZCT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soAEULwZCT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soAEULwZCT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soAEULwZCT .dropdown-item.active,
.cid-soAEULwZCT .dropdown-item:active {
  background-color: transparent;
}
.cid-soAEULwZCT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soAEULwZCT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soAEULwZCT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soAEULwZCT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-soAEULwZCT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soAEULwZCT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soAEULwZCT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soAEULwZCT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soAEULwZCT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soAEULwZCT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-soAEULwZCT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soAEULwZCT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soAEULwZCT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soAEULwZCT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soAEULwZCT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soAEULwZCT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soAEULwZCT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soAEULwZCT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soAEULwZCT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soAEULwZCT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soAEULwZCT .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-soAEULwZCT .navbar {
    height: 70px;
  }
  .cid-soAEULwZCT .navbar.opened {
    height: auto;
  }
  .cid-soAEULwZCT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soAEUM2Hvl {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-soAEUM2Hvl .mbr-section-title {
  color: #ffe161;
}
.cid-soAEUM2Hvl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-soAEUMlB4d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-soAEUMlB4d .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-soAEUMlB4d .carousel {
    min-height: 800px;
  }
  .cid-soAEUMlB4d .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-soAEUMlB4d .carousel {
    min-height: 520px;
  }
  .cid-soAEUMlB4d .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-soAEUMlB4d .carousel {
    min-height: 440px;
  }
  .cid-soAEUMlB4d .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-soAEUMlB4d .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-soAEUMlB4d .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-soAEUMlB4d .carousel,
.cid-soAEUMlB4d .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-soAEUMlB4d .item-wrapper {
  width: 100%;
}
.cid-soAEUMlB4d .carousel-caption {
  bottom: 40px;
}
.cid-soAEUMlB4d .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-soAEUMlB4d .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-soAEUMlB4d .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-soAEUMlB4d .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-soAEUMlB4d .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-soAEUMlB4d .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-soAEUMlB4d .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-soAEUMlB4d .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-soAEUMlB4d .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-soAEUMlB4d .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-soAEUMlB4d .carousel-indicators li.active,
.cid-soAEUMlB4d .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-soAEUMlB4d .carousel-indicators li::after,
.cid-soAEUMlB4d .carousel-indicators li::before {
  content: none;
}
.cid-soAEUMlB4d .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-soAEUMlB4d .carousel-indicators {
    display: none !important;
  }
}
.cid-soAEUMJW5B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-soAEUMJW5B .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-soAEUMJW5B .mbr-text {
  color: #ffffff;
}
.cid-soAEUMJW5B hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-soBwWIt42d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-soBwWIt42d .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-soBwWIt42d .mbr-text {
  color: #ffffff;
}
.cid-soBt8AOUXG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-soBt8AOUXG .iframe-container {
  margin: 0 auto;
  max-width: 100%;
  width: 800px;
  height: 600px;
}
@media only screen and (max-width: 992px) {
  .cid-soBt8AOUXG .iframe-container {
    width: 50%;
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-soBt8AOUXG .iframe-container {
    width: 100%;
    height: 400px;
  }
}
.cid-soAEUN3lS5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-soAEUN3lS5 .progress {
  width: 100%;
}
.cid-soAEUN3lS5 progress {
  height: 8px;
}
.cid-soAEUN3lS5 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-soAEUN3lS5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soAEUN3lS5 .progress_value {
  position: relative;
}
.cid-soAEUN3lS5 .progress_elements {
  margin: 0 auto;
}
.cid-soAEUN3lS5 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-soAEUN3lS5 .progress1 .progressbar-number:before,
.cid-soAEUN3lS5 .progress2 .progressbar-number:before,
.cid-soAEUN3lS5 .progress3 .progressbar-number:before,
.cid-soAEUN3lS5 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-soAEUN3lS5 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soAEUN3lS5 progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-soAEUN3lS5 progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-soAEUN3lS5 progress::-ms-fill {
  background: #ffe161;
}
.cid-soAEUN3lS5 .progress1 .progressbar-number:before {
  content: '75';
}
.cid-soAEUN3lS5 .progress2 .progressbar-number:before {
  content: '80';
}
.cid-soAEUN3lS5 .progress3 .progressbar-number:before {
  content: '90';
}
.cid-soAEUN3lS5 .progress4 .progressbar-number:before {
  content: '100';
}
.cid-soAEUN3lS5 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-soAEUN3lS5 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soAEUN3lS5 .progress_value span {
  padding-left: 30px;
}
.cid-soAEUN3lS5 .progressbar-number {
  word-break: normal;
}
.cid-soAEUN3lS5 .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-soAEUN3lS5 .progressbar-title p,
.cid-soAEUN3lS5 .progress_value {
  color: #ffffff;
}
.cid-soAEUNmhu7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-soAEUNmhu7 .progress {
  width: 100%;
}
.cid-soAEUNmhu7 progress {
  height: 8px;
}
.cid-soAEUNmhu7 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-soAEUNmhu7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soAEUNmhu7 .progress_value {
  position: relative;
}
.cid-soAEUNmhu7 .progress_elements {
  margin: 0 auto;
}
.cid-soAEUNmhu7 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-soAEUNmhu7 .progress1 .progressbar-number:before,
.cid-soAEUNmhu7 .progress2 .progressbar-number:before,
.cid-soAEUNmhu7 .progress3 .progressbar-number:before,
.cid-soAEUNmhu7 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-soAEUNmhu7 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soAEUNmhu7 progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-soAEUNmhu7 progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-soAEUNmhu7 progress::-ms-fill {
  background: #ffe161;
}
.cid-soAEUNmhu7 .progress1 .progressbar-number:before {
  content: '20';
}
.cid-soAEUNmhu7 .progress2 .progressbar-number:before {
  content: '80';
}
.cid-soAEUNmhu7 .progress3 .progressbar-number:before {
  content: '90';
}
.cid-soAEUNmhu7 .progress4 .progressbar-number:before {
  content: '100';
}
.cid-soAEUNmhu7 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-soAEUNmhu7 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soAEUNmhu7 .progress_value span {
  padding-left: 30px;
}
.cid-soAEUNmhu7 .progressbar-number {
  word-break: normal;
}
.cid-soAEUNmhu7 .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-soAEUNmhu7 .progressbar-title p,
.cid-soAEUNmhu7 .progress_value {
  color: #ffffff;
}
.cid-soAEUNCrL0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-soAEUNCrL0 .progress {
  width: 100%;
}
.cid-soAEUNCrL0 progress {
  height: 8px;
}
.cid-soAEUNCrL0 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-soAEUNCrL0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soAEUNCrL0 .progress_value {
  position: relative;
}
.cid-soAEUNCrL0 .progress_elements {
  margin: 0 auto;
}
.cid-soAEUNCrL0 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-soAEUNCrL0 .progress1 .progressbar-number:before,
.cid-soAEUNCrL0 .progress2 .progressbar-number:before,
.cid-soAEUNCrL0 .progress3 .progressbar-number:before,
.cid-soAEUNCrL0 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-soAEUNCrL0 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soAEUNCrL0 progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-soAEUNCrL0 progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-soAEUNCrL0 progress::-ms-fill {
  background: #ffe161;
}
.cid-soAEUNCrL0 .progress1 .progressbar-number:before {
  content: '5';
}
.cid-soAEUNCrL0 .progress2 .progressbar-number:before {
  content: '80';
}
.cid-soAEUNCrL0 .progress3 .progressbar-number:before {
  content: '90';
}
.cid-soAEUNCrL0 .progress4 .progressbar-number:before {
  content: '100';
}
.cid-soAEUNCrL0 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-soAEUNCrL0 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soAEUNCrL0 .progress_value span {
  padding-left: 30px;
}
.cid-soAEUNCrL0 .progressbar-number {
  word-break: normal;
}
.cid-soAEUNCrL0 .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-soAEUNCrL0 .progressbar-title p,
.cid-soAEUNCrL0 .progress_value {
  color: #ffffff;
}
.cid-soAEUNPa0R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-soGxlNB9EJ #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-soGxlNB9EJ #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-soGxlNB9EJ #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-soGxlNB9EJ .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-soGxlNB9EJ #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-soGxlNB9EJ #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-soGxlNB9EJ #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-soGxlNB9EJ #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-soGxlNB9EJ P {
  color: #ff8a8a;
}
.cid-ssPe2phN7D {
  z-index: 1000;
  width: 100%;
}
.cid-ssPe2phN7D nav.navbar {
  position: fixed;
}
.cid-ssPe2phN7D .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-ssPe2phN7D .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ssPe2phN7D .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ssPe2phN7D .dropdown-item:hover,
.cid-ssPe2phN7D .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-ssPe2phN7D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ssPe2phN7D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ssPe2phN7D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ssPe2phN7D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ssPe2phN7D .nav-link {
  position: relative;
}
.cid-ssPe2phN7D .container {
  display: flex;
  margin: auto;
}
.cid-ssPe2phN7D .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssPe2phN7D .dropdown-menu,
.cid-ssPe2phN7D .navbar.opened {
  background: #000000 !important;
}
.cid-ssPe2phN7D .nav-item:focus,
.cid-ssPe2phN7D .nav-link:focus {
  outline: none;
}
.cid-ssPe2phN7D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ssPe2phN7D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssPe2phN7D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ssPe2phN7D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssPe2phN7D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssPe2phN7D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssPe2phN7D .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-ssPe2phN7D .navbar.opened {
  transition: all 0.3s;
}
.cid-ssPe2phN7D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ssPe2phN7D .navbar .navbar-logo img {
  width: auto;
}
.cid-ssPe2phN7D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssPe2phN7D .navbar.collapsed {
  justify-content: center;
}
.cid-ssPe2phN7D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ssPe2phN7D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssPe2phN7D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ssPe2phN7D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssPe2phN7D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssPe2phN7D .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-ssPe2phN7D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssPe2phN7D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssPe2phN7D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssPe2phN7D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssPe2phN7D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssPe2phN7D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssPe2phN7D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssPe2phN7D .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-ssPe2phN7D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ssPe2phN7D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssPe2phN7D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssPe2phN7D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ssPe2phN7D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ssPe2phN7D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssPe2phN7D .navbar.navbar-short {
  min-height: 60px;
}
.cid-ssPe2phN7D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ssPe2phN7D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ssPe2phN7D .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssPe2phN7D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssPe2phN7D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssPe2phN7D .dropdown-item.active,
.cid-ssPe2phN7D .dropdown-item:active {
  background-color: transparent;
}
.cid-ssPe2phN7D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssPe2phN7D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssPe2phN7D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssPe2phN7D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ssPe2phN7D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssPe2phN7D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssPe2phN7D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ssPe2phN7D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ssPe2phN7D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ssPe2phN7D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ssPe2phN7D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssPe2phN7D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssPe2phN7D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssPe2phN7D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssPe2phN7D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssPe2phN7D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssPe2phN7D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssPe2phN7D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssPe2phN7D .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ssPe2phN7D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssPe2phN7D .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-ssPe2phN7D .navbar {
    height: 70px;
  }
  .cid-ssPe2phN7D .navbar.opened {
    height: auto;
  }
  .cid-ssPe2phN7D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ssPe2pzY5S {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ssPe2pzY5S .mbr-section-title {
  color: #ffe161;
}
.cid-ssPe2pzY5S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-st6Ig8xLG1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-st6Ig8xLG1 .video-wrapper iframe {
  width: 100%;
}
.cid-st6Ig8xLG1 .mbr-section-title,
.cid-st6Ig8xLG1 .mbr-section-subtitle,
.cid-st6Ig8xLG1 .mbr-text {
  text-align: center;
}
.cid-st6Ig8xLG1 .mbr-section-title {
  color: #ffe161;
}
.cid-st6Ig8xLG1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-st6Ig8xLG1 .mbr-text {
  color: #bbbbbb;
}
.cid-st9njGI9uS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-st9njGI9uS .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-st9njGI9uS .mbr-text {
  color: #ffffff;
}
.cid-st9njGI9uS hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-st9af4PWia {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-st9af4PWia .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-st9af4PWia .carousel {
    min-height: 500px;
  }
  .cid-st9af4PWia .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-st9af4PWia .carousel {
    min-height: 325px;
  }
  .cid-st9af4PWia .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-st9af4PWia .carousel {
    min-height: 275px;
  }
  .cid-st9af4PWia .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-st9af4PWia .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-st9af4PWia .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-st9af4PWia .carousel,
.cid-st9af4PWia .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-st9af4PWia .item-wrapper {
  width: 100%;
}
.cid-st9af4PWia .carousel-caption {
  bottom: 40px;
}
.cid-st9af4PWia .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-st9af4PWia .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-st9af4PWia .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-st9af4PWia .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-st9af4PWia .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-st9af4PWia .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-st9af4PWia .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-st9af4PWia .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-st9af4PWia .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-st9af4PWia .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-st9af4PWia .carousel-indicators li.active,
.cid-st9af4PWia .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-st9af4PWia .carousel-indicators li::after,
.cid-st9af4PWia .carousel-indicators li::before {
  content: none;
}
.cid-st9af4PWia .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-st9af4PWia .carousel-indicators {
    display: none !important;
  }
}
.cid-st9af4PWia P {
  color: #bbbbbb;
}
.cid-swVwBtcShf {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swVwBtcShf .progress {
  width: 100%;
}
.cid-swVwBtcShf progress {
  height: 8px;
}
.cid-swVwBtcShf h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swVwBtcShf .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swVwBtcShf .progress_value {
  position: relative;
}
.cid-swVwBtcShf .progress_elements {
  margin: 0 auto;
}
.cid-swVwBtcShf .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-swVwBtcShf .progress1 .progressbar-number:before,
.cid-swVwBtcShf .progress2 .progressbar-number:before,
.cid-swVwBtcShf .progress3 .progressbar-number:before,
.cid-swVwBtcShf .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-swVwBtcShf progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swVwBtcShf progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-swVwBtcShf progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-swVwBtcShf progress::-ms-fill {
  background: #ffe161;
}
.cid-swVwBtcShf .progress1 .progressbar-number:before {
  content: '100';
}
.cid-swVwBtcShf .progress2 .progressbar-number:before {
  content: '80';
}
.cid-swVwBtcShf .progress3 .progressbar-number:before {
  content: '90';
}
.cid-swVwBtcShf .progress4 .progressbar-number:before {
  content: '100';
}
.cid-swVwBtcShf .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-swVwBtcShf .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swVwBtcShf .progress_value span {
  padding-left: 30px;
}
.cid-swVwBtcShf .progressbar-number {
  word-break: normal;
}
.cid-swVwBtcShf .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-swVwBtcShf .progressbar-title p,
.cid-swVwBtcShf .progress_value {
  color: #ffffff;
}
.cid-ssPe2qsVSt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ssPe2qsVSt .progress {
  width: 100%;
}
.cid-ssPe2qsVSt progress {
  height: 8px;
}
.cid-ssPe2qsVSt h3 {
  text-align: center;
  font-weight: 300;
}
.cid-ssPe2qsVSt .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ssPe2qsVSt .progress_value {
  position: relative;
}
.cid-ssPe2qsVSt .progress_elements {
  margin: 0 auto;
}
.cid-ssPe2qsVSt .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-ssPe2qsVSt .progress1 .progressbar-number:before,
.cid-ssPe2qsVSt .progress2 .progressbar-number:before,
.cid-ssPe2qsVSt .progress3 .progressbar-number:before,
.cid-ssPe2qsVSt .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-ssPe2qsVSt progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-ssPe2qsVSt progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-ssPe2qsVSt progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-ssPe2qsVSt progress::-ms-fill {
  background: #ffe161;
}
.cid-ssPe2qsVSt .progress1 .progressbar-number:before {
  content: '60';
}
.cid-ssPe2qsVSt .progress2 .progressbar-number:before {
  content: '80';
}
.cid-ssPe2qsVSt .progress3 .progressbar-number:before {
  content: '90';
}
.cid-ssPe2qsVSt .progress4 .progressbar-number:before {
  content: '100';
}
.cid-ssPe2qsVSt .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-ssPe2qsVSt .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-ssPe2qsVSt .progress_value span {
  padding-left: 30px;
}
.cid-ssPe2qsVSt .progressbar-number {
  word-break: normal;
}
.cid-ssPe2qsVSt .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-ssPe2qsVSt .progressbar-title p,
.cid-ssPe2qsVSt .progress_value {
  color: #ffffff;
}
.cid-ssPe2qPcpE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ssPe2qPcpE .progress {
  width: 100%;
}
.cid-ssPe2qPcpE progress {
  height: 8px;
}
.cid-ssPe2qPcpE h3 {
  text-align: center;
  font-weight: 300;
}
.cid-ssPe2qPcpE .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ssPe2qPcpE .progress_value {
  position: relative;
}
.cid-ssPe2qPcpE .progress_elements {
  margin: 0 auto;
}
.cid-ssPe2qPcpE .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-ssPe2qPcpE .progress1 .progressbar-number:before,
.cid-ssPe2qPcpE .progress2 .progressbar-number:before,
.cid-ssPe2qPcpE .progress3 .progressbar-number:before,
.cid-ssPe2qPcpE .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-ssPe2qPcpE progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-ssPe2qPcpE progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-ssPe2qPcpE progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-ssPe2qPcpE progress::-ms-fill {
  background: #ffe161;
}
.cid-ssPe2qPcpE .progress1 .progressbar-number:before {
  content: '35';
}
.cid-ssPe2qPcpE .progress2 .progressbar-number:before {
  content: '80';
}
.cid-ssPe2qPcpE .progress3 .progressbar-number:before {
  content: '90';
}
.cid-ssPe2qPcpE .progress4 .progressbar-number:before {
  content: '100';
}
.cid-ssPe2qPcpE .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-ssPe2qPcpE .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-ssPe2qPcpE .progress_value span {
  padding-left: 30px;
}
.cid-ssPe2qPcpE .progressbar-number {
  word-break: normal;
}
.cid-ssPe2qPcpE .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-ssPe2qPcpE .progressbar-title p,
.cid-ssPe2qPcpE .progress_value {
  color: #ffffff;
}
.cid-st9aStPu3B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-st9aStPu3B .progress {
  width: 100%;
}
.cid-st9aStPu3B progress {
  height: 8px;
}
.cid-st9aStPu3B h3 {
  text-align: center;
  font-weight: 300;
}
.cid-st9aStPu3B .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-st9aStPu3B .progress_value {
  position: relative;
}
.cid-st9aStPu3B .progress_elements {
  margin: 0 auto;
}
.cid-st9aStPu3B .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-st9aStPu3B .progress1 .progressbar-number:before,
.cid-st9aStPu3B .progress2 .progressbar-number:before,
.cid-st9aStPu3B .progress3 .progressbar-number:before,
.cid-st9aStPu3B .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-st9aStPu3B progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-st9aStPu3B progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-st9aStPu3B progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-st9aStPu3B progress::-ms-fill {
  background: #ffe161;
}
.cid-st9aStPu3B .progress1 .progressbar-number:before {
  content: '5';
}
.cid-st9aStPu3B .progress2 .progressbar-number:before {
  content: '80';
}
.cid-st9aStPu3B .progress3 .progressbar-number:before {
  content: '90';
}
.cid-st9aStPu3B .progress4 .progressbar-number:before {
  content: '100';
}
.cid-st9aStPu3B .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-st9aStPu3B .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-st9aStPu3B .progress_value span {
  padding-left: 30px;
}
.cid-st9aStPu3B .progressbar-number {
  word-break: normal;
}
.cid-st9aStPu3B .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-st9aStPu3B .progressbar-title p,
.cid-st9aStPu3B .progress_value {
  color: #ffffff;
}
.cid-ssPe2rmmEE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ssPe2qHBKY #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-ssPe2qHBKY #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-ssPe2qHBKY #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-ssPe2qHBKY .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-ssPe2qHBKY #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-ssPe2qHBKY #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-ssPe2qHBKY #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-ssPe2qHBKY #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-ssPe2qHBKY P {
  color: #ff8a8a;
}
.cid-st6CY9ErCy {
  z-index: 1000;
  width: 100%;
}
.cid-st6CY9ErCy nav.navbar {
  position: fixed;
}
.cid-st6CY9ErCy .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-st6CY9ErCy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st6CY9ErCy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st6CY9ErCy .dropdown-item:hover,
.cid-st6CY9ErCy .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-st6CY9ErCy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st6CY9ErCy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st6CY9ErCy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-st6CY9ErCy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st6CY9ErCy .nav-link {
  position: relative;
}
.cid-st6CY9ErCy .container {
  display: flex;
  margin: auto;
}
.cid-st6CY9ErCy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-st6CY9ErCy .dropdown-menu,
.cid-st6CY9ErCy .navbar.opened {
  background: #000000 !important;
}
.cid-st6CY9ErCy .nav-item:focus,
.cid-st6CY9ErCy .nav-link:focus {
  outline: none;
}
.cid-st6CY9ErCy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st6CY9ErCy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st6CY9ErCy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-st6CY9ErCy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st6CY9ErCy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st6CY9ErCy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st6CY9ErCy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-st6CY9ErCy .navbar.opened {
  transition: all 0.3s;
}
.cid-st6CY9ErCy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st6CY9ErCy .navbar .navbar-logo img {
  width: auto;
}
.cid-st6CY9ErCy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st6CY9ErCy .navbar.collapsed {
  justify-content: center;
}
.cid-st6CY9ErCy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st6CY9ErCy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st6CY9ErCy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-st6CY9ErCy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st6CY9ErCy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st6CY9ErCy .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-st6CY9ErCy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st6CY9ErCy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st6CY9ErCy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st6CY9ErCy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st6CY9ErCy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st6CY9ErCy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st6CY9ErCy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st6CY9ErCy .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-st6CY9ErCy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st6CY9ErCy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st6CY9ErCy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st6CY9ErCy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st6CY9ErCy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st6CY9ErCy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st6CY9ErCy .navbar.navbar-short {
  min-height: 60px;
}
.cid-st6CY9ErCy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st6CY9ErCy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st6CY9ErCy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-st6CY9ErCy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st6CY9ErCy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st6CY9ErCy .dropdown-item.active,
.cid-st6CY9ErCy .dropdown-item:active {
  background-color: transparent;
}
.cid-st6CY9ErCy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st6CY9ErCy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st6CY9ErCy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st6CY9ErCy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-st6CY9ErCy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st6CY9ErCy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st6CY9ErCy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st6CY9ErCy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st6CY9ErCy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st6CY9ErCy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-st6CY9ErCy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st6CY9ErCy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st6CY9ErCy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st6CY9ErCy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st6CY9ErCy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st6CY9ErCy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st6CY9ErCy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st6CY9ErCy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st6CY9ErCy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-st6CY9ErCy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st6CY9ErCy .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-st6CY9ErCy .navbar {
    height: 70px;
  }
  .cid-st6CY9ErCy .navbar.opened {
    height: auto;
  }
  .cid-st6CY9ErCy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-st6CYa0729 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-st6CYa0729 .mbr-section-title {
  color: #ffe161;
}
.cid-st6CYa0729 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-st6CYaecee {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-st6CYaecee .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-st6CYaecee .carousel {
    min-height: 800px;
  }
  .cid-st6CYaecee .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-st6CYaecee .carousel {
    min-height: 520px;
  }
  .cid-st6CYaecee .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-st6CYaecee .carousel {
    min-height: 440px;
  }
  .cid-st6CYaecee .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-st6CYaecee .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-st6CYaecee .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-st6CYaecee .carousel,
.cid-st6CYaecee .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-st6CYaecee .item-wrapper {
  width: 100%;
}
.cid-st6CYaecee .carousel-caption {
  bottom: 40px;
}
.cid-st6CYaecee .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-st6CYaecee .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-st6CYaecee .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-st6CYaecee .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-st6CYaecee .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-st6CYaecee .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-st6CYaecee .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-st6CYaecee .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-st6CYaecee .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-st6CYaecee .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-st6CYaecee .carousel-indicators li.active,
.cid-st6CYaecee .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-st6CYaecee .carousel-indicators li::after,
.cid-st6CYaecee .carousel-indicators li::before {
  content: none;
}
.cid-st6CYaecee .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-st6CYaecee .carousel-indicators {
    display: none !important;
  }
}
.cid-st6CYaGsSi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-st6CYaGsSi .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-st6CYaGsSi .mbr-text {
  color: #ffffff;
}
.cid-st6CYaGsSi hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-st6CYaRCjX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-st6CYaRCjX .progress {
  width: 100%;
}
.cid-st6CYaRCjX progress {
  height: 8px;
}
.cid-st6CYaRCjX h3 {
  text-align: center;
  font-weight: 300;
}
.cid-st6CYaRCjX .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-st6CYaRCjX .progress_value {
  position: relative;
}
.cid-st6CYaRCjX .progress_elements {
  margin: 0 auto;
}
.cid-st6CYaRCjX .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-st6CYaRCjX .progress1 .progressbar-number:before,
.cid-st6CYaRCjX .progress2 .progressbar-number:before,
.cid-st6CYaRCjX .progress3 .progressbar-number:before,
.cid-st6CYaRCjX .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-st6CYaRCjX progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-st6CYaRCjX progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-st6CYaRCjX progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-st6CYaRCjX progress::-ms-fill {
  background: #ffe161;
}
.cid-st6CYaRCjX .progress1 .progressbar-number:before {
  content: '90';
}
.cid-st6CYaRCjX .progress2 .progressbar-number:before {
  content: '80';
}
.cid-st6CYaRCjX .progress3 .progressbar-number:before {
  content: '90';
}
.cid-st6CYaRCjX .progress4 .progressbar-number:before {
  content: '100';
}
.cid-st6CYaRCjX .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-st6CYaRCjX .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-st6CYaRCjX .progress_value span {
  padding-left: 30px;
}
.cid-st6CYaRCjX .progressbar-number {
  word-break: normal;
}
.cid-st6CYaRCjX .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-st6CYaRCjX .progressbar-title p,
.cid-st6CYaRCjX .progress_value {
  color: #ffffff;
}
.cid-st6CYb7Hg3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-st6CYb7Hg3 .progress {
  width: 100%;
}
.cid-st6CYb7Hg3 progress {
  height: 8px;
}
.cid-st6CYb7Hg3 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-st6CYb7Hg3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-st6CYb7Hg3 .progress_value {
  position: relative;
}
.cid-st6CYb7Hg3 .progress_elements {
  margin: 0 auto;
}
.cid-st6CYb7Hg3 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-st6CYb7Hg3 .progress1 .progressbar-number:before,
.cid-st6CYb7Hg3 .progress2 .progressbar-number:before,
.cid-st6CYb7Hg3 .progress3 .progressbar-number:before,
.cid-st6CYb7Hg3 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-st6CYb7Hg3 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-st6CYb7Hg3 progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-st6CYb7Hg3 progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-st6CYb7Hg3 progress::-ms-fill {
  background: #ffe161;
}
.cid-st6CYb7Hg3 .progress1 .progressbar-number:before {
  content: '10';
}
.cid-st6CYb7Hg3 .progress2 .progressbar-number:before {
  content: '80';
}
.cid-st6CYb7Hg3 .progress3 .progressbar-number:before {
  content: '90';
}
.cid-st6CYb7Hg3 .progress4 .progressbar-number:before {
  content: '100';
}
.cid-st6CYb7Hg3 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-st6CYb7Hg3 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-st6CYb7Hg3 .progress_value span {
  padding-left: 30px;
}
.cid-st6CYb7Hg3 .progressbar-number {
  word-break: normal;
}
.cid-st6CYb7Hg3 .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-st6CYb7Hg3 .progressbar-title p,
.cid-st6CYb7Hg3 .progress_value {
  color: #ffffff;
}
.cid-st6CYbmuRY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-st6CYby6sl #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-st6CYby6sl #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-st6CYby6sl #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-st6CYby6sl .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-st6CYby6sl #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-st6CYby6sl #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-st6CYby6sl #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-st6CYby6sl #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-st6CYby6sl P {
  color: #ff8a8a;
}
.cid-soIkWLKKZ3 {
  z-index: 1000;
  width: 100%;
}
.cid-soIkWLKKZ3 nav.navbar {
  position: fixed;
}
.cid-soIkWLKKZ3 .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-soIkWLKKZ3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soIkWLKKZ3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soIkWLKKZ3 .dropdown-item:hover,
.cid-soIkWLKKZ3 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-soIkWLKKZ3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soIkWLKKZ3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soIkWLKKZ3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soIkWLKKZ3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soIkWLKKZ3 .nav-link {
  position: relative;
}
.cid-soIkWLKKZ3 .container {
  display: flex;
  margin: auto;
}
.cid-soIkWLKKZ3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soIkWLKKZ3 .dropdown-menu,
.cid-soIkWLKKZ3 .navbar.opened {
  background: #000000 !important;
}
.cid-soIkWLKKZ3 .nav-item:focus,
.cid-soIkWLKKZ3 .nav-link:focus {
  outline: none;
}
.cid-soIkWLKKZ3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soIkWLKKZ3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soIkWLKKZ3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soIkWLKKZ3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soIkWLKKZ3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soIkWLKKZ3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soIkWLKKZ3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-soIkWLKKZ3 .navbar.opened {
  transition: all 0.3s;
}
.cid-soIkWLKKZ3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soIkWLKKZ3 .navbar .navbar-logo img {
  width: auto;
}
.cid-soIkWLKKZ3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soIkWLKKZ3 .navbar.collapsed {
  justify-content: center;
}
.cid-soIkWLKKZ3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soIkWLKKZ3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soIkWLKKZ3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-soIkWLKKZ3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soIkWLKKZ3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soIkWLKKZ3 .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-soIkWLKKZ3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soIkWLKKZ3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soIkWLKKZ3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soIkWLKKZ3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soIkWLKKZ3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soIkWLKKZ3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soIkWLKKZ3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soIkWLKKZ3 .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-soIkWLKKZ3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soIkWLKKZ3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soIkWLKKZ3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soIkWLKKZ3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soIkWLKKZ3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soIkWLKKZ3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soIkWLKKZ3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-soIkWLKKZ3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soIkWLKKZ3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soIkWLKKZ3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soIkWLKKZ3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soIkWLKKZ3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soIkWLKKZ3 .dropdown-item.active,
.cid-soIkWLKKZ3 .dropdown-item:active {
  background-color: transparent;
}
.cid-soIkWLKKZ3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soIkWLKKZ3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soIkWLKKZ3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soIkWLKKZ3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-soIkWLKKZ3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soIkWLKKZ3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soIkWLKKZ3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soIkWLKKZ3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soIkWLKKZ3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soIkWLKKZ3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-soIkWLKKZ3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soIkWLKKZ3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soIkWLKKZ3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soIkWLKKZ3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soIkWLKKZ3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soIkWLKKZ3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soIkWLKKZ3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soIkWLKKZ3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soIkWLKKZ3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soIkWLKKZ3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soIkWLKKZ3 .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-soIkWLKKZ3 .navbar {
    height: 70px;
  }
  .cid-soIkWLKKZ3 .navbar.opened {
    height: auto;
  }
  .cid-soIkWLKKZ3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soIkWM2nLf {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-soIkWM2nLf .mbr-section-title {
  color: #ffe161;
}
.cid-soIkWM2nLf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-soIlbZWC0f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-soIlbZWC0f .video-wrapper iframe {
  width: 100%;
}
.cid-soIlbZWC0f .mbr-section-title,
.cid-soIlbZWC0f .mbr-section-subtitle,
.cid-soIlbZWC0f .mbr-text {
  text-align: center;
}
.cid-soIlbZWC0f .mbr-section-title {
  color: #ffe161;
}
.cid-soIlbZWC0f .mbr-section-subtitle {
  color: #ffffff;
}
.cid-soIlbZWC0f .mbr-text {
  color: #bbbbbb;
}
.cid-soIkWMwx6G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-soIkWMwx6G .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-soIkWMwx6G .mbr-text {
  color: #ffffff;
}
.cid-soIkWMwx6G hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-soIkWMQPnk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-soIkWMQPnk .progress {
  width: 100%;
}
.cid-soIkWMQPnk progress {
  height: 8px;
}
.cid-soIkWMQPnk h3 {
  text-align: center;
  font-weight: 300;
}
.cid-soIkWMQPnk .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soIkWMQPnk .progress_value {
  position: relative;
}
.cid-soIkWMQPnk .progress_elements {
  margin: 0 auto;
}
.cid-soIkWMQPnk .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-soIkWMQPnk .progress1 .progressbar-number:before,
.cid-soIkWMQPnk .progress2 .progressbar-number:before,
.cid-soIkWMQPnk .progress3 .progressbar-number:before,
.cid-soIkWMQPnk .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-soIkWMQPnk progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soIkWMQPnk progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-soIkWMQPnk progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-soIkWMQPnk progress::-ms-fill {
  background: #ffe161;
}
.cid-soIkWMQPnk .progress1 .progressbar-number:before {
  content: '80';
}
.cid-soIkWMQPnk .progress2 .progressbar-number:before {
  content: '80';
}
.cid-soIkWMQPnk .progress3 .progressbar-number:before {
  content: '90';
}
.cid-soIkWMQPnk .progress4 .progressbar-number:before {
  content: '100';
}
.cid-soIkWMQPnk .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-soIkWMQPnk .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soIkWMQPnk .progress_value span {
  padding-left: 30px;
}
.cid-soIkWMQPnk .progressbar-number {
  word-break: normal;
}
.cid-soIkWMQPnk .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-soIkWMQPnk .progressbar-title p,
.cid-soIkWMQPnk .progress_value {
  color: #ffffff;
}
.cid-soIkWNcdFw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-soIkWNcdFw .progress {
  width: 100%;
}
.cid-soIkWNcdFw progress {
  height: 8px;
}
.cid-soIkWNcdFw h3 {
  text-align: center;
  font-weight: 300;
}
.cid-soIkWNcdFw .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soIkWNcdFw .progress_value {
  position: relative;
}
.cid-soIkWNcdFw .progress_elements {
  margin: 0 auto;
}
.cid-soIkWNcdFw .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-soIkWNcdFw .progress1 .progressbar-number:before,
.cid-soIkWNcdFw .progress2 .progressbar-number:before,
.cid-soIkWNcdFw .progress3 .progressbar-number:before,
.cid-soIkWNcdFw .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-soIkWNcdFw progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soIkWNcdFw progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-soIkWNcdFw progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-soIkWNcdFw progress::-ms-fill {
  background: #ffe161;
}
.cid-soIkWNcdFw .progress1 .progressbar-number:before {
  content: '10';
}
.cid-soIkWNcdFw .progress2 .progressbar-number:before {
  content: '80';
}
.cid-soIkWNcdFw .progress3 .progressbar-number:before {
  content: '90';
}
.cid-soIkWNcdFw .progress4 .progressbar-number:before {
  content: '100';
}
.cid-soIkWNcdFw .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-soIkWNcdFw .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soIkWNcdFw .progress_value span {
  padding-left: 30px;
}
.cid-soIkWNcdFw .progressbar-number {
  word-break: normal;
}
.cid-soIkWNcdFw .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-soIkWNcdFw .progressbar-title p,
.cid-soIkWNcdFw .progress_value {
  color: #ffffff;
}
.cid-soIkWNpZ9A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-soIkWNpZ9A .progress {
  width: 100%;
}
.cid-soIkWNpZ9A progress {
  height: 8px;
}
.cid-soIkWNpZ9A h3 {
  text-align: center;
  font-weight: 300;
}
.cid-soIkWNpZ9A .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soIkWNpZ9A .progress_value {
  position: relative;
}
.cid-soIkWNpZ9A .progress_elements {
  margin: 0 auto;
}
.cid-soIkWNpZ9A .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-soIkWNpZ9A .progress1 .progressbar-number:before,
.cid-soIkWNpZ9A .progress2 .progressbar-number:before,
.cid-soIkWNpZ9A .progress3 .progressbar-number:before,
.cid-soIkWNpZ9A .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-soIkWNpZ9A progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soIkWNpZ9A progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-soIkWNpZ9A progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-soIkWNpZ9A progress::-ms-fill {
  background: #ffe161;
}
.cid-soIkWNpZ9A .progress1 .progressbar-number:before {
  content: '10';
}
.cid-soIkWNpZ9A .progress2 .progressbar-number:before {
  content: '80';
}
.cid-soIkWNpZ9A .progress3 .progressbar-number:before {
  content: '90';
}
.cid-soIkWNpZ9A .progress4 .progressbar-number:before {
  content: '100';
}
.cid-soIkWNpZ9A .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-soIkWNpZ9A .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soIkWNpZ9A .progress_value span {
  padding-left: 30px;
}
.cid-soIkWNpZ9A .progressbar-number {
  word-break: normal;
}
.cid-soIkWNpZ9A .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-soIkWNpZ9A .progressbar-title p,
.cid-soIkWNpZ9A .progress_value {
  color: #ffffff;
}
.cid-soIkWNElH1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-soIkWN4WPV #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-soIkWN4WPV #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-soIkWN4WPV #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-soIkWN4WPV .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-soIkWN4WPV #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-soIkWN4WPV #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-soIkWN4WPV #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-soIkWN4WPV #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-soIkWN4WPV P {
  color: #ff8a8a;
}
.cid-swDqODdJ2U {
  z-index: 1000;
  width: 100%;
}
.cid-swDqODdJ2U nav.navbar {
  position: fixed;
}
.cid-swDqODdJ2U .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-swDqODdJ2U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swDqODdJ2U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swDqODdJ2U .dropdown-item:hover,
.cid-swDqODdJ2U .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-swDqODdJ2U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swDqODdJ2U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swDqODdJ2U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-swDqODdJ2U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swDqODdJ2U .nav-link {
  position: relative;
}
.cid-swDqODdJ2U .container {
  display: flex;
  margin: auto;
}
.cid-swDqODdJ2U .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swDqODdJ2U .dropdown-menu,
.cid-swDqODdJ2U .navbar.opened {
  background: #000000 !important;
}
.cid-swDqODdJ2U .nav-item:focus,
.cid-swDqODdJ2U .nav-link:focus {
  outline: none;
}
.cid-swDqODdJ2U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swDqODdJ2U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swDqODdJ2U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swDqODdJ2U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swDqODdJ2U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swDqODdJ2U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swDqODdJ2U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-swDqODdJ2U .navbar.opened {
  transition: all 0.3s;
}
.cid-swDqODdJ2U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swDqODdJ2U .navbar .navbar-logo img {
  width: auto;
}
.cid-swDqODdJ2U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swDqODdJ2U .navbar.collapsed {
  justify-content: center;
}
.cid-swDqODdJ2U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swDqODdJ2U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swDqODdJ2U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-swDqODdJ2U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swDqODdJ2U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swDqODdJ2U .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-swDqODdJ2U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swDqODdJ2U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-swDqODdJ2U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-swDqODdJ2U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swDqODdJ2U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swDqODdJ2U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swDqODdJ2U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swDqODdJ2U .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-swDqODdJ2U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swDqODdJ2U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swDqODdJ2U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swDqODdJ2U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swDqODdJ2U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-swDqODdJ2U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-swDqODdJ2U .navbar.navbar-short {
  min-height: 60px;
}
.cid-swDqODdJ2U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swDqODdJ2U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swDqODdJ2U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swDqODdJ2U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swDqODdJ2U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swDqODdJ2U .dropdown-item.active,
.cid-swDqODdJ2U .dropdown-item:active {
  background-color: transparent;
}
.cid-swDqODdJ2U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swDqODdJ2U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swDqODdJ2U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swDqODdJ2U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swDqODdJ2U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swDqODdJ2U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swDqODdJ2U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swDqODdJ2U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swDqODdJ2U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swDqODdJ2U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swDqODdJ2U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swDqODdJ2U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swDqODdJ2U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swDqODdJ2U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swDqODdJ2U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swDqODdJ2U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swDqODdJ2U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swDqODdJ2U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swDqODdJ2U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swDqODdJ2U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swDqODdJ2U .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-swDqODdJ2U .navbar {
    height: 70px;
  }
  .cid-swDqODdJ2U .navbar.opened {
    height: auto;
  }
  .cid-swDqODdJ2U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swDqODvOZq {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swDqODvOZq .mbr-section-title {
  color: #ffe161;
}
.cid-swDqODvOZq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swDqODGKFK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swDqODGKFK .video-wrapper iframe {
  width: 100%;
}
.cid-swDqODGKFK .mbr-section-title,
.cid-swDqODGKFK .mbr-section-subtitle,
.cid-swDqODGKFK .mbr-text {
  text-align: center;
}
.cid-swDqODGKFK .mbr-section-title {
  color: #ffe161;
}
.cid-swDqODGKFK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swDqODGKFK .mbr-text {
  color: #bbbbbb;
}
.cid-swDqODSIEA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-swDqODSIEA .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swDqODSIEA .mbr-text {
  color: #ffffff;
}
.cid-swDqODSIEA hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-swDqOE0tQr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swDqOE0tQr .progress {
  width: 100%;
}
.cid-swDqOE0tQr progress {
  height: 8px;
}
.cid-swDqOE0tQr h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swDqOE0tQr .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swDqOE0tQr .progress_value {
  position: relative;
}
.cid-swDqOE0tQr .progress_elements {
  margin: 0 auto;
}
.cid-swDqOE0tQr .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-swDqOE0tQr .progress1 .progressbar-number:before,
.cid-swDqOE0tQr .progress2 .progressbar-number:before,
.cid-swDqOE0tQr .progress3 .progressbar-number:before,
.cid-swDqOE0tQr .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-swDqOE0tQr progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swDqOE0tQr progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-swDqOE0tQr progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-swDqOE0tQr progress::-ms-fill {
  background: #ffe161;
}
.cid-swDqOE0tQr .progress1 .progressbar-number:before {
  content: '100';
}
.cid-swDqOE0tQr .progress2 .progressbar-number:before {
  content: '80';
}
.cid-swDqOE0tQr .progress3 .progressbar-number:before {
  content: '90';
}
.cid-swDqOE0tQr .progress4 .progressbar-number:before {
  content: '100';
}
.cid-swDqOE0tQr .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-swDqOE0tQr .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swDqOE0tQr .progress_value span {
  padding-left: 30px;
}
.cid-swDqOE0tQr .progressbar-number {
  word-break: normal;
}
.cid-swDqOE0tQr .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-swDqOE0tQr .progressbar-title p,
.cid-swDqOE0tQr .progress_value {
  color: #ffffff;
}
.cid-swDqOEhBZD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-swDqOEruDy #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-swDqOEruDy #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-swDqOEruDy #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-swDqOEruDy .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-swDqOEruDy #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-swDqOEruDy #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-swDqOEruDy #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-swDqOEruDy #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-swDqOEruDy P {
  color: #ff8a8a;
}
.cid-syMGuwevgG {
  z-index: 1000;
  width: 100%;
}
.cid-syMGuwevgG nav.navbar {
  position: fixed;
}
.cid-syMGuwevgG .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-syMGuwevgG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-syMGuwevgG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-syMGuwevgG .dropdown-item:hover,
.cid-syMGuwevgG .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-syMGuwevgG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-syMGuwevgG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-syMGuwevgG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-syMGuwevgG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-syMGuwevgG .nav-link {
  position: relative;
}
.cid-syMGuwevgG .container {
  display: flex;
  margin: auto;
}
.cid-syMGuwevgG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-syMGuwevgG .dropdown-menu,
.cid-syMGuwevgG .navbar.opened {
  background: #000000 !important;
}
.cid-syMGuwevgG .nav-item:focus,
.cid-syMGuwevgG .nav-link:focus {
  outline: none;
}
.cid-syMGuwevgG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-syMGuwevgG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syMGuwevgG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-syMGuwevgG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-syMGuwevgG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syMGuwevgG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syMGuwevgG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-syMGuwevgG .navbar.opened {
  transition: all 0.3s;
}
.cid-syMGuwevgG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-syMGuwevgG .navbar .navbar-logo img {
  width: auto;
}
.cid-syMGuwevgG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-syMGuwevgG .navbar.collapsed {
  justify-content: center;
}
.cid-syMGuwevgG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syMGuwevgG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-syMGuwevgG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-syMGuwevgG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syMGuwevgG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syMGuwevgG .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-syMGuwevgG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syMGuwevgG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-syMGuwevgG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-syMGuwevgG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syMGuwevgG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syMGuwevgG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syMGuwevgG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syMGuwevgG .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-syMGuwevgG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-syMGuwevgG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syMGuwevgG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syMGuwevgG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-syMGuwevgG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-syMGuwevgG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-syMGuwevgG .navbar.navbar-short {
  min-height: 60px;
}
.cid-syMGuwevgG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-syMGuwevgG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-syMGuwevgG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syMGuwevgG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syMGuwevgG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syMGuwevgG .dropdown-item.active,
.cid-syMGuwevgG .dropdown-item:active {
  background-color: transparent;
}
.cid-syMGuwevgG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syMGuwevgG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syMGuwevgG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syMGuwevgG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-syMGuwevgG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syMGuwevgG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syMGuwevgG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-syMGuwevgG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-syMGuwevgG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-syMGuwevgG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-syMGuwevgG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syMGuwevgG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syMGuwevgG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syMGuwevgG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syMGuwevgG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syMGuwevgG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syMGuwevgG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syMGuwevgG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syMGuwevgG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-syMGuwevgG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-syMGuwevgG .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-syMGuwevgG .navbar {
    height: 70px;
  }
  .cid-syMGuwevgG .navbar.opened {
    height: auto;
  }
  .cid-syMGuwevgG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syMGuwwcKr {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-syMGuwwcKr .mbr-section-title {
  color: #ffe161;
}
.cid-syMGuwwcKr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-syMGuwKvKF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-syMGuwKvKF .video-wrapper iframe {
  width: 100%;
}
.cid-syMGuwKvKF .mbr-section-title,
.cid-syMGuwKvKF .mbr-section-subtitle,
.cid-syMGuwKvKF .mbr-text {
  text-align: center;
}
.cid-syMGuwKvKF .mbr-section-title {
  color: #ffe161;
}
.cid-syMGuwKvKF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-syMGuwKvKF .mbr-text {
  color: #bbbbbb;
}
.cid-syMGuwXoxE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-syMGuwXoxE .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-syMGuwXoxE .mbr-text {
  color: #ffffff;
}
.cid-syMGuwXoxE hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-syMGux6U29 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syMGux6U29 .progress {
  width: 100%;
}
.cid-syMGux6U29 progress {
  height: 8px;
}
.cid-syMGux6U29 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-syMGux6U29 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-syMGux6U29 .progress_value {
  position: relative;
}
.cid-syMGux6U29 .progress_elements {
  margin: 0 auto;
}
.cid-syMGux6U29 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-syMGux6U29 .progress1 .progressbar-number:before,
.cid-syMGux6U29 .progress2 .progressbar-number:before,
.cid-syMGux6U29 .progress3 .progressbar-number:before,
.cid-syMGux6U29 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-syMGux6U29 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-syMGux6U29 progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-syMGux6U29 progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-syMGux6U29 progress::-ms-fill {
  background: #ffe161;
}
.cid-syMGux6U29 .progress1 .progressbar-number:before {
  content: '100';
}
.cid-syMGux6U29 .progress2 .progressbar-number:before {
  content: '80';
}
.cid-syMGux6U29 .progress3 .progressbar-number:before {
  content: '90';
}
.cid-syMGux6U29 .progress4 .progressbar-number:before {
  content: '100';
}
.cid-syMGux6U29 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-syMGux6U29 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-syMGux6U29 .progress_value span {
  padding-left: 30px;
}
.cid-syMGux6U29 .progressbar-number {
  word-break: normal;
}
.cid-syMGux6U29 .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-syMGux6U29 .progressbar-title p,
.cid-syMGux6U29 .progress_value {
  color: #ffffff;
}
.cid-syMGuxm7Un {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-syMGuxvsZN #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-syMGuxvsZN #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-syMGuxvsZN #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-syMGuxvsZN .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-syMGuxvsZN #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-syMGuxvsZN #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-syMGuxvsZN #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-syMGuxvsZN #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-syMGuxvsZN P {
  color: #ff8a8a;
}
.cid-swVtQy0l7i {
  z-index: 1000;
  width: 100%;
}
.cid-swVtQy0l7i nav.navbar {
  position: fixed;
}
.cid-swVtQy0l7i .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-swVtQy0l7i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swVtQy0l7i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swVtQy0l7i .dropdown-item:hover,
.cid-swVtQy0l7i .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-swVtQy0l7i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swVtQy0l7i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swVtQy0l7i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-swVtQy0l7i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swVtQy0l7i .nav-link {
  position: relative;
}
.cid-swVtQy0l7i .container {
  display: flex;
  margin: auto;
}
.cid-swVtQy0l7i .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swVtQy0l7i .dropdown-menu,
.cid-swVtQy0l7i .navbar.opened {
  background: #000000 !important;
}
.cid-swVtQy0l7i .nav-item:focus,
.cid-swVtQy0l7i .nav-link:focus {
  outline: none;
}
.cid-swVtQy0l7i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swVtQy0l7i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swVtQy0l7i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swVtQy0l7i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swVtQy0l7i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swVtQy0l7i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swVtQy0l7i .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-swVtQy0l7i .navbar.opened {
  transition: all 0.3s;
}
.cid-swVtQy0l7i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swVtQy0l7i .navbar .navbar-logo img {
  width: auto;
}
.cid-swVtQy0l7i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swVtQy0l7i .navbar.collapsed {
  justify-content: center;
}
.cid-swVtQy0l7i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swVtQy0l7i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swVtQy0l7i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-swVtQy0l7i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swVtQy0l7i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swVtQy0l7i .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-swVtQy0l7i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swVtQy0l7i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-swVtQy0l7i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-swVtQy0l7i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swVtQy0l7i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swVtQy0l7i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swVtQy0l7i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swVtQy0l7i .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-swVtQy0l7i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swVtQy0l7i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swVtQy0l7i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swVtQy0l7i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swVtQy0l7i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-swVtQy0l7i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-swVtQy0l7i .navbar.navbar-short {
  min-height: 60px;
}
.cid-swVtQy0l7i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swVtQy0l7i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swVtQy0l7i .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swVtQy0l7i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swVtQy0l7i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swVtQy0l7i .dropdown-item.active,
.cid-swVtQy0l7i .dropdown-item:active {
  background-color: transparent;
}
.cid-swVtQy0l7i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swVtQy0l7i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swVtQy0l7i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swVtQy0l7i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swVtQy0l7i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swVtQy0l7i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swVtQy0l7i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swVtQy0l7i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swVtQy0l7i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swVtQy0l7i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swVtQy0l7i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swVtQy0l7i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swVtQy0l7i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swVtQy0l7i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swVtQy0l7i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swVtQy0l7i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swVtQy0l7i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swVtQy0l7i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swVtQy0l7i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swVtQy0l7i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swVtQy0l7i .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-swVtQy0l7i .navbar {
    height: 70px;
  }
  .cid-swVtQy0l7i .navbar.opened {
    height: auto;
  }
  .cid-swVtQy0l7i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swVtQyjwAQ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swVtQyjwAQ .mbr-section-title {
  color: #ffe161;
}
.cid-swVtQyjwAQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swVtQytWrY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swVtQytWrY .video-wrapper iframe {
  width: 100%;
}
.cid-swVtQytWrY .mbr-section-title,
.cid-swVtQytWrY .mbr-section-subtitle,
.cid-swVtQytWrY .mbr-text {
  text-align: center;
}
.cid-swVtQytWrY .mbr-section-title {
  color: #ffe161;
}
.cid-swVtQytWrY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swVtQytWrY .mbr-text {
  color: #bbbbbb;
}
.cid-swVvbvNyIk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swVvbvNyIk .video-wrapper iframe {
  width: 100%;
}
.cid-swVvbvNyIk .mbr-section-title,
.cid-swVvbvNyIk .mbr-section-subtitle,
.cid-swVvbvNyIk .mbr-text {
  text-align: center;
}
.cid-swVvbvNyIk .mbr-section-title {
  color: #ffe161;
}
.cid-swVvbvNyIk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swVvbvNyIk .mbr-text {
  color: #bbbbbb;
}
.cid-swVtQyFBfW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-swVtQyFBfW .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swVtQyFBfW .mbr-text {
  color: #ffffff;
}
.cid-swVtQyFBfW hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-swVtQyOOvT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swVtQyOOvT .progress {
  width: 100%;
}
.cid-swVtQyOOvT progress {
  height: 8px;
}
.cid-swVtQyOOvT h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swVtQyOOvT .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swVtQyOOvT .progress_value {
  position: relative;
}
.cid-swVtQyOOvT .progress_elements {
  margin: 0 auto;
}
.cid-swVtQyOOvT .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-swVtQyOOvT .progress1 .progressbar-number:before,
.cid-swVtQyOOvT .progress2 .progressbar-number:before,
.cid-swVtQyOOvT .progress3 .progressbar-number:before,
.cid-swVtQyOOvT .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-swVtQyOOvT progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swVtQyOOvT progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-swVtQyOOvT progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-swVtQyOOvT progress::-ms-fill {
  background: #ffe161;
}
.cid-swVtQyOOvT .progress1 .progressbar-number:before {
  content: '100';
}
.cid-swVtQyOOvT .progress2 .progressbar-number:before {
  content: '80';
}
.cid-swVtQyOOvT .progress3 .progressbar-number:before {
  content: '90';
}
.cid-swVtQyOOvT .progress4 .progressbar-number:before {
  content: '100';
}
.cid-swVtQyOOvT .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-swVtQyOOvT .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swVtQyOOvT .progress_value span {
  padding-left: 30px;
}
.cid-swVtQyOOvT .progressbar-number {
  word-break: normal;
}
.cid-swVtQyOOvT .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-swVtQyOOvT .progressbar-title p,
.cid-swVtQyOOvT .progress_value {
  color: #ffffff;
}
.cid-swVwdVUA4Z {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swVwdVUA4Z .progress {
  width: 100%;
}
.cid-swVwdVUA4Z progress {
  height: 8px;
}
.cid-swVwdVUA4Z h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swVwdVUA4Z .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swVwdVUA4Z .progress_value {
  position: relative;
}
.cid-swVwdVUA4Z .progress_elements {
  margin: 0 auto;
}
.cid-swVwdVUA4Z .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-swVwdVUA4Z .progress1 .progressbar-number:before,
.cid-swVwdVUA4Z .progress2 .progressbar-number:before,
.cid-swVwdVUA4Z .progress3 .progressbar-number:before,
.cid-swVwdVUA4Z .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-swVwdVUA4Z progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swVwdVUA4Z progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-swVwdVUA4Z progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-swVwdVUA4Z progress::-ms-fill {
  background: #ffe161;
}
.cid-swVwdVUA4Z .progress1 .progressbar-number:before {
  content: '100';
}
.cid-swVwdVUA4Z .progress2 .progressbar-number:before {
  content: '100';
}
.cid-swVwdVUA4Z .progress3 .progressbar-number:before {
  content: '90';
}
.cid-swVwdVUA4Z .progress4 .progressbar-number:before {
  content: '100';
}
.cid-swVwdVUA4Z .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-swVwdVUA4Z .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swVwdVUA4Z .progress_value span {
  padding-left: 30px;
}
.cid-swVwdVUA4Z .progressbar-number {
  word-break: normal;
}
.cid-swVwdVUA4Z .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-swVwdVUA4Z .progressbar-title p,
.cid-swVwdVUA4Z .progress_value {
  color: #ffffff;
}
.cid-swVtQz1kwI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-swVtQzdgdb #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-swVtQzdgdb #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-swVtQzdgdb #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-swVtQzdgdb .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-swVtQzdgdb #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-swVtQzdgdb #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-swVtQzdgdb #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-swVtQzdgdb #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-swVtQzdgdb P {
  color: #ff8a8a;
}
.cid-swVl0yaRps {
  z-index: 1000;
  width: 100%;
}
.cid-swVl0yaRps nav.navbar {
  position: fixed;
}
.cid-swVl0yaRps .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-swVl0yaRps .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swVl0yaRps .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swVl0yaRps .dropdown-item:hover,
.cid-swVl0yaRps .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-swVl0yaRps .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swVl0yaRps .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swVl0yaRps .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-swVl0yaRps .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swVl0yaRps .nav-link {
  position: relative;
}
.cid-swVl0yaRps .container {
  display: flex;
  margin: auto;
}
.cid-swVl0yaRps .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swVl0yaRps .dropdown-menu,
.cid-swVl0yaRps .navbar.opened {
  background: #000000 !important;
}
.cid-swVl0yaRps .nav-item:focus,
.cid-swVl0yaRps .nav-link:focus {
  outline: none;
}
.cid-swVl0yaRps .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swVl0yaRps .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swVl0yaRps .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swVl0yaRps .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swVl0yaRps .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swVl0yaRps .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swVl0yaRps .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-swVl0yaRps .navbar.opened {
  transition: all 0.3s;
}
.cid-swVl0yaRps .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swVl0yaRps .navbar .navbar-logo img {
  width: auto;
}
.cid-swVl0yaRps .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swVl0yaRps .navbar.collapsed {
  justify-content: center;
}
.cid-swVl0yaRps .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swVl0yaRps .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swVl0yaRps .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-swVl0yaRps .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swVl0yaRps .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swVl0yaRps .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-swVl0yaRps .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swVl0yaRps .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-swVl0yaRps .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-swVl0yaRps .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swVl0yaRps .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swVl0yaRps .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swVl0yaRps .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swVl0yaRps .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-swVl0yaRps .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swVl0yaRps .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swVl0yaRps .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swVl0yaRps .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swVl0yaRps .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-swVl0yaRps .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-swVl0yaRps .navbar.navbar-short {
  min-height: 60px;
}
.cid-swVl0yaRps .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swVl0yaRps .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swVl0yaRps .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swVl0yaRps .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swVl0yaRps .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swVl0yaRps .dropdown-item.active,
.cid-swVl0yaRps .dropdown-item:active {
  background-color: transparent;
}
.cid-swVl0yaRps .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swVl0yaRps .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swVl0yaRps .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swVl0yaRps .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swVl0yaRps .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swVl0yaRps .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swVl0yaRps ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swVl0yaRps .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swVl0yaRps button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swVl0yaRps button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swVl0yaRps button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swVl0yaRps button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swVl0yaRps button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swVl0yaRps button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swVl0yaRps nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swVl0yaRps nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swVl0yaRps nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swVl0yaRps nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swVl0yaRps .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swVl0yaRps a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swVl0yaRps .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-swVl0yaRps .navbar {
    height: 70px;
  }
  .cid-swVl0yaRps .navbar.opened {
    height: auto;
  }
  .cid-swVl0yaRps .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swVl0yAXBG {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swVl0yAXBG .mbr-section-title {
  color: #ffe161;
}
.cid-swVl0yAXBG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swVl0yTBqo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swVl0yTBqo .video-wrapper iframe {
  width: 100%;
}
.cid-swVl0yTBqo .mbr-section-title,
.cid-swVl0yTBqo .mbr-section-subtitle,
.cid-swVl0yTBqo .mbr-text {
  text-align: center;
}
.cid-swVl0yTBqo .mbr-section-title {
  color: #ffe161;
}
.cid-swVl0yTBqo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swVl0yTBqo .mbr-text {
  color: #bbbbbb;
}
.cid-swVl0zb5VV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-swVl0zb5VV .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swVl0zb5VV .mbr-text {
  color: #ffffff;
}
.cid-swVl0zb5VV hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-swVnZnFvux {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-swVnZnFvux H2 {
  text-align: left;
  color: #f7ed4a;
}
.cid-swVnZnFvux .mbr-section-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-swVnZnFvux .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-swVnZnFvux .dentaura-list-class {
  list-style-type: circle;
}
.cid-swVoyxWPAL {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-swVoyxWPAL .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swVoyxWPAL .mbr-text {
  color: #ffffff;
}
.cid-swVoyxWPAL hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-swVl0zkSxt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swVl0zkSxt .progress {
  width: 100%;
}
.cid-swVl0zkSxt progress {
  height: 8px;
}
.cid-swVl0zkSxt h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swVl0zkSxt .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swVl0zkSxt .progress_value {
  position: relative;
}
.cid-swVl0zkSxt .progress_elements {
  margin: 0 auto;
}
.cid-swVl0zkSxt .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-swVl0zkSxt .progress1 .progressbar-number:before,
.cid-swVl0zkSxt .progress2 .progressbar-number:before,
.cid-swVl0zkSxt .progress3 .progressbar-number:before,
.cid-swVl0zkSxt .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-swVl0zkSxt progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swVl0zkSxt progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-swVl0zkSxt progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-swVl0zkSxt progress::-ms-fill {
  background: #ffe161;
}
.cid-swVl0zkSxt .progress1 .progressbar-number:before {
  content: '100';
}
.cid-swVl0zkSxt .progress2 .progressbar-number:before {
  content: '80';
}
.cid-swVl0zkSxt .progress3 .progressbar-number:before {
  content: '90';
}
.cid-swVl0zkSxt .progress4 .progressbar-number:before {
  content: '100';
}
.cid-swVl0zkSxt .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-swVl0zkSxt .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swVl0zkSxt .progress_value span {
  padding-left: 30px;
}
.cid-swVl0zkSxt .progressbar-number {
  word-break: normal;
}
.cid-swVl0zkSxt .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-swVl0zkSxt .progressbar-title p,
.cid-swVl0zkSxt .progress_value {
  color: #ffffff;
}
.cid-swVl0zzGyP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-swVl0zK0ML #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-swVl0zK0ML #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-swVl0zK0ML #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-swVl0zK0ML .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-swVl0zK0ML #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-swVl0zK0ML #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-swVl0zK0ML #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-swVl0zK0ML #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-swVl0zK0ML P {
  color: #ff8a8a;
}
.cid-swIey8Udzl {
  z-index: 1000;
  width: 100%;
}
.cid-swIey8Udzl nav.navbar {
  position: fixed;
}
.cid-swIey8Udzl .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-swIey8Udzl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swIey8Udzl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swIey8Udzl .dropdown-item:hover,
.cid-swIey8Udzl .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-swIey8Udzl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swIey8Udzl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swIey8Udzl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-swIey8Udzl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swIey8Udzl .nav-link {
  position: relative;
}
.cid-swIey8Udzl .container {
  display: flex;
  margin: auto;
}
.cid-swIey8Udzl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swIey8Udzl .dropdown-menu,
.cid-swIey8Udzl .navbar.opened {
  background: #000000 !important;
}
.cid-swIey8Udzl .nav-item:focus,
.cid-swIey8Udzl .nav-link:focus {
  outline: none;
}
.cid-swIey8Udzl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swIey8Udzl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swIey8Udzl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swIey8Udzl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swIey8Udzl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swIey8Udzl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swIey8Udzl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-swIey8Udzl .navbar.opened {
  transition: all 0.3s;
}
.cid-swIey8Udzl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swIey8Udzl .navbar .navbar-logo img {
  width: auto;
}
.cid-swIey8Udzl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swIey8Udzl .navbar.collapsed {
  justify-content: center;
}
.cid-swIey8Udzl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swIey8Udzl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swIey8Udzl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-swIey8Udzl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swIey8Udzl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swIey8Udzl .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-swIey8Udzl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swIey8Udzl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-swIey8Udzl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-swIey8Udzl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swIey8Udzl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swIey8Udzl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swIey8Udzl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swIey8Udzl .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-swIey8Udzl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swIey8Udzl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swIey8Udzl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swIey8Udzl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swIey8Udzl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-swIey8Udzl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-swIey8Udzl .navbar.navbar-short {
  min-height: 60px;
}
.cid-swIey8Udzl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swIey8Udzl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swIey8Udzl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swIey8Udzl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swIey8Udzl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swIey8Udzl .dropdown-item.active,
.cid-swIey8Udzl .dropdown-item:active {
  background-color: transparent;
}
.cid-swIey8Udzl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swIey8Udzl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swIey8Udzl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swIey8Udzl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swIey8Udzl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swIey8Udzl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swIey8Udzl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swIey8Udzl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swIey8Udzl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swIey8Udzl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swIey8Udzl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swIey8Udzl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swIey8Udzl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swIey8Udzl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swIey8Udzl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swIey8Udzl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swIey8Udzl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swIey8Udzl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swIey8Udzl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swIey8Udzl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swIey8Udzl .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-swIey8Udzl .navbar {
    height: 70px;
  }
  .cid-swIey8Udzl .navbar.opened {
    height: auto;
  }
  .cid-swIey8Udzl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swIey9dyZ7 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swIey9dyZ7 .mbr-section-title {
  color: #ffe161;
}
.cid-swIey9dyZ7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swIey9q3C3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swIey9q3C3 .video-wrapper iframe {
  width: 100%;
}
.cid-swIey9q3C3 .mbr-section-title,
.cid-swIey9q3C3 .mbr-section-subtitle,
.cid-swIey9q3C3 .mbr-text {
  text-align: center;
}
.cid-swIey9q3C3 .mbr-section-title {
  color: #ffe161;
}
.cid-swIey9q3C3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swIey9q3C3 .mbr-text {
  color: #bbbbbb;
}
.cid-swIey9C139 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-swIey9C139 .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swIey9C139 .mbr-text {
  color: #ffffff;
}
.cid-swIey9C139 hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-swIey9LaqS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swIey9LaqS .progress {
  width: 100%;
}
.cid-swIey9LaqS progress {
  height: 8px;
}
.cid-swIey9LaqS h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swIey9LaqS .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swIey9LaqS .progress_value {
  position: relative;
}
.cid-swIey9LaqS .progress_elements {
  margin: 0 auto;
}
.cid-swIey9LaqS .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-swIey9LaqS .progress1 .progressbar-number:before,
.cid-swIey9LaqS .progress2 .progressbar-number:before,
.cid-swIey9LaqS .progress3 .progressbar-number:before,
.cid-swIey9LaqS .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-swIey9LaqS progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swIey9LaqS progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-swIey9LaqS progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-swIey9LaqS progress::-ms-fill {
  background: #ffe161;
}
.cid-swIey9LaqS .progress1 .progressbar-number:before {
  content: '100';
}
.cid-swIey9LaqS .progress2 .progressbar-number:before {
  content: '80';
}
.cid-swIey9LaqS .progress3 .progressbar-number:before {
  content: '90';
}
.cid-swIey9LaqS .progress4 .progressbar-number:before {
  content: '100';
}
.cid-swIey9LaqS .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-swIey9LaqS .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swIey9LaqS .progress_value span {
  padding-left: 30px;
}
.cid-swIey9LaqS .progressbar-number {
  word-break: normal;
}
.cid-swIey9LaqS .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-swIey9LaqS .progressbar-title p,
.cid-swIey9LaqS .progress_value {
  color: #ffffff;
}
.cid-swIhLWd7Sx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swIhLWd7Sx .mbr-section-title {
  color: #ffe161;
}
.cid-swIhMzTwJn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-swIhMzTwJn .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-swIhMzTwJn .carousel {
    min-height: 500px;
  }
  .cid-swIhMzTwJn .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-swIhMzTwJn .carousel {
    min-height: 325px;
  }
  .cid-swIhMzTwJn .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-swIhMzTwJn .carousel {
    min-height: 275px;
  }
  .cid-swIhMzTwJn .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-swIhMzTwJn .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-swIhMzTwJn .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-swIhMzTwJn .carousel,
.cid-swIhMzTwJn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-swIhMzTwJn .item-wrapper {
  width: 100%;
}
.cid-swIhMzTwJn .carousel-caption {
  bottom: 40px;
}
.cid-swIhMzTwJn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-swIhMzTwJn .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-swIhMzTwJn .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-swIhMzTwJn .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-swIhMzTwJn .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-swIhMzTwJn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swIhMzTwJn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-swIhMzTwJn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swIhMzTwJn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-swIhMzTwJn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-swIhMzTwJn .carousel-indicators li.active,
.cid-swIhMzTwJn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-swIhMzTwJn .carousel-indicators li::after,
.cid-swIhMzTwJn .carousel-indicators li::before {
  content: none;
}
.cid-swIhMzTwJn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-swIhMzTwJn .carousel-indicators {
    display: none !important;
  }
}
.cid-swIeya1TNk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-swIeyabtFG #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-swIeyabtFG #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-swIeyabtFG #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-swIeyabtFG .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-swIeyabtFG #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-swIeyabtFG #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-swIeyabtFG #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-swIeyabtFG #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-swIeyabtFG P {
  color: #ff8a8a;
}
.cid-swIfgO2BZS {
  z-index: 1000;
  width: 100%;
}
.cid-swIfgO2BZS nav.navbar {
  position: fixed;
}
.cid-swIfgO2BZS .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-swIfgO2BZS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swIfgO2BZS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swIfgO2BZS .dropdown-item:hover,
.cid-swIfgO2BZS .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-swIfgO2BZS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swIfgO2BZS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swIfgO2BZS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-swIfgO2BZS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swIfgO2BZS .nav-link {
  position: relative;
}
.cid-swIfgO2BZS .container {
  display: flex;
  margin: auto;
}
.cid-swIfgO2BZS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swIfgO2BZS .dropdown-menu,
.cid-swIfgO2BZS .navbar.opened {
  background: #000000 !important;
}
.cid-swIfgO2BZS .nav-item:focus,
.cid-swIfgO2BZS .nav-link:focus {
  outline: none;
}
.cid-swIfgO2BZS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swIfgO2BZS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swIfgO2BZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swIfgO2BZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swIfgO2BZS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swIfgO2BZS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swIfgO2BZS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-swIfgO2BZS .navbar.opened {
  transition: all 0.3s;
}
.cid-swIfgO2BZS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swIfgO2BZS .navbar .navbar-logo img {
  width: auto;
}
.cid-swIfgO2BZS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swIfgO2BZS .navbar.collapsed {
  justify-content: center;
}
.cid-swIfgO2BZS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swIfgO2BZS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swIfgO2BZS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-swIfgO2BZS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swIfgO2BZS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swIfgO2BZS .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-swIfgO2BZS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swIfgO2BZS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-swIfgO2BZS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-swIfgO2BZS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swIfgO2BZS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swIfgO2BZS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swIfgO2BZS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swIfgO2BZS .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-swIfgO2BZS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swIfgO2BZS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swIfgO2BZS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swIfgO2BZS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swIfgO2BZS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-swIfgO2BZS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-swIfgO2BZS .navbar.navbar-short {
  min-height: 60px;
}
.cid-swIfgO2BZS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swIfgO2BZS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swIfgO2BZS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swIfgO2BZS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swIfgO2BZS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swIfgO2BZS .dropdown-item.active,
.cid-swIfgO2BZS .dropdown-item:active {
  background-color: transparent;
}
.cid-swIfgO2BZS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swIfgO2BZS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swIfgO2BZS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swIfgO2BZS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swIfgO2BZS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swIfgO2BZS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swIfgO2BZS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swIfgO2BZS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swIfgO2BZS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swIfgO2BZS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swIfgO2BZS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swIfgO2BZS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swIfgO2BZS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swIfgO2BZS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swIfgO2BZS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swIfgO2BZS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swIfgO2BZS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swIfgO2BZS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swIfgO2BZS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swIfgO2BZS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swIfgO2BZS .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-swIfgO2BZS .navbar {
    height: 70px;
  }
  .cid-swIfgO2BZS .navbar.opened {
    height: auto;
  }
  .cid-swIfgO2BZS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swIfgOwGpN {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swIfgOwGpN .mbr-section-title {
  color: #ffe161;
}
.cid-swIfgOwGpN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swIfgOKzHC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swIfgOKzHC .video-wrapper iframe {
  width: 100%;
}
.cid-swIfgOKzHC .mbr-section-title,
.cid-swIfgOKzHC .mbr-section-subtitle,
.cid-swIfgOKzHC .mbr-text {
  text-align: center;
}
.cid-swIfgOKzHC .mbr-section-title {
  color: #ffe161;
}
.cid-swIfgOKzHC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swIfgOKzHC .mbr-text {
  color: #bbbbbb;
}
.cid-swIfgOYiIm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-swIfgOYiIm .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swIfgOYiIm .mbr-text {
  color: #ffffff;
}
.cid-swIfgOYiIm hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-swIfgP70vS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swIfgP70vS .progress {
  width: 100%;
}
.cid-swIfgP70vS progress {
  height: 8px;
}
.cid-swIfgP70vS h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swIfgP70vS .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swIfgP70vS .progress_value {
  position: relative;
}
.cid-swIfgP70vS .progress_elements {
  margin: 0 auto;
}
.cid-swIfgP70vS .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-swIfgP70vS .progress1 .progressbar-number:before,
.cid-swIfgP70vS .progress2 .progressbar-number:before,
.cid-swIfgP70vS .progress3 .progressbar-number:before,
.cid-swIfgP70vS .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-swIfgP70vS progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swIfgP70vS progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-swIfgP70vS progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-swIfgP70vS progress::-ms-fill {
  background: #ffe161;
}
.cid-swIfgP70vS .progress1 .progressbar-number:before {
  content: '100';
}
.cid-swIfgP70vS .progress2 .progressbar-number:before {
  content: '80';
}
.cid-swIfgP70vS .progress3 .progressbar-number:before {
  content: '90';
}
.cid-swIfgP70vS .progress4 .progressbar-number:before {
  content: '100';
}
.cid-swIfgP70vS .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-swIfgP70vS .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swIfgP70vS .progress_value span {
  padding-left: 30px;
}
.cid-swIfgP70vS .progressbar-number {
  word-break: normal;
}
.cid-swIfgP70vS .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-swIfgP70vS .progressbar-title p,
.cid-swIfgP70vS .progress_value {
  color: #ffffff;
}
.cid-swIhELxOSI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swIhELxOSI .mbr-section-title {
  color: #ffe161;
}
.cid-swIhrYqNI1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-swIhrYqNI1 .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-swIhrYqNI1 .carousel {
    min-height: 500px;
  }
  .cid-swIhrYqNI1 .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-swIhrYqNI1 .carousel {
    min-height: 325px;
  }
  .cid-swIhrYqNI1 .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-swIhrYqNI1 .carousel {
    min-height: 275px;
  }
  .cid-swIhrYqNI1 .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-swIhrYqNI1 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-swIhrYqNI1 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-swIhrYqNI1 .carousel,
.cid-swIhrYqNI1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-swIhrYqNI1 .item-wrapper {
  width: 100%;
}
.cid-swIhrYqNI1 .carousel-caption {
  bottom: 40px;
}
.cid-swIhrYqNI1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-swIhrYqNI1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-swIhrYqNI1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-swIhrYqNI1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-swIhrYqNI1 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-swIhrYqNI1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swIhrYqNI1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-swIhrYqNI1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swIhrYqNI1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-swIhrYqNI1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-swIhrYqNI1 .carousel-indicators li.active,
.cid-swIhrYqNI1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-swIhrYqNI1 .carousel-indicators li::after,
.cid-swIhrYqNI1 .carousel-indicators li::before {
  content: none;
}
.cid-swIhrYqNI1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-swIhrYqNI1 .carousel-indicators {
    display: none !important;
  }
}
.cid-swIfgPmA7Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-swIfgPxFrV #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-swIfgPxFrV #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-swIfgPxFrV #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-swIfgPxFrV .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-swIfgPxFrV #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-swIfgPxFrV #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-swIfgPxFrV #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-swIfgPxFrV #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-swIfgPxFrV P {
  color: #ff8a8a;
}
.cid-swDGR8d2sE {
  z-index: 1000;
  width: 100%;
}
.cid-swDGR8d2sE nav.navbar {
  position: fixed;
}
.cid-swDGR8d2sE .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-swDGR8d2sE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swDGR8d2sE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swDGR8d2sE .dropdown-item:hover,
.cid-swDGR8d2sE .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-swDGR8d2sE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swDGR8d2sE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swDGR8d2sE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-swDGR8d2sE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swDGR8d2sE .nav-link {
  position: relative;
}
.cid-swDGR8d2sE .container {
  display: flex;
  margin: auto;
}
.cid-swDGR8d2sE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swDGR8d2sE .dropdown-menu,
.cid-swDGR8d2sE .navbar.opened {
  background: #000000 !important;
}
.cid-swDGR8d2sE .nav-item:focus,
.cid-swDGR8d2sE .nav-link:focus {
  outline: none;
}
.cid-swDGR8d2sE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swDGR8d2sE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swDGR8d2sE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swDGR8d2sE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swDGR8d2sE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swDGR8d2sE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swDGR8d2sE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-swDGR8d2sE .navbar.opened {
  transition: all 0.3s;
}
.cid-swDGR8d2sE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swDGR8d2sE .navbar .navbar-logo img {
  width: auto;
}
.cid-swDGR8d2sE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swDGR8d2sE .navbar.collapsed {
  justify-content: center;
}
.cid-swDGR8d2sE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swDGR8d2sE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swDGR8d2sE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-swDGR8d2sE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swDGR8d2sE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swDGR8d2sE .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-swDGR8d2sE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swDGR8d2sE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-swDGR8d2sE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-swDGR8d2sE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swDGR8d2sE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swDGR8d2sE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swDGR8d2sE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swDGR8d2sE .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-swDGR8d2sE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swDGR8d2sE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swDGR8d2sE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swDGR8d2sE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swDGR8d2sE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-swDGR8d2sE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-swDGR8d2sE .navbar.navbar-short {
  min-height: 60px;
}
.cid-swDGR8d2sE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swDGR8d2sE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swDGR8d2sE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swDGR8d2sE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swDGR8d2sE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swDGR8d2sE .dropdown-item.active,
.cid-swDGR8d2sE .dropdown-item:active {
  background-color: transparent;
}
.cid-swDGR8d2sE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swDGR8d2sE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swDGR8d2sE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swDGR8d2sE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swDGR8d2sE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swDGR8d2sE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swDGR8d2sE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swDGR8d2sE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swDGR8d2sE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swDGR8d2sE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swDGR8d2sE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swDGR8d2sE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swDGR8d2sE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swDGR8d2sE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swDGR8d2sE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swDGR8d2sE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swDGR8d2sE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swDGR8d2sE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swDGR8d2sE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swDGR8d2sE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swDGR8d2sE .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-swDGR8d2sE .navbar {
    height: 70px;
  }
  .cid-swDGR8d2sE .navbar.opened {
    height: auto;
  }
  .cid-swDGR8d2sE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swDGR8BGwN {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swDGR8BGwN .mbr-section-title {
  color: #ffe161;
}
.cid-swDGR8BGwN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swDLmAoXlY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swDLmAoXlY .video-wrapper iframe {
  width: 100%;
}
.cid-swDLmAoXlY .mbr-section-title,
.cid-swDLmAoXlY .mbr-section-subtitle,
.cid-swDLmAoXlY .mbr-text {
  text-align: center;
}
.cid-swDLmAoXlY .mbr-section-title {
  color: #ffe161;
}
.cid-swDLmAoXlY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swDLmAoXlY .mbr-text {
  color: #bbbbbb;
}
.cid-swDGR994v2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-swDGR994v2 .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swDGR994v2 .mbr-text {
  color: #ffffff;
}
.cid-swDGR994v2 hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-swDGR9ipN4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swDGR9ipN4 .progress {
  width: 100%;
}
.cid-swDGR9ipN4 progress {
  height: 8px;
}
.cid-swDGR9ipN4 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swDGR9ipN4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swDGR9ipN4 .progress_value {
  position: relative;
}
.cid-swDGR9ipN4 .progress_elements {
  margin: 0 auto;
}
.cid-swDGR9ipN4 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-swDGR9ipN4 .progress1 .progressbar-number:before,
.cid-swDGR9ipN4 .progress2 .progressbar-number:before,
.cid-swDGR9ipN4 .progress3 .progressbar-number:before,
.cid-swDGR9ipN4 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-swDGR9ipN4 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swDGR9ipN4 progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-swDGR9ipN4 progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-swDGR9ipN4 progress::-ms-fill {
  background: #ffe161;
}
.cid-swDGR9ipN4 .progress1 .progressbar-number:before {
  content: '95';
}
.cid-swDGR9ipN4 .progress2 .progressbar-number:before {
  content: '80';
}
.cid-swDGR9ipN4 .progress3 .progressbar-number:before {
  content: '90';
}
.cid-swDGR9ipN4 .progress4 .progressbar-number:before {
  content: '100';
}
.cid-swDGR9ipN4 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-swDGR9ipN4 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swDGR9ipN4 .progress_value span {
  padding-left: 30px;
}
.cid-swDGR9ipN4 .progressbar-number {
  word-break: normal;
}
.cid-swDGR9ipN4 .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-swDGR9ipN4 .progressbar-title p,
.cid-swDGR9ipN4 .progress_value {
  color: #ffffff;
}
.cid-swDMVS6bzE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swDMVS6bzE .progress {
  width: 100%;
}
.cid-swDMVS6bzE progress {
  height: 8px;
}
.cid-swDMVS6bzE h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swDMVS6bzE .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swDMVS6bzE .progress_value {
  position: relative;
}
.cid-swDMVS6bzE .progress_elements {
  margin: 0 auto;
}
.cid-swDMVS6bzE .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-swDMVS6bzE .progress1 .progressbar-number:before,
.cid-swDMVS6bzE .progress2 .progressbar-number:before,
.cid-swDMVS6bzE .progress3 .progressbar-number:before,
.cid-swDMVS6bzE .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-swDMVS6bzE progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swDMVS6bzE progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-swDMVS6bzE progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-swDMVS6bzE progress::-ms-fill {
  background: #ffe161;
}
.cid-swDMVS6bzE .progress1 .progressbar-number:before {
  content: '5';
}
.cid-swDMVS6bzE .progress2 .progressbar-number:before {
  content: '80';
}
.cid-swDMVS6bzE .progress3 .progressbar-number:before {
  content: '90';
}
.cid-swDMVS6bzE .progress4 .progressbar-number:before {
  content: '100';
}
.cid-swDMVS6bzE .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-swDMVS6bzE .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swDMVS6bzE .progress_value span {
  padding-left: 30px;
}
.cid-swDMVS6bzE .progressbar-number {
  word-break: normal;
}
.cid-swDMVS6bzE .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-swDMVS6bzE .progressbar-title p,
.cid-swDMVS6bzE .progress_value {
  color: #ffffff;
}
.cid-swDLCCmkxL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swDLCCmkxL .mbr-section-title {
  color: #ffe161;
}
.cid-swDIKJsMto {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-swDIKJsMto .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-swDIKJsMto .carousel {
    min-height: 500px;
  }
  .cid-swDIKJsMto .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-swDIKJsMto .carousel {
    min-height: 325px;
  }
  .cid-swDIKJsMto .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-swDIKJsMto .carousel {
    min-height: 275px;
  }
  .cid-swDIKJsMto .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-swDIKJsMto .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-swDIKJsMto .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-swDIKJsMto .carousel,
.cid-swDIKJsMto .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-swDIKJsMto .item-wrapper {
  width: 100%;
}
.cid-swDIKJsMto .carousel-caption {
  bottom: 40px;
}
.cid-swDIKJsMto .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-swDIKJsMto .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-swDIKJsMto .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-swDIKJsMto .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-swDIKJsMto .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-swDIKJsMto .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swDIKJsMto .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-swDIKJsMto .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swDIKJsMto .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-swDIKJsMto .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-swDIKJsMto .carousel-indicators li.active,
.cid-swDIKJsMto .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-swDIKJsMto .carousel-indicators li::after,
.cid-swDIKJsMto .carousel-indicators li::before {
  content: none;
}
.cid-swDIKJsMto .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-swDIKJsMto .carousel-indicators {
    display: none !important;
  }
}
.cid-swDGR9wzZj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-swDGR9Kth6 #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-swDGR9Kth6 #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-swDGR9Kth6 #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-swDGR9Kth6 .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-swDGR9Kth6 #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-swDGR9Kth6 #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-swDGR9Kth6 #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-swDGR9Kth6 #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-swDGR9Kth6 P {
  color: #ff8a8a;
}
.cid-soBCVs6Nsz {
  z-index: 1000;
  width: 100%;
}
.cid-soBCVs6Nsz nav.navbar {
  position: fixed;
}
.cid-soBCVs6Nsz .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-soBCVs6Nsz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soBCVs6Nsz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soBCVs6Nsz .dropdown-item:hover,
.cid-soBCVs6Nsz .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-soBCVs6Nsz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soBCVs6Nsz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soBCVs6Nsz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soBCVs6Nsz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soBCVs6Nsz .nav-link {
  position: relative;
}
.cid-soBCVs6Nsz .container {
  display: flex;
  margin: auto;
}
.cid-soBCVs6Nsz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soBCVs6Nsz .dropdown-menu,
.cid-soBCVs6Nsz .navbar.opened {
  background: #000000 !important;
}
.cid-soBCVs6Nsz .nav-item:focus,
.cid-soBCVs6Nsz .nav-link:focus {
  outline: none;
}
.cid-soBCVs6Nsz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soBCVs6Nsz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soBCVs6Nsz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soBCVs6Nsz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soBCVs6Nsz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soBCVs6Nsz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soBCVs6Nsz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-soBCVs6Nsz .navbar.opened {
  transition: all 0.3s;
}
.cid-soBCVs6Nsz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soBCVs6Nsz .navbar .navbar-logo img {
  width: auto;
}
.cid-soBCVs6Nsz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soBCVs6Nsz .navbar.collapsed {
  justify-content: center;
}
.cid-soBCVs6Nsz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soBCVs6Nsz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soBCVs6Nsz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-soBCVs6Nsz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soBCVs6Nsz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soBCVs6Nsz .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-soBCVs6Nsz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soBCVs6Nsz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soBCVs6Nsz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soBCVs6Nsz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soBCVs6Nsz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soBCVs6Nsz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soBCVs6Nsz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soBCVs6Nsz .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-soBCVs6Nsz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soBCVs6Nsz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soBCVs6Nsz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soBCVs6Nsz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soBCVs6Nsz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soBCVs6Nsz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soBCVs6Nsz .navbar.navbar-short {
  min-height: 60px;
}
.cid-soBCVs6Nsz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soBCVs6Nsz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soBCVs6Nsz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soBCVs6Nsz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soBCVs6Nsz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soBCVs6Nsz .dropdown-item.active,
.cid-soBCVs6Nsz .dropdown-item:active {
  background-color: transparent;
}
.cid-soBCVs6Nsz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soBCVs6Nsz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soBCVs6Nsz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soBCVs6Nsz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-soBCVs6Nsz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soBCVs6Nsz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soBCVs6Nsz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soBCVs6Nsz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soBCVs6Nsz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soBCVs6Nsz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-soBCVs6Nsz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soBCVs6Nsz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soBCVs6Nsz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soBCVs6Nsz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soBCVs6Nsz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soBCVs6Nsz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soBCVs6Nsz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soBCVs6Nsz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soBCVs6Nsz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soBCVs6Nsz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soBCVs6Nsz .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-soBCVs6Nsz .navbar {
    height: 70px;
  }
  .cid-soBCVs6Nsz .navbar.opened {
    height: auto;
  }
  .cid-soBCVs6Nsz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soBCVsudX8 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-soBCVsudX8 .mbr-section-title {
  color: #ffe161;
}
.cid-soBCVsudX8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-soBEr8TwB4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-soBEr8TwB4 .video-wrapper iframe {
  width: 100%;
}
.cid-soBEr8TwB4 .mbr-section-title,
.cid-soBEr8TwB4 .mbr-section-subtitle,
.cid-soBEr8TwB4 .mbr-text {
  text-align: center;
}
.cid-soBEr8TwB4 .mbr-section-title {
  color: #ffe161;
}
.cid-soBEr8TwB4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-soBEr8TwB4 .mbr-text {
  color: #bbbbbb;
}
.cid-soBCVtbNJq {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-soBCVtbNJq .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-soBCVtbNJq .mbr-text {
  color: #ffffff;
}
.cid-soOvDkotgO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-soOvDkotgO .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-soOvDkotgO .mbr-text {
  color: #ffffff;
}
.cid-soOx4QwUeR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-soOx4QwUeR .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-soOx4QwUeR .carousel {
    min-height: 500px;
  }
  .cid-soOx4QwUeR .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-soOx4QwUeR .carousel {
    min-height: 325px;
  }
  .cid-soOx4QwUeR .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-soOx4QwUeR .carousel {
    min-height: 275px;
  }
  .cid-soOx4QwUeR .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-soOx4QwUeR .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-soOx4QwUeR .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-soOx4QwUeR .carousel,
.cid-soOx4QwUeR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-soOx4QwUeR .item-wrapper {
  width: 100%;
}
.cid-soOx4QwUeR .carousel-caption {
  bottom: 40px;
}
.cid-soOx4QwUeR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-soOx4QwUeR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-soOx4QwUeR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-soOx4QwUeR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-soOx4QwUeR .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-soOx4QwUeR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-soOx4QwUeR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-soOx4QwUeR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-soOx4QwUeR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-soOx4QwUeR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-soOx4QwUeR .carousel-indicators li.active,
.cid-soOx4QwUeR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-soOx4QwUeR .carousel-indicators li::after,
.cid-soOx4QwUeR .carousel-indicators li::before {
  content: none;
}
.cid-soOx4QwUeR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-soOx4QwUeR .carousel-indicators {
    display: none !important;
  }
}
.cid-soOw8G2hDd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-soOw8G2hDd .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-soOw8G2hDd .mbr-text {
  color: #ffffff;
}
.cid-soOwpUKy2G {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-soOwpUKy2G .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-soOwpUKy2G .mbr-text {
  color: #ffffff;
}
.cid-soNBPx4yLF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-soNBPx4yLF .content {
  padding: 10px;
}
.cid-soOwJoLtdk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-soOwJoLtdk .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soOwJoLtdk .mbr-text {
  color: #ffffff;
}
.cid-soOt6UpotS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-soOt6UpotS .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-soOt6UpotS .mbr-text {
  color: #ffffff;
}
.cid-soOt6UpotS hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-soBCVtRcjS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-soBCVtRcjS .progress {
  width: 100%;
}
.cid-soBCVtRcjS progress {
  height: 8px;
}
.cid-soBCVtRcjS h3 {
  text-align: center;
  font-weight: 300;
}
.cid-soBCVtRcjS .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soBCVtRcjS .progress_value {
  position: relative;
}
.cid-soBCVtRcjS .progress_elements {
  margin: 0 auto;
}
.cid-soBCVtRcjS .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-soBCVtRcjS .progress1 .progressbar-number:before,
.cid-soBCVtRcjS .progress2 .progressbar-number:before,
.cid-soBCVtRcjS .progress3 .progressbar-number:before,
.cid-soBCVtRcjS .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-soBCVtRcjS progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soBCVtRcjS progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-soBCVtRcjS progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-soBCVtRcjS progress::-ms-fill {
  background: #ffe161;
}
.cid-soBCVtRcjS .progress1 .progressbar-number:before {
  content: '50';
}
.cid-soBCVtRcjS .progress2 .progressbar-number:before {
  content: '80';
}
.cid-soBCVtRcjS .progress3 .progressbar-number:before {
  content: '90';
}
.cid-soBCVtRcjS .progress4 .progressbar-number:before {
  content: '100';
}
.cid-soBCVtRcjS .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-soBCVtRcjS .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soBCVtRcjS .progress_value span {
  padding-left: 30px;
}
.cid-soBCVtRcjS .progressbar-number {
  word-break: normal;
}
.cid-soBCVtRcjS .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-soBCVtRcjS .progressbar-title p,
.cid-soBCVtRcjS .progress_value {
  color: #ffffff;
}
.cid-soBCVu89Ya {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-soBCVu89Ya .progress {
  width: 100%;
}
.cid-soBCVu89Ya progress {
  height: 8px;
}
.cid-soBCVu89Ya h3 {
  text-align: center;
  font-weight: 300;
}
.cid-soBCVu89Ya .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soBCVu89Ya .progress_value {
  position: relative;
}
.cid-soBCVu89Ya .progress_elements {
  margin: 0 auto;
}
.cid-soBCVu89Ya .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-soBCVu89Ya .progress1 .progressbar-number:before,
.cid-soBCVu89Ya .progress2 .progressbar-number:before,
.cid-soBCVu89Ya .progress3 .progressbar-number:before,
.cid-soBCVu89Ya .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-soBCVu89Ya progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soBCVu89Ya progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-soBCVu89Ya progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-soBCVu89Ya progress::-ms-fill {
  background: #ffe161;
}
.cid-soBCVu89Ya .progress1 .progressbar-number:before {
  content: '50';
}
.cid-soBCVu89Ya .progress2 .progressbar-number:before {
  content: '80';
}
.cid-soBCVu89Ya .progress3 .progressbar-number:before {
  content: '90';
}
.cid-soBCVu89Ya .progress4 .progressbar-number:before {
  content: '100';
}
.cid-soBCVu89Ya .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-soBCVu89Ya .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soBCVu89Ya .progress_value span {
  padding-left: 30px;
}
.cid-soBCVu89Ya .progressbar-number {
  word-break: normal;
}
.cid-soBCVu89Ya .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-soBCVu89Ya .progressbar-title p,
.cid-soBCVu89Ya .progress_value {
  color: #ffffff;
}
.cid-soBCVuChMH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-soGxnycw6B #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-soGxnycw6B #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-soGxnycw6B #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-soGxnycw6B .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-soGxnycw6B #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-soGxnycw6B #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-soGxnycw6B #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-soGxnycw6B #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-soGxnycw6B P {
  color: #ff8a8a;
}
.cid-swVEHnkQXR {
  z-index: 1000;
  width: 100%;
}
.cid-swVEHnkQXR nav.navbar {
  position: fixed;
}
.cid-swVEHnkQXR .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-swVEHnkQXR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swVEHnkQXR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swVEHnkQXR .dropdown-item:hover,
.cid-swVEHnkQXR .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-swVEHnkQXR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swVEHnkQXR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swVEHnkQXR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-swVEHnkQXR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swVEHnkQXR .nav-link {
  position: relative;
}
.cid-swVEHnkQXR .container {
  display: flex;
  margin: auto;
}
.cid-swVEHnkQXR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swVEHnkQXR .dropdown-menu,
.cid-swVEHnkQXR .navbar.opened {
  background: #000000 !important;
}
.cid-swVEHnkQXR .nav-item:focus,
.cid-swVEHnkQXR .nav-link:focus {
  outline: none;
}
.cid-swVEHnkQXR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swVEHnkQXR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swVEHnkQXR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swVEHnkQXR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swVEHnkQXR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swVEHnkQXR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swVEHnkQXR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-swVEHnkQXR .navbar.opened {
  transition: all 0.3s;
}
.cid-swVEHnkQXR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swVEHnkQXR .navbar .navbar-logo img {
  width: auto;
}
.cid-swVEHnkQXR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swVEHnkQXR .navbar.collapsed {
  justify-content: center;
}
.cid-swVEHnkQXR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swVEHnkQXR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swVEHnkQXR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-swVEHnkQXR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swVEHnkQXR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swVEHnkQXR .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-swVEHnkQXR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swVEHnkQXR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-swVEHnkQXR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-swVEHnkQXR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swVEHnkQXR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swVEHnkQXR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swVEHnkQXR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swVEHnkQXR .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-swVEHnkQXR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swVEHnkQXR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swVEHnkQXR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swVEHnkQXR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swVEHnkQXR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-swVEHnkQXR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-swVEHnkQXR .navbar.navbar-short {
  min-height: 60px;
}
.cid-swVEHnkQXR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swVEHnkQXR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swVEHnkQXR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swVEHnkQXR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swVEHnkQXR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swVEHnkQXR .dropdown-item.active,
.cid-swVEHnkQXR .dropdown-item:active {
  background-color: transparent;
}
.cid-swVEHnkQXR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swVEHnkQXR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swVEHnkQXR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swVEHnkQXR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swVEHnkQXR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swVEHnkQXR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swVEHnkQXR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swVEHnkQXR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swVEHnkQXR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swVEHnkQXR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swVEHnkQXR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swVEHnkQXR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swVEHnkQXR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swVEHnkQXR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swVEHnkQXR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swVEHnkQXR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swVEHnkQXR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swVEHnkQXR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swVEHnkQXR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swVEHnkQXR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swVEHnkQXR .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-swVEHnkQXR .navbar {
    height: 70px;
  }
  .cid-swVEHnkQXR .navbar.opened {
    height: auto;
  }
  .cid-swVEHnkQXR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swVEHnJY0g {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swVEHnJY0g .mbr-section-title {
  color: #ffe161;
}
.cid-swVEHnJY0g .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swVEHo3HxQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swVEHo3HxQ .video-wrapper iframe {
  width: 100%;
}
.cid-swVEHo3HxQ .mbr-section-title,
.cid-swVEHo3HxQ .mbr-section-subtitle,
.cid-swVEHo3HxQ .mbr-text {
  text-align: center;
}
.cid-swVEHo3HxQ .mbr-section-title {
  color: #ffe161;
}
.cid-swVEHo3HxQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swVEHo3HxQ .mbr-text {
  color: #bbbbbb;
}
.cid-swVEHokIsp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-swVEHokIsp .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swVEHokIsp .mbr-text {
  color: #ffffff;
}
.cid-swVEHoC4I6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-swVEHoC4I6 .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-swVEHoC4I6 .carousel {
    min-height: 500px;
  }
  .cid-swVEHoC4I6 .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-swVEHoC4I6 .carousel {
    min-height: 325px;
  }
  .cid-swVEHoC4I6 .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-swVEHoC4I6 .carousel {
    min-height: 275px;
  }
  .cid-swVEHoC4I6 .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-swVEHoC4I6 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-swVEHoC4I6 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-swVEHoC4I6 .carousel,
.cid-swVEHoC4I6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-swVEHoC4I6 .item-wrapper {
  width: 100%;
}
.cid-swVEHoC4I6 .carousel-caption {
  bottom: 40px;
}
.cid-swVEHoC4I6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-swVEHoC4I6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-swVEHoC4I6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-swVEHoC4I6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-swVEHoC4I6 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-swVEHoC4I6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swVEHoC4I6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-swVEHoC4I6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swVEHoC4I6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-swVEHoC4I6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-swVEHoC4I6 .carousel-indicators li.active,
.cid-swVEHoC4I6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-swVEHoC4I6 .carousel-indicators li::after,
.cid-swVEHoC4I6 .carousel-indicators li::before {
  content: none;
}
.cid-swVEHoC4I6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-swVEHoC4I6 .carousel-indicators {
    display: none !important;
  }
}
.cid-swVEHpuEH4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-swVEHpuEH4 .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swVEHpuEH4 .mbr-text {
  color: #ffffff;
}
.cid-swVEHpuEH4 hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-swVEHpDQlO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swVEHpDQlO .progress {
  width: 100%;
}
.cid-swVEHpDQlO progress {
  height: 8px;
}
.cid-swVEHpDQlO h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swVEHpDQlO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swVEHpDQlO .progress_value {
  position: relative;
}
.cid-swVEHpDQlO .progress_elements {
  margin: 0 auto;
}
.cid-swVEHpDQlO .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-swVEHpDQlO .progress1 .progressbar-number:before,
.cid-swVEHpDQlO .progress2 .progressbar-number:before,
.cid-swVEHpDQlO .progress3 .progressbar-number:before,
.cid-swVEHpDQlO .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-swVEHpDQlO progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swVEHpDQlO progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-swVEHpDQlO progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-swVEHpDQlO progress::-ms-fill {
  background: #ffe161;
}
.cid-swVEHpDQlO .progress1 .progressbar-number:before {
  content: '100';
}
.cid-swVEHpDQlO .progress2 .progressbar-number:before {
  content: '80';
}
.cid-swVEHpDQlO .progress3 .progressbar-number:before {
  content: '90';
}
.cid-swVEHpDQlO .progress4 .progressbar-number:before {
  content: '100';
}
.cid-swVEHpDQlO .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-swVEHpDQlO .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swVEHpDQlO .progress_value span {
  padding-left: 30px;
}
.cid-swVEHpDQlO .progressbar-number {
  word-break: normal;
}
.cid-swVEHpDQlO .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-swVEHpDQlO .progressbar-title p,
.cid-swVEHpDQlO .progress_value {
  color: #ffffff;
}
.cid-swVEHqbo2w {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-swVEHqmmUs #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-swVEHqmmUs #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-swVEHqmmUs #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-swVEHqmmUs .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-swVEHqmmUs #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-swVEHqmmUs #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-swVEHqmmUs #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-swVEHqmmUs #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-swVEHqmmUs P {
  color: #ff8a8a;
}
.cid-soHIjoLVrV {
  z-index: 1000;
  width: 100%;
}
.cid-soHIjoLVrV nav.navbar {
  position: fixed;
}
.cid-soHIjoLVrV .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-soHIjoLVrV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soHIjoLVrV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soHIjoLVrV .dropdown-item:hover,
.cid-soHIjoLVrV .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-soHIjoLVrV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soHIjoLVrV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soHIjoLVrV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soHIjoLVrV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soHIjoLVrV .nav-link {
  position: relative;
}
.cid-soHIjoLVrV .container {
  display: flex;
  margin: auto;
}
.cid-soHIjoLVrV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soHIjoLVrV .dropdown-menu,
.cid-soHIjoLVrV .navbar.opened {
  background: #000000 !important;
}
.cid-soHIjoLVrV .nav-item:focus,
.cid-soHIjoLVrV .nav-link:focus {
  outline: none;
}
.cid-soHIjoLVrV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soHIjoLVrV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soHIjoLVrV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soHIjoLVrV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soHIjoLVrV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soHIjoLVrV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soHIjoLVrV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-soHIjoLVrV .navbar.opened {
  transition: all 0.3s;
}
.cid-soHIjoLVrV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soHIjoLVrV .navbar .navbar-logo img {
  width: auto;
}
.cid-soHIjoLVrV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soHIjoLVrV .navbar.collapsed {
  justify-content: center;
}
.cid-soHIjoLVrV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soHIjoLVrV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soHIjoLVrV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-soHIjoLVrV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soHIjoLVrV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soHIjoLVrV .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-soHIjoLVrV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soHIjoLVrV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soHIjoLVrV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soHIjoLVrV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soHIjoLVrV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soHIjoLVrV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soHIjoLVrV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soHIjoLVrV .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-soHIjoLVrV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-soHIjoLVrV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soHIjoLVrV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soHIjoLVrV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soHIjoLVrV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soHIjoLVrV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soHIjoLVrV .navbar.navbar-short {
  min-height: 60px;
}
.cid-soHIjoLVrV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soHIjoLVrV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soHIjoLVrV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soHIjoLVrV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soHIjoLVrV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soHIjoLVrV .dropdown-item.active,
.cid-soHIjoLVrV .dropdown-item:active {
  background-color: transparent;
}
.cid-soHIjoLVrV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soHIjoLVrV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soHIjoLVrV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soHIjoLVrV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-soHIjoLVrV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soHIjoLVrV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soHIjoLVrV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soHIjoLVrV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soHIjoLVrV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soHIjoLVrV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-soHIjoLVrV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soHIjoLVrV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soHIjoLVrV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soHIjoLVrV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soHIjoLVrV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soHIjoLVrV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soHIjoLVrV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soHIjoLVrV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soHIjoLVrV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soHIjoLVrV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soHIjoLVrV .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-soHIjoLVrV .navbar {
    height: 70px;
  }
  .cid-soHIjoLVrV .navbar.opened {
    height: auto;
  }
  .cid-soHIjoLVrV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soHIjp30HF {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-soHIjp30HF .mbr-section-title {
  color: #ffe161;
}
.cid-soHIjp30HF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-soHIjpf8vA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-soHIjpf8vA .video-wrapper iframe {
  width: 100%;
}
.cid-soHIjpf8vA .mbr-section-title,
.cid-soHIjpf8vA .mbr-section-subtitle,
.cid-soHIjpf8vA .mbr-text {
  text-align: center;
}
.cid-soHIjpf8vA .mbr-section-title {
  color: #ffe161;
}
.cid-soHIjpf8vA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-soHIjpf8vA .mbr-text {
  color: #bbbbbb;
}
.cid-soHIjpsGaQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-soHIjpsGaQ .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-soHIjpsGaQ .mbr-text {
  color: #ffffff;
}
.cid-soHIjpsGaQ hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-soHIjpCvWQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-soHIjpCvWQ .progress {
  width: 100%;
}
.cid-soHIjpCvWQ progress {
  height: 8px;
}
.cid-soHIjpCvWQ h3 {
  text-align: center;
  font-weight: 300;
}
.cid-soHIjpCvWQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soHIjpCvWQ .progress_value {
  position: relative;
}
.cid-soHIjpCvWQ .progress_elements {
  margin: 0 auto;
}
.cid-soHIjpCvWQ .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-soHIjpCvWQ .progress1 .progressbar-number:before,
.cid-soHIjpCvWQ .progress2 .progressbar-number:before,
.cid-soHIjpCvWQ .progress3 .progressbar-number:before,
.cid-soHIjpCvWQ .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-soHIjpCvWQ progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soHIjpCvWQ progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-soHIjpCvWQ progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-soHIjpCvWQ progress::-ms-fill {
  background: #ffe161;
}
.cid-soHIjpCvWQ .progress1 .progressbar-number:before {
  content: '100';
}
.cid-soHIjpCvWQ .progress2 .progressbar-number:before {
  content: '80';
}
.cid-soHIjpCvWQ .progress3 .progressbar-number:before {
  content: '90';
}
.cid-soHIjpCvWQ .progress4 .progressbar-number:before {
  content: '100';
}
.cid-soHIjpCvWQ .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-soHIjpCvWQ .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soHIjpCvWQ .progress_value span {
  padding-left: 30px;
}
.cid-soHIjpCvWQ .progressbar-number {
  word-break: normal;
}
.cid-soHIjpCvWQ .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-soHIjpCvWQ .progressbar-title p,
.cid-soHIjpCvWQ .progress_value {
  color: #ffffff;
}
.cid-soHIjq7FJc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-soHIjqgPzo #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-soHIjqgPzo #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-soHIjqgPzo #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-soHIjqgPzo .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-soHIjqgPzo #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-soHIjqgPzo #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-soHIjqgPzo #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-soHIjqgPzo #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-soHIjqgPzo P {
  color: #ff8a8a;
}
.cid-swVhcnBlZb {
  z-index: 1000;
  width: 100%;
}
.cid-swVhcnBlZb nav.navbar {
  position: fixed;
}
.cid-swVhcnBlZb .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-swVhcnBlZb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swVhcnBlZb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swVhcnBlZb .dropdown-item:hover,
.cid-swVhcnBlZb .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-swVhcnBlZb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swVhcnBlZb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swVhcnBlZb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-swVhcnBlZb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swVhcnBlZb .nav-link {
  position: relative;
}
.cid-swVhcnBlZb .container {
  display: flex;
  margin: auto;
}
.cid-swVhcnBlZb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swVhcnBlZb .dropdown-menu,
.cid-swVhcnBlZb .navbar.opened {
  background: #000000 !important;
}
.cid-swVhcnBlZb .nav-item:focus,
.cid-swVhcnBlZb .nav-link:focus {
  outline: none;
}
.cid-swVhcnBlZb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swVhcnBlZb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swVhcnBlZb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swVhcnBlZb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swVhcnBlZb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swVhcnBlZb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swVhcnBlZb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-swVhcnBlZb .navbar.opened {
  transition: all 0.3s;
}
.cid-swVhcnBlZb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swVhcnBlZb .navbar .navbar-logo img {
  width: auto;
}
.cid-swVhcnBlZb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swVhcnBlZb .navbar.collapsed {
  justify-content: center;
}
.cid-swVhcnBlZb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swVhcnBlZb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swVhcnBlZb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-swVhcnBlZb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swVhcnBlZb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swVhcnBlZb .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-swVhcnBlZb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swVhcnBlZb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-swVhcnBlZb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-swVhcnBlZb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swVhcnBlZb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swVhcnBlZb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swVhcnBlZb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swVhcnBlZb .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-swVhcnBlZb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swVhcnBlZb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swVhcnBlZb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swVhcnBlZb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swVhcnBlZb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-swVhcnBlZb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-swVhcnBlZb .navbar.navbar-short {
  min-height: 60px;
}
.cid-swVhcnBlZb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swVhcnBlZb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swVhcnBlZb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swVhcnBlZb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swVhcnBlZb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swVhcnBlZb .dropdown-item.active,
.cid-swVhcnBlZb .dropdown-item:active {
  background-color: transparent;
}
.cid-swVhcnBlZb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swVhcnBlZb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swVhcnBlZb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swVhcnBlZb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swVhcnBlZb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swVhcnBlZb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swVhcnBlZb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swVhcnBlZb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swVhcnBlZb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swVhcnBlZb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swVhcnBlZb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swVhcnBlZb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swVhcnBlZb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swVhcnBlZb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swVhcnBlZb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swVhcnBlZb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swVhcnBlZb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swVhcnBlZb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swVhcnBlZb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swVhcnBlZb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swVhcnBlZb .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-swVhcnBlZb .navbar {
    height: 70px;
  }
  .cid-swVhcnBlZb .navbar.opened {
    height: auto;
  }
  .cid-swVhcnBlZb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swVhcnTGht {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swVhcnTGht .mbr-section-title {
  color: #ffe161;
}
.cid-swVhcnTGht .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swVhHBDzKc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-swVhHBDzKc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-swVhHBDzKc .row {
  flex-direction: row-reverse;
}
.cid-swVhHBDzKc img {
  width: 100%;
}
.cid-swVhHBDzKc .mbr-description {
  color: #bbbbbb;
}
.cid-swVhcomP29 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-swVhcomP29 .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swVhcomP29 .mbr-text {
  color: #ffffff;
}
.cid-swVhcp9cDP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-swVhcp9cDP .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swVhcp9cDP .mbr-text {
  color: #ffffff;
}
.cid-swVhcp9cDP hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-swVhcpivBu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swVhcpivBu .progress {
  width: 100%;
}
.cid-swVhcpivBu progress {
  height: 8px;
}
.cid-swVhcpivBu h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swVhcpivBu .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swVhcpivBu .progress_value {
  position: relative;
}
.cid-swVhcpivBu .progress_elements {
  margin: 0 auto;
}
.cid-swVhcpivBu .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-swVhcpivBu .progress1 .progressbar-number:before,
.cid-swVhcpivBu .progress2 .progressbar-number:before,
.cid-swVhcpivBu .progress3 .progressbar-number:before,
.cid-swVhcpivBu .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-swVhcpivBu progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swVhcpivBu progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-swVhcpivBu progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-swVhcpivBu progress::-ms-fill {
  background: #ffe161;
}
.cid-swVhcpivBu .progress1 .progressbar-number:before {
  content: '100';
}
.cid-swVhcpivBu .progress2 .progressbar-number:before {
  content: '80';
}
.cid-swVhcpivBu .progress3 .progressbar-number:before {
  content: '90';
}
.cid-swVhcpivBu .progress4 .progressbar-number:before {
  content: '100';
}
.cid-swVhcpivBu .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-swVhcpivBu .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swVhcpivBu .progress_value span {
  padding-left: 30px;
}
.cid-swVhcpivBu .progressbar-number {
  word-break: normal;
}
.cid-swVhcpivBu .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-swVhcpivBu .progressbar-title p,
.cid-swVhcpivBu .progress_value {
  color: #ffffff;
}
.cid-swVhcpPoUS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-swVhcpZnDJ #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-swVhcpZnDJ #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-swVhcpZnDJ #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-swVhcpZnDJ .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-swVhcpZnDJ #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-swVhcpZnDJ #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-swVhcpZnDJ #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-swVhcpZnDJ #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-swVhcpZnDJ P {
  color: #ff8a8a;
}
.cid-swDE3dG3mX {
  z-index: 1000;
  width: 100%;
}
.cid-swDE3dG3mX nav.navbar {
  position: fixed;
}
.cid-swDE3dG3mX .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-swDE3dG3mX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swDE3dG3mX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swDE3dG3mX .dropdown-item:hover,
.cid-swDE3dG3mX .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-swDE3dG3mX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swDE3dG3mX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swDE3dG3mX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-swDE3dG3mX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swDE3dG3mX .nav-link {
  position: relative;
}
.cid-swDE3dG3mX .container {
  display: flex;
  margin: auto;
}
.cid-swDE3dG3mX .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swDE3dG3mX .dropdown-menu,
.cid-swDE3dG3mX .navbar.opened {
  background: #000000 !important;
}
.cid-swDE3dG3mX .nav-item:focus,
.cid-swDE3dG3mX .nav-link:focus {
  outline: none;
}
.cid-swDE3dG3mX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swDE3dG3mX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swDE3dG3mX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swDE3dG3mX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swDE3dG3mX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swDE3dG3mX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swDE3dG3mX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-swDE3dG3mX .navbar.opened {
  transition: all 0.3s;
}
.cid-swDE3dG3mX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swDE3dG3mX .navbar .navbar-logo img {
  width: auto;
}
.cid-swDE3dG3mX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swDE3dG3mX .navbar.collapsed {
  justify-content: center;
}
.cid-swDE3dG3mX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swDE3dG3mX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swDE3dG3mX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-swDE3dG3mX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swDE3dG3mX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swDE3dG3mX .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-swDE3dG3mX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swDE3dG3mX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-swDE3dG3mX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-swDE3dG3mX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swDE3dG3mX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swDE3dG3mX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swDE3dG3mX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swDE3dG3mX .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-swDE3dG3mX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swDE3dG3mX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swDE3dG3mX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swDE3dG3mX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swDE3dG3mX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-swDE3dG3mX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-swDE3dG3mX .navbar.navbar-short {
  min-height: 60px;
}
.cid-swDE3dG3mX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swDE3dG3mX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swDE3dG3mX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swDE3dG3mX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swDE3dG3mX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swDE3dG3mX .dropdown-item.active,
.cid-swDE3dG3mX .dropdown-item:active {
  background-color: transparent;
}
.cid-swDE3dG3mX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swDE3dG3mX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swDE3dG3mX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swDE3dG3mX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swDE3dG3mX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swDE3dG3mX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swDE3dG3mX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swDE3dG3mX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swDE3dG3mX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swDE3dG3mX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swDE3dG3mX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swDE3dG3mX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swDE3dG3mX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swDE3dG3mX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swDE3dG3mX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swDE3dG3mX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swDE3dG3mX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swDE3dG3mX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swDE3dG3mX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swDE3dG3mX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swDE3dG3mX .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-swDE3dG3mX .navbar {
    height: 70px;
  }
  .cid-swDE3dG3mX .navbar.opened {
    height: auto;
  }
  .cid-swDE3dG3mX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swDE3dWU9G {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swDE3dWU9G .mbr-section-title {
  color: #ffe161;
}
.cid-swDE3dWU9G .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swTBBkbxHw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swTBBkbxHw .video-wrapper iframe {
  width: 100%;
}
.cid-swTBBkbxHw .mbr-section-title,
.cid-swTBBkbxHw .mbr-section-subtitle,
.cid-swTBBkbxHw .mbr-text {
  text-align: center;
}
.cid-swTBBkbxHw .mbr-section-title {
  color: #ffe161;
}
.cid-swTBBkbxHw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swTBBkbxHw .mbr-text {
  color: #bbbbbb;
}
.cid-swDE3eliSq {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-swDE3eliSq .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swDE3eliSq .mbr-text {
  color: #ffffff;
}
.cid-swDE3eG4R3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-swDE3eG4R3 .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swDE3eG4R3 .mbr-text {
  color: #ffffff;
}
.cid-swDE3eODuZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-swDE3eODuZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swDE3eODuZ .mbr-text {
  color: #ffffff;
}
.cid-swDE3f7u77 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-swDE3f7u77 .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swDE3f7u77 .mbr-text {
  color: #ffffff;
}
.cid-swDE3f7u77 hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-swDE3ff9dI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swDE3ff9dI .progress {
  width: 100%;
}
.cid-swDE3ff9dI progress {
  height: 8px;
}
.cid-swDE3ff9dI h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swDE3ff9dI .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swDE3ff9dI .progress_value {
  position: relative;
}
.cid-swDE3ff9dI .progress_elements {
  margin: 0 auto;
}
.cid-swDE3ff9dI .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-swDE3ff9dI .progress1 .progressbar-number:before,
.cid-swDE3ff9dI .progress2 .progressbar-number:before,
.cid-swDE3ff9dI .progress3 .progressbar-number:before,
.cid-swDE3ff9dI .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-swDE3ff9dI progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swDE3ff9dI progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-swDE3ff9dI progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-swDE3ff9dI progress::-ms-fill {
  background: #ffe161;
}
.cid-swDE3ff9dI .progress1 .progressbar-number:before {
  content: '100';
}
.cid-swDE3ff9dI .progress2 .progressbar-number:before {
  content: '80';
}
.cid-swDE3ff9dI .progress3 .progressbar-number:before {
  content: '90';
}
.cid-swDE3ff9dI .progress4 .progressbar-number:before {
  content: '100';
}
.cid-swDE3ff9dI .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-swDE3ff9dI .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swDE3ff9dI .progress_value span {
  padding-left: 30px;
}
.cid-swDE3ff9dI .progressbar-number {
  word-break: normal;
}
.cid-swDE3ff9dI .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-swDE3ff9dI .progressbar-title p,
.cid-swDE3ff9dI .progress_value {
  color: #ffffff;
}
.cid-swDE3fHWe6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-swDE3fTUlE #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-swDE3fTUlE #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-swDE3fTUlE #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-swDE3fTUlE .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-swDE3fTUlE #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-swDE3fTUlE #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-swDE3fTUlE #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-swDE3fTUlE #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-swDE3fTUlE P {
  color: #ff8a8a;
}
.cid-swT7lycqyy {
  z-index: 1000;
  width: 100%;
}
.cid-swT7lycqyy nav.navbar {
  position: fixed;
}
.cid-swT7lycqyy .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-swT7lycqyy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swT7lycqyy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swT7lycqyy .dropdown-item:hover,
.cid-swT7lycqyy .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-swT7lycqyy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swT7lycqyy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swT7lycqyy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-swT7lycqyy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swT7lycqyy .nav-link {
  position: relative;
}
.cid-swT7lycqyy .container {
  display: flex;
  margin: auto;
}
.cid-swT7lycqyy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swT7lycqyy .dropdown-menu,
.cid-swT7lycqyy .navbar.opened {
  background: #000000 !important;
}
.cid-swT7lycqyy .nav-item:focus,
.cid-swT7lycqyy .nav-link:focus {
  outline: none;
}
.cid-swT7lycqyy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swT7lycqyy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swT7lycqyy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swT7lycqyy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swT7lycqyy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swT7lycqyy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swT7lycqyy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-swT7lycqyy .navbar.opened {
  transition: all 0.3s;
}
.cid-swT7lycqyy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swT7lycqyy .navbar .navbar-logo img {
  width: auto;
}
.cid-swT7lycqyy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swT7lycqyy .navbar.collapsed {
  justify-content: center;
}
.cid-swT7lycqyy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swT7lycqyy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swT7lycqyy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-swT7lycqyy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swT7lycqyy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swT7lycqyy .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-swT7lycqyy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swT7lycqyy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-swT7lycqyy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-swT7lycqyy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swT7lycqyy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swT7lycqyy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swT7lycqyy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swT7lycqyy .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-swT7lycqyy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swT7lycqyy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swT7lycqyy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swT7lycqyy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swT7lycqyy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-swT7lycqyy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-swT7lycqyy .navbar.navbar-short {
  min-height: 60px;
}
.cid-swT7lycqyy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swT7lycqyy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swT7lycqyy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swT7lycqyy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swT7lycqyy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swT7lycqyy .dropdown-item.active,
.cid-swT7lycqyy .dropdown-item:active {
  background-color: transparent;
}
.cid-swT7lycqyy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swT7lycqyy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swT7lycqyy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swT7lycqyy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swT7lycqyy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swT7lycqyy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swT7lycqyy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swT7lycqyy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swT7lycqyy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swT7lycqyy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swT7lycqyy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swT7lycqyy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swT7lycqyy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swT7lycqyy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swT7lycqyy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swT7lycqyy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swT7lycqyy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swT7lycqyy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swT7lycqyy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swT7lycqyy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swT7lycqyy .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-swT7lycqyy .navbar {
    height: 70px;
  }
  .cid-swT7lycqyy .navbar.opened {
    height: auto;
  }
  .cid-swT7lycqyy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swT7lyJWAe {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swT7lyJWAe .mbr-section-title {
  color: #ffe161;
}
.cid-swT7lyJWAe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swT7lz3Gsx {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-swT7lz3Gsx .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swT7lz3Gsx .mbr-text {
  color: #ffffff;
}
.cid-swT7lzilJk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-swT7lzilJk .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swT7lzilJk .mbr-text {
  color: #ffffff;
}
.cid-sx4W2Fi2PJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sx4W2Fi2PJ .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sx4W2Fi2PJ .carousel {
    min-height: 400px;
  }
  .cid-sx4W2Fi2PJ .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sx4W2Fi2PJ .carousel {
    min-height: 260px;
  }
  .cid-sx4W2Fi2PJ .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sx4W2Fi2PJ .carousel {
    min-height: 220px;
  }
  .cid-sx4W2Fi2PJ .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-sx4W2Fi2PJ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sx4W2Fi2PJ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sx4W2Fi2PJ .carousel,
.cid-sx4W2Fi2PJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sx4W2Fi2PJ .item-wrapper {
  width: 100%;
}
.cid-sx4W2Fi2PJ .carousel-caption {
  bottom: 40px;
}
.cid-sx4W2Fi2PJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sx4W2Fi2PJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sx4W2Fi2PJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sx4W2Fi2PJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sx4W2Fi2PJ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sx4W2Fi2PJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sx4W2Fi2PJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sx4W2Fi2PJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sx4W2Fi2PJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sx4W2Fi2PJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sx4W2Fi2PJ .carousel-indicators li.active,
.cid-sx4W2Fi2PJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sx4W2Fi2PJ .carousel-indicators li::after,
.cid-sx4W2Fi2PJ .carousel-indicators li::before {
  content: none;
}
.cid-sx4W2Fi2PJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sx4W2Fi2PJ .carousel-indicators {
    display: none !important;
  }
}
.cid-swTbuSY2aU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-swTbuSY2aU .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swTbuSY2aU .mbr-text {
  color: #ffffff;
}
.cid-sx4YV3NAzs {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sx4YV3NAzs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sx4YV3NAzs .row {
  flex-direction: row-reverse;
}
.cid-sx4YV3NAzs img {
  width: 100%;
}
.cid-sx4YV3NAzs .mbr-description {
  color: #bbbbbb;
}
.cid-swTc9l5Rgi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-swTc9l5Rgi .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swTc9l5Rgi .mbr-text {
  color: #ffffff;
}
.cid-sx4XmKGyGO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sx4XmKGyGO .video-wrapper iframe {
  width: 100%;
}
.cid-sx4XmKGyGO .mbr-section-title,
.cid-sx4XmKGyGO .mbr-section-subtitle,
.cid-sx4XmKGyGO .mbr-text {
  text-align: center;
}
.cid-sx4XmKGyGO .mbr-section-title {
  color: #ffe161;
}
.cid-sx4XmKGyGO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sx4XmKGyGO .mbr-text {
  color: #bbbbbb;
}
.cid-sx4Y4DAqAC {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sx4Y4DAqAC .video-wrapper iframe {
  width: 100%;
}
.cid-sx4Y4DAqAC .mbr-section-title,
.cid-sx4Y4DAqAC .mbr-section-subtitle,
.cid-sx4Y4DAqAC .mbr-text {
  text-align: center;
}
.cid-sx4Y4DAqAC .mbr-section-title {
  color: #ffe161;
}
.cid-sx4Y4DAqAC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sx4Y4DAqAC .mbr-text {
  color: #bbbbbb;
}
.cid-swTdBAAY4Y {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-swTdBAAY4Y .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swTdBAAY4Y .mbr-text {
  color: #ffffff;
}
.cid-swTeTxLdeH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-swTeTxLdeH .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swTeTxLdeH .mbr-text {
  color: #ffffff;
}
.cid-swTfiOxO3q {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-swTfiOxO3q .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swTfiOxO3q .mbr-text {
  color: #ffffff;
}
.cid-sx4YpHS7EV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sx4YpHS7EV .video-wrapper iframe {
  width: 100%;
}
.cid-sx4YpHS7EV .mbr-section-title,
.cid-sx4YpHS7EV .mbr-section-subtitle,
.cid-sx4YpHS7EV .mbr-text {
  text-align: center;
}
.cid-sx4YpHS7EV .mbr-section-title {
  color: #ffe161;
}
.cid-sx4YpHS7EV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sx4YpHS7EV .mbr-text {
  color: #bbbbbb;
}
.cid-swT7lzKYBq {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-swT7lzKYBq .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-swT7lzKYBq .mbr-text {
  color: #ffffff;
}
.cid-swT7lzKYBq hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-swT7lzZwrg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swT7lzZwrg .progress {
  width: 100%;
}
.cid-swT7lzZwrg progress {
  height: 8px;
}
.cid-swT7lzZwrg h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swT7lzZwrg .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-swT7lzZwrg .progress_value {
  position: relative;
}
.cid-swT7lzZwrg .progress_elements {
  margin: 0 auto;
}
.cid-swT7lzZwrg .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-swT7lzZwrg .progress1 .progressbar-number:before,
.cid-swT7lzZwrg .progress2 .progressbar-number:before,
.cid-swT7lzZwrg .progress3 .progressbar-number:before,
.cid-swT7lzZwrg .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-swT7lzZwrg progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swT7lzZwrg progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-swT7lzZwrg progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-swT7lzZwrg progress::-ms-fill {
  background: #ffe161;
}
.cid-swT7lzZwrg .progress1 .progressbar-number:before {
  content: '100';
}
.cid-swT7lzZwrg .progress2 .progressbar-number:before {
  content: '80';
}
.cid-swT7lzZwrg .progress3 .progressbar-number:before {
  content: '90';
}
.cid-swT7lzZwrg .progress4 .progressbar-number:before {
  content: '100';
}
.cid-swT7lzZwrg .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-swT7lzZwrg .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-swT7lzZwrg .progress_value span {
  padding-left: 30px;
}
.cid-swT7lzZwrg .progressbar-number {
  word-break: normal;
}
.cid-swT7lzZwrg .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-swT7lzZwrg .progressbar-title p,
.cid-swT7lzZwrg .progress_value {
  color: #ffffff;
}
.cid-swT7lAnCFf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-swT7lACbPt #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-swT7lACbPt #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-swT7lACbPt #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-swT7lACbPt .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-swT7lACbPt #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-swT7lACbPt #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-swT7lACbPt #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-swT7lACbPt #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-swT7lACbPt P {
  color: #ff8a8a;
}
.cid-sXeM77u73z {
  z-index: 1000;
  width: 100%;
}
.cid-sXeM77u73z nav.navbar {
  position: fixed;
}
.cid-sXeM77u73z .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-sXeM77u73z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXeM77u73z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXeM77u73z .dropdown-item:hover,
.cid-sXeM77u73z .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sXeM77u73z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXeM77u73z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXeM77u73z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXeM77u73z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXeM77u73z .nav-link {
  position: relative;
}
.cid-sXeM77u73z .container {
  display: flex;
  margin: auto;
}
.cid-sXeM77u73z .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXeM77u73z .dropdown-menu,
.cid-sXeM77u73z .navbar.opened {
  background: #000000 !important;
}
.cid-sXeM77u73z .nav-item:focus,
.cid-sXeM77u73z .nav-link:focus {
  outline: none;
}
.cid-sXeM77u73z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXeM77u73z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXeM77u73z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXeM77u73z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXeM77u73z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXeM77u73z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXeM77u73z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-sXeM77u73z .navbar.opened {
  transition: all 0.3s;
}
.cid-sXeM77u73z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXeM77u73z .navbar .navbar-logo img {
  width: auto;
}
.cid-sXeM77u73z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXeM77u73z .navbar.collapsed {
  justify-content: center;
}
.cid-sXeM77u73z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXeM77u73z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXeM77u73z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sXeM77u73z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXeM77u73z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXeM77u73z .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-sXeM77u73z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXeM77u73z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXeM77u73z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXeM77u73z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXeM77u73z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXeM77u73z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXeM77u73z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXeM77u73z .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-sXeM77u73z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXeM77u73z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXeM77u73z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXeM77u73z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXeM77u73z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXeM77u73z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXeM77u73z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXeM77u73z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXeM77u73z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXeM77u73z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXeM77u73z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXeM77u73z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXeM77u73z .dropdown-item.active,
.cid-sXeM77u73z .dropdown-item:active {
  background-color: transparent;
}
.cid-sXeM77u73z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXeM77u73z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXeM77u73z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXeM77u73z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sXeM77u73z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXeM77u73z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXeM77u73z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXeM77u73z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sXeM77u73z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXeM77u73z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXeM77u73z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXeM77u73z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXeM77u73z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXeM77u73z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXeM77u73z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXeM77u73z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXeM77u73z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXeM77u73z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXeM77u73z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sXeM77u73z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXeM77u73z .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-sXeM77u73z .navbar {
    height: 70px;
  }
  .cid-sXeM77u73z .navbar.opened {
    height: auto;
  }
  .cid-sXeM77u73z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXeM77NEn4 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sXeM77NEn4 .mbr-section-title {
  color: #ffe161;
}
.cid-sXeM77NEn4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t6zDP96U9Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t6zDP96U9Q .video-wrapper iframe {
  width: 100%;
}
.cid-t6zDP96U9Q .mbr-section-title,
.cid-t6zDP96U9Q .mbr-section-subtitle,
.cid-t6zDP96U9Q .mbr-text {
  text-align: center;
}
.cid-t6zDP96U9Q .mbr-section-title {
  color: #ffe161;
}
.cid-t6zDP96U9Q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t6zDP96U9Q .mbr-text {
  color: #bbbbbb;
}
.cid-t6zOJDsLHm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t6zOJDsLHm .video-wrapper iframe {
  width: 100%;
}
.cid-t6zOJDsLHm .mbr-section-title,
.cid-t6zOJDsLHm .mbr-section-subtitle,
.cid-t6zOJDsLHm .mbr-text {
  text-align: center;
}
.cid-t6zOJDsLHm .mbr-section-title {
  color: #ffe161;
}
.cid-t6zOJDsLHm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t6zOJDsLHm .mbr-text {
  color: #bbbbbb;
}
.cid-t7nK8CvZOq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t7nK8CvZOq H2 {
  text-align: left;
  color: #f7ed4a;
}
.cid-t7nK8CvZOq .mbr-section-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-t7nK8CvZOq .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t7nK8CvZOq .dentaura-list-class {
  list-style-type: circle;
}
.cid-t7nLa84uWa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7nLa84uWa .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t7nLa84uWa .mbr-text {
  color: #ffffff;
}
.cid-t7nYwwDHOG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7nYwwDHOG .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t7nYwwDHOG .carousel {
    min-height: 500px;
  }
  .cid-t7nYwwDHOG .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7nYwwDHOG .carousel {
    min-height: 325px;
  }
  .cid-t7nYwwDHOG .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t7nYwwDHOG .carousel {
    min-height: 275px;
  }
  .cid-t7nYwwDHOG .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-t7nYwwDHOG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t7nYwwDHOG .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t7nYwwDHOG .carousel,
.cid-t7nYwwDHOG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t7nYwwDHOG .item-wrapper {
  width: 100%;
}
.cid-t7nYwwDHOG .carousel-caption {
  bottom: 40px;
}
.cid-t7nYwwDHOG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t7nYwwDHOG .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t7nYwwDHOG .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t7nYwwDHOG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t7nYwwDHOG .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t7nYwwDHOG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7nYwwDHOG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t7nYwwDHOG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t7nYwwDHOG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t7nYwwDHOG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t7nYwwDHOG .carousel-indicators li.active,
.cid-t7nYwwDHOG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t7nYwwDHOG .carousel-indicators li::after,
.cid-t7nYwwDHOG .carousel-indicators li::before {
  content: none;
}
.cid-t7nYwwDHOG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t7nYwwDHOG .carousel-indicators {
    display: none !important;
  }
}
.cid-t739fr6i9W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t739fr6i9W .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t739fr6i9W .mbr-text {
  color: #ffffff;
}
.cid-t7qnGibvbF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7qnGibvbF .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t7qnGibvbF .carousel {
    min-height: 500px;
  }
  .cid-t7qnGibvbF .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7qnGibvbF .carousel {
    min-height: 325px;
  }
  .cid-t7qnGibvbF .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t7qnGibvbF .carousel {
    min-height: 275px;
  }
  .cid-t7qnGibvbF .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-t7qnGibvbF .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t7qnGibvbF .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t7qnGibvbF .carousel,
.cid-t7qnGibvbF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t7qnGibvbF .item-wrapper {
  width: 100%;
}
.cid-t7qnGibvbF .carousel-caption {
  bottom: 40px;
}
.cid-t7qnGibvbF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t7qnGibvbF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t7qnGibvbF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t7qnGibvbF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t7qnGibvbF .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t7qnGibvbF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7qnGibvbF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t7qnGibvbF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t7qnGibvbF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t7qnGibvbF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t7qnGibvbF .carousel-indicators li.active,
.cid-t7qnGibvbF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t7qnGibvbF .carousel-indicators li::after,
.cid-t7qnGibvbF .carousel-indicators li::before {
  content: none;
}
.cid-t7qnGibvbF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t7qnGibvbF .carousel-indicators {
    display: none !important;
  }
}
.cid-t7qnGibvbF P {
  color: #353535;
}
.cid-t7nIFUqe7h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7nIFUqe7h .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t7nIFUqe7h .mbr-text {
  color: #ffffff;
}
.cid-t7quGA1sw0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t7quGA1sw0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t7quGA1sw0 .row {
  flex-direction: row-reverse;
}
.cid-t7quGA1sw0 img {
  width: 100%;
}
.cid-t7quGA1sw0 .mbr-description {
  color: #bbbbbb;
}
.cid-t7nLd1UDjH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7nLd1UDjH .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t7nLd1UDjH .mbr-text {
  color: #ffffff;
}
.cid-t7qkoEL9z6 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t7qkoEL9z6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t7qkoEL9z6 .row {
  flex-direction: row-reverse;
}
.cid-t7qkoEL9z6 img {
  width: 100%;
}
.cid-t7qkoEL9z6 .mbr-description {
  color: #bbbbbb;
}
.cid-t7nLdE7vcD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7nLdE7vcD .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t7nLdE7vcD .mbr-text {
  color: #ffffff;
}
.cid-t7qkKb91OE {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t7qkKb91OE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t7qkKb91OE .row {
  flex-direction: row-reverse;
}
.cid-t7qkKb91OE img {
  width: 100%;
}
.cid-t7qkKb91OE .mbr-description {
  color: #bbbbbb;
}
.cid-t7nLf3ZeUm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7nLf3ZeUm .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t7nLf3ZeUm .mbr-text {
  color: #ffffff;
}
.cid-t7qqKq4Op3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t7qqKq4Op3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t7qqKq4Op3 .row {
  flex-direction: row-reverse;
}
.cid-t7qqKq4Op3 img {
  width: 100%;
}
.cid-t7qqKq4Op3 .mbr-description {
  color: #bbbbbb;
}
.cid-t7nLesDkaX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7nLesDkaX .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t7nLesDkaX .mbr-text {
  color: #ffffff;
}
.cid-t7qvEUPdGj {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t7qvEUPdGj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t7qvEUPdGj .row {
  flex-direction: row-reverse;
}
.cid-t7qvEUPdGj img {
  width: 100%;
}
.cid-t7qvEUPdGj .mbr-description {
  color: #bbbbbb;
}
.cid-t7nLm58w2e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7nLm58w2e .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t7nLm58w2e .mbr-text {
  color: #ffffff;
}
.cid-t7qckMRJX4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7qckMRJX4 .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t7qckMRJX4 .carousel {
    min-height: 500px;
  }
  .cid-t7qckMRJX4 .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7qckMRJX4 .carousel {
    min-height: 325px;
  }
  .cid-t7qckMRJX4 .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t7qckMRJX4 .carousel {
    min-height: 275px;
  }
  .cid-t7qckMRJX4 .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-t7qckMRJX4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t7qckMRJX4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t7qckMRJX4 .carousel,
.cid-t7qckMRJX4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t7qckMRJX4 .item-wrapper {
  width: 100%;
}
.cid-t7qckMRJX4 .carousel-caption {
  bottom: 40px;
}
.cid-t7qckMRJX4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t7qckMRJX4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t7qckMRJX4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t7qckMRJX4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t7qckMRJX4 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t7qckMRJX4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7qckMRJX4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t7qckMRJX4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t7qckMRJX4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t7qckMRJX4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t7qckMRJX4 .carousel-indicators li.active,
.cid-t7qckMRJX4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t7qckMRJX4 .carousel-indicators li::after,
.cid-t7qckMRJX4 .carousel-indicators li::before {
  content: none;
}
.cid-t7qckMRJX4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t7qckMRJX4 .carousel-indicators {
    display: none !important;
  }
}
.cid-t7qckMRJX4 P {
  color: #353535;
}
.cid-sXeQPUtnnp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sXeQPUtnnp .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sXeQPUtnnp .mbr-text {
  color: #ffffff;
}
.cid-t6zNfauru5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t6zNfauru5 .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t6zNfauru5 .carousel {
    min-height: 500px;
  }
  .cid-t6zNfauru5 .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t6zNfauru5 .carousel {
    min-height: 325px;
  }
  .cid-t6zNfauru5 .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t6zNfauru5 .carousel {
    min-height: 275px;
  }
  .cid-t6zNfauru5 .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-t6zNfauru5 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t6zNfauru5 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t6zNfauru5 .carousel,
.cid-t6zNfauru5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6zNfauru5 .item-wrapper {
  width: 100%;
}
.cid-t6zNfauru5 .carousel-caption {
  bottom: 40px;
}
.cid-t6zNfauru5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t6zNfauru5 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t6zNfauru5 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t6zNfauru5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t6zNfauru5 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t6zNfauru5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6zNfauru5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6zNfauru5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6zNfauru5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t6zNfauru5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t6zNfauru5 .carousel-indicators li.active,
.cid-t6zNfauru5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6zNfauru5 .carousel-indicators li::after,
.cid-t6zNfauru5 .carousel-indicators li::before {
  content: none;
}
.cid-t6zNfauru5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6zNfauru5 .carousel-indicators {
    display: none !important;
  }
}
.cid-t6zNfauru5 P {
  color: #e6c63b;
}
.cid-sXeSJaYBZn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sXeSJaYBZn .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sXeSJaYBZn .mbr-text {
  color: #ffffff;
}
.cid-t9uMHAwcf4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t9uMHAwcf4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t9uMHAwcf4 .mbr-text {
  color: #ffffff;
}
.cid-sXeM78DT1d {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sXeM78DT1d .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-sXeM78DT1d .mbr-text {
  color: #ffffff;
}
.cid-sXeM78DT1d hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-sXeRUES5La {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sXeRUES5La H2 {
  text-align: left;
  color: #f7ed4a;
}
.cid-sXeRUES5La .mbr-section-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-sXeRUES5La .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sXeRUES5La .dentaura-list-class {
  list-style-type: circle;
}
.cid-sXeSlQmkOy {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sXeSlQmkOy H2 {
  text-align: left;
  color: #f7ed4a;
}
.cid-sXeSlQmkOy .mbr-section-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-sXeSlQmkOy .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sXeSlQmkOy .dentaura-list-class {
  list-style-type: circle;
}
.cid-sXeM79VL1t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sXeM7a5di3 #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-sXeM7a5di3 #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-sXeM7a5di3 #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-sXeM7a5di3 .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-sXeM7a5di3 #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-sXeM7a5di3 #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-sXeM7a5di3 #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-sXeM7a5di3 #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-sXeM7a5di3 P {
  color: #ff8a8a;
}
.cid-snhqhpWxNJ {
  z-index: 1000;
  width: 100%;
}
.cid-snhqhpWxNJ nav.navbar {
  position: fixed;
}
.cid-snhqhpWxNJ .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-snhqhpWxNJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-snhqhpWxNJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snhqhpWxNJ .dropdown-item:hover,
.cid-snhqhpWxNJ .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-snhqhpWxNJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-snhqhpWxNJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-snhqhpWxNJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-snhqhpWxNJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snhqhpWxNJ .nav-link {
  position: relative;
}
.cid-snhqhpWxNJ .container {
  display: flex;
  margin: auto;
}
.cid-snhqhpWxNJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snhqhpWxNJ .dropdown-menu,
.cid-snhqhpWxNJ .navbar.opened {
  background: #000000 !important;
}
.cid-snhqhpWxNJ .nav-item:focus,
.cid-snhqhpWxNJ .nav-link:focus {
  outline: none;
}
.cid-snhqhpWxNJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-snhqhpWxNJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snhqhpWxNJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-snhqhpWxNJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-snhqhpWxNJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snhqhpWxNJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snhqhpWxNJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-snhqhpWxNJ .navbar.opened {
  transition: all 0.3s;
}
.cid-snhqhpWxNJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-snhqhpWxNJ .navbar .navbar-logo img {
  width: auto;
}
.cid-snhqhpWxNJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-snhqhpWxNJ .navbar.collapsed {
  justify-content: center;
}
.cid-snhqhpWxNJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snhqhpWxNJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snhqhpWxNJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-snhqhpWxNJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snhqhpWxNJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snhqhpWxNJ .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-snhqhpWxNJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snhqhpWxNJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snhqhpWxNJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snhqhpWxNJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snhqhpWxNJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snhqhpWxNJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snhqhpWxNJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snhqhpWxNJ .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-snhqhpWxNJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-snhqhpWxNJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snhqhpWxNJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snhqhpWxNJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snhqhpWxNJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-snhqhpWxNJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snhqhpWxNJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-snhqhpWxNJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-snhqhpWxNJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-snhqhpWxNJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snhqhpWxNJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snhqhpWxNJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snhqhpWxNJ .dropdown-item.active,
.cid-snhqhpWxNJ .dropdown-item:active {
  background-color: transparent;
}
.cid-snhqhpWxNJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snhqhpWxNJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snhqhpWxNJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snhqhpWxNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-snhqhpWxNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snhqhpWxNJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snhqhpWxNJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-snhqhpWxNJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snhqhpWxNJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-snhqhpWxNJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snhqhpWxNJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snhqhpWxNJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snhqhpWxNJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snhqhpWxNJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snhqhpWxNJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snhqhpWxNJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snhqhpWxNJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snhqhpWxNJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snhqhpWxNJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-snhqhpWxNJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-snhqhpWxNJ .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-snhqhpWxNJ .navbar {
    height: 70px;
  }
  .cid-snhqhpWxNJ .navbar.opened {
    height: auto;
  }
  .cid-snhqhpWxNJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snlXkO99Ex {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-snlXkO99Ex .mbr-section-title {
  color: #ffe161;
}
.cid-snlXkO99Ex .mbr-section-subtitle {
  color: #ffffff;
}
.cid-snhqqY9Hdm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-snhqqY9Hdm .video-wrapper iframe {
  width: 100%;
}
.cid-snhqqY9Hdm .mbr-section-title,
.cid-snhqqY9Hdm .mbr-section-subtitle,
.cid-snhqqY9Hdm .mbr-text {
  text-align: center;
}
.cid-snhqqY9Hdm .mbr-section-title {
  color: #ffe161;
}
.cid-snhqqY9Hdm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-snhqqY9Hdm .mbr-text {
  color: #bbbbbb;
}
.cid-soBcDKzolF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-soBcDKzolF .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-soBcDKzolF .mbr-text {
  color: #ffffff;
}
.cid-soBcDKzolF hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-snlIFhaZo3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-snlIFhaZo3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-snlIFhaZo3 .row {
  flex-direction: row-reverse;
}
.cid-snlIFhaZo3 img {
  width: 100%;
}
.cid-snlIFhaZo3 .mbr-description {
  color: #bbbbbb;
}
.cid-szKH1sJXiu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-szKH1sJXiu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-szKH1sJXiu .row {
  flex-direction: row-reverse;
}
.cid-szKH1sJXiu img {
  width: 100%;
}
.cid-szKH1sJXiu .mbr-description {
  color: #bbbbbb;
}
.cid-soAmHxK0EN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-soAmHxK0EN .progress {
  width: 100%;
}
.cid-soAmHxK0EN progress {
  height: 8px;
}
.cid-soAmHxK0EN h3 {
  text-align: center;
  font-weight: 300;
}
.cid-soAmHxK0EN .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soAmHxK0EN .progress_value {
  position: relative;
}
.cid-soAmHxK0EN .progress_elements {
  margin: 0 auto;
}
.cid-soAmHxK0EN .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-soAmHxK0EN .progress1 .progressbar-number:before,
.cid-soAmHxK0EN .progress2 .progressbar-number:before,
.cid-soAmHxK0EN .progress3 .progressbar-number:before,
.cid-soAmHxK0EN .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-soAmHxK0EN progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soAmHxK0EN progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-soAmHxK0EN progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-soAmHxK0EN progress::-ms-fill {
  background: #ffe161;
}
.cid-soAmHxK0EN .progress1 .progressbar-number:before {
  content: '55';
}
.cid-soAmHxK0EN .progress2 .progressbar-number:before {
  content: '80';
}
.cid-soAmHxK0EN .progress3 .progressbar-number:before {
  content: '90';
}
.cid-soAmHxK0EN .progress4 .progressbar-number:before {
  content: '100';
}
.cid-soAmHxK0EN .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-soAmHxK0EN .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soAmHxK0EN .progress_value span {
  padding-left: 30px;
}
.cid-soAmHxK0EN .progressbar-number {
  word-break: normal;
}
.cid-soAmHxK0EN .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-soAmHxK0EN .progressbar-title p,
.cid-soAmHxK0EN .progress_value {
  color: #ffffff;
}
.cid-soAmNR1OaW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-soAmNR1OaW .progress {
  width: 100%;
}
.cid-soAmNR1OaW progress {
  height: 8px;
}
.cid-soAmNR1OaW h3 {
  text-align: center;
  font-weight: 300;
}
.cid-soAmNR1OaW .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soAmNR1OaW .progress_value {
  position: relative;
}
.cid-soAmNR1OaW .progress_elements {
  margin: 0 auto;
}
.cid-soAmNR1OaW .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-soAmNR1OaW .progress1 .progressbar-number:before,
.cid-soAmNR1OaW .progress2 .progressbar-number:before,
.cid-soAmNR1OaW .progress3 .progressbar-number:before,
.cid-soAmNR1OaW .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-soAmNR1OaW progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soAmNR1OaW progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-soAmNR1OaW progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-soAmNR1OaW progress::-ms-fill {
  background: #ffe161;
}
.cid-soAmNR1OaW .progress1 .progressbar-number:before {
  content: '25';
}
.cid-soAmNR1OaW .progress2 .progressbar-number:before {
  content: '80';
}
.cid-soAmNR1OaW .progress3 .progressbar-number:before {
  content: '90';
}
.cid-soAmNR1OaW .progress4 .progressbar-number:before {
  content: '100';
}
.cid-soAmNR1OaW .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-soAmNR1OaW .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soAmNR1OaW .progress_value span {
  padding-left: 30px;
}
.cid-soAmNR1OaW .progressbar-number {
  word-break: normal;
}
.cid-soAmNR1OaW .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-soAmNR1OaW .progressbar-title p,
.cid-soAmNR1OaW .progress_value {
  color: #ffffff;
}
.cid-soAmOyXYWI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-soAmOyXYWI .progress {
  width: 100%;
}
.cid-soAmOyXYWI progress {
  height: 8px;
}
.cid-soAmOyXYWI h3 {
  text-align: center;
  font-weight: 300;
}
.cid-soAmOyXYWI .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soAmOyXYWI .progress_value {
  position: relative;
}
.cid-soAmOyXYWI .progress_elements {
  margin: 0 auto;
}
.cid-soAmOyXYWI .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-soAmOyXYWI .progress1 .progressbar-number:before,
.cid-soAmOyXYWI .progress2 .progressbar-number:before,
.cid-soAmOyXYWI .progress3 .progressbar-number:before,
.cid-soAmOyXYWI .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-soAmOyXYWI progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soAmOyXYWI progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-soAmOyXYWI progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-soAmOyXYWI progress::-ms-fill {
  background: #ffe161;
}
.cid-soAmOyXYWI .progress1 .progressbar-number:before {
  content: '10';
}
.cid-soAmOyXYWI .progress2 .progressbar-number:before {
  content: '80';
}
.cid-soAmOyXYWI .progress3 .progressbar-number:before {
  content: '90';
}
.cid-soAmOyXYWI .progress4 .progressbar-number:before {
  content: '100';
}
.cid-soAmOyXYWI .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-soAmOyXYWI .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soAmOyXYWI .progress_value span {
  padding-left: 30px;
}
.cid-soAmOyXYWI .progressbar-number {
  word-break: normal;
}
.cid-soAmOyXYWI .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-soAmOyXYWI .progressbar-title p,
.cid-soAmOyXYWI .progress_value {
  color: #ffffff;
}
.cid-soAmNiLkjv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-soAmNiLkjv .progress {
  width: 100%;
}
.cid-soAmNiLkjv progress {
  height: 8px;
}
.cid-soAmNiLkjv h3 {
  text-align: center;
  font-weight: 300;
}
.cid-soAmNiLkjv .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soAmNiLkjv .progress_value {
  position: relative;
}
.cid-soAmNiLkjv .progress_elements {
  margin: 0 auto;
}
.cid-soAmNiLkjv .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-soAmNiLkjv .progress1 .progressbar-number:before,
.cid-soAmNiLkjv .progress2 .progressbar-number:before,
.cid-soAmNiLkjv .progress3 .progressbar-number:before,
.cid-soAmNiLkjv .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-soAmNiLkjv progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soAmNiLkjv progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-soAmNiLkjv progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-soAmNiLkjv progress::-ms-fill {
  background: #ffe161;
}
.cid-soAmNiLkjv .progress1 .progressbar-number:before {
  content: '10';
}
.cid-soAmNiLkjv .progress2 .progressbar-number:before {
  content: '80';
}
.cid-soAmNiLkjv .progress3 .progressbar-number:before {
  content: '90';
}
.cid-soAmNiLkjv .progress4 .progressbar-number:before {
  content: '100';
}
.cid-soAmNiLkjv .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-soAmNiLkjv .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-soAmNiLkjv .progress_value span {
  padding-left: 30px;
}
.cid-soAmNiLkjv .progressbar-number {
  word-break: normal;
}
.cid-soAmNiLkjv .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-soAmNiLkjv .progressbar-title p,
.cid-soAmNiLkjv .progress_value {
  color: #ffffff;
}
.cid-soCFO6eYJQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-snhsEHhM86 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-snhsEHhM86 .mbr-section-title {
  color: #ffe161;
}
.cid-snhr8vSDAj {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-snhr8vSDAj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snhr8vSDAj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snhr8vSDAj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snhr8vSDAj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snhr8vSDAj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-snhr8vSDAj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-snhr8vSDAj .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-snhr8vSDAj .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-snhr8vSDAj .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sowMa0tJvj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-soGxfgG0wE #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-soGxfgG0wE #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-soGxfgG0wE #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-soGxfgG0wE .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-soGxfgG0wE #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-soGxfgG0wE #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-soGxfgG0wE #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-soGxfgG0wE #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-soGxfgG0wE P {
  color: #ff8a8a;
}
.cid-t6zZGFGgTR {
  z-index: 1000;
  width: 100%;
}
.cid-t6zZGFGgTR nav.navbar {
  position: fixed;
}
.cid-t6zZGFGgTR .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-t6zZGFGgTR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6zZGFGgTR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t6zZGFGgTR .dropdown-item:hover,
.cid-t6zZGFGgTR .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-t6zZGFGgTR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t6zZGFGgTR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t6zZGFGgTR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6zZGFGgTR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6zZGFGgTR .nav-link {
  position: relative;
}
.cid-t6zZGFGgTR .container {
  display: flex;
  margin: auto;
}
.cid-t6zZGFGgTR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t6zZGFGgTR .dropdown-menu,
.cid-t6zZGFGgTR .navbar.opened {
  background: #000000 !important;
}
.cid-t6zZGFGgTR .nav-item:focus,
.cid-t6zZGFGgTR .nav-link:focus {
  outline: none;
}
.cid-t6zZGFGgTR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6zZGFGgTR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6zZGFGgTR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6zZGFGgTR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6zZGFGgTR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6zZGFGgTR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6zZGFGgTR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-t6zZGFGgTR .navbar.opened {
  transition: all 0.3s;
}
.cid-t6zZGFGgTR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6zZGFGgTR .navbar .navbar-logo img {
  width: auto;
}
.cid-t6zZGFGgTR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6zZGFGgTR .navbar.collapsed {
  justify-content: center;
}
.cid-t6zZGFGgTR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6zZGFGgTR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6zZGFGgTR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t6zZGFGgTR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6zZGFGgTR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6zZGFGgTR .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-t6zZGFGgTR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6zZGFGgTR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t6zZGFGgTR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t6zZGFGgTR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6zZGFGgTR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6zZGFGgTR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6zZGFGgTR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6zZGFGgTR .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-t6zZGFGgTR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6zZGFGgTR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6zZGFGgTR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6zZGFGgTR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6zZGFGgTR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t6zZGFGgTR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t6zZGFGgTR .navbar.navbar-short {
  min-height: 60px;
}
.cid-t6zZGFGgTR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6zZGFGgTR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t6zZGFGgTR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6zZGFGgTR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6zZGFGgTR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6zZGFGgTR .dropdown-item.active,
.cid-t6zZGFGgTR .dropdown-item:active {
  background-color: transparent;
}
.cid-t6zZGFGgTR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6zZGFGgTR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6zZGFGgTR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6zZGFGgTR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t6zZGFGgTR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6zZGFGgTR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6zZGFGgTR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6zZGFGgTR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t6zZGFGgTR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6zZGFGgTR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t6zZGFGgTR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6zZGFGgTR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6zZGFGgTR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6zZGFGgTR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6zZGFGgTR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6zZGFGgTR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6zZGFGgTR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6zZGFGgTR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6zZGFGgTR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t6zZGFGgTR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t6zZGFGgTR .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-t6zZGFGgTR .navbar {
    height: 70px;
  }
  .cid-t6zZGFGgTR .navbar.opened {
    height: auto;
  }
  .cid-t6zZGFGgTR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6zZGG1J8C {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t6zZGG1J8C .mbr-section-title {
  color: #ffe161;
}
.cid-t6zZGG1J8C .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t6zZGGeZEM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t6zZGGeZEM .video-wrapper iframe {
  width: 100%;
}
.cid-t6zZGGeZEM .mbr-section-title,
.cid-t6zZGGeZEM .mbr-section-subtitle,
.cid-t6zZGGeZEM .mbr-text {
  text-align: center;
}
.cid-t6zZGGeZEM .mbr-section-title {
  color: #ffe161;
}
.cid-t6zZGGeZEM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t6zZGGeZEM .mbr-text {
  color: #bbbbbb;
}
.cid-t6zZGGsqrJ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t6zZGGsqrJ .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-t6zZGGsqrJ .mbr-text {
  color: #ffffff;
}
.cid-t6zZGGEPlp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t6zZGGEPlp .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-t6zZGGEPlp .mbr-text {
  color: #ffffff;
}
.cid-t6A5C1v5kz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t6A5C1v5kz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t6A5C1v5kz .row {
  flex-direction: row-reverse;
}
.cid-t6A5C1v5kz img {
  width: 100%;
}
.cid-t6A5C1v5kz .mbr-description {
  color: #bbbbbb;
}
.cid-t6A3lZsE90 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t6A3lZsE90 .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-t6A3lZsE90 .mbr-text {
  color: #ffffff;
}
.cid-t6A5PiPDdB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t6A5PiPDdB .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t6A5PiPDdB .carousel {
    min-height: 500px;
  }
  .cid-t6A5PiPDdB .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t6A5PiPDdB .carousel {
    min-height: 325px;
  }
  .cid-t6A5PiPDdB .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t6A5PiPDdB .carousel {
    min-height: 275px;
  }
  .cid-t6A5PiPDdB .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-t6A5PiPDdB .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t6A5PiPDdB .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t6A5PiPDdB .carousel,
.cid-t6A5PiPDdB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6A5PiPDdB .item-wrapper {
  width: 100%;
}
.cid-t6A5PiPDdB .carousel-caption {
  bottom: 40px;
}
.cid-t6A5PiPDdB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t6A5PiPDdB .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t6A5PiPDdB .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t6A5PiPDdB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t6A5PiPDdB .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t6A5PiPDdB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6A5PiPDdB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6A5PiPDdB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6A5PiPDdB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t6A5PiPDdB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t6A5PiPDdB .carousel-indicators li.active,
.cid-t6A5PiPDdB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6A5PiPDdB .carousel-indicators li::after,
.cid-t6A5PiPDdB .carousel-indicators li::before {
  content: none;
}
.cid-t6A5PiPDdB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6A5PiPDdB .carousel-indicators {
    display: none !important;
  }
}
.cid-t6zZGH0w8F {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t6zZGH0w8F .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-t6zZGH0w8F .mbr-text {
  color: #ffffff;
}
.cid-t6zZGH0w8F hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-t6zZGHaokR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t6zZGHaokR .progress {
  width: 100%;
}
.cid-t6zZGHaokR progress {
  height: 8px;
}
.cid-t6zZGHaokR h3 {
  text-align: center;
  font-weight: 300;
}
.cid-t6zZGHaokR .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t6zZGHaokR .progress_value {
  position: relative;
}
.cid-t6zZGHaokR .progress_elements {
  margin: 0 auto;
}
.cid-t6zZGHaokR .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-t6zZGHaokR .progress1 .progressbar-number:before,
.cid-t6zZGHaokR .progress2 .progressbar-number:before,
.cid-t6zZGHaokR .progress3 .progressbar-number:before,
.cid-t6zZGHaokR .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-t6zZGHaokR progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t6zZGHaokR progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-t6zZGHaokR progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-t6zZGHaokR progress::-ms-fill {
  background: #ffe161;
}
.cid-t6zZGHaokR .progress1 .progressbar-number:before {
  content: '100';
}
.cid-t6zZGHaokR .progress2 .progressbar-number:before {
  content: '80';
}
.cid-t6zZGHaokR .progress3 .progressbar-number:before {
  content: '90';
}
.cid-t6zZGHaokR .progress4 .progressbar-number:before {
  content: '100';
}
.cid-t6zZGHaokR .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-t6zZGHaokR .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t6zZGHaokR .progress_value span {
  padding-left: 30px;
}
.cid-t6zZGHaokR .progressbar-number {
  word-break: normal;
}
.cid-t6zZGHaokR .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-t6zZGHaokR .progressbar-title p,
.cid-t6zZGHaokR .progress_value {
  color: #ffffff;
}
.cid-t6zZGHscH5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t6zZGHDgDz #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-t6zZGHDgDz #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-t6zZGHDgDz #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-t6zZGHDgDz .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-t6zZGHDgDz #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-t6zZGHDgDz #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-t6zZGHDgDz #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-t6zZGHDgDz #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-t6zZGHDgDz P {
  color: #ff8a8a;
}
.cid-t6A7Wq4gah {
  z-index: 1000;
  width: 100%;
}
.cid-t6A7Wq4gah nav.navbar {
  position: fixed;
}
.cid-t6A7Wq4gah .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-t6A7Wq4gah .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6A7Wq4gah .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t6A7Wq4gah .dropdown-item:hover,
.cid-t6A7Wq4gah .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-t6A7Wq4gah .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t6A7Wq4gah .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t6A7Wq4gah .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6A7Wq4gah .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6A7Wq4gah .nav-link {
  position: relative;
}
.cid-t6A7Wq4gah .container {
  display: flex;
  margin: auto;
}
.cid-t6A7Wq4gah .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t6A7Wq4gah .dropdown-menu,
.cid-t6A7Wq4gah .navbar.opened {
  background: #000000 !important;
}
.cid-t6A7Wq4gah .nav-item:focus,
.cid-t6A7Wq4gah .nav-link:focus {
  outline: none;
}
.cid-t6A7Wq4gah .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6A7Wq4gah .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6A7Wq4gah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6A7Wq4gah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6A7Wq4gah .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6A7Wq4gah .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6A7Wq4gah .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-t6A7Wq4gah .navbar.opened {
  transition: all 0.3s;
}
.cid-t6A7Wq4gah .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6A7Wq4gah .navbar .navbar-logo img {
  width: auto;
}
.cid-t6A7Wq4gah .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6A7Wq4gah .navbar.collapsed {
  justify-content: center;
}
.cid-t6A7Wq4gah .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6A7Wq4gah .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6A7Wq4gah .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t6A7Wq4gah .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6A7Wq4gah .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6A7Wq4gah .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-t6A7Wq4gah .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6A7Wq4gah .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t6A7Wq4gah .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t6A7Wq4gah .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6A7Wq4gah .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6A7Wq4gah .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6A7Wq4gah .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6A7Wq4gah .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-t6A7Wq4gah .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6A7Wq4gah .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6A7Wq4gah .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6A7Wq4gah .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6A7Wq4gah .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t6A7Wq4gah .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t6A7Wq4gah .navbar.navbar-short {
  min-height: 60px;
}
.cid-t6A7Wq4gah .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6A7Wq4gah .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t6A7Wq4gah .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6A7Wq4gah .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6A7Wq4gah .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6A7Wq4gah .dropdown-item.active,
.cid-t6A7Wq4gah .dropdown-item:active {
  background-color: transparent;
}
.cid-t6A7Wq4gah .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6A7Wq4gah .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6A7Wq4gah .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6A7Wq4gah .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t6A7Wq4gah .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6A7Wq4gah .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6A7Wq4gah ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6A7Wq4gah .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t6A7Wq4gah button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6A7Wq4gah button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t6A7Wq4gah button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6A7Wq4gah button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6A7Wq4gah button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6A7Wq4gah button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6A7Wq4gah nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6A7Wq4gah nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6A7Wq4gah nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6A7Wq4gah nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6A7Wq4gah .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t6A7Wq4gah a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t6A7Wq4gah .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-t6A7Wq4gah .navbar {
    height: 70px;
  }
  .cid-t6A7Wq4gah .navbar.opened {
    height: auto;
  }
  .cid-t6A7Wq4gah .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6A7WqH63i {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t6A7WqH63i .mbr-section-title {
  color: #ffe161;
}
.cid-t6A7WqH63i .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t6A7Wr4GuZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t6A7Wr4GuZ .video-wrapper iframe {
  width: 100%;
}
.cid-t6A7Wr4GuZ .mbr-section-title,
.cid-t6A7Wr4GuZ .mbr-section-subtitle,
.cid-t6A7Wr4GuZ .mbr-text {
  text-align: center;
}
.cid-t6A7Wr4GuZ .mbr-section-title {
  color: #ffe161;
}
.cid-t6A7Wr4GuZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t6A7Wr4GuZ .mbr-text {
  color: #bbbbbb;
}
.cid-t6A7WrniD8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t6A7WrniD8 .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-t6A7WrniD8 .mbr-text {
  color: #ffffff;
}
.cid-t6A7WssvWL {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t6A7WssvWL .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-t6A7WssvWL .mbr-text {
  color: #ffffff;
}
.cid-t6A7WssvWL hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-t6A7WsCxrU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t6A7WsCxrU .progress {
  width: 100%;
}
.cid-t6A7WsCxrU progress {
  height: 8px;
}
.cid-t6A7WsCxrU h3 {
  text-align: center;
  font-weight: 300;
}
.cid-t6A7WsCxrU .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t6A7WsCxrU .progress_value {
  position: relative;
}
.cid-t6A7WsCxrU .progress_elements {
  margin: 0 auto;
}
.cid-t6A7WsCxrU .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-t6A7WsCxrU .progress1 .progressbar-number:before,
.cid-t6A7WsCxrU .progress2 .progressbar-number:before,
.cid-t6A7WsCxrU .progress3 .progressbar-number:before,
.cid-t6A7WsCxrU .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-t6A7WsCxrU progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t6A7WsCxrU progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-t6A7WsCxrU progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-t6A7WsCxrU progress::-ms-fill {
  background: #ffe161;
}
.cid-t6A7WsCxrU .progress1 .progressbar-number:before {
  content: '100';
}
.cid-t6A7WsCxrU .progress2 .progressbar-number:before {
  content: '80';
}
.cid-t6A7WsCxrU .progress3 .progressbar-number:before {
  content: '90';
}
.cid-t6A7WsCxrU .progress4 .progressbar-number:before {
  content: '100';
}
.cid-t6A7WsCxrU .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-t6A7WsCxrU .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t6A7WsCxrU .progress_value span {
  padding-left: 30px;
}
.cid-t6A7WsCxrU .progressbar-number {
  word-break: normal;
}
.cid-t6A7WsCxrU .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-t6A7WsCxrU .progressbar-title p,
.cid-t6A7WsCxrU .progress_value {
  color: #ffffff;
}
.cid-t6A7WsZjVy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t6A7Wtb6JC #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-t6A7Wtb6JC #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-t6A7Wtb6JC #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-t6A7Wtb6JC .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-t6A7Wtb6JC #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-t6A7Wtb6JC #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-t6A7Wtb6JC #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-t6A7Wtb6JC #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-t6A7Wtb6JC P {
  color: #ff8a8a;
}
.cid-snh297pTrw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/programming-background.jpg");
}
.cid-snh297pTrw .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-snh297pTrw img,
.cid-snh297pTrw .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-snh297pTrw .item:focus,
.cid-snh297pTrw span:focus {
  outline: none;
}
.cid-snh297pTrw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-snh297pTrw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-snh297pTrw .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-snh297pTrw .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-snh297pTrw .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-snh297pTrw .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-snh297pTrw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-snh297pTrw .mbr-section-title {
  color: #ffe161;
}
.cid-snh297pTrw .mbr-text,
.cid-snh297pTrw .mbr-section-btn {
  text-align: center;
}
.cid-snh297pTrw .item-title {
  text-align: center;
}
.cid-snh297pTrw .item-subtitle {
  text-align: left;
}
.cid-sngLgorAJL {
  z-index: 1000;
  width: 100%;
}
.cid-sngLgorAJL nav.navbar {
  position: fixed;
}
.cid-sngLgorAJL .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-sngLgorAJL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sngLgorAJL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sngLgorAJL .dropdown-item:hover,
.cid-sngLgorAJL .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sngLgorAJL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sngLgorAJL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sngLgorAJL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sngLgorAJL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sngLgorAJL .nav-link {
  position: relative;
}
.cid-sngLgorAJL .container {
  display: flex;
  margin: auto;
}
.cid-sngLgorAJL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sngLgorAJL .dropdown-menu,
.cid-sngLgorAJL .navbar.opened {
  background: #000000 !important;
}
.cid-sngLgorAJL .nav-item:focus,
.cid-sngLgorAJL .nav-link:focus {
  outline: none;
}
.cid-sngLgorAJL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sngLgorAJL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sngLgorAJL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sngLgorAJL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sngLgorAJL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sngLgorAJL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sngLgorAJL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-sngLgorAJL .navbar.opened {
  transition: all 0.3s;
}
.cid-sngLgorAJL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sngLgorAJL .navbar .navbar-logo img {
  width: auto;
}
.cid-sngLgorAJL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sngLgorAJL .navbar.collapsed {
  justify-content: center;
}
.cid-sngLgorAJL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sngLgorAJL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sngLgorAJL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sngLgorAJL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sngLgorAJL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sngLgorAJL .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-sngLgorAJL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sngLgorAJL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sngLgorAJL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sngLgorAJL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sngLgorAJL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sngLgorAJL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sngLgorAJL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sngLgorAJL .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-sngLgorAJL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sngLgorAJL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sngLgorAJL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sngLgorAJL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sngLgorAJL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sngLgorAJL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sngLgorAJL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sngLgorAJL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sngLgorAJL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sngLgorAJL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sngLgorAJL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sngLgorAJL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sngLgorAJL .dropdown-item.active,
.cid-sngLgorAJL .dropdown-item:active {
  background-color: transparent;
}
.cid-sngLgorAJL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sngLgorAJL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sngLgorAJL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sngLgorAJL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sngLgorAJL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sngLgorAJL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sngLgorAJL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sngLgorAJL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sngLgorAJL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sngLgorAJL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sngLgorAJL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sngLgorAJL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sngLgorAJL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sngLgorAJL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sngLgorAJL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sngLgorAJL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sngLgorAJL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sngLgorAJL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sngLgorAJL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sngLgorAJL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sngLgorAJL .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-sngLgorAJL .navbar {
    height: 70px;
  }
  .cid-sngLgorAJL .navbar.opened {
    height: auto;
  }
  .cid-sngLgorAJL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sowMa0tJvj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-soGx6bW1HU #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-soGx6bW1HU #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-soGx6bW1HU #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-soGx6bW1HU .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-soGx6bW1HU #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-soGx6bW1HU #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-soGx6bW1HU #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-soGx6bW1HU #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-soGx6bW1HU P {
  color: #ff8a8a;
}
.cid-snh2niAcE8 {
  z-index: 1000;
  width: 100%;
}
.cid-snh2niAcE8 nav.navbar {
  position: fixed;
}
.cid-snh2niAcE8 .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-snh2niAcE8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-snh2niAcE8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snh2niAcE8 .dropdown-item:hover,
.cid-snh2niAcE8 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-snh2niAcE8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-snh2niAcE8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-snh2niAcE8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-snh2niAcE8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snh2niAcE8 .nav-link {
  position: relative;
}
.cid-snh2niAcE8 .container {
  display: flex;
  margin: auto;
}
.cid-snh2niAcE8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snh2niAcE8 .dropdown-menu,
.cid-snh2niAcE8 .navbar.opened {
  background: #000000 !important;
}
.cid-snh2niAcE8 .nav-item:focus,
.cid-snh2niAcE8 .nav-link:focus {
  outline: none;
}
.cid-snh2niAcE8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-snh2niAcE8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snh2niAcE8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-snh2niAcE8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-snh2niAcE8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snh2niAcE8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snh2niAcE8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-snh2niAcE8 .navbar.opened {
  transition: all 0.3s;
}
.cid-snh2niAcE8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-snh2niAcE8 .navbar .navbar-logo img {
  width: auto;
}
.cid-snh2niAcE8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-snh2niAcE8 .navbar.collapsed {
  justify-content: center;
}
.cid-snh2niAcE8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snh2niAcE8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snh2niAcE8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-snh2niAcE8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snh2niAcE8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snh2niAcE8 .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-snh2niAcE8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snh2niAcE8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snh2niAcE8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snh2niAcE8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snh2niAcE8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snh2niAcE8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snh2niAcE8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snh2niAcE8 .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-snh2niAcE8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-snh2niAcE8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snh2niAcE8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snh2niAcE8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snh2niAcE8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-snh2niAcE8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snh2niAcE8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-snh2niAcE8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-snh2niAcE8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-snh2niAcE8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snh2niAcE8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snh2niAcE8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snh2niAcE8 .dropdown-item.active,
.cid-snh2niAcE8 .dropdown-item:active {
  background-color: transparent;
}
.cid-snh2niAcE8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snh2niAcE8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snh2niAcE8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snh2niAcE8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-snh2niAcE8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snh2niAcE8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snh2niAcE8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-snh2niAcE8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snh2niAcE8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-snh2niAcE8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snh2niAcE8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snh2niAcE8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snh2niAcE8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snh2niAcE8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snh2niAcE8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snh2niAcE8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snh2niAcE8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snh2niAcE8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snh2niAcE8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-snh2niAcE8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-snh2niAcE8 .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-snh2niAcE8 .navbar {
    height: 70px;
  }
  .cid-snh2niAcE8 .navbar.opened {
    height: auto;
  }
  .cid-snh2niAcE8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snhpMzK3lv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/art-background.jpg");
}
.cid-snhpMzK3lv .mbr-overlay {
  background: #000000;
  opacity: 0.5;
}
.cid-snhpMzK3lv img,
.cid-snhpMzK3lv .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-snhpMzK3lv .item:focus,
.cid-snhpMzK3lv span:focus {
  outline: none;
}
.cid-snhpMzK3lv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-snhpMzK3lv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-snhpMzK3lv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-snhpMzK3lv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-snhpMzK3lv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-snhpMzK3lv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-snhpMzK3lv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-snhpMzK3lv .mbr-section-title {
  color: #ffe161;
}
.cid-snhpMzK3lv .mbr-text,
.cid-snhpMzK3lv .mbr-section-btn {
  text-align: center;
}
.cid-snhpMzK3lv .item-title {
  text-align: center;
  color: #000000;
}
.cid-snhpMzK3lv .item-subtitle {
  text-align: left;
}
.cid-soGx90N50G #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-soGx90N50G #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-soGx90N50G #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-soGx90N50G .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-soGx90N50G #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-soGx90N50G #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-soGx90N50G #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-soGx90N50G #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-soGx90N50G P {
  color: #ff8a8a;
}
.cid-sowMa0tJvj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t7CDgMjZym {
  z-index: 1000;
  width: 100%;
}
.cid-t7CDgMjZym nav.navbar {
  position: fixed;
}
.cid-t7CDgMjZym .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-t7CDgMjZym .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t7CDgMjZym .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t7CDgMjZym .dropdown-item:hover,
.cid-t7CDgMjZym .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-t7CDgMjZym .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t7CDgMjZym .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t7CDgMjZym .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t7CDgMjZym .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7CDgMjZym .nav-link {
  position: relative;
}
.cid-t7CDgMjZym .container {
  display: flex;
  margin: auto;
}
.cid-t7CDgMjZym .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t7CDgMjZym .dropdown-menu,
.cid-t7CDgMjZym .navbar.opened {
  background: #000000 !important;
}
.cid-t7CDgMjZym .nav-item:focus,
.cid-t7CDgMjZym .nav-link:focus {
  outline: none;
}
.cid-t7CDgMjZym .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7CDgMjZym .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7CDgMjZym .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7CDgMjZym .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7CDgMjZym .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7CDgMjZym .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7CDgMjZym .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-t7CDgMjZym .navbar.opened {
  transition: all 0.3s;
}
.cid-t7CDgMjZym .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t7CDgMjZym .navbar .navbar-logo img {
  width: auto;
}
.cid-t7CDgMjZym .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t7CDgMjZym .navbar.collapsed {
  justify-content: center;
}
.cid-t7CDgMjZym .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7CDgMjZym .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7CDgMjZym .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t7CDgMjZym .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7CDgMjZym .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7CDgMjZym .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-t7CDgMjZym .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7CDgMjZym .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t7CDgMjZym .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t7CDgMjZym .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7CDgMjZym .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7CDgMjZym .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7CDgMjZym .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7CDgMjZym .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-t7CDgMjZym .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7CDgMjZym .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7CDgMjZym .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7CDgMjZym .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7CDgMjZym .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7CDgMjZym .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t7CDgMjZym .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7CDgMjZym .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7CDgMjZym .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7CDgMjZym .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7CDgMjZym .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7CDgMjZym .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7CDgMjZym .dropdown-item.active,
.cid-t7CDgMjZym .dropdown-item:active {
  background-color: transparent;
}
.cid-t7CDgMjZym .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7CDgMjZym .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7CDgMjZym .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7CDgMjZym .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t7CDgMjZym .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7CDgMjZym .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7CDgMjZym ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7CDgMjZym .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7CDgMjZym button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t7CDgMjZym button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7CDgMjZym button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7CDgMjZym button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7CDgMjZym button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7CDgMjZym button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7CDgMjZym nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7CDgMjZym nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7CDgMjZym nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7CDgMjZym nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7CDgMjZym .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t7CDgMjZym a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t7CDgMjZym .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-t7CDgMjZym .navbar {
    height: 70px;
  }
  .cid-t7CDgMjZym .navbar.opened {
    height: auto;
  }
  .cid-t7CDgMjZym .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7CDgMJdej {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t7CDgMJdej .mbr-section-title {
  color: #ffe161;
}
.cid-t7CDgMJdej .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7CDgN4jAc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t7CDgN4jAc .video-wrapper iframe {
  width: 100%;
}
.cid-t7CDgN4jAc .mbr-section-title,
.cid-t7CDgN4jAc .mbr-section-subtitle,
.cid-t7CDgN4jAc .mbr-text {
  text-align: center;
}
.cid-t7CDgN4jAc .mbr-section-title {
  color: #ffe161;
}
.cid-t7CDgN4jAc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7CDgN4jAc .mbr-text {
  color: #bbbbbb;
}
.cid-t7CDgNk6bk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t7CDgNk6bk .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-t7CDgNk6bk .mbr-text {
  color: #ffffff;
}
.cid-t7CDgNk6bk hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-t7CDgNtV9t {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t7CDgNtV9t .progress {
  width: 100%;
}
.cid-t7CDgNtV9t progress {
  height: 8px;
}
.cid-t7CDgNtV9t h3 {
  text-align: center;
  font-weight: 300;
}
.cid-t7CDgNtV9t .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t7CDgNtV9t .progress_value {
  position: relative;
}
.cid-t7CDgNtV9t .progress_elements {
  margin: 0 auto;
}
.cid-t7CDgNtV9t .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-t7CDgNtV9t .progress1 .progressbar-number:before,
.cid-t7CDgNtV9t .progress2 .progressbar-number:before,
.cid-t7CDgNtV9t .progress3 .progressbar-number:before,
.cid-t7CDgNtV9t .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-t7CDgNtV9t progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t7CDgNtV9t progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-t7CDgNtV9t progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-t7CDgNtV9t progress::-ms-fill {
  background: #ffe161;
}
.cid-t7CDgNtV9t .progress1 .progressbar-number:before {
  content: '80';
}
.cid-t7CDgNtV9t .progress2 .progressbar-number:before {
  content: '80';
}
.cid-t7CDgNtV9t .progress3 .progressbar-number:before {
  content: '90';
}
.cid-t7CDgNtV9t .progress4 .progressbar-number:before {
  content: '100';
}
.cid-t7CDgNtV9t .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-t7CDgNtV9t .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t7CDgNtV9t .progress_value span {
  padding-left: 30px;
}
.cid-t7CDgNtV9t .progressbar-number {
  word-break: normal;
}
.cid-t7CDgNtV9t .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-t7CDgNtV9t .progressbar-title p,
.cid-t7CDgNtV9t .progress_value {
  color: #ffffff;
}
.cid-t7CDgNKHA0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t7CDgNKHA0 .progress {
  width: 100%;
}
.cid-t7CDgNKHA0 progress {
  height: 8px;
}
.cid-t7CDgNKHA0 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-t7CDgNKHA0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t7CDgNKHA0 .progress_value {
  position: relative;
}
.cid-t7CDgNKHA0 .progress_elements {
  margin: 0 auto;
}
.cid-t7CDgNKHA0 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-t7CDgNKHA0 .progress1 .progressbar-number:before,
.cid-t7CDgNKHA0 .progress2 .progressbar-number:before,
.cid-t7CDgNKHA0 .progress3 .progressbar-number:before,
.cid-t7CDgNKHA0 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-t7CDgNKHA0 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t7CDgNKHA0 progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-t7CDgNKHA0 progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-t7CDgNKHA0 progress::-ms-fill {
  background: #ffe161;
}
.cid-t7CDgNKHA0 .progress1 .progressbar-number:before {
  content: '10';
}
.cid-t7CDgNKHA0 .progress2 .progressbar-number:before {
  content: '80';
}
.cid-t7CDgNKHA0 .progress3 .progressbar-number:before {
  content: '90';
}
.cid-t7CDgNKHA0 .progress4 .progressbar-number:before {
  content: '100';
}
.cid-t7CDgNKHA0 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-t7CDgNKHA0 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t7CDgNKHA0 .progress_value span {
  padding-left: 30px;
}
.cid-t7CDgNKHA0 .progressbar-number {
  word-break: normal;
}
.cid-t7CDgNKHA0 .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-t7CDgNKHA0 .progressbar-title p,
.cid-t7CDgNKHA0 .progress_value {
  color: #ffffff;
}
.cid-t7CDgO38Hx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t7CDgO38Hx .progress {
  width: 100%;
}
.cid-t7CDgO38Hx progress {
  height: 8px;
}
.cid-t7CDgO38Hx h3 {
  text-align: center;
  font-weight: 300;
}
.cid-t7CDgO38Hx .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t7CDgO38Hx .progress_value {
  position: relative;
}
.cid-t7CDgO38Hx .progress_elements {
  margin: 0 auto;
}
.cid-t7CDgO38Hx .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-t7CDgO38Hx .progress1 .progressbar-number:before,
.cid-t7CDgO38Hx .progress2 .progressbar-number:before,
.cid-t7CDgO38Hx .progress3 .progressbar-number:before,
.cid-t7CDgO38Hx .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-t7CDgO38Hx progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t7CDgO38Hx progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-t7CDgO38Hx progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-t7CDgO38Hx progress::-ms-fill {
  background: #ffe161;
}
.cid-t7CDgO38Hx .progress1 .progressbar-number:before {
  content: '10';
}
.cid-t7CDgO38Hx .progress2 .progressbar-number:before {
  content: '80';
}
.cid-t7CDgO38Hx .progress3 .progressbar-number:before {
  content: '90';
}
.cid-t7CDgO38Hx .progress4 .progressbar-number:before {
  content: '100';
}
.cid-t7CDgO38Hx .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-t7CDgO38Hx .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t7CDgO38Hx .progress_value span {
  padding-left: 30px;
}
.cid-t7CDgO38Hx .progressbar-number {
  word-break: normal;
}
.cid-t7CDgO38Hx .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-t7CDgO38Hx .progressbar-title p,
.cid-t7CDgO38Hx .progress_value {
  color: #ffffff;
}
.cid-t7CDgOlu6p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t7CDgOv8wb #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-t7CDgOv8wb #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-t7CDgOv8wb #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-t7CDgOv8wb .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-t7CDgOv8wb #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-t7CDgOv8wb #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-t7CDgOv8wb #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-t7CDgOv8wb #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-t7CDgOv8wb P {
  color: #ff8a8a;
}
.cid-t7CFa5AJ9C {
  z-index: 1000;
  width: 100%;
}
.cid-t7CFa5AJ9C nav.navbar {
  position: fixed;
}
.cid-t7CFa5AJ9C .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-t7CFa5AJ9C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t7CFa5AJ9C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t7CFa5AJ9C .dropdown-item:hover,
.cid-t7CFa5AJ9C .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-t7CFa5AJ9C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t7CFa5AJ9C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t7CFa5AJ9C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t7CFa5AJ9C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7CFa5AJ9C .nav-link {
  position: relative;
}
.cid-t7CFa5AJ9C .container {
  display: flex;
  margin: auto;
}
.cid-t7CFa5AJ9C .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t7CFa5AJ9C .dropdown-menu,
.cid-t7CFa5AJ9C .navbar.opened {
  background: #000000 !important;
}
.cid-t7CFa5AJ9C .nav-item:focus,
.cid-t7CFa5AJ9C .nav-link:focus {
  outline: none;
}
.cid-t7CFa5AJ9C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7CFa5AJ9C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7CFa5AJ9C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7CFa5AJ9C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7CFa5AJ9C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7CFa5AJ9C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7CFa5AJ9C .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-t7CFa5AJ9C .navbar.opened {
  transition: all 0.3s;
}
.cid-t7CFa5AJ9C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t7CFa5AJ9C .navbar .navbar-logo img {
  width: auto;
}
.cid-t7CFa5AJ9C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t7CFa5AJ9C .navbar.collapsed {
  justify-content: center;
}
.cid-t7CFa5AJ9C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7CFa5AJ9C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7CFa5AJ9C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t7CFa5AJ9C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7CFa5AJ9C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7CFa5AJ9C .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-t7CFa5AJ9C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7CFa5AJ9C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t7CFa5AJ9C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t7CFa5AJ9C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7CFa5AJ9C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7CFa5AJ9C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7CFa5AJ9C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7CFa5AJ9C .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-t7CFa5AJ9C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7CFa5AJ9C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7CFa5AJ9C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7CFa5AJ9C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7CFa5AJ9C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7CFa5AJ9C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t7CFa5AJ9C .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7CFa5AJ9C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7CFa5AJ9C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7CFa5AJ9C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7CFa5AJ9C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7CFa5AJ9C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7CFa5AJ9C .dropdown-item.active,
.cid-t7CFa5AJ9C .dropdown-item:active {
  background-color: transparent;
}
.cid-t7CFa5AJ9C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7CFa5AJ9C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7CFa5AJ9C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7CFa5AJ9C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t7CFa5AJ9C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7CFa5AJ9C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7CFa5AJ9C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7CFa5AJ9C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7CFa5AJ9C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t7CFa5AJ9C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7CFa5AJ9C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7CFa5AJ9C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7CFa5AJ9C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7CFa5AJ9C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7CFa5AJ9C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7CFa5AJ9C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7CFa5AJ9C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7CFa5AJ9C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7CFa5AJ9C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t7CFa5AJ9C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t7CFa5AJ9C .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-t7CFa5AJ9C .navbar {
    height: 70px;
  }
  .cid-t7CFa5AJ9C .navbar.opened {
    height: auto;
  }
  .cid-t7CFa5AJ9C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7CFa66d9r {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t7CFa66d9r .mbr-section-title {
  color: #ffe161;
}
.cid-t7CFa66d9r .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7CFa6FWGA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t7CFa6FWGA .video-wrapper iframe {
  width: 100%;
}
.cid-t7CFa6FWGA .mbr-section-title,
.cid-t7CFa6FWGA .mbr-section-subtitle,
.cid-t7CFa6FWGA .mbr-text {
  text-align: center;
}
.cid-t7CFa6FWGA .mbr-section-title {
  color: #ffe161;
}
.cid-t7CFa6FWGA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7CFa6FWGA .mbr-text {
  color: #bbbbbb;
}
.cid-t7CGq4EJag {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t7CGq4EJag .video-wrapper iframe {
  width: 100%;
}
.cid-t7CGq4EJag .mbr-section-title,
.cid-t7CGq4EJag .mbr-section-subtitle,
.cid-t7CGq4EJag .mbr-text {
  text-align: center;
}
.cid-t7CGq4EJag .mbr-section-title {
  color: #ffe161;
}
.cid-t7CGq4EJag .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7CGq4EJag .mbr-text {
  color: #bbbbbb;
}
.cid-t7CFa7eFFV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t7CFa7eFFV .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-t7CFa7eFFV .mbr-text {
  color: #ffffff;
}
.cid-t7CFa7eFFV hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-t7CFa7CnGG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t7CFa7CnGG .progress {
  width: 100%;
}
.cid-t7CFa7CnGG progress {
  height: 8px;
}
.cid-t7CFa7CnGG h3 {
  text-align: center;
  font-weight: 300;
}
.cid-t7CFa7CnGG .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t7CFa7CnGG .progress_value {
  position: relative;
}
.cid-t7CFa7CnGG .progress_elements {
  margin: 0 auto;
}
.cid-t7CFa7CnGG .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-t7CFa7CnGG .progress1 .progressbar-number:before,
.cid-t7CFa7CnGG .progress2 .progressbar-number:before,
.cid-t7CFa7CnGG .progress3 .progressbar-number:before,
.cid-t7CFa7CnGG .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-t7CFa7CnGG progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t7CFa7CnGG progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-t7CFa7CnGG progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-t7CFa7CnGG progress::-ms-fill {
  background: #ffe161;
}
.cid-t7CFa7CnGG .progress1 .progressbar-number:before {
  content: '80';
}
.cid-t7CFa7CnGG .progress2 .progressbar-number:before {
  content: '80';
}
.cid-t7CFa7CnGG .progress3 .progressbar-number:before {
  content: '90';
}
.cid-t7CFa7CnGG .progress4 .progressbar-number:before {
  content: '100';
}
.cid-t7CFa7CnGG .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-t7CFa7CnGG .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t7CFa7CnGG .progress_value span {
  padding-left: 30px;
}
.cid-t7CFa7CnGG .progressbar-number {
  word-break: normal;
}
.cid-t7CFa7CnGG .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-t7CFa7CnGG .progressbar-title p,
.cid-t7CFa7CnGG .progress_value {
  color: #ffffff;
}
.cid-t7CFa8u0nS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t7CFa8u0nS .progress {
  width: 100%;
}
.cid-t7CFa8u0nS progress {
  height: 8px;
}
.cid-t7CFa8u0nS h3 {
  text-align: center;
  font-weight: 300;
}
.cid-t7CFa8u0nS .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t7CFa8u0nS .progress_value {
  position: relative;
}
.cid-t7CFa8u0nS .progress_elements {
  margin: 0 auto;
}
.cid-t7CFa8u0nS .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-t7CFa8u0nS .progress1 .progressbar-number:before,
.cid-t7CFa8u0nS .progress2 .progressbar-number:before,
.cid-t7CFa8u0nS .progress3 .progressbar-number:before,
.cid-t7CFa8u0nS .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-t7CFa8u0nS progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t7CFa8u0nS progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-t7CFa8u0nS progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-t7CFa8u0nS progress::-ms-fill {
  background: #ffe161;
}
.cid-t7CFa8u0nS .progress1 .progressbar-number:before {
  content: '10';
}
.cid-t7CFa8u0nS .progress2 .progressbar-number:before {
  content: '80';
}
.cid-t7CFa8u0nS .progress3 .progressbar-number:before {
  content: '90';
}
.cid-t7CFa8u0nS .progress4 .progressbar-number:before {
  content: '100';
}
.cid-t7CFa8u0nS .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-t7CFa8u0nS .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t7CFa8u0nS .progress_value span {
  padding-left: 30px;
}
.cid-t7CFa8u0nS .progressbar-number {
  word-break: normal;
}
.cid-t7CFa8u0nS .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-t7CFa8u0nS .progressbar-title p,
.cid-t7CFa8u0nS .progress_value {
  color: #ffffff;
}
.cid-t7CFa8MYOK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t7CFa8MYOK .progress {
  width: 100%;
}
.cid-t7CFa8MYOK progress {
  height: 8px;
}
.cid-t7CFa8MYOK h3 {
  text-align: center;
  font-weight: 300;
}
.cid-t7CFa8MYOK .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t7CFa8MYOK .progress_value {
  position: relative;
}
.cid-t7CFa8MYOK .progress_elements {
  margin: 0 auto;
}
.cid-t7CFa8MYOK .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-t7CFa8MYOK .progress1 .progressbar-number:before,
.cid-t7CFa8MYOK .progress2 .progressbar-number:before,
.cid-t7CFa8MYOK .progress3 .progressbar-number:before,
.cid-t7CFa8MYOK .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-t7CFa8MYOK progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t7CFa8MYOK progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-t7CFa8MYOK progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-t7CFa8MYOK progress::-ms-fill {
  background: #ffe161;
}
.cid-t7CFa8MYOK .progress1 .progressbar-number:before {
  content: '10';
}
.cid-t7CFa8MYOK .progress2 .progressbar-number:before {
  content: '80';
}
.cid-t7CFa8MYOK .progress3 .progressbar-number:before {
  content: '90';
}
.cid-t7CFa8MYOK .progress4 .progressbar-number:before {
  content: '100';
}
.cid-t7CFa8MYOK .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-t7CFa8MYOK .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t7CFa8MYOK .progress_value span {
  padding-left: 30px;
}
.cid-t7CFa8MYOK .progressbar-number {
  word-break: normal;
}
.cid-t7CFa8MYOK .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-t7CFa8MYOK .progressbar-title p,
.cid-t7CFa8MYOK .progress_value {
  color: #ffffff;
}
.cid-t7CFa92Wiu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t7CFa9crSt #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-t7CFa9crSt #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-t7CFa9crSt #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-t7CFa9crSt .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-t7CFa9crSt #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-t7CFa9crSt #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-t7CFa9crSt #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-t7CFa9crSt #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-t7CFa9crSt P {
  color: #ff8a8a;
}
.cid-t7WD3d7QEu {
  z-index: 1000;
  width: 100%;
}
.cid-t7WD3d7QEu nav.navbar {
  position: fixed;
}
.cid-t7WD3d7QEu .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-t7WD3d7QEu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t7WD3d7QEu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t7WD3d7QEu .dropdown-item:hover,
.cid-t7WD3d7QEu .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-t7WD3d7QEu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t7WD3d7QEu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t7WD3d7QEu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t7WD3d7QEu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7WD3d7QEu .nav-link {
  position: relative;
}
.cid-t7WD3d7QEu .container {
  display: flex;
  margin: auto;
}
.cid-t7WD3d7QEu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t7WD3d7QEu .dropdown-menu,
.cid-t7WD3d7QEu .navbar.opened {
  background: #000000 !important;
}
.cid-t7WD3d7QEu .nav-item:focus,
.cid-t7WD3d7QEu .nav-link:focus {
  outline: none;
}
.cid-t7WD3d7QEu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7WD3d7QEu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7WD3d7QEu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7WD3d7QEu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7WD3d7QEu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7WD3d7QEu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7WD3d7QEu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-t7WD3d7QEu .navbar.opened {
  transition: all 0.3s;
}
.cid-t7WD3d7QEu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t7WD3d7QEu .navbar .navbar-logo img {
  width: auto;
}
.cid-t7WD3d7QEu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t7WD3d7QEu .navbar.collapsed {
  justify-content: center;
}
.cid-t7WD3d7QEu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7WD3d7QEu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7WD3d7QEu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t7WD3d7QEu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7WD3d7QEu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7WD3d7QEu .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-t7WD3d7QEu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7WD3d7QEu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t7WD3d7QEu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t7WD3d7QEu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7WD3d7QEu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7WD3d7QEu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7WD3d7QEu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7WD3d7QEu .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-t7WD3d7QEu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7WD3d7QEu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7WD3d7QEu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7WD3d7QEu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7WD3d7QEu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7WD3d7QEu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t7WD3d7QEu .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7WD3d7QEu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7WD3d7QEu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7WD3d7QEu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7WD3d7QEu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7WD3d7QEu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7WD3d7QEu .dropdown-item.active,
.cid-t7WD3d7QEu .dropdown-item:active {
  background-color: transparent;
}
.cid-t7WD3d7QEu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7WD3d7QEu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7WD3d7QEu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7WD3d7QEu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t7WD3d7QEu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7WD3d7QEu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7WD3d7QEu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7WD3d7QEu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7WD3d7QEu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t7WD3d7QEu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7WD3d7QEu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7WD3d7QEu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7WD3d7QEu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7WD3d7QEu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7WD3d7QEu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7WD3d7QEu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7WD3d7QEu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7WD3d7QEu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7WD3d7QEu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t7WD3d7QEu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t7WD3d7QEu .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-t7WD3d7QEu .navbar {
    height: 70px;
  }
  .cid-t7WD3d7QEu .navbar.opened {
    height: auto;
  }
  .cid-t7WD3d7QEu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7WD3drVVP {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t7WD3drVVP .mbr-section-title {
  color: #ffe161;
}
.cid-t7WD3drVVP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7WD3dGN70 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t7WD3dGN70 .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t7WD3dGN70 .carousel {
    min-height: 800px;
  }
  .cid-t7WD3dGN70 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7WD3dGN70 .carousel {
    min-height: 520px;
  }
  .cid-t7WD3dGN70 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t7WD3dGN70 .carousel {
    min-height: 440px;
  }
  .cid-t7WD3dGN70 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-t7WD3dGN70 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t7WD3dGN70 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t7WD3dGN70 .carousel,
.cid-t7WD3dGN70 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t7WD3dGN70 .item-wrapper {
  width: 100%;
}
.cid-t7WD3dGN70 .carousel-caption {
  bottom: 40px;
}
.cid-t7WD3dGN70 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t7WD3dGN70 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t7WD3dGN70 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t7WD3dGN70 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t7WD3dGN70 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t7WD3dGN70 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7WD3dGN70 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t7WD3dGN70 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t7WD3dGN70 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t7WD3dGN70 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t7WD3dGN70 .carousel-indicators li.active,
.cid-t7WD3dGN70 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t7WD3dGN70 .carousel-indicators li::after,
.cid-t7WD3dGN70 .carousel-indicators li::before {
  content: none;
}
.cid-t7WD3dGN70 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t7WD3dGN70 .carousel-indicators {
    display: none !important;
  }
}
.cid-t7WIB2nnUo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t7WIB2nnUo .video-wrapper iframe {
  width: 100%;
}
.cid-t7WIB2nnUo .mbr-section-title,
.cid-t7WIB2nnUo .mbr-section-subtitle,
.cid-t7WIB2nnUo .mbr-text {
  text-align: center;
}
.cid-t7WIB2nnUo .mbr-section-title {
  color: #ffe161;
}
.cid-t7WIB2nnUo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7WIB2nnUo .mbr-text {
  color: #bbbbbb;
}
.cid-t7WIBo75Cb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t7WIBo75Cb .video-wrapper iframe {
  width: 100%;
}
.cid-t7WIBo75Cb .mbr-section-title,
.cid-t7WIBo75Cb .mbr-section-subtitle,
.cid-t7WIBo75Cb .mbr-text {
  text-align: center;
}
.cid-t7WIBo75Cb .mbr-section-title {
  color: #ffe161;
}
.cid-t7WIBo75Cb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7WIBo75Cb .mbr-text {
  color: #bbbbbb;
}
.cid-t7WIBIOd1c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t7WIBIOd1c .video-wrapper iframe {
  width: 100%;
}
.cid-t7WIBIOd1c .mbr-section-title,
.cid-t7WIBIOd1c .mbr-section-subtitle,
.cid-t7WIBIOd1c .mbr-text {
  text-align: center;
}
.cid-t7WIBIOd1c .mbr-section-title {
  color: #ffe161;
}
.cid-t7WIBIOd1c .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7WIBIOd1c .mbr-text {
  color: #bbbbbb;
}
.cid-t7WD3dZzdP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t7WD3dZzdP .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-t7WD3dZzdP .mbr-text {
  color: #ffffff;
}
.cid-t7WD3dZzdP hr.rounded {
  margin-left: 0px;
  width: 35%;
  border-top: 1.5px solid#ffffff;
  border-radius: 1.5px;
}
.cid-t7WD3ebiVL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t7WD3ebiVL .progress {
  width: 100%;
}
.cid-t7WD3ebiVL progress {
  height: 8px;
}
.cid-t7WD3ebiVL h3 {
  text-align: center;
  font-weight: 300;
}
.cid-t7WD3ebiVL .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t7WD3ebiVL .progress_value {
  position: relative;
}
.cid-t7WD3ebiVL .progress_elements {
  margin: 0 auto;
}
.cid-t7WD3ebiVL .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-t7WD3ebiVL .progress1 .progressbar-number:before,
.cid-t7WD3ebiVL .progress2 .progressbar-number:before,
.cid-t7WD3ebiVL .progress3 .progressbar-number:before,
.cid-t7WD3ebiVL .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-t7WD3ebiVL progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t7WD3ebiVL progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-t7WD3ebiVL progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-t7WD3ebiVL progress::-ms-fill {
  background: #ffe161;
}
.cid-t7WD3ebiVL .progress1 .progressbar-number:before {
  content: '50';
}
.cid-t7WD3ebiVL .progress2 .progressbar-number:before {
  content: '80';
}
.cid-t7WD3ebiVL .progress3 .progressbar-number:before {
  content: '90';
}
.cid-t7WD3ebiVL .progress4 .progressbar-number:before {
  content: '100';
}
.cid-t7WD3ebiVL .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-t7WD3ebiVL .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t7WD3ebiVL .progress_value span {
  padding-left: 30px;
}
.cid-t7WD3ebiVL .progressbar-number {
  word-break: normal;
}
.cid-t7WD3ebiVL .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-t7WD3ebiVL .progressbar-title p,
.cid-t7WD3ebiVL .progress_value {
  color: #ffffff;
}
.cid-t7WD3erjZt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t7WD3erjZt .progress {
  width: 100%;
}
.cid-t7WD3erjZt progress {
  height: 8px;
}
.cid-t7WD3erjZt h3 {
  text-align: center;
  font-weight: 300;
}
.cid-t7WD3erjZt .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t7WD3erjZt .progress_value {
  position: relative;
}
.cid-t7WD3erjZt .progress_elements {
  margin: 0 auto;
}
.cid-t7WD3erjZt .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-t7WD3erjZt .progress1 .progressbar-number:before,
.cid-t7WD3erjZt .progress2 .progressbar-number:before,
.cid-t7WD3erjZt .progress3 .progressbar-number:before,
.cid-t7WD3erjZt .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-t7WD3erjZt progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t7WD3erjZt progress::-webkit-progress-value {
  background: #ffe161;
}
.cid-t7WD3erjZt progress[value]::-moz-progress-bar {
  background: #ffe161;
}
.cid-t7WD3erjZt progress::-ms-fill {
  background: #ffe161;
}
.cid-t7WD3erjZt .progress1 .progressbar-number:before {
  content: '50';
}
.cid-t7WD3erjZt .progress2 .progressbar-number:before {
  content: '80';
}
.cid-t7WD3erjZt .progress3 .progressbar-number:before {
  content: '90';
}
.cid-t7WD3erjZt .progress4 .progressbar-number:before {
  content: '100';
}
.cid-t7WD3erjZt .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-t7WD3erjZt .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t7WD3erjZt .progress_value span {
  padding-left: 30px;
}
.cid-t7WD3erjZt .progressbar-number {
  word-break: normal;
}
.cid-t7WD3erjZt .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-t7WD3erjZt .progressbar-title p,
.cid-t7WD3erjZt .progress_value {
  color: #ffffff;
}
.cid-t7WD3eHeUh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t7WD3eQglf #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.cid-t7WD3eQglf #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-t7WD3eQglf #skip-loading {
  text-align: center;
  position: relative;
  top: 85%;
}
.cid-t7WD3eQglf .object {
  width: 25px;
  height: 25px;
  background-color: #f7ed4a;
  float: left;
}
.cid-t7WD3eQglf #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-t7WD3eQglf #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-t7WD3eQglf #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-t7WD3eQglf #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-t7WD3eQglf P {
  color: #ff8a8a;
}
