body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.1rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 0.7rem;
  line-height: 1.867;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 1rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 0.7rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 0.875rem;
}
/* ---- 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: 1.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.47rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 11px 35px;
  border-radius: 3px;
}
.btn-sm {
  padding: 15px 35px;
  border-radius: 3px;
}
.btn-md {
  padding: 18px 50px;
  border-radius: 3px;
}
.btn-lg {
  padding: 19px 50px;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff8e0d !important;
}
.bg-success {
  background-color: #5600e3 !important;
}
.bg-info {
  background-color: #93d50a !important;
}
.bg-warning {
  background-color: #ff8e0d !important;
}
.bg-danger {
  background-color: #38d0fc !important;
}
.btn-primary {
  box-shadow: 0 15px 30px 0 rgba(255, 142, 13, 0.15);
}
.btn-primary,
.btn-primary:active {
  background-color: #ff8e0d !important;
  border-color: #ff8e0d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d97400 !important;
  border-color: #d97400 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d97400 !important;
  border-color: #d97400 !important;
}
.btn-primary:before {
  background: #ff8e0d;
}
.btn-primary:hover {
  color: #ffffff !important;
  border-color: #ff8e0d !important;
  box-shadow: 0 15px 30px 0 rgba(255, 142, 13, 0.15);
}
.btn-secondary {
  box-shadow: 0 15px 30px 0 rgba(137, 236, 89, 0.15);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #89ec59 !important;
  border-color: #89ec59 !important;
  color: #193f07 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #071102 !important;
  background-color: #68e72b !important;
  border-color: #68e72b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #193f07 !important;
  background-color: #68e72b !important;
  border-color: #68e72b !important;
}
.btn-secondary:before {
  background: #89ec59;
}
.btn-secondary:hover {
  color: #000000 !important;
  border-color: #89ec59 !important;
  box-shadow: 0 15px 30px 0 rgba(137, 236, 89, 0.15);
}
.btn-info {
  box-shadow: 0 15px 30px 0 rgba(147, 213, 10, 0.15);
}
.btn-info,
.btn-info:active {
  background-color: #93d50a !important;
  border-color: #93d50a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #71a408 !important;
  border-color: #71a408 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #71a408 !important;
  border-color: #71a408 !important;
}
.btn-info:before {
  background: #93d50a;
}
.btn-info:hover {
  color: #000000 !important;
  border-color: #93d50a !important;
  box-shadow: 0 15px 30px 0 rgba(147, 213, 10, 0.15);
}
.btn-success {
  box-shadow: 0 15px 30px 0 rgba(86, 0, 227, 0.15);
}
.btn-success,
.btn-success:active {
  background-color: #5600e3 !important;
  border-color: #5600e3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #4300b0 !important;
  border-color: #4300b0 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4300b0 !important;
  border-color: #4300b0 !important;
}
.btn-success:before {
  background: #5600e3;
}
.btn-success:hover {
  color: #ffffff !important;
  border-color: #5600e3 !important;
  box-shadow: 0 15px 30px 0 rgba(86, 0, 227, 0.15);
}
.btn-warning {
  box-shadow: 0 15px 30px 0 rgba(255, 142, 13, 0.15);
}
.btn-warning,
.btn-warning:active {
  background-color: #ff8e0d !important;
  border-color: #ff8e0d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #d97400 !important;
  border-color: #d97400 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d97400 !important;
  border-color: #d97400 !important;
}
.btn-warning:before {
  background: #ff8e0d;
}
.btn-warning:hover {
  color: #ffffff !important;
  border-color: #ff8e0d !important;
  box-shadow: 0 15px 30px 0 rgba(255, 142, 13, 0.15);
}
.btn-danger {
  box-shadow: 0 15px 30px 0 rgba(56, 208, 252, 0.15);
}
.btn-danger,
.btn-danger:active {
  background-color: #38d0fc !important;
  border-color: #38d0fc !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #06c4fb !important;
  border-color: #06c4fb !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #06c4fb !important;
  border-color: #06c4fb !important;
}
.btn-danger:before {
  background: #38d0fc;
}
.btn-danger:hover {
  color: #000000 !important;
  border-color: #38d0fc !important;
  box-shadow: 0 15px 30px 0 rgba(56, 208, 252, 0.15);
}
.btn-white {
  color: #ff8e0d !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 142, 13, 0.15);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:before {
  background: #ff8e0d;
}
.btn-white:hover {
  color: #ffffff !important;
  border-color: #ff8e0d !important;
  background-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:before {
  background: #4d4d4d;
}
.btn-black:hover {
  border-color: #4d4d4d !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff8e0d;
  color: #ff8e0d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ff8e0d !important;
  border-color: #ff8e0d !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8e0d !important;
  border-color: #ff8e0d !important;
}
.btn-primary-outline:before {
  background: #ff8e0d;
}
.btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 142, 13, 0.15);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #89ec59;
  color: #89ec59;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #193f07 !important;
  background-color: #89ec59 !important;
  border-color: #89ec59 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #193f07 !important;
  background-color: #89ec59 !important;
  border-color: #89ec59 !important;
}
.btn-secondary-outline:before {
  background: #89ec59;
}
.btn-secondary-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(137, 236, 89, 0.15);
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #93d50a;
  color: #93d50a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #93d50a !important;
  border-color: #93d50a !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #93d50a !important;
  border-color: #93d50a !important;
}
.btn-info-outline:before {
  background: #93d50a;
}
.btn-info-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(147, 213, 10, 0.15);
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #5600e3;
  color: #5600e3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #5600e3 !important;
  border-color: #5600e3 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5600e3 !important;
  border-color: #5600e3 !important;
}
.btn-success-outline:before {
  background: #5600e3;
}
.btn-success-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(86, 0, 227, 0.15);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff8e0d;
  color: #ff8e0d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ff8e0d !important;
  border-color: #ff8e0d !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8e0d !important;
  border-color: #ff8e0d !important;
}
.btn-warning-outline:before {
  background: #ff8e0d;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 142, 13, 0.15);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #38d0fc;
  color: #38d0fc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #38d0fc !important;
  border-color: #38d0fc !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #38d0fc !important;
  border-color: #38d0fc !important;
}
.btn-danger-outline:before {
  background: #38d0fc;
}
.btn-danger-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(56, 208, 252, 0.15);
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black-outline:before {
  background: #4d4d4d;
}
.btn-white-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #ff8e0d !important;
  border-color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-white-outline:before {
  background: #ffffff;
}
.text-primary {
  color: #ff8e0d !important;
}
.text-secondary {
  color: #89ec59 !important;
}
.text-success {
  color: #5600e3 !important;
}
.text-info {
  color: #93d50a !important;
}
.text-warning {
  color: #ff8e0d !important;
}
.text-danger {
  color: #38d0fc !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a65800 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #51c817 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2f007d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #507405 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a65800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #039ecb !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #ff8e0d;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #40A50B;
}
.alert-info {
  background-color: #93d50a;
}
.alert-warning {
  background-color: #ff8e0d;
}
.alert-danger {
  background-color: #38d0fc;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8e0d;
  border-color: #ff8e0d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff8e0d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffedd9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ceb0ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e3fbb0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffedd9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 0.7rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.875rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nunito', sans-serif;
  font-size: 0.7rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.875rem;
}
blockquote {
  border-color: #ff8e0d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8e0d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff8e0d;
}
.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: #ff8e0d;
  border-bottom-color: #ff8e0d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff8e0d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #89ec59 !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='%23ff8e0d' %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.btn-white {
  color: #ff8e0d !important;
}
.mbr-arrow-up {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
}
.mbr-arrow-up a {
  background: rgba(255, 142, 13, 0.6);
}
.mbr-arrow-up a:hover {
  background: #ff8e0d;
}
.cid-sXx4pDgOGL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1a1a1a;
}
.cid-sXx4pDgOGL .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sXx4pDgOGL .modal-body .close {
  background: #1b1b1b;
}
.cid-sXx4pDgOGL .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-sXx4pDgOGL .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-sXx4pDgOGL .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-sXx4pDgOGL .container {
  max-width: 100%;
  padding: 0;
}
.cid-sXx4pDgOGL .content-slider-wrap {
  width: 100%;
}
.cid-sXx4pDgOGL .carousel-inner > .active,
.cid-sXx4pDgOGL .carousel-inner > .next,
.cid-sXx4pDgOGL .carousel-inner > .prev {
  display: flex;
}
.cid-sXx4pDgOGL .carousel-control .icon-next,
.cid-sXx4pDgOGL .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sXx4pDgOGL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sXx4pDgOGL .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-sXx4pDgOGL .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sXx4pDgOGL .boxed-slider > div {
  position: relative;
}
.cid-sXx4pDgOGL .container img {
  width: 100%;
}
.cid-sXx4pDgOGL .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sXx4pDgOGL .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sXx4pDgOGL .mbr-table-cell {
  padding: 0;
}
.cid-sXx4pDgOGL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sXx4pDgOGL .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sXx4pDgOGL .mbr-overlay {
  z-index: 1;
}
.cid-sXx4pDgOGL .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sXx4pDgOGL .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sXx4pDgOGL .carousel-item.active.right,
.cid-sXx4pDgOGL .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sXx4pDgOGL .carousel-item.active.left,
.cid-sXx4pDgOGL .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sXx4pDgOGL .carousel-item.active,
.cid-sXx4pDgOGL .carousel-item.next.left,
.cid-sXx4pDgOGL .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sXx4pDgOGL .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-sXx4pDgOGL .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-sXx4pDgOGL .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sXx4pDgOGL .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sXx4pDgOGL .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sXx4pDgOGL .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sXx4pDgOGL .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sXx4pDgOGL .mbr-slider .carousel-indicators li.active,
.cid-sXx4pDgOGL .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sXx4pDgOGL .mbr-slider .carousel-indicators li::after,
.cid-sXx4pDgOGL .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sXx4pDgOGL .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sXx4pDgOGL .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sXx4pDgOGL .mbr-slider > .container img {
  width: 100%;
}
.cid-sXx4pDgOGL .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sXx4pDgOGL .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sXx4pDgOGL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sXx4pDgOGL .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sXx4pDgOGL .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sXx4pDgOGL .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sXx4pDgOGL .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sXx4pDgOGL .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sXx4pDgOGL .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sXx4pDgOGL .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sXx4pDgOGL .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sXx4pDgOGL .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sXx4pDgOGL .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sXx4pDgOGL .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sXx4pDgOGL .carousel-inner {
  height: 100%;
}
.cid-sXx4pDgOGL .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sXx4pDgOGL .image_wrapper {
  height: 730px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sXx4pDgOGL .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sXx4pDgOGL .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sXx4pDgOGL .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sXx4pDgOGL .content-slider-wrap {
    width: 100% !important;
  }
  .cid-sXx4pDgOGL .image_wrapper {
    height: 438px;
  }
}
.cid-sXx4pDgOGL H2 {
  text-align: right;
}
.cid-sXx4pDgOGL P {
  text-align: right;
}
.cid-sYgAXCHzOL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sYgAXCHzOL .row {
  flex-direction: row-reverse;
}
.cid-sYgAXCHzOL .img-wrap {
  position: relative;
}
.cid-sYgAXCHzOL .img-wrap img {
  width: 100%;
}
.cid-sYgAXCHzOL .mbr-section-subtitle {
  color: #89ec59;
  margin-bottom: 14px;
}
.cid-sYgAXCHzOL .mbr-section-title {
  color: #ff8e0d;
}
.cid-sYgAXCHzOL .mbr-text {
  color: #93d50a;
}
.cid-sYgAXCHzOL .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sYgAXCHzOL .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-sYgAXCHzOL .cards-wrap {
  margin-top: 30px;
}
.cid-sYgAXCHzOL .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-sYgAXCHzOL .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-sYgAXCHzOL .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sYgAXCHzOL .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #89ec59;
  position: relative;
  display: block;
}
.cid-sYgAXCHzOL .wrapper .icon1 {
  background-color: #93d50a;
}
.cid-sYgAXCHzOL .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-sYgAXCHzOL .wrapper .icon2 {
  background-color: #ffb51c;
}
.cid-sYgAXCHzOL .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-sYgAXCHzOL .wrapper .icon3 {
  background-color: #452065;
}
.cid-sYgAXCHzOL .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-sYgAXCHzOL .wrapper .icon4 {
  background-color: #6535ee;
}
.cid-sYgAXCHzOL .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-sYgAXCHzOL .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-sYgAXCHzOL .mbr-section-btn {
    justify-content: center;
  }
  .cid-sYgAXCHzOL * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sYgAXCHzOL .mbr-text,
.cid-sYgAXCHzOL .mbr-section-btn {
  color: #5600e3;
  text-align: left;
}
.cid-sYgAXCHzOL .wrapper .mbr-text,
.cid-sYgAXCHzOL .img {
  color: #051441;
}
.cid-sYgAXCHzOL .mbr-section-title,
.cid-sYgAXCHzOL .separator,
.cid-sYgAXCHzOL .sep-holder {
  color: #5600e3;
}
.cid-sYgAXCHzOL .wrapper .mbr-card-title,
.cid-sYgAXCHzOL .img {
  color: #000000;
  text-align: left;
}
.cid-sYzCvbk0IW {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #eff2f7;
}
.cid-sYzCvbk0IW .img-wrap {
  position: relative;
}
.cid-sYzCvbk0IW .img-wrap img {
  width: 100%;
}
.cid-sYzCvbk0IW .mbr-section-subtitle {
  color: #89ec59;
  margin-bottom: 14px;
}
.cid-sYzCvbk0IW .mbr-section-title {
  color: #ff8e0d;
}
.cid-sYzCvbk0IW .mbr-text {
  color: #93d50a;
}
.cid-sYzCvbk0IW .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sYzCvbk0IW .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-sYzCvbk0IW .cards-wrap {
  margin-top: 30px;
}
.cid-sYzCvbk0IW .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-sYzCvbk0IW .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-sYzCvbk0IW .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sYzCvbk0IW .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #89ec59;
  position: relative;
  display: block;
}
.cid-sYzCvbk0IW .wrapper .icon1 {
  background-color: #93d50a;
}
.cid-sYzCvbk0IW .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-sYzCvbk0IW .wrapper .icon2 {
  background-color: #ffb51c;
}
.cid-sYzCvbk0IW .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-sYzCvbk0IW .wrapper .icon3 {
  background-color: #452065;
}
.cid-sYzCvbk0IW .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-sYzCvbk0IW .wrapper .icon4 {
  background-color: #6535ee;
}
.cid-sYzCvbk0IW .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-sYzCvbk0IW .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-sYzCvbk0IW .mbr-section-btn {
    justify-content: center;
  }
  .cid-sYzCvbk0IW * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sYzCvbk0IW .mbr-text,
.cid-sYzCvbk0IW .mbr-section-btn {
  color: #5600e3;
}
.cid-sYzCvbk0IW .wrapper .mbr-text,
.cid-sYzCvbk0IW .img {
  color: #5e2ced;
}
.cid-sYzCvbk0IW .mbr-section-title,
.cid-sYzCvbk0IW .separator,
.cid-sYzCvbk0IW .sep-holder {
  color: #5600e3;
}
.cid-sYzCvbk0IW .wrapper .mbr-card-title,
.cid-sYzCvbk0IW .img {
  color: #000000;
}
.cid-sVw0hrUTLG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaedff;
}
.cid-sVw0hrUTLG .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sVw0hrUTLG .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sVw0hrUTLG .row {
    padding: 0 0.75rem;
  }
}
.cid-sVw0hrUTLG .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sVw0hrUTLG .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sVw0hrUTLG .card-text {
  color: #555555;
}
.cid-sVw0hrUTLG .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sVw0hrUTLG .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sVw0hrUTLG .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sVw0hrUTLG .card-box {
    text-align: center;
  }
}
.cid-sVw0hrUTLG .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sVw0hrUTLG .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sVw0hrUTLG .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sVw0hrUTLG .card:nth-child(4) .icon-box {
  background: #93d50a;
}
.cid-sVw0hrUTLG .card-title {
  color: #5e2ced;
}
.cid-sYi6DyiJtz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaedff;
}
.cid-sYi6DyiJtz .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sYi6DyiJtz .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sYi6DyiJtz .row {
    padding: 0 0.75rem;
  }
}
.cid-sYi6DyiJtz .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sYi6DyiJtz .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sYi6DyiJtz .card-text {
  color: #555555;
}
.cid-sYi6DyiJtz .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sYi6DyiJtz .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sYi6DyiJtz .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sYi6DyiJtz .card-box {
    text-align: center;
  }
}
.cid-sYi6DyiJtz .card:nth-child(1) .icon-box {
  background: #ffb51c;
}
.cid-sYi6DyiJtz .card:nth-child(2) .icon-box {
  background: #6535ee;
}
.cid-sYi6DyiJtz .card:nth-child(3) .icon-box {
  background: #199bfc;
}
.cid-sYi6DyiJtz .card:nth-child(4) .icon-box {
  background: #301cab;
}
.cid-sYi6DyiJtz .card-title {
  color: #5e2ced;
}
.cid-sYFiQwHduq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sYFiQwHduq .img-wrap {
  position: relative;
}
.cid-sYFiQwHduq .img-wrap img {
  width: 100%;
}
.cid-sYFiQwHduq .mbr-section-subtitle {
  color: #89ec59;
  margin-bottom: 14px;
}
.cid-sYFiQwHduq .mbr-section-title {
  color: #ff8e0d;
}
.cid-sYFiQwHduq .mbr-text {
  color: #93d50a;
}
.cid-sYFiQwHduq .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sYFiQwHduq .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-sYFiQwHduq .cards-wrap {
  margin-top: 30px;
}
.cid-sYFiQwHduq .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-sYFiQwHduq .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-sYFiQwHduq .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sYFiQwHduq .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #89ec59;
  position: relative;
  display: block;
}
.cid-sYFiQwHduq .wrapper .icon1 {
  background-color: #93d50a;
}
.cid-sYFiQwHduq .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-sYFiQwHduq .wrapper .icon2 {
  background-color: #38d0fc;
}
.cid-sYFiQwHduq .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-sYFiQwHduq .wrapper .icon3 {
  background-color: #452065;
}
.cid-sYFiQwHduq .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-sYFiQwHduq .wrapper .icon4 {
  background-color: #6535ee;
}
.cid-sYFiQwHduq .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-sYFiQwHduq .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-sYFiQwHduq .mbr-section-btn {
    justify-content: center;
  }
  .cid-sYFiQwHduq * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sYFiQwHduq .mbr-text,
.cid-sYFiQwHduq .mbr-section-btn {
  color: #5600e3;
}
.cid-sYFiQwHduq .wrapper .mbr-text,
.cid-sYFiQwHduq .img {
  color: #ff0000;
}
.cid-sYFiQwHduq .wrapper .mbr-card-title,
.cid-sYFiQwHduq .img DIV {
  text-align: left;
}
.cid-sYFiQwHduq .mbr-section-title,
.cid-sYFiQwHduq .separator,
.cid-sYFiQwHduq .sep-holder {
  color: #5600e3;
}
.cid-sYFiQwHduq P {
  text-align: left;
  color: #5600e3;
}
.cid-sYFiQwHduq .wrapper .mbr-card-title,
.cid-sYFiQwHduq .img {
  color: #5600e3;
}
.cid-sTaFIUwNSf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTaFIUwNSf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sTaFIUwNSf .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-sTaFIUwNSf .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-sTaFIUwNSf .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #5e2ced;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-sTaFIUwNSf .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-sTaFIUwNSf .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-sTaFIUwNSf .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-sTaFIUwNSf .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-sTaFIUwNSf .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-sTaFIUwNSf .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-sTaFIUwNSf .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-sTaFIUwNSf .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sTaFIUwNSf .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-sTaFIUwNSf input,
.cid-sTaFIUwNSf textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-sTaFIUwNSf input:focus,
.cid-sTaFIUwNSf textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sTaFIUwNSf .form-control,
.cid-sTaFIUwNSf .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #e0e5ff;
  border-color: #ffffff;
  color: #5e2ced;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sTaFIUwNSf .form-control:hover,
.cid-sTaFIUwNSf .field-input:hover,
.cid-sTaFIUwNSf .form-control:focus,
.cid-sTaFIUwNSf .field-input:focus {
  background-color: #f6fbff;
  border-color: #5e2ced !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sTaFIUwNSf input::-webkit-input-placeholder,
.cid-sTaFIUwNSf textarea::-webkit-input-placeholder {
  color: #301cab;
}
.cid-sTaFIUwNSf input:-moz-placeholder,
.cid-sTaFIUwNSf textarea:-moz-placeholder {
  color: #301cab;
}
.cid-sTaFIUwNSf .jq-selectbox li,
.cid-sTaFIUwNSf .jq-selectbox li {
  background-color: #e0e5ff;
  color: #000000;
}
.cid-sTaFIUwNSf .jq-selectbox li:hover,
.cid-sTaFIUwNSf .jq-selectbox li.selected {
  background-color: #f6fbff;
  color: #000000;
}
.cid-sTaFIUwNSf .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e0e5ff;
}
.cid-sTaFIUwNSf .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f6fbff;
}
.cid-sTaFIUwNSf .mbr-form {
  max-width: 550px;
}
.cid-sTaFIUwNSf .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sTaFIUwNSf .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sTaFIUwNSf .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sTaFIUwNSf .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sTaFIUwNSf .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-sTaFIUwNSf .mbr-form textarea {
  min-height: 100px;
}
.cid-sTaFIUwNSf .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #ff8e0d;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-sTaFIUwNSf .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-sTaFIUwNSf .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sTaFIUwNSf .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-sTaFIUwNSf .mbr-section-title,
  .cid-sTaFIUwNSf .content-title,
  .cid-sTaFIUwNSf .mbr-section-btn {
    text-align: left;
  }
}
.cid-sTaFIUwNSf .text-content .list-block .list-item-text {
  color: #5e2ced;
  text-align: left;
}
.cid-sTaFIUwNSf LABEL {
  color: #5e2ced;
}
.cid-sTaFIUwNSf H2 {
  color: #6535ee;
}
.cid-sXeILKQh07 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sXeILKQh07 .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-sXeILKQh07 .card-box {
  z-index: 2;
  position: relative;
}
.cid-sXeILKQh07 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #5e2ced;
  width: 80px;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
}
.cid-sXeILKQh07 .mbr-iconfont-big {
  font-size: 16rem;
  color: #5e2ced;
  position: absolute;
  bottom: -5rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-sXeILKQh07 .card-title,
.cid-sXeILKQh07 .card-text {
  transition: all 0.3s;
}
.cid-sXeILKQh07 .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 3rem;
  border-radius: 6px;
  background: #f2effc;
  transition: all 0.3s;
}
.cid-sXeILKQh07 .card-wrapper:hover {
  background: #5e2ced;
}
.cid-sXeILKQh07 .card-wrapper:hover .mbr-iconfont-big {
  color: #ffffff;
  transform: rotate(-20deg);
}
.cid-sXeILKQh07 .card-wrapper:hover .card-title,
.cid-sXeILKQh07 .card-wrapper:hover .card-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sXeILKQh07 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sXeILKQh07 .card-title,
.cid-sXeILKQh07 .iconfont-wrapper {
  color: #160830;
}
.cid-sXeILKQh07 .card-text {
  color: #353535;
}
.cid-sXeILKQh07 .card-title,
.cid-sXeILKQh07 .iconfont-wrapper DIV {
  text-align: left;
}
.cid-sXeILKQh07 .mbr-section-subtitle {
  color: #5600e3;
}
.cid-sXNrWalVjk {
  z-index: 1000;
  width: 100%;
}
.cid-sXNrWalVjk nav.navbar {
  position: fixed;
}
.cid-sXNrWalVjk .navbar-nav {
  margin: auto;
}
.cid-sXNrWalVjk .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXNrWalVjk .dropdown-item:hover,
.cid-sXNrWalVjk .dropdown-item:focus {
  background: #ff8e0d !important;
  color: white !important;
}
.cid-sXNrWalVjk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXNrWalVjk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXNrWalVjk .navbar-short,
.cid-sXNrWalVjk .opened {
  background: #270b3f !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sXNrWalVjk .navbar-short .nav-link,
.cid-sXNrWalVjk .opened .nav-link,
.cid-sXNrWalVjk .navbar-short .navbar-caption,
.cid-sXNrWalVjk .opened .navbar-caption,
.cid-sXNrWalVjk .navbar-short .mbr-iconfont,
.cid-sXNrWalVjk .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sXNrWalVjk .navbar-short .hamburger span,
.cid-sXNrWalVjk .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-sXNrWalVjk .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sXNrWalVjk .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-sXNrWalVjk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXNrWalVjk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXNrWalVjk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXNrWalVjk .container {
  display: flex;
  margin: auto;
}
.cid-sXNrWalVjk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXNrWalVjk .dropdown-menu,
.cid-sXNrWalVjk .navbar.opened {
  background: #270b3f !important;
}
.cid-sXNrWalVjk .nav-item:focus,
.cid-sXNrWalVjk .nav-link:focus {
  outline: none;
}
.cid-sXNrWalVjk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXNrWalVjk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXNrWalVjk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXNrWalVjk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXNrWalVjk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXNrWalVjk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXNrWalVjk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(39, 11, 63, 0);
}
.cid-sXNrWalVjk .navbar.opened {
  transition: all 0.3s;
}
.cid-sXNrWalVjk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXNrWalVjk .navbar .navbar-logo img {
  width: auto;
}
.cid-sXNrWalVjk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXNrWalVjk .navbar.collapsed {
  justify-content: center;
}
.cid-sXNrWalVjk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXNrWalVjk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXNrWalVjk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sXNrWalVjk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXNrWalVjk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXNrWalVjk .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-sXNrWalVjk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXNrWalVjk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXNrWalVjk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXNrWalVjk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXNrWalVjk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXNrWalVjk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXNrWalVjk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXNrWalVjk .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-sXNrWalVjk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXNrWalVjk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXNrWalVjk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXNrWalVjk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXNrWalVjk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXNrWalVjk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXNrWalVjk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXNrWalVjk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXNrWalVjk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXNrWalVjk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXNrWalVjk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXNrWalVjk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXNrWalVjk .dropdown-item.active,
.cid-sXNrWalVjk .dropdown-item:active {
  background-color: transparent;
}
.cid-sXNrWalVjk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXNrWalVjk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXNrWalVjk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXNrWalVjk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #270b3f;
}
.cid-sXNrWalVjk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXNrWalVjk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXNrWalVjk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXNrWalVjk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sXNrWalVjk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXNrWalVjk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5600e3;
}
.cid-sXNrWalVjk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXNrWalVjk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXNrWalVjk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXNrWalVjk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXNrWalVjk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXNrWalVjk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXNrWalVjk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXNrWalVjk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXNrWalVjk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sXNrWalVjk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXNrWalVjk .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-sXNrWalVjk .navbar {
    height: 70px;
  }
  .cid-sXNrWalVjk .navbar.opened {
    height: auto;
  }
  .cid-sXNrWalVjk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYPL0w9uMN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/14092-2000x1200.jpg");
}
.cid-sYPL0w9uMN .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sYPL0w9uMN .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sYPL0w9uMN .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sYPL0w9uMN .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sYPL0w9uMN .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sYPL0w9uMN .footer-top {
  border-bottom: 2px solid #5600e3;
}
.cid-sYPL0w9uMN .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sYPL0w9uMN .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #ffb51c;
}
.cid-sYPL0w9uMN .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-sYPL0w9uMN .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sYPL0w9uMN .soc-item a {
  color: #fafafa;
}
.cid-sYPL0w9uMN .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #000000;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sYPL0w9uMN .soc-item span:hover {
  border-color: #ffb51c;
  color: #ffb51c;
}
.cid-sYPL0w9uMN .mbr-tag,
.cid-sYPL0w9uMN .social-row {
  color: #f6fbff;
}
.cid-sYPL0w9uMN .copyright {
  color: #e0e5ff;
}
.cid-uHQzqBH0NX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1a1a1a;
}
.cid-uHQzqBH0NX .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uHQzqBH0NX .modal-body .close {
  background: #1b1b1b;
}
.cid-uHQzqBH0NX .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uHQzqBH0NX .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uHQzqBH0NX .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uHQzqBH0NX .container {
  max-width: 100%;
  padding: 0;
}
.cid-uHQzqBH0NX .content-slider-wrap {
  width: 100%;
}
.cid-uHQzqBH0NX .carousel-inner > .active,
.cid-uHQzqBH0NX .carousel-inner > .next,
.cid-uHQzqBH0NX .carousel-inner > .prev {
  display: flex;
}
.cid-uHQzqBH0NX .carousel-control .icon-next,
.cid-uHQzqBH0NX .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uHQzqBH0NX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uHQzqBH0NX .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-uHQzqBH0NX .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uHQzqBH0NX .boxed-slider > div {
  position: relative;
}
.cid-uHQzqBH0NX .container img {
  width: 100%;
}
.cid-uHQzqBH0NX .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uHQzqBH0NX .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uHQzqBH0NX .mbr-table-cell {
  padding: 0;
}
.cid-uHQzqBH0NX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uHQzqBH0NX .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uHQzqBH0NX .mbr-overlay {
  z-index: 1;
}
.cid-uHQzqBH0NX .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uHQzqBH0NX .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uHQzqBH0NX .carousel-item.active.right,
.cid-uHQzqBH0NX .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uHQzqBH0NX .carousel-item.active.left,
.cid-uHQzqBH0NX .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uHQzqBH0NX .carousel-item.active,
.cid-uHQzqBH0NX .carousel-item.next.left,
.cid-uHQzqBH0NX .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uHQzqBH0NX .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uHQzqBH0NX .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uHQzqBH0NX .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHQzqBH0NX .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHQzqBH0NX .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uHQzqBH0NX .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uHQzqBH0NX .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uHQzqBH0NX .mbr-slider .carousel-indicators li.active,
.cid-uHQzqBH0NX .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uHQzqBH0NX .mbr-slider .carousel-indicators li::after,
.cid-uHQzqBH0NX .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uHQzqBH0NX .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uHQzqBH0NX .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uHQzqBH0NX .mbr-slider > .container img {
  width: 100%;
}
.cid-uHQzqBH0NX .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uHQzqBH0NX .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uHQzqBH0NX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHQzqBH0NX .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uHQzqBH0NX .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uHQzqBH0NX .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uHQzqBH0NX .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uHQzqBH0NX .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uHQzqBH0NX .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uHQzqBH0NX .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uHQzqBH0NX .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uHQzqBH0NX .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uHQzqBH0NX .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uHQzqBH0NX .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uHQzqBH0NX .carousel-inner {
  height: 100%;
}
.cid-uHQzqBH0NX .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uHQzqBH0NX .image_wrapper {
  height: 730px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uHQzqBH0NX .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uHQzqBH0NX .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHQzqBH0NX .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uHQzqBH0NX .content-slider-wrap {
    width: 100% !important;
  }
  .cid-uHQzqBH0NX .image_wrapper {
    height: 438px;
  }
}
.cid-uHQzqBH0NX H2 {
  text-align: right;
}
.cid-uHQzqBH0NX P {
  text-align: right;
}
.cid-uHQzqE4D5o {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHQzqE4D5o .row {
  flex-direction: row-reverse;
}
.cid-uHQzqE4D5o .img-wrap {
  position: relative;
}
.cid-uHQzqE4D5o .img-wrap img {
  width: 100%;
}
.cid-uHQzqE4D5o .mbr-section-subtitle {
  color: #89ec59;
  margin-bottom: 14px;
}
.cid-uHQzqE4D5o .mbr-section-title {
  color: #ff8e0d;
}
.cid-uHQzqE4D5o .mbr-text {
  color: #93d50a;
}
.cid-uHQzqE4D5o .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-uHQzqE4D5o .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-uHQzqE4D5o .cards-wrap {
  margin-top: 30px;
}
.cid-uHQzqE4D5o .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-uHQzqE4D5o .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-uHQzqE4D5o .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uHQzqE4D5o .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #89ec59;
  position: relative;
  display: block;
}
.cid-uHQzqE4D5o .wrapper .icon1 {
  background-color: #ff0000;
}
.cid-uHQzqE4D5o .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-uHQzqE4D5o .wrapper .icon2 {
  background-color: #301cab;
}
.cid-uHQzqE4D5o .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-uHQzqE4D5o .wrapper .icon3 {
  background-color: #57b22a;
}
.cid-uHQzqE4D5o .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uHQzqE4D5o .wrapper .icon4 {
  background-color: #ff6b00;
}
.cid-uHQzqE4D5o .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-uHQzqE4D5o .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-uHQzqE4D5o .mbr-section-btn {
    justify-content: center;
  }
  .cid-uHQzqE4D5o * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uHQzqE4D5o .mbr-section-title,
.cid-uHQzqE4D5o .separator,
.cid-uHQzqE4D5o .sep-holder {
  color: #051441;
}
.cid-uHQzqE4D5o .wrapper .mbr-card-title,
.cid-uHQzqE4D5o .img {
  color: #301cab;
}
.cid-uHQzqE4D5o .mbr-text,
.cid-uHQzqE4D5o .mbr-section-btn {
  color: #ff0000;
}
.cid-uHQzqE4D5o .wrapper .mbr-text,
.cid-uHQzqE4D5o .img {
  color: #5e2ced;
}
.cid-uHQzqE4D5o .mbr-section-subtitle,
.cid-uHQzqE4D5o .mbr-section-title .accent-word {
  color: #5600e3;
}
.cid-uHQzqHePv4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f6fbff;
}
.cid-uHQzqHePv4 .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uHQzqHePv4 .mbr-section-title {
  margin: 0;
  color: #5600e3;
  text-align: center;
}
.cid-uHQzqHePv4 .mbr-section-subtitle {
  color: #0b137c;
  text-align: left;
}
.cid-uHQzqHePv4 .card-img span {
  color: #ffffff;
}
.cid-uHQzqHePv4 .row-item {
  margin-bottom: 2rem;
}
.cid-uHQzqHePv4 .row-item:hover .wrapper {
  background: linear-gradient(90deg, #5600e3, #ff2721);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uHQzqHePv4 .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-uHQzqHePv4 .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-uHQzqHePv4 .wrapper {
  padding: 2.5rem 1rem;
  background: #5600e3;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uHQzqHePv4 .mbr-card-title,
.cid-uHQzqHePv4 .card-img {
  color: #ffffff;
}
.cid-uHQzqJejvM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1f6e7;
}
.cid-uHQzqJejvM .img-wrap {
  position: relative;
}
.cid-uHQzqJejvM .img-wrap img {
  width: 100%;
}
.cid-uHQzqJejvM .mbr-section-subtitle {
  color: #89ec59;
  margin-bottom: 14px;
}
.cid-uHQzqJejvM .mbr-section-title {
  color: #ff8e0d;
}
.cid-uHQzqJejvM .mbr-text {
  color: #93d50a;
}
.cid-uHQzqJejvM .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-uHQzqJejvM .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-uHQzqJejvM .cards-wrap {
  margin-top: 30px;
}
.cid-uHQzqJejvM .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-uHQzqJejvM .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-uHQzqJejvM .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uHQzqJejvM .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #89ec59;
  position: relative;
  display: block;
}
.cid-uHQzqJejvM .wrapper .icon1 {
  background-color: #301cab;
}
.cid-uHQzqJejvM .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-uHQzqJejvM .wrapper .icon2 {
  background-color: #ff6b00;
}
.cid-uHQzqJejvM .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-uHQzqJejvM .wrapper .icon3 {
  background-color: #ff0000;
}
.cid-uHQzqJejvM .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uHQzqJejvM .wrapper .icon4 {
  background-color: #ff6b00;
}
.cid-uHQzqJejvM .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-uHQzqJejvM .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-uHQzqJejvM .mbr-section-btn {
    justify-content: center;
  }
  .cid-uHQzqJejvM * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uHQzqJejvM .mbr-section-title,
.cid-uHQzqJejvM .separator,
.cid-uHQzqJejvM .sep-holder {
  color: #051441;
}
.cid-uHQzqJejvM .wrapper .mbr-card-title,
.cid-uHQzqJejvM .img {
  color: #051441;
}
.cid-uHQzqJejvM .mbr-text,
.cid-uHQzqJejvM .mbr-section-btn {
  color: #ff0000;
}
.cid-uHQzqJejvM .wrapper .mbr-text,
.cid-uHQzqJejvM .img {
  color: #301cab;
}
.cid-uHQzqJejvM .mbr-section-subtitle,
.cid-uHQzqJejvM .mbr-section-title .accent-word {
  color: #57b22a;
}
.cid-uHQzqLhxHJ {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uHQzqLhxHJ .mbr-iconfont {
  font-size: 4rem;
  color: #fff;
  position: absolute;
  transition: all 0.3s;
}
.cid-uHQzqLhxHJ .card-wrapper {
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
}
.cid-uHQzqLhxHJ .card {
  cursor: pointer;
}
.cid-uHQzqLhxHJ .card:hover .card-title {
  transform: scale(0.9);
}
.cid-uHQzqLhxHJ .card:hover .mbr-iconfont {
  animation: icons-zoom 0.25s ease-out;
}
.cid-uHQzqLhxHJ .card-box {
  background: #ff6b00;
  width: 155px;
  height: 155px;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  color: #868378;
  transition: all 0.1s;
}
.cid-uHQzqLhxHJ .mbr-section-title {
  color: #5e2ced;
}
.cid-uHQzqLhxHJ .mbr-section-subtitle {
  color: #ff6b00;
}
.cid-uHQzqLhxHJ .subtitle-padding {
  padding-bottom: 3rem;
}
.cid-uHQzqLhxHJ .card-title {
  color: #868378;
  transition: all 0.3s;
}
.cid-uHQzqLhxHJ .card-title,
.cid-uHQzqLhxHJ .card-box {
  text-align: center;
  color: #5e2ced;
}
@keyframes icons-zoom {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.75, 1.75);
  }
}
.cid-uHQzqMOcVf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f6fbff;
}
.cid-uHQzqMOcVf .subicon-title {
  color: #5e2ced;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHQzqMOcVf .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #5e2ced;
}
.cid-uHQzqMOcVf .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uHQzqMOcVf .underline .line {
  width: 3rem;
  height: 2px;
  background: #301cab;
  display: inline-block;
}
.cid-uHQzqMOcVf .process-icon,
.cid-uHQzqMOcVf .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uHQzqMOcVf .wrapper,
.cid-uHQzqMOcVf .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-uHQzqMOcVf .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #ff0000;
  opacity: 0.4;
}
.cid-uHQzqMOcVf .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-uHQzqMOcVf .icon-container a {
  display: inherit;
}
.cid-uHQzqMOcVf .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #93d50a !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #000000;
  z-index: 1;
}
.cid-uHQzqMOcVf .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-uHQzqMOcVf .icon-main:hover .icon-wrapper {
  background-color: #93d50a !important;
}
.cid-uHQzqMOcVf .icon-main:hover .icon-number {
  background-color: #5e2ced !important;
  color: #ffffff !important;
}
.cid-uHQzqMOcVf .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-uHQzqMOcVf .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-uHQzqMOcVf .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uHQzqMOcVf .third-elem .wrapper:before {
    display: none;
  }
}
.cid-uHQzqMOcVf .mbr-section-title {
  margin: 0;
}
.cid-uHQzqMOcVf .mbr-section-subtitle {
  color: #5e2ced;
  text-align: center;
}
.cid-uHQzqMOcVf .mbr-section-title,
.cid-uHQzqMOcVf .underline {
  color: #5e2ced;
}
.cid-uHQzqOtTYx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHQzqOtTYx .img-wrap {
  position: relative;
}
.cid-uHQzqOtTYx .img-wrap img {
  width: 100%;
}
.cid-uHQzqOtTYx .mbr-section-subtitle {
  color: #89ec59;
  margin-bottom: 14px;
}
.cid-uHQzqOtTYx .mbr-section-title {
  color: #ff8e0d;
}
.cid-uHQzqOtTYx .mbr-text {
  color: #93d50a;
}
.cid-uHQzqOtTYx .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-uHQzqOtTYx .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-uHQzqOtTYx .cards-wrap {
  margin-top: 30px;
}
.cid-uHQzqOtTYx .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-uHQzqOtTYx .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-uHQzqOtTYx .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uHQzqOtTYx .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #89ec59;
  position: relative;
  display: block;
}
.cid-uHQzqOtTYx .wrapper .icon1 {
  background-color: #57b22a;
}
.cid-uHQzqOtTYx .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-uHQzqOtTYx .wrapper .icon2 {
  background-color: #000b28;
}
.cid-uHQzqOtTYx .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-uHQzqOtTYx .wrapper .icon3 {
  background-color: #ff0000;
}
.cid-uHQzqOtTYx .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uHQzqOtTYx .wrapper .icon4 {
  background-color: #ff6b00;
}
.cid-uHQzqOtTYx .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-uHQzqOtTYx .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-uHQzqOtTYx .mbr-section-btn {
    justify-content: center;
  }
  .cid-uHQzqOtTYx * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uHQzqOtTYx .mbr-section-title,
.cid-uHQzqOtTYx .separator,
.cid-uHQzqOtTYx .sep-holder {
  color: #051441;
}
.cid-uHQzqOtTYx .wrapper .mbr-card-title,
.cid-uHQzqOtTYx .img {
  color: #051441;
}
.cid-uHQzqOtTYx .mbr-text,
.cid-uHQzqOtTYx .mbr-section-btn {
  color: #ff0000;
}
.cid-uHQzqOtTYx .wrapper .mbr-text,
.cid-uHQzqOtTYx .img {
  color: #5e2ced;
}
.cid-uHQzqOtTYx .mbr-section-subtitle,
.cid-uHQzqOtTYx .mbr-section-title .accent-word {
  color: #57b22a;
}
.cid-uHQzqQqGiL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f6fbff;
}
.cid-uHQzqQqGiL .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-uHQzqQqGiL .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-uHQzqQqGiL .row {
    padding: 0 0.75rem;
  }
}
.cid-uHQzqQqGiL .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uHQzqQqGiL .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-uHQzqQqGiL .card-text {
  color: #555555;
}
.cid-uHQzqQqGiL .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-uHQzqQqGiL .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHQzqQqGiL .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-uHQzqQqGiL .card-box {
    text-align: center;
  }
}
.cid-uHQzqQqGiL .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-uHQzqQqGiL .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-uHQzqQqGiL .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-uHQzqQqGiL .card:nth-child(4) .icon-box {
  background: #93d50a;
}
.cid-uHQzqQqGiL .card-title {
  color: #5e2ced;
}
.cid-uHQzqSdFkj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f6fbff;
}
.cid-uHQzqSdFkj .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-uHQzqSdFkj .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-uHQzqSdFkj .row {
    padding: 0 0.75rem;
  }
}
.cid-uHQzqSdFkj .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uHQzqSdFkj .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-uHQzqSdFkj .card-text {
  color: #555555;
}
.cid-uHQzqSdFkj .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-uHQzqSdFkj .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHQzqSdFkj .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-uHQzqSdFkj .card-box {
    text-align: center;
  }
}
.cid-uHQzqSdFkj .card:nth-child(1) .icon-box {
  background: #ffb51c;
}
.cid-uHQzqSdFkj .card:nth-child(2) .icon-box {
  background: #6535ee;
}
.cid-uHQzqSdFkj .card:nth-child(3) .icon-box {
  background: #199bfc;
}
.cid-uHQzqSdFkj .card:nth-child(4) .icon-box {
  background: #301cab;
}
.cid-uHQzqSdFkj .card-title {
  color: #5e2ced;
}
.cid-uHQzqU004j {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHQzqU004j .img-wrap {
  position: relative;
}
.cid-uHQzqU004j .img-wrap img {
  width: 100%;
}
.cid-uHQzqU004j .mbr-section-subtitle {
  color: #89ec59;
  margin-bottom: 14px;
}
.cid-uHQzqU004j .mbr-section-title {
  color: #ff8e0d;
}
.cid-uHQzqU004j .mbr-text {
  color: #93d50a;
}
.cid-uHQzqU004j .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-uHQzqU004j .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-uHQzqU004j .cards-wrap {
  margin-top: 30px;
}
.cid-uHQzqU004j .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-uHQzqU004j .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-uHQzqU004j .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uHQzqU004j .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #89ec59;
  position: relative;
  display: block;
}
.cid-uHQzqU004j .wrapper .icon1 {
  background-color: #57b22a;
}
.cid-uHQzqU004j .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-uHQzqU004j .wrapper .icon2 {
  background-color: #000b28;
}
.cid-uHQzqU004j .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-uHQzqU004j .wrapper .icon3 {
  background-color: #ff0000;
}
.cid-uHQzqU004j .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uHQzqU004j .wrapper .icon4 {
  background-color: #ff6b00;
}
.cid-uHQzqU004j .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-uHQzqU004j .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-uHQzqU004j .mbr-section-btn {
    justify-content: center;
  }
  .cid-uHQzqU004j * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uHQzqU004j .mbr-section-title,
.cid-uHQzqU004j .separator,
.cid-uHQzqU004j .sep-holder {
  color: #6535ee;
}
.cid-uHQzqU004j .wrapper .mbr-card-title,
.cid-uHQzqU004j .img {
  color: #051441;
}
.cid-uHQzqU004j .mbr-text,
.cid-uHQzqU004j .mbr-section-btn {
  color: #ff0000;
}
.cid-uHQzqU004j .wrapper .mbr-text,
.cid-uHQzqU004j .img {
  color: #5e2ced;
}
.cid-uHQzqU004j .mbr-section-subtitle,
.cid-uHQzqU004j .mbr-section-title .accent-word {
  color: #051441;
}
.cid-uHQzqVQTac {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHQzqVQTac .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-uHQzqVQTac .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-uHQzqVQTac .row {
    padding: 0 0.75rem;
  }
}
.cid-uHQzqVQTac .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uHQzqVQTac .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-uHQzqVQTac .card-text {
  color: #555555;
}
.cid-uHQzqVQTac .mbr-iconfont {
  font-size: 25px;
  color: #051441;
}
.cid-uHQzqVQTac .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHQzqVQTac .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-uHQzqVQTac .card-box {
    text-align: center;
  }
}
.cid-uHQzqVQTac .card:nth-child(1) .icon-box {
  background: #bff0ff;
}
.cid-uHQzqVQTac .card:nth-child(2) .icon-box {
  background: #31e1af;
}
.cid-uHQzqVQTac .card:nth-child(3) .icon-box {
  background: #f7eded;
}
.cid-uHQzqVQTac .card:nth-child(4) .icon-box {
  background: #fed9bd;
}
.cid-uHQzqVQTac .card-title {
  color: #000000;
}
.cid-uHQzqXzAnf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHQzqXzAnf .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-uHQzqXzAnf .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-uHQzqXzAnf .row {
    padding: 0 0.75rem;
  }
}
.cid-uHQzqXzAnf .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uHQzqXzAnf .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-uHQzqXzAnf .card-text {
  color: #555555;
}
.cid-uHQzqXzAnf .mbr-iconfont {
  font-size: 25px;
  color: #5e2ced;
}
.cid-uHQzqXzAnf .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHQzqXzAnf .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-uHQzqXzAnf .card-box {
    text-align: center;
  }
}
.cid-uHQzqXzAnf .card:nth-child(1) .icon-box {
  background: #f2effc;
}
.cid-uHQzqXzAnf .card:nth-child(2) .icon-box {
  background: #bff0ff;
}
.cid-uHQzqXzAnf .card:nth-child(3) .icon-box {
  background: #fed9bd;
}
.cid-uHQzqXzAnf .card:nth-child(4) .icon-box {
  background: #e9f0cc;
}
.cid-uHQzqXzAnf .card-title {
  color: #000000;
}
.cid-uHQzqZkQ8V {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uHQzqZkQ8V .row {
  flex-direction: row-reverse;
}
.cid-uHQzqZkQ8V .img-wrap {
  position: relative;
}
.cid-uHQzqZkQ8V .img-wrap img {
  width: 100%;
}
.cid-uHQzqZkQ8V .mbr-section-subtitle {
  color: #89ec59;
  margin-bottom: 14px;
}
.cid-uHQzqZkQ8V .mbr-section-title {
  color: #ff8e0d;
}
.cid-uHQzqZkQ8V .mbr-text {
  color: #93d50a;
}
.cid-uHQzqZkQ8V .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-uHQzqZkQ8V .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-uHQzqZkQ8V .cards-wrap {
  margin-top: 30px;
}
.cid-uHQzqZkQ8V .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-uHQzqZkQ8V .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-uHQzqZkQ8V .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uHQzqZkQ8V .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #89ec59;
  position: relative;
  display: block;
}
.cid-uHQzqZkQ8V .wrapper .icon1 {
  background-color: #93d50a;
}
.cid-uHQzqZkQ8V .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-uHQzqZkQ8V .wrapper .icon2 {
  background-color: #ffb51c;
}
.cid-uHQzqZkQ8V .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-uHQzqZkQ8V .wrapper .icon3 {
  background-color: #452065;
}
.cid-uHQzqZkQ8V .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uHQzqZkQ8V .wrapper .icon4 {
  background-color: #6535ee;
}
.cid-uHQzqZkQ8V .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-uHQzqZkQ8V .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-uHQzqZkQ8V .mbr-section-btn {
    justify-content: center;
  }
  .cid-uHQzqZkQ8V * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uHQzqZkQ8V .mbr-text,
.cid-uHQzqZkQ8V .mbr-section-btn {
  color: #051441;
}
.cid-uHQzqZkQ8V .wrapper .mbr-text,
.cid-uHQzqZkQ8V .img {
  color: #ff0000;
}
.cid-uHQzr1aiLr {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #eff2f7;
}
.cid-uHQzr1aiLr .img-wrap {
  position: relative;
}
.cid-uHQzr1aiLr .img-wrap img {
  width: 100%;
}
.cid-uHQzr1aiLr .mbr-section-subtitle {
  color: #89ec59;
  margin-bottom: 14px;
}
.cid-uHQzr1aiLr .mbr-section-title {
  color: #ff8e0d;
}
.cid-uHQzr1aiLr .mbr-text {
  color: #93d50a;
}
.cid-uHQzr1aiLr .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-uHQzr1aiLr .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-uHQzr1aiLr .cards-wrap {
  margin-top: 30px;
}
.cid-uHQzr1aiLr .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-uHQzr1aiLr .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-uHQzr1aiLr .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uHQzr1aiLr .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #89ec59;
  position: relative;
  display: block;
}
.cid-uHQzr1aiLr .wrapper .icon1 {
  background-color: #93d50a;
}
.cid-uHQzr1aiLr .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-uHQzr1aiLr .wrapper .icon2 {
  background-color: #ffb51c;
}
.cid-uHQzr1aiLr .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-uHQzr1aiLr .wrapper .icon3 {
  background-color: #452065;
}
.cid-uHQzr1aiLr .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uHQzr1aiLr .wrapper .icon4 {
  background-color: #6535ee;
}
.cid-uHQzr1aiLr .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-uHQzr1aiLr .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-uHQzr1aiLr .mbr-section-btn {
    justify-content: center;
  }
  .cid-uHQzr1aiLr * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uHQzr1aiLr .mbr-text,
.cid-uHQzr1aiLr .mbr-section-btn {
  color: #051441;
}
.cid-uHQzr1aiLr .wrapper .mbr-text,
.cid-uHQzr1aiLr .img {
  color: #5e2ced;
}
.cid-uHQzr2U9Px {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uHQzr2U9Px .row {
  flex-direction: row-reverse;
}
.cid-uHQzr2U9Px .img-wrap {
  position: relative;
}
.cid-uHQzr2U9Px .img-wrap img {
  width: 100%;
}
.cid-uHQzr2U9Px .mbr-section-subtitle {
  color: #89ec59;
  margin-bottom: 14px;
}
.cid-uHQzr2U9Px .mbr-section-title {
  color: #ff8e0d;
}
.cid-uHQzr2U9Px .mbr-text {
  color: #93d50a;
}
.cid-uHQzr2U9Px .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-uHQzr2U9Px .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-uHQzr2U9Px .cards-wrap {
  margin-top: 30px;
}
.cid-uHQzr2U9Px .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-uHQzr2U9Px .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-uHQzr2U9Px .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uHQzr2U9Px .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #89ec59;
  position: relative;
  display: block;
}
.cid-uHQzr2U9Px .wrapper .icon1 {
  background-color: #93d50a;
}
.cid-uHQzr2U9Px .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-uHQzr2U9Px .wrapper .icon2 {
  background-color: #38d0fc;
}
.cid-uHQzr2U9Px .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-uHQzr2U9Px .wrapper .icon3 {
  background-color: #452065;
}
.cid-uHQzr2U9Px .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uHQzr2U9Px .wrapper .icon4 {
  background-color: #6535ee;
}
.cid-uHQzr2U9Px .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-uHQzr2U9Px .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-uHQzr2U9Px .mbr-section-btn {
    justify-content: center;
  }
  .cid-uHQzr2U9Px * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uHQzr2U9Px .mbr-text,
.cid-uHQzr2U9Px .mbr-section-btn {
  color: #051441;
}
.cid-uHQzr2U9Px .wrapper .mbr-text,
.cid-uHQzr2U9Px .img {
  color: #ff0000;
}
.cid-uHQzr2U9Px .wrapper .mbr-card-title,
.cid-uHQzr2U9Px .img DIV {
  text-align: left;
}
.cid-uHQzr56tRE {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #eff2f7;
}
.cid-uHQzr56tRE .img-wrap {
  position: relative;
}
.cid-uHQzr56tRE .img-wrap img {
  width: 100%;
}
.cid-uHQzr56tRE .mbr-section-subtitle {
  color: #89ec59;
  margin-bottom: 14px;
}
.cid-uHQzr56tRE .mbr-section-title {
  color: #ff8e0d;
}
.cid-uHQzr56tRE .mbr-text {
  color: #93d50a;
}
.cid-uHQzr56tRE .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-uHQzr56tRE .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-uHQzr56tRE .cards-wrap {
  margin-top: 30px;
}
.cid-uHQzr56tRE .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-uHQzr56tRE .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-uHQzr56tRE .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uHQzr56tRE .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #89ec59;
  position: relative;
  display: block;
}
.cid-uHQzr56tRE .wrapper .icon1 {
  background-color: #38d0fc;
}
.cid-uHQzr56tRE .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-uHQzr56tRE .wrapper .icon2 {
  background-color: #ffb51c;
}
.cid-uHQzr56tRE .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-uHQzr56tRE .wrapper .icon3 {
  background-color: #452065;
}
.cid-uHQzr56tRE .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uHQzr56tRE .wrapper .icon4 {
  background-color: #6535ee;
}
.cid-uHQzr56tRE .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-uHQzr56tRE .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-uHQzr56tRE .mbr-section-btn {
    justify-content: center;
  }
  .cid-uHQzr56tRE * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uHQzr56tRE .mbr-text,
.cid-uHQzr56tRE .mbr-section-btn {
  color: #051441;
}
.cid-uHQzr56tRE .wrapper .mbr-text,
.cid-uHQzr56tRE .img {
  color: #452065;
}
.cid-uHQzr56tRE .wrapper .mbr-card-title,
.cid-uHQzr56tRE .img {
  color: #ff6b00;
}
.cid-uHQzr7GYXX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uHQzr7GYXX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uHQzr7GYXX .row {
  flex-direction: row-reverse;
}
.cid-uHQzr7GYXX .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-uHQzr7GYXX .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-uHQzr7GYXX .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #5e2ced;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-uHQzr7GYXX .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-uHQzr7GYXX .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-uHQzr7GYXX .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-uHQzr7GYXX .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-uHQzr7GYXX .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uHQzr7GYXX .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-uHQzr7GYXX .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-uHQzr7GYXX .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uHQzr7GYXX .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uHQzr7GYXX .list-block {
  position: relative;
}
.cid-uHQzr7GYXX .list-block h4,
.cid-uHQzr7GYXX .list-block p {
  padding-left: 4.5rem;
}
.cid-uHQzr7GYXX .card-img {
  display: block;
}
.cid-uHQzr7GYXX input,
.cid-uHQzr7GYXX textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-uHQzr7GYXX input:focus,
.cid-uHQzr7GYXX textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uHQzr7GYXX .form-control,
.cid-uHQzr7GYXX .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #e0e5ff;
  border-color: #ffffff;
  color: #5e2ced;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHQzr7GYXX .form-control:hover,
.cid-uHQzr7GYXX .field-input:hover,
.cid-uHQzr7GYXX .form-control:focus,
.cid-uHQzr7GYXX .field-input:focus {
  background-color: #f6fbff;
  border-color: #5e2ced !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHQzr7GYXX input::-webkit-input-placeholder,
.cid-uHQzr7GYXX textarea::-webkit-input-placeholder {
  color: #301cab;
}
.cid-uHQzr7GYXX input:-moz-placeholder,
.cid-uHQzr7GYXX textarea:-moz-placeholder {
  color: #301cab;
}
.cid-uHQzr7GYXX .jq-selectbox li,
.cid-uHQzr7GYXX .jq-selectbox li {
  background-color: #e0e5ff;
  color: #000000;
}
.cid-uHQzr7GYXX .jq-selectbox li:hover,
.cid-uHQzr7GYXX .jq-selectbox li.selected {
  background-color: #f6fbff;
  color: #000000;
}
.cid-uHQzr7GYXX .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e0e5ff;
}
.cid-uHQzr7GYXX .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f6fbff;
}
.cid-uHQzr7GYXX .mbr-form {
  max-width: 550px;
}
.cid-uHQzr7GYXX .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uHQzr7GYXX .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uHQzr7GYXX .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uHQzr7GYXX .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uHQzr7GYXX .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-uHQzr7GYXX .mbr-form textarea {
  min-height: 100px;
}
.cid-uHQzr7GYXX .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #ff8e0d;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-uHQzr7GYXX .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-uHQzr7GYXX .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uHQzr7GYXX .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uHQzr7GYXX .mbr-section-title,
  .cid-uHQzr7GYXX .content-title,
  .cid-uHQzr7GYXX .mbr-section-btn {
    text-align: left;
  }
}
.cid-uHQzr7GYXX .text-content .list-block .list-item-text {
  color: #5e2ced;
  text-align: left;
}
.cid-uHQzr7GYXX LABEL {
  color: #5e2ced;
}
.cid-uHQzr7GYXX H2 {
  color: #6535ee;
}
.cid-uHQzreHJ0E {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f3f3f3;
}
.cid-uHQzreHJ0E .mbr-iconfont {
  font-size: 4rem;
  color: #ff8e0d;
  min-width: 100px;
  margin-bottom: 2rem;
  display: block;
  background: -webkit-linear-gradient(#e2090d, #3536dc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHQzreHJ0E .card-wrapper {
  background-color: #ffffff;
  padding: 1rem;
  transition: all 0.3s;
}
.cid-uHQzreHJ0E .card-wrapper:hover {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-uHQzreHJ0E .card-box {
  border: 1px solid transparent;
  padding: 2rem 1rem;
  transition: all 0.3s;
}
.cid-uHQzreHJ0E .card-title {
  position: relative;
  cursor: pointer;
  color: #000000;
}
.cid-uHQzreHJ0E .card {
  overflow: visible;
}
.cid-uHQzreHJ0E .card:hover {
  cursor: pointer;
}
.cid-uHQzreHJ0E .card:hover .card-box {
  border: 1px solid #e2090d;
}
.cid-uHQzreHJ0E .card-title,
.cid-uHQzreHJ0E .card-box {
  text-align: center;
}
.cid-uHQzreHJ0E .card-text {
  color: #999999;
  text-align: center;
}
.cid-uHQzreHJ0E .link {
  color: #999999;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .cid-uHQzreHJ0E .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHQzreHJ0E .card-box {
    border: 1px solid #e2090d;
  }
}
.cid-uHQzreHJ0E .main-subtitle {
  color: #999999;
}
.cid-uHQzreHJ0E .main-title {
  color: #ff0000;
}
.cid-uHQzrgoKaT {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-uHQzrgoKaT .mbr-iconfont {
  font-size: 4rem;
  color: #ff8e0d;
  min-width: 100px;
  margin-bottom: 2rem;
  display: block;
  background: -webkit-linear-gradient(#e2090d, #3536dc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHQzrgoKaT .card-wrapper {
  background-color: #ffffff;
  padding: 1rem;
  transition: all 0.3s;
}
.cid-uHQzrgoKaT .card-wrapper:hover {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-uHQzrgoKaT .card-box {
  border: 1px solid transparent;
  padding: 2rem 1rem;
  transition: all 0.3s;
}
.cid-uHQzrgoKaT .card-title {
  position: relative;
  cursor: pointer;
  color: #000000;
}
.cid-uHQzrgoKaT .card {
  overflow: visible;
}
.cid-uHQzrgoKaT .card:hover {
  cursor: pointer;
}
.cid-uHQzrgoKaT .card:hover .card-box {
  border: 1px solid #fc5130;
}
.cid-uHQzrgoKaT .card-title,
.cid-uHQzrgoKaT .card-box {
  text-align: center;
}
.cid-uHQzrgoKaT .card-text {
  color: #999999;
  text-align: center;
}
.cid-uHQzrgoKaT .link {
  color: #999999;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .cid-uHQzrgoKaT .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHQzrgoKaT .card-box {
    border: 1px solid #fc5130;
  }
}
.cid-uHQzrgoKaT .main-subtitle {
  color: #999999;
}
.cid-uHQzriefNE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHQzriefNE .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uHQzriefNE .card-box {
  z-index: 2;
  position: relative;
}
.cid-uHQzriefNE .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #5e2ced;
  width: 80px;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
}
.cid-uHQzriefNE .mbr-iconfont-big {
  font-size: 16rem;
  color: #5e2ced;
  position: absolute;
  bottom: -5rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uHQzriefNE .card-title,
.cid-uHQzriefNE .card-text {
  transition: all 0.3s;
}
.cid-uHQzriefNE .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 3rem;
  border-radius: 6px;
  background: #f2effc;
  transition: all 0.3s;
}
.cid-uHQzriefNE .card-wrapper:hover {
  background: #5e2ced;
}
.cid-uHQzriefNE .card-wrapper:hover .mbr-iconfont-big {
  color: #ffffff;
  transform: rotate(-20deg);
}
.cid-uHQzriefNE .card-wrapper:hover .card-title,
.cid-uHQzriefNE .card-wrapper:hover .card-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uHQzriefNE .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uHQzriefNE .card-title,
.cid-uHQzriefNE .iconfont-wrapper {
  color: #160830;
}
.cid-uHQzriefNE .card-text {
  color: #353535;
}
.cid-uHQzriefNE .card-title,
.cid-uHQzriefNE .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHQzrk0WUx {
  z-index: 1000;
  width: 100%;
}
.cid-uHQzrk0WUx nav.navbar {
  position: fixed;
}
.cid-uHQzrk0WUx .navbar-nav {
  margin: auto;
}
.cid-uHQzrk0WUx .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHQzrk0WUx .dropdown-item:hover,
.cid-uHQzrk0WUx .dropdown-item:focus {
  background: #ff8e0d !important;
  color: white !important;
}
.cid-uHQzrk0WUx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHQzrk0WUx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHQzrk0WUx .navbar-short,
.cid-uHQzrk0WUx .opened {
  background: #270b3f !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uHQzrk0WUx .navbar-short .nav-link,
.cid-uHQzrk0WUx .opened .nav-link,
.cid-uHQzrk0WUx .navbar-short .navbar-caption,
.cid-uHQzrk0WUx .opened .navbar-caption,
.cid-uHQzrk0WUx .navbar-short .mbr-iconfont,
.cid-uHQzrk0WUx .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uHQzrk0WUx .navbar-short .hamburger span,
.cid-uHQzrk0WUx .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uHQzrk0WUx .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uHQzrk0WUx .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-uHQzrk0WUx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHQzrk0WUx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHQzrk0WUx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHQzrk0WUx .container {
  display: flex;
  margin: auto;
}
.cid-uHQzrk0WUx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHQzrk0WUx .dropdown-menu,
.cid-uHQzrk0WUx .navbar.opened {
  background: #270b3f !important;
}
.cid-uHQzrk0WUx .nav-item:focus,
.cid-uHQzrk0WUx .nav-link:focus {
  outline: none;
}
.cid-uHQzrk0WUx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHQzrk0WUx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHQzrk0WUx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHQzrk0WUx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHQzrk0WUx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHQzrk0WUx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHQzrk0WUx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(39, 11, 63, 0);
}
.cid-uHQzrk0WUx .navbar.opened {
  transition: all 0.3s;
}
.cid-uHQzrk0WUx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHQzrk0WUx .navbar .navbar-logo img {
  width: auto;
}
.cid-uHQzrk0WUx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHQzrk0WUx .navbar.collapsed {
  justify-content: center;
}
.cid-uHQzrk0WUx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHQzrk0WUx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHQzrk0WUx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHQzrk0WUx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHQzrk0WUx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHQzrk0WUx .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-uHQzrk0WUx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHQzrk0WUx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHQzrk0WUx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHQzrk0WUx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHQzrk0WUx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHQzrk0WUx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHQzrk0WUx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHQzrk0WUx .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-uHQzrk0WUx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHQzrk0WUx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHQzrk0WUx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHQzrk0WUx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHQzrk0WUx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHQzrk0WUx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHQzrk0WUx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHQzrk0WUx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHQzrk0WUx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHQzrk0WUx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHQzrk0WUx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHQzrk0WUx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHQzrk0WUx .dropdown-item.active,
.cid-uHQzrk0WUx .dropdown-item:active {
  background-color: transparent;
}
.cid-uHQzrk0WUx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHQzrk0WUx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHQzrk0WUx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHQzrk0WUx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #270b3f;
}
.cid-uHQzrk0WUx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHQzrk0WUx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHQzrk0WUx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHQzrk0WUx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHQzrk0WUx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHQzrk0WUx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5600e3;
}
.cid-uHQzrk0WUx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHQzrk0WUx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHQzrk0WUx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHQzrk0WUx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHQzrk0WUx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHQzrk0WUx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHQzrk0WUx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHQzrk0WUx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHQzrk0WUx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHQzrk0WUx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHQzrk0WUx .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-uHQzrk0WUx .navbar {
    height: 70px;
  }
  .cid-uHQzrk0WUx .navbar.opened {
    height: auto;
  }
  .cid-uHQzrk0WUx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHQzrmgiBV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/14092-2000x1200.jpg");
}
.cid-uHQzrmgiBV .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-uHQzrmgiBV .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHQzrmgiBV .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uHQzrmgiBV .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uHQzrmgiBV .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uHQzrmgiBV .footer-top {
  border-bottom: 2px solid #5600e3;
}
.cid-uHQzrmgiBV .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uHQzrmgiBV .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #ffb51c;
}
.cid-uHQzrmgiBV .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-uHQzrmgiBV .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uHQzrmgiBV .soc-item a {
  color: #fafafa;
}
.cid-uHQzrmgiBV .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #000000;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uHQzrmgiBV .soc-item span:hover {
  border-color: #ffb51c;
  color: #ffb51c;
}
.cid-uHQzrmgiBV .mbr-tag,
.cid-uHQzrmgiBV .social-row {
  color: #f6fbff;
}
.cid-uHQzrmgiBV .copyright {
  color: #e0e5ff;
}
.cid-uI2N7BEZuY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1a1a1a;
}
.cid-uI2N7BEZuY .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uI2N7BEZuY .modal-body .close {
  background: #1b1b1b;
}
.cid-uI2N7BEZuY .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uI2N7BEZuY .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uI2N7BEZuY .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uI2N7BEZuY .container {
  max-width: 100%;
  padding: 0;
}
.cid-uI2N7BEZuY .content-slider-wrap {
  width: 100%;
}
.cid-uI2N7BEZuY .carousel-inner > .active,
.cid-uI2N7BEZuY .carousel-inner > .next,
.cid-uI2N7BEZuY .carousel-inner > .prev {
  display: flex;
}
.cid-uI2N7BEZuY .carousel-control .icon-next,
.cid-uI2N7BEZuY .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uI2N7BEZuY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uI2N7BEZuY .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-uI2N7BEZuY .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uI2N7BEZuY .boxed-slider > div {
  position: relative;
}
.cid-uI2N7BEZuY .container img {
  width: 100%;
}
.cid-uI2N7BEZuY .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uI2N7BEZuY .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uI2N7BEZuY .mbr-table-cell {
  padding: 0;
}
.cid-uI2N7BEZuY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uI2N7BEZuY .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uI2N7BEZuY .mbr-overlay {
  z-index: 1;
}
.cid-uI2N7BEZuY .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uI2N7BEZuY .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uI2N7BEZuY .carousel-item.active.right,
.cid-uI2N7BEZuY .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uI2N7BEZuY .carousel-item.active.left,
.cid-uI2N7BEZuY .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uI2N7BEZuY .carousel-item.active,
.cid-uI2N7BEZuY .carousel-item.next.left,
.cid-uI2N7BEZuY .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uI2N7BEZuY .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uI2N7BEZuY .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uI2N7BEZuY .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uI2N7BEZuY .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uI2N7BEZuY .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uI2N7BEZuY .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uI2N7BEZuY .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uI2N7BEZuY .mbr-slider .carousel-indicators li.active,
.cid-uI2N7BEZuY .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uI2N7BEZuY .mbr-slider .carousel-indicators li::after,
.cid-uI2N7BEZuY .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uI2N7BEZuY .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uI2N7BEZuY .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uI2N7BEZuY .mbr-slider > .container img {
  width: 100%;
}
.cid-uI2N7BEZuY .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uI2N7BEZuY .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uI2N7BEZuY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uI2N7BEZuY .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uI2N7BEZuY .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uI2N7BEZuY .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uI2N7BEZuY .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uI2N7BEZuY .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uI2N7BEZuY .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uI2N7BEZuY .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uI2N7BEZuY .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uI2N7BEZuY .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uI2N7BEZuY .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uI2N7BEZuY .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uI2N7BEZuY .carousel-inner {
  height: 100%;
}
.cid-uI2N7BEZuY .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uI2N7BEZuY .image_wrapper {
  height: 730px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uI2N7BEZuY .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uI2N7BEZuY .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uI2N7BEZuY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uI2N7BEZuY .content-slider-wrap {
    width: 100% !important;
  }
  .cid-uI2N7BEZuY .image_wrapper {
    height: 438px;
  }
}
.cid-uI2N7BEZuY H2 {
  text-align: right;
}
.cid-uI2N7BEZuY P {
  text-align: right;
}
.cid-uI2N7Cloux {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f6fbff;
}
.cid-uI2N7Cloux .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-uI2N7Cloux .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-uI2N7Cloux .row {
    padding: 0 0.75rem;
  }
}
.cid-uI2N7Cloux .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uI2N7Cloux .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-uI2N7Cloux .card-text {
  color: #555555;
}
.cid-uI2N7Cloux .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-uI2N7Cloux .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uI2N7Cloux .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-uI2N7Cloux .card-box {
    text-align: center;
  }
}
.cid-uI2N7Cloux .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-uI2N7Cloux .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-uI2N7Cloux .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-uI2N7Cloux .card:nth-child(4) .icon-box {
  background: #93d50a;
}
.cid-uI2N7Cloux .card-title {
  color: #5e2ced;
}
.cid-uI2N7D4Exy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6fbff;
}
.cid-uI2N7D4Exy .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-uI2N7D4Exy .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-uI2N7D4Exy .row {
    padding: 0 0.75rem;
  }
}
.cid-uI2N7D4Exy .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uI2N7D4Exy .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-uI2N7D4Exy .card-text {
  color: #555555;
}
.cid-uI2N7D4Exy .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-uI2N7D4Exy .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uI2N7D4Exy .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-uI2N7D4Exy .card-box {
    text-align: center;
  }
}
.cid-uI2N7D4Exy .card:nth-child(1) .icon-box {
  background: #ffb51c;
}
.cid-uI2N7D4Exy .card:nth-child(2) .icon-box {
  background: #6535ee;
}
.cid-uI2N7D4Exy .card:nth-child(3) .icon-box {
  background: #199bfc;
}
.cid-uI2N7D4Exy .card:nth-child(4) .icon-box {
  background: #301cab;
}
.cid-uI2N7D4Exy .card-title {
  color: #5e2ced;
}
.cid-uI2N7DwTI1 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uI2N7DwTI1 .row {
  flex-direction: row-reverse;
}
.cid-uI2N7DwTI1 .img-wrap {
  position: relative;
}
.cid-uI2N7DwTI1 .img-wrap img {
  width: 100%;
}
.cid-uI2N7DwTI1 .mbr-section-subtitle {
  color: #89ec59;
  margin-bottom: 14px;
}
.cid-uI2N7DwTI1 .mbr-section-title {
  color: #ff8e0d;
}
.cid-uI2N7DwTI1 .mbr-text {
  color: #93d50a;
}
.cid-uI2N7DwTI1 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-uI2N7DwTI1 .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-uI2N7DwTI1 .cards-wrap {
  margin-top: 30px;
}
.cid-uI2N7DwTI1 .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-uI2N7DwTI1 .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-uI2N7DwTI1 .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uI2N7DwTI1 .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #89ec59;
  position: relative;
  display: block;
}
.cid-uI2N7DwTI1 .wrapper .icon1 {
  background-color: #93d50a;
}
.cid-uI2N7DwTI1 .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-uI2N7DwTI1 .wrapper .icon2 {
  background-color: #ffb51c;
}
.cid-uI2N7DwTI1 .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-uI2N7DwTI1 .wrapper .icon3 {
  background-color: #452065;
}
.cid-uI2N7DwTI1 .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uI2N7DwTI1 .wrapper .icon4 {
  background-color: #6535ee;
}
.cid-uI2N7DwTI1 .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-uI2N7DwTI1 .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-uI2N7DwTI1 .mbr-section-btn {
    justify-content: center;
  }
  .cid-uI2N7DwTI1 * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uI2N7DwTI1 .mbr-text,
.cid-uI2N7DwTI1 .mbr-section-btn {
  color: #051441;
  text-align: left;
}
.cid-uI2N7DwTI1 .wrapper .mbr-text,
.cid-uI2N7DwTI1 .img {
  color: #051441;
}
.cid-uI2N7E1c9u {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #eff2f7;
}
.cid-uI2N7E1c9u .img-wrap {
  position: relative;
}
.cid-uI2N7E1c9u .img-wrap img {
  width: 100%;
}
.cid-uI2N7E1c9u .mbr-section-subtitle {
  color: #89ec59;
  margin-bottom: 14px;
}
.cid-uI2N7E1c9u .mbr-section-title {
  color: #ff8e0d;
}
.cid-uI2N7E1c9u .mbr-text {
  color: #93d50a;
}
.cid-uI2N7E1c9u .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-uI2N7E1c9u .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-uI2N7E1c9u .cards-wrap {
  margin-top: 30px;
}
.cid-uI2N7E1c9u .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-uI2N7E1c9u .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-uI2N7E1c9u .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uI2N7E1c9u .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #89ec59;
  position: relative;
  display: block;
}
.cid-uI2N7E1c9u .wrapper .icon1 {
  background-color: #93d50a;
}
.cid-uI2N7E1c9u .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-uI2N7E1c9u .wrapper .icon2 {
  background-color: #ffb51c;
}
.cid-uI2N7E1c9u .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-uI2N7E1c9u .wrapper .icon3 {
  background-color: #452065;
}
.cid-uI2N7E1c9u .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uI2N7E1c9u .wrapper .icon4 {
  background-color: #6535ee;
}
.cid-uI2N7E1c9u .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-uI2N7E1c9u .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-uI2N7E1c9u .mbr-section-btn {
    justify-content: center;
  }
  .cid-uI2N7E1c9u * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uI2N7E1c9u .mbr-text,
.cid-uI2N7E1c9u .mbr-section-btn {
  color: #051441;
}
.cid-uI2N7E1c9u .wrapper .mbr-text,
.cid-uI2N7E1c9u .img {
  color: #5e2ced;
}
.cid-uI2N7EsqzN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uI2N7EsqzN .row {
  flex-direction: row-reverse;
}
.cid-uI2N7EsqzN .img-wrap {
  position: relative;
}
.cid-uI2N7EsqzN .img-wrap img {
  width: 100%;
}
.cid-uI2N7EsqzN .mbr-section-subtitle {
  color: #89ec59;
  margin-bottom: 14px;
}
.cid-uI2N7EsqzN .mbr-section-title {
  color: #ff8e0d;
}
.cid-uI2N7EsqzN .mbr-text {
  color: #93d50a;
}
.cid-uI2N7EsqzN .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-uI2N7EsqzN .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-uI2N7EsqzN .cards-wrap {
  margin-top: 30px;
}
.cid-uI2N7EsqzN .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-uI2N7EsqzN .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-uI2N7EsqzN .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uI2N7EsqzN .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #89ec59;
  position: relative;
  display: block;
}
.cid-uI2N7EsqzN .wrapper .icon1 {
  background-color: #93d50a;
}
.cid-uI2N7EsqzN .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-uI2N7EsqzN .wrapper .icon2 {
  background-color: #38d0fc;
}
.cid-uI2N7EsqzN .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-uI2N7EsqzN .wrapper .icon3 {
  background-color: #452065;
}
.cid-uI2N7EsqzN .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uI2N7EsqzN .wrapper .icon4 {
  background-color: #6535ee;
}
.cid-uI2N7EsqzN .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-uI2N7EsqzN .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-uI2N7EsqzN .mbr-section-btn {
    justify-content: center;
  }
  .cid-uI2N7EsqzN * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uI2N7EsqzN .mbr-text,
.cid-uI2N7EsqzN .mbr-section-btn {
  color: #051441;
}
.cid-uI2N7EsqzN .wrapper .mbr-text,
.cid-uI2N7EsqzN .img {
  color: #ff0000;
}
.cid-uI2N7EsqzN .wrapper .mbr-card-title,
.cid-uI2N7EsqzN .img DIV {
  text-align: left;
}
.cid-uI2N7FwAT3 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #eff2f7;
}
.cid-uI2N7FwAT3 .img-wrap {
  position: relative;
}
.cid-uI2N7FwAT3 .img-wrap img {
  width: 100%;
}
.cid-uI2N7FwAT3 .mbr-section-subtitle {
  color: #89ec59;
  margin-bottom: 14px;
}
.cid-uI2N7FwAT3 .mbr-section-title {
  color: #ff8e0d;
}
.cid-uI2N7FwAT3 .mbr-text {
  color: #93d50a;
}
.cid-uI2N7FwAT3 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-uI2N7FwAT3 .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-uI2N7FwAT3 .cards-wrap {
  margin-top: 30px;
}
.cid-uI2N7FwAT3 .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-uI2N7FwAT3 .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-uI2N7FwAT3 .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uI2N7FwAT3 .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #89ec59;
  position: relative;
  display: block;
}
.cid-uI2N7FwAT3 .wrapper .icon1 {
  background-color: #38d0fc;
}
.cid-uI2N7FwAT3 .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-uI2N7FwAT3 .wrapper .icon2 {
  background-color: #ffb51c;
}
.cid-uI2N7FwAT3 .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-uI2N7FwAT3 .wrapper .icon3 {
  background-color: #452065;
}
.cid-uI2N7FwAT3 .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uI2N7FwAT3 .wrapper .icon4 {
  background-color: #6535ee;
}
.cid-uI2N7FwAT3 .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-uI2N7FwAT3 .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-uI2N7FwAT3 .mbr-section-btn {
    justify-content: center;
  }
  .cid-uI2N7FwAT3 * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uI2N7FwAT3 .mbr-text,
.cid-uI2N7FwAT3 .mbr-section-btn {
  color: #051441;
}
.cid-uI2N7FwAT3 .wrapper .mbr-text,
.cid-uI2N7FwAT3 .img {
  color: #452065;
}
.cid-uI2N7FwAT3 .wrapper .mbr-card-title,
.cid-uI2N7FwAT3 .img {
  color: #ff6b00;
}
.cid-uI2N7Gd8RW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uI2N7Gd8RW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uI2N7Gd8RW .row {
  flex-direction: row-reverse;
}
.cid-uI2N7Gd8RW .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-uI2N7Gd8RW .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-uI2N7Gd8RW .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #5e2ced;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-uI2N7Gd8RW .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-uI2N7Gd8RW .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-uI2N7Gd8RW .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-uI2N7Gd8RW .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-uI2N7Gd8RW .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uI2N7Gd8RW .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-uI2N7Gd8RW .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-uI2N7Gd8RW .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uI2N7Gd8RW .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uI2N7Gd8RW input,
.cid-uI2N7Gd8RW textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-uI2N7Gd8RW input:focus,
.cid-uI2N7Gd8RW textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uI2N7Gd8RW .form-control,
.cid-uI2N7Gd8RW .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #e0e5ff;
  border-color: #ffffff;
  color: #5e2ced;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uI2N7Gd8RW .form-control:hover,
.cid-uI2N7Gd8RW .field-input:hover,
.cid-uI2N7Gd8RW .form-control:focus,
.cid-uI2N7Gd8RW .field-input:focus {
  background-color: #f6fbff;
  border-color: #5e2ced !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uI2N7Gd8RW input::-webkit-input-placeholder,
.cid-uI2N7Gd8RW textarea::-webkit-input-placeholder {
  color: #301cab;
}
.cid-uI2N7Gd8RW input:-moz-placeholder,
.cid-uI2N7Gd8RW textarea:-moz-placeholder {
  color: #301cab;
}
.cid-uI2N7Gd8RW .jq-selectbox li,
.cid-uI2N7Gd8RW .jq-selectbox li {
  background-color: #e0e5ff;
  color: #000000;
}
.cid-uI2N7Gd8RW .jq-selectbox li:hover,
.cid-uI2N7Gd8RW .jq-selectbox li.selected {
  background-color: #f6fbff;
  color: #000000;
}
.cid-uI2N7Gd8RW .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e0e5ff;
}
.cid-uI2N7Gd8RW .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f6fbff;
}
.cid-uI2N7Gd8RW .mbr-form {
  max-width: 550px;
}
.cid-uI2N7Gd8RW .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uI2N7Gd8RW .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uI2N7Gd8RW .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uI2N7Gd8RW .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uI2N7Gd8RW .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-uI2N7Gd8RW .mbr-form textarea {
  min-height: 100px;
}
.cid-uI2N7Gd8RW .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #ff8e0d;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-uI2N7Gd8RW .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-uI2N7Gd8RW .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uI2N7Gd8RW .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uI2N7Gd8RW .mbr-section-title,
  .cid-uI2N7Gd8RW .content-title,
  .cid-uI2N7Gd8RW .mbr-section-btn {
    text-align: left;
  }
}
.cid-uI2N7Gd8RW .text-content .list-block .list-item-text {
  color: #5e2ced;
  text-align: left;
}
.cid-uI2N7Gd8RW LABEL {
  color: #5e2ced;
}
.cid-uI2N7Gd8RW H2 {
  color: #6535ee;
}
.cid-uI2N7HTXnA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uI2N7HTXnA .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uI2N7HTXnA .card-box {
  z-index: 2;
  position: relative;
}
.cid-uI2N7HTXnA .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #5e2ced;
  width: 80px;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
}
.cid-uI2N7HTXnA .mbr-iconfont-big {
  font-size: 16rem;
  color: #5e2ced;
  position: absolute;
  bottom: -5rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uI2N7HTXnA .card-title,
.cid-uI2N7HTXnA .card-text {
  transition: all 0.3s;
}
.cid-uI2N7HTXnA .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 3rem;
  border-radius: 6px;
  background: #f2effc;
  transition: all 0.3s;
}
.cid-uI2N7HTXnA .card-wrapper:hover {
  background: #5e2ced;
}
.cid-uI2N7HTXnA .card-wrapper:hover .mbr-iconfont-big {
  color: #ffffff;
  transform: rotate(-20deg);
}
.cid-uI2N7HTXnA .card-wrapper:hover .card-title,
.cid-uI2N7HTXnA .card-wrapper:hover .card-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uI2N7HTXnA .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uI2N7HTXnA .card-title,
.cid-uI2N7HTXnA .iconfont-wrapper {
  color: #160830;
}
.cid-uI2N7HTXnA .card-text {
  color: #353535;
}
.cid-uI2N7HTXnA .card-title,
.cid-uI2N7HTXnA .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uI2N7IDKHm {
  z-index: 1000;
  width: 100%;
}
.cid-uI2N7IDKHm nav.navbar {
  position: fixed;
}
.cid-uI2N7IDKHm .navbar-nav {
  margin: auto;
}
.cid-uI2N7IDKHm .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI2N7IDKHm .dropdown-item:hover,
.cid-uI2N7IDKHm .dropdown-item:focus {
  background: #ff8e0d !important;
  color: white !important;
}
.cid-uI2N7IDKHm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI2N7IDKHm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI2N7IDKHm .navbar-short,
.cid-uI2N7IDKHm .opened {
  background: #270b3f !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uI2N7IDKHm .navbar-short .nav-link,
.cid-uI2N7IDKHm .opened .nav-link,
.cid-uI2N7IDKHm .navbar-short .navbar-caption,
.cid-uI2N7IDKHm .opened .navbar-caption,
.cid-uI2N7IDKHm .navbar-short .mbr-iconfont,
.cid-uI2N7IDKHm .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uI2N7IDKHm .navbar-short .hamburger span,
.cid-uI2N7IDKHm .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uI2N7IDKHm .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uI2N7IDKHm .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-uI2N7IDKHm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI2N7IDKHm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI2N7IDKHm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI2N7IDKHm .container {
  display: flex;
  margin: auto;
}
.cid-uI2N7IDKHm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uI2N7IDKHm .dropdown-menu,
.cid-uI2N7IDKHm .navbar.opened {
  background: #270b3f !important;
}
.cid-uI2N7IDKHm .nav-item:focus,
.cid-uI2N7IDKHm .nav-link:focus {
  outline: none;
}
.cid-uI2N7IDKHm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI2N7IDKHm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI2N7IDKHm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI2N7IDKHm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI2N7IDKHm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI2N7IDKHm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI2N7IDKHm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(39, 11, 63, 0);
}
.cid-uI2N7IDKHm .navbar.opened {
  transition: all 0.3s;
}
.cid-uI2N7IDKHm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI2N7IDKHm .navbar .navbar-logo img {
  width: auto;
}
.cid-uI2N7IDKHm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI2N7IDKHm .navbar.collapsed {
  justify-content: center;
}
.cid-uI2N7IDKHm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI2N7IDKHm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI2N7IDKHm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI2N7IDKHm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI2N7IDKHm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI2N7IDKHm .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-uI2N7IDKHm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI2N7IDKHm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI2N7IDKHm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI2N7IDKHm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI2N7IDKHm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI2N7IDKHm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI2N7IDKHm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI2N7IDKHm .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-uI2N7IDKHm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI2N7IDKHm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI2N7IDKHm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI2N7IDKHm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI2N7IDKHm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI2N7IDKHm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uI2N7IDKHm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI2N7IDKHm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI2N7IDKHm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI2N7IDKHm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI2N7IDKHm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI2N7IDKHm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI2N7IDKHm .dropdown-item.active,
.cid-uI2N7IDKHm .dropdown-item:active {
  background-color: transparent;
}
.cid-uI2N7IDKHm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI2N7IDKHm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI2N7IDKHm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI2N7IDKHm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #270b3f;
}
.cid-uI2N7IDKHm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI2N7IDKHm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI2N7IDKHm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI2N7IDKHm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI2N7IDKHm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI2N7IDKHm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5600e3;
}
.cid-uI2N7IDKHm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI2N7IDKHm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2N7IDKHm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2N7IDKHm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI2N7IDKHm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2N7IDKHm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI2N7IDKHm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI2N7IDKHm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2N7IDKHm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI2N7IDKHm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI2N7IDKHm .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-uI2N7IDKHm .navbar {
    height: 70px;
  }
  .cid-uI2N7IDKHm .navbar.opened {
    height: auto;
  }
  .cid-uI2N7IDKHm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI2N7JorIZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/14092-2000x1200.jpg");
}
.cid-uI2N7JorIZ .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-uI2N7JorIZ .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uI2N7JorIZ .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uI2N7JorIZ .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uI2N7JorIZ .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uI2N7JorIZ .footer-top {
  border-bottom: 2px solid #5600e3;
}
.cid-uI2N7JorIZ .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uI2N7JorIZ .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #ffb51c;
}
.cid-uI2N7JorIZ .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-uI2N7JorIZ .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uI2N7JorIZ .soc-item a {
  color: #fafafa;
}
.cid-uI2N7JorIZ .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #000000;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uI2N7JorIZ .soc-item span:hover {
  border-color: #ffb51c;
  color: #ffb51c;
}
.cid-uI2N7JorIZ .mbr-tag,
.cid-uI2N7JorIZ .social-row {
  color: #f6fbff;
}
.cid-uI2N7JorIZ .copyright {
  color: #e0e5ff;
}
.cid-uI2NczweYj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1a1a1a;
}
.cid-uI2NczweYj .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uI2NczweYj .modal-body .close {
  background: #1b1b1b;
}
.cid-uI2NczweYj .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uI2NczweYj .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uI2NczweYj .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uI2NczweYj .container {
  max-width: 100%;
  padding: 0;
}
.cid-uI2NczweYj .content-slider-wrap {
  width: 100%;
}
.cid-uI2NczweYj .carousel-inner > .active,
.cid-uI2NczweYj .carousel-inner > .next,
.cid-uI2NczweYj .carousel-inner > .prev {
  display: flex;
}
.cid-uI2NczweYj .carousel-control .icon-next,
.cid-uI2NczweYj .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uI2NczweYj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uI2NczweYj .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-uI2NczweYj .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uI2NczweYj .boxed-slider > div {
  position: relative;
}
.cid-uI2NczweYj .container img {
  width: 100%;
}
.cid-uI2NczweYj .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uI2NczweYj .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uI2NczweYj .mbr-table-cell {
  padding: 0;
}
.cid-uI2NczweYj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uI2NczweYj .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uI2NczweYj .mbr-overlay {
  z-index: 1;
}
.cid-uI2NczweYj .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uI2NczweYj .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uI2NczweYj .carousel-item.active.right,
.cid-uI2NczweYj .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uI2NczweYj .carousel-item.active.left,
.cid-uI2NczweYj .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uI2NczweYj .carousel-item.active,
.cid-uI2NczweYj .carousel-item.next.left,
.cid-uI2NczweYj .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uI2NczweYj .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uI2NczweYj .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uI2NczweYj .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uI2NczweYj .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uI2NczweYj .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uI2NczweYj .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uI2NczweYj .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uI2NczweYj .mbr-slider .carousel-indicators li.active,
.cid-uI2NczweYj .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uI2NczweYj .mbr-slider .carousel-indicators li::after,
.cid-uI2NczweYj .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uI2NczweYj .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uI2NczweYj .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uI2NczweYj .mbr-slider > .container img {
  width: 100%;
}
.cid-uI2NczweYj .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uI2NczweYj .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uI2NczweYj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uI2NczweYj .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uI2NczweYj .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uI2NczweYj .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uI2NczweYj .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uI2NczweYj .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uI2NczweYj .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uI2NczweYj .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uI2NczweYj .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uI2NczweYj .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uI2NczweYj .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uI2NczweYj .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uI2NczweYj .carousel-inner {
  height: 100%;
}
.cid-uI2NczweYj .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uI2NczweYj .image_wrapper {
  height: 730px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uI2NczweYj .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uI2NczweYj .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uI2NczweYj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uI2NczweYj .content-slider-wrap {
    width: 100% !important;
  }
  .cid-uI2NczweYj .image_wrapper {
    height: 438px;
  }
}
.cid-uI2NczweYj H2 {
  text-align: right;
}
.cid-uI2NczweYj P {
  text-align: right;
}
.cid-uI2NczSEmz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f6fbff;
}
.cid-uI2NczSEmz .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-uI2NczSEmz .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-uI2NczSEmz .row {
    padding: 0 0.75rem;
  }
}
.cid-uI2NczSEmz .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uI2NczSEmz .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-uI2NczSEmz .card-text {
  color: #555555;
}
.cid-uI2NczSEmz .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-uI2NczSEmz .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uI2NczSEmz .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-uI2NczSEmz .card-box {
    text-align: center;
  }
}
.cid-uI2NczSEmz .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-uI2NczSEmz .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-uI2NczSEmz .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-uI2NczSEmz .card:nth-child(4) .icon-box {
  background: #93d50a;
}
.cid-uI2NczSEmz .card-title {
  color: #5e2ced;
}
.cid-uI2NcAh7hR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6fbff;
}
.cid-uI2NcAh7hR .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-uI2NcAh7hR .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-uI2NcAh7hR .row {
    padding: 0 0.75rem;
  }
}
.cid-uI2NcAh7hR .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uI2NcAh7hR .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-uI2NcAh7hR .card-text {
  color: #555555;
}
.cid-uI2NcAh7hR .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-uI2NcAh7hR .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uI2NcAh7hR .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-uI2NcAh7hR .card-box {
    text-align: center;
  }
}
.cid-uI2NcAh7hR .card:nth-child(1) .icon-box {
  background: #ffb51c;
}
.cid-uI2NcAh7hR .card:nth-child(2) .icon-box {
  background: #6535ee;
}
.cid-uI2NcAh7hR .card:nth-child(3) .icon-box {
  background: #199bfc;
}
.cid-uI2NcAh7hR .card:nth-child(4) .icon-box {
  background: #301cab;
}
.cid-uI2NcAh7hR .card-title {
  color: #5e2ced;
}
.cid-uI2NcAHjZi {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uI2NcAHjZi .row {
  flex-direction: row-reverse;
}
.cid-uI2NcAHjZi .img-wrap {
  position: relative;
}
.cid-uI2NcAHjZi .img-wrap img {
  width: 100%;
}
.cid-uI2NcAHjZi .mbr-section-subtitle {
  color: #89ec59;
  margin-bottom: 14px;
}
.cid-uI2NcAHjZi .mbr-section-title {
  color: #ff8e0d;
}
.cid-uI2NcAHjZi .mbr-text {
  color: #93d50a;
}
.cid-uI2NcAHjZi .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-uI2NcAHjZi .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-uI2NcAHjZi .cards-wrap {
  margin-top: 30px;
}
.cid-uI2NcAHjZi .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-uI2NcAHjZi .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-uI2NcAHjZi .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uI2NcAHjZi .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #89ec59;
  position: relative;
  display: block;
}
.cid-uI2NcAHjZi .wrapper .icon1 {
  background-color: #93d50a;
}
.cid-uI2NcAHjZi .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-uI2NcAHjZi .wrapper .icon2 {
  background-color: #ffb51c;
}
.cid-uI2NcAHjZi .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-uI2NcAHjZi .wrapper .icon3 {
  background-color: #452065;
}
.cid-uI2NcAHjZi .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uI2NcAHjZi .wrapper .icon4 {
  background-color: #6535ee;
}
.cid-uI2NcAHjZi .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-uI2NcAHjZi .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-uI2NcAHjZi .mbr-section-btn {
    justify-content: center;
  }
  .cid-uI2NcAHjZi * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uI2NcAHjZi .mbr-text,
.cid-uI2NcAHjZi .mbr-section-btn {
  color: #051441;
  text-align: left;
}
.cid-uI2NcAHjZi .wrapper .mbr-text,
.cid-uI2NcAHjZi .img {
  color: #051441;
}
.cid-uI2NcB8Uvw {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #eff2f7;
}
.cid-uI2NcB8Uvw .img-wrap {
  position: relative;
}
.cid-uI2NcB8Uvw .img-wrap img {
  width: 100%;
}
.cid-uI2NcB8Uvw .mbr-section-subtitle {
  color: #89ec59;
  margin-bottom: 14px;
}
.cid-uI2NcB8Uvw .mbr-section-title {
  color: #ff8e0d;
}
.cid-uI2NcB8Uvw .mbr-text {
  color: #93d50a;
}
.cid-uI2NcB8Uvw .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-uI2NcB8Uvw .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-uI2NcB8Uvw .cards-wrap {
  margin-top: 30px;
}
.cid-uI2NcB8Uvw .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-uI2NcB8Uvw .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-uI2NcB8Uvw .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uI2NcB8Uvw .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #89ec59;
  position: relative;
  display: block;
}
.cid-uI2NcB8Uvw .wrapper .icon1 {
  background-color: #93d50a;
}
.cid-uI2NcB8Uvw .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-uI2NcB8Uvw .wrapper .icon2 {
  background-color: #ffb51c;
}
.cid-uI2NcB8Uvw .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-uI2NcB8Uvw .wrapper .icon3 {
  background-color: #452065;
}
.cid-uI2NcB8Uvw .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uI2NcB8Uvw .wrapper .icon4 {
  background-color: #6535ee;
}
.cid-uI2NcB8Uvw .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-uI2NcB8Uvw .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-uI2NcB8Uvw .mbr-section-btn {
    justify-content: center;
  }
  .cid-uI2NcB8Uvw * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uI2NcB8Uvw .mbr-text,
.cid-uI2NcB8Uvw .mbr-section-btn {
  color: #051441;
}
.cid-uI2NcB8Uvw .wrapper .mbr-text,
.cid-uI2NcB8Uvw .img {
  color: #5e2ced;
}
.cid-uI2NcBybck {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uI2NcBybck .row {
  flex-direction: row-reverse;
}
.cid-uI2NcBybck .img-wrap {
  position: relative;
}
.cid-uI2NcBybck .img-wrap img {
  width: 100%;
}
.cid-uI2NcBybck .mbr-section-subtitle {
  color: #89ec59;
  margin-bottom: 14px;
}
.cid-uI2NcBybck .mbr-section-title {
  color: #ff8e0d;
}
.cid-uI2NcBybck .mbr-text {
  color: #93d50a;
}
.cid-uI2NcBybck .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-uI2NcBybck .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-uI2NcBybck .cards-wrap {
  margin-top: 30px;
}
.cid-uI2NcBybck .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-uI2NcBybck .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-uI2NcBybck .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uI2NcBybck .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #89ec59;
  position: relative;
  display: block;
}
.cid-uI2NcBybck .wrapper .icon1 {
  background-color: #93d50a;
}
.cid-uI2NcBybck .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-uI2NcBybck .wrapper .icon2 {
  background-color: #38d0fc;
}
.cid-uI2NcBybck .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-uI2NcBybck .wrapper .icon3 {
  background-color: #452065;
}
.cid-uI2NcBybck .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uI2NcBybck .wrapper .icon4 {
  background-color: #6535ee;
}
.cid-uI2NcBybck .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-uI2NcBybck .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-uI2NcBybck .mbr-section-btn {
    justify-content: center;
  }
  .cid-uI2NcBybck * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uI2NcBybck .mbr-text,
.cid-uI2NcBybck .mbr-section-btn {
  color: #051441;
}
.cid-uI2NcBybck .wrapper .mbr-text,
.cid-uI2NcBybck .img {
  color: #ff0000;
}
.cid-uI2NcBybck .wrapper .mbr-card-title,
.cid-uI2NcBybck .img DIV {
  text-align: left;
}
.cid-uI2NcCaUme {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #eff2f7;
}
.cid-uI2NcCaUme .img-wrap {
  position: relative;
}
.cid-uI2NcCaUme .img-wrap img {
  width: 100%;
}
.cid-uI2NcCaUme .mbr-section-subtitle {
  color: #89ec59;
  margin-bottom: 14px;
}
.cid-uI2NcCaUme .mbr-section-title {
  color: #ff8e0d;
}
.cid-uI2NcCaUme .mbr-text {
  color: #93d50a;
}
.cid-uI2NcCaUme .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-uI2NcCaUme .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-uI2NcCaUme .cards-wrap {
  margin-top: 30px;
}
.cid-uI2NcCaUme .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-uI2NcCaUme .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-uI2NcCaUme .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uI2NcCaUme .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #89ec59;
  position: relative;
  display: block;
}
.cid-uI2NcCaUme .wrapper .icon1 {
  background-color: #38d0fc;
}
.cid-uI2NcCaUme .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-uI2NcCaUme .wrapper .icon2 {
  background-color: #ffb51c;
}
.cid-uI2NcCaUme .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-uI2NcCaUme .wrapper .icon3 {
  background-color: #452065;
}
.cid-uI2NcCaUme .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uI2NcCaUme .wrapper .icon4 {
  background-color: #6535ee;
}
.cid-uI2NcCaUme .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-uI2NcCaUme .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-uI2NcCaUme .mbr-section-btn {
    justify-content: center;
  }
  .cid-uI2NcCaUme * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uI2NcCaUme .mbr-text,
.cid-uI2NcCaUme .mbr-section-btn {
  color: #051441;
}
.cid-uI2NcCaUme .wrapper .mbr-text,
.cid-uI2NcCaUme .img {
  color: #452065;
}
.cid-uI2NcCaUme .wrapper .mbr-card-title,
.cid-uI2NcCaUme .img {
  color: #ff6b00;
}
.cid-uI2NcCADvy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uI2NcCADvy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uI2NcCADvy .row {
  flex-direction: row-reverse;
}
.cid-uI2NcCADvy .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-uI2NcCADvy .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-uI2NcCADvy .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #5e2ced;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-uI2NcCADvy .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-uI2NcCADvy .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-uI2NcCADvy .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-uI2NcCADvy .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-uI2NcCADvy .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uI2NcCADvy .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-uI2NcCADvy .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-uI2NcCADvy .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uI2NcCADvy .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uI2NcCADvy input,
.cid-uI2NcCADvy textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-uI2NcCADvy input:focus,
.cid-uI2NcCADvy textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uI2NcCADvy .form-control,
.cid-uI2NcCADvy .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #e0e5ff;
  border-color: #ffffff;
  color: #5e2ced;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uI2NcCADvy .form-control:hover,
.cid-uI2NcCADvy .field-input:hover,
.cid-uI2NcCADvy .form-control:focus,
.cid-uI2NcCADvy .field-input:focus {
  background-color: #f6fbff;
  border-color: #5e2ced !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uI2NcCADvy input::-webkit-input-placeholder,
.cid-uI2NcCADvy textarea::-webkit-input-placeholder {
  color: #301cab;
}
.cid-uI2NcCADvy input:-moz-placeholder,
.cid-uI2NcCADvy textarea:-moz-placeholder {
  color: #301cab;
}
.cid-uI2NcCADvy .jq-selectbox li,
.cid-uI2NcCADvy .jq-selectbox li {
  background-color: #e0e5ff;
  color: #000000;
}
.cid-uI2NcCADvy .jq-selectbox li:hover,
.cid-uI2NcCADvy .jq-selectbox li.selected {
  background-color: #f6fbff;
  color: #000000;
}
.cid-uI2NcCADvy .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e0e5ff;
}
.cid-uI2NcCADvy .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f6fbff;
}
.cid-uI2NcCADvy .mbr-form {
  max-width: 550px;
}
.cid-uI2NcCADvy .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uI2NcCADvy .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uI2NcCADvy .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uI2NcCADvy .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uI2NcCADvy .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-uI2NcCADvy .mbr-form textarea {
  min-height: 100px;
}
.cid-uI2NcCADvy .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #ff8e0d;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-uI2NcCADvy .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-uI2NcCADvy .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uI2NcCADvy .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uI2NcCADvy .mbr-section-title,
  .cid-uI2NcCADvy .content-title,
  .cid-uI2NcCADvy .mbr-section-btn {
    text-align: left;
  }
}
.cid-uI2NcCADvy .text-content .list-block .list-item-text {
  color: #5e2ced;
  text-align: left;
}
.cid-uI2NcCADvy LABEL {
  color: #5e2ced;
}
.cid-uI2NcCADvy H2 {
  color: #6535ee;
}
.cid-uI2NcDNly5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uI2NcDNly5 .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uI2NcDNly5 .card-box {
  z-index: 2;
  position: relative;
}
.cid-uI2NcDNly5 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #5e2ced;
  width: 80px;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
}
.cid-uI2NcDNly5 .mbr-iconfont-big {
  font-size: 16rem;
  color: #5e2ced;
  position: absolute;
  bottom: -5rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uI2NcDNly5 .card-title,
.cid-uI2NcDNly5 .card-text {
  transition: all 0.3s;
}
.cid-uI2NcDNly5 .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 3rem;
  border-radius: 6px;
  background: #f2effc;
  transition: all 0.3s;
}
.cid-uI2NcDNly5 .card-wrapper:hover {
  background: #5e2ced;
}
.cid-uI2NcDNly5 .card-wrapper:hover .mbr-iconfont-big {
  color: #ffffff;
  transform: rotate(-20deg);
}
.cid-uI2NcDNly5 .card-wrapper:hover .card-title,
.cid-uI2NcDNly5 .card-wrapper:hover .card-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uI2NcDNly5 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uI2NcDNly5 .card-title,
.cid-uI2NcDNly5 .iconfont-wrapper {
  color: #160830;
}
.cid-uI2NcDNly5 .card-text {
  color: #353535;
}
.cid-uI2NcDNly5 .card-title,
.cid-uI2NcDNly5 .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uI2NcEebjL {
  z-index: 1000;
  width: 100%;
}
.cid-uI2NcEebjL nav.navbar {
  position: fixed;
}
.cid-uI2NcEebjL .navbar-nav {
  margin: auto;
}
.cid-uI2NcEebjL .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI2NcEebjL .dropdown-item:hover,
.cid-uI2NcEebjL .dropdown-item:focus {
  background: #ff8e0d !important;
  color: white !important;
}
.cid-uI2NcEebjL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI2NcEebjL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI2NcEebjL .navbar-short,
.cid-uI2NcEebjL .opened {
  background: #270b3f !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uI2NcEebjL .navbar-short .nav-link,
.cid-uI2NcEebjL .opened .nav-link,
.cid-uI2NcEebjL .navbar-short .navbar-caption,
.cid-uI2NcEebjL .opened .navbar-caption,
.cid-uI2NcEebjL .navbar-short .mbr-iconfont,
.cid-uI2NcEebjL .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uI2NcEebjL .navbar-short .hamburger span,
.cid-uI2NcEebjL .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uI2NcEebjL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uI2NcEebjL .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-uI2NcEebjL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI2NcEebjL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI2NcEebjL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI2NcEebjL .container {
  display: flex;
  margin: auto;
}
.cid-uI2NcEebjL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uI2NcEebjL .dropdown-menu,
.cid-uI2NcEebjL .navbar.opened {
  background: #270b3f !important;
}
.cid-uI2NcEebjL .nav-item:focus,
.cid-uI2NcEebjL .nav-link:focus {
  outline: none;
}
.cid-uI2NcEebjL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI2NcEebjL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI2NcEebjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI2NcEebjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI2NcEebjL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI2NcEebjL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI2NcEebjL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(39, 11, 63, 0);
}
.cid-uI2NcEebjL .navbar.opened {
  transition: all 0.3s;
}
.cid-uI2NcEebjL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI2NcEebjL .navbar .navbar-logo img {
  width: auto;
}
.cid-uI2NcEebjL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI2NcEebjL .navbar.collapsed {
  justify-content: center;
}
.cid-uI2NcEebjL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI2NcEebjL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI2NcEebjL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI2NcEebjL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI2NcEebjL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI2NcEebjL .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-uI2NcEebjL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI2NcEebjL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI2NcEebjL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI2NcEebjL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI2NcEebjL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI2NcEebjL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI2NcEebjL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI2NcEebjL .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-uI2NcEebjL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI2NcEebjL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI2NcEebjL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI2NcEebjL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI2NcEebjL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI2NcEebjL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uI2NcEebjL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI2NcEebjL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI2NcEebjL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI2NcEebjL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI2NcEebjL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI2NcEebjL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI2NcEebjL .dropdown-item.active,
.cid-uI2NcEebjL .dropdown-item:active {
  background-color: transparent;
}
.cid-uI2NcEebjL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI2NcEebjL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI2NcEebjL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI2NcEebjL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #270b3f;
}
.cid-uI2NcEebjL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI2NcEebjL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI2NcEebjL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI2NcEebjL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI2NcEebjL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI2NcEebjL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5600e3;
}
.cid-uI2NcEebjL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI2NcEebjL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2NcEebjL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2NcEebjL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI2NcEebjL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2NcEebjL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI2NcEebjL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI2NcEebjL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2NcEebjL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI2NcEebjL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI2NcEebjL .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-uI2NcEebjL .navbar {
    height: 70px;
  }
  .cid-uI2NcEebjL .navbar.opened {
    height: auto;
  }
  .cid-uI2NcEebjL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI2NcECn6K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/14092-2000x1200.jpg");
}
.cid-uI2NcECn6K .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-uI2NcECn6K .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uI2NcECn6K .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uI2NcECn6K .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uI2NcECn6K .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uI2NcECn6K .footer-top {
  border-bottom: 2px solid #5600e3;
}
.cid-uI2NcECn6K .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uI2NcECn6K .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #ffb51c;
}
.cid-uI2NcECn6K .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-uI2NcECn6K .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uI2NcECn6K .soc-item a {
  color: #fafafa;
}
.cid-uI2NcECn6K .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #000000;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uI2NcECn6K .soc-item span:hover {
  border-color: #ffb51c;
  color: #ffb51c;
}
.cid-uI2NcECn6K .mbr-tag,
.cid-uI2NcECn6K .social-row {
  color: #f6fbff;
}
.cid-uI2NcECn6K .copyright {
  color: #e0e5ff;
}
