.btn {
  border-width: 2px;
}
body {
  font-family: Spline Sans Mono;
}
.display-1 {
  font-family: 'Urbanist', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
  letter-spacing: -0.015em;
  word-spacing: -0.15em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 3rem;
  line-height: 1.15;
  letter-spacing: -0.015em;
  word-spacing: -0.15em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  word-spacing: -0.15em;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 1.8rem;
  line-height: 1.25;
  letter-spacing: -0.05em;
  word-spacing: -0.15em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: #363636 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #363636 !important;
}
.bg-warning {
  background-color: #0356ac !important;
}
.bg-danger {
  background-color: #139dff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #363636 !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: #716b6b !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: #716b6b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0356ac !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: #218eff !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: #218eff !important;
}
.btn-info,
.btn-info:active {
  background-color: #363636 !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: #716b6b !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: #716b6b !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !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: #ffffff !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: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0356ac !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: #218eff !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: #218eff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #139dff !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: #83ccff !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: #83ccff !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: #363636;
  color: #363636;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0b0b0b !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: #0b0b0b !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #363636 !important;
  border-color: #363636 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0356ac;
  color: #0356ac;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #022b57 !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: #022b57 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0356ac !important;
  border-color: #0356ac !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #363636;
  color: #363636;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0b0b0b !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: #0b0b0b !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #363636 !important;
  border-color: #363636 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !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: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0356ac;
  color: #0356ac;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #022b57 !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: #022b57 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0356ac !important;
  border-color: #0356ac !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #139dff;
  color: #139dff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #006ebb !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: #006ebb !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #139dff !important;
  border-color: #139dff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #090f10;
  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: #000000 !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: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  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: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #363636 !important;
}
.text-secondary {
  color: #0356ac !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #363636 !important;
}
.text-warning {
  color: #0356ac !important;
}
.text-danger {
  color: #139dff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #090f10 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #030303 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #012448 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #030303 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #012448 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0065ac !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: #363636;
}
.nav-tabs .nav-link:not(.active) {
  color: #090f10;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #363636;
}
.alert-warning {
  background-color: #0356ac;
}
.alert-danger {
  background-color: #139dff;
}
.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: #363636;
  border-color: #363636;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #363636;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a9a9a9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a9a9a9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #3395fb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dff2ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  word-spacing: -0.15em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #363636 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  word-spacing: -0.15em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #363636;
}
/* 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: #363636;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #363636;
}
.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: #363636;
  border-bottom-color: #363636;
}
.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: #363636 !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: #0356ac !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='%23363636' %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-uX0Qjkx1fM {
  background-color: #ffffff;
}
.cid-uX0Qjkx1fM .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #0356ac;
}
.cid-uX0Qjkx1fM img {
  width: 100%;
}
.cid-uX0Qjkx1fM p {
  margin-top: 6rem;
}
.cid-uX0Qjkx1fM .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-uX0Qjkx1fM .content-wrapper {
  padding-top: 6rem;
}
.cid-uX0Qjkx1fM h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uX0Qjkx1fM .content-wrapper {
    padding-top: 0rem;
  }
  .cid-uX0Qjkx1fM p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uX0Qjkx1fM .back {
    width: 100%;
    height: 75%;
  }
  .cid-uX0Qjkx1fM .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-uX0Qjkx1fM p {
    margin-top: 4rem;
  }
}
.cid-uX0Qjkx1fM .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-uX0Qjkx1fM .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-uX0Qjkx1fM .content-wrapper {
    padding-right: 3rem;
  }
  .cid-uX0Qjkx1fM h4 {
    right: 2rem;
  }
}
.cid-uX0Qjkx1fM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0Qjkx1fM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0Qjkx1fM H1 {
  text-align: center;
  color: #ffffff;
}
.cid-uX0Qjkx1fM .mbr-text,
.cid-uX0Qjkx1fM .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uX0Qjkx1fM H4 {
  color: #ffffff;
}
.cid-uVqk5buZrk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVqk5buZrk nav.navbar {
  position: fixed;
}
.cid-uVqk5buZrk .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-uVqk5buZrk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVqk5buZrk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVqk5buZrk .dropdown-item:hover,
.cid-uVqk5buZrk .dropdown-item:focus {
  background: #363636 !important;
  color: white !important;
}
.cid-uVqk5buZrk .dropdown-item:hover span {
  color: white;
}
.cid-uVqk5buZrk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVqk5buZrk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVqk5buZrk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-uVqk5buZrk .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-uVqk5buZrk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVqk5buZrk .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uVqk5buZrk .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-uVqk5buZrk .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-uVqk5buZrk .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-uVqk5buZrk .container {
  display: flex;
  margin: auto;
}
.cid-uVqk5buZrk .iconfont-wrapper {
  color: #0356ac !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVqk5buZrk .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uVqk5buZrk .navbar-nav {
    align-items: center;
  }
}
.cid-uVqk5buZrk .dropdown-menu,
.cid-uVqk5buZrk .navbar.opened {
  background: #ffffff !important;
}
.cid-uVqk5buZrk .nav-item:focus,
.cid-uVqk5buZrk .nav-link:focus {
  outline: none;
}
.cid-uVqk5buZrk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-uVqk5buZrk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVqk5buZrk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVqk5buZrk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVqk5buZrk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVqk5buZrk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVqk5buZrk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-uVqk5buZrk .navbar.opened {
  transition: all 0.3s;
}
.cid-uVqk5buZrk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVqk5buZrk .navbar .navbar-logo img {
  width: auto;
}
.cid-uVqk5buZrk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uVqk5buZrk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVqk5buZrk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVqk5buZrk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVqk5buZrk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVqk5buZrk .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-uVqk5buZrk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVqk5buZrk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVqk5buZrk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVqk5buZrk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVqk5buZrk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVqk5buZrk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVqk5buZrk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVqk5buZrk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVqk5buZrk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uVqk5buZrk .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-uVqk5buZrk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVqk5buZrk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVqk5buZrk .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-uVqk5buZrk .dropdown-item.active,
.cid-uVqk5buZrk .dropdown-item:active {
  background-color: transparent;
}
.cid-uVqk5buZrk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVqk5buZrk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVqk5buZrk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVqk5buZrk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVqk5buZrk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVqk5buZrk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVqk5buZrk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVqk5buZrk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVqk5buZrk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVqk5buZrk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #0356ac;
}
.cid-uVqk5buZrk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVqk5buZrk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVqk5buZrk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVqk5buZrk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVqk5buZrk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVqk5buZrk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVqk5buZrk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVqk5buZrk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVqk5buZrk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVqk5buZrk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVqk5buZrk .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-uVqk5buZrk .navbar {
    height: 70px;
  }
  .cid-uVqk5buZrk .navbar.opened {
    height: auto;
  }
  .cid-uVqk5buZrk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVqk5buZrk .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-uVqk5buZrk .container-fluid {
    padding: 0 40px;
  }
}
.cid-uVqk5buZrk .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uVqk5buZrk .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uVqk5buZrk .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uVqk5buZrk .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-uVqk5buZrk .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-uVqk5buZrk .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-uVqk5buZrk .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-uVqk5buZrk .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-uVqk5buZrk .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-uVqk5buZrk .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-uVqk5buZrk .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uVqk5buZrk .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uVhKTvd0se {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0356ac;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uVhKTvd0se .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhKTvd0se .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhKTvd0se .section-border-item {
  background-color: #ffffff;
}
.cid-uVhKTvd0se .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-uVhKTvd0se .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uVhKTvd0se .main-container {
    padding: 3rem 0;
  }
}
.cid-uVhKTvd0se .title-wrap {
  width: 100%;
}
.cid-uVhKTvd0se .title-box {
  width: 100%;
}
.cid-uVhKTvd0se .mbr-title {
  color: #FFF;
  text-align: left;
}
.cid-uVhKTvd0se .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uVhKTvd0se .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-uVhKTvd0se .card-row {
  display: flex;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-uVhKTvd0se .card-row {
    flex-wrap: wrap;
  }
}
.cid-uVhKTvd0se .card {
  position: relative;
  width: 33.33333333%;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-uVhKTvd0se .card {
    width: 100%;
  }
}
.cid-uVhKTvd0se .card:not(:nth-child(3n)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVhKTvd0se .card:not(:nth-child(3n)):after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
.cid-uVhKTvd0se .card-wrap {
  position: relative;
  display: flex;
  align-items: start;
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
}
@media (max-width: 991px) {
  .cid-uVhKTvd0se .card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px;
  }
}
.cid-uVhKTvd0se .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
@media (max-width: 991px) {
  .cid-uVhKTvd0se .iconfont-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVhKTvd0se .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 48px;
  color: #ffffff;
  margin-right: 0;
}
.cid-uVhKTvd0se .card-text-wrap {
  width: 100%;
  flex-grow: 1;
}
.cid-uVhKTvd0se .card-title {
  color: #FFF;
}
.cid-uVhKTvd0se .card-text {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uVhKTvd0se .card-text {
    margin-top: 0.75rem;
  }
}
.cid-uVilFBfi1E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uVilFBfi1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVilFBfi1E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVilFBfi1E .section-border-item {
  background-color: #363636;
}
@media (max-width: 991px) {
  .cid-uVilFBfi1E .section-border-item_center {
    display: none;
  }
}
.cid-uVilFBfi1E .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uVilFBfi1E .main-container {
    flex-wrap: wrap;
  }
}
.cid-uVilFBfi1E .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uVilFBfi1E .card-wrap {
    width: 100%;
  }
}
.cid-uVilFBfi1E .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width: 991px) {
  .cid-uVilFBfi1E .card-box {
    max-width: 42rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uVilFBfi1E .card-box {
    max-width: 100%;
  }
}
.cid-uVilFBfi1E .card-title {
  color: #0356ac;
}
.cid-uVilFBfi1E .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uVilFBfi1E .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-uVilFBfi1E .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uVilFBfi1E .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-uVilFBfi1E .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-uVilFBfi1E .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uVilFBfi1E .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #fcdb42;
}
.cid-uVilFBfi1E .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #090f10;
}
.cid-uVilFBfi1E .list-text {
  color: #FFF;
  flex-grow: 1;
}
.cid-uVilFBfi1E .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uVilFBfi1E .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-uVilFBfi1E .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-uVilFBfi1E .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-uVilFBfi1E .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #363636;
  }
}
.cid-uVilFBfi1E .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-uVilFBfi1E .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-uVilFBfi1E .mbr-text,
.cid-uVilFBfi1E .mbr-section-btn {
  color: #363636;
}
.cid-uVioQu1T4R {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0356ac;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uVioQu1T4R .item:focus,
.cid-uVioQu1T4R span:focus {
  outline: none;
}
.cid-uVioQu1T4R .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uVioQu1T4R .content-head {
  max-width: 800px;
}
.cid-uVioQu1T4R .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uVioQu1T4R .item {
    min-height: 45px;
  }
}
.cid-uVioQu1T4R .section-border-item {
  background-color: #ffffff;
}
.cid-tmYS81vPFo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tmYS81vPFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmYS81vPFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmYS81vPFo .section-border-item {
  background-color: #363636;
}
@media (max-width: 991px) {
  .cid-tmYS81vPFo .section-border-item_center {
    display: none;
  }
}
.cid-tmYS81vPFo .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-tmYS81vPFo .main-container {
    flex-wrap: wrap;
  }
}
.cid-tmYS81vPFo .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-tmYS81vPFo .card-wrap {
    width: 100%;
  }
}
.cid-tmYS81vPFo .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-tmYS81vPFo .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tmYS81vPFo .card-box {
    max-width: 100%;
  }
}
.cid-tmYS81vPFo .card-title {
  color: #0356ac;
}
.cid-tmYS81vPFo .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tmYS81vPFo .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tmYS81vPFo .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tmYS81vPFo .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-tmYS81vPFo .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-tmYS81vPFo .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tmYS81vPFo .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #0356ac;
}
.cid-tmYS81vPFo .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #ffffff;
}
.cid-tmYS81vPFo .list-text {
  color: #090f10;
  flex-grow: 1;
}
.cid-tmYS81vPFo .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tmYS81vPFo .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-tmYS81vPFo .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tmYS81vPFo .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-tmYS81vPFo .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #363636;
  }
}
.cid-tmYS81vPFo .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-tmYS81vPFo .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-tmYS81vPFo .mbr-text,
.cid-tmYS81vPFo .mbr-section-btn {
  color: #090f10;
  text-align: left;
}
.cid-uViaAUNiOo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0356ac;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uViaAUNiOo .section-border-item {
  background-color: #ffffff;
}
.cid-uViaAUNiOo .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-uViaAUNiOo .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uViaAUNiOo .main-container {
    padding: 3rem 0;
  }
}
.cid-uViaAUNiOo .title-wrap {
  width: 100%;
}
.cid-uViaAUNiOo .title-box {
  width: 100%;
}
.cid-uViaAUNiOo .mbr-title {
  color: #ffffff;
  text-align: left;
}
.cid-uViaAUNiOo .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uViaAUNiOo .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-uViaAUNiOo .card-row {
  display: flex;
  align-items: stretch;
  margin-bottom: -1px;
  flex-wrap: wrap;
  border-top: 1px solid #ffffff;
}
.cid-uViaAUNiOo .item {
  position: relative;
  width: 25%;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uViaAUNiOo .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uViaAUNiOo .item {
    width: 100%;
  }
}
.cid-uViaAUNiOo .item:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uViaAUNiOo .item:not(:nth-child(4n)):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
  }
}
@media (min-width: 768px) {
  .cid-uViaAUNiOo .item:not(:nth-child(2n)):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
  }
}
@media (min-width: 767px) {
  .cid-uViaAUNiOo .item:hover .item-img img {
    transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(2deg, 0deg);
  }
}
.cid-uViaAUNiOo .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
}
.cid-uViaAUNiOo .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  overflow: hidden;
}
.cid-uViaAUNiOo .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .6s all;
}
.cid-uViaAUNiOo .card-text-wrap {
  width: 100%;
  padding: 2rem;
  border-top: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-uViaAUNiOo .card-text-wrap {
    padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uViaAUNiOo .card-text-wrap {
    padding: 1.25rem;
  }
}
.cid-uViaAUNiOo .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uViaAUNiOo .card-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uViaAUNiOo .card-text {
    margin-top: 1.25rem;
  }
}
.cid-uViaAUNiOo .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uViaAUNiOo .mbr-section-btn {
    margin-top: 1.25rem;
  }
}
.cid-uViaAUNiOo .card-text,
.cid-uViaAUNiOo .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVpDpAhv5v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uVpDpAhv5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVpDpAhv5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVpDpAhv5v .section-border-item {
  background-color: #363636;
}
@media (max-width: 991px) {
  .cid-uVpDpAhv5v .section-border-item_center {
    display: none;
  }
}
.cid-uVpDpAhv5v .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-uVpDpAhv5v .main-container {
    flex-wrap: wrap;
  }
}
.cid-uVpDpAhv5v .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uVpDpAhv5v .card-wrap {
    width: 100%;
  }
}
.cid-uVpDpAhv5v .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-uVpDpAhv5v .card-box {
    max-width: 42rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uVpDpAhv5v .card-box {
    max-width: 100%;
  }
}
.cid-uVpDpAhv5v .card-title {
  color: #0356ac;
}
.cid-uVpDpAhv5v .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uVpDpAhv5v .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-uVpDpAhv5v .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uVpDpAhv5v .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-uVpDpAhv5v .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-uVpDpAhv5v .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uVpDpAhv5v .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #fcdb42;
}
.cid-uVpDpAhv5v .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #090f10;
}
.cid-uVpDpAhv5v .list-text {
  color: #FFF;
  flex-grow: 1;
}
.cid-uVpDpAhv5v .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uVpDpAhv5v .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-uVpDpAhv5v .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uVpDpAhv5v .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-uVpDpAhv5v .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #363636;
  }
}
.cid-uVpDpAhv5v .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-uVpDpAhv5v .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-uVpDpAhv5v .mbr-text,
.cid-uVpDpAhv5v .mbr-section-btn {
  color: #363636;
}
.cid-uVpDKq8HJC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0356ac;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uVpDKq8HJC .item:focus,
.cid-uVpDKq8HJC span:focus {
  outline: none;
}
.cid-uVpDKq8HJC .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uVpDKq8HJC .content-head {
  max-width: 800px;
}
.cid-uVpDKq8HJC .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uVpDKq8HJC .item {
    min-height: 45px;
  }
}
.cid-uVpDKq8HJC .section-border-item {
  background-color: #ffffff;
}
.cid-tmYUprjphV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tmYUprjphV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmYUprjphV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmYUprjphV .section-border-item {
  background-color: #363636;
}
@media (max-width: 991px) {
  .cid-tmYUprjphV .section-border-item_center {
    display: none;
  }
}
.cid-tmYUprjphV .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tmYUprjphV .main-container {
    flex-wrap: wrap;
  }
}
.cid-tmYUprjphV .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-tmYUprjphV .card-wrap {
    width: 100%;
  }
}
.cid-tmYUprjphV .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width: 991px) {
  .cid-tmYUprjphV .card-box {
    max-width: 42rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tmYUprjphV .card-box {
    max-width: 100%;
  }
}
.cid-tmYUprjphV .card-title {
  color: #0356ac;
}
.cid-tmYUprjphV .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tmYUprjphV .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tmYUprjphV .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tmYUprjphV .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-tmYUprjphV .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-tmYUprjphV .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tmYUprjphV .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #fcdb42;
}
.cid-tmYUprjphV .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #090f10;
}
.cid-tmYUprjphV .list-text {
  color: #FFF;
  flex-grow: 1;
}
.cid-tmYUprjphV .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tmYUprjphV .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-tmYUprjphV .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tmYUprjphV .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-tmYUprjphV .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #363636;
  }
}
.cid-tmYUprjphV .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-tmYUprjphV .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-tmYUprjphV .mbr-text,
.cid-tmYUprjphV .mbr-section-btn {
  color: #090f10;
}
.cid-uVq9sCEVYo {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0356ac;
}
.cid-uVq9sCEVYo .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background-color: #ffffff;
  background-image: linear-gradient(30deg, #ffffff 0%, #ffffff 100%);
}
.cid-uVq9sCEVYo .title_block {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uVq9sCEVYo .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #363636;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uVq9sCEVYo .mbr-section-title {
  color: #0356ac;
}
.cid-uVq9sCEVYo .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-uVq9sCEVYo .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(54, 54, 54, 0.15);
  border-radius: 50%;
}
.cid-uVq9sCEVYo .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(54, 54, 54, 0.15);
  border-radius: 50%;
}
.cid-uVq9sCEVYo .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-uVq9sCEVYo .user {
  display: flex;
  align-items: center;
}
.cid-uVq9sCEVYo .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-uVq9sCEVYo .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-uVq9sCEVYo .user_name {
  margin-bottom: 2px;
  display: block;
  color: #363636;
}
.cid-uVq9sCEVYo .desk {
  margin-bottom: 0;
  text-align: center;
  color: #0356ac;
}
.cid-uVq9sCEVYo .iconfont-wrapper {
  min-width: 115px;
}
.cid-uVq9sCEVYo .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-uVq9sCEVYo .carousel-item {
  justify-content: center;
}
.cid-uVq9sCEVYo .carousel-item > div {
  width: 100%;
}
.cid-uVq9sCEVYo .carousel-item.active,
.cid-uVq9sCEVYo .carousel-item-next,
.cid-uVq9sCEVYo .carousel-item-prev {
  display: flex;
}
.cid-uVq9sCEVYo .carousel-controls {
  position: relative;
  height: 50px;
  margin-left: 20px;
  max-width: 120px;
  min-width: 120px;
}
.cid-uVq9sCEVYo .carousel-controls a {
  opacity: 1;
}
.cid-uVq9sCEVYo .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  color: #0356ac;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #0356ac;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uVq9sCEVYo .carousel-controls a span:hover {
  background-color: #0356ac;
  color: #363636;
}
.cid-uVq9sCEVYo .carousel-control-prev {
  position: static;
  margin-right: 10px;
  width: 50px;
}
.cid-uVq9sCEVYo .carousel-control-next {
  position: static;
  width: 50px;
}
@media (max-width: 991px) {
  .cid-uVq9sCEVYo .title_block {
    margin-bottom: 40px;
  }
  .cid-uVq9sCEVYo .card_header {
    flex-direction: column;
  }
  .cid-uVq9sCEVYo .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-uVq9sCEVYo .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-uVq9sCEVYo .carousel-controls {
    display: none;
  }
  .cid-uVq9sCEVYo .title_block {
    text-align: center;
  }
  .cid-uVq9sCEVYo .carousel-item {
    padding: 0;
  }
  .cid-uVq9sCEVYo .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-uVq9sCEVYo .card_header {
    margin-bottom: 15px;
  }
  .cid-uVq9sCEVYo .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-uVq9sCEVYo .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-uVq9sCEVYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVq9sCEVYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVq9sCEVYo .mbr-text {
  text-align: center;
}
.cid-uVizAJHvHt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0356ac;
  position: relative;
  margin-top: -1px;
}
.cid-uVizAJHvHt .section-border-item {
  background-color: #ffffff;
}
.cid-uVizAJHvHt .section-border-item_center {
  left: calc(5vw + 21rem);
  transform: translateX(0);
}
@media (max-width: 991px) {
  .cid-uVizAJHvHt .section-border-item_center {
    display: none;
  }
}
.cid-uVizAJHvHt .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 15rem;
  padding: 2rem 0;
}
@media (max-width: 991px) {
  .cid-uVizAJHvHt .content-container {
    padding: 3rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uVizAJHvHt .content-container {
    flex-wrap: wrap;
  }
}
.cid-uVizAJHvHt .mbr-section-head {
  width: 100%;
  max-width: 21rem;
}
@media (max-width: 991px) {
  .cid-uVizAJHvHt .mbr-section-head {
    max-width: 16rem;
  }
}
@media (max-width: 767px) {
  .cid-uVizAJHvHt .mbr-section-head {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uVizAJHvHt .mbr-section-title {
  color: #fff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uVizAJHvHt .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uVizAJHvHt .mbr-section-subtitle {
  color: #fff;
}
@media (max-width: 767px) {
  .cid-uVizAJHvHt .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uVizAJHvHt .card-row {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 1rem;
  align-items: center;
  padding-left: 5vw;
}
@media (max-width: 991px) {
  .cid-uVizAJHvHt .card-row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uVizAJHvHt .card-row {
    row-gap: 1rem;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-uVizAJHvHt .card-row {
    row-gap: 0;
    padding-left: 0;
  }
}
.cid-uVizAJHvHt .card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
@media (max-width: 575px) {
  .cid-uVizAJHvHt .card {
    padding: 0.75rem 1rem;
  }
}
.cid-uVizAJHvHt .card img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uVizAJHvHt .card img {
    max-width: 8rem;
  }
}
@media (max-width: 575px) {
  .cid-uVizAJHvHt .card img {
    max-width: 7rem;
  }
}
.cid-tmYWN3vmKg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1314412.webp");
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tmYWN3vmKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmYWN3vmKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmYWN3vmKg .section-border-item {
  background-color: #2b137d;
}
.cid-tmYWN3vmKg .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tmYWN3vmKg .mbr-section-subtitle {
  color: #0597FF;
  background-image: linear-gradient(315deg, currentColor, #fcdb42) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tmYWN3vmKg .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tmYWN3vmKg .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tmYWN3vmKg .mbr-text,
.cid-tmYWN3vmKg .mbr-section-btn {
  text-align: center;
}
.cid-uVialTRsOB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0356ac;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uVialTRsOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVialTRsOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVialTRsOB .section-border-item {
  background-color: #ffffff;
}
.cid-uVialTRsOB .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-uVialTRsOB .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uVialTRsOB .main-container {
    padding: 3rem 0;
  }
}
.cid-uVialTRsOB .title-wrap {
  width: 100%;
}
.cid-uVialTRsOB .title-box {
  width: 100%;
}
.cid-uVialTRsOB .mbr-title {
  color: #FFF;
}
.cid-uVialTRsOB .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uVialTRsOB .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-uVialTRsOB .card-row {
  display: flex;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-uVialTRsOB .card-row {
    flex-wrap: wrap;
  }
}
.cid-uVialTRsOB .card {
  position: relative;
  width: 33.33333333%;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-uVialTRsOB .card {
    width: 100%;
  }
}
.cid-uVialTRsOB .card:not(:nth-child(3n)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVialTRsOB .card:not(:nth-child(3n)):after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 576px) {
  .cid-uVialTRsOB .card:hover .card-bg {
    opacity: 1;
  }
}
.cid-uVialTRsOB .card:hover .iconfont-hover-wrapper {
  opacity: 1;
}
.cid-uVialTRsOB .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-uVialTRsOB .card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 24px 40px;
}
@media (max-width: 991px) {
  .cid-uVialTRsOB .card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px;
    min-height: 188px;
  }
}
.cid-uVialTRsOB .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-uVialTRsOB .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uVialTRsOB .iconfont-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVialTRsOB .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 34px;
  color: #ffffff;
  margin-right: 0;
}
.cid-uVialTRsOB .card-text-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uVialTRsOB .card-text-wrap {
    width: 50%;
    flex-grow: 1;
    padding-right: .75rem;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uVialTRsOB .card-text-wrap {
    margin-bottom: 12px;
  }
}
.cid-uVialTRsOB .card-title {
  color: #FFF;
}
.cid-uVialTRsOB .card-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-uVialTRsOB .card-text {
    margin-top: 1rem;
  }
}
.cid-uVialTRsOB .iconfont-hover-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: 0.6s all;
  margin-top: auto;
}
@media (min-width: 576px) {
  .cid-uVialTRsOB .iconfont-hover-wrapper {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-uVialTRsOB .iconfont-hover-wrapper {
    width: fit-content;
    max-width: 50%;
    flex-shrink: 0;
    margin-left: auto;
  }
}
.cid-uVialTRsOB .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-uVialTRsOB .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-uVialTRsOB .iconfont-hover-wrapper .mbr-iconfont {
  display: block;
  font-size: 114px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVialTRsOB .iconfont-hover-wrapper .mbr-iconfont {
    font-size: 74px !important;
  }
}
.cid-uViaIPEhXh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uViaIPEhXh .section-border-item {
  background-color: #2b137d;
}
.cid-uViaIPEhXh .mbr-text {
  color: #FFFFFF;
}
.cid-uViaIPEhXh .media-container-row .mbr-text {
  color: #090f10;
}
