body {
  font-family: Spline Sans Mono;
}
.display-1 {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 8rem;
  line-height: 1.1;
  letter-spacing: -0.015em;
  word-spacing: -0.15em;
}
.display-1 > .mbr-iconfont {
  font-size: 10rem;
}
.display-2 {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 4.25rem;
  line-height: 1.15;
  letter-spacing: -0.015em;
  word-spacing: -0.15em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-4 {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  word-spacing: -0.15em;
}
.display-4 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-5 {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: -0.05em;
  word-spacing: -0.15em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
  word-spacing: -0.15em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 6.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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: #b30710 !important;
}
.bg-success {
  background-color: #44cf35 !important;
}
.bg-info {
  background-color: #563cae !important;
}
.bg-warning {
  background-color: #b29403 !important;
}
.bg-danger {
  background-color: #b30710 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b30710 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #090f10 !important;
  background-color: #fa303b !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #090f10 !important;
  background-color: #fa303b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0597ff !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #090f10 !important;
  background-color: #75c6ff !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #090f10 !important;
  background-color: #75c6ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #563cae !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #090f10 !important;
  background-color: #9683d7 !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #090f10 !important;
  background-color: #9683d7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #44cf35 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #090f10 !important;
  background-color: #96e78e !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #090f10 !important;
  background-color: #96e78e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b29403 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #090f10 !important;
  background-color: #ffda27 !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #090f10 !important;
  background-color: #ffda27 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b30710 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #090f10 !important;
  background-color: #fa303b !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #090f10 !important;
  background-color: #fa303b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #090f10 !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #090f10 !important;
  background-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #090f10 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #090f10 !important;
  background-color: #2f545a !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #090f10 !important;
  background-color: #2f545a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b30710;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #600409 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b30710 !important;
  border-color: #b30710 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0597ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0065ad !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0597ff !important;
  border-color: #0597ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #563cae;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #36266e !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #563cae !important;
  border-color: #563cae !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #44cf35;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2c8c21 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #44cf35 !important;
  border-color: #44cf35 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b29403;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5d4d02 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b29403 !important;
  border-color: #b29403 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b30710;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #600409 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b30710 !important;
  border-color: #b30710 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #090f10;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #090f10 !important;
  border-color: #090f10 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b30710 !important;
}
.text-secondary {
  color: #0597ff !important;
}
.text-success {
  color: #44cf35 !important;
}
.text-info {
  color: #563cae !important;
}
.text-warning {
  color: #b29403 !important;
}
.text-danger {
  color: #b30710 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #090f10 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #510307 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #005c9e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #28801e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #312262 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4e4101 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #510307 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #b30710;
}
.nav-tabs .nav-link:not(.active) {
  color: #090f10;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #563cae;
}
.alert-warning {
  background-color: #b29403;
}
.alert-danger {
  background-color: #b30710;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b30710;
  border-color: #b30710;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b30710;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f8424b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ddf6da;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a191d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fcda39;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8424b;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  word-spacing: -0.15em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.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: #b30710 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  word-spacing: -0.15em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #b30710;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b30710;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b30710;
}
.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: #b30710;
  border-bottom-color: #b30710;
}
.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: #b30710 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0597ff !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='%23b30710' %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.4s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
  }
}
.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0 5vw;
}
.row {
  margin-left: -2rem;
  margin-right: -2rem;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 48px;
  padding: 0.75rem 2rem;
  border-radius: 0 !important;
  border: none;
  font-weight: 500;
  transition: .3s all !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: .15s all !important;
  transform: rotate(-45deg);
  transform-style: preserve-3d;
}
.mbr-section-btn .btn:hover {
  transform: translate(0, -8px);
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.mbr-section-btn .btn-black {
  color: #fff !important;
}
.mbr-section-btn .btn-black:hover {
  color: #fff !important;
}
.section-border-item {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
}
.section-border-item_top {
  top: 0;
}
.section-border-item_bottom {
  bottom: 0;
}
.section-border-item_center {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.text-transform-container {
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
}
.text-transform-container .text-transform-wrap {
  display: flex;
  align-items: center;
  width: fit-content;
  animation: btn-move-out 0.3s ease-in-out;
}
.text-transform-container .mbr-text {
  transition: .3s all;
}
.text-transform-container .iconfont-wrapper .mbr-iconfont {
  transition: .3s all;
  padding-right: 8px;
}
.text-transform-container:hover .text-transform-wrap {
  animation: btn-move 0.3s ease-in-out;
}
.text-transform-container:hover .iconfont-wrapper .mbr-iconfont {
  padding-right: 0;
  padding-left: 8px;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uOGWWyLyrs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 64px;
}
.cid-uOGWWyLyrs nav.navbar {
  position: fixed;
}
.cid-uOGWWyLyrs .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-uOGWWyLyrs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOGWWyLyrs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOGWWyLyrs .dropdown-item:hover,
.cid-uOGWWyLyrs .dropdown-item:focus {
  background: #b30710 !important;
  color: white !important;
}
.cid-uOGWWyLyrs .dropdown-item:hover span {
  color: white;
}
.cid-uOGWWyLyrs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOGWWyLyrs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOGWWyLyrs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOGWWyLyrs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOGWWyLyrs .nav-link {
  position: relative;
}
.cid-uOGWWyLyrs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOGWWyLyrs .container {
    flex-wrap: nowrap;
  }
}
.cid-uOGWWyLyrs .dropdown-menu,
.cid-uOGWWyLyrs .navbar.opened {
  background: #000000 !important;
}
.cid-uOGWWyLyrs .nav-item:focus,
.cid-uOGWWyLyrs .nav-link:focus {
  outline: none;
}
.cid-uOGWWyLyrs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOGWWyLyrs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOGWWyLyrs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOGWWyLyrs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOGWWyLyrs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOGWWyLyrs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOGWWyLyrs .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #b30710;
}
.cid-uOGWWyLyrs .navbar.opened {
  transition: all 0.3s;
}
.cid-uOGWWyLyrs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOGWWyLyrs .navbar .navbar-logo img {
  width: auto;
}
.cid-uOGWWyLyrs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOGWWyLyrs .navbar.collapsed {
  justify-content: center;
}
.cid-uOGWWyLyrs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOGWWyLyrs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOGWWyLyrs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOGWWyLyrs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOGWWyLyrs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOGWWyLyrs .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-uOGWWyLyrs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOGWWyLyrs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uOGWWyLyrs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOGWWyLyrs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOGWWyLyrs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOGWWyLyrs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOGWWyLyrs .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-uOGWWyLyrs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOGWWyLyrs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOGWWyLyrs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOGWWyLyrs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOGWWyLyrs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uOGWWyLyrs .navbar.navbar-short {
  min-height: auto;
}
.cid-uOGWWyLyrs .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uOGWWyLyrs .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uOGWWyLyrs .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uOGWWyLyrs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uOGWWyLyrs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOGWWyLyrs .dropdown-item.active,
.cid-uOGWWyLyrs .dropdown-item:active {
  background-color: transparent;
}
.cid-uOGWWyLyrs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOGWWyLyrs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOGWWyLyrs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOGWWyLyrs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOGWWyLyrs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOGWWyLyrs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOGWWyLyrs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOGWWyLyrs .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uOGWWyLyrs .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uOGWWyLyrs .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uOGWWyLyrs .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uOGWWyLyrs .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uOGWWyLyrs button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uOGWWyLyrs button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uOGWWyLyrs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uOGWWyLyrs button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uOGWWyLyrs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uOGWWyLyrs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uOGWWyLyrs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uOGWWyLyrs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uOGWWyLyrs nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOGWWyLyrs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uOGWWyLyrs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uOGWWyLyrs nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOGWWyLyrs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOGWWyLyrs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOGWWyLyrs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOGWWyLyrs .navbar {
    height: 70px;
  }
  .cid-uOGWWyLyrs .navbar.opened {
    height: auto;
  }
  .cid-uOGWWyLyrs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOGWWyLyrs .container-fluid {
  padding-right: 0;
}
.cid-uOGWWyLyrs .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uOGWWyLyrs .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uOGWWyLyrs .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uOGWWyLyrs .navbar-collapse .nav-link:hover {
  color: #b30710 !important;
}
@media (max-width: 991px) {
  .cid-uOGWWyLyrs .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uOGWWyLyrs .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uOGWWyLyrs .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uOGWWyLyrs .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uOGWWyLyrs .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uOGWWyLyrs .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uOGWWyLyrs .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uOGWWyLyrs .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
}
@media (max-width: 767px) {
  .cid-uOGWWyLyrs .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uOGWWyLyrs .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uOGWWyLyrs .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uOGWWyLyrs .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uOGWWyLyrs .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-uOGWX8fhkw {
  background-image: url("../../../assets/images/screen-6-4.jpg-1280x800.jpg");
}
.cid-uOGWX8fhkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGWX8fhkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGWX8fhkw .mbr-section-title {
  color: #fff;
}
.cid-uOGWX8fhkw .mbr-section-subtitle {
  color: #0597FF;
  background-image: linear-gradient(315deg, currentColor, #fcdb42) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uOGWX8fhkw .main-text {
  max-width: 60%;
  margin-top: 1.5rem;
  color: #fff;
}
@media (max-width: 767px) {
  .cid-uOGWX8fhkw .main-text {
    max-width: 100%;
    margin-top: 1rem;
  }
}
.cid-uOGWX8fhkw .text-transform-container {
  margin-top: 4.25rem;
}
@media (max-width: 767px) {
  .cid-uOGWX8fhkw .text-transform-container {
    margin-top: 1.5rem;
  }
}
.cid-uOGWX8fhkw .text-transform-container:hover .mbr-text {
  color: #fff1af;
}
.cid-uOGWX8fhkw .text-transform-container:hover .mbr-text a {
  color: #fff1af !important;
}
.cid-uOGWX8fhkw .text-transform-container:hover .iconfont-wrapper .mbr-iconfont {
  color: #fff1af;
}
.cid-uOGWX8fhkw .mbr-text {
  color: #fcdb42;
}
.cid-uOGWX8fhkw .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 76px;
  color: #b30710;
  margin-left: 0.75rem;
}
.cid-uOGWX8fhkw .mbr-text,
.cid-uOGWX8fhkw .mbr-section-btn {
  color: #b30710;
}
.cid-uOGXreqZte {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uOGXreqZte .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGXreqZte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-uOGXreqZte b,
.cid-uOGXreqZte strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-uOGXreqZte img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uOGXreqZte img {
    padding-bottom: 2rem;
  }
}
.cid-uOGXreqZte .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-uOGXreqZte .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-uOGXreqZte .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-uOGXreqZte .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-uOGXreqZte .row {
  align-items: center;
}
.cid-uOGXreqZte .mbr-section-title {
  color: #000000;
}
.cid-uOGXreqZte .mbr-text,
.cid-uOGXreqZte .mbr-section-btn {
  color: #ffffff;
}
.cid-uOGXreqZte .mbr-link,
.cid-uOGXreqZte .link-wrapper {
  color: #ffffff;
}
.cid-uOGXreqZte .mbr-text,
.cid-uOGXreqZte .text-wrapper {
  color: #000000;
}
.cid-uOGXreqZte .mbr-link,
.cid-uOGXreqZte .text-wrapper,
.cid-uOGXreqZte path {
  color: #17003b;
}
.cid-uOGX9I6Pzo {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #000000;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uOGX9I6Pzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGX9I6Pzo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGX9I6Pzo .section-border-item {
  background-color: #b30710;
}
.cid-uOGX9I6Pzo .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-uOGX9I6Pzo .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uOGX9I6Pzo .main-container {
    padding: 3rem 0;
  }
}
.cid-uOGX9I6Pzo .title-wrap {
  width: 100%;
}
.cid-uOGX9I6Pzo .title-box {
  width: 100%;
}
.cid-uOGX9I6Pzo .mbr-title {
  color: #FFF;
}
.cid-uOGX9I6Pzo .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uOGX9I6Pzo .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-uOGX9I6Pzo .card-row {
  display: flex;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #b30710;
  border-bottom: 1px solid #b30710;
}
@media (max-width: 991px) {
  .cid-uOGX9I6Pzo .card-row {
    flex-wrap: wrap;
  }
}
.cid-uOGX9I6Pzo .card {
  position: relative;
  width: 33.33333333%;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-uOGX9I6Pzo .card {
    width: 100%;
  }
}
.cid-uOGX9I6Pzo .card:not(:nth-child(3n)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #b30710;
}
@media (max-width: 991px) {
  .cid-uOGX9I6Pzo .card:not(:nth-child(3n)):after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
.cid-uOGX9I6Pzo .card-wrap {
  position: relative;
  display: flex;
  align-items: start;
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
}
@media (max-width: 991px) {
  .cid-uOGX9I6Pzo .card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px;
  }
}
.cid-uOGX9I6Pzo .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
@media (max-width: 991px) {
  .cid-uOGX9I6Pzo .iconfont-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uOGX9I6Pzo .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 48px;
  color: #b30710;
  margin-right: 0;
}
.cid-uOGX9I6Pzo .card-text-wrap {
  width: 100%;
  flex-grow: 1;
}
.cid-uOGX9I6Pzo .card-title {
  color: #FFF;
}
.cid-uOGX9I6Pzo .card-text {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOGX9I6Pzo .card-text {
    margin-top: 0.75rem;
  }
}
.cid-uOGXJvaGh3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uOGXJvaGh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGXJvaGh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-uOGXJvaGh3 b,
.cid-uOGXJvaGh3 strong {
  font-weight: 900;
}
.cid-uOGXJvaGh3 .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uOGXJvaGh3 img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uOGXJvaGh3 img {
    padding-bottom: 2rem;
  }
}
.cid-uOGXJvaGh3 .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-uOGXJvaGh3 .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-uOGXJvaGh3 .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-uOGXJvaGh3 .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-uOGXJvaGh3 .row {
  align-items: center;
}
.cid-uOGXJvaGh3 .mbr-section-title {
  color: #000000;
}
.cid-uOGXJvaGh3 .mbr-text,
.cid-uOGXJvaGh3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uOGXJvaGh3 .mbr-link,
.cid-uOGXJvaGh3 .link-wrapper {
  color: #ffffff;
}
.cid-uOGXJvaGh3 .mbr-text,
.cid-uOGXJvaGh3 .text-wrapper {
  color: #000000;
}
.cid-uOGXJvaGh3 .mbr-link,
.cid-uOGXJvaGh3 .text-wrapper,
.cid-uOGXJvaGh3 path {
  color: #17003b;
}
.cid-uOGXiXccOW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-uOGXiXccOW .card-wrapper {
  background: none;
  display: block;
}
.cid-uOGXiXccOW .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-uOGXiXccOW .mbr-iconfont {
  display: block;
  font-size: 110px;
  margin-right: 15px;
  height: 100%;
  margin-bottom: 29px;
}
.cid-uOGXiXccOW .link a {
  background-image: none !important;
}
.cid-uOGXiXccOW .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-uOGXiXccOW .card-title {
  font-weight: 700;
  margin-bottom: 14px;
}
.cid-uOGXiXccOW .lin {
  font-weight: 500;
}
.cid-uOGXiXccOW a {
  padding: 0;
  border: 0px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-uOGXiXccOW .card-title,
.cid-uOGXiXccOW .lin {
  color: #1d1d1f;
}
.cid-uOGXiXccOW .padd {
  padding-top: 68px;
}
@media (max-width: 990px) {
  .cid-uOGXiXccOW .padd {
    padding-top: 0;
  }
  .cid-uOGXiXccOW .b {
    margin-bottom: 60px;
  }
}
.cid-uOGXiXccOW .link {
  margin-top: 24px;
}
.cid-uOGXiXccOW rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-uOGXiXccOW .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-uOGXiXccOW svg {
  margin-left: 15px;
}
.cid-uOGXiXccOW path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-uOGXiXccOW .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-uOGXiXccOW .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-uOGXiXccOW .icon1 {
  color: #b30710;
}
.cid-uOGXiXccOW .icon2 {
  color: #ffffff;
}
.cid-uOGXiXccOW .icon3 {
  color: #b30710;
}
.cid-uOGXiXccOW .icon4 {
  color: #ffffff;
}
.cid-uOGXiXccOW .small-bottom,
.cid-uOGXiXccOW .link {
  text-align: left;
  color: #b2b2b2;
}
.cid-uOGXiXccOW .card-title,
.cid-uOGXiXccOW .iconfont-wrapper {
  color: #ffffff;
}
@media (max-width: 770px) {
  .cid-uOGXiXccOW .b1 {
    margin-bottom: 60px;
  }
  .cid-uOGXiXccOW .card-title {
    text-align: center;
  }
  .cid-uOGXiXccOW .lin {
    text-align: center;
  }
  .cid-uOGXiXccOW .link {
    text-align: center;
  }
  .cid-uOGXiXccOW .mbr-iconfont {
    margin-right: 0;
  }
  .cid-uOGXiXccOW .iconfont-wrapper {
    text-align: center;
  }
}
.cid-uOGXKEFPxs {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uOGXKEFPxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGXKEFPxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-uOGXKEFPxs b,
.cid-uOGXKEFPxs strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-uOGXKEFPxs img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uOGXKEFPxs img {
    padding-bottom: 2rem;
  }
}
.cid-uOGXKEFPxs .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-uOGXKEFPxs .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-uOGXKEFPxs .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-uOGXKEFPxs .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-uOGXKEFPxs .row {
  align-items: center;
}
.cid-uOGXKEFPxs .mbr-section-title {
  color: #000000;
}
.cid-uOGXKEFPxs .mbr-text,
.cid-uOGXKEFPxs .mbr-section-btn {
  color: #ffffff;
}
.cid-uOGXKEFPxs .mbr-link,
.cid-uOGXKEFPxs .link-wrapper {
  color: #ffffff;
}
.cid-uOGXKEFPxs .mbr-text,
.cid-uOGXKEFPxs .text-wrapper {
  color: #000000;
}
.cid-uOGXKEFPxs .mbr-link,
.cid-uOGXKEFPxs .text-wrapper,
.cid-uOGXKEFPxs path {
  color: #17003b;
}
.cid-uOGXmhKDir {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uOGXmhKDir .mbr-iconfont {
  color: #8d97ad;
}
.cid-uOGXmhKDir .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uOGXmhKDir .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-uOGXmhKDir .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uOGXmhKDir .card-title {
  margin-bottom: 0.3rem;
}
.cid-uOGXmhKDir .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uOGXmhKDir .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOGXmhKDir .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uOGXmhKDir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGXmhKDir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGXLORXCi {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uOGXLORXCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGXLORXCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-uOGXLORXCi b,
.cid-uOGXLORXCi strong {
  font-weight: 900;
}
.cid-uOGXLORXCi .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uOGXLORXCi img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uOGXLORXCi img {
    padding-bottom: 2rem;
  }
}
.cid-uOGXLORXCi .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-uOGXLORXCi .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-uOGXLORXCi .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-uOGXLORXCi .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-uOGXLORXCi .row {
  align-items: center;
}
.cid-uOGXLORXCi .mbr-section-title {
  color: #000000;
}
.cid-uOGXLORXCi .mbr-text,
.cid-uOGXLORXCi .mbr-section-btn {
  color: #ffffff;
}
.cid-uOGXLORXCi .mbr-link,
.cid-uOGXLORXCi .link-wrapper {
  color: #ffffff;
}
.cid-uOGXLORXCi .mbr-text,
.cid-uOGXLORXCi .text-wrapper {
  color: #000000;
}
.cid-uOGXLORXCi .mbr-link,
.cid-uOGXLORXCi .text-wrapper,
.cid-uOGXLORXCi path {
  color: #17003b;
}
.cid-uOGXog9gqB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uOGXog9gqB .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uOGXog9gqB .carousel-item.active,
.cid-uOGXog9gqB .carousel-item-next,
.cid-uOGXog9gqB .carousel-item-prev {
  display: flex;
}
.cid-uOGXog9gqB .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-uOGXog9gqB .face-icon {
  color: #ffffff;
  background: #255085;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem !important;
}
.cid-uOGXog9gqB .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uOGXog9gqB .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity 0.3s;
}
.cid-uOGXog9gqB .carousel-controls a {
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-uOGXog9gqB .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-uOGXog9gqB .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-uOGXog9gqB H1 {
  color: #36404c;
}
.cid-uOGXog9gqB .mbr-text,
.cid-uOGXog9gqB .mbr-section-btn {
  color: #000000;
}
.cid-uOGXog9gqB .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uOGXog9gqB .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-uOGXog9gqB .author {
  margin: auto 0;
}
.cid-uOGXog9gqB h3,
.cid-uOGXog9gqB h4 {
  margin: 0;
  padding: 0;
}
.cid-uOGXog9gqB H3 {
  color: #36404c;
}
.cid-uOGXog9gqB H4 {
  color: #767676;
}
.cid-uOGXog9gqB .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-uOGXog9gqB .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-uOGXog9gqB .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-uOGXog9gqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGXog9gqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGXVLOITF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uOGXVLOITF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGXVLOITF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGXVLOITF .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uOGXVLOITF .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uOGXVLOITF .card-wrapper {
    padding: 0;
  }
}
.cid-uOGXVLOITF .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uOGXVLOITF .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uOGXVLOITF .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uOGXPD1DU0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uOGXPD1DU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGXPD1DU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGXPD1DU0 .section-border-item {
  background-color: #b30710;
}
.cid-uOGXPD1DU0 .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-uOGXPD1DU0 .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uOGXPD1DU0 .main-container {
    padding: 3rem 0;
  }
}
.cid-uOGXPD1DU0 .title-wrap {
  width: 100%;
}
.cid-uOGXPD1DU0 .title-box {
  width: 100%;
}
.cid-uOGXPD1DU0 .mbr-title {
  color: #FFF;
}
.cid-uOGXPD1DU0 .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uOGXPD1DU0 .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-uOGXPD1DU0 .card-row {
  display: flex;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #b30710;
  border-bottom: 1px solid #b30710;
}
@media (max-width: 991px) {
  .cid-uOGXPD1DU0 .card-row {
    flex-wrap: wrap;
  }
}
.cid-uOGXPD1DU0 .card {
  position: relative;
  width: 33.33333333%;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-uOGXPD1DU0 .card {
    width: 100%;
  }
}
.cid-uOGXPD1DU0 .card:not(:nth-child(3n)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #b30710;
}
@media (max-width: 991px) {
  .cid-uOGXPD1DU0 .card:not(:nth-child(3n)):after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 576px) {
  .cid-uOGXPD1DU0 .card:hover .card-bg {
    opacity: 1;
  }
}
.cid-uOGXPD1DU0 .card:hover .iconfont-hover-wrapper {
  opacity: 1;
}
.cid-uOGXPD1DU0 .card:hover .iconfont-hover-wrapper .iconfont-hover-box {
  transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-uOGXPD1DU0 .card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 24px 40px;
}
@media (max-width: 991px) {
  .cid-uOGXPD1DU0 .card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px;
    min-height: 188px;
  }
}
.cid-uOGXPD1DU0 .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(115deg, #0597ff, #fcdb42);
  opacity: 0;
  transition: .6s all;
}
.cid-uOGXPD1DU0 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uOGXPD1DU0 .iconfont-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uOGXPD1DU0 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 34px;
  color: #b30710;
  margin-right: 0;
}
.cid-uOGXPD1DU0 .card-text-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uOGXPD1DU0 .card-text-wrap {
    width: 50%;
    flex-grow: 1;
    padding-right: .75rem;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uOGXPD1DU0 .card-text-wrap {
    margin-bottom: 12px;
  }
}
.cid-uOGXPD1DU0 .card-title {
  color: #FFF;
}
.cid-uOGXPD1DU0 .card-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-uOGXPD1DU0 .card-text {
    margin-top: 1rem;
  }
}
.cid-uOGXPD1DU0 .iconfont-hover-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: 0.6s all;
  margin-top: auto;
}
@media (min-width: 576px) {
  .cid-uOGXPD1DU0 .iconfont-hover-wrapper {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-uOGXPD1DU0 .iconfont-hover-wrapper {
    width: fit-content;
    max-width: 50%;
    flex-shrink: 0;
    margin-left: auto;
  }
}
.cid-uOGXPD1DU0 .iconfont-hover-wrapper .iconfont-hover-box {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s all;
}
@media (min-width: 576px) {
  .cid-uOGXPD1DU0 .iconfont-hover-wrapper .iconfont-hover-box {
    transform: translate3d(-2rem, 2rem, 0px) scale3d(0.8, 0.8, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-uOGXPD1DU0 .iconfont-hover-wrapper .mbr-iconfont {
  display: block;
  font-size: 114px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uOGXPD1DU0 .iconfont-hover-wrapper .mbr-iconfont {
    font-size: 74px !important;
  }
}
.cid-uOGXR4pdev {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uOGXR4pdev .section-border-item {
  background-color: #b30710;
}
.cid-uOGXR4pdev .mbr-text {
  color: #FFFFFF;
}
.cid-uOGWWyLyrs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 64px;
}
.cid-uOGWWyLyrs nav.navbar {
  position: fixed;
}
.cid-uOGWWyLyrs .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-uOGWWyLyrs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOGWWyLyrs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOGWWyLyrs .dropdown-item:hover,
.cid-uOGWWyLyrs .dropdown-item:focus {
  background: #b30710 !important;
  color: white !important;
}
.cid-uOGWWyLyrs .dropdown-item:hover span {
  color: white;
}
.cid-uOGWWyLyrs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOGWWyLyrs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOGWWyLyrs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOGWWyLyrs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOGWWyLyrs .nav-link {
  position: relative;
}
.cid-uOGWWyLyrs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOGWWyLyrs .container {
    flex-wrap: nowrap;
  }
}
.cid-uOGWWyLyrs .dropdown-menu,
.cid-uOGWWyLyrs .navbar.opened {
  background: #000000 !important;
}
.cid-uOGWWyLyrs .nav-item:focus,
.cid-uOGWWyLyrs .nav-link:focus {
  outline: none;
}
.cid-uOGWWyLyrs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOGWWyLyrs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOGWWyLyrs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOGWWyLyrs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOGWWyLyrs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOGWWyLyrs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOGWWyLyrs .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #b30710;
}
.cid-uOGWWyLyrs .navbar.opened {
  transition: all 0.3s;
}
.cid-uOGWWyLyrs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOGWWyLyrs .navbar .navbar-logo img {
  width: auto;
}
.cid-uOGWWyLyrs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOGWWyLyrs .navbar.collapsed {
  justify-content: center;
}
.cid-uOGWWyLyrs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOGWWyLyrs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOGWWyLyrs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOGWWyLyrs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOGWWyLyrs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOGWWyLyrs .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-uOGWWyLyrs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOGWWyLyrs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uOGWWyLyrs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOGWWyLyrs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOGWWyLyrs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOGWWyLyrs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOGWWyLyrs .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-uOGWWyLyrs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOGWWyLyrs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOGWWyLyrs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOGWWyLyrs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOGWWyLyrs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uOGWWyLyrs .navbar.navbar-short {
  min-height: auto;
}
.cid-uOGWWyLyrs .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uOGWWyLyrs .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uOGWWyLyrs .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uOGWWyLyrs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uOGWWyLyrs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOGWWyLyrs .dropdown-item.active,
.cid-uOGWWyLyrs .dropdown-item:active {
  background-color: transparent;
}
.cid-uOGWWyLyrs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOGWWyLyrs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOGWWyLyrs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOGWWyLyrs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOGWWyLyrs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOGWWyLyrs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOGWWyLyrs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOGWWyLyrs .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uOGWWyLyrs .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uOGWWyLyrs .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uOGWWyLyrs .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uOGWWyLyrs .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uOGWWyLyrs button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uOGWWyLyrs button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uOGWWyLyrs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uOGWWyLyrs button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uOGWWyLyrs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uOGWWyLyrs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uOGWWyLyrs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uOGWWyLyrs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uOGWWyLyrs nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOGWWyLyrs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uOGWWyLyrs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uOGWWyLyrs nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOGWWyLyrs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOGWWyLyrs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOGWWyLyrs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOGWWyLyrs .navbar {
    height: 70px;
  }
  .cid-uOGWWyLyrs .navbar.opened {
    height: auto;
  }
  .cid-uOGWWyLyrs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOGWWyLyrs .container-fluid {
  padding-right: 0;
}
.cid-uOGWWyLyrs .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uOGWWyLyrs .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uOGWWyLyrs .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uOGWWyLyrs .navbar-collapse .nav-link:hover {
  color: #b30710 !important;
}
@media (max-width: 991px) {
  .cid-uOGWWyLyrs .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uOGWWyLyrs .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uOGWWyLyrs .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uOGWWyLyrs .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uOGWWyLyrs .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uOGWWyLyrs .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uOGWWyLyrs .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uOGWWyLyrs .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
}
@media (max-width: 767px) {
  .cid-uOGWWyLyrs .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uOGWWyLyrs .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uOGWWyLyrs .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uOGWWyLyrs .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uOGWWyLyrs .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-uOGYhVx2zE {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #323232;
}
.cid-uOGYhVx2zE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOGYhVx2zE .mbr-text {
  color: #ffffff;
}
.cid-uOGXR4pdev {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uOGXR4pdev .section-border-item {
  background-color: #b30710;
}
.cid-uOGXR4pdev .mbr-text {
  color: #FFFFFF;
}
