body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: 'Montserrat', sans-serif;
  font-size: 0.5rem;
  line-height: 1.867;
}
.display-4 > .mbr-iconfont {
  font-size: 0.625rem;
}
.display-5 {
  font-family: 'Nunito', 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: 0.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 0.84rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.07rem + (1.2 - 1.07) * ((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.4rem;
    font-size: calc( 0.825rem + (0.5 - 0.825) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.825rem + (0.5 - 0.825) * ((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: #ff6b00 !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(255, 181, 28, 0.15);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffb51c !important;
  border-color: #ffb51c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e89c00 !important;
  border-color: #e89c00 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e89c00 !important;
  border-color: #e89c00 !important;
}
.btn-secondary:before {
  background: #ffb51c;
}
.btn-secondary:hover {
  color: #000000 !important;
  border-color: #ffb51c !important;
  box-shadow: 0 15px 30px 0 rgba(255, 181, 28, 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, 107, 0, 0.15);
}
.btn-warning,
.btn-warning:active {
  background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #cc5600 !important;
  border-color: #cc5600 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #cc5600 !important;
  border-color: #cc5600 !important;
}
.btn-warning:before {
  background: #ff6b00;
}
.btn-warning:hover {
  color: #ffffff !important;
  border-color: #ff6b00 !important;
  box-shadow: 0 15px 30px 0 rgba(255, 107, 0, 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: #ffb51c;
  color: #ffb51c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #ffb51c !important;
  border-color: #ffb51c !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb51c !important;
  border-color: #ffb51c !important;
}
.btn-secondary-outline:before {
  background: #ffb51c;
}
.btn-secondary-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 181, 28, 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: #ff6b00;
  color: #ff6b00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;
}
.btn-warning-outline:before {
  background: #ff6b00;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 107, 0, 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: #ffb51c !important;
}
.text-success {
  color: #5600e3 !important;
}
.text-info {
  color: #93d50a !important;
}
.text-warning {
  color: #ff6b00 !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: #b57a00 !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: #994000 !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: #ff6b00;
}
.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: #ffe1cc;
}
.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: 'Montserrat', sans-serif;
  font-size: 0.5rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.625rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.5rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.625rem;
}
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: #ffb51c !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: 580px;
  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: 348px;
  }
}
.cid-sXx4pDgOGL H2 {
  text-align: right;
}
.cid-sXx4pDgOGL P {
  text-align: right;
}
.cid-sXzLrPF2GT {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #eff6f9;
}
.cid-sXzLrPF2GT .title_block {
  margin-bottom: 80px;
}
.cid-sXzLrPF2GT .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff6b00;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sXzLrPF2GT .mbr-section-title,
.cid-sXzLrPF2GT .card-title {
  color: #ffb51c;
}
.cid-sXzLrPF2GT .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(255, 142, 13, 0.07);
}
.cid-sXzLrPF2GT .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #ff8e0d;
}
.cid-sXzLrPF2GT .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(255, 107, 0, 0.07);
}
.cid-sXzLrPF2GT .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #ff6b00;
}
.cid-sXzLrPF2GT .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(86, 0, 227, 0.07);
}
.cid-sXzLrPF2GT .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #5600e3;
}
.cid-sXzLrPF2GT .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(147, 213, 10, 0.07);
}
.cid-sXzLrPF2GT .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #93d50a;
}
.cid-sXzLrPF2GT .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sXzLrPF2GT .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sXzLrPF2GT .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-sXzLrPF2GT .card-title {
  margin-bottom: 20px;
}
.cid-sXzLrPF2GT .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-sXzLrPF2GT .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sXzLrPF2GT .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sXzLrPF2GT .btn_link:hover {
  cursor: pointer;
}
.cid-sXzLrPF2GT .btn_link:hover a {
  color: #ff8e0d !important;
}
.cid-sXzLrPF2GT .btn_link:hover span {
  transform: translatex(5px);
}
.cid-sXzLrPF2GT .icon_block {
  position: relative;
}
.cid-sXzLrPF2GT .shape_2 {
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #93d50a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(-25deg);
}
.cid-sXzLrPF2GT .shape_4 {
  position: absolute;
  left: -13px;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: #38d0fc;
  transform: rotate(-35deg);
}
@media (max-width: 991px) {
  .cid-sXzLrPF2GT .title_block {
    margin-bottom: 40px;
  }
  .cid-sXzLrPF2GT .card {
    text-align: center;
  }
  .cid-sXzLrPF2GT .card_wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-sXzLrPF2GT .card-title,
.cid-sXzLrPF2GT .icon_block {
  color: #5600e3;
}
.cid-sXzLrPF2GT .mbr-section-title {
  color: #5600e3;
}
.cid-sXx4syNZJh {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #eff6f9;
}
.cid-sXx4syNZJh .title_block {
  margin-bottom: 80px;
}
.cid-sXx4syNZJh .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff6b00;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sXx4syNZJh .mbr-section-title,
.cid-sXx4syNZJh .card-title {
  color: #ffb51c;
}
.cid-sXx4syNZJh .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(255, 142, 13, 0.07);
}
.cid-sXx4syNZJh .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #ff8e0d;
}
.cid-sXx4syNZJh .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(255, 107, 0, 0.07);
}
.cid-sXx4syNZJh .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #ff6b00;
}
.cid-sXx4syNZJh .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(86, 0, 227, 0.07);
}
.cid-sXx4syNZJh .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #5600e3;
}
.cid-sXx4syNZJh .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(147, 213, 10, 0.07);
}
.cid-sXx4syNZJh .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #93d50a;
}
.cid-sXx4syNZJh .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sXx4syNZJh .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sXx4syNZJh .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-sXx4syNZJh .card-title {
  margin-bottom: 20px;
}
.cid-sXx4syNZJh .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-sXx4syNZJh .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sXx4syNZJh .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sXx4syNZJh .btn_link:hover {
  cursor: pointer;
}
.cid-sXx4syNZJh .btn_link:hover a {
  color: #ff8e0d !important;
}
.cid-sXx4syNZJh .btn_link:hover span {
  transform: translatex(5px);
}
.cid-sXx4syNZJh .icon_block {
  position: relative;
}
.cid-sXx4syNZJh .shape_2 {
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #93d50a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(-25deg);
}
.cid-sXx4syNZJh .shape_4 {
  position: absolute;
  left: -13px;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: #38d0fc;
  transform: rotate(-35deg);
}
@media (max-width: 991px) {
  .cid-sXx4syNZJh .title_block {
    margin-bottom: 40px;
  }
  .cid-sXx4syNZJh .card {
    text-align: center;
  }
  .cid-sXx4syNZJh .card_wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-sXx4syNZJh .card-title,
.cid-sXx4syNZJh .icon_block {
  color: #5600e3;
}
.cid-sT6rZz7I65 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1f6e7;
}
.cid-sT6rZz7I65 .img-wrap {
  position: relative;
}
.cid-sT6rZz7I65 .img-wrap img {
  width: 100%;
}
.cid-sT6rZz7I65 .mbr-section-subtitle {
  color: #ffb51c;
  margin-bottom: 14px;
}
.cid-sT6rZz7I65 .mbr-section-title {
  color: #ff8e0d;
}
.cid-sT6rZz7I65 .mbr-text {
  color: #93d50a;
}
.cid-sT6rZz7I65 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sT6rZz7I65 .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-sT6rZz7I65 .cards-wrap {
  margin-top: 30px;
}
.cid-sT6rZz7I65 .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-sT6rZz7I65 .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-sT6rZz7I65 .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-sT6rZz7I65 .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #ffb51c;
  position: relative;
  display: block;
}
.cid-sT6rZz7I65 .wrapper .icon1 {
  background-color: #301cab;
}
.cid-sT6rZz7I65 .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-sT6rZz7I65 .wrapper .icon2 {
  background-color: #ff6b00;
}
.cid-sT6rZz7I65 .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-sT6rZz7I65 .wrapper .icon3 {
  background-color: #ff0000;
}
.cid-sT6rZz7I65 .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-sT6rZz7I65 .wrapper .icon4 {
  background-color: #ff6b00;
}
.cid-sT6rZz7I65 .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-sT6rZz7I65 .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-sT6rZz7I65 .mbr-section-btn {
    justify-content: center;
  }
  .cid-sT6rZz7I65 * {
    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-sT6rZz7I65 .mbr-section-title,
.cid-sT6rZz7I65 .separator,
.cid-sT6rZz7I65 .sep-holder {
  color: #051441;
}
.cid-sT6rZz7I65 .wrapper .mbr-card-title,
.cid-sT6rZz7I65 .img {
  color: #051441;
}
.cid-sT6rZz7I65 .mbr-text,
.cid-sT6rZz7I65 .mbr-section-btn {
  color: #ff0000;
}
.cid-sT6rZz7I65 .wrapper .mbr-text,
.cid-sT6rZz7I65 .img {
  color: #301cab;
}
.cid-sT6rZz7I65 .mbr-section-subtitle,
.cid-sT6rZz7I65 .mbr-section-title .accent-word {
  color: #57b22a;
}
.cid-sWXyV6eqtY {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sWXyV6eqtY .mbr-iconfont {
  font-size: 4rem;
  color: #fff;
  position: absolute;
  transition: all 0.3s;
}
.cid-sWXyV6eqtY .card-wrapper {
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
}
.cid-sWXyV6eqtY .card {
  cursor: pointer;
}
.cid-sWXyV6eqtY .card:hover .card-title {
  transform: scale(0.9);
}
.cid-sWXyV6eqtY .card:hover .mbr-iconfont {
  animation: icons-zoom 0.25s ease-out;
}
.cid-sWXyV6eqtY .card-box {
  background: #5e2ced;
  width: 155px;
  height: 155px;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  color: #868378;
  transition: all 0.1s;
}
.cid-sWXyV6eqtY .mbr-section-title {
  color: #5e2ced;
}
.cid-sWXyV6eqtY .mbr-section-subtitle {
  color: #ff6b00;
}
.cid-sWXyV6eqtY .subtitle-padding {
  padding-bottom: 3rem;
}
.cid-sWXyV6eqtY .card-title {
  color: #868378;
  transition: all 0.3s;
}
.cid-sWXyV6eqtY .card-title,
.cid-sWXyV6eqtY .card-box {
  text-align: center;
  color: #5e2ced;
}
@keyframes icons-zoom {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.75, 1.75);
  }
}
.cid-sWRztBIVa5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sWRztBIVa5 .row {
  flex-direction: row-reverse;
}
.cid-sWRztBIVa5 .img-wrap {
  position: relative;
}
.cid-sWRztBIVa5 .img-wrap img {
  width: 100%;
}
.cid-sWRztBIVa5 .mbr-section-subtitle {
  color: #ffb51c;
  margin-bottom: 14px;
}
.cid-sWRztBIVa5 .mbr-section-title {
  color: #ff8e0d;
}
.cid-sWRztBIVa5 .mbr-text {
  color: #93d50a;
}
.cid-sWRztBIVa5 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sWRztBIVa5 .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-sWRztBIVa5 .cards-wrap {
  margin-top: 30px;
}
.cid-sWRztBIVa5 .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-sWRztBIVa5 .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-sWRztBIVa5 .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-sWRztBIVa5 .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #ffb51c;
  position: relative;
  display: block;
}
.cid-sWRztBIVa5 .wrapper .icon1 {
  background-color: #ff0000;
}
.cid-sWRztBIVa5 .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-sWRztBIVa5 .wrapper .icon2 {
  background-color: #301cab;
}
.cid-sWRztBIVa5 .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-sWRztBIVa5 .wrapper .icon3 {
  background-color: #57b22a;
}
.cid-sWRztBIVa5 .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-sWRztBIVa5 .wrapper .icon4 {
  background-color: #ff6b00;
}
.cid-sWRztBIVa5 .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-sWRztBIVa5 .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-sWRztBIVa5 .mbr-section-btn {
    justify-content: center;
  }
  .cid-sWRztBIVa5 * {
    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-sWRztBIVa5 .mbr-section-title,
.cid-sWRztBIVa5 .separator,
.cid-sWRztBIVa5 .sep-holder {
  color: #051441;
}
.cid-sWRztBIVa5 .wrapper .mbr-card-title,
.cid-sWRztBIVa5 .img {
  color: #301cab;
}
.cid-sWRztBIVa5 .mbr-text,
.cid-sWRztBIVa5 .mbr-section-btn {
  color: #ff0000;
}
.cid-sWRztBIVa5 .wrapper .mbr-text,
.cid-sWRztBIVa5 .img {
  color: #5e2ced;
}
.cid-sWRztBIVa5 .mbr-section-subtitle,
.cid-sWRztBIVa5 .mbr-section-title .accent-word {
  color: #57b22a;
}
.cid-sVw0VsA2x6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f6fbff;
}
.cid-sVw0VsA2x6 .subicon-title {
  color: #5e2ced;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sVw0VsA2x6 .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #5e2ced;
}
.cid-sVw0VsA2x6 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sVw0VsA2x6 .underline .line {
  width: 3rem;
  height: 2px;
  background: #301cab;
  display: inline-block;
}
.cid-sVw0VsA2x6 .process-icon,
.cid-sVw0VsA2x6 .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-sVw0VsA2x6 .wrapper,
.cid-sVw0VsA2x6 .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-sVw0VsA2x6 .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #ff0000;
  opacity: 0.4;
}
.cid-sVw0VsA2x6 .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-sVw0VsA2x6 .icon-container a {
  display: inherit;
}
.cid-sVw0VsA2x6 .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-sVw0VsA2x6 .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-sVw0VsA2x6 .icon-main:hover .icon-wrapper {
  background-color: #93d50a !important;
}
.cid-sVw0VsA2x6 .icon-main:hover .icon-number {
  background-color: #5e2ced !important;
  color: #ffffff !important;
}
.cid-sVw0VsA2x6 .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-sVw0VsA2x6 .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-sVw0VsA2x6 .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sVw0VsA2x6 .third-elem .wrapper:before {
    display: none;
  }
}
.cid-sVw0VsA2x6 .mbr-section-title {
  margin: 0;
}
.cid-sVw0VsA2x6 .mbr-section-subtitle {
  color: #5e2ced;
  text-align: center;
}
.cid-sVw0VsA2x6 .mbr-section-title,
.cid-sVw0VsA2x6 .underline {
  color: #5e2ced;
}
.cid-sWSoM0PP9e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sWSoM0PP9e .img-wrap {
  position: relative;
}
.cid-sWSoM0PP9e .img-wrap img {
  width: 100%;
}
.cid-sWSoM0PP9e .mbr-section-subtitle {
  color: #ffb51c;
  margin-bottom: 14px;
}
.cid-sWSoM0PP9e .mbr-section-title {
  color: #ff8e0d;
}
.cid-sWSoM0PP9e .mbr-text {
  color: #93d50a;
}
.cid-sWSoM0PP9e .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sWSoM0PP9e .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-sWSoM0PP9e .cards-wrap {
  margin-top: 30px;
}
.cid-sWSoM0PP9e .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-sWSoM0PP9e .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-sWSoM0PP9e .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-sWSoM0PP9e .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #ffb51c;
  position: relative;
  display: block;
}
.cid-sWSoM0PP9e .wrapper .icon1 {
  background-color: #57b22a;
}
.cid-sWSoM0PP9e .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-sWSoM0PP9e .wrapper .icon2 {
  background-color: #000b28;
}
.cid-sWSoM0PP9e .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-sWSoM0PP9e .wrapper .icon3 {
  background-color: #ff0000;
}
.cid-sWSoM0PP9e .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-sWSoM0PP9e .wrapper .icon4 {
  background-color: #ff6b00;
}
.cid-sWSoM0PP9e .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-sWSoM0PP9e .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-sWSoM0PP9e .mbr-section-btn {
    justify-content: center;
  }
  .cid-sWSoM0PP9e * {
    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-sWSoM0PP9e .mbr-section-title,
.cid-sWSoM0PP9e .separator,
.cid-sWSoM0PP9e .sep-holder {
  color: #051441;
}
.cid-sWSoM0PP9e .wrapper .mbr-card-title,
.cid-sWSoM0PP9e .img {
  color: #051441;
}
.cid-sWSoM0PP9e .mbr-text,
.cid-sWSoM0PP9e .mbr-section-btn {
  color: #ff0000;
}
.cid-sWSoM0PP9e .wrapper .mbr-text,
.cid-sWSoM0PP9e .img {
  color: #5e2ced;
}
.cid-sWSoM0PP9e .mbr-section-subtitle,
.cid-sWSoM0PP9e .mbr-section-title .accent-word {
  color: #57b22a;
}
.cid-sVw0hrUTLG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f6fbff;
}
.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: 1rem;
  background-color: #f6fbff;
}
.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-sWSoO0mGGE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sWSoO0mGGE .img-wrap {
  position: relative;
}
.cid-sWSoO0mGGE .img-wrap img {
  width: 100%;
}
.cid-sWSoO0mGGE .mbr-section-subtitle {
  color: #ffb51c;
  margin-bottom: 14px;
}
.cid-sWSoO0mGGE .mbr-section-title {
  color: #ff8e0d;
}
.cid-sWSoO0mGGE .mbr-text {
  color: #93d50a;
}
.cid-sWSoO0mGGE .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sWSoO0mGGE .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-sWSoO0mGGE .cards-wrap {
  margin-top: 30px;
}
.cid-sWSoO0mGGE .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-sWSoO0mGGE .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-sWSoO0mGGE .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-sWSoO0mGGE .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #ffb51c;
  position: relative;
  display: block;
}
.cid-sWSoO0mGGE .wrapper .icon1 {
  background-color: #57b22a;
}
.cid-sWSoO0mGGE .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-sWSoO0mGGE .wrapper .icon2 {
  background-color: #000b28;
}
.cid-sWSoO0mGGE .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-sWSoO0mGGE .wrapper .icon3 {
  background-color: #ff0000;
}
.cid-sWSoO0mGGE .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-sWSoO0mGGE .wrapper .icon4 {
  background-color: #ff6b00;
}
.cid-sWSoO0mGGE .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-sWSoO0mGGE .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-sWSoO0mGGE .mbr-section-btn {
    justify-content: center;
  }
  .cid-sWSoO0mGGE * {
    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-sWSoO0mGGE .mbr-section-title,
.cid-sWSoO0mGGE .separator,
.cid-sWSoO0mGGE .sep-holder {
  color: #6535ee;
}
.cid-sWSoO0mGGE .wrapper .mbr-card-title,
.cid-sWSoO0mGGE .img {
  color: #051441;
}
.cid-sWSoO0mGGE .mbr-text,
.cid-sWSoO0mGGE .mbr-section-btn {
  color: #ff0000;
}
.cid-sWSoO0mGGE .wrapper .mbr-text,
.cid-sWSoO0mGGE .img {
  color: #5e2ced;
}
.cid-sWSoO0mGGE .mbr-section-subtitle,
.cid-sWSoO0mGGE .mbr-section-title .accent-word {
  color: #051441;
}
.cid-sXzKUQ4p2r {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/14092-2000x1200.jpg");
}
.cid-sXzKUQ4p2r .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-sXzKUQ4p2r .mbr-section-title {
  margin: 0;
  color: #6535ee;
}
.cid-sXzKUQ4p2r .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sXzKUQ4p2r .card-img {
  text-align: inherit;
}
.cid-sXzKUQ4p2r .card-img span {
  background: linear-gradient(90deg, #ff0000, #301cab);
}
.cid-sXzKUQ4p2r .mbr-text {
  color: #0b16a9;
  text-align: left;
}
.cid-sXzKUQ4p2r .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-sXzKUQ4p2r .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-sWSE5L4TYB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5e2ced;
}
.cid-sWSE5L4TYB .mbr-section-title,
.cid-sWSE5L4TYB .mbr-section-subtitle {
  color: #879a9f;
}
.cid-sWSE5L4TYB .mbr-section-text {
  color: #767676;
}
.cid-sWSE5L4TYB .mbr-text,
.cid-sWSE5L4TYB .typed-text,
.cid-sWSE5L4TYB .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sWSE5L4TYB .btn {
  margin-left: 4px !important;
}
.cid-sWSE5L4TYB .animated-element {
  color: #ffb51c;
}
.cid-sWSE5L4TYB .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffb51c;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sWSE5L4TYB .mbr-section-title {
  text-align: center;
}
.cid-sWSE5L4TYB .mbr-section-subtitle,
.cid-sWSE5L4TYB .typed-text {
  text-align: center;
  color: #ffffff;
}
.cid-sX1liT97v8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sX1liT97v8 .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sX1liT97v8 .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sX1liT97v8 .row {
    padding: 0 0.75rem;
  }
}
.cid-sX1liT97v8 .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sX1liT97v8 .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sX1liT97v8 .card-text {
  color: #555555;
}
.cid-sX1liT97v8 .mbr-iconfont {
  font-size: 25px;
  color: #051441;
}
.cid-sX1liT97v8 .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-sX1liT97v8 .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sX1liT97v8 .card-box {
    text-align: center;
  }
}
.cid-sX1liT97v8 .card:nth-child(1) .icon-box {
  background: #bff0ff;
}
.cid-sX1liT97v8 .card:nth-child(2) .icon-box {
  background: #31e1af;
}
.cid-sX1liT97v8 .card:nth-child(3) .icon-box {
  background: #f7eded;
}
.cid-sX1liT97v8 .card:nth-child(4) .icon-box {
  background: #fed9bd;
}
.cid-sX1liT97v8 .card-title {
  color: #000000;
}
.cid-sX1GhPe9uK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sX1GhPe9uK .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sX1GhPe9uK .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sX1GhPe9uK .row {
    padding: 0 0.75rem;
  }
}
.cid-sX1GhPe9uK .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sX1GhPe9uK .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sX1GhPe9uK .card-text {
  color: #555555;
}
.cid-sX1GhPe9uK .mbr-iconfont {
  font-size: 25px;
  color: #5e2ced;
}
.cid-sX1GhPe9uK .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-sX1GhPe9uK .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sX1GhPe9uK .card-box {
    text-align: center;
  }
}
.cid-sX1GhPe9uK .card:nth-child(1) .icon-box {
  background: #f2effc;
}
.cid-sX1GhPe9uK .card:nth-child(2) .icon-box {
  background: #bff0ff;
}
.cid-sX1GhPe9uK .card:nth-child(3) .icon-box {
  background: #fed9bd;
}
.cid-sX1GhPe9uK .card:nth-child(4) .icon-box {
  background: #e9f0cc;
}
.cid-sX1GhPe9uK .card-title {
  color: #000000;
}
.cid-sT6q4n9CCC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-sT6q4n9CCC .title_block {
  margin-bottom: 80px;
}
.cid-sT6q4n9CCC .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff8e0d;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sT6q4n9CCC .mbr-section-title,
.cid-sT6q4n9CCC .card-title {
  color: #ffb51c;
}
.cid-sT6q4n9CCC .card_wrapper {
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sT6q4n9CCC .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-sT6q4n9CCC .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(255, 142, 13, 0.07);
}
.cid-sT6q4n9CCC .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #ff8e0d;
}
.cid-sT6q4n9CCC .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(255, 107, 0, 0.07);
}
.cid-sT6q4n9CCC .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #ff6b00;
}
.cid-sT6q4n9CCC .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(86, 0, 227, 0.07);
}
.cid-sT6q4n9CCC .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #5600e3;
}
.cid-sT6q4n9CCC .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(147, 213, 10, 0.07);
}
.cid-sT6q4n9CCC .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #93d50a;
}
.cid-sT6q4n9CCC .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sT6q4n9CCC .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sT6q4n9CCC .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-sT6q4n9CCC .card-title {
  margin-bottom: 20px;
}
.cid-sT6q4n9CCC .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-sT6q4n9CCC .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sT6q4n9CCC .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sT6q4n9CCC .btn_link:hover {
  cursor: pointer;
}
.cid-sT6q4n9CCC .btn_link:hover a {
  color: #ff8e0d !important;
}
.cid-sT6q4n9CCC .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-sT6q4n9CCC .title_block {
    margin-bottom: 40px;
  }
  .cid-sT6q4n9CCC .card {
    text-align: center;
  }
  .cid-sT6q4n9CCC .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-sT6q4n9CCC .card-text,
