body {
  font-family: Finlandica;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3.63rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5375rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.904rem;
    font-size: calc( 1.9204999999999999rem + (3.63 - 1.9204999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9204999999999999rem + (3.63 - 1.9204999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #ec0047 !important;
}
.bg-success {
  background-color: #fab901 !important;
}
.bg-info {
  background-color: #fab901 !important;
}
.bg-warning {
  background-color: #fab901 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ec0047 !important;
  border-color: #ec0047 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #95002d !important;
  border-color: #95002d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #95002d !important;
  border-color: #95002d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fab901 !important;
  border-color: #fab901 !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: #a47901 !important;
  border-color: #a47901 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a47901 !important;
  border-color: #a47901 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fab901 !important;
  border-color: #fab901 !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: #a47901 !important;
  border-color: #a47901 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a47901 !important;
  border-color: #a47901 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fab901 !important;
  border-color: #fab901 !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: #a47901 !important;
  border-color: #a47901 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a47901 !important;
  border-color: #a47901 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fab901 !important;
  border-color: #fab901 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #a47901 !important;
  border-color: #a47901 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a47901 !important;
  border-color: #a47901 !important;
}
.btn-danger,
.btn-danger: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-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.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-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
  color: #3a4e69 !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: #ffffff !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #3a4e69 !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
}
.btn-black,
.btn-black:active {
  background-color: #212428 !important;
  border-color: #212428 !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: #ec0047;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #95002d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec0047 !important;
  border-color: #ec0047 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fab901;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a47901 !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: #fab901 !important;
  border-color: #fab901 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fab901;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a47901 !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: #fab901 !important;
  border-color: #fab901 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fab901;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a47901 !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: #fab901 !important;
  border-color: #fab901 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fab901;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a47901 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fab901 !important;
  border-color: #fab901 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212428;
}
.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: #212428 !important;
  border-color: #212428 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c4cfde;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #8ca2bf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #3a4e69 !important;
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
}
.text-primary {
  color: #ec0047 !important;
}
.text-secondary {
  color: #fab901 !important;
}
.text-success {
  color: #fab901 !important;
}
.text-info {
  color: #fab901 !important;
}
.text-warning {
  color: #fab901 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #C4CFDE !important;
}
.text-black {
  color: #212428 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #860028 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #946e01 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #946e01 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #946e01 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #946e01 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #839ab9 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ec0047;
}
.nav-tabs .nav-link:not(.active) {
  color: #212428;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fab901;
}
.alert-warning {
  background-color: #fab901;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #ec0047;
  border-color: #ec0047;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ec0047;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffb9ce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff1c8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff1c8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff1c8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ec0047 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ec0047;
}
/* 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: #ec0047;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ec0047;
}
.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: #ec0047;
  border-bottom-color: #ec0047;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ec0047 !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: #fab901 !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='%23ec0047' %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-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
.container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.mbr-section-btn .btn {
  min-width: 70px;
  min-height: 57px;
  padding: 18px 40px;
  border-radius: 6px !important;
  font-weight: 500;
  line-height: 1.3 !important;
  box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
  transform-style: preserve-3d;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn {
  position: relative;
  transition: 0.4s all !important;
  border: none !important;
  align-items: baseline;
}
.custom-section-btn .btn-black {
  color: #ec0047 !important;
  background: linear-gradient(145deg, #1e2024, #23272b) !important;
}
.custom-section-btn .btn-black:hover {
  color: #ec0047 !important;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  transform: translateY(-5px);
}
.custom-section-btn .btn-white {
  color: #ec0047 !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
}
.custom-section-btn .btn-white:hover {
  color: #ec0047 !important;
  background: #FFFFFF !important;
  transform: translateY(-5px);
}
.cid-tBSAe4iRY5 .navbar-dropdown {
  position: relative !important;
}
.cid-tBSAe4iRY5 .navbar-dropdown {
  position: absolute !important;
}
.cid-tBSAe4iRY5 .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-tBSAe4iRY5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tBSAe4iRY5 .dropdown-item:hover,
.cid-tBSAe4iRY5 .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tBSAe4iRY5 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tBSAe4iRY5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBSAe4iRY5 .nav-link {
  position: relative;
  padding: 0;
}
.cid-tBSAe4iRY5 .container {
  display: flex;
  margin: auto;
}
.cid-tBSAe4iRY5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBSAe4iRY5 .dropdown-menu,
.cid-tBSAe4iRY5 .navbar.opened {
  background: #1d2024 !important;
}
.cid-tBSAe4iRY5 .nav-item:focus,
.cid-tBSAe4iRY5 .nav-link:focus {
  outline: none;
}
.cid-tBSAe4iRY5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBSAe4iRY5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBSAe4iRY5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBSAe4iRY5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBSAe4iRY5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBSAe4iRY5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBSAe4iRY5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tBSAe4iRY5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tBSAe4iRY5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBSAe4iRY5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tBSAe4iRY5 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tBSAe4iRY5 .navbar.collapsed {
  justify-content: center;
}
.cid-tBSAe4iRY5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBSAe4iRY5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBSAe4iRY5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBSAe4iRY5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBSAe4iRY5 .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-tBSAe4iRY5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBSAe4iRY5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBSAe4iRY5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBSAe4iRY5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBSAe4iRY5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBSAe4iRY5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBSAe4iRY5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBSAe4iRY5 .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-tBSAe4iRY5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBSAe4iRY5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBSAe4iRY5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBSAe4iRY5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBSAe4iRY5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBSAe4iRY5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBSAe4iRY5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBSAe4iRY5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBSAe4iRY5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBSAe4iRY5 .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBSAe4iRY5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBSAe4iRY5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBSAe4iRY5 .dropdown-item.active,
.cid-tBSAe4iRY5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tBSAe4iRY5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBSAe4iRY5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBSAe4iRY5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBSAe4iRY5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tBSAe4iRY5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBSAe4iRY5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBSAe4iRY5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBSAe4iRY5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBSAe4iRY5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBSAe4iRY5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBSAe4iRY5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBSAe4iRY5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBSAe4iRY5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBSAe4iRY5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBSAe4iRY5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBSAe4iRY5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBSAe4iRY5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBSAe4iRY5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBSAe4iRY5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBSAe4iRY5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBSAe4iRY5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBSAe4iRY5 .navbar {
    height: 70px;
  }
  .cid-tBSAe4iRY5 .navbar.opened {
    height: auto;
  }
  .cid-tBSAe4iRY5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBSAe4iRY5 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tBSAe4iRY5 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tBSAe4iRY5 a {
  display: inline;
  font-weight: bold;
}
.cid-tBSAe4iRY5 img {
  display: inline;
  padding-right: 10px;
}
.cid-tBSAe4iRY5 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tBSAe4iRY5 .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tBSAe4iRY5 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tBSAe4iRY5 .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tBSAe4iRY5 .right-side {
    flex-direction: column;
  }
  .cid-tBSAe4iRY5 ul {
    margin-left: 0 !important;
  }
}
.cid-tBSAe4iRY5 .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tBSAe4iRY5 .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tBSAe4iRY5 .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tBSAe4iRY5 .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tBSAe4iRY5 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tBSAe4iRY5 .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tBSAe4iRY5 .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tBSAe4iRY5 ul {
  margin-left: 15%;
}
.cid-tBSAe4iRY5 .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tBSAe4iRY5 ul {
    margin-left: 50px !important;
  }
}
.cid-tBSAe4iRY5 .btn {
  border-radius: 50px;
}
.cid-tChSyytUBJ {
  background-image: url("../../../assets/images/slke01-bienvenidos.webp");
}
.cid-tChSyytUBJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tChSyytUBJ .mbr-section-title {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-tChSyytUBJ .mbr-section-subtitle {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.cid-tChSyytUBJ .mbr-fullscreen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0;
  padding-bottom: 200px;
}
.cid-tBSAe4iRY5 .navbar-dropdown {
  position: relative !important;
}
.cid-tBSAe4iRY5 .navbar-dropdown {
  position: absolute !important;
}
.cid-tBSAe4iRY5 .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-tBSAe4iRY5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tBSAe4iRY5 .dropdown-item:hover,
.cid-tBSAe4iRY5 .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tBSAe4iRY5 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tBSAe4iRY5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBSAe4iRY5 .nav-link {
  position: relative;
  padding: 0;
}
.cid-tBSAe4iRY5 .container {
  display: flex;
  margin: auto;
}
.cid-tBSAe4iRY5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBSAe4iRY5 .dropdown-menu,
.cid-tBSAe4iRY5 .navbar.opened {
  background: #1d2024 !important;
}
.cid-tBSAe4iRY5 .nav-item:focus,
.cid-tBSAe4iRY5 .nav-link:focus {
  outline: none;
}
.cid-tBSAe4iRY5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBSAe4iRY5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBSAe4iRY5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBSAe4iRY5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBSAe4iRY5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBSAe4iRY5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBSAe4iRY5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tBSAe4iRY5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tBSAe4iRY5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBSAe4iRY5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tBSAe4iRY5 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tBSAe4iRY5 .navbar.collapsed {
  justify-content: center;
}
.cid-tBSAe4iRY5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBSAe4iRY5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBSAe4iRY5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBSAe4iRY5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBSAe4iRY5 .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-tBSAe4iRY5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBSAe4iRY5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBSAe4iRY5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBSAe4iRY5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBSAe4iRY5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBSAe4iRY5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBSAe4iRY5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBSAe4iRY5 .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-tBSAe4iRY5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBSAe4iRY5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBSAe4iRY5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBSAe4iRY5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBSAe4iRY5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBSAe4iRY5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBSAe4iRY5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBSAe4iRY5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBSAe4iRY5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBSAe4iRY5 .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBSAe4iRY5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBSAe4iRY5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBSAe4iRY5 .dropdown-item.active,
.cid-tBSAe4iRY5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tBSAe4iRY5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBSAe4iRY5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBSAe4iRY5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBSAe4iRY5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tBSAe4iRY5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBSAe4iRY5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBSAe4iRY5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBSAe4iRY5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBSAe4iRY5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBSAe4iRY5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBSAe4iRY5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBSAe4iRY5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBSAe4iRY5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBSAe4iRY5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBSAe4iRY5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBSAe4iRY5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBSAe4iRY5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBSAe4iRY5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBSAe4iRY5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBSAe4iRY5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBSAe4iRY5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBSAe4iRY5 .navbar {
    height: 70px;
  }
  .cid-tBSAe4iRY5 .navbar.opened {
    height: auto;
  }
  .cid-tBSAe4iRY5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBSAe4iRY5 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tBSAe4iRY5 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tBSAe4iRY5 a {
  display: inline;
  font-weight: bold;
}
.cid-tBSAe4iRY5 img {
  display: inline;
  padding-right: 10px;
}
.cid-tBSAe4iRY5 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tBSAe4iRY5 .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tBSAe4iRY5 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tBSAe4iRY5 .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tBSAe4iRY5 .right-side {
    flex-direction: column;
  }
  .cid-tBSAe4iRY5 ul {
    margin-left: 0 !important;
  }
}
.cid-tBSAe4iRY5 .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tBSAe4iRY5 .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tBSAe4iRY5 .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tBSAe4iRY5 .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tBSAe4iRY5 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tBSAe4iRY5 .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tBSAe4iRY5 .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tBSAe4iRY5 ul {
  margin-left: 15%;
}
.cid-tBSAe4iRY5 .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tBSAe4iRY5 ul {
    margin-left: 50px !important;
  }
}
.cid-tBSAe4iRY5 .btn {
  border-radius: 50px;
}
.cid-tBYNjz8n5z {
  padding-top: 10rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #1d2024;
}
.cid-tBYNjz8n5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBYNjz8n5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBYNjz8n5z .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tBYNjz8n5z .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tBYNjz8n5z .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tBYNjz8n5z .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tBYNjz8n5z .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tBYNjz8n5z .text-wrapper {
  width: 100%;
}
.cid-tBYNjz8n5z .mbr-section-title {
  color: #fab901;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tBYNjz8n5z .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tBYNjz8n5z .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tBYNjz8n5z .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tBYNjz8n5z .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tBYNjz8n5z .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tBYNjz8n5z .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tBYNjz8n5z .mbr-text {
    padding-right: 0;
  }
}
.cid-tBYNjz8n5z .mbr-section-btn {
  margin-top: 40px;
}
.cid-tBYNjz8n5z .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tBYNjz8n5z .col-img {
    order: 1;
  }
}
.cid-tBYNjz8n5z .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tBYNjz8n5z .img-container {
    padding-right: 20px;
  }
}
.cid-tBYNjz8n5z .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-tBYNjz8n5z .image-wrapper {
    padding: 15px;
  }
}
.cid-tBYNjz8n5z .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tBYNjz8n5z .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tBYNjz8n5z .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tBYNjz8n5z .mbr-text,
.cid-tBYNjz8n5z .mbr-section-btn {
  color: #ffffff;
}
.cid-tBYNkwaM9M {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1d2024;
}
.cid-tBYNkwaM9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBYNkwaM9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBYNkwaM9M .cards-row {
  row-gap: 50px;
}
.cid-tBYNkwaM9M .card-wrapper {
  display: flex;
  align-items: flex-start;
}
.cid-tBYNkwaM9M .number-text {
  color: #fab901;
  margin-right: 36px;
  word-break: normal;
  max-width: 50%;
}
.cid-tBYNkwaM9M .card-box {
  padding-top: 4px;
}
.cid-tBYNkwaM9M .card-title {
  color: #303030;
}
.cid-tBYNkwaM9M .card-text {
  color: #303030;
  margin-top: 15px;
}
.cid-tBYNkwaM9M .mbr-section-btn {
  margin-top: 7px;
}
.cid-tBYNkwaM9M .card-text,
.cid-tBYNkwaM9M .mbr-section-btn {
  color: #e5e5e5;
}
.cid-tBYJOLUtAH .navbar-dropdown {
  position: relative !important;
}
.cid-tBYJOLUtAH .navbar-dropdown {
  position: absolute !important;
}
.cid-tBYJOLUtAH .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-tBYJOLUtAH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tBYJOLUtAH .dropdown-item:hover,
.cid-tBYJOLUtAH .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tBYJOLUtAH .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tBYJOLUtAH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBYJOLUtAH .nav-link {
  position: relative;
  padding: 0;
}
.cid-tBYJOLUtAH .container {
  display: flex;
  margin: auto;
}
.cid-tBYJOLUtAH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBYJOLUtAH .dropdown-menu,
.cid-tBYJOLUtAH .navbar.opened {
  background: #1d2024 !important;
}
.cid-tBYJOLUtAH .nav-item:focus,
.cid-tBYJOLUtAH .nav-link:focus {
  outline: none;
}
.cid-tBYJOLUtAH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBYJOLUtAH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBYJOLUtAH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBYJOLUtAH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBYJOLUtAH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBYJOLUtAH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBYJOLUtAH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tBYJOLUtAH .navbar.opened {
  transition: all 0.3s;
}
.cid-tBYJOLUtAH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBYJOLUtAH .navbar .navbar-logo img {
  width: auto;
}
.cid-tBYJOLUtAH .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tBYJOLUtAH .navbar.collapsed {
  justify-content: center;
}
.cid-tBYJOLUtAH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBYJOLUtAH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBYJOLUtAH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBYJOLUtAH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBYJOLUtAH .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-tBYJOLUtAH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBYJOLUtAH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBYJOLUtAH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBYJOLUtAH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBYJOLUtAH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBYJOLUtAH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBYJOLUtAH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBYJOLUtAH .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-tBYJOLUtAH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBYJOLUtAH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBYJOLUtAH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBYJOLUtAH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBYJOLUtAH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBYJOLUtAH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBYJOLUtAH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBYJOLUtAH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBYJOLUtAH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBYJOLUtAH .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBYJOLUtAH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBYJOLUtAH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBYJOLUtAH .dropdown-item.active,
.cid-tBYJOLUtAH .dropdown-item:active {
  background-color: transparent;
}
.cid-tBYJOLUtAH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBYJOLUtAH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBYJOLUtAH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBYJOLUtAH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tBYJOLUtAH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBYJOLUtAH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBYJOLUtAH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBYJOLUtAH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBYJOLUtAH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBYJOLUtAH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBYJOLUtAH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBYJOLUtAH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBYJOLUtAH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBYJOLUtAH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBYJOLUtAH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBYJOLUtAH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBYJOLUtAH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBYJOLUtAH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBYJOLUtAH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBYJOLUtAH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBYJOLUtAH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBYJOLUtAH .navbar {
    height: 70px;
  }
  .cid-tBYJOLUtAH .navbar.opened {
    height: auto;
  }
  .cid-tBYJOLUtAH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBYJOLUtAH .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tBYJOLUtAH .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tBYJOLUtAH a {
  display: inline;
  font-weight: bold;
}
.cid-tBYJOLUtAH img {
  display: inline;
  padding-right: 10px;
}
.cid-tBYJOLUtAH .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tBYJOLUtAH .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tBYJOLUtAH .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tBYJOLUtAH .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tBYJOLUtAH .right-side {
    flex-direction: column;
  }
  .cid-tBYJOLUtAH ul {
    margin-left: 0 !important;
  }
}
.cid-tBYJOLUtAH .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tBYJOLUtAH .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tBYJOLUtAH .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tBYJOLUtAH .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tBYJOLUtAH .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tBYJOLUtAH .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tBYJOLUtAH .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tBYJOLUtAH ul {
  margin-left: 15%;
}
.cid-tBYJOLUtAH .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tBYJOLUtAH ul {
    margin-left: 50px !important;
  }
}
.cid-tBYJOLUtAH .btn {
  border-radius: 50px;
}
.cid-tBYNFOqOEE {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
}
.cid-tBYNFOqOEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBYNFOqOEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBYNFOqOEE .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tBYNFOqOEE .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-tBYNFOqOEE .card-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .cid-tBYNFOqOEE .card-col {
    grid-row-start: 2;
    grid-row-end: 3;
    padding: 0;
  }
}
.cid-tBYNFOqOEE .card-title {
  margin-bottom: 30px;
  color: #fab901;
}
.cid-tBYNFOqOEE .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-tBYNFOqOEE .mbr-section-btn {
  margin-top: 30px;
}
.cid-tBYNFOqOEE .card-wrapper-bottom {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tBYNFOqOEE .img-col {
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.cid-tBYNFOqOEE .image-wrapper {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tBYNFOqOEE .image-wrapper {
    margin-top: 0;
  }
}
.cid-tBYNFOqOEE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBYNFOqOEE .mbr-media {
  position: static;
  width: 100%;
}
.cid-tBYNFOqOEE .icon-wrap {
  display: flex;
  margin-right: auto;
}
.cid-tBYNFOqOEE .icon-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  max-width: 100%;
  min-height: 120px;
  padding: 10px;
  background-color: #fab901;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s !important;
}
.cid-tBYNFOqOEE .icon-wrap a:hover {
  transform: scale(1.07);
}
@media (max-width: 991px) {
  .cid-tBYNFOqOEE .icon-wrap a {
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-tBYNFOqOEE .mbr-media span {
  font-size: 16px;
  transition: all 0.3s;
  color: #FFFFFF;
}
.cid-tBYNFOqOEE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tBYNFOqOEE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tBYNFOqOEE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tBYNFOqOEE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tBYNFOqOEE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tBYNFOqOEE .mbr-text,
.cid-tBYNFOqOEE .mbr-section-btn {
  color: #ffffff;
}
.cid-tBYNHAlWjh {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1d2024;
}
.cid-tBYNHAlWjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBYNHAlWjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBYNHAlWjh .cards-row {
  row-gap: 50px;
}
.cid-tBYNHAlWjh .card-wrapper {
  display: flex;
  align-items: flex-start;
}
.cid-tBYNHAlWjh .number-text {
  color: #fab901;
  margin-right: 36px;
  word-break: normal;
  max-width: 50%;
}
.cid-tBYNHAlWjh .card-box {
  padding-top: 4px;
}
.cid-tBYNHAlWjh .card-title {
  color: #303030;
}
.cid-tBYNHAlWjh .card-text {
  color: #303030;
  margin-top: 15px;
}
.cid-tBYNHAlWjh .mbr-section-btn {
  margin-top: 7px;
}
.cid-tBYNHAlWjh .card-text,
.cid-tBYNHAlWjh .mbr-section-btn {
  color: #e5e5e5;
}
.cid-tBYNIbuCXh {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #1d2024;
}
.cid-tBYNIbuCXh .card-title {
  font-weight: 600;
  display: inline;
  font-size: 18px;
  color: #ffffff;
}
.cid-tBYNIbuCXh .desc {
  margin-bottom: 60px;
  font-weight: 600;
  color: #fab901;
}
.cid-tBYNIbuCXh .number {
  font-size: 18px;
  font-weight: 600;
  color: #1d2024;
  padding-bottom: 18px;
}
.cid-tBYNIbuCXh .card-text {
  padding-top: 18px;
  color: #e5e5e5;
}
@media (max-width: 990px) {
  .cid-tBYNIbuCXh .text1 {
    padding-bottom: 30px;
  }
  .cid-tBYNIbuCXh .text2 {
    padding-bottom: 30px;
  }
}
.cid-tBYNIUpnom {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1d2024;
}
.cid-tBYNIUpnom .card-title {
  font-weight: 600;
  display: inline;
  font-size: 18px;
  color: #ffffff;
}
.cid-tBYNIUpnom .desc {
  margin-bottom: 60px;
  font-weight: 600;
  color: #fab901;
}
.cid-tBYNIUpnom .number {
  font-size: 18px;
  font-weight: 600;
  color: #1d2024;
  padding-bottom: 18px;
}
.cid-tBYNIUpnom .card-text {
  padding-top: 18px;
  color: #e5e5e5;
}
@media (max-width: 990px) {
  .cid-tBYNIUpnom .text1 {
    padding-bottom: 30px;
  }
  .cid-tBYNIUpnom .text2 {
    padding-bottom: 30px;
  }
}
.cid-tBYJJ9r9pC .navbar-dropdown {
  position: relative !important;
}
.cid-tBYJJ9r9pC .navbar-dropdown {
  position: absolute !important;
}
.cid-tBYJJ9r9pC .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-tBYJJ9r9pC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tBYJJ9r9pC .dropdown-item:hover,
.cid-tBYJJ9r9pC .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tBYJJ9r9pC .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tBYJJ9r9pC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBYJJ9r9pC .nav-link {
  position: relative;
  padding: 0;
}
.cid-tBYJJ9r9pC .container {
  display: flex;
  margin: auto;
}
.cid-tBYJJ9r9pC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBYJJ9r9pC .dropdown-menu,
.cid-tBYJJ9r9pC .navbar.opened {
  background: #1d2024 !important;
}
.cid-tBYJJ9r9pC .nav-item:focus,
.cid-tBYJJ9r9pC .nav-link:focus {
  outline: none;
}
.cid-tBYJJ9r9pC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBYJJ9r9pC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBYJJ9r9pC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBYJJ9r9pC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBYJJ9r9pC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBYJJ9r9pC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBYJJ9r9pC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tBYJJ9r9pC .navbar.opened {
  transition: all 0.3s;
}
.cid-tBYJJ9r9pC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBYJJ9r9pC .navbar .navbar-logo img {
  width: auto;
}
.cid-tBYJJ9r9pC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tBYJJ9r9pC .navbar.collapsed {
  justify-content: center;
}
.cid-tBYJJ9r9pC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBYJJ9r9pC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBYJJ9r9pC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBYJJ9r9pC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBYJJ9r9pC .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-tBYJJ9r9pC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBYJJ9r9pC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBYJJ9r9pC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBYJJ9r9pC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBYJJ9r9pC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBYJJ9r9pC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBYJJ9r9pC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBYJJ9r9pC .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-tBYJJ9r9pC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBYJJ9r9pC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBYJJ9r9pC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBYJJ9r9pC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBYJJ9r9pC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBYJJ9r9pC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBYJJ9r9pC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBYJJ9r9pC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBYJJ9r9pC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBYJJ9r9pC .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBYJJ9r9pC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBYJJ9r9pC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBYJJ9r9pC .dropdown-item.active,
.cid-tBYJJ9r9pC .dropdown-item:active {
  background-color: transparent;
}
.cid-tBYJJ9r9pC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBYJJ9r9pC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBYJJ9r9pC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBYJJ9r9pC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tBYJJ9r9pC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBYJJ9r9pC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBYJJ9r9pC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBYJJ9r9pC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBYJJ9r9pC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBYJJ9r9pC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBYJJ9r9pC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBYJJ9r9pC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBYJJ9r9pC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBYJJ9r9pC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBYJJ9r9pC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBYJJ9r9pC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBYJJ9r9pC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBYJJ9r9pC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBYJJ9r9pC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBYJJ9r9pC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBYJJ9r9pC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBYJJ9r9pC .navbar {
    height: 70px;
  }
  .cid-tBYJJ9r9pC .navbar.opened {
    height: auto;
  }
  .cid-tBYJJ9r9pC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBYJJ9r9pC .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tBYJJ9r9pC .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tBYJJ9r9pC a {
  display: inline;
  font-weight: bold;
}
.cid-tBYJJ9r9pC img {
  display: inline;
  padding-right: 10px;
}
.cid-tBYJJ9r9pC .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tBYJJ9r9pC .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tBYJJ9r9pC .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tBYJJ9r9pC .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tBYJJ9r9pC .right-side {
    flex-direction: column;
  }
  .cid-tBYJJ9r9pC ul {
    margin-left: 0 !important;
  }
}
.cid-tBYJJ9r9pC .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tBYJJ9r9pC .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tBYJJ9r9pC .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tBYJJ9r9pC .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tBYJJ9r9pC .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tBYJJ9r9pC .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tBYJJ9r9pC .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tBYJJ9r9pC ul {
  margin-left: 15%;
}
.cid-tBYJJ9r9pC .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tBYJJ9r9pC ul {
    margin-left: 50px !important;
  }
}
.cid-tBYJJ9r9pC .btn {
  border-radius: 50px;
}
.cid-tBYRyFpIjS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
}
.cid-tBYRyFpIjS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBYRyFpIjS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBYRyFpIjS .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tBYRyFpIjS .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-tBYRyFpIjS .card-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .cid-tBYRyFpIjS .card-col {
    grid-row-start: 2;
    grid-row-end: 3;
    padding: 0;
  }
}
.cid-tBYRyFpIjS .card-title {
  margin-bottom: 30px;
  color: #fab901;
}
.cid-tBYRyFpIjS .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-tBYRyFpIjS .mbr-section-btn {
  margin-top: 30px;
}
.cid-tBYRyFpIjS .card-wrapper-bottom {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tBYRyFpIjS .img-col {
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.cid-tBYRyFpIjS .image-wrapper {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tBYRyFpIjS .image-wrapper {
    margin-top: 0;
  }
}
.cid-tBYRyFpIjS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBYRyFpIjS .mbr-media {
  position: static;
  width: 100%;
}
.cid-tBYRyFpIjS .icon-wrap {
  display: flex;
  margin-right: auto;
}
.cid-tBYRyFpIjS .icon-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  max-width: 100%;
  min-height: 120px;
  padding: 10px;
  background-color: #fab901;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s !important;
}
.cid-tBYRyFpIjS .icon-wrap a:hover {
  transform: scale(1.07);
}
@media (max-width: 991px) {
  .cid-tBYRyFpIjS .icon-wrap a {
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-tBYRyFpIjS .mbr-media span {
  font-size: 16px;
  transition: all 0.3s;
  color: #FFFFFF;
}
.cid-tBYRyFpIjS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tBYRyFpIjS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tBYRyFpIjS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tBYRyFpIjS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tBYRyFpIjS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tBYRyFpIjS .mbr-text,
.cid-tBYRyFpIjS .mbr-section-btn {
  color: #ffffff;
}
.cid-tBYSApb6Eh {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #1d2024;
}
.cid-tBYSApb6Eh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBYSApb6Eh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBYSApb6Eh .cards-row {
  row-gap: 50px;
}
.cid-tBYSApb6Eh .card-wrapper {
  display: flex;
  align-items: flex-start;
}
.cid-tBYSApb6Eh .number-text {
  color: #fab901;
  margin-right: 36px;
  word-break: normal;
  max-width: 50%;
}
.cid-tBYSApb6Eh .card-box {
  padding-top: 4px;
}
.cid-tBYSApb6Eh .card-title {
  color: #303030;
}
.cid-tBYSApb6Eh .card-text {
  color: #303030;
  margin-top: 15px;
}
.cid-tBYSApb6Eh .mbr-section-btn {
  margin-top: 7px;
}
.cid-tBYSApb6Eh .card-text,
.cid-tBYSApb6Eh .mbr-section-btn {
  color: #e5e5e5;
}
.cid-tBYVvkMcsn {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #1d2024;
}
.cid-tBYVvkMcsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBYVvkMcsn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBYVvkMcsn .cards-row {
  row-gap: 50px;
}
.cid-tBYVvkMcsn .card-wrapper {
  display: flex;
  align-items: flex-start;
}
.cid-tBYVvkMcsn .number-text {
  color: #fab901;
  margin-right: 36px;
  word-break: normal;
  max-width: 50%;
}
.cid-tBYVvkMcsn .card-box {
  padding-top: 4px;
}
.cid-tBYVvkMcsn .card-title {
  color: #303030;
}
.cid-tBYVvkMcsn .card-text {
  color: #303030;
  margin-top: 15px;
}
.cid-tBYVvkMcsn .mbr-section-btn {
  margin-top: 7px;
}
.cid-tBYVvkMcsn .card-text,
.cid-tBYVvkMcsn .mbr-section-btn {
  color: #ffffff;
}
.cid-tBYS8fXz3z {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #1d2024;
}
.cid-tBYS8fXz3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBYS8fXz3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBYS8fXz3z .cards-row {
  row-gap: 50px;
}
.cid-tBYS8fXz3z .card-wrapper {
  display: flex;
  align-items: flex-start;
}
.cid-tBYS8fXz3z .number-text {
  color: #fab901;
  margin-right: 36px;
  word-break: normal;
  max-width: 50%;
}
.cid-tBYS8fXz3z .card-box {
  padding-top: 4px;
}
.cid-tBYS8fXz3z .card-title {
  color: #303030;
}
.cid-tBYS8fXz3z .card-text {
  color: #303030;
  margin-top: 15px;
}
.cid-tBYS8fXz3z .mbr-section-btn {
  margin-top: 7px;
}
.cid-tBYS8fXz3z .card-text,
.cid-tBYS8fXz3z .mbr-section-btn {
  color: #ffffff;
}
.cid-tBYRCpKuMx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1d2024;
}
.cid-tBYRCpKuMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBYRCpKuMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBYRCpKuMx .cards-row {
  row-gap: 50px;
}
.cid-tBYRCpKuMx .card-wrapper {
  display: flex;
  align-items: flex-start;
}
.cid-tBYRCpKuMx .number-text {
  color: #fab901;
  margin-right: 36px;
  word-break: normal;
  max-width: 50%;
}
.cid-tBYRCpKuMx .card-box {
  padding-top: 4px;
}
.cid-tBYRCpKuMx .card-title {
  color: #303030;
}
.cid-tBYRCpKuMx .card-text {
  color: #303030;
  margin-top: 15px;
}
.cid-tBYRCpKuMx .mbr-section-btn {
  margin-top: 7px;
}
.cid-tBYRCpKuMx .card-text,
.cid-tBYRCpKuMx .mbr-section-btn {
  color: #ffffff;
}
.cid-tBYKcoNvsi .navbar-dropdown {
  position: relative !important;
}
.cid-tBYKcoNvsi .navbar-dropdown {
  position: absolute !important;
}
.cid-tBYKcoNvsi .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-tBYKcoNvsi .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tBYKcoNvsi .dropdown-item:hover,
.cid-tBYKcoNvsi .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tBYKcoNvsi .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tBYKcoNvsi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBYKcoNvsi .nav-link {
  position: relative;
  padding: 0;
}
.cid-tBYKcoNvsi .container {
  display: flex;
  margin: auto;
}
.cid-tBYKcoNvsi .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBYKcoNvsi .dropdown-menu,
.cid-tBYKcoNvsi .navbar.opened {
  background: #1d2024 !important;
}
.cid-tBYKcoNvsi .nav-item:focus,
.cid-tBYKcoNvsi .nav-link:focus {
  outline: none;
}
.cid-tBYKcoNvsi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBYKcoNvsi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBYKcoNvsi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBYKcoNvsi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBYKcoNvsi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBYKcoNvsi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBYKcoNvsi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tBYKcoNvsi .navbar.opened {
  transition: all 0.3s;
}
.cid-tBYKcoNvsi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBYKcoNvsi .navbar .navbar-logo img {
  width: auto;
}
.cid-tBYKcoNvsi .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tBYKcoNvsi .navbar.collapsed {
  justify-content: center;
}
.cid-tBYKcoNvsi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBYKcoNvsi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBYKcoNvsi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBYKcoNvsi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBYKcoNvsi .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-tBYKcoNvsi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBYKcoNvsi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBYKcoNvsi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBYKcoNvsi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBYKcoNvsi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBYKcoNvsi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBYKcoNvsi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBYKcoNvsi .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-tBYKcoNvsi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBYKcoNvsi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBYKcoNvsi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBYKcoNvsi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBYKcoNvsi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBYKcoNvsi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBYKcoNvsi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBYKcoNvsi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBYKcoNvsi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBYKcoNvsi .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBYKcoNvsi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBYKcoNvsi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBYKcoNvsi .dropdown-item.active,
.cid-tBYKcoNvsi .dropdown-item:active {
  background-color: transparent;
}
.cid-tBYKcoNvsi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBYKcoNvsi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBYKcoNvsi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBYKcoNvsi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tBYKcoNvsi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBYKcoNvsi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBYKcoNvsi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBYKcoNvsi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBYKcoNvsi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBYKcoNvsi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBYKcoNvsi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBYKcoNvsi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBYKcoNvsi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBYKcoNvsi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBYKcoNvsi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBYKcoNvsi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBYKcoNvsi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBYKcoNvsi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBYKcoNvsi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBYKcoNvsi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBYKcoNvsi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBYKcoNvsi .navbar {
    height: 70px;
  }
  .cid-tBYKcoNvsi .navbar.opened {
    height: auto;
  }
  .cid-tBYKcoNvsi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBYKcoNvsi .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tBYKcoNvsi .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tBYKcoNvsi a {
  display: inline;
  font-weight: bold;
}
.cid-tBYKcoNvsi img {
  display: inline;
  padding-right: 10px;
}
.cid-tBYKcoNvsi .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tBYKcoNvsi .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tBYKcoNvsi .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tBYKcoNvsi .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tBYKcoNvsi .right-side {
    flex-direction: column;
  }
  .cid-tBYKcoNvsi ul {
    margin-left: 0 !important;
  }
}
.cid-tBYKcoNvsi .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tBYKcoNvsi .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tBYKcoNvsi .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tBYKcoNvsi .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tBYKcoNvsi .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tBYKcoNvsi .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tBYKcoNvsi .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tBYKcoNvsi ul {
  margin-left: 15%;
}
.cid-tBYKcoNvsi .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tBYKcoNvsi ul {
    margin-left: 50px !important;
  }
}
.cid-tBYKcoNvsi .btn {
  border-radius: 50px;
}
.cid-tC3Bf3xzmV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
}
.cid-tC3Bf3xzmV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC3Bf3xzmV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC3Bf3xzmV .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tC3Bf3xzmV .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-tC3Bf3xzmV .card-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .cid-tC3Bf3xzmV .card-col {
    grid-row-start: 2;
    grid-row-end: 3;
    padding: 0;
  }
}
.cid-tC3Bf3xzmV .card-title {
  margin-bottom: 30px;
  color: #fab901;
}
.cid-tC3Bf3xzmV .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-tC3Bf3xzmV .mbr-section-btn {
  margin-top: 30px;
}
.cid-tC3Bf3xzmV .card-wrapper-bottom {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tC3Bf3xzmV .img-col {
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.cid-tC3Bf3xzmV .image-wrapper {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tC3Bf3xzmV .image-wrapper {
    margin-top: 0;
  }
}
.cid-tC3Bf3xzmV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tC3Bf3xzmV .mbr-media {
  position: static;
  width: 100%;
}
.cid-tC3Bf3xzmV .icon-wrap {
  display: flex;
  margin-right: auto;
}
.cid-tC3Bf3xzmV .icon-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  max-width: 100%;
  min-height: 120px;
  padding: 10px;
  background-color: #fab901;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s !important;
}
.cid-tC3Bf3xzmV .icon-wrap a:hover {
  transform: scale(1.07);
}
@media (max-width: 991px) {
  .cid-tC3Bf3xzmV .icon-wrap a {
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-tC3Bf3xzmV .mbr-media span {
  font-size: 16px;
  transition: all 0.3s;
  color: #FFFFFF;
}
.cid-tC3Bf3xzmV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tC3Bf3xzmV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tC3Bf3xzmV .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tC3Bf3xzmV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tC3Bf3xzmV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tC3Bf3xzmV .mbr-text,
.cid-tC3Bf3xzmV .mbr-section-btn {
  color: #ffffff;
}
.cid-tBYOfx9c3D {
  background-color: #1d2024;
}
.cid-tBYOfx9c3D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBYOfx9c3D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBYOfx9c3D .container,
.cid-tBYOfx9c3D .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tBYOfx9c3D .container,
  .cid-tBYOfx9c3D .container-fluid {
    padding: 0 20px;
  }
}
.cid-tBYOfx9c3D .container .decor-wrapper,
.cid-tBYOfx9c3D .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-tBYOfx9c3D .container .decor-wrapper,
  .cid-tBYOfx9c3D .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-tBYOfx9c3D .container .decor-wrapper .decor,
.cid-tBYOfx9c3D .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #ed9b82;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 30%;
  width: 190px;
  margin-right: 30px;
}
.cid-tBYOfx9c3D .container .decor-wrapper .decor:first-child,
.cid-tBYOfx9c3D .container-fluid .decor-wrapper .decor:first-child {
  height: 50%;
}
.cid-tBYOfx9c3D .container .decor-wrapper .decor:last-child,
.cid-tBYOfx9c3D .container-fluid .decor-wrapper .decor:last-child {
  height: 20%;
}
.cid-tBYOfx9c3D .row {
  justify-content: space-between;
}
.cid-tBYOfx9c3D .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tBYOfx9c3D .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-tBYOfx9c3D .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tBYOfx9c3D .card {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tBYOfx9c3D .card {
    margin-bottom: 40px;
  }
}
.cid-tBYOfx9c3D .card:nth-child(3n) {
  margin-top: 20%;
}
@media (max-width: 992px) {
  .cid-tBYOfx9c3D .card:nth-child(3n) {
    margin-top: 0;
  }
}
.cid-tBYOfx9c3D .card .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 80px 25px 40px 25px;
  overflow: hidden;
  -webkit-flex: inherit;
  background-color: #1d2024;
}
@media (max-width: 992px) {
  .cid-tBYOfx9c3D .card .card-wrapper {
    padding: 77px 18px 40px;
  }
}
.cid-tBYOfx9c3D .card .card-wrapper .card-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tBYOfx9c3D .card .card-wrapper .card-desc .mbr-desc {
  padding: 12.5px 42px;
  margin-bottom: 0;
  background-color: #1d2024;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tBYOfx9c3D .card .card-wrapper .card-desc .mbr-desc {
    padding: 12.5px;
  }
}
.cid-tBYOfx9c3D .card .card-wrapper .card-icon .mbr-iconfont {
  font-size: 90px;
  color: #fab901;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-tBYOfx9c3D .card .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-tBYOfx9c3D .card .card-wrapper .card-text .mbr-text {
  margin-bottom: 0;
}
.cid-tBYOfx9c3D .mbr-section-title {
  color: #ffffff;
}
.cid-tBYOfx9c3D .mbr-desc {
  color: #3d4045;
}
.cid-tBYOfx9c3D .mbr-card-title {
  color: #ffffff;
}
.cid-tBYOfx9c3D .mbr-text {
  color: #e5e5e5;
}
.cid-tBYOfx9c3D .card-desc {
  text-align: right;
}
.cid-tBYOfx9c3D .mbr-desc,
.cid-tBYOfx9c3D .card-desc {
  color: #fab901;
}
.cid-tBYOfx9c3D .mbr-card-title,
.cid-tBYOfx9c3D .card-icon {
  color: #fab901;
}
.cid-tBZeI2IOxW .navbar-dropdown {
  position: relative !important;
}
.cid-tBZeI2IOxW .navbar-dropdown {
  position: absolute !important;
}
.cid-tBZeI2IOxW .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-tBZeI2IOxW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tBZeI2IOxW .dropdown-item:hover,
.cid-tBZeI2IOxW .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tBZeI2IOxW .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tBZeI2IOxW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBZeI2IOxW .nav-link {
  position: relative;
  padding: 0;
}
.cid-tBZeI2IOxW .container {
  display: flex;
  margin: auto;
}
.cid-tBZeI2IOxW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBZeI2IOxW .dropdown-menu,
.cid-tBZeI2IOxW .navbar.opened {
  background: #1d2024 !important;
}
.cid-tBZeI2IOxW .nav-item:focus,
.cid-tBZeI2IOxW .nav-link:focus {
  outline: none;
}
.cid-tBZeI2IOxW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBZeI2IOxW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBZeI2IOxW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBZeI2IOxW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBZeI2IOxW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBZeI2IOxW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBZeI2IOxW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tBZeI2IOxW .navbar.opened {
  transition: all 0.3s;
}
.cid-tBZeI2IOxW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBZeI2IOxW .navbar .navbar-logo img {
  width: auto;
}
.cid-tBZeI2IOxW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tBZeI2IOxW .navbar.collapsed {
  justify-content: center;
}
.cid-tBZeI2IOxW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBZeI2IOxW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBZeI2IOxW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBZeI2IOxW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBZeI2IOxW .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-tBZeI2IOxW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBZeI2IOxW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBZeI2IOxW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBZeI2IOxW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBZeI2IOxW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBZeI2IOxW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBZeI2IOxW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBZeI2IOxW .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-tBZeI2IOxW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBZeI2IOxW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBZeI2IOxW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBZeI2IOxW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBZeI2IOxW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBZeI2IOxW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBZeI2IOxW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBZeI2IOxW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBZeI2IOxW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBZeI2IOxW .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBZeI2IOxW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBZeI2IOxW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBZeI2IOxW .dropdown-item.active,
.cid-tBZeI2IOxW .dropdown-item:active {
  background-color: transparent;
}
.cid-tBZeI2IOxW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBZeI2IOxW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBZeI2IOxW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBZeI2IOxW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tBZeI2IOxW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBZeI2IOxW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBZeI2IOxW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBZeI2IOxW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBZeI2IOxW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBZeI2IOxW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBZeI2IOxW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBZeI2IOxW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZeI2IOxW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZeI2IOxW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBZeI2IOxW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZeI2IOxW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBZeI2IOxW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBZeI2IOxW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZeI2IOxW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBZeI2IOxW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBZeI2IOxW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBZeI2IOxW .navbar {
    height: 70px;
  }
  .cid-tBZeI2IOxW .navbar.opened {
    height: auto;
  }
  .cid-tBZeI2IOxW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBZeI2IOxW .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tBZeI2IOxW .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tBZeI2IOxW a {
  display: inline;
  font-weight: bold;
}
.cid-tBZeI2IOxW img {
  display: inline;
  padding-right: 10px;
}
.cid-tBZeI2IOxW .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tBZeI2IOxW .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tBZeI2IOxW .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tBZeI2IOxW .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tBZeI2IOxW .right-side {
    flex-direction: column;
  }
  .cid-tBZeI2IOxW ul {
    margin-left: 0 !important;
  }
}
.cid-tBZeI2IOxW .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tBZeI2IOxW .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tBZeI2IOxW .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tBZeI2IOxW .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tBZeI2IOxW .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tBZeI2IOxW .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tBZeI2IOxW .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tBZeI2IOxW ul {
  margin-left: 15%;
}
.cid-tBZeI2IOxW .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tBZeI2IOxW ul {
    margin-left: 50px !important;
  }
}
.cid-tBZeI2IOxW .btn {
  border-radius: 50px;
}
.cid-tBZfkJBYdz {
  background-image: url("../../../assets/images/slider-2.webp");
}
.cid-tBZfkJBYdz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBZfkJBYdz .mbr-section-title {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-tBZfkJBYdz .mbr-section-subtitle {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.cid-tBZfkJBYdz .mbr-fullscreen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0;
  padding-bottom: 200px;
}
.cid-tBZfMYFc9P .navbar-dropdown {
  position: relative !important;
}
.cid-tBZfMYFc9P .navbar-dropdown {
  position: absolute !important;
}
.cid-tBZfMYFc9P .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-tBZfMYFc9P .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tBZfMYFc9P .dropdown-item:hover,
.cid-tBZfMYFc9P .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tBZfMYFc9P .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tBZfMYFc9P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBZfMYFc9P .nav-link {
  position: relative;
  padding: 0;
}
.cid-tBZfMYFc9P .container {
  display: flex;
  margin: auto;
}
.cid-tBZfMYFc9P .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBZfMYFc9P .dropdown-menu,
.cid-tBZfMYFc9P .navbar.opened {
  background: #1d2024 !important;
}
.cid-tBZfMYFc9P .nav-item:focus,
.cid-tBZfMYFc9P .nav-link:focus {
  outline: none;
}
.cid-tBZfMYFc9P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBZfMYFc9P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBZfMYFc9P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBZfMYFc9P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBZfMYFc9P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBZfMYFc9P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBZfMYFc9P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tBZfMYFc9P .navbar.opened {
  transition: all 0.3s;
}
.cid-tBZfMYFc9P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBZfMYFc9P .navbar .navbar-logo img {
  width: auto;
}
.cid-tBZfMYFc9P .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tBZfMYFc9P .navbar.collapsed {
  justify-content: center;
}
.cid-tBZfMYFc9P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBZfMYFc9P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBZfMYFc9P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBZfMYFc9P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBZfMYFc9P .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-tBZfMYFc9P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBZfMYFc9P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBZfMYFc9P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBZfMYFc9P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBZfMYFc9P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBZfMYFc9P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBZfMYFc9P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBZfMYFc9P .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-tBZfMYFc9P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBZfMYFc9P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBZfMYFc9P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBZfMYFc9P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBZfMYFc9P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBZfMYFc9P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBZfMYFc9P .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBZfMYFc9P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBZfMYFc9P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBZfMYFc9P .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBZfMYFc9P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBZfMYFc9P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBZfMYFc9P .dropdown-item.active,
.cid-tBZfMYFc9P .dropdown-item:active {
  background-color: transparent;
}
.cid-tBZfMYFc9P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBZfMYFc9P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBZfMYFc9P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBZfMYFc9P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tBZfMYFc9P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBZfMYFc9P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBZfMYFc9P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBZfMYFc9P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBZfMYFc9P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBZfMYFc9P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBZfMYFc9P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBZfMYFc9P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZfMYFc9P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZfMYFc9P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBZfMYFc9P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZfMYFc9P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBZfMYFc9P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBZfMYFc9P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZfMYFc9P .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBZfMYFc9P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBZfMYFc9P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBZfMYFc9P .navbar {
    height: 70px;
  }
  .cid-tBZfMYFc9P .navbar.opened {
    height: auto;
  }
  .cid-tBZfMYFc9P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBZfMYFc9P .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tBZfMYFc9P .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tBZfMYFc9P a {
  display: inline;
  font-weight: bold;
}
.cid-tBZfMYFc9P img {
  display: inline;
  padding-right: 10px;
}
.cid-tBZfMYFc9P .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tBZfMYFc9P .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tBZfMYFc9P .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tBZfMYFc9P .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tBZfMYFc9P .right-side {
    flex-direction: column;
  }
  .cid-tBZfMYFc9P ul {
    margin-left: 0 !important;
  }
}
.cid-tBZfMYFc9P .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tBZfMYFc9P .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tBZfMYFc9P .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tBZfMYFc9P .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tBZfMYFc9P .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tBZfMYFc9P .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tBZfMYFc9P .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tBZfMYFc9P ul {
  margin-left: 15%;
}
.cid-tBZfMYFc9P .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tBZfMYFc9P ul {
    margin-left: 50px !important;
  }
}
.cid-tBZfMYFc9P .btn {
  border-radius: 50px;
}
.cid-tBZfN1T9pv {
  background-image: url("../../../assets/images/slider-1.webp");
}
.cid-tBZfN1T9pv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBZfN1T9pv .mbr-section-title {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-tBZfN1T9pv .mbr-section-subtitle {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.cid-tBZfN1T9pv .mbr-fullscreen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0;
  padding-bottom: 200px;
}
.cid-tBZgCcnokO .navbar-dropdown {
  position: relative !important;
}
.cid-tBZgCcnokO .navbar-dropdown {
  position: absolute !important;
}
.cid-tBZgCcnokO .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-tBZgCcnokO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tBZgCcnokO .dropdown-item:hover,
.cid-tBZgCcnokO .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tBZgCcnokO .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tBZgCcnokO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBZgCcnokO .nav-link {
  position: relative;
  padding: 0;
}
.cid-tBZgCcnokO .container {
  display: flex;
  margin: auto;
}
.cid-tBZgCcnokO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBZgCcnokO .dropdown-menu,
.cid-tBZgCcnokO .navbar.opened {
  background: #1d2024 !important;
}
.cid-tBZgCcnokO .nav-item:focus,
.cid-tBZgCcnokO .nav-link:focus {
  outline: none;
}
.cid-tBZgCcnokO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBZgCcnokO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBZgCcnokO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBZgCcnokO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBZgCcnokO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBZgCcnokO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBZgCcnokO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tBZgCcnokO .navbar.opened {
  transition: all 0.3s;
}
.cid-tBZgCcnokO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBZgCcnokO .navbar .navbar-logo img {
  width: auto;
}
.cid-tBZgCcnokO .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tBZgCcnokO .navbar.collapsed {
  justify-content: center;
}
.cid-tBZgCcnokO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBZgCcnokO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBZgCcnokO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBZgCcnokO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBZgCcnokO .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-tBZgCcnokO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBZgCcnokO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBZgCcnokO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBZgCcnokO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBZgCcnokO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBZgCcnokO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBZgCcnokO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBZgCcnokO .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-tBZgCcnokO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBZgCcnokO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBZgCcnokO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBZgCcnokO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBZgCcnokO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBZgCcnokO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBZgCcnokO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBZgCcnokO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBZgCcnokO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBZgCcnokO .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBZgCcnokO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBZgCcnokO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBZgCcnokO .dropdown-item.active,
.cid-tBZgCcnokO .dropdown-item:active {
  background-color: transparent;
}
.cid-tBZgCcnokO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBZgCcnokO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBZgCcnokO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBZgCcnokO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tBZgCcnokO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBZgCcnokO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBZgCcnokO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBZgCcnokO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBZgCcnokO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBZgCcnokO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBZgCcnokO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBZgCcnokO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZgCcnokO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZgCcnokO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBZgCcnokO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZgCcnokO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBZgCcnokO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBZgCcnokO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZgCcnokO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBZgCcnokO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBZgCcnokO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBZgCcnokO .navbar {
    height: 70px;
  }
  .cid-tBZgCcnokO .navbar.opened {
    height: auto;
  }
  .cid-tBZgCcnokO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBZgCcnokO .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tBZgCcnokO .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tBZgCcnokO a {
  display: inline;
  font-weight: bold;
}
.cid-tBZgCcnokO img {
  display: inline;
  padding-right: 10px;
}
.cid-tBZgCcnokO .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tBZgCcnokO .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tBZgCcnokO .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tBZgCcnokO .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tBZgCcnokO .right-side {
    flex-direction: column;
  }
  .cid-tBZgCcnokO ul {
    margin-left: 0 !important;
  }
}
.cid-tBZgCcnokO .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tBZgCcnokO .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tBZgCcnokO .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tBZgCcnokO .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tBZgCcnokO .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tBZgCcnokO .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tBZgCcnokO .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tBZgCcnokO ul {
  margin-left: 15%;
}
.cid-tBZgCcnokO .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tBZgCcnokO ul {
    margin-left: 50px !important;
  }
}
.cid-tBZgCcnokO .btn {
  border-radius: 50px;
}
.cid-tBZgCdwumx {
  background-image: url("../../../assets/images/slider-5.webp");
}
.cid-tBZgCdwumx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBZgCdwumx .mbr-section-title {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-tBZgCdwumx .mbr-section-subtitle {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.cid-tBZgCdwumx .mbr-fullscreen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0;
  padding-bottom: 200px;
}
.cid-tBZhJoiHdk .navbar-dropdown {
  position: relative !important;
}
.cid-tBZhJoiHdk .navbar-dropdown {
  position: absolute !important;
}
.cid-tBZhJoiHdk .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-tBZhJoiHdk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tBZhJoiHdk .dropdown-item:hover,
.cid-tBZhJoiHdk .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tBZhJoiHdk .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tBZhJoiHdk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBZhJoiHdk .nav-link {
  position: relative;
  padding: 0;
}
.cid-tBZhJoiHdk .container {
  display: flex;
  margin: auto;
}
.cid-tBZhJoiHdk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBZhJoiHdk .dropdown-menu,
.cid-tBZhJoiHdk .navbar.opened {
  background: #1d2024 !important;
}
.cid-tBZhJoiHdk .nav-item:focus,
.cid-tBZhJoiHdk .nav-link:focus {
  outline: none;
}
.cid-tBZhJoiHdk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBZhJoiHdk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBZhJoiHdk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBZhJoiHdk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBZhJoiHdk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBZhJoiHdk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBZhJoiHdk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tBZhJoiHdk .navbar.opened {
  transition: all 0.3s;
}
.cid-tBZhJoiHdk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBZhJoiHdk .navbar .navbar-logo img {
  width: auto;
}
.cid-tBZhJoiHdk .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tBZhJoiHdk .navbar.collapsed {
  justify-content: center;
}
.cid-tBZhJoiHdk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBZhJoiHdk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBZhJoiHdk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBZhJoiHdk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBZhJoiHdk .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-tBZhJoiHdk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBZhJoiHdk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBZhJoiHdk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBZhJoiHdk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBZhJoiHdk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBZhJoiHdk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBZhJoiHdk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBZhJoiHdk .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-tBZhJoiHdk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBZhJoiHdk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBZhJoiHdk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBZhJoiHdk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBZhJoiHdk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBZhJoiHdk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBZhJoiHdk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBZhJoiHdk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBZhJoiHdk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBZhJoiHdk .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBZhJoiHdk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBZhJoiHdk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBZhJoiHdk .dropdown-item.active,
.cid-tBZhJoiHdk .dropdown-item:active {
  background-color: transparent;
}
.cid-tBZhJoiHdk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBZhJoiHdk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBZhJoiHdk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBZhJoiHdk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tBZhJoiHdk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBZhJoiHdk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBZhJoiHdk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBZhJoiHdk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBZhJoiHdk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBZhJoiHdk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBZhJoiHdk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBZhJoiHdk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZhJoiHdk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZhJoiHdk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBZhJoiHdk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZhJoiHdk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBZhJoiHdk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBZhJoiHdk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZhJoiHdk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBZhJoiHdk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBZhJoiHdk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBZhJoiHdk .navbar {
    height: 70px;
  }
  .cid-tBZhJoiHdk .navbar.opened {
    height: auto;
  }
  .cid-tBZhJoiHdk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBZhJoiHdk .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tBZhJoiHdk .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tBZhJoiHdk a {
  display: inline;
  font-weight: bold;
}
.cid-tBZhJoiHdk img {
  display: inline;
  padding-right: 10px;
}
.cid-tBZhJoiHdk .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tBZhJoiHdk .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tBZhJoiHdk .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tBZhJoiHdk .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tBZhJoiHdk .right-side {
    flex-direction: column;
  }
  .cid-tBZhJoiHdk ul {
    margin-left: 0 !important;
  }
}
.cid-tBZhJoiHdk .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tBZhJoiHdk .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tBZhJoiHdk .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tBZhJoiHdk .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tBZhJoiHdk .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tBZhJoiHdk .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tBZhJoiHdk .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tBZhJoiHdk ul {
  margin-left: 15%;
}
.cid-tBZhJoiHdk .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tBZhJoiHdk ul {
    margin-left: 50px !important;
  }
}
.cid-tBZhJoiHdk .btn {
  border-radius: 50px;
}
.cid-tBZhJqmYBG {
  background-image: url("../../../assets/images/slider-5.webp");
}
.cid-tBZhJqmYBG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBZhJqmYBG .mbr-section-title {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-tBZhJqmYBG .mbr-section-subtitle {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.cid-tBZhJqmYBG .mbr-fullscreen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0;
  padding-bottom: 200px;
}
.cid-tBZiNJBLiG .navbar-dropdown {
  position: relative !important;
}
.cid-tBZiNJBLiG .navbar-dropdown {
  position: absolute !important;
}
.cid-tBZiNJBLiG .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-tBZiNJBLiG .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tBZiNJBLiG .dropdown-item:hover,
.cid-tBZiNJBLiG .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tBZiNJBLiG .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tBZiNJBLiG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBZiNJBLiG .nav-link {
  position: relative;
  padding: 0;
}
.cid-tBZiNJBLiG .container {
  display: flex;
  margin: auto;
}
.cid-tBZiNJBLiG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBZiNJBLiG .dropdown-menu,
.cid-tBZiNJBLiG .navbar.opened {
  background: #1d2024 !important;
}
.cid-tBZiNJBLiG .nav-item:focus,
.cid-tBZiNJBLiG .nav-link:focus {
  outline: none;
}
.cid-tBZiNJBLiG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBZiNJBLiG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBZiNJBLiG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBZiNJBLiG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBZiNJBLiG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBZiNJBLiG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBZiNJBLiG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tBZiNJBLiG .navbar.opened {
  transition: all 0.3s;
}
.cid-tBZiNJBLiG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBZiNJBLiG .navbar .navbar-logo img {
  width: auto;
}
.cid-tBZiNJBLiG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tBZiNJBLiG .navbar.collapsed {
  justify-content: center;
}
.cid-tBZiNJBLiG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBZiNJBLiG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBZiNJBLiG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBZiNJBLiG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBZiNJBLiG .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-tBZiNJBLiG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBZiNJBLiG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBZiNJBLiG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBZiNJBLiG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBZiNJBLiG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBZiNJBLiG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBZiNJBLiG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBZiNJBLiG .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-tBZiNJBLiG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBZiNJBLiG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBZiNJBLiG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBZiNJBLiG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBZiNJBLiG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBZiNJBLiG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBZiNJBLiG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBZiNJBLiG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBZiNJBLiG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBZiNJBLiG .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBZiNJBLiG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBZiNJBLiG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBZiNJBLiG .dropdown-item.active,
.cid-tBZiNJBLiG .dropdown-item:active {
  background-color: transparent;
}
.cid-tBZiNJBLiG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBZiNJBLiG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBZiNJBLiG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBZiNJBLiG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tBZiNJBLiG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBZiNJBLiG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBZiNJBLiG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBZiNJBLiG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBZiNJBLiG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBZiNJBLiG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBZiNJBLiG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBZiNJBLiG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZiNJBLiG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZiNJBLiG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBZiNJBLiG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZiNJBLiG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBZiNJBLiG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBZiNJBLiG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZiNJBLiG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBZiNJBLiG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBZiNJBLiG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBZiNJBLiG .navbar {
    height: 70px;
  }
  .cid-tBZiNJBLiG .navbar.opened {
    height: auto;
  }
  .cid-tBZiNJBLiG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBZiNJBLiG .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tBZiNJBLiG .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tBZiNJBLiG a {
  display: inline;
  font-weight: bold;
}
.cid-tBZiNJBLiG img {
  display: inline;
  padding-right: 10px;
}
.cid-tBZiNJBLiG .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tBZiNJBLiG .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tBZiNJBLiG .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tBZiNJBLiG .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tBZiNJBLiG .right-side {
    flex-direction: column;
  }
  .cid-tBZiNJBLiG ul {
    margin-left: 0 !important;
  }
}
.cid-tBZiNJBLiG .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tBZiNJBLiG .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tBZiNJBLiG .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tBZiNJBLiG .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tBZiNJBLiG .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tBZiNJBLiG .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tBZiNJBLiG .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tBZiNJBLiG ul {
  margin-left: 15%;
}
.cid-tBZiNJBLiG .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tBZiNJBLiG ul {
    margin-left: 50px !important;
  }
}
.cid-tBZiNJBLiG .btn {
  border-radius: 50px;
}
.cid-tBZiNNx2oz {
  background-image: url("../../../assets/images/slider-6.webp");
}
.cid-tBZiNNx2oz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBZiNNx2oz .mbr-section-title {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-tBZiNNx2oz .mbr-section-subtitle {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.cid-tBZiNNx2oz .mbr-fullscreen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0;
  padding-bottom: 200px;
}
.cid-tBZjuSk3oV .navbar-dropdown {
  position: relative !important;
}
.cid-tBZjuSk3oV .navbar-dropdown {
  position: absolute !important;
}
.cid-tBZjuSk3oV .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-tBZjuSk3oV .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tBZjuSk3oV .dropdown-item:hover,
.cid-tBZjuSk3oV .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tBZjuSk3oV .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tBZjuSk3oV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBZjuSk3oV .nav-link {
  position: relative;
  padding: 0;
}
.cid-tBZjuSk3oV .container {
  display: flex;
  margin: auto;
}
.cid-tBZjuSk3oV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBZjuSk3oV .dropdown-menu,
.cid-tBZjuSk3oV .navbar.opened {
  background: #1d2024 !important;
}
.cid-tBZjuSk3oV .nav-item:focus,
.cid-tBZjuSk3oV .nav-link:focus {
  outline: none;
}
.cid-tBZjuSk3oV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBZjuSk3oV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBZjuSk3oV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBZjuSk3oV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBZjuSk3oV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBZjuSk3oV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBZjuSk3oV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tBZjuSk3oV .navbar.opened {
  transition: all 0.3s;
}
.cid-tBZjuSk3oV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBZjuSk3oV .navbar .navbar-logo img {
  width: auto;
}
.cid-tBZjuSk3oV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tBZjuSk3oV .navbar.collapsed {
  justify-content: center;
}
.cid-tBZjuSk3oV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBZjuSk3oV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBZjuSk3oV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBZjuSk3oV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBZjuSk3oV .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-tBZjuSk3oV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBZjuSk3oV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBZjuSk3oV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBZjuSk3oV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBZjuSk3oV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBZjuSk3oV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBZjuSk3oV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBZjuSk3oV .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-tBZjuSk3oV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBZjuSk3oV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBZjuSk3oV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBZjuSk3oV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBZjuSk3oV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBZjuSk3oV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBZjuSk3oV .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBZjuSk3oV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBZjuSk3oV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBZjuSk3oV .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBZjuSk3oV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBZjuSk3oV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBZjuSk3oV .dropdown-item.active,
.cid-tBZjuSk3oV .dropdown-item:active {
  background-color: transparent;
}
.cid-tBZjuSk3oV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBZjuSk3oV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBZjuSk3oV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBZjuSk3oV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tBZjuSk3oV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBZjuSk3oV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBZjuSk3oV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBZjuSk3oV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBZjuSk3oV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBZjuSk3oV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBZjuSk3oV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBZjuSk3oV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZjuSk3oV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZjuSk3oV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBZjuSk3oV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZjuSk3oV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBZjuSk3oV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBZjuSk3oV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZjuSk3oV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBZjuSk3oV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBZjuSk3oV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBZjuSk3oV .navbar {
    height: 70px;
  }
  .cid-tBZjuSk3oV .navbar.opened {
    height: auto;
  }
  .cid-tBZjuSk3oV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBZjuSk3oV .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tBZjuSk3oV .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tBZjuSk3oV a {
  display: inline;
  font-weight: bold;
}
.cid-tBZjuSk3oV img {
  display: inline;
  padding-right: 10px;
}
.cid-tBZjuSk3oV .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tBZjuSk3oV .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tBZjuSk3oV .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tBZjuSk3oV .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tBZjuSk3oV .right-side {
    flex-direction: column;
  }
  .cid-tBZjuSk3oV ul {
    margin-left: 0 !important;
  }
}
.cid-tBZjuSk3oV .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tBZjuSk3oV .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tBZjuSk3oV .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tBZjuSk3oV .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tBZjuSk3oV .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tBZjuSk3oV .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tBZjuSk3oV .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tBZjuSk3oV ul {
  margin-left: 15%;
}
.cid-tBZjuSk3oV .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tBZjuSk3oV ul {
    margin-left: 50px !important;
  }
}
.cid-tBZjuSk3oV .btn {
  border-radius: 50px;
}
.cid-tBZjuT4Kyk {
  background-image: url("../../../assets/images/slider-3.webp");
}
.cid-tBZjuT4Kyk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBZjuT4Kyk .mbr-section-title {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-tBZjuT4Kyk .mbr-section-subtitle {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.cid-tBZjuT4Kyk .mbr-fullscreen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0;
  padding-bottom: 200px;
}
.cid-tBZkb3HbJL .navbar-dropdown {
  position: relative !important;
}
.cid-tBZkb3HbJL .navbar-dropdown {
  position: absolute !important;
}
.cid-tBZkb3HbJL .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-tBZkb3HbJL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tBZkb3HbJL .dropdown-item:hover,
.cid-tBZkb3HbJL .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tBZkb3HbJL .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tBZkb3HbJL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBZkb3HbJL .nav-link {
  position: relative;
  padding: 0;
}
.cid-tBZkb3HbJL .container {
  display: flex;
  margin: auto;
}
.cid-tBZkb3HbJL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBZkb3HbJL .dropdown-menu,
.cid-tBZkb3HbJL .navbar.opened {
  background: #1d2024 !important;
}
.cid-tBZkb3HbJL .nav-item:focus,
.cid-tBZkb3HbJL .nav-link:focus {
  outline: none;
}
.cid-tBZkb3HbJL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBZkb3HbJL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBZkb3HbJL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBZkb3HbJL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBZkb3HbJL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBZkb3HbJL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBZkb3HbJL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tBZkb3HbJL .navbar.opened {
  transition: all 0.3s;
}
.cid-tBZkb3HbJL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBZkb3HbJL .navbar .navbar-logo img {
  width: auto;
}
.cid-tBZkb3HbJL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tBZkb3HbJL .navbar.collapsed {
  justify-content: center;
}
.cid-tBZkb3HbJL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBZkb3HbJL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBZkb3HbJL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBZkb3HbJL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBZkb3HbJL .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-tBZkb3HbJL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBZkb3HbJL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBZkb3HbJL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBZkb3HbJL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBZkb3HbJL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBZkb3HbJL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBZkb3HbJL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBZkb3HbJL .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-tBZkb3HbJL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBZkb3HbJL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBZkb3HbJL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBZkb3HbJL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBZkb3HbJL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBZkb3HbJL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBZkb3HbJL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBZkb3HbJL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBZkb3HbJL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBZkb3HbJL .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBZkb3HbJL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBZkb3HbJL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBZkb3HbJL .dropdown-item.active,
.cid-tBZkb3HbJL .dropdown-item:active {
  background-color: transparent;
}
.cid-tBZkb3HbJL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBZkb3HbJL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBZkb3HbJL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBZkb3HbJL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tBZkb3HbJL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBZkb3HbJL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBZkb3HbJL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBZkb3HbJL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBZkb3HbJL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBZkb3HbJL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBZkb3HbJL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBZkb3HbJL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZkb3HbJL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZkb3HbJL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBZkb3HbJL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZkb3HbJL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBZkb3HbJL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBZkb3HbJL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZkb3HbJL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBZkb3HbJL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBZkb3HbJL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBZkb3HbJL .navbar {
    height: 70px;
  }
  .cid-tBZkb3HbJL .navbar.opened {
    height: auto;
  }
  .cid-tBZkb3HbJL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBZkb3HbJL .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tBZkb3HbJL .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tBZkb3HbJL a {
  display: inline;
  font-weight: bold;
}
.cid-tBZkb3HbJL img {
  display: inline;
  padding-right: 10px;
}
.cid-tBZkb3HbJL .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tBZkb3HbJL .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tBZkb3HbJL .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tBZkb3HbJL .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tBZkb3HbJL .right-side {
    flex-direction: column;
  }
  .cid-tBZkb3HbJL ul {
    margin-left: 0 !important;
  }
}
.cid-tBZkb3HbJL .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tBZkb3HbJL .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tBZkb3HbJL .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tBZkb3HbJL .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tBZkb3HbJL .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tBZkb3HbJL .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tBZkb3HbJL .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tBZkb3HbJL ul {
  margin-left: 15%;
}
.cid-tBZkb3HbJL .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tBZkb3HbJL ul {
    margin-left: 50px !important;
  }
}
.cid-tBZkb3HbJL .btn {
  border-radius: 50px;
}
.cid-tBZkb6tGLq {
  background-image: url("../../../assets/images/slider-4.webp");
}
.cid-tBZkb6tGLq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBZkb6tGLq .mbr-section-title {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-tBZkb6tGLq .mbr-section-subtitle {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.cid-tBZkb6tGLq .mbr-fullscreen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0;
  padding-bottom: 200px;
}
.cid-tBZvet08Yn .navbar-dropdown {
  position: relative !important;
}
.cid-tBZvet08Yn .navbar-dropdown {
  position: absolute !important;
}
.cid-tBZvet08Yn .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-tBZvet08Yn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tBZvet08Yn .dropdown-item:hover,
.cid-tBZvet08Yn .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tBZvet08Yn .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tBZvet08Yn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBZvet08Yn .nav-link {
  position: relative;
  padding: 0;
}
.cid-tBZvet08Yn .container {
  display: flex;
  margin: auto;
}
.cid-tBZvet08Yn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBZvet08Yn .dropdown-menu,
.cid-tBZvet08Yn .navbar.opened {
  background: #1d2024 !important;
}
.cid-tBZvet08Yn .nav-item:focus,
.cid-tBZvet08Yn .nav-link:focus {
  outline: none;
}
.cid-tBZvet08Yn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBZvet08Yn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBZvet08Yn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBZvet08Yn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBZvet08Yn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBZvet08Yn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBZvet08Yn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tBZvet08Yn .navbar.opened {
  transition: all 0.3s;
}
.cid-tBZvet08Yn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBZvet08Yn .navbar .navbar-logo img {
  width: auto;
}
.cid-tBZvet08Yn .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tBZvet08Yn .navbar.collapsed {
  justify-content: center;
}
.cid-tBZvet08Yn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBZvet08Yn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBZvet08Yn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBZvet08Yn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBZvet08Yn .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-tBZvet08Yn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBZvet08Yn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBZvet08Yn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBZvet08Yn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBZvet08Yn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBZvet08Yn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBZvet08Yn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBZvet08Yn .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-tBZvet08Yn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBZvet08Yn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBZvet08Yn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBZvet08Yn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBZvet08Yn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBZvet08Yn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBZvet08Yn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBZvet08Yn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBZvet08Yn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBZvet08Yn .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBZvet08Yn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBZvet08Yn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBZvet08Yn .dropdown-item.active,
.cid-tBZvet08Yn .dropdown-item:active {
  background-color: transparent;
}
.cid-tBZvet08Yn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBZvet08Yn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBZvet08Yn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBZvet08Yn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tBZvet08Yn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBZvet08Yn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBZvet08Yn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBZvet08Yn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBZvet08Yn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBZvet08Yn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBZvet08Yn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBZvet08Yn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZvet08Yn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZvet08Yn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBZvet08Yn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZvet08Yn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBZvet08Yn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBZvet08Yn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZvet08Yn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBZvet08Yn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBZvet08Yn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBZvet08Yn .navbar {
    height: 70px;
  }
  .cid-tBZvet08Yn .navbar.opened {
    height: auto;
  }
  .cid-tBZvet08Yn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBZvet08Yn .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tBZvet08Yn .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tBZvet08Yn a {
  display: inline;
  font-weight: bold;
}
.cid-tBZvet08Yn img {
  display: inline;
  padding-right: 10px;
}
.cid-tBZvet08Yn .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tBZvet08Yn .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tBZvet08Yn .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tBZvet08Yn .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tBZvet08Yn .right-side {
    flex-direction: column;
  }
  .cid-tBZvet08Yn ul {
    margin-left: 0 !important;
  }
}
.cid-tBZvet08Yn .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tBZvet08Yn .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tBZvet08Yn .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tBZvet08Yn .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tBZvet08Yn .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tBZvet08Yn .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tBZvet08Yn .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tBZvet08Yn ul {
  margin-left: 15%;
}
.cid-tBZvet08Yn .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tBZvet08Yn ul {
    margin-left: 50px !important;
  }
}
.cid-tBZvet08Yn .btn {
  border-radius: 50px;
}
.cid-tBZveuCVu9 {
  background-image: url("../../../assets/images/premio-kodaly-slke-spain-4.webp");
}
.cid-tBZveuCVu9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBZveuCVu9 .mbr-section-title {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-tBZveuCVu9 .mbr-section-subtitle {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.cid-tBZveuCVu9 .mbr-fullscreen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0;
  padding-bottom: 200px;
}
.cid-tC44Yj0rOl {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #0a0808;
}
.cid-tC44Yj0rOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC44Yj0rOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC44Yj0rOl .container {
  max-width: 1260px;
}
@media (max-width: 1199px) {
  .cid-tC44Yj0rOl .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .cid-tC44Yj0rOl .container {
    max-width: 540px;
  }
}
.cid-tC44Yj0rOl .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-tC44Yj0rOl .logo-container img {
  width: 80px;
  height: auto;
  object-fit: cover;
}
.cid-tC44Yj0rOl .mbr-section-title {
  color: #f2c104;
}
.cid-tC44Yj0rOl .mbr-section-subtitle {
  color: #f2c104;
  margin-top: 15px;
}
.cid-tC44Yj0rOl .mbr-text {
  color: #878e99;
  margin-top: 20px;
}
.cid-tC44Yj0rOl .mbr-section-btn {
  margin-top: 25px;
}
.cid-tC44Yj0rOl .mbr-text,
.cid-tC44Yj0rOl .mbr-section-btn {
  color: #ffffff;
}
.cid-tBZv86hnNu .navbar-dropdown {
  position: relative !important;
}
.cid-tBZv86hnNu .navbar-dropdown {
  position: absolute !important;
}
.cid-tBZv86hnNu .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-tBZv86hnNu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tBZv86hnNu .dropdown-item:hover,
.cid-tBZv86hnNu .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tBZv86hnNu .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tBZv86hnNu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBZv86hnNu .nav-link {
  position: relative;
  padding: 0;
}
.cid-tBZv86hnNu .container {
  display: flex;
  margin: auto;
}
.cid-tBZv86hnNu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBZv86hnNu .dropdown-menu,
.cid-tBZv86hnNu .navbar.opened {
  background: #1d2024 !important;
}
.cid-tBZv86hnNu .nav-item:focus,
.cid-tBZv86hnNu .nav-link:focus {
  outline: none;
}
.cid-tBZv86hnNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBZv86hnNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBZv86hnNu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBZv86hnNu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBZv86hnNu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBZv86hnNu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBZv86hnNu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tBZv86hnNu .navbar.opened {
  transition: all 0.3s;
}
.cid-tBZv86hnNu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBZv86hnNu .navbar .navbar-logo img {
  width: auto;
}
.cid-tBZv86hnNu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tBZv86hnNu .navbar.collapsed {
  justify-content: center;
}
.cid-tBZv86hnNu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBZv86hnNu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBZv86hnNu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBZv86hnNu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBZv86hnNu .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-tBZv86hnNu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBZv86hnNu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBZv86hnNu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBZv86hnNu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBZv86hnNu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBZv86hnNu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBZv86hnNu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBZv86hnNu .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-tBZv86hnNu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBZv86hnNu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBZv86hnNu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBZv86hnNu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBZv86hnNu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBZv86hnNu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBZv86hnNu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBZv86hnNu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBZv86hnNu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBZv86hnNu .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBZv86hnNu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBZv86hnNu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBZv86hnNu .dropdown-item.active,
.cid-tBZv86hnNu .dropdown-item:active {
  background-color: transparent;
}
.cid-tBZv86hnNu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBZv86hnNu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBZv86hnNu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBZv86hnNu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tBZv86hnNu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBZv86hnNu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBZv86hnNu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBZv86hnNu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBZv86hnNu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBZv86hnNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBZv86hnNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBZv86hnNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZv86hnNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZv86hnNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBZv86hnNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZv86hnNu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBZv86hnNu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBZv86hnNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZv86hnNu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBZv86hnNu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBZv86hnNu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBZv86hnNu .navbar {
    height: 70px;
  }
  .cid-tBZv86hnNu .navbar.opened {
    height: auto;
  }
  .cid-tBZv86hnNu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBZv86hnNu .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tBZv86hnNu .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tBZv86hnNu a {
  display: inline;
  font-weight: bold;
}
.cid-tBZv86hnNu img {
  display: inline;
  padding-right: 10px;
}
.cid-tBZv86hnNu .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tBZv86hnNu .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tBZv86hnNu .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tBZv86hnNu .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tBZv86hnNu .right-side {
    flex-direction: column;
  }
  .cid-tBZv86hnNu ul {
    margin-left: 0 !important;
  }
}
.cid-tBZv86hnNu .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tBZv86hnNu .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tBZv86hnNu .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tBZv86hnNu .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tBZv86hnNu .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tBZv86hnNu .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tBZv86hnNu .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tBZv86hnNu ul {
  margin-left: 15%;
}
.cid-tBZv86hnNu .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tBZv86hnNu ul {
    margin-left: 50px !important;
  }
}
.cid-tBZv86hnNu .btn {
  border-radius: 50px;
}
.cid-tBZv87natg {
  background-image: url("../../../assets/images/hadi-karimi-liszt-2-cc-by-sa.webp");
}
.cid-tBZv87natg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBZv87natg .mbr-section-title {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-tBZv87natg .mbr-section-subtitle {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.cid-tBZv87natg .mbr-fullscreen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0;
  padding-bottom: 200px;
}
.cid-tC42WilYqF {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #0a0808;
}
.cid-tC42WilYqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC42WilYqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC42WilYqF .container {
  max-width: 1260px;
}
@media (max-width: 1199px) {
  .cid-tC42WilYqF .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .cid-tC42WilYqF .container {
    max-width: 540px;
  }
}
.cid-tC42WilYqF .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-tC42WilYqF .logo-container img {
  width: 80px;
  height: auto;
  object-fit: cover;
}
.cid-tC42WilYqF .mbr-section-title {
  color: #f2c104;
}
.cid-tC42WilYqF .mbr-section-subtitle {
  color: #f2c104;
  margin-top: 15px;
}
.cid-tC42WilYqF .mbr-text {
  color: #878e99;
  margin-top: 20px;
}
.cid-tC42WilYqF .mbr-section-btn {
  margin-top: 25px;
}
.cid-tC42WilYqF .mbr-text,
.cid-tC42WilYqF .mbr-section-btn {
  color: #ffffff;
}
.cid-tBZuXiVtQn .navbar-dropdown {
  position: relative !important;
}
.cid-tBZuXiVtQn .navbar-dropdown {
  position: absolute !important;
}
.cid-tBZuXiVtQn .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-tBZuXiVtQn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tBZuXiVtQn .dropdown-item:hover,
.cid-tBZuXiVtQn .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tBZuXiVtQn .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tBZuXiVtQn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBZuXiVtQn .nav-link {
  position: relative;
  padding: 0;
}
.cid-tBZuXiVtQn .container {
  display: flex;
  margin: auto;
}
.cid-tBZuXiVtQn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBZuXiVtQn .dropdown-menu,
.cid-tBZuXiVtQn .navbar.opened {
  background: #1d2024 !important;
}
.cid-tBZuXiVtQn .nav-item:focus,
.cid-tBZuXiVtQn .nav-link:focus {
  outline: none;
}
.cid-tBZuXiVtQn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBZuXiVtQn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBZuXiVtQn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBZuXiVtQn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBZuXiVtQn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBZuXiVtQn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBZuXiVtQn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tBZuXiVtQn .navbar.opened {
  transition: all 0.3s;
}
.cid-tBZuXiVtQn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBZuXiVtQn .navbar .navbar-logo img {
  width: auto;
}
.cid-tBZuXiVtQn .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tBZuXiVtQn .navbar.collapsed {
  justify-content: center;
}
.cid-tBZuXiVtQn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBZuXiVtQn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBZuXiVtQn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBZuXiVtQn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBZuXiVtQn .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-tBZuXiVtQn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBZuXiVtQn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBZuXiVtQn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBZuXiVtQn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBZuXiVtQn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBZuXiVtQn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBZuXiVtQn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBZuXiVtQn .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-tBZuXiVtQn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBZuXiVtQn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBZuXiVtQn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBZuXiVtQn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBZuXiVtQn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBZuXiVtQn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBZuXiVtQn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBZuXiVtQn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBZuXiVtQn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBZuXiVtQn .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBZuXiVtQn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBZuXiVtQn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBZuXiVtQn .dropdown-item.active,
.cid-tBZuXiVtQn .dropdown-item:active {
  background-color: transparent;
}
.cid-tBZuXiVtQn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBZuXiVtQn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBZuXiVtQn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBZuXiVtQn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tBZuXiVtQn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBZuXiVtQn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBZuXiVtQn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBZuXiVtQn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBZuXiVtQn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBZuXiVtQn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBZuXiVtQn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBZuXiVtQn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZuXiVtQn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZuXiVtQn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBZuXiVtQn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZuXiVtQn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBZuXiVtQn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBZuXiVtQn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZuXiVtQn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBZuXiVtQn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBZuXiVtQn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBZuXiVtQn .navbar {
    height: 70px;
  }
  .cid-tBZuXiVtQn .navbar.opened {
    height: auto;
  }
  .cid-tBZuXiVtQn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBZuXiVtQn .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tBZuXiVtQn .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tBZuXiVtQn a {
  display: inline;
  font-weight: bold;
}
.cid-tBZuXiVtQn img {
  display: inline;
  padding-right: 10px;
}
.cid-tBZuXiVtQn .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tBZuXiVtQn .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tBZuXiVtQn .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tBZuXiVtQn .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tBZuXiVtQn .right-side {
    flex-direction: column;
  }
  .cid-tBZuXiVtQn ul {
    margin-left: 0 !important;
  }
}
.cid-tBZuXiVtQn .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tBZuXiVtQn .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tBZuXiVtQn .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tBZuXiVtQn .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tBZuXiVtQn .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tBZuXiVtQn .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tBZuXiVtQn .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tBZuXiVtQn ul {
  margin-left: 15%;
}
.cid-tBZuXiVtQn .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tBZuXiVtQn ul {
    margin-left: 50px !important;
  }
}
.cid-tBZuXiVtQn .btn {
  border-radius: 50px;
}
.cid-tBZFD8DE9j {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-tBZFD8DE9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBZFD8DE9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBZFD8DE9j .container {
  max-width: 1260px;
}
@media (max-width: 1199px) {
  .cid-tBZFD8DE9j .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .cid-tBZFD8DE9j .container {
    max-width: 540px;
  }
}
.cid-tBZFD8DE9j .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-tBZFD8DE9j .logo-container img {
  width: 80px;
  height: auto;
  object-fit: cover;
}
.cid-tBZFD8DE9j .mbr-section-title {
  color: #f2c104;
}
.cid-tBZFD8DE9j .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
.cid-tBZFD8DE9j .mbr-text {
  color: #878e99;
  margin-top: 20px;
}
.cid-tBZFD8DE9j .mbr-section-btn {
  margin-top: 25px;
}
.cid-tBZFD8DE9j .mbr-text,
.cid-tBZFD8DE9j .mbr-section-btn {
  color: #ffffff;
}
.cid-tBZFDV4G3L {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-tBZFDV4G3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBZFDV4G3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBZFDV4G3L .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tBZFDV4G3L .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tBZFDV4G3L .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tBZFDV4G3L .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tBZFDV4G3L .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tBZFDV4G3L .text-wrapper {
  width: 100%;
}
.cid-tBZFDV4G3L .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tBZFDV4G3L .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tBZFDV4G3L .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tBZFDV4G3L .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tBZFDV4G3L .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tBZFDV4G3L .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tBZFDV4G3L .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tBZFDV4G3L .mbr-text {
    padding-right: 0;
  }
}
.cid-tBZFDV4G3L .mbr-section-btn {
  margin-top: 40px;
}
.cid-tBZFDV4G3L .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tBZFDV4G3L .col-img {
    order: 1;
  }
}
.cid-tBZFDV4G3L .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tBZFDV4G3L .img-container {
    padding-right: 20px;
  }
}
.cid-tBZFDV4G3L .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #212428, #212428);
}
@media (max-width: 1199px) {
  .cid-tBZFDV4G3L .image-wrapper {
    padding: 15px;
  }
}
.cid-tBZFDV4G3L .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tBZFDV4G3L .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tBZFDV4G3L .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tBZFDV4G3L .mbr-text,
.cid-tBZFDV4G3L .mbr-section-btn {
  color: #ffffff;
}
.cid-tC0c7t4tEY {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #212428;
}
.cid-tC0c7t4tEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC0c7t4tEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC0c7t4tEY .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-tC0c7t4tEY .mbr-section-title {
  color: #FF014E;
}
.cid-tC0c7t4tEY .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tC0c7t4tEY .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tC0c7t4tEY .card-row {
  align-items: stretch;
}
.cid-tC0c7t4tEY .card {
  margin-top: 40px;
}
.cid-tC0c7t4tEY .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-tC0c7t4tEY .card-wrapper {
    padding: 35px;
  }
}
.cid-tC0c7t4tEY .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tC0c7t4tEY .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-tC0c7t4tEY .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-tC0c7t4tEY .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-tC0c7t4tEY .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-tC0c7t4tEY .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-tC0c7t4tEY .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
}
.cid-tC0c7t4tEY .card-1 .iconfont-wrapper .mbr-iconfont {
  color: #f2c104;
}
.cid-tC0c7t4tEY .card-2 .iconfont-wrapper .mbr-iconfont {
  color: #f2c104;
}
.cid-tC0c7t4tEY .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-tC0c7t4tEY .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-tC0c7t4tEY .card-info {
  color: #C4CFDE;
  margin-top: 12px;
  margin-bottom: 10px;
}
.cid-tBZvFbROur .navbar-dropdown {
  position: relative !important;
}
.cid-tBZvFbROur .navbar-dropdown {
  position: absolute !important;
}
.cid-tBZvFbROur .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-tBZvFbROur .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tBZvFbROur .dropdown-item:hover,
.cid-tBZvFbROur .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tBZvFbROur .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tBZvFbROur .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBZvFbROur .nav-link {
  position: relative;
  padding: 0;
}
.cid-tBZvFbROur .container {
  display: flex;
  margin: auto;
}
.cid-tBZvFbROur .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBZvFbROur .dropdown-menu,
.cid-tBZvFbROur .navbar.opened {
  background: #1d2024 !important;
}
.cid-tBZvFbROur .nav-item:focus,
.cid-tBZvFbROur .nav-link:focus {
  outline: none;
}
.cid-tBZvFbROur .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBZvFbROur .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBZvFbROur .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBZvFbROur .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBZvFbROur .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBZvFbROur .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBZvFbROur .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tBZvFbROur .navbar.opened {
  transition: all 0.3s;
}
.cid-tBZvFbROur .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBZvFbROur .navbar .navbar-logo img {
  width: auto;
}
.cid-tBZvFbROur .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tBZvFbROur .navbar.collapsed {
  justify-content: center;
}
.cid-tBZvFbROur .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBZvFbROur .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBZvFbROur .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBZvFbROur .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBZvFbROur .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-tBZvFbROur .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBZvFbROur .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBZvFbROur .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBZvFbROur .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBZvFbROur .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBZvFbROur .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBZvFbROur .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBZvFbROur .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-tBZvFbROur .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBZvFbROur .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBZvFbROur .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBZvFbROur .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBZvFbROur .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBZvFbROur .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBZvFbROur .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBZvFbROur .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBZvFbROur .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBZvFbROur .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBZvFbROur .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBZvFbROur .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBZvFbROur .dropdown-item.active,
.cid-tBZvFbROur .dropdown-item:active {
  background-color: transparent;
}
.cid-tBZvFbROur .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBZvFbROur .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBZvFbROur .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBZvFbROur .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tBZvFbROur .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBZvFbROur .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBZvFbROur ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBZvFbROur .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBZvFbROur button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBZvFbROur button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBZvFbROur button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBZvFbROur button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZvFbROur button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZvFbROur button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBZvFbROur nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZvFbROur nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBZvFbROur nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBZvFbROur nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZvFbROur .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBZvFbROur a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBZvFbROur .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBZvFbROur .navbar {
    height: 70px;
  }
  .cid-tBZvFbROur .navbar.opened {
    height: auto;
  }
  .cid-tBZvFbROur .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBZvFbROur .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tBZvFbROur .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tBZvFbROur a {
  display: inline;
  font-weight: bold;
}
.cid-tBZvFbROur img {
  display: inline;
  padding-right: 10px;
}
.cid-tBZvFbROur .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tBZvFbROur .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tBZvFbROur .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tBZvFbROur .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tBZvFbROur .right-side {
    flex-direction: column;
  }
  .cid-tBZvFbROur ul {
    margin-left: 0 !important;
  }
}
.cid-tBZvFbROur .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tBZvFbROur .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tBZvFbROur .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tBZvFbROur .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tBZvFbROur .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tBZvFbROur .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tBZvFbROur .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tBZvFbROur ul {
  margin-left: 15%;
}
.cid-tBZvFbROur .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tBZvFbROur ul {
    margin-left: 50px !important;
  }
}
.cid-tBZvFbROur .btn {
  border-radius: 50px;
}
.cid-tBZxGiiBK3 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-tBZxGiiBK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBZxGiiBK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBZxGiiBK3 .container {
  max-width: 1260px;
}
@media (max-width: 1199px) {
  .cid-tBZxGiiBK3 .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .cid-tBZxGiiBK3 .container {
    max-width: 540px;
  }
}
.cid-tBZxGiiBK3 .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-tBZxGiiBK3 .logo-container img {
  width: 80px;
  height: auto;
  object-fit: cover;
}
.cid-tBZxGiiBK3 .mbr-section-title {
  color: #f2c104;
}
.cid-tBZxGiiBK3 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
.cid-tBZxGiiBK3 .mbr-text {
  color: #878e99;
  margin-top: 20px;
}
.cid-tBZxGiiBK3 .mbr-section-btn {
  margin-top: 25px;
}
.cid-tBZxGiiBK3 .mbr-text,
.cid-tBZxGiiBK3 .mbr-section-btn {
  color: #ffffff;
}
.cid-tBZCJcDyA9 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-tBZCJcDyA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBZCJcDyA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBZCJcDyA9 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tBZCJcDyA9 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tBZCJcDyA9 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tBZCJcDyA9 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tBZCJcDyA9 .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tBZCJcDyA9 .text-wrapper {
  width: 100%;
}
.cid-tBZCJcDyA9 .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tBZCJcDyA9 .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tBZCJcDyA9 .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tBZCJcDyA9 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tBZCJcDyA9 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tBZCJcDyA9 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tBZCJcDyA9 .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tBZCJcDyA9 .mbr-text {
    padding-right: 0;
  }
}
.cid-tBZCJcDyA9 .mbr-section-btn {
  margin-top: 40px;
}
.cid-tBZCJcDyA9 .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tBZCJcDyA9 .col-img {
    order: 1;
  }
}
.cid-tBZCJcDyA9 .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tBZCJcDyA9 .img-container {
    padding-right: 20px;
  }
}
.cid-tBZCJcDyA9 .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #212428, #212428);
}
@media (max-width: 1199px) {
  .cid-tBZCJcDyA9 .image-wrapper {
    padding: 15px;
  }
}
.cid-tBZCJcDyA9 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tBZCJcDyA9 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tBZCJcDyA9 .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tBZCJcDyA9 .mbr-text,
.cid-tBZCJcDyA9 .mbr-section-btn {
  color: #ffffff;
}
.cid-tC492X97pP .navbar-dropdown {
  position: relative !important;
}
.cid-tC492X97pP .navbar-dropdown {
  position: absolute !important;
}
.cid-tC492X97pP .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-tC492X97pP .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tC492X97pP .dropdown-item:hover,
.cid-tC492X97pP .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tC492X97pP .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tC492X97pP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC492X97pP .nav-link {
  position: relative;
  padding: 0;
}
.cid-tC492X97pP .container {
  display: flex;
  margin: auto;
}
.cid-tC492X97pP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC492X97pP .dropdown-menu,
.cid-tC492X97pP .navbar.opened {
  background: #1d2024 !important;
}
.cid-tC492X97pP .nav-item:focus,
.cid-tC492X97pP .nav-link:focus {
  outline: none;
}
.cid-tC492X97pP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC492X97pP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC492X97pP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC492X97pP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC492X97pP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC492X97pP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC492X97pP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tC492X97pP .navbar.opened {
  transition: all 0.3s;
}
.cid-tC492X97pP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC492X97pP .navbar .navbar-logo img {
  width: auto;
}
.cid-tC492X97pP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tC492X97pP .navbar.collapsed {
  justify-content: center;
}
.cid-tC492X97pP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC492X97pP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tC492X97pP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC492X97pP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC492X97pP .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-tC492X97pP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC492X97pP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC492X97pP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC492X97pP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC492X97pP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC492X97pP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC492X97pP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC492X97pP .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-tC492X97pP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC492X97pP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC492X97pP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC492X97pP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC492X97pP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC492X97pP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC492X97pP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC492X97pP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC492X97pP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC492X97pP .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC492X97pP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC492X97pP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC492X97pP .dropdown-item.active,
.cid-tC492X97pP .dropdown-item:active {
  background-color: transparent;
}
.cid-tC492X97pP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC492X97pP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC492X97pP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC492X97pP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tC492X97pP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC492X97pP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC492X97pP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC492X97pP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC492X97pP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC492X97pP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC492X97pP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC492X97pP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC492X97pP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC492X97pP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC492X97pP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC492X97pP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC492X97pP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC492X97pP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC492X97pP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tC492X97pP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC492X97pP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC492X97pP .navbar {
    height: 70px;
  }
  .cid-tC492X97pP .navbar.opened {
    height: auto;
  }
  .cid-tC492X97pP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC492X97pP .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tC492X97pP .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tC492X97pP a {
  display: inline;
  font-weight: bold;
}
.cid-tC492X97pP img {
  display: inline;
  padding-right: 10px;
}
.cid-tC492X97pP .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tC492X97pP .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tC492X97pP .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tC492X97pP .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tC492X97pP .right-side {
    flex-direction: column;
  }
  .cid-tC492X97pP ul {
    margin-left: 0 !important;
  }
}
.cid-tC492X97pP .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tC492X97pP .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tC492X97pP .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tC492X97pP .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tC492X97pP .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tC492X97pP .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tC492X97pP .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tC492X97pP ul {
  margin-left: 15%;
}
.cid-tC492X97pP .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tC492X97pP ul {
    margin-left: 50px !important;
  }
}
.cid-tC492X97pP .btn {
  border-radius: 50px;
}
.cid-tC492Y08z4 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #1d2024;
}
.cid-tC492Y08z4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC492Y08z4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC492Y08z4 .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tC492Y08z4 .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-tC492Y08z4 .card-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .cid-tC492Y08z4 .card-col {
    grid-row-start: 2;
    grid-row-end: 3;
    padding: 0;
  }
}
.cid-tC492Y08z4 .card-title {
  margin-bottom: 30px;
  color: #fab901;
}
.cid-tC492Y08z4 .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-tC492Y08z4 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tC492Y08z4 .card-wrapper-bottom {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tC492Y08z4 .img-col {
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.cid-tC492Y08z4 .image-wrapper {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tC492Y08z4 .image-wrapper {
    margin-top: 0;
  }
}
.cid-tC492Y08z4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tC492Y08z4 .mbr-media {
  position: static;
  width: 100%;
}
.cid-tC492Y08z4 .icon-wrap {
  display: flex;
  margin-right: auto;
}
.cid-tC492Y08z4 .icon-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  max-width: 100%;
  min-height: 120px;
  padding: 10px;
  background-color: #fab901;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s !important;
}
.cid-tC492Y08z4 .icon-wrap a:hover {
  transform: scale(1.07);
}
@media (max-width: 991px) {
  .cid-tC492Y08z4 .icon-wrap a {
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-tC492Y08z4 .mbr-media span {
  font-size: 16px;
  transition: all 0.3s;
  color: #FFFFFF;
}
.cid-tC492Y08z4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tC492Y08z4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tC492Y08z4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tC492Y08z4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tC492Y08z4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tC492Y08z4 .mbr-text,
.cid-tC492Y08z4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tC4lBriNFn .navbar-dropdown {
  position: relative !important;
}
.cid-tC4lBriNFn .navbar-dropdown {
  position: absolute !important;
}
.cid-tC4lBriNFn .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-tC4lBriNFn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tC4lBriNFn .dropdown-item:hover,
.cid-tC4lBriNFn .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tC4lBriNFn .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tC4lBriNFn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC4lBriNFn .nav-link {
  position: relative;
  padding: 0;
}
.cid-tC4lBriNFn .container {
  display: flex;
  margin: auto;
}
.cid-tC4lBriNFn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC4lBriNFn .dropdown-menu,
.cid-tC4lBriNFn .navbar.opened {
  background: #1d2024 !important;
}
.cid-tC4lBriNFn .nav-item:focus,
.cid-tC4lBriNFn .nav-link:focus {
  outline: none;
}
.cid-tC4lBriNFn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC4lBriNFn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC4lBriNFn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC4lBriNFn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC4lBriNFn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC4lBriNFn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC4lBriNFn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tC4lBriNFn .navbar.opened {
  transition: all 0.3s;
}
.cid-tC4lBriNFn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC4lBriNFn .navbar .navbar-logo img {
  width: auto;
}
.cid-tC4lBriNFn .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tC4lBriNFn .navbar.collapsed {
  justify-content: center;
}
.cid-tC4lBriNFn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC4lBriNFn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tC4lBriNFn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC4lBriNFn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC4lBriNFn .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-tC4lBriNFn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC4lBriNFn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC4lBriNFn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC4lBriNFn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC4lBriNFn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC4lBriNFn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC4lBriNFn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC4lBriNFn .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-tC4lBriNFn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC4lBriNFn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC4lBriNFn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC4lBriNFn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC4lBriNFn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC4lBriNFn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC4lBriNFn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC4lBriNFn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC4lBriNFn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC4lBriNFn .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC4lBriNFn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC4lBriNFn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC4lBriNFn .dropdown-item.active,
.cid-tC4lBriNFn .dropdown-item:active {
  background-color: transparent;
}
.cid-tC4lBriNFn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC4lBriNFn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC4lBriNFn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC4lBriNFn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tC4lBriNFn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC4lBriNFn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC4lBriNFn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC4lBriNFn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC4lBriNFn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC4lBriNFn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC4lBriNFn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC4lBriNFn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC4lBriNFn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC4lBriNFn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC4lBriNFn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC4lBriNFn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC4lBriNFn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC4lBriNFn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC4lBriNFn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tC4lBriNFn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC4lBriNFn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC4lBriNFn .navbar {
    height: 70px;
  }
  .cid-tC4lBriNFn .navbar.opened {
    height: auto;
  }
  .cid-tC4lBriNFn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC4lBriNFn .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tC4lBriNFn .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tC4lBriNFn a {
  display: inline;
  font-weight: bold;
}
.cid-tC4lBriNFn img {
  display: inline;
  padding-right: 10px;
}
.cid-tC4lBriNFn .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tC4lBriNFn .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tC4lBriNFn .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tC4lBriNFn .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tC4lBriNFn .right-side {
    flex-direction: column;
  }
  .cid-tC4lBriNFn ul {
    margin-left: 0 !important;
  }
}
.cid-tC4lBriNFn .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tC4lBriNFn .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tC4lBriNFn .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tC4lBriNFn .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tC4lBriNFn .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tC4lBriNFn .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tC4lBriNFn .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tC4lBriNFn ul {
  margin-left: 15%;
}
.cid-tC4lBriNFn .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tC4lBriNFn ul {
    margin-left: 50px !important;
  }
}
.cid-tC4lBriNFn .btn {
  border-radius: 50px;
}
.cid-tC4lBsovF7 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #1d2024;
}
.cid-tC4lBsovF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC4lBsovF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC4lBsovF7 .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tC4lBsovF7 .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-tC4lBsovF7 .card-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .cid-tC4lBsovF7 .card-col {
    grid-row-start: 2;
    grid-row-end: 3;
    padding: 0;
  }
}
.cid-tC4lBsovF7 .card-title {
  margin-bottom: 30px;
  color: #fab901;
}
.cid-tC4lBsovF7 .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-tC4lBsovF7 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tC4lBsovF7 .card-wrapper-bottom {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tC4lBsovF7 .img-col {
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.cid-tC4lBsovF7 .image-wrapper {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tC4lBsovF7 .image-wrapper {
    margin-top: 0;
  }
}
.cid-tC4lBsovF7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tC4lBsovF7 .mbr-media {
  position: static;
  width: 100%;
}
.cid-tC4lBsovF7 .icon-wrap {
  display: flex;
  margin-right: auto;
}
.cid-tC4lBsovF7 .icon-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  max-width: 100%;
  min-height: 120px;
  padding: 10px;
  background-color: #fab901;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s !important;
}
.cid-tC4lBsovF7 .icon-wrap a:hover {
  transform: scale(1.07);
}
@media (max-width: 991px) {
  .cid-tC4lBsovF7 .icon-wrap a {
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-tC4lBsovF7 .mbr-media span {
  font-size: 16px;
  transition: all 0.3s;
  color: #FFFFFF;
}
.cid-tC4lBsovF7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tC4lBsovF7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tC4lBsovF7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tC4lBsovF7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tC4lBsovF7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tC4lBsovF7 .mbr-text,
.cid-tC4lBsovF7 .mbr-section-btn {
  color: #ffffff;
}
.cid-tC4qWk7ECL .navbar-dropdown {
  position: relative !important;
}
.cid-tC4qWk7ECL .navbar-dropdown {
  position: absolute !important;
}
.cid-tC4qWk7ECL .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-tC4qWk7ECL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tC4qWk7ECL .dropdown-item:hover,
.cid-tC4qWk7ECL .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tC4qWk7ECL .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tC4qWk7ECL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC4qWk7ECL .nav-link {
  position: relative;
  padding: 0;
}
.cid-tC4qWk7ECL .container {
  display: flex;
  margin: auto;
}
.cid-tC4qWk7ECL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC4qWk7ECL .dropdown-menu,
.cid-tC4qWk7ECL .navbar.opened {
  background: #1d2024 !important;
}
.cid-tC4qWk7ECL .nav-item:focus,
.cid-tC4qWk7ECL .nav-link:focus {
  outline: none;
}
.cid-tC4qWk7ECL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC4qWk7ECL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC4qWk7ECL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC4qWk7ECL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC4qWk7ECL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC4qWk7ECL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC4qWk7ECL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tC4qWk7ECL .navbar.opened {
  transition: all 0.3s;
}
.cid-tC4qWk7ECL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC4qWk7ECL .navbar .navbar-logo img {
  width: auto;
}
.cid-tC4qWk7ECL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tC4qWk7ECL .navbar.collapsed {
  justify-content: center;
}
.cid-tC4qWk7ECL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC4qWk7ECL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tC4qWk7ECL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC4qWk7ECL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC4qWk7ECL .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-tC4qWk7ECL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC4qWk7ECL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC4qWk7ECL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC4qWk7ECL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC4qWk7ECL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC4qWk7ECL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC4qWk7ECL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC4qWk7ECL .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-tC4qWk7ECL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC4qWk7ECL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC4qWk7ECL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC4qWk7ECL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC4qWk7ECL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC4qWk7ECL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC4qWk7ECL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC4qWk7ECL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC4qWk7ECL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC4qWk7ECL .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC4qWk7ECL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC4qWk7ECL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC4qWk7ECL .dropdown-item.active,
.cid-tC4qWk7ECL .dropdown-item:active {
  background-color: transparent;
}
.cid-tC4qWk7ECL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC4qWk7ECL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC4qWk7ECL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC4qWk7ECL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tC4qWk7ECL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC4qWk7ECL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC4qWk7ECL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC4qWk7ECL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC4qWk7ECL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC4qWk7ECL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC4qWk7ECL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC4qWk7ECL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC4qWk7ECL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC4qWk7ECL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC4qWk7ECL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC4qWk7ECL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC4qWk7ECL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC4qWk7ECL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC4qWk7ECL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tC4qWk7ECL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC4qWk7ECL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC4qWk7ECL .navbar {
    height: 70px;
  }
  .cid-tC4qWk7ECL .navbar.opened {
    height: auto;
  }
  .cid-tC4qWk7ECL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC4qWk7ECL .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tC4qWk7ECL .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tC4qWk7ECL a {
  display: inline;
  font-weight: bold;
}
.cid-tC4qWk7ECL img {
  display: inline;
  padding-right: 10px;
}
.cid-tC4qWk7ECL .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tC4qWk7ECL .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tC4qWk7ECL .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tC4qWk7ECL .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tC4qWk7ECL .right-side {
    flex-direction: column;
  }
  .cid-tC4qWk7ECL ul {
    margin-left: 0 !important;
  }
}
.cid-tC4qWk7ECL .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tC4qWk7ECL .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tC4qWk7ECL .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tC4qWk7ECL .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tC4qWk7ECL .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tC4qWk7ECL .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tC4qWk7ECL .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tC4qWk7ECL ul {
  margin-left: 15%;
}
.cid-tC4qWk7ECL .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tC4qWk7ECL ul {
    margin-left: 50px !important;
  }
}
.cid-tC4qWk7ECL .btn {
  border-radius: 50px;
}
.cid-tC4qWl4uD5 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #1d2024;
}
.cid-tC4qWl4uD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC4qWl4uD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC4qWl4uD5 .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tC4qWl4uD5 .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-tC4qWl4uD5 .card-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .cid-tC4qWl4uD5 .card-col {
    grid-row-start: 2;
    grid-row-end: 3;
    padding: 0;
  }
}
.cid-tC4qWl4uD5 .card-title {
  margin-bottom: 30px;
  color: #fab901;
}
.cid-tC4qWl4uD5 .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-tC4qWl4uD5 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tC4qWl4uD5 .card-wrapper-bottom {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tC4qWl4uD5 .img-col {
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.cid-tC4qWl4uD5 .image-wrapper {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tC4qWl4uD5 .image-wrapper {
    margin-top: 0;
  }
}
.cid-tC4qWl4uD5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tC4qWl4uD5 .mbr-media {
  position: static;
  width: 100%;
}
.cid-tC4qWl4uD5 .icon-wrap {
  display: flex;
  margin-right: auto;
}
.cid-tC4qWl4uD5 .icon-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  max-width: 100%;
  min-height: 120px;
  padding: 10px;
  background-color: #fab901;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s !important;
}
.cid-tC4qWl4uD5 .icon-wrap a:hover {
  transform: scale(1.07);
}
@media (max-width: 991px) {
  .cid-tC4qWl4uD5 .icon-wrap a {
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-tC4qWl4uD5 .mbr-media span {
  font-size: 16px;
  transition: all 0.3s;
  color: #FFFFFF;
}
.cid-tC4qWl4uD5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tC4qWl4uD5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tC4qWl4uD5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tC4qWl4uD5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tC4qWl4uD5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tC4qWl4uD5 .mbr-text,
.cid-tC4qWl4uD5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tC4RSMTzyG .navbar-dropdown {
  position: relative !important;
}
.cid-tC4RSMTzyG .navbar-dropdown {
  position: absolute !important;
}
.cid-tC4RSMTzyG .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-tC4RSMTzyG .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tC4RSMTzyG .dropdown-item:hover,
.cid-tC4RSMTzyG .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tC4RSMTzyG .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tC4RSMTzyG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC4RSMTzyG .nav-link {
  position: relative;
  padding: 0;
}
.cid-tC4RSMTzyG .container {
  display: flex;
  margin: auto;
}
.cid-tC4RSMTzyG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC4RSMTzyG .dropdown-menu,
.cid-tC4RSMTzyG .navbar.opened {
  background: #1d2024 !important;
}
.cid-tC4RSMTzyG .nav-item:focus,
.cid-tC4RSMTzyG .nav-link:focus {
  outline: none;
}
.cid-tC4RSMTzyG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC4RSMTzyG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC4RSMTzyG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC4RSMTzyG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC4RSMTzyG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC4RSMTzyG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC4RSMTzyG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tC4RSMTzyG .navbar.opened {
  transition: all 0.3s;
}
.cid-tC4RSMTzyG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC4RSMTzyG .navbar .navbar-logo img {
  width: auto;
}
.cid-tC4RSMTzyG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tC4RSMTzyG .navbar.collapsed {
  justify-content: center;
}
.cid-tC4RSMTzyG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC4RSMTzyG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tC4RSMTzyG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC4RSMTzyG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC4RSMTzyG .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-tC4RSMTzyG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC4RSMTzyG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC4RSMTzyG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC4RSMTzyG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC4RSMTzyG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC4RSMTzyG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC4RSMTzyG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC4RSMTzyG .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-tC4RSMTzyG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC4RSMTzyG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC4RSMTzyG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC4RSMTzyG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC4RSMTzyG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC4RSMTzyG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC4RSMTzyG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC4RSMTzyG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC4RSMTzyG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC4RSMTzyG .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC4RSMTzyG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC4RSMTzyG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC4RSMTzyG .dropdown-item.active,
.cid-tC4RSMTzyG .dropdown-item:active {
  background-color: transparent;
}
.cid-tC4RSMTzyG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC4RSMTzyG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC4RSMTzyG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC4RSMTzyG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tC4RSMTzyG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC4RSMTzyG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC4RSMTzyG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC4RSMTzyG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC4RSMTzyG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC4RSMTzyG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC4RSMTzyG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC4RSMTzyG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC4RSMTzyG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC4RSMTzyG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC4RSMTzyG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC4RSMTzyG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC4RSMTzyG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC4RSMTzyG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC4RSMTzyG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tC4RSMTzyG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC4RSMTzyG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC4RSMTzyG .navbar {
    height: 70px;
  }
  .cid-tC4RSMTzyG .navbar.opened {
    height: auto;
  }
  .cid-tC4RSMTzyG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC4RSMTzyG .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tC4RSMTzyG .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tC4RSMTzyG a {
  display: inline;
  font-weight: bold;
}
.cid-tC4RSMTzyG img {
  display: inline;
  padding-right: 10px;
}
.cid-tC4RSMTzyG .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tC4RSMTzyG .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tC4RSMTzyG .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tC4RSMTzyG .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tC4RSMTzyG .right-side {
    flex-direction: column;
  }
  .cid-tC4RSMTzyG ul {
    margin-left: 0 !important;
  }
}
.cid-tC4RSMTzyG .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tC4RSMTzyG .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tC4RSMTzyG .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tC4RSMTzyG .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tC4RSMTzyG .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tC4RSMTzyG .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tC4RSMTzyG .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tC4RSMTzyG ul {
  margin-left: 15%;
}
.cid-tC4RSMTzyG .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tC4RSMTzyG ul {
    margin-left: 50px !important;
  }
}
.cid-tC4RSMTzyG .btn {
  border-radius: 50px;
}
.cid-tC4RSP0h0k {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #1d2024;
}
.cid-tC4RSP0h0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC4RSP0h0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC4RSP0h0k .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tC4RSP0h0k .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-tC4RSP0h0k .card-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .cid-tC4RSP0h0k .card-col {
    grid-row-start: 2;
    grid-row-end: 3;
    padding: 0;
  }
}
.cid-tC4RSP0h0k .card-title {
  margin-bottom: 30px;
  color: #fab901;
}
.cid-tC4RSP0h0k .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-tC4RSP0h0k .mbr-section-btn {
  margin-top: 30px;
}
.cid-tC4RSP0h0k .card-wrapper-bottom {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tC4RSP0h0k .img-col {
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.cid-tC4RSP0h0k .image-wrapper {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tC4RSP0h0k .image-wrapper {
    margin-top: 0;
  }
}
.cid-tC4RSP0h0k .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tC4RSP0h0k .mbr-media {
  position: static;
  width: 100%;
}
.cid-tC4RSP0h0k .icon-wrap {
  display: flex;
  margin-right: auto;
}
.cid-tC4RSP0h0k .icon-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  max-width: 100%;
  min-height: 120px;
  padding: 10px;
  background-color: #fab901;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s !important;
}
.cid-tC4RSP0h0k .icon-wrap a:hover {
  transform: scale(1.07);
}
@media (max-width: 991px) {
  .cid-tC4RSP0h0k .icon-wrap a {
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-tC4RSP0h0k .mbr-media span {
  font-size: 16px;
  transition: all 0.3s;
  color: #FFFFFF;
}
.cid-tC4RSP0h0k .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tC4RSP0h0k .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tC4RSP0h0k .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tC4RSP0h0k .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tC4RSP0h0k .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tC4RSP0h0k .mbr-text,
.cid-tC4RSP0h0k .mbr-section-btn {
  color: #ffffff;
}
.cid-tC6fsiX8Ew {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #1d2024;
  overflow: hidden;
}
.cid-tC6fsiX8Ew .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC6fsiX8Ew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC6fsiX8Ew .card-row {
  align-items: stretch;
}
.cid-tC6fsiX8Ew .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #23272b, #23272b);
}
@media (max-width: 767px) {
  .cid-tC6fsiX8Ew .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tC6fsiX8Ew .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tC6fsiX8Ew .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-tC6fsiX8Ew .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tC6fsiX8Ew .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-tC6fsiX8Ew .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tC6fsiX8Ew .card-subtitle {
  color: #f2c104;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tC6fsiX8Ew .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tC6fsiX8Ew .mbr-section-btn {
  margin-top: 30px;
}
.cid-tC6fsiX8Ew .card-text,
.cid-tC6fsiX8Ew .mbr-section-btn {
  color: #ffffff;
}
.cid-tC5TCDxkaq .navbar-dropdown {
  position: relative !important;
}
.cid-tC5TCDxkaq .navbar-dropdown {
  position: absolute !important;
}
.cid-tC5TCDxkaq .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-tC5TCDxkaq .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tC5TCDxkaq .dropdown-item:hover,
.cid-tC5TCDxkaq .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tC5TCDxkaq .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tC5TCDxkaq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC5TCDxkaq .nav-link {
  position: relative;
  padding: 0;
}
.cid-tC5TCDxkaq .container {
  display: flex;
  margin: auto;
}
.cid-tC5TCDxkaq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC5TCDxkaq .dropdown-menu,
.cid-tC5TCDxkaq .navbar.opened {
  background: #1d2024 !important;
}
.cid-tC5TCDxkaq .nav-item:focus,
.cid-tC5TCDxkaq .nav-link:focus {
  outline: none;
}
.cid-tC5TCDxkaq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC5TCDxkaq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC5TCDxkaq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC5TCDxkaq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC5TCDxkaq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5TCDxkaq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5TCDxkaq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tC5TCDxkaq .navbar.opened {
  transition: all 0.3s;
}
.cid-tC5TCDxkaq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC5TCDxkaq .navbar .navbar-logo img {
  width: auto;
}
.cid-tC5TCDxkaq .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tC5TCDxkaq .navbar.collapsed {
  justify-content: center;
}
.cid-tC5TCDxkaq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC5TCDxkaq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tC5TCDxkaq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC5TCDxkaq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC5TCDxkaq .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-tC5TCDxkaq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC5TCDxkaq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC5TCDxkaq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC5TCDxkaq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC5TCDxkaq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC5TCDxkaq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC5TCDxkaq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC5TCDxkaq .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-tC5TCDxkaq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC5TCDxkaq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC5TCDxkaq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC5TCDxkaq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC5TCDxkaq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC5TCDxkaq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC5TCDxkaq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC5TCDxkaq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC5TCDxkaq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC5TCDxkaq .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC5TCDxkaq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC5TCDxkaq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC5TCDxkaq .dropdown-item.active,
.cid-tC5TCDxkaq .dropdown-item:active {
  background-color: transparent;
}
.cid-tC5TCDxkaq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC5TCDxkaq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC5TCDxkaq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC5TCDxkaq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tC5TCDxkaq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC5TCDxkaq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5TCDxkaq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC5TCDxkaq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC5TCDxkaq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC5TCDxkaq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC5TCDxkaq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5TCDxkaq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5TCDxkaq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5TCDxkaq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5TCDxkaq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5TCDxkaq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5TCDxkaq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5TCDxkaq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5TCDxkaq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tC5TCDxkaq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC5TCDxkaq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC5TCDxkaq .navbar {
    height: 70px;
  }
  .cid-tC5TCDxkaq .navbar.opened {
    height: auto;
  }
  .cid-tC5TCDxkaq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC5TCDxkaq .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tC5TCDxkaq .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tC5TCDxkaq a {
  display: inline;
  font-weight: bold;
}
.cid-tC5TCDxkaq img {
  display: inline;
  padding-right: 10px;
}
.cid-tC5TCDxkaq .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tC5TCDxkaq .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tC5TCDxkaq .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tC5TCDxkaq .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tC5TCDxkaq .right-side {
    flex-direction: column;
  }
  .cid-tC5TCDxkaq ul {
    margin-left: 0 !important;
  }
}
.cid-tC5TCDxkaq .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tC5TCDxkaq .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tC5TCDxkaq .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tC5TCDxkaq .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tC5TCDxkaq .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tC5TCDxkaq .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tC5TCDxkaq .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tC5TCDxkaq ul {
  margin-left: 15%;
}
.cid-tC5TCDxkaq .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tC5TCDxkaq ul {
    margin-left: 50px !important;
  }
}
.cid-tC5TCDxkaq .btn {
  border-radius: 50px;
}
.cid-tC5TCEEgyd {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #1d2024;
}
.cid-tC5TCEEgyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5TCEEgyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5TCEEgyd .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tC5TCEEgyd .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-tC5TCEEgyd .card-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .cid-tC5TCEEgyd .card-col {
    grid-row-start: 2;
    grid-row-end: 3;
    padding: 0;
  }
}
.cid-tC5TCEEgyd .card-title {
  margin-bottom: 30px;
  color: #fab901;
}
.cid-tC5TCEEgyd .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-tC5TCEEgyd .mbr-section-btn {
  margin-top: 30px;
}
.cid-tC5TCEEgyd .card-wrapper-bottom {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tC5TCEEgyd .img-col {
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.cid-tC5TCEEgyd .image-wrapper {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tC5TCEEgyd .image-wrapper {
    margin-top: 0;
  }
}
.cid-tC5TCEEgyd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tC5TCEEgyd .mbr-media {
  position: static;
  width: 100%;
}
.cid-tC5TCEEgyd .icon-wrap {
  display: flex;
  margin-right: auto;
}
.cid-tC5TCEEgyd .icon-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  max-width: 100%;
  min-height: 120px;
  padding: 10px;
  background-color: #fab901;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s !important;
}
.cid-tC5TCEEgyd .icon-wrap a:hover {
  transform: scale(1.07);
}
@media (max-width: 991px) {
  .cid-tC5TCEEgyd .icon-wrap a {
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-tC5TCEEgyd .mbr-media span {
  font-size: 16px;
  transition: all 0.3s;
  color: #FFFFFF;
}
.cid-tC5TCEEgyd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tC5TCEEgyd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tC5TCEEgyd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tC5TCEEgyd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tC5TCEEgyd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tC5TCEEgyd .mbr-text,
.cid-tC5TCEEgyd .mbr-section-btn {
  color: #ffffff;
}
.cid-tC64aU0RDy .navbar-dropdown {
  position: relative !important;
}
.cid-tC64aU0RDy .navbar-dropdown {
  position: absolute !important;
}
.cid-tC64aU0RDy .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-tC64aU0RDy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tC64aU0RDy .dropdown-item:hover,
.cid-tC64aU0RDy .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tC64aU0RDy .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tC64aU0RDy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC64aU0RDy .nav-link {
  position: relative;
  padding: 0;
}
.cid-tC64aU0RDy .container {
  display: flex;
  margin: auto;
}
.cid-tC64aU0RDy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC64aU0RDy .dropdown-menu,
.cid-tC64aU0RDy .navbar.opened {
  background: #1d2024 !important;
}
.cid-tC64aU0RDy .nav-item:focus,
.cid-tC64aU0RDy .nav-link:focus {
  outline: none;
}
.cid-tC64aU0RDy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC64aU0RDy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC64aU0RDy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC64aU0RDy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC64aU0RDy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC64aU0RDy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC64aU0RDy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tC64aU0RDy .navbar.opened {
  transition: all 0.3s;
}
.cid-tC64aU0RDy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC64aU0RDy .navbar .navbar-logo img {
  width: auto;
}
.cid-tC64aU0RDy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tC64aU0RDy .navbar.collapsed {
  justify-content: center;
}
.cid-tC64aU0RDy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC64aU0RDy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tC64aU0RDy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC64aU0RDy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC64aU0RDy .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-tC64aU0RDy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC64aU0RDy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC64aU0RDy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC64aU0RDy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC64aU0RDy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC64aU0RDy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC64aU0RDy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC64aU0RDy .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-tC64aU0RDy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC64aU0RDy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC64aU0RDy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC64aU0RDy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC64aU0RDy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC64aU0RDy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC64aU0RDy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC64aU0RDy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC64aU0RDy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC64aU0RDy .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC64aU0RDy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC64aU0RDy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC64aU0RDy .dropdown-item.active,
.cid-tC64aU0RDy .dropdown-item:active {
  background-color: transparent;
}
.cid-tC64aU0RDy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC64aU0RDy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC64aU0RDy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC64aU0RDy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tC64aU0RDy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC64aU0RDy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC64aU0RDy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC64aU0RDy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC64aU0RDy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC64aU0RDy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC64aU0RDy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC64aU0RDy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC64aU0RDy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC64aU0RDy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC64aU0RDy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC64aU0RDy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC64aU0RDy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC64aU0RDy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC64aU0RDy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tC64aU0RDy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC64aU0RDy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC64aU0RDy .navbar {
    height: 70px;
  }
  .cid-tC64aU0RDy .navbar.opened {
    height: auto;
  }
  .cid-tC64aU0RDy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC64aU0RDy .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tC64aU0RDy .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tC64aU0RDy a {
  display: inline;
  font-weight: bold;
}
.cid-tC64aU0RDy img {
  display: inline;
  padding-right: 10px;
}
.cid-tC64aU0RDy .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tC64aU0RDy .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tC64aU0RDy .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tC64aU0RDy .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tC64aU0RDy .right-side {
    flex-direction: column;
  }
  .cid-tC64aU0RDy ul {
    margin-left: 0 !important;
  }
}
.cid-tC64aU0RDy .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tC64aU0RDy .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tC64aU0RDy .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tC64aU0RDy .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tC64aU0RDy .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tC64aU0RDy .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tC64aU0RDy .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tC64aU0RDy ul {
  margin-left: 15%;
}
.cid-tC64aU0RDy .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tC64aU0RDy ul {
    margin-left: 50px !important;
  }
}
.cid-tC64aU0RDy .btn {
  border-radius: 50px;
}
.cid-tC64aVdKAh {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #1d2024;
}
.cid-tC64aVdKAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC64aVdKAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC64aVdKAh .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tC64aVdKAh .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-tC64aVdKAh .card-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .cid-tC64aVdKAh .card-col {
    grid-row-start: 2;
    grid-row-end: 3;
    padding: 0;
  }
}
.cid-tC64aVdKAh .card-title {
  margin-bottom: 30px;
  color: #fab901;
}
.cid-tC64aVdKAh .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-tC64aVdKAh .mbr-section-btn {
  margin-top: 30px;
}
.cid-tC64aVdKAh .card-wrapper-bottom {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tC64aVdKAh .img-col {
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.cid-tC64aVdKAh .image-wrapper {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tC64aVdKAh .image-wrapper {
    margin-top: 0;
  }
}
.cid-tC64aVdKAh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tC64aVdKAh .mbr-media {
  position: static;
  width: 100%;
}
.cid-tC64aVdKAh .icon-wrap {
  display: flex;
  margin-right: auto;
}
.cid-tC64aVdKAh .icon-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  max-width: 100%;
  min-height: 120px;
  padding: 10px;
  background-color: #fab901;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s !important;
}
.cid-tC64aVdKAh .icon-wrap a:hover {
  transform: scale(1.07);
}
@media (max-width: 991px) {
  .cid-tC64aVdKAh .icon-wrap a {
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-tC64aVdKAh .mbr-media span {
  font-size: 16px;
  transition: all 0.3s;
  color: #FFFFFF;
}
.cid-tC64aVdKAh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tC64aVdKAh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tC64aVdKAh .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tC64aVdKAh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tC64aVdKAh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tC64aVdKAh .mbr-text,
.cid-tC64aVdKAh .mbr-section-btn {
  color: #ffffff;
}
.cid-tC8OnFOXkS .navbar-dropdown {
  position: relative !important;
}
.cid-tC8OnFOXkS .navbar-dropdown {
  position: absolute !important;
}
.cid-tC8OnFOXkS .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-tC8OnFOXkS .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tC8OnFOXkS .dropdown-item:hover,
.cid-tC8OnFOXkS .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tC8OnFOXkS .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tC8OnFOXkS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC8OnFOXkS .nav-link {
  position: relative;
  padding: 0;
}
.cid-tC8OnFOXkS .container {
  display: flex;
  margin: auto;
}
.cid-tC8OnFOXkS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC8OnFOXkS .dropdown-menu,
.cid-tC8OnFOXkS .navbar.opened {
  background: #1d2024 !important;
}
.cid-tC8OnFOXkS .nav-item:focus,
.cid-tC8OnFOXkS .nav-link:focus {
  outline: none;
}
.cid-tC8OnFOXkS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC8OnFOXkS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC8OnFOXkS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC8OnFOXkS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC8OnFOXkS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC8OnFOXkS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC8OnFOXkS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tC8OnFOXkS .navbar.opened {
  transition: all 0.3s;
}
.cid-tC8OnFOXkS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC8OnFOXkS .navbar .navbar-logo img {
  width: auto;
}
.cid-tC8OnFOXkS .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tC8OnFOXkS .navbar.collapsed {
  justify-content: center;
}
.cid-tC8OnFOXkS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC8OnFOXkS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tC8OnFOXkS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC8OnFOXkS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC8OnFOXkS .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-tC8OnFOXkS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC8OnFOXkS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC8OnFOXkS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC8OnFOXkS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC8OnFOXkS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC8OnFOXkS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC8OnFOXkS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC8OnFOXkS .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-tC8OnFOXkS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC8OnFOXkS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC8OnFOXkS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC8OnFOXkS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC8OnFOXkS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC8OnFOXkS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC8OnFOXkS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC8OnFOXkS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC8OnFOXkS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC8OnFOXkS .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC8OnFOXkS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC8OnFOXkS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC8OnFOXkS .dropdown-item.active,
.cid-tC8OnFOXkS .dropdown-item:active {
  background-color: transparent;
}
.cid-tC8OnFOXkS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC8OnFOXkS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC8OnFOXkS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC8OnFOXkS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tC8OnFOXkS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC8OnFOXkS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC8OnFOXkS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC8OnFOXkS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC8OnFOXkS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC8OnFOXkS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC8OnFOXkS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC8OnFOXkS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC8OnFOXkS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC8OnFOXkS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC8OnFOXkS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC8OnFOXkS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC8OnFOXkS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC8OnFOXkS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC8OnFOXkS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tC8OnFOXkS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC8OnFOXkS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC8OnFOXkS .navbar {
    height: 70px;
  }
  .cid-tC8OnFOXkS .navbar.opened {
    height: auto;
  }
  .cid-tC8OnFOXkS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC8OnFOXkS .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tC8OnFOXkS .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tC8OnFOXkS a {
  display: inline;
  font-weight: bold;
}
.cid-tC8OnFOXkS img {
  display: inline;
  padding-right: 10px;
}
.cid-tC8OnFOXkS .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tC8OnFOXkS .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tC8OnFOXkS .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tC8OnFOXkS .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tC8OnFOXkS .right-side {
    flex-direction: column;
  }
  .cid-tC8OnFOXkS ul {
    margin-left: 0 !important;
  }
}
.cid-tC8OnFOXkS .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tC8OnFOXkS .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tC8OnFOXkS .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tC8OnFOXkS .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tC8OnFOXkS .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tC8OnFOXkS .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tC8OnFOXkS .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tC8OnFOXkS ul {
  margin-left: 15%;
}
.cid-tC8OnFOXkS .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tC8OnFOXkS ul {
    margin-left: 50px !important;
  }
}
.cid-tC8OnFOXkS .btn {
  border-radius: 50px;
}
.cid-tC9ytsOFPz {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
  overflow: hidden;
}
.cid-tC9ytsOFPz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC9ytsOFPz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC9ytsOFPz .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1d2024, #1d2024);
}
@media (max-width: 767px) {
  .cid-tC9ytsOFPz .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tC9ytsOFPz .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tC9ytsOFPz .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-tC9ytsOFPz .card-subtitle {
  color: #fab901;
  margin-bottom: 15px;
  text-align: center;
}
.cid-tC9ytsOFPz .border-item {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: #16181c;
}
.cid-tC9ytsOFPz .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
  text-align: center;
}
.cid-tC9ytsOFPz H5 {
  color: #f2c104;
}
.cid-tC9A5ft2Ev {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
}
.cid-tC9A5ft2Ev .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC9A5ft2Ev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC9A5ft2Ev .container,
.cid-tC9A5ft2Ev .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tC9A5ft2Ev .container,
  .cid-tC9A5ft2Ev .container-fluid {
    padding: 0 20px;
  }
}
.cid-tC9A5ft2Ev .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tC9A5ft2Ev .row {
    padding: 85px 4px;
  }
}
.cid-tC9A5ft2Ev .image-wrapper img {
  height: 375px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tC9A5ft2Ev .image-wrapper img {
    height: 280px;
  }
}
.cid-tC9tzGb3Nv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
  overflow: hidden;
}
.cid-tC9tzGb3Nv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC9tzGb3Nv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC9tzGb3Nv .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1d2024, #1d2024);
}
@media (max-width: 767px) {
  .cid-tC9tzGb3Nv .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tC9tzGb3Nv .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tC9tzGb3Nv .card-title {
  color: #f2c104;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tC9tzGb3Nv .card-title {
    margin-bottom: 20px;
  }
}
.cid-tC9tzGb3Nv .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tC9tzGb3Nv .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tC9tzGb3Nv .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tC9wHoyuz1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
  overflow: hidden;
}
.cid-tC9wHoyuz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC9wHoyuz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC9wHoyuz1 .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tC9wHoyuz1 .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tC9wHoyuz1 .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tC9wHoyuz1 .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tC9wHoyuz1 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tC9wHoyuz1 .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tC9wHoyuz1 .mbr-section-head {
  width: 100%;
}
.cid-tC9wHoyuz1 .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tC9wHoyuz1 .mbr-section-title {
    text-align: center;
  }
}
.cid-tC9wHoyuz1 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tC9wHoyuz1 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tC9wHoyuz1 .card-row {
  align-items: stretch;
}
.cid-tC9wHoyuz1 .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tC9wHoyuz1 .item {
    margin-top: 30px;
  }
}
.cid-tC9wHoyuz1 .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1d2024, #1d2024);
}
@media (max-width: 575px) {
  .cid-tC9wHoyuz1 .item-wrapper {
    padding: 20px;
  }
}
.cid-tC9wHoyuz1 .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tC9wHoyuz1 .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tC9wHoyuz1 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #1d2024, #1d2024);
  opacity: 0;
  transition: .4s all;
}
.cid-tC9wHoyuz1 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tC9wHoyuz1 .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tC9wHoyuz1 .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-tC9wHoyuz1 .card-title {
  position: relative;
  z-index: 5;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tC9wHoyuz1 .card-title {
    margin-bottom: 10px;
  }
}
.cid-tC9wHoyuz1 .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tC9wHoyuz1 .card-text a {
  transition: .4s all;
}
.cid-tC9wHoyuz1 .card-text a:hover {
  color: #ec0047 !important;
}
.cid-tC9vCYh4R4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1d2024;
  overflow: hidden;
}
.cid-tC9vCYh4R4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC9vCYh4R4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC9vCYh4R4 .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tC9vCYh4R4 .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tC9vCYh4R4 .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tC9vCYh4R4 .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tC9vCYh4R4 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tC9vCYh4R4 .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tC9vCYh4R4 .mbr-section-head {
  width: 100%;
}
.cid-tC9vCYh4R4 .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tC9vCYh4R4 .mbr-section-title {
    text-align: center;
  }
}
.cid-tC9vCYh4R4 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tC9vCYh4R4 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tC9vCYh4R4 .card-row {
  align-items: stretch;
}
.cid-tC9vCYh4R4 .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tC9vCYh4R4 .item {
    margin-top: 30px;
  }
}
.cid-tC9vCYh4R4 .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #1d2024);
}
@media (max-width: 575px) {
  .cid-tC9vCYh4R4 .item-wrapper {
    padding: 20px;
  }
}
.cid-tC9vCYh4R4 .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tC9vCYh4R4 .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tC9vCYh4R4 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #1d2024, #1d2024);
  opacity: 0;
  transition: .4s all;
}
.cid-tC9vCYh4R4 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tC9vCYh4R4 .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tC9vCYh4R4 .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-tC9vCYh4R4 .card-title {
  position: relative;
  z-index: 5;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tC9vCYh4R4 .card-title {
    margin-bottom: 10px;
  }
}
.cid-tC9vCYh4R4 .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tC9vCYh4R4 .card-text a {
  transition: .4s all;
}
.cid-tC9vCYh4R4 .card-text a:hover {
  color: #ec0047 !important;
}
.cid-tC8Qm0MLyP .navbar-dropdown {
  position: relative !important;
}
.cid-tC8Qm0MLyP .navbar-dropdown {
  position: absolute !important;
}
.cid-tC8Qm0MLyP .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-tC8Qm0MLyP .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tC8Qm0MLyP .dropdown-item:hover,
.cid-tC8Qm0MLyP .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tC8Qm0MLyP .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tC8Qm0MLyP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC8Qm0MLyP .nav-link {
  position: relative;
  padding: 0;
}
.cid-tC8Qm0MLyP .container {
  display: flex;
  margin: auto;
}
.cid-tC8Qm0MLyP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC8Qm0MLyP .dropdown-menu,
.cid-tC8Qm0MLyP .navbar.opened {
  background: #1d2024 !important;
}
.cid-tC8Qm0MLyP .nav-item:focus,
.cid-tC8Qm0MLyP .nav-link:focus {
  outline: none;
}
.cid-tC8Qm0MLyP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC8Qm0MLyP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC8Qm0MLyP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC8Qm0MLyP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC8Qm0MLyP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC8Qm0MLyP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC8Qm0MLyP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tC8Qm0MLyP .navbar.opened {
  transition: all 0.3s;
}
.cid-tC8Qm0MLyP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC8Qm0MLyP .navbar .navbar-logo img {
  width: auto;
}
.cid-tC8Qm0MLyP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tC8Qm0MLyP .navbar.collapsed {
  justify-content: center;
}
.cid-tC8Qm0MLyP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC8Qm0MLyP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tC8Qm0MLyP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC8Qm0MLyP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC8Qm0MLyP .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-tC8Qm0MLyP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC8Qm0MLyP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC8Qm0MLyP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC8Qm0MLyP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC8Qm0MLyP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC8Qm0MLyP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC8Qm0MLyP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC8Qm0MLyP .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-tC8Qm0MLyP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC8Qm0MLyP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC8Qm0MLyP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC8Qm0MLyP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC8Qm0MLyP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC8Qm0MLyP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC8Qm0MLyP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC8Qm0MLyP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC8Qm0MLyP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC8Qm0MLyP .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC8Qm0MLyP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC8Qm0MLyP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC8Qm0MLyP .dropdown-item.active,
.cid-tC8Qm0MLyP .dropdown-item:active {
  background-color: transparent;
}
.cid-tC8Qm0MLyP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC8Qm0MLyP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC8Qm0MLyP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC8Qm0MLyP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tC8Qm0MLyP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC8Qm0MLyP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC8Qm0MLyP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC8Qm0MLyP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC8Qm0MLyP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC8Qm0MLyP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC8Qm0MLyP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC8Qm0MLyP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC8Qm0MLyP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC8Qm0MLyP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC8Qm0MLyP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC8Qm0MLyP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC8Qm0MLyP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC8Qm0MLyP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC8Qm0MLyP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tC8Qm0MLyP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC8Qm0MLyP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC8Qm0MLyP .navbar {
    height: 70px;
  }
  .cid-tC8Qm0MLyP .navbar.opened {
    height: auto;
  }
  .cid-tC8Qm0MLyP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC8Qm0MLyP .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tC8Qm0MLyP .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tC8Qm0MLyP a {
  display: inline;
  font-weight: bold;
}
.cid-tC8Qm0MLyP img {
  display: inline;
  padding-right: 10px;
}
.cid-tC8Qm0MLyP .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tC8Qm0MLyP .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tC8Qm0MLyP .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tC8Qm0MLyP .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tC8Qm0MLyP .right-side {
    flex-direction: column;
  }
  .cid-tC8Qm0MLyP ul {
    margin-left: 0 !important;
  }
}
.cid-tC8Qm0MLyP .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tC8Qm0MLyP .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tC8Qm0MLyP .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tC8Qm0MLyP .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tC8Qm0MLyP .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tC8Qm0MLyP .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tC8Qm0MLyP .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tC8Qm0MLyP ul {
  margin-left: 15%;
}
.cid-tC8Qm0MLyP .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tC8Qm0MLyP ul {
    margin-left: 50px !important;
  }
}
.cid-tC8Qm0MLyP .btn {
  border-radius: 50px;
}
.cid-tCfTMXJOKo {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
  overflow: hidden;
}
.cid-tCfTMXJOKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCfTMXJOKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCfTMXJOKo .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1d2024, #1d2024);
}
@media (max-width: 767px) {
  .cid-tCfTMXJOKo .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tCfTMXJOKo .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tCfTMXJOKo .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-tCfTMXJOKo .card-subtitle {
  color: #fab901;
  margin-bottom: 15px;
  text-align: center;
}
.cid-tCfTMXJOKo .border-item {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: #16181c;
}
.cid-tCfTMXJOKo .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
  text-align: center;
}
.cid-tCfTMXJOKo H5 {
  color: #f2c104;
}
.cid-tCfTNDZ58n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
}
.cid-tCfTNDZ58n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCfTNDZ58n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCfTNDZ58n .container,
.cid-tCfTNDZ58n .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCfTNDZ58n .container,
  .cid-tCfTNDZ58n .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCfTNDZ58n .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tCfTNDZ58n .row {
    padding: 85px 4px;
  }
}
.cid-tCfTNDZ58n .image-wrapper img {
  height: 375px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tCfTNDZ58n .image-wrapper img {
    height: 280px;
  }
}
.cid-tCfTNWVS1u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
  overflow: hidden;
}
.cid-tCfTNWVS1u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCfTNWVS1u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCfTNWVS1u .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1d2024, #1d2024);
}
@media (max-width: 767px) {
  .cid-tCfTNWVS1u .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tCfTNWVS1u .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tCfTNWVS1u .card-title {
  color: #f2c104;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tCfTNWVS1u .card-title {
    margin-bottom: 20px;
  }
}
.cid-tCfTNWVS1u .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tCfTNWVS1u .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tCfTNWVS1u .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tCfXAmbha2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
  overflow: hidden;
}
.cid-tCfXAmbha2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCfXAmbha2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCfXAmbha2 .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tCfXAmbha2 .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tCfXAmbha2 .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tCfXAmbha2 .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tCfXAmbha2 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tCfXAmbha2 .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tCfXAmbha2 .mbr-section-head {
  width: 100%;
}
.cid-tCfXAmbha2 .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tCfXAmbha2 .mbr-section-title {
    text-align: center;
  }
}
.cid-tCfXAmbha2 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tCfXAmbha2 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tCfXAmbha2 .card-row {
  align-items: stretch;
}
.cid-tCfXAmbha2 .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tCfXAmbha2 .item {
    margin-top: 30px;
  }
}
.cid-tCfXAmbha2 .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1d2024, #1d2024);
}
@media (max-width: 1199px) {
  .cid-tCfXAmbha2 .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-tCfXAmbha2 .item-wrapper {
    padding: 20px;
  }
}
.cid-tCfXAmbha2 .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tCfXAmbha2 .item-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-tCfXAmbha2 .item-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-tCfXAmbha2 .item-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-tCfXAmbha2 .item-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-tCfXAmbha2 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #1d2024, #1d2024);
  opacity: 0;
  transition: .5s all;
}
.cid-tCfXAmbha2 .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-tCfXAmbha2 .item-img {
  margin-bottom: 29px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tCfXAmbha2 .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.49760766;
}
.cid-tCfXAmbha2 .card-title {
  color: #f2c104;
  margin-bottom: 20px;
  transition: .5s all;
}
@media (max-width: 767px) {
  .cid-tCfXAmbha2 .card-title {
    margin-bottom: 15px;
  }
}
.cid-tCfXAmbha2 .card-text {
  color: #C4CFDE;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-tCfXAmbha2 .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-tCfXAmbha2 .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ff014e;
}
.cid-tCfWuZbmrc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
  overflow: hidden;
}
.cid-tCfWuZbmrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCfWuZbmrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCfWuZbmrc .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tCfWuZbmrc .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tCfWuZbmrc .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tCfWuZbmrc .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tCfWuZbmrc .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tCfWuZbmrc .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tCfWuZbmrc .mbr-section-head {
  width: 100%;
}
.cid-tCfWuZbmrc .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tCfWuZbmrc .mbr-section-title {
    text-align: center;
  }
}
.cid-tCfWuZbmrc .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tCfWuZbmrc .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tCfWuZbmrc .card-row {
  align-items: stretch;
}
.cid-tCfWuZbmrc .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tCfWuZbmrc .item {
    margin-top: 30px;
  }
}
.cid-tCfWuZbmrc .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1d2024, #1d2024);
}
@media (max-width: 1199px) {
  .cid-tCfWuZbmrc .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-tCfWuZbmrc .item-wrapper {
    padding: 20px;
  }
}
.cid-tCfWuZbmrc .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tCfWuZbmrc .item-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-tCfWuZbmrc .item-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-tCfWuZbmrc .item-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-tCfWuZbmrc .item-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-tCfWuZbmrc .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #1d2024, #1d2024);
  opacity: 0;
  transition: .5s all;
}
.cid-tCfWuZbmrc .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-tCfWuZbmrc .item-img {
  margin-bottom: 29px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tCfWuZbmrc .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.49760766;
}
.cid-tCfWuZbmrc .card-title {
  color: #f2c104;
  margin-bottom: 20px;
  transition: .5s all;
}
@media (max-width: 767px) {
  .cid-tCfWuZbmrc .card-title {
    margin-bottom: 15px;
  }
}
.cid-tCfWuZbmrc .card-text {
  color: #C4CFDE;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-tCfWuZbmrc .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-tCfWuZbmrc .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ff014e;
}
.cid-tCfXxOMot2 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #1d2024;
  overflow: hidden;
}
.cid-tCfXxOMot2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCfXxOMot2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCfXxOMot2 .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tCfXxOMot2 .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tCfXxOMot2 .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tCfXxOMot2 .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tCfXxOMot2 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tCfXxOMot2 .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tCfXxOMot2 .mbr-section-head {
  width: 100%;
}
.cid-tCfXxOMot2 .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tCfXxOMot2 .mbr-section-title {
    text-align: center;
  }
}
.cid-tCfXxOMot2 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tCfXxOMot2 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tCfXxOMot2 .card-row {
  align-items: stretch;
}
.cid-tCfXxOMot2 .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tCfXxOMot2 .item {
    margin-top: 30px;
  }
}
.cid-tCfXxOMot2 .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1d2024, #1d2024);
}
@media (max-width: 1199px) {
  .cid-tCfXxOMot2 .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-tCfXxOMot2 .item-wrapper {
    padding: 20px;
  }
}
.cid-tCfXxOMot2 .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tCfXxOMot2 .item-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-tCfXxOMot2 .item-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-tCfXxOMot2 .item-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-tCfXxOMot2 .item-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-tCfXxOMot2 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #1d2024, #1d2024);
  opacity: 0;
  transition: .5s all;
}
.cid-tCfXxOMot2 .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-tCfXxOMot2 .item-img {
  margin-bottom: 29px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tCfXxOMot2 .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.49760766;
}
.cid-tCfXxOMot2 .card-title {
  color: #f2c104;
  margin-bottom: 20px;
  transition: .5s all;
}
@media (max-width: 767px) {
  .cid-tCfXxOMot2 .card-title {
    margin-bottom: 15px;
  }
}
.cid-tCfXxOMot2 .card-text {
  color: #C4CFDE;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-tCfXxOMot2 .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-tCfXxOMot2 .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ff014e;
}
.cid-tC8QEd7c0h .navbar-dropdown {
  position: relative !important;
}
.cid-tC8QEd7c0h .navbar-dropdown {
  position: absolute !important;
}
.cid-tC8QEd7c0h .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-tC8QEd7c0h .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tC8QEd7c0h .dropdown-item:hover,
.cid-tC8QEd7c0h .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tC8QEd7c0h .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tC8QEd7c0h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC8QEd7c0h .nav-link {
  position: relative;
  padding: 0;
}
.cid-tC8QEd7c0h .container {
  display: flex;
  margin: auto;
}
.cid-tC8QEd7c0h .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC8QEd7c0h .dropdown-menu,
.cid-tC8QEd7c0h .navbar.opened {
  background: #1d2024 !important;
}
.cid-tC8QEd7c0h .nav-item:focus,
.cid-tC8QEd7c0h .nav-link:focus {
  outline: none;
}
.cid-tC8QEd7c0h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC8QEd7c0h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC8QEd7c0h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC8QEd7c0h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC8QEd7c0h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC8QEd7c0h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC8QEd7c0h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tC8QEd7c0h .navbar.opened {
  transition: all 0.3s;
}
.cid-tC8QEd7c0h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC8QEd7c0h .navbar .navbar-logo img {
  width: auto;
}
.cid-tC8QEd7c0h .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tC8QEd7c0h .navbar.collapsed {
  justify-content: center;
}
.cid-tC8QEd7c0h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC8QEd7c0h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tC8QEd7c0h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC8QEd7c0h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC8QEd7c0h .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-tC8QEd7c0h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC8QEd7c0h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC8QEd7c0h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC8QEd7c0h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC8QEd7c0h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC8QEd7c0h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC8QEd7c0h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC8QEd7c0h .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-tC8QEd7c0h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC8QEd7c0h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC8QEd7c0h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC8QEd7c0h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC8QEd7c0h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC8QEd7c0h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC8QEd7c0h .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC8QEd7c0h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC8QEd7c0h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC8QEd7c0h .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC8QEd7c0h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC8QEd7c0h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC8QEd7c0h .dropdown-item.active,
.cid-tC8QEd7c0h .dropdown-item:active {
  background-color: transparent;
}
.cid-tC8QEd7c0h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC8QEd7c0h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC8QEd7c0h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC8QEd7c0h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tC8QEd7c0h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC8QEd7c0h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC8QEd7c0h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC8QEd7c0h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC8QEd7c0h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC8QEd7c0h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC8QEd7c0h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC8QEd7c0h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC8QEd7c0h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC8QEd7c0h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC8QEd7c0h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC8QEd7c0h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC8QEd7c0h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC8QEd7c0h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC8QEd7c0h .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tC8QEd7c0h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC8QEd7c0h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC8QEd7c0h .navbar {
    height: 70px;
  }
  .cid-tC8QEd7c0h .navbar.opened {
    height: auto;
  }
  .cid-tC8QEd7c0h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC8QEd7c0h .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tC8QEd7c0h .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tC8QEd7c0h a {
  display: inline;
  font-weight: bold;
}
.cid-tC8QEd7c0h img {
  display: inline;
  padding-right: 10px;
}
.cid-tC8QEd7c0h .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tC8QEd7c0h .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tC8QEd7c0h .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tC8QEd7c0h .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tC8QEd7c0h .right-side {
    flex-direction: column;
  }
  .cid-tC8QEd7c0h ul {
    margin-left: 0 !important;
  }
}
.cid-tC8QEd7c0h .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tC8QEd7c0h .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tC8QEd7c0h .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tC8QEd7c0h .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tC8QEd7c0h .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tC8QEd7c0h .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tC8QEd7c0h .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tC8QEd7c0h ul {
  margin-left: 15%;
}
.cid-tC8QEd7c0h .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tC8QEd7c0h ul {
    margin-left: 50px !important;
  }
}
.cid-tC8QEd7c0h .btn {
  border-radius: 50px;
}
.cid-tCfpNhYj6y {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
  overflow: hidden;
}
.cid-tCfpNhYj6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCfpNhYj6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCfpNhYj6y .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1d2024, #1d2024);
}
@media (max-width: 767px) {
  .cid-tCfpNhYj6y .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tCfpNhYj6y .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tCfpNhYj6y .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-tCfpNhYj6y .card-subtitle {
  color: #fab901;
  margin-bottom: 15px;
  text-align: center;
}
.cid-tCfpNhYj6y .border-item {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: #16181c;
}
.cid-tCfpNhYj6y .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
  text-align: center;
}
.cid-tCfpNhYj6y H5 {
  color: #f2c104;
}
.cid-tCfpNNzCX1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
}
.cid-tCfpNNzCX1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCfpNNzCX1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCfpNNzCX1 .container,
.cid-tCfpNNzCX1 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCfpNNzCX1 .container,
  .cid-tCfpNNzCX1 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCfpNNzCX1 .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tCfpNNzCX1 .row {
    padding: 85px 4px;
  }
}
.cid-tCfpNNzCX1 .image-wrapper img {
  height: 375px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tCfpNNzCX1 .image-wrapper img {
    height: 280px;
  }
}
.cid-tCfpO04xjp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
  overflow: hidden;
}
.cid-tCfpO04xjp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCfpO04xjp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCfpO04xjp .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1d2024, #1d2024);
}
@media (max-width: 767px) {
  .cid-tCfpO04xjp .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tCfpO04xjp .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tCfpO04xjp .card-title {
  color: #f2c104;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tCfpO04xjp .card-title {
    margin-bottom: 20px;
  }
}
.cid-tCfpO04xjp .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tCfpO04xjp .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tCfpO04xjp .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tCfH8KA3LX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
  overflow: hidden;
}
.cid-tCfH8KA3LX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCfH8KA3LX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCfH8KA3LX .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tCfH8KA3LX .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tCfH8KA3LX .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tCfH8KA3LX .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tCfH8KA3LX .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tCfH8KA3LX .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tCfH8KA3LX .mbr-section-head {
  width: 100%;
}
.cid-tCfH8KA3LX .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tCfH8KA3LX .mbr-section-title {
    text-align: center;
  }
}
.cid-tCfH8KA3LX .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tCfH8KA3LX .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tCfH8KA3LX .card-row {
  align-items: stretch;
}
.cid-tCfH8KA3LX .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tCfH8KA3LX .item {
    margin-top: 30px;
  }
}
.cid-tCfH8KA3LX .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1d2024, #1d2024);
}
@media (max-width: 575px) {
  .cid-tCfH8KA3LX .item-wrapper {
    padding: 20px;
  }
}
.cid-tCfH8KA3LX .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tCfH8KA3LX .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tCfH8KA3LX .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #1d2024, #1d2024);
  opacity: 0;
  transition: .4s all;
}
.cid-tCfH8KA3LX .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tCfH8KA3LX .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tCfH8KA3LX .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-tCfH8KA3LX .card-title {
  position: relative;
  z-index: 5;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tCfH8KA3LX .card-title {
    margin-bottom: 10px;
  }
}
.cid-tCfH8KA3LX .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tCfH8KA3LX .card-text a {
  transition: .4s all;
}
.cid-tCfH8KA3LX .card-text a:hover {
  color: #ec0047 !important;
}
.cid-tC8QRxAJls .navbar-dropdown {
  position: relative !important;
}
.cid-tC8QRxAJls .navbar-dropdown {
  position: absolute !important;
}
.cid-tC8QRxAJls .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-tC8QRxAJls .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tC8QRxAJls .dropdown-item:hover,
.cid-tC8QRxAJls .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tC8QRxAJls .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tC8QRxAJls .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC8QRxAJls .nav-link {
  position: relative;
  padding: 0;
}
.cid-tC8QRxAJls .container {
  display: flex;
  margin: auto;
}
.cid-tC8QRxAJls .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC8QRxAJls .dropdown-menu,
.cid-tC8QRxAJls .navbar.opened {
  background: #1d2024 !important;
}
.cid-tC8QRxAJls .nav-item:focus,
.cid-tC8QRxAJls .nav-link:focus {
  outline: none;
}
.cid-tC8QRxAJls .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC8QRxAJls .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC8QRxAJls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC8QRxAJls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC8QRxAJls .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC8QRxAJls .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC8QRxAJls .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tC8QRxAJls .navbar.opened {
  transition: all 0.3s;
}
.cid-tC8QRxAJls .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC8QRxAJls .navbar .navbar-logo img {
  width: auto;
}
.cid-tC8QRxAJls .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tC8QRxAJls .navbar.collapsed {
  justify-content: center;
}
.cid-tC8QRxAJls .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC8QRxAJls .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tC8QRxAJls .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC8QRxAJls .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC8QRxAJls .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-tC8QRxAJls .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC8QRxAJls .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC8QRxAJls .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC8QRxAJls .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC8QRxAJls .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC8QRxAJls .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC8QRxAJls .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC8QRxAJls .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-tC8QRxAJls .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC8QRxAJls .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC8QRxAJls .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC8QRxAJls .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC8QRxAJls .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC8QRxAJls .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC8QRxAJls .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC8QRxAJls .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC8QRxAJls .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC8QRxAJls .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC8QRxAJls .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC8QRxAJls .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC8QRxAJls .dropdown-item.active,
.cid-tC8QRxAJls .dropdown-item:active {
  background-color: transparent;
}
.cid-tC8QRxAJls .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC8QRxAJls .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC8QRxAJls .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC8QRxAJls .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tC8QRxAJls .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC8QRxAJls .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC8QRxAJls ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC8QRxAJls .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC8QRxAJls button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC8QRxAJls button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC8QRxAJls button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC8QRxAJls button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC8QRxAJls button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC8QRxAJls button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC8QRxAJls nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC8QRxAJls nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC8QRxAJls nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC8QRxAJls nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC8QRxAJls .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tC8QRxAJls a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC8QRxAJls .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC8QRxAJls .navbar {
    height: 70px;
  }
  .cid-tC8QRxAJls .navbar.opened {
    height: auto;
  }
  .cid-tC8QRxAJls .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC8QRxAJls .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tC8QRxAJls .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tC8QRxAJls a {
  display: inline;
  font-weight: bold;
}
.cid-tC8QRxAJls img {
  display: inline;
  padding-right: 10px;
}
.cid-tC8QRxAJls .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tC8QRxAJls .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tC8QRxAJls .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tC8QRxAJls .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tC8QRxAJls .right-side {
    flex-direction: column;
  }
  .cid-tC8QRxAJls ul {
    margin-left: 0 !important;
  }
}
.cid-tC8QRxAJls .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tC8QRxAJls .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tC8QRxAJls .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tC8QRxAJls .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tC8QRxAJls .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tC8QRxAJls .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tC8QRxAJls .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tC8QRxAJls ul {
  margin-left: 15%;
}
.cid-tC8QRxAJls .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tC8QRxAJls ul {
    margin-left: 50px !important;
  }
}
.cid-tC8QRxAJls .btn {
  border-radius: 50px;
}
.cid-tCbjWNlPRI {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
  overflow: hidden;
}
.cid-tCbjWNlPRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCbjWNlPRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCbjWNlPRI .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1d2024, #1d2024);
}
@media (max-width: 767px) {
  .cid-tCbjWNlPRI .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tCbjWNlPRI .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tCbjWNlPRI .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-tCbjWNlPRI .card-subtitle {
  color: #fab901;
  margin-bottom: 15px;
}
.cid-tCbjWNlPRI .border-item {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: #16181c;
}
.cid-tCbjWNlPRI .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
  text-align: center;
}
.cid-tCbjWNlPRI H5 {
  color: #f2c104;
}
.cid-tCcsHdWN7j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
}
.cid-tCcsHdWN7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCcsHdWN7j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCcsHdWN7j .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tCcsHdWN7j .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tCcsHdWN7j .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ec0047;
}
.cid-tCcsHdWN7j .label-text {
  color: #ffffff;
}
.cid-tCcsHdWN7j .card-text {
  color: #878e99;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tCcsHdWN7j .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tCcsHdWN7j .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tCcsHdWN7j .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tCcsHdWN7j .link-text a {
  display: flex;
  align-items: center;
}
.cid-tCcsHdWN7j .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tCcsHdWN7j .link-text a:hover {
  color: #ec0047 !important;
}
.cid-tCbjRPGcLa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
}
.cid-tCbjRPGcLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCbjRPGcLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCbjRPGcLa .container,
.cid-tCbjRPGcLa .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCbjRPGcLa .container,
  .cid-tCbjRPGcLa .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCbjRPGcLa .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tCbjRPGcLa .row {
    padding: 85px 4px;
  }
}
.cid-tCbjRPGcLa .image-wrapper img {
  height: 375px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tCbjRPGcLa .image-wrapper img {
    height: 280px;
  }
}
.cid-tCbjBTkXwF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #1d2024;
  overflow: hidden;
}
.cid-tCbjBTkXwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCbjBTkXwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCbjBTkXwF .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1d2024, #1d2024);
}
@media (max-width: 767px) {
  .cid-tCbjBTkXwF .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tCbjBTkXwF .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tCbjBTkXwF .card-title {
  color: #f2c104;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tCbjBTkXwF .card-title {
    margin-bottom: 20px;
  }
}
.cid-tCbjBTkXwF .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tCbjBTkXwF .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tCbjBTkXwF .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tC8RoNngzA .navbar-dropdown {
  position: relative !important;
}
.cid-tC8RoNngzA .navbar-dropdown {
  position: absolute !important;
}
.cid-tC8RoNngzA .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-tC8RoNngzA .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tC8RoNngzA .dropdown-item:hover,
.cid-tC8RoNngzA .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tC8RoNngzA .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tC8RoNngzA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC8RoNngzA .nav-link {
  position: relative;
  padding: 0;
}
.cid-tC8RoNngzA .container {
  display: flex;
  margin: auto;
}
.cid-tC8RoNngzA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC8RoNngzA .dropdown-menu,
.cid-tC8RoNngzA .navbar.opened {
  background: #1d2024 !important;
}
.cid-tC8RoNngzA .nav-item:focus,
.cid-tC8RoNngzA .nav-link:focus {
  outline: none;
}
.cid-tC8RoNngzA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC8RoNngzA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC8RoNngzA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC8RoNngzA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC8RoNngzA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC8RoNngzA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC8RoNngzA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tC8RoNngzA .navbar.opened {
  transition: all 0.3s;
}
.cid-tC8RoNngzA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC8RoNngzA .navbar .navbar-logo img {
  width: auto;
}
.cid-tC8RoNngzA .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tC8RoNngzA .navbar.collapsed {
  justify-content: center;
}
.cid-tC8RoNngzA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC8RoNngzA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tC8RoNngzA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC8RoNngzA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC8RoNngzA .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-tC8RoNngzA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC8RoNngzA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC8RoNngzA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC8RoNngzA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC8RoNngzA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC8RoNngzA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC8RoNngzA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC8RoNngzA .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-tC8RoNngzA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC8RoNngzA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC8RoNngzA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC8RoNngzA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC8RoNngzA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC8RoNngzA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC8RoNngzA .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC8RoNngzA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC8RoNngzA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC8RoNngzA .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC8RoNngzA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC8RoNngzA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC8RoNngzA .dropdown-item.active,
.cid-tC8RoNngzA .dropdown-item:active {
  background-color: transparent;
}
.cid-tC8RoNngzA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC8RoNngzA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC8RoNngzA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC8RoNngzA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tC8RoNngzA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC8RoNngzA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC8RoNngzA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC8RoNngzA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC8RoNngzA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC8RoNngzA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC8RoNngzA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC8RoNngzA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC8RoNngzA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC8RoNngzA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC8RoNngzA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC8RoNngzA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC8RoNngzA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC8RoNngzA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC8RoNngzA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tC8RoNngzA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC8RoNngzA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC8RoNngzA .navbar {
    height: 70px;
  }
  .cid-tC8RoNngzA .navbar.opened {
    height: auto;
  }
  .cid-tC8RoNngzA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC8RoNngzA .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tC8RoNngzA .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tC8RoNngzA a {
  display: inline;
  font-weight: bold;
}
.cid-tC8RoNngzA img {
  display: inline;
  padding-right: 10px;
}
.cid-tC8RoNngzA .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tC8RoNngzA .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tC8RoNngzA .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tC8RoNngzA .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tC8RoNngzA .right-side {
    flex-direction: column;
  }
  .cid-tC8RoNngzA ul {
    margin-left: 0 !important;
  }
}
.cid-tC8RoNngzA .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tC8RoNngzA .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tC8RoNngzA .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tC8RoNngzA .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tC8RoNngzA .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tC8RoNngzA .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tC8RoNngzA .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tC8RoNngzA ul {
  margin-left: 15%;
}
.cid-tC8RoNngzA .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tC8RoNngzA ul {
    margin-left: 50px !important;
  }
}
.cid-tC8RoNngzA .btn {
  border-radius: 50px;
}
.cid-tCfdeMrAvx {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
  overflow: hidden;
}
.cid-tCfdeMrAvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCfdeMrAvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCfdeMrAvx .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1d2024, #1d2024);
}
@media (max-width: 767px) {
  .cid-tCfdeMrAvx .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tCfdeMrAvx .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tCfdeMrAvx .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-tCfdeMrAvx .card-subtitle {
  color: #fab901;
  margin-bottom: 15px;
  text-align: center;
}
.cid-tCfdeMrAvx .border-item {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: #16181c;
}
.cid-tCfdeMrAvx .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
  text-align: center;
}
.cid-tCfdeMrAvx H5 {
  color: #f2c104;
}
.cid-tCfdfkuqem {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
}
.cid-tCfdfkuqem .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCfdfkuqem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCfdfkuqem .container,
.cid-tCfdfkuqem .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCfdfkuqem .container,
  .cid-tCfdfkuqem .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCfdfkuqem .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tCfdfkuqem .row {
    padding: 85px 4px;
  }
}
.cid-tCfdfkuqem .image-wrapper img {
  height: 375px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tCfdfkuqem .image-wrapper img {
    height: 280px;
  }
}
.cid-tCfdfCeRsh {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #1d2024;
  overflow: hidden;
}
.cid-tCfdfCeRsh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCfdfCeRsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCfdfCeRsh .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1d2024, #1d2024);
}
@media (max-width: 767px) {
  .cid-tCfdfCeRsh .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tCfdfCeRsh .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tCfdfCeRsh .card-title {
  color: #f2c104;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tCfdfCeRsh .card-title {
    margin-bottom: 20px;
  }
}
.cid-tCfdfCeRsh .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tCfdfCeRsh .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tCfdfCeRsh .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tChSNsAKOr .navbar-dropdown {
  position: relative !important;
}
.cid-tChSNsAKOr .navbar-dropdown {
  position: absolute !important;
}
.cid-tChSNsAKOr .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-tChSNsAKOr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tChSNsAKOr .dropdown-item:hover,
.cid-tChSNsAKOr .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tChSNsAKOr .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tChSNsAKOr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tChSNsAKOr .nav-link {
  position: relative;
  padding: 0;
}
.cid-tChSNsAKOr .container {
  display: flex;
  margin: auto;
}
.cid-tChSNsAKOr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tChSNsAKOr .dropdown-menu,
.cid-tChSNsAKOr .navbar.opened {
  background: #1d2024 !important;
}
.cid-tChSNsAKOr .nav-item:focus,
.cid-tChSNsAKOr .nav-link:focus {
  outline: none;
}
.cid-tChSNsAKOr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tChSNsAKOr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tChSNsAKOr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tChSNsAKOr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tChSNsAKOr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tChSNsAKOr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tChSNsAKOr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tChSNsAKOr .navbar.opened {
  transition: all 0.3s;
}
.cid-tChSNsAKOr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tChSNsAKOr .navbar .navbar-logo img {
  width: auto;
}
.cid-tChSNsAKOr .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tChSNsAKOr .navbar.collapsed {
  justify-content: center;
}
.cid-tChSNsAKOr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tChSNsAKOr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tChSNsAKOr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tChSNsAKOr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tChSNsAKOr .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-tChSNsAKOr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tChSNsAKOr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tChSNsAKOr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tChSNsAKOr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tChSNsAKOr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tChSNsAKOr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tChSNsAKOr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tChSNsAKOr .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-tChSNsAKOr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tChSNsAKOr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tChSNsAKOr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tChSNsAKOr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tChSNsAKOr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tChSNsAKOr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tChSNsAKOr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tChSNsAKOr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tChSNsAKOr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tChSNsAKOr .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tChSNsAKOr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tChSNsAKOr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tChSNsAKOr .dropdown-item.active,
.cid-tChSNsAKOr .dropdown-item:active {
  background-color: transparent;
}
.cid-tChSNsAKOr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tChSNsAKOr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tChSNsAKOr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tChSNsAKOr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tChSNsAKOr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tChSNsAKOr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tChSNsAKOr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tChSNsAKOr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tChSNsAKOr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tChSNsAKOr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tChSNsAKOr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tChSNsAKOr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tChSNsAKOr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tChSNsAKOr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tChSNsAKOr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tChSNsAKOr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tChSNsAKOr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tChSNsAKOr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tChSNsAKOr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tChSNsAKOr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tChSNsAKOr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tChSNsAKOr .navbar {
    height: 70px;
  }
  .cid-tChSNsAKOr .navbar.opened {
    height: auto;
  }
  .cid-tChSNsAKOr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tChSNsAKOr .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tChSNsAKOr .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tChSNsAKOr a {
  display: inline;
  font-weight: bold;
}
.cid-tChSNsAKOr img {
  display: inline;
  padding-right: 10px;
}
.cid-tChSNsAKOr .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tChSNsAKOr .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tChSNsAKOr .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tChSNsAKOr .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tChSNsAKOr .right-side {
    flex-direction: column;
  }
  .cid-tChSNsAKOr ul {
    margin-left: 0 !important;
  }
}
.cid-tChSNsAKOr .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tChSNsAKOr .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tChSNsAKOr .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tChSNsAKOr .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tChSNsAKOr .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tChSNsAKOr .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tChSNsAKOr .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tChSNsAKOr ul {
  margin-left: 15%;
}
.cid-tChSNsAKOr .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tChSNsAKOr ul {
    margin-left: 50px !important;
  }
}
.cid-tChSNsAKOr .btn {
  border-radius: 50px;
}
.cid-tChSNtmjJ5 {
  background-image: url("../../../assets/images/slke01-bienvenidos.webp");
}
.cid-tChSNtmjJ5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tChSNtmjJ5 .mbr-section-title {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-tChSNtmjJ5 .mbr-section-subtitle {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.cid-tChSNtmjJ5 .mbr-fullscreen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0;
  padding-bottom: 200px;
}
.cid-tCi7zRjLZ8.popup-builder {
  background-color: #ffffff;
}
.cid-tCi7zRjLZ8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tCi7zRjLZ8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tCi7zRjLZ8 .modal-content,
.cid-tCi7zRjLZ8 .modal-dialog {
  height: auto;
}
.cid-tCi7zRjLZ8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tCi7zRjLZ8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tCi7zRjLZ8 .form-wrapper .mbr-form .form-group,
  .cid-tCi7zRjLZ8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tCi7zRjLZ8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tCi7zRjLZ8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCi7zRjLZ8 .mbr-text {
  text-align: center;
}
.cid-tCi7zRjLZ8 .pt-0 {
  padding-top: 0 !important;
}
.cid-tCi7zRjLZ8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tCi7zRjLZ8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tCi7zRjLZ8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tCi7zRjLZ8 .modal-open {
  overflow: hidden;
}
.cid-tCi7zRjLZ8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tCi7zRjLZ8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tCi7zRjLZ8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tCi7zRjLZ8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tCi7zRjLZ8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tCi7zRjLZ8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tCi7zRjLZ8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tCi7zRjLZ8 .modal-content {
  background: #1d2024;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tCi7zRjLZ8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tCi7zRjLZ8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tCi7zRjLZ8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tCi7zRjLZ8 .modal-backdrop.show {
  opacity: .5;
}
.cid-tCi7zRjLZ8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tCi7zRjLZ8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tCi7zRjLZ8 .modal-header {
    padding: 1rem;
  }
}
.cid-tCi7zRjLZ8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tCi7zRjLZ8 .modal-header .close svg {
  fill: #fab901;
}
.cid-tCi7zRjLZ8 .modal-header .close:hover {
  opacity: 1;
}
.cid-tCi7zRjLZ8 .modal-header .close:focus {
  outline: none;
}
.cid-tCi7zRjLZ8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tCi7zRjLZ8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tCi7zRjLZ8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCi7zRjLZ8 .modal-body {
    padding: 1rem;
  }
}
.cid-tCi7zRjLZ8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tCi7zRjLZ8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCi7zRjLZ8 .modal-footer {
    padding: 1rem;
  }
}
.cid-tCi7zRjLZ8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tCi7zRjLZ8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tCi7zRjLZ8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tCi7zRjLZ8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tCi7zRjLZ8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tCi7zRjLZ8 .modal-lg,
  .cid-tCi7zRjLZ8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tCi7zRjLZ8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tCi7zRjLZ8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tCi7zRjLZ8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tCi7zRjLZ8 .form-group {
  margin-bottom: 1rem;
}
.cid-tCi7zRjLZ8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tCi7zRjLZ8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tCi7zRjLZ8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tCi7zRjLZ8 .mbr-section-btn {
  margin: 0;
}
.cid-tCi7zRjLZ8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tCiuz5ecGL .navbar-dropdown {
  position: relative !important;
}
.cid-tCiuz5ecGL .navbar-dropdown {
  position: absolute !important;
}
.cid-tCiuz5ecGL .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-tCiuz5ecGL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tCiuz5ecGL .dropdown-item:hover,
.cid-tCiuz5ecGL .dropdown-item:focus {
  color: #ec0047 !important;
}
.cid-tCiuz5ecGL .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tCiuz5ecGL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCiuz5ecGL .nav-link {
  position: relative;
  padding: 0;
}
.cid-tCiuz5ecGL .container {
  display: flex;
  margin: auto;
}
.cid-tCiuz5ecGL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCiuz5ecGL .dropdown-menu,
.cid-tCiuz5ecGL .navbar.opened {
  background: #1d2024 !important;
}
.cid-tCiuz5ecGL .nav-item:focus,
.cid-tCiuz5ecGL .nav-link:focus {
  outline: none;
}
.cid-tCiuz5ecGL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCiuz5ecGL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCiuz5ecGL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCiuz5ecGL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCiuz5ecGL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCiuz5ecGL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCiuz5ecGL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 32, 36, 0);
}
.cid-tCiuz5ecGL .navbar.opened {
  transition: all 0.3s;
}
.cid-tCiuz5ecGL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCiuz5ecGL .navbar .navbar-logo img {
  width: auto;
}
.cid-tCiuz5ecGL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tCiuz5ecGL .navbar.collapsed {
  justify-content: center;
}
.cid-tCiuz5ecGL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCiuz5ecGL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCiuz5ecGL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCiuz5ecGL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCiuz5ecGL .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-tCiuz5ecGL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCiuz5ecGL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCiuz5ecGL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCiuz5ecGL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCiuz5ecGL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCiuz5ecGL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCiuz5ecGL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCiuz5ecGL .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-tCiuz5ecGL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCiuz5ecGL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCiuz5ecGL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCiuz5ecGL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCiuz5ecGL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCiuz5ecGL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCiuz5ecGL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCiuz5ecGL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCiuz5ecGL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCiuz5ecGL .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCiuz5ecGL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCiuz5ecGL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCiuz5ecGL .dropdown-item.active,
.cid-tCiuz5ecGL .dropdown-item:active {
  background-color: transparent;
}
.cid-tCiuz5ecGL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCiuz5ecGL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCiuz5ecGL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCiuz5ecGL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d2024;
}
.cid-tCiuz5ecGL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCiuz5ecGL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCiuz5ecGL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCiuz5ecGL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCiuz5ecGL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCiuz5ecGL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCiuz5ecGL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCiuz5ecGL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCiuz5ecGL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCiuz5ecGL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCiuz5ecGL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCiuz5ecGL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCiuz5ecGL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCiuz5ecGL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCiuz5ecGL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tCiuz5ecGL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCiuz5ecGL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCiuz5ecGL .navbar {
    height: 70px;
  }
  .cid-tCiuz5ecGL .navbar.opened {
    height: auto;
  }
  .cid-tCiuz5ecGL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCiuz5ecGL .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tCiuz5ecGL .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tCiuz5ecGL a {
  display: inline;
  font-weight: bold;
}
.cid-tCiuz5ecGL img {
  display: inline;
  padding-right: 10px;
}
.cid-tCiuz5ecGL .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tCiuz5ecGL .dropdown-item:hover {
  color: #fab901 !important;
}
@media (max-width: 990px) {
  .cid-tCiuz5ecGL .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tCiuz5ecGL .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tCiuz5ecGL .right-side {
    flex-direction: column;
  }
  .cid-tCiuz5ecGL ul {
    margin-left: 0 !important;
  }
}
.cid-tCiuz5ecGL .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tCiuz5ecGL .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tCiuz5ecGL .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tCiuz5ecGL .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tCiuz5ecGL .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tCiuz5ecGL .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tCiuz5ecGL .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tCiuz5ecGL ul {
  margin-left: 15%;
}
.cid-tCiuz5ecGL .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tCiuz5ecGL ul {
    margin-left: 50px !important;
  }
}
.cid-tCiuz5ecGL .btn {
  border-radius: 50px;
}
.cid-tCiuQwDCzq {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
  overflow: hidden;
}
.cid-tCiuQwDCzq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCiuQwDCzq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCiuQwDCzq .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1d2024, #1d2024);
}
@media (max-width: 767px) {
  .cid-tCiuQwDCzq .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tCiuQwDCzq .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tCiuQwDCzq .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-tCiuQwDCzq .card-subtitle {
  color: #fab901;
  margin-bottom: 15px;
  text-align: center;
}
.cid-tCiuQwDCzq .border-item {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: #16181c;
}
.cid-tCiuQwDCzq .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
  text-align: center;
}
.cid-tCiuQwDCzq H5 {
  color: #f2c104;
}
.cid-tCiuRkwrxD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
}
.cid-tCiuRkwrxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCiuRkwrxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCiuRkwrxD .container,
.cid-tCiuRkwrxD .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCiuRkwrxD .container,
  .cid-tCiuRkwrxD .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCiuRkwrxD .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tCiuRkwrxD .row {
    padding: 85px 4px;
  }
}
.cid-tCiuRkwrxD .image-wrapper img {
  height: 375px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tCiuRkwrxD .image-wrapper img {
    height: 280px;
  }
}
.cid-tCiuS9amZg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
  overflow: hidden;
}
.cid-tCiuS9amZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCiuS9amZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCiuS9amZg .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1d2024, #1d2024);
}
@media (max-width: 767px) {
  .cid-tCiuS9amZg .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tCiuS9amZg .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tCiuS9amZg .card-title {
  color: #f2c104;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tCiuS9amZg .card-title {
    margin-bottom: 20px;
  }
}
.cid-tCiuS9amZg .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tCiuS9amZg .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tCiuS9amZg .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tCivSnmnh3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d2024;
}
.cid-tCivSnmnh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCivSnmnh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCivSnmnh3 .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tCivSnmnh3 .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-tCivSnmnh3 .card-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .cid-tCivSnmnh3 .card-col {
    grid-row-start: 2;
    grid-row-end: 3;
    padding: 0;
  }
}
.cid-tCivSnmnh3 .card-title {
  margin-bottom: 30px;
  color: #fab901;
}
.cid-tCivSnmnh3 .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-tCivSnmnh3 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tCivSnmnh3 .card-wrapper-bottom {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tCivSnmnh3 .img-col {
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.cid-tCivSnmnh3 .image-wrapper {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tCivSnmnh3 .image-wrapper {
    margin-top: 0;
  }
}
.cid-tCivSnmnh3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCivSnmnh3 .mbr-media {
  position: static;
  width: 100%;
}
.cid-tCivSnmnh3 .icon-wrap {
  display: flex;
  margin-right: auto;
}
.cid-tCivSnmnh3 .icon-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  max-width: 100%;
  min-height: 120px;
  padding: 10px;
  background-color: #fab901;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s !important;
}
.cid-tCivSnmnh3 .icon-wrap a:hover {
  transform: scale(1.07);
}
@media (max-width: 991px) {
  .cid-tCivSnmnh3 .icon-wrap a {
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-tCivSnmnh3 .mbr-media span {
  font-size: 16px;
  transition: all 0.3s;
  color: #FFFFFF;
}
.cid-tCivSnmnh3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tCivSnmnh3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCivSnmnh3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tCivSnmnh3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tCivSnmnh3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCivSnmnh3 .mbr-text,
.cid-tCivSnmnh3 .mbr-section-btn {
  color: #ffffff;
}