.cid-sT6q4n9CCC .btn_link {
  text-align: left;
}
.cid-sT6q4n9CCC .mbr-section-title {
  color: #5e2ced;
}
.cid-sT6q4n9CCC .card-title,
.cid-sT6q4n9CCC .icon_block {
  color: #5e2ced;
  text-align: center;
}
.cid-sYgAXCHzOL {
  padding-top: 75px;
  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: #ffb51c;
  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: #ffb51c;
  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: #051441;
}
.cid-sYgAXCHzOL .wrapper .mbr-text,
.cid-sYgAXCHzOL .img {
  color: #ff0000;
}
.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: #ffb51c;
  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: #ffb51c;
  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: #051441;
}
.cid-sYzCvbk0IW .wrapper .mbr-text,
.cid-sYzCvbk0IW .img {
  color: #5e2ced;
}
.cid-sXx7lqIWiv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f6fbff;
}
.cid-sXx7lqIWiv .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sXx7lqIWiv .mbr-section-title {
  margin: 0;
  color: #5600e3;
}
.cid-sXx7lqIWiv .mbr-section-subtitle {
  color: #0b137c;
  text-align: left;
}
.cid-sXx7lqIWiv .card-img span {
  color: #ffffff;
}
.cid-sXx7lqIWiv .row-item {
  margin-bottom: 2rem;
}
.cid-sXx7lqIWiv .row-item:hover .wrapper {
  background: linear-gradient(90deg, #5600e3, #1a1a1a);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sXx7lqIWiv .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sXx7lqIWiv .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sXx7lqIWiv .wrapper {
  padding: 2.5rem 1rem;
  background: #5600e3;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sXx7lqIWiv .mbr-card-title,
.cid-sXx7lqIWiv .card-img {
  color: #ffffff;
}
.cid-sYFiQwHduq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sYFiQwHduq .row {
  flex-direction: row-reverse;
}
.cid-sYFiQwHduq .img-wrap {
  position: relative;
}
.cid-sYFiQwHduq .img-wrap img {
  width: 100%;
}
.cid-sYFiQwHduq .mbr-section-subtitle {
  color: #ffb51c;
  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: #ffb51c;
  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: #051441;
}
.cid-sYFiQwHduq .wrapper .mbr-text,
.cid-sYFiQwHduq .img {
  color: #ff0000;
}
.cid-sYFiQwHduq .wrapper .mbr-card-title,
.cid-sYFiQwHduq .img DIV {
  text-align: left;
}
.cid-sYFlNP4Zje {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #eff2f7;
}
.cid-sYFlNP4Zje .img-wrap {
  position: relative;
}
.cid-sYFlNP4Zje .img-wrap img {
  width: 100%;
}
.cid-sYFlNP4Zje .mbr-section-subtitle {
  color: #ffb51c;
  margin-bottom: 14px;
}
.cid-sYFlNP4Zje .mbr-section-title {
  color: #ff8e0d;
}
.cid-sYFlNP4Zje .mbr-text {
  color: #93d50a;
}
.cid-sYFlNP4Zje .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sYFlNP4Zje .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-sYFlNP4Zje .cards-wrap {
  margin-top: 30px;
}
.cid-sYFlNP4Zje .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-sYFlNP4Zje .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-sYFlNP4Zje .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-sYFlNP4Zje .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #ffb51c;
  position: relative;
  display: block;
}
.cid-sYFlNP4Zje .wrapper .icon1 {
  background-color: #38d0fc;
}
.cid-sYFlNP4Zje .wrapper .icon1 .mbr-iconfont {
  color: #ff8e0d;
}
.cid-sYFlNP4Zje .wrapper .icon2 {
  background-color: #ffb51c;
}
.cid-sYFlNP4Zje .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-sYFlNP4Zje .wrapper .icon3 {
  background-color: #452065;
}
.cid-sYFlNP4Zje .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-sYFlNP4Zje .wrapper .icon4 {
  background-color: #6535ee;
}
.cid-sYFlNP4Zje .wrapper .mbr-card-title {
  color: #ff8e0d;
  margin-bottom: 17px;
}
.cid-sYFlNP4Zje .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #93d50a;
}
@media (max-width: 768px) {
  .cid-sYFlNP4Zje .mbr-section-btn {
    justify-content: center;
  }
  .cid-sYFlNP4Zje * {
    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-sYFlNP4Zje .mbr-text,
.cid-sYFlNP4Zje .mbr-section-btn {
  color: #051441;
}
.cid-sYFlNP4Zje .wrapper .mbr-text,
.cid-sYFlNP4Zje .img {
  color: #452065;
}
.cid-sYFlNP4Zje .wrapper .mbr-card-title,
.cid-sYFlNP4Zje .img {
  color: #ff6b00;
}
.cid-sXx4P16ecE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sXx4P16ecE .mbr-text,
.cid-sXx4P16ecE .mbr-section-subtitle {
  color: #767676;
}
.cid-sXx4P16ecE .card-title {
  color: #66458e;
}
.cid-sXx4P16ecE .card .card-img span {
  color: #3536dc;
  font-size: 60px;
  background: linear-gradient(45deg, #3536dc, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-sXx4P16ecE .mbr-section-subtitle,
  .cid-sXx4P16ecE .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXx4P16ecE .card .card-img span {
    background: none;
  }
}
.cid-sXx4P16ecE .mbr-section-title {
  color: #6535ee;
}
.cid-sYbSihcSrH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYbSihcSrH .mbr-text,
.cid-sYbSihcSrH .mbr-section-subtitle {
  color: #767676;
}
.cid-sYbSihcSrH .card-title {
  color: #66458e;
}
.cid-sYbSihcSrH .card .card-img span {
  color: #3536dc;
  font-size: 60px;
  background: linear-gradient(45deg, #3536dc, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-sYbSihcSrH .mbr-section-subtitle,
  .cid-sYbSihcSrH .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYbSihcSrH .card .card-img span {
    background: none;
  }
}
.cid-sYbSihcSrH .mbr-section-title {
  color: #0a0b6c;
}
.cid-sXx7h4sixk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sXx7h4sixk .mbr-text,
.cid-sXx7h4sixk .mbr-section-subtitle {
  color: #767676;
}
.cid-sXx7h4sixk .card-title {
  color: #66458e;
}
.cid-sXx7h4sixk .card .card-img span {
  color: #3536dc;
  font-size: 60px;
  background: linear-gradient(45deg, #3536dc, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-sXx7h4sixk .mbr-section-subtitle,
  .cid-sXx7h4sixk .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXx7h4sixk .card .card-img span {
    background: none;
  }
}
.cid-sXx7h4sixk .mbr-section-title {
  color: #0a0b6c;
}
.cid-sXeIRdi3xv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eff2f7;
}
.cid-sXeIRdi3xv .row {
  align-items: center;
}
.cid-sXeIRdi3xv .image-wrapper {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-sXeIRdi3xv .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-sXeIRdi3xv .text-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 0 0;
}
@media (min-width: 992px) {
  .cid-sXeIRdi3xv .text-wrapper {
    padding: 0 0 0 60px;
  }
}
.cid-sXeIRdi3xv .text-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sXeIRdi3xv .text-container {
    width: 550px;
    flex-shrink: 1;
  }
}
.cid-sXeIRdi3xv .label-text {
  width: 100%;
  color: #452065;
}
.cid-sXeIRdi3xv .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sXeIRdi3xv .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 32px;
}
.cid-sXeIRdi3xv .item {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  flex-wrap: wrap;
}
.cid-sXeIRdi3xv .mbr-section-subtitle {
  margin: 0;
  width: 100%;
  color: #452065;
}
.cid-sXeIRdi3xv .numbers-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-sXeIRdi3xv .number-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-sXeIRdi3xv .color-text {
  color: #ff6b00;
}
.cid-sXeIRdi3xv .text-box {
  width: 100%;
}
.cid-sXeIRdi3xv .icon-text {
  width: 100%;
  color: #5e2ced;
}
.cid-sXeIRdi3xv .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-sXeIRdi3xv .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sXeIRdi3xv .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sXeIRdi3xv .mbr-text,
.cid-sXeIRdi3xv .mbr-section-btn {
  color: #5e2ced;
}
.cid-sTaFIUwNSf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sTaFIUwNSf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sTaFIUwNSf .row {
  flex-direction: row-reverse;
}
.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 .list-block {
  position: relative;
}
.cid-sTaFIUwNSf .list-block h4,
.cid-sTaFIUwNSf .list-block p {
  padding-left: 4.5rem;
}
.cid-sTaFIUwNSf .card-img {
  display: block;
}
.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-sY4owVfi8Z {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f3f3f3;
}
.cid-sY4owVfi8Z .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-sY4owVfi8Z .card-wrapper {
  background-color: #ffffff;
  padding: 1rem;
  transition: all 0.3s;
}
.cid-sY4owVfi8Z .card-wrapper:hover {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-sY4owVfi8Z .card-box {
  border: 1px solid transparent;
  padding: 2rem 1rem;
  transition: all 0.3s;
}
.cid-sY4owVfi8Z .card-title {
  position: relative;
  cursor: pointer;
  color: #000000;
}
.cid-sY4owVfi8Z .card {
  overflow: visible;
}
.cid-sY4owVfi8Z .card:hover {
  cursor: pointer;
}
.cid-sY4owVfi8Z .card:hover .card-box {
  border: 1px solid #e2090d;
}
.cid-sY4owVfi8Z .card-title,
.cid-sY4owVfi8Z .card-box {
  text-align: center;
}
.cid-sY4owVfi8Z .card-text {
  color: #999999;
  text-align: center;
}
.cid-sY4owVfi8Z .link {
  color: #999999;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .cid-sY4owVfi8Z .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sY4owVfi8Z .card-box {
    border: 1px solid #e2090d;
  }
}
.cid-sY4owVfi8Z .main-subtitle {
  color: #999999;
}
.cid-sY4owVfi8Z .main-title {
  color: #ff0000;
}
.cid-sXzKRBnFGd {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-sXzKRBnFGd .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-sXzKRBnFGd .card-wrapper {
  background-color: #ffffff;
  padding: 1rem;
  transition: all 0.3s;
}
.cid-sXzKRBnFGd .card-wrapper:hover {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-sXzKRBnFGd .card-box {
  border: 1px solid transparent;
  padding: 2rem 1rem;
  transition: all 0.3s;
}
.cid-sXzKRBnFGd .card-title {
  position: relative;
  cursor: pointer;
  color: #000000;
}
.cid-sXzKRBnFGd .card {
  overflow: visible;
}
.cid-sXzKRBnFGd .card:hover {
  cursor: pointer;
}
.cid-sXzKRBnFGd .card:hover .card-box {
  border: 1px solid #fc5130;
}
.cid-sXzKRBnFGd .card-title,
.cid-sXzKRBnFGd .card-box {
  text-align: center;
}
.cid-sXzKRBnFGd .card-text {
  color: #999999;
  text-align: center;
}
.cid-sXzKRBnFGd .link {
  color: #999999;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .cid-sXzKRBnFGd .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sXzKRBnFGd .card-box {
    border: 1px solid #fc5130;
  }
}
.cid-sXzKRBnFGd .main-subtitle {
  color: #999999;
}
.cid-sXeILKQh07 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  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-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: #5600e3 !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: #5600e3 !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(86, 0, 227, 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 - 3.8rem);
  }
}
.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: #5600e3;
}
.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: #ffb51c;
}
.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: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sYPL0w9uMN .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 6rem;
}
@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 #000000;
}
.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: #ffb51c;
}
.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: #808184;
}
