.btn {
  border-width: 2px;
}
body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Outfit', sans-serif;
  font-size: 4.6rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 3rem;
  line-height: 115%;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.125rem;
  line-height: 135%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.65rem;
  line-height: 130%;
}
.display-5 > .mbr-iconfont {
  font-size: 2.0625rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.5rem;
  line-height: 135%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.32rem;
    font-size: calc( 1.2275rem + (1.65 - 1.2275) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2275rem + (1.65 - 1.2275) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #fff6eb !important;
}
.bg-success {
  background-color: #fff6eb !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffe4c1 !important;
}
.bg-danger {
  background-color: #570000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fff6eb !important;
  border-color: #fff6eb !important;
  color: #eb8100 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #945200 !important;
  background-color: #ffcf94 !important;
  border-color: #ffcf94 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #eb8100 !important;
  background-color: #ffcf94 !important;
  border-color: #ffcf94 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e42406 !important;
  border-color: #e42406 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #901704 !important;
  border-color: #901704 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #901704 !important;
  border-color: #901704 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff6eb !important;
  border-color: #fff6eb !important;
  color: #eb8100 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #945200 !important;
  background-color: #ffcf94 !important;
  border-color: #ffcf94 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #eb8100 !important;
  background-color: #ffcf94 !important;
  border-color: #ffcf94 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe4c1 !important;
  border-color: #ffe4c1 !important;
  color: #c16d00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffbe6a !important;
  border-color: #ffbe6a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #c16d00 !important;
  background-color: #ffbe6a !important;
  border-color: #ffbe6a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #570000 !important;
  border-color: #570000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fff6eb;
  color: #fff6eb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffcf94 !important;
  background-color: transparent!important;
  border-color: #ffcf94 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #eb8100 !important;
  background-color: #fff6eb !important;
  border-color: #fff6eb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e42406;
  color: #e42406;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #901704 !important;
  background-color: transparent!important;
  border-color: #901704 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e42406 !important;
  border-color: #e42406 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fff6eb;
  color: #fff6eb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffcf94 !important;
  background-color: transparent!important;
  border-color: #ffcf94 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #eb8100 !important;
  background-color: #fff6eb !important;
  border-color: #fff6eb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe4c1;
  color: #ffe4c1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffbe6a !important;
  background-color: transparent!important;
  border-color: #ffbe6a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #c16d00 !important;
  background-color: #ffe4c1 !important;
  border-color: #ffe4c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #570000;
  color: #570000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #570000 !important;
  border-color: #570000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fff6eb !important;
}
.text-secondary {
  color: #e42406 !important;
}
.text-success {
  color: #fff6eb !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffe4c1 !important;
}
.text-danger {
  color: #570000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffc885 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #811403 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffc885 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffb85b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fff6eb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffe4c1;
}
.alert-danger {
  background-color: #570000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fff6eb;
  border-color: #fff6eb;
  color: #ff8f05;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fff6eb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d70000;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.125rem;
  line-height: 135%;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fff6eb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.125rem;
  line-height: 135%;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #fff6eb;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fff6eb;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fff6eb;
}
.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: #fff6eb;
  border-bottom-color: #fff6eb;
}
.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: #fff6eb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e42406 !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='%23fff6eb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  height: 60px;
  min-width: 80px;
  padding: 0 24px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    height: 50px;
    padding: 0 19px;
  }
}
@media (max-width: 425px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    height: 40px;
    min-width: 70px;
    padding: 0 14px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  opacity: .95;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  color: #e42406 !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid #fff6eb;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  color: #e42406 !important;
  background-color: #fff6eb !important;
  opacity: 1;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid #e42406;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  color: #fff6eb !important;
  background-color: #e42406 !important;
  opacity: 1;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid #fff6eb;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  color: #e42406 !important;
  background-color: #fff6eb !important;
  opacity: 1;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  color: #e42406 !important;
  background-color: #ffffff !important;
  opacity: 1;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid #ffe4c1;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  color: #fff6eb !important;
  background-color: #ffe4c1 !important;
  opacity: 1;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid #570000;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  color: #fff6eb !important;
  background-color: #570000 !important;
  opacity: 1;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid #000;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  color: #fff !important;
  background-color: #000 !important;
  opacity: 1;
}
.cid-ukNPkIzSdc {
  z-index: 1000;
  width: 100%;
}
.cid-ukNPkIzSdc .navbar-dropdown {
  background: rgba(85, 10, 169, 0) !important;
  padding: 0;
  position: fixed;
}
.cid-ukNPkIzSdc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(85, 10, 169, 0) !important;
  background: #550aa9;
}
.cid-ukNPkIzSdc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ukNPkIzSdc .menu_box .navbar.opened,
  .cid-ukNPkIzSdc .menu_box .navbar-collapse {
    background-color: #550aa9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ukNPkIzSdc nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ukNPkIzSdc .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ukNPkIzSdc .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukNPkIzSdc .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ukNPkIzSdc .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-ukNPkIzSdc .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ukNPkIzSdc .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-ukNPkIzSdc .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ukNPkIzSdc .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ukNPkIzSdc .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ukNPkIzSdc .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ukNPkIzSdc .offcanvas-body .mbr-text,
  .cid-ukNPkIzSdc .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ukNPkIzSdc .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ukNPkIzSdc .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ukNPkIzSdc .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-ukNPkIzSdc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ukNPkIzSdc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ukNPkIzSdc .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ukNPkIzSdc .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ukNPkIzSdc ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ukNPkIzSdc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ukNPkIzSdc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ukNPkIzSdc .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ukNPkIzSdc li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ukNPkIzSdc .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ukNPkIzSdc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ukNPkIzSdc .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ukNPkIzSdc .nav-item {
    margin: 0 !important;
  }
}
.cid-ukNPkIzSdc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ukNPkIzSdc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ukNPkIzSdc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ukNPkIzSdc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ukNPkIzSdc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ukNPkIzSdc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ukNPkIzSdc .offcanvas_box {
    display: none;
  }
}
.cid-ukNPkIzSdc .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ukNPkIzSdc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ukNPkIzSdc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ukNPkIzSdc .container {
  display: flex;
  margin: auto;
}
.cid-ukNPkIzSdc .iconfont-wrapper {
  color: #f8f7ff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ukNPkIzSdc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ukNPkIzSdc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ukNPkIzSdc .navbar-caption {
  color: #f8f7ff;
}
.cid-ukNPkIzSdc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ukNPkIzSdc .navbar-nav {
    margin: 0;
  }
}
.cid-ukNPkIzSdc .dropdown-menu,
.cid-ukNPkIzSdc .navbar.opened {
  background-color: true !important;
}
.cid-ukNPkIzSdc .nav-item:focus,
.cid-ukNPkIzSdc .nav-link:focus {
  outline: none;
}
.cid-ukNPkIzSdc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukNPkIzSdc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukNPkIzSdc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukNPkIzSdc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukNPkIzSdc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukNPkIzSdc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukNPkIzSdc .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-ukNPkIzSdc .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-ukNPkIzSdc .navbar.opened {
  transition: all 0.3s;
}
.cid-ukNPkIzSdc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ukNPkIzSdc .navbar .navbar-logo img {
  max-width: 24px;
  max-height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-ukNPkIzSdc .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ukNPkIzSdc .navbar.collapsed {
  justify-content: center;
}
.cid-ukNPkIzSdc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukNPkIzSdc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukNPkIzSdc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukNPkIzSdc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukNPkIzSdc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukNPkIzSdc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ukNPkIzSdc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ukNPkIzSdc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ukNPkIzSdc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ukNPkIzSdc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukNPkIzSdc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukNPkIzSdc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ukNPkIzSdc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukNPkIzSdc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ukNPkIzSdc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukNPkIzSdc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ukNPkIzSdc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ukNPkIzSdc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ukNPkIzSdc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukNPkIzSdc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukNPkIzSdc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ukNPkIzSdc .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukNPkIzSdc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukNPkIzSdc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukNPkIzSdc .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-ukNPkIzSdc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukNPkIzSdc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukNPkIzSdc .dropdown-item.active,
.cid-ukNPkIzSdc .dropdown-item:active {
  background-color: transparent;
}
.cid-ukNPkIzSdc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukNPkIzSdc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukNPkIzSdc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukNPkIzSdc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukNPkIzSdc ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ukNPkIzSdc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukNPkIzSdc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #550aa9;
  background: #550aa9;
}
.cid-ukNPkIzSdc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-ukNPkIzSdc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukNPkIzSdc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukNPkIzSdc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukNPkIzSdc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukNPkIzSdc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukNPkIzSdc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukNPkIzSdc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukNPkIzSdc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukNPkIzSdc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ukNPkIzSdc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukNPkIzSdc .navbar {
    height: 70px;
  }
  .cid-ukNPkIzSdc .navbar.opened {
    height: auto;
  }
  .cid-ukNPkIzSdc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukNPkIzSdc .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ukNPkIzSdc .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ukNPkIzSdc .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ukNPkIzSdc .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-ukNPkIzSdc .navbar-caption:hover {
  color: #fff6eb;
}
@media (min-width: 992px) {
  .cid-ukNPkIzSdc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ukNPkIzSdc .nav-link {
  position: relative;
}
.cid-ukNPkIzSdc .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-ukNPkIzSdc .nav-link:hover:before {
  width: 100%;
}
.cid-ukNPkIzSdc .mbr-text,
.cid-ukNPkIzSdc .mbr-section-subtitle,
.cid-ukNPkIzSdc .text_widget {
  opacity: .5;
}
.cid-ukNPkIzSdc .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-ukNPkIzSdc .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-ukNPkIzSdc .text_widget {
  color: #f8f7ff;
}
.cid-ukNPkIzSdc .mbr-section-subtitle,
.cid-ukNPkIzSdc .text_widget,
.cid-ukNPkIzSdc .mbr-section-btn {
  text-align: center;
}
.cid-ukNPkIzSdc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tqK6nOsFPK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ecdirection-2-1200x750.png");
}
.cid-tqK6nOsFPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqK6nOsFPK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqK6nOsFPK .row {
    padding: 0 24px;
  }
}
.cid-tqK6nOsFPK .text-wrapper {
  padding: 0 0 0 100px;
  padding: 0 100px 0 0;
}
@media (max-width: 992px) {
  .cid-tqK6nOsFPK .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tqK6nOsFPK .text-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-tqK6nOsFPK .text-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-tqK6nOsFPK .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
.cid-tqK6nOsFPK .image-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tqK6nOsFPK .image-wrap {
    justify-content: center;
  }
}
.cid-tqK6nOsFPK .image-wrap .image-wrapper:first-child {
  padding: 7rem 20px 0 0;
}
@media (max-width: 992px) {
  .cid-tqK6nOsFPK .image-wrap .image-wrapper:first-child {
    padding: 0;
  }
}
.cid-tqK6nOsFPK .image-wrap .image-wrapper .card {
  max-width: 290px;
  min-width: 250px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
  background-color: #fe6750;
}
@media (max-width: 1200px) {
  .cid-tqK6nOsFPK .image-wrap .image-wrapper .card {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-tqK6nOsFPK .image-wrap .image-wrapper .card {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-tqK6nOsFPK .image-wrap .image-wrapper .card {
    min-width: 100px;
  }
}
@media (max-width: 425px) {
  .cid-tqK6nOsFPK .image-wrap .image-wrapper .card {
    height: 200px;
  }
}
.cid-tqK6nOsFPK .image-wrap .image-wrapper .image {
  max-width: 290px;
  min-width: 200px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tqK6nOsFPK .image-wrap .image-wrapper .image {
    border-radius: 20px !important;
  }
}
@media (max-width: 768px) {
  .cid-tqK6nOsFPK .image-wrap .image-wrapper .image {
    min-width: 100px;
  }
}
@media (max-width: 425px) {
  .cid-tqK6nOsFPK .image-wrap .image-wrapper .image {
    height: 200px;
  }
}
.cid-tqK6nOsFPK .mbr-section-title {
  color: #FFF6EB;
}
.cid-tqK6nOsFPK .mbr-text {
  color: #FFF6EB;
  text-align: left;
}
.cid-tqK6nOsFPK .mbr-section-title,
.cid-tqK6nOsFPK .mbr-section-btn {
  text-align: left;
  color: #ffbc00;
}
.cid-uhXAOLU70K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fe6750;
}
.cid-uhXAOLU70K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXAOLU70K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhXAOLU70K .row {
    padding: 0 24px;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uhXAOLU70K .card {
    margin-bottom: 56px;
  }
}
.cid-uhXAOLU70K .card .card-wrapper {
  border-top: 2px solid #fff6eb;
}
.cid-uhXAOLU70K .card .card-wrapper .mbr-number {
  padding-top: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhXAOLU70K .card .card-wrapper .mbr-number {
    padding-top: 12px;
  }
}
.cid-uhXAOLU70K .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhXAOLU70K .mbr-number {
  color: #fff6eb;
}
.cid-uhXAOLU70K .mbr-text {
  color: #fff1de;
}
.cid-ukMBsYAO86 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukMBsYAO86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMBsYAO86 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMBsYAO86 .mbr-text,
.cid-ukMBsYAO86 .mbr-section-btn {
  text-align: center;
  color: #808080;
}
.cid-ukMBsYAO86 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-ukMBsYAO86 .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-ukOheorkHW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ukOheorkHW .item-img {
  position: relative;
}
.cid-ukOheorkHW .item-img img {
  transition: all 0.2s;
}
.cid-ukOheorkHW h5 {
  line-height: 1.2;
}
.cid-ukOheorkHW .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-ukOheorkHW .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-ukOheorkHW .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-ukOheorkHW .item:hover img {
  transform: scale(1.05);
}
.cid-ukOheorkHW .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #fff6eb;
}
@media (max-width: 992px) {
  .cid-ukOheorkHW .subtitle-wrap,
  .cid-ukOheorkHW .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-ukOheorkHW .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-ukOheorkHW .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ukOheorkHW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ukOheorkHW .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-ukOheorkHW .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-ukOheorkHW .link-icon-wrapper .icon-wrap {
  background: #fe6750;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-ukOheorkHW .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-ukOheorkHW .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-ukOheorkHW .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-ukOheorkHW .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-ukOheorkHW .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-ukOheorkHW .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ukOheorkHW .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-ukOheorkHW img,
.cid-ukOheorkHW .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ukOheorkHW .item:focus,
.cid-ukOheorkHW span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-ukOheorkHW .item {
    margin-bottom: 1rem;
  }
}
.cid-ukOheorkHW .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ukOheorkHW .item-title {
  text-align: center;
  color: #000000;
}
.cid-ukOheorkHW .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-ukOheorkHW .mbr-text,
.cid-ukOheorkHW .item .mbr-section-btn {
  color: #808080;
  text-align: center;
}
.cid-ukOheorkHW .mbr-section-subtitle,
.cid-ukOheorkHW .subtitle-wrap,
.cid-ukOheorkHW .mbr-section-btn {
  text-align: left;
}
.cid-ukOw3SR4a6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/creative-blgrmd-2-1143x667.png");
}
.cid-ukOw3SR4a6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukOw3SR4a6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ukOw3SR4a6 .container {
    padding: 0 16px;
  }
}
.cid-ukOw3SR4a6 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-ukOw3SR4a6 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-ukOw3SR4a6 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-ukOw3SR4a6 .title-wrapper {
  margin-bottom: 80px;
}
.cid-ukOw3SR4a6 .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-ukOw3SR4a6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukOw3SR4a6 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-ukOw3SR4a6 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-ukOw3SR4a6 .item .item-wrapper:hover .item-img img,
.cid-ukOw3SR4a6 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-ukOw3SR4a6 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-ukOw3SR4a6 .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ukOw3SR4a6 .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-ukOw3SR4a6 .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-ukOw3SR4a6 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-ukOw3SR4a6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukOw3SR4a6 .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-ukOw3SR4a6 .item-name {
  color: #000000;
}
.cid-ukOw3SR4a6 .item-role {
  color: #fff6eb;
  text-align: center;
}
.cid-ukOw3SR4a6 .item-name,
.cid-ukOw3SR4a6 .mbr-section-btn {
  text-align: center;
  color: #ffe4c1;
}
.cid-uaIfsHNutL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uaIfsHNutL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uaIfsHNutL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaIfsHNutL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaIfsHNutL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uaIfsHNutL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #550aa9;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uaIfsHNutL .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-uaIfsHNutL .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #254b45 !important;
}
.cid-uaIfsHNutL .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uaIfsHNutL .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #254b45 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uaIfsHNutL .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #fe6750 !important;
}
.cid-uaIfsHNutL .mbr-gallery-filter ul {
  display: block;
}
.cid-uaIfsHNutL .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uaIfsHNutL .mbr-gallery-filter li.active .btn {
  color: #fe6750 !important;
  background: transparent;
}
.cid-uaIfsHNutL .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #fe6750 !important;
}
.cid-uaIfsHNutL .mbr-gallery-filter li.active::after,
.cid-uaIfsHNutL .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #fe6750 !important;
}
.cid-uaIfsHNutL .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-uaIfsHNutL .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uaIfsHNutL .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uaIfsHNutL .icon-focus:before {
  content: '\e95e';
}
.cid-uaIfsHNutL .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uaIfsHNutL .mbr-section-title {
  margin: 0;
}
.cid-uaIfsHNutL .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uaIfsHNutL .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uaIfsHNutL .mbr-section-title,
.cid-uaIfsHNutL .underline {
  color: #252434;
}
.cid-uaIfsHNutL .mbr-section-subtitle {
  color: #808080;
}
.cid-tqK8b46lZx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background2-1200x750.jpg");
}
.cid-tqK8b46lZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqK8b46lZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqK8b46lZx .row {
    padding: 0 24px;
  }
}
.cid-tqK8b46lZx .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tqK8b46lZx .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tqK8b46lZx .mbr-section-title {
  color: #005c62;
}
.cid-tqK8b46lZx .mbr-text {
  color: #005c62;
  text-align: center;
}
.cid-tqK8b46lZx .mbr-section-title,
.cid-tqK8b46lZx .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uaPlVcCmIN {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/small-logo-1722x894.png");
}
.cid-uaPlVcCmIN .mbr-overlay {
  background-color: #fe6750;
  opacity: 0.9;
}
@media (min-width: 992px) {
  .cid-uaPlVcCmIN form.mbr-form {
    padding: 3rem 2rem;
    width: 70%;
  }
}
.cid-uaPlVcCmIN form.mbr-form .form-control {
  box-shadow: none;
  border: solid 1px #c7c7c7 !important;
}
.cid-uaPlVcCmIN form.mbr-form .form-control:focus {
  border: 1px solid #000 !important;
}
.cid-uaPlVcCmIN form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uaPlVcCmIN form.mbr-form .mbr-section-btn .btn {
  width: max-content;
  margin: auto;
  padding: 0 3rem;
}
.cid-uaPlVcCmIN .mbr-section-title {
  color: #ffffff;
}
.cid-uaPlVcCmIN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uaPlVcCmIN LABEL {
  color: #ffffff;
}
.cid-ukPlqVfwAQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/creative-blgrmd-2-1143x667.png");
}
.cid-ukPlqVfwAQ p {
  text-align: center;
}
.cid-ukPlqVfwAQ .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-ukPlqVfwAQ .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-ukPlqVfwAQ a {
  font-weight: normal;
}
.cid-ukPlqVfwAQ .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-ukPlqVfwAQ .copyright .list-inline {
  margin-bottom: 0;
}
.cid-ukPlqVfwAQ .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-ukPlqVfwAQ .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-ukPlqVfwAQ li a {
  position: relative;
}
.cid-ukPlqVfwAQ li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-ukPlqVfwAQ li a:hover:before {
  width: 100%;
}
.cid-ukPlqVfwAQ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #f8f7ff;
  text-align: right;
}
.cid-ukPlqVfwAQ .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-ukPlqVfwAQ .d-flex {
    flex-direction: column;
  }
  .cid-ukPlqVfwAQ .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-ukPlqVfwAQ .icon-transition span {
  display: block;
}
.cid-ukPlqVfwAQ .list-inline-item a {
  display: block;
}
.cid-ukPlqVfwAQ .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukPlqVfwAQ .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-ukPlqVfwAQ .icon-transition span {
  color: #151515;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-ukPlqVfwAQ .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-ukPlqVfwAQ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-ukPlqVfwAQ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-ukPlqVfwAQ .logo-footer {
    text-align: center;
  }
  .cid-ukPlqVfwAQ .social-media {
    justify-content: center;
  }
}
.cid-ukNPkIzSdc {
  z-index: 1000;
  width: 100%;
}
.cid-ukNPkIzSdc .navbar-dropdown {
  background: rgba(85, 10, 169, 0) !important;
  padding: 0;
  position: fixed;
}
.cid-ukNPkIzSdc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(85, 10, 169, 0) !important;
  background: #550aa9;
}
.cid-ukNPkIzSdc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ukNPkIzSdc .menu_box .navbar.opened,
  .cid-ukNPkIzSdc .menu_box .navbar-collapse {
    background-color: #550aa9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ukNPkIzSdc nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ukNPkIzSdc .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ukNPkIzSdc .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukNPkIzSdc .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ukNPkIzSdc .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-ukNPkIzSdc .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ukNPkIzSdc .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-ukNPkIzSdc .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ukNPkIzSdc .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ukNPkIzSdc .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ukNPkIzSdc .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ukNPkIzSdc .offcanvas-body .mbr-text,
  .cid-ukNPkIzSdc .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ukNPkIzSdc .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ukNPkIzSdc .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ukNPkIzSdc .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-ukNPkIzSdc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ukNPkIzSdc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ukNPkIzSdc .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ukNPkIzSdc .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ukNPkIzSdc ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ukNPkIzSdc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ukNPkIzSdc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ukNPkIzSdc .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ukNPkIzSdc li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ukNPkIzSdc .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ukNPkIzSdc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ukNPkIzSdc .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ukNPkIzSdc .nav-item {
    margin: 0 !important;
  }
}
.cid-ukNPkIzSdc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ukNPkIzSdc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ukNPkIzSdc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ukNPkIzSdc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ukNPkIzSdc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ukNPkIzSdc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ukNPkIzSdc .offcanvas_box {
    display: none;
  }
}
.cid-ukNPkIzSdc .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ukNPkIzSdc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ukNPkIzSdc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ukNPkIzSdc .container {
  display: flex;
  margin: auto;
}
.cid-ukNPkIzSdc .iconfont-wrapper {
  color: #f8f7ff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ukNPkIzSdc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ukNPkIzSdc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ukNPkIzSdc .navbar-caption {
  color: #f8f7ff;
}
.cid-ukNPkIzSdc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ukNPkIzSdc .navbar-nav {
    margin: 0;
  }
}
.cid-ukNPkIzSdc .dropdown-menu,
.cid-ukNPkIzSdc .navbar.opened {
  background-color: true !important;
}
.cid-ukNPkIzSdc .nav-item:focus,
.cid-ukNPkIzSdc .nav-link:focus {
  outline: none;
}
.cid-ukNPkIzSdc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukNPkIzSdc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukNPkIzSdc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukNPkIzSdc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukNPkIzSdc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukNPkIzSdc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukNPkIzSdc .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-ukNPkIzSdc .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-ukNPkIzSdc .navbar.opened {
  transition: all 0.3s;
}
.cid-ukNPkIzSdc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ukNPkIzSdc .navbar .navbar-logo img {
  max-width: 24px;
  max-height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-ukNPkIzSdc .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ukNPkIzSdc .navbar.collapsed {
  justify-content: center;
}
.cid-ukNPkIzSdc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukNPkIzSdc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukNPkIzSdc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukNPkIzSdc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukNPkIzSdc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukNPkIzSdc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ukNPkIzSdc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ukNPkIzSdc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ukNPkIzSdc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ukNPkIzSdc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukNPkIzSdc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukNPkIzSdc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ukNPkIzSdc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukNPkIzSdc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ukNPkIzSdc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukNPkIzSdc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ukNPkIzSdc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ukNPkIzSdc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ukNPkIzSdc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukNPkIzSdc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukNPkIzSdc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ukNPkIzSdc .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukNPkIzSdc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukNPkIzSdc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukNPkIzSdc .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-ukNPkIzSdc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukNPkIzSdc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukNPkIzSdc .dropdown-item.active,
.cid-ukNPkIzSdc .dropdown-item:active {
  background-color: transparent;
}
.cid-ukNPkIzSdc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukNPkIzSdc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukNPkIzSdc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukNPkIzSdc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukNPkIzSdc ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ukNPkIzSdc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukNPkIzSdc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #550aa9;
  background: #550aa9;
}
.cid-ukNPkIzSdc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-ukNPkIzSdc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukNPkIzSdc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukNPkIzSdc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukNPkIzSdc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukNPkIzSdc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukNPkIzSdc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukNPkIzSdc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukNPkIzSdc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukNPkIzSdc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ukNPkIzSdc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukNPkIzSdc .navbar {
    height: 70px;
  }
  .cid-ukNPkIzSdc .navbar.opened {
    height: auto;
  }
  .cid-ukNPkIzSdc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukNPkIzSdc .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ukNPkIzSdc .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ukNPkIzSdc .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ukNPkIzSdc .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-ukNPkIzSdc .navbar-caption:hover {
  color: #fff6eb;
}
@media (min-width: 992px) {
  .cid-ukNPkIzSdc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ukNPkIzSdc .nav-link {
  position: relative;
}
.cid-ukNPkIzSdc .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-ukNPkIzSdc .nav-link:hover:before {
  width: 100%;
}
.cid-ukNPkIzSdc .mbr-text,
.cid-ukNPkIzSdc .mbr-section-subtitle,
.cid-ukNPkIzSdc .text_widget {
  opacity: .5;
}
.cid-ukNPkIzSdc .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-ukNPkIzSdc .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-ukNPkIzSdc .text_widget {
  color: #f8f7ff;
}
.cid-ukNPkIzSdc .mbr-section-subtitle,
.cid-ukNPkIzSdc .text_widget,
.cid-ukNPkIzSdc .mbr-section-btn {
  text-align: center;
}
.cid-ukNPkIzSdc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ukNUFZQVKw {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/fusion-bkrnd-sml-960x536.png");
}
.cid-ukNUFZQVKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukNUFZQVKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukNUFZQVKw .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-ukNUFZQVKw .col {
    width: 40%;
  }
}
.cid-ukNUFZQVKw .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ukNUFZQVKw .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-ukNUFZQVKw .card-wrapper h1,
.cid-ukNUFZQVKw .card-wrapper h2,
.cid-ukNUFZQVKw .card-wrapper p,
.cid-ukNUFZQVKw .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-ukNUFZQVKw .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 1;
}
.cid-ukNUFZQVKw .mbr-section-title {
  color: #252434;
}
.cid-ukNUFZQVKw .mbr-section-subtitle {
  color: #491414;
}
.cid-ukNUFZQVKw .mbr-text,
.cid-ukNUFZQVKw .mbr-section-btn {
  color: #808080;
}
.cid-ukRF2Krdto {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fe6750;
}
.cid-ukRF2Krdto .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRF2Krdto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukRF2Krdto .row {
    padding: 0 24px;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-ukRF2Krdto .card {
    margin-bottom: 56px;
  }
}
.cid-ukRF2Krdto .card .card-wrapper {
  border-top: 2px solid #fff1de;
}
.cid-ukRF2Krdto .card .card-wrapper .mbr-number {
  padding-top: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukRF2Krdto .card .card-wrapper .mbr-number {
    padding-top: 12px;
  }
}
.cid-ukRF2Krdto .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukRF2Krdto .mbr-number {
  color: #fff1de;
}
.cid-ukRF2Krdto .mbr-text {
  color: #fff1de;
}
.cid-ukMrkbVzyW {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukMrkbVzyW H2 {
  color: #e7272d;
}
.cid-ukMrkbVzyW .mbr-text,
.cid-ukMrkbVzyW .mbr-section-btn {
  color: #808080;
}
.cid-ukMrkbVzyW img {
  max-width: 500px;
  margin: auto;
}
.cid-ukMrkbVzyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMrkbVzyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukT42B39Sp {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukT42B39Sp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukT42B39Sp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ukT42B39Sp .container {
    padding: 0 24px;
  }
}
.cid-ukT42B39Sp .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-ukT42B39Sp .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-ukT42B39Sp .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-ukT42B39Sp .image-wrapper img {
    height: 350px;
  }
}
.cid-ukT42B39Sp .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ukT42B39Sp .content-wrapper {
    padding: 0;
  }
}
.cid-ukT42B39Sp .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ukT42B39Sp .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-ukT42B39Sp .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukT42B39Sp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ukT42B39Sp .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ukT42B39Sp .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-ukT42B39Sp .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #4a8dff;
  background-color: #f2fafd;
}
.cid-ukT42B39Sp .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-ukT42B39Sp .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-ukT42B39Sp .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-ukT42B39Sp .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-ukT42B39Sp .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #990066;
  background-color: #fff2fb;
}
.cid-ukT42B39Sp .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ukT42B39Sp .mbr-section-title {
  color: #262642;
}
.cid-ukT42B39Sp .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-ukT42B39Sp .card-text {
  color: #808080;
}
.cid-ukSYb7By6w {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background2-1200x750.jpg");
}
.cid-ukSYb7By6w .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukSYb7By6w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukSYb7By6w .row {
    padding: 0 24px;
  }
}
.cid-ukSYb7By6w .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukSYb7By6w .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-ukSYb7By6w .mbr-section-title {
  color: #005c62;
}
.cid-ukSYb7By6w .mbr-text {
  color: #005c62;
  text-align: center;
}
.cid-ukSYb7By6w .mbr-section-title,
.cid-ukSYb7By6w .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ukREqeZrna {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/small-logo-1722x894.png");
}
.cid-ukREqeZrna .mbr-overlay {
  background-color: #fe6750;
  opacity: 0.9;
}
@media (min-width: 992px) {
  .cid-ukREqeZrna form.mbr-form {
    padding: 3rem 2rem;
    width: 70%;
  }
}
.cid-ukREqeZrna form.mbr-form .form-control {
  box-shadow: none;
  border: solid 1px #c7c7c7 !important;
}
.cid-ukREqeZrna form.mbr-form .form-control:focus {
  border: 1px solid #000 !important;
}
.cid-ukREqeZrna form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ukREqeZrna form.mbr-form .mbr-section-btn .btn {
  width: max-content;
  margin: auto;
  padding: 0 3rem;
}
.cid-ukREqeZrna .mbr-section-title {
  color: #ffffff;
}
.cid-ukREqeZrna .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukREqeZrna LABEL {
  color: #ffffff;
}
.cid-ukPlqVfwAQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/creative-blgrmd-2-1143x667.png");
}
.cid-ukPlqVfwAQ p {
  text-align: center;
}
.cid-ukPlqVfwAQ .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-ukPlqVfwAQ .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-ukPlqVfwAQ a {
  font-weight: normal;
}
.cid-ukPlqVfwAQ .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-ukPlqVfwAQ .copyright .list-inline {
  margin-bottom: 0;
}
.cid-ukPlqVfwAQ .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-ukPlqVfwAQ .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-ukPlqVfwAQ li a {
  position: relative;
}
.cid-ukPlqVfwAQ li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-ukPlqVfwAQ li a:hover:before {
  width: 100%;
}
.cid-ukPlqVfwAQ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #f8f7ff;
  text-align: right;
}
.cid-ukPlqVfwAQ .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-ukPlqVfwAQ .d-flex {
    flex-direction: column;
  }
  .cid-ukPlqVfwAQ .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-ukPlqVfwAQ .icon-transition span {
  display: block;
}
.cid-ukPlqVfwAQ .list-inline-item a {
  display: block;
}
.cid-ukPlqVfwAQ .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukPlqVfwAQ .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-ukPlqVfwAQ .icon-transition span {
  color: #151515;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-ukPlqVfwAQ .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-ukPlqVfwAQ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-ukPlqVfwAQ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-ukPlqVfwAQ .logo-footer {
    text-align: center;
  }
  .cid-ukPlqVfwAQ .social-media {
    justify-content: center;
  }
}
.cid-ukOSjQsTXl {
  z-index: 1000;
  width: 100%;
}
.cid-ukOSjQsTXl .navbar-dropdown {
  background: rgba(85, 10, 169, 0) !important;
  padding: 0;
  position: fixed;
}
.cid-ukOSjQsTXl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(85, 10, 169, 0) !important;
  background: #550aa9;
}
.cid-ukOSjQsTXl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ukOSjQsTXl .menu_box .navbar.opened,
  .cid-ukOSjQsTXl .menu_box .navbar-collapse {
    background-color: #550aa9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ukOSjQsTXl nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ukOSjQsTXl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ukOSjQsTXl .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukOSjQsTXl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ukOSjQsTXl .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-ukOSjQsTXl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ukOSjQsTXl .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-ukOSjQsTXl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ukOSjQsTXl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ukOSjQsTXl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ukOSjQsTXl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ukOSjQsTXl .offcanvas-body .mbr-text,
  .cid-ukOSjQsTXl .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ukOSjQsTXl .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ukOSjQsTXl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ukOSjQsTXl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-ukOSjQsTXl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ukOSjQsTXl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ukOSjQsTXl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ukOSjQsTXl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ukOSjQsTXl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ukOSjQsTXl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ukOSjQsTXl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ukOSjQsTXl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ukOSjQsTXl li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ukOSjQsTXl .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ukOSjQsTXl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ukOSjQsTXl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ukOSjQsTXl .nav-item {
    margin: 0 !important;
  }
}
.cid-ukOSjQsTXl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ukOSjQsTXl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ukOSjQsTXl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ukOSjQsTXl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ukOSjQsTXl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ukOSjQsTXl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ukOSjQsTXl .offcanvas_box {
    display: none;
  }
}
.cid-ukOSjQsTXl .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ukOSjQsTXl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ukOSjQsTXl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ukOSjQsTXl .container {
  display: flex;
  margin: auto;
}
.cid-ukOSjQsTXl .iconfont-wrapper {
  color: #f8f7ff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ukOSjQsTXl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ukOSjQsTXl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ukOSjQsTXl .navbar-caption {
  color: #f8f7ff;
}
.cid-ukOSjQsTXl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ukOSjQsTXl .navbar-nav {
    margin: 0;
  }
}
.cid-ukOSjQsTXl .dropdown-menu,
.cid-ukOSjQsTXl .navbar.opened {
  background-color: true !important;
}
.cid-ukOSjQsTXl .nav-item:focus,
.cid-ukOSjQsTXl .nav-link:focus {
  outline: none;
}
.cid-ukOSjQsTXl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukOSjQsTXl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukOSjQsTXl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukOSjQsTXl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukOSjQsTXl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukOSjQsTXl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukOSjQsTXl .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-ukOSjQsTXl .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-ukOSjQsTXl .navbar.opened {
  transition: all 0.3s;
}
.cid-ukOSjQsTXl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ukOSjQsTXl .navbar .navbar-logo img {
  max-width: 24px;
  max-height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-ukOSjQsTXl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ukOSjQsTXl .navbar.collapsed {
  justify-content: center;
}
.cid-ukOSjQsTXl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukOSjQsTXl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukOSjQsTXl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukOSjQsTXl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukOSjQsTXl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukOSjQsTXl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ukOSjQsTXl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ukOSjQsTXl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ukOSjQsTXl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ukOSjQsTXl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukOSjQsTXl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukOSjQsTXl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ukOSjQsTXl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukOSjQsTXl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ukOSjQsTXl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukOSjQsTXl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ukOSjQsTXl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ukOSjQsTXl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ukOSjQsTXl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukOSjQsTXl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukOSjQsTXl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ukOSjQsTXl .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukOSjQsTXl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukOSjQsTXl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukOSjQsTXl .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-ukOSjQsTXl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukOSjQsTXl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukOSjQsTXl .dropdown-item.active,
.cid-ukOSjQsTXl .dropdown-item:active {
  background-color: transparent;
}
.cid-ukOSjQsTXl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukOSjQsTXl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukOSjQsTXl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukOSjQsTXl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukOSjQsTXl ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ukOSjQsTXl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukOSjQsTXl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #550aa9;
  background: #550aa9;
}
.cid-ukOSjQsTXl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-ukOSjQsTXl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukOSjQsTXl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukOSjQsTXl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukOSjQsTXl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukOSjQsTXl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukOSjQsTXl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukOSjQsTXl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukOSjQsTXl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukOSjQsTXl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ukOSjQsTXl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukOSjQsTXl .navbar {
    height: 70px;
  }
  .cid-ukOSjQsTXl .navbar.opened {
    height: auto;
  }
  .cid-ukOSjQsTXl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukOSjQsTXl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ukOSjQsTXl .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ukOSjQsTXl .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ukOSjQsTXl .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-ukOSjQsTXl .navbar-caption:hover {
  color: #fff6eb;
}
@media (min-width: 992px) {
  .cid-ukOSjQsTXl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ukOSjQsTXl .nav-link {
  position: relative;
}
.cid-ukOSjQsTXl .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-ukOSjQsTXl .nav-link:hover:before {
  width: 100%;
}
.cid-ukOSjQsTXl .mbr-text,
.cid-ukOSjQsTXl .mbr-section-subtitle,
.cid-ukOSjQsTXl .text_widget {
  opacity: .5;
}
.cid-ukOSjQsTXl .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-ukOSjQsTXl .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-ukOSjQsTXl .text_widget {
  color: #f8f7ff;
}
.cid-ukOSjQsTXl .mbr-section-subtitle,
.cid-ukOSjQsTXl .text_widget,
.cid-ukOSjQsTXl .mbr-section-btn {
  text-align: center;
}
.cid-ukOSjQsTXl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ukOSjR16pn {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/ah-pfs-ad-board-brochure-us-82423-rd1.3-digital-approved-2-620x709.png");
}
.cid-ukOSjR16pn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukOSjR16pn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukOSjR16pn .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-ukOSjR16pn .col {
    width: 40%;
  }
}
.cid-ukOSjR16pn .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ukOSjR16pn .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-ukOSjR16pn .card-wrapper h1,
.cid-ukOSjR16pn .card-wrapper h2,
.cid-ukOSjR16pn .card-wrapper p,
.cid-ukOSjR16pn .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-ukOSjR16pn .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 1;
}
.cid-ukOSjR16pn .mbr-section-title {
  color: #252434;
}
.cid-ukOSjR16pn .mbr-section-subtitle {
  color: #491414;
}
.cid-ukOSjR16pn .mbr-text,
.cid-ukOSjR16pn .mbr-section-btn {
  color: #808080;
}
.cid-ukTjH3t0Hi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fe6750;
}
.cid-ukTjH3t0Hi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukTjH3t0Hi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukTjH3t0Hi .row {
    padding: 0 24px;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-ukTjH3t0Hi .card {
    margin-bottom: 56px;
  }
}
.cid-ukTjH3t0Hi .card .card-wrapper {
  border-top: 2px solid #fff1de;
}
.cid-ukTjH3t0Hi .card .card-wrapper .mbr-number {
  padding-top: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukTjH3t0Hi .card .card-wrapper .mbr-number {
    padding-top: 12px;
  }
}
.cid-ukTjH3t0Hi .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukTjH3t0Hi .mbr-number {
  color: #fff1de;
}
.cid-ukTjH3t0Hi .mbr-text {
  color: #fff1de;
}
.cid-ukOSjRosFg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukOSjRosFg H2 {
  color: #e7272d;
}
.cid-ukOSjRosFg .mbr-text,
.cid-ukOSjRosFg .mbr-section-btn {
  color: #808080;
}
.cid-ukOSjRosFg img {
  max-width: 500px;
  margin: auto;
}
.cid-ukOSjRosFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukOSjRosFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukOSjRKrXD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukOSjRKrXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukOSjRKrXD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukOSjRKrXD .row {
    padding: 0 24px;
  }
}
.cid-ukOSjRKrXD .text-wrapper {
  padding: 0 0 0 110px;
}
@media (max-width: 992px) {
  .cid-ukOSjRKrXD .text-wrapper {
    margin: 0 0 32px 0;
    padding: 0;
  }
}
.cid-ukOSjRKrXD .text-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-ukOSjRKrXD .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
.cid-ukOSjRKrXD .image-wrap {
  display: flex;
}
.cid-ukOSjRKrXD .image-wrap .image-wrapper:first-child {
  padding: 7rem 20px 0 0;
}
.cid-ukOSjRKrXD .image-wrap .image-wrapper:first-child .image {
  max-width: 290px;
}
.cid-ukOSjRKrXD .image-wrap .image-wrapper .image {
  max-width: 290px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ukOSjRKrXD .image-wrap .image-wrapper .image {
    border-radius: 20px !important;
  }
}
@media (max-width: 425px) {
  .cid-ukOSjRKrXD .image-wrap .image-wrapper .image {
    height: 200px;
  }
}
.cid-ukOSjRKrXD .mbr-section-title {
  color: #ffe4c1;
}
.cid-ukOSjRKrXD .mbr-text {
  color: #808080;
}
.cid-ukOSjRKrXD .mbr-section-title,
.cid-ukOSjRKrXD .mbr-section-btn {
  color: #252434;
}
.cid-ukUq56MR7q {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background2-1200x750.jpg");
}
.cid-ukUq56MR7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukUq56MR7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukUq56MR7q .row {
    padding: 0 24px;
  }
}
.cid-ukUq56MR7q .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukUq56MR7q .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-ukUq56MR7q .mbr-section-title {
  color: #005c62;
}
.cid-ukUq56MR7q .mbr-text {
  color: #005c62;
  text-align: center;
}
.cid-ukUq56MR7q .mbr-section-title,
.cid-ukUq56MR7q .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ukUHEonWjG {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/small-logo-1722x894.png");
}
.cid-ukUHEonWjG .mbr-overlay {
  background-color: #fe6750;
  opacity: 0.9;
}
@media (min-width: 992px) {
  .cid-ukUHEonWjG form.mbr-form {
    padding: 3rem 2rem;
    width: 70%;
  }
}
.cid-ukUHEonWjG form.mbr-form .form-control {
  box-shadow: none;
  border: solid 1px #c7c7c7 !important;
}
.cid-ukUHEonWjG form.mbr-form .form-control:focus {
  border: 1px solid #000 !important;
}
.cid-ukUHEonWjG form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ukUHEonWjG form.mbr-form .mbr-section-btn .btn {
  width: max-content;
  margin: auto;
  padding: 0 3rem;
}
.cid-ukUHEonWjG .mbr-section-title {
  color: #ffffff;
}
.cid-ukUHEonWjG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukUHEonWjG LABEL {
  color: #ffffff;
}
.cid-ukPlqVfwAQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/creative-blgrmd-2-1143x667.png");
}
.cid-ukPlqVfwAQ p {
  text-align: center;
}
.cid-ukPlqVfwAQ .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-ukPlqVfwAQ .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-ukPlqVfwAQ a {
  font-weight: normal;
}
.cid-ukPlqVfwAQ .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-ukPlqVfwAQ .copyright .list-inline {
  margin-bottom: 0;
}
.cid-ukPlqVfwAQ .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-ukPlqVfwAQ .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-ukPlqVfwAQ li a {
  position: relative;
}
.cid-ukPlqVfwAQ li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-ukPlqVfwAQ li a:hover:before {
  width: 100%;
}
.cid-ukPlqVfwAQ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #f8f7ff;
  text-align: right;
}
.cid-ukPlqVfwAQ .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-ukPlqVfwAQ .d-flex {
    flex-direction: column;
  }
  .cid-ukPlqVfwAQ .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-ukPlqVfwAQ .icon-transition span {
  display: block;
}
.cid-ukPlqVfwAQ .list-inline-item a {
  display: block;
}
.cid-ukPlqVfwAQ .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukPlqVfwAQ .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-ukPlqVfwAQ .icon-transition span {
  color: #151515;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-ukPlqVfwAQ .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-ukPlqVfwAQ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-ukPlqVfwAQ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-ukPlqVfwAQ .logo-footer {
    text-align: center;
  }
  .cid-ukPlqVfwAQ .social-media {
    justify-content: center;
  }
}
.cid-ukP3PCVzyZ {
  z-index: 1000;
  width: 100%;
}
.cid-ukP3PCVzyZ .navbar-dropdown {
  background: rgba(85, 10, 169, 0) !important;
  padding: 0;
  position: fixed;
}
.cid-ukP3PCVzyZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(85, 10, 169, 0) !important;
  background: #550aa9;
}
.cid-ukP3PCVzyZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ukP3PCVzyZ .menu_box .navbar.opened,
  .cid-ukP3PCVzyZ .menu_box .navbar-collapse {
    background-color: #550aa9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ukP3PCVzyZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ukP3PCVzyZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ukP3PCVzyZ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukP3PCVzyZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ukP3PCVzyZ .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-ukP3PCVzyZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ukP3PCVzyZ .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-ukP3PCVzyZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ukP3PCVzyZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ukP3PCVzyZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ukP3PCVzyZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ukP3PCVzyZ .offcanvas-body .mbr-text,
  .cid-ukP3PCVzyZ .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ukP3PCVzyZ .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ukP3PCVzyZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ukP3PCVzyZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-ukP3PCVzyZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ukP3PCVzyZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ukP3PCVzyZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ukP3PCVzyZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ukP3PCVzyZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ukP3PCVzyZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ukP3PCVzyZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ukP3PCVzyZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ukP3PCVzyZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ukP3PCVzyZ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ukP3PCVzyZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ukP3PCVzyZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ukP3PCVzyZ .nav-item {
    margin: 0 !important;
  }
}
.cid-ukP3PCVzyZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ukP3PCVzyZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ukP3PCVzyZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ukP3PCVzyZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ukP3PCVzyZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ukP3PCVzyZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ukP3PCVzyZ .offcanvas_box {
    display: none;
  }
}
.cid-ukP3PCVzyZ .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ukP3PCVzyZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ukP3PCVzyZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ukP3PCVzyZ .container {
  display: flex;
  margin: auto;
}
.cid-ukP3PCVzyZ .iconfont-wrapper {
  color: #f8f7ff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ukP3PCVzyZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ukP3PCVzyZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ukP3PCVzyZ .navbar-caption {
  color: #f8f7ff;
}
.cid-ukP3PCVzyZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ukP3PCVzyZ .navbar-nav {
    margin: 0;
  }
}
.cid-ukP3PCVzyZ .dropdown-menu,
.cid-ukP3PCVzyZ .navbar.opened {
  background-color: true !important;
}
.cid-ukP3PCVzyZ .nav-item:focus,
.cid-ukP3PCVzyZ .nav-link:focus {
  outline: none;
}
.cid-ukP3PCVzyZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukP3PCVzyZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukP3PCVzyZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukP3PCVzyZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukP3PCVzyZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukP3PCVzyZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukP3PCVzyZ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-ukP3PCVzyZ .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-ukP3PCVzyZ .navbar.opened {
  transition: all 0.3s;
}
.cid-ukP3PCVzyZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ukP3PCVzyZ .navbar .navbar-logo img {
  max-width: 24px;
  max-height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-ukP3PCVzyZ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ukP3PCVzyZ .navbar.collapsed {
  justify-content: center;
}
.cid-ukP3PCVzyZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukP3PCVzyZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukP3PCVzyZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukP3PCVzyZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukP3PCVzyZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukP3PCVzyZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ukP3PCVzyZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ukP3PCVzyZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ukP3PCVzyZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ukP3PCVzyZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukP3PCVzyZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukP3PCVzyZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ukP3PCVzyZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukP3PCVzyZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ukP3PCVzyZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukP3PCVzyZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ukP3PCVzyZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ukP3PCVzyZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ukP3PCVzyZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukP3PCVzyZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukP3PCVzyZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ukP3PCVzyZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukP3PCVzyZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukP3PCVzyZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukP3PCVzyZ .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-ukP3PCVzyZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukP3PCVzyZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukP3PCVzyZ .dropdown-item.active,
.cid-ukP3PCVzyZ .dropdown-item:active {
  background-color: transparent;
}
.cid-ukP3PCVzyZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukP3PCVzyZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukP3PCVzyZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukP3PCVzyZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukP3PCVzyZ ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ukP3PCVzyZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukP3PCVzyZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #550aa9;
  background: #550aa9;
}
.cid-ukP3PCVzyZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-ukP3PCVzyZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukP3PCVzyZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukP3PCVzyZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukP3PCVzyZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukP3PCVzyZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukP3PCVzyZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukP3PCVzyZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukP3PCVzyZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukP3PCVzyZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ukP3PCVzyZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukP3PCVzyZ .navbar {
    height: 70px;
  }
  .cid-ukP3PCVzyZ .navbar.opened {
    height: auto;
  }
  .cid-ukP3PCVzyZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukP3PCVzyZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ukP3PCVzyZ .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ukP3PCVzyZ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ukP3PCVzyZ .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-ukP3PCVzyZ .navbar-caption:hover {
  color: #fff6eb;
}
@media (min-width: 992px) {
  .cid-ukP3PCVzyZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ukP3PCVzyZ .nav-link {
  position: relative;
}
.cid-ukP3PCVzyZ .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-ukP3PCVzyZ .nav-link:hover:before {
  width: 100%;
}
.cid-ukP3PCVzyZ .mbr-text,
.cid-ukP3PCVzyZ .mbr-section-subtitle,
.cid-ukP3PCVzyZ .text_widget {
  opacity: .5;
}
.cid-ukP3PCVzyZ .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-ukP3PCVzyZ .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-ukP3PCVzyZ .text_widget {
  color: #f8f7ff;
}
.cid-ukP3PCVzyZ .mbr-section-subtitle,
.cid-ukP3PCVzyZ .text_widget,
.cid-ukP3PCVzyZ .mbr-section-btn {
  text-align: center;
}
.cid-ukP3PCVzyZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ukP3PDtJUu {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/vap-2-2000x1136.png");
}
.cid-ukP3PDtJUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukP3PDtJUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukP3PDtJUu .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-ukP3PDtJUu .col {
    width: 40%;
  }
}
.cid-ukP3PDtJUu .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ukP3PDtJUu .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-ukP3PDtJUu .card-wrapper h1,
.cid-ukP3PDtJUu .card-wrapper h2,
.cid-ukP3PDtJUu .card-wrapper p,
.cid-ukP3PDtJUu .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-ukP3PDtJUu .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 1;
}
.cid-ukP3PDtJUu .mbr-section-title {
  color: #252434;
}
.cid-ukP3PDtJUu .mbr-section-subtitle {
  color: #491414;
}
.cid-ukP3PDtJUu .mbr-text,
.cid-ukP3PDtJUu .mbr-section-btn {
  color: #252434;
}
.cid-ukUI1VON4H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fe6750;
}
.cid-ukUI1VON4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukUI1VON4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukUI1VON4H .row {
    padding: 0 24px;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-ukUI1VON4H .card {
    margin-bottom: 56px;
  }
}
.cid-ukUI1VON4H .card .card-wrapper {
  border-top: 2px solid #fff1de;
}
.cid-ukUI1VON4H .card .card-wrapper .mbr-number {
  padding-top: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukUI1VON4H .card .card-wrapper .mbr-number {
    padding-top: 12px;
  }
}
.cid-ukUI1VON4H .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukUI1VON4H .mbr-number {
  color: #fff1de;
}
.cid-ukUI1VON4H .mbr-text {
  color: #fff1de;
}
.cid-ukP3PDNocI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukP3PDNocI H2 {
  color: #e7272d;
}
.cid-ukP3PDNocI .mbr-text,
.cid-ukP3PDNocI .mbr-section-btn {
  color: #808080;
}
.cid-ukP3PDNocI img {
  max-width: 500px;
  margin: auto;
}
.cid-ukP3PDNocI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukP3PDNocI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukVhmR2Vea {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukVhmR2Vea .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukVhmR2Vea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ukVhmR2Vea .container {
    padding: 0 24px;
  }
}
.cid-ukVhmR2Vea .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-ukVhmR2Vea .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-ukVhmR2Vea .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-ukVhmR2Vea .image-wrapper img {
    height: 350px;
  }
}
.cid-ukVhmR2Vea .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ukVhmR2Vea .content-wrapper {
    padding: 0;
  }
}
.cid-ukVhmR2Vea .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ukVhmR2Vea .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-ukVhmR2Vea .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukVhmR2Vea .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ukVhmR2Vea .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ukVhmR2Vea .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-ukVhmR2Vea .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #4a8dff;
  background-color: #f2fafd;
}
.cid-ukVhmR2Vea .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-ukVhmR2Vea .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-ukVhmR2Vea .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-ukVhmR2Vea .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-ukVhmR2Vea .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #990066;
  background-color: #fff2fb;
}
.cid-ukVhmR2Vea .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ukVhmR2Vea .mbr-section-title {
  color: #262642;
}
.cid-ukVhmR2Vea .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-ukVhmR2Vea .card-text {
  color: #808080;
}
.cid-ukVrwYesi1 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ukVrwYesi1 .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-ukVrwYesi1 .mbr-media {
  display: inline-block;
  width: 100%;
}
.cid-ukVrwYesi1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ukVrwYesi1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ukVrwYesi1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ukVrwYesi1 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ukVrwYesi1 a.close:hover {
  color: #ffffff;
}
.cid-ukVrwYesi1 .btn-play {
  position: relative;
  background: #ec6963;
  width: 60px;
  height: 60px;
  border: 1px solid #ec6963;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-ukVrwYesi1 .btn-play:after {
  content: '';
  border: 1px solid;
  border-color: inherit;
  width: 150%;
  height: 150%;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  left: -25%;
  top: -25%;
  opacity: 1;
  -webkit-animation: 1s play-video linear infinite;
  animation: 1s play-video linear infinite;
}
@keyframes play-video {
  0% {
    transform: scale(0.68);
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes play-video {
  0% {
    -webkit-transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.2);
    -webkit-opacity: 0;
  }
}
.cid-ukVrwYesi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukVrwYesi1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukVrwYesi1 H1 {
  text-align: center;
}
.cid-ukVrwYesi1 P {
  text-align: left;
}
.cid-ukUIsC28vU {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background2-1200x750.jpg");
}
.cid-ukUIsC28vU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukUIsC28vU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukUIsC28vU .row {
    padding: 0 24px;
  }
}
.cid-ukUIsC28vU .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukUIsC28vU .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-ukUIsC28vU .mbr-section-title {
  color: #005c62;
}
.cid-ukUIsC28vU .mbr-text {
  color: #005c62;
  text-align: center;
}
.cid-ukUIsC28vU .mbr-section-title,
.cid-ukUIsC28vU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ukUIv53SHP {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/small-logo-1722x894.png");
}
.cid-ukUIv53SHP .mbr-overlay {
  background-color: #fe6750;
  opacity: 0.9;
}
@media (min-width: 992px) {
  .cid-ukUIv53SHP form.mbr-form {
    padding: 3rem 2rem;
    width: 70%;
  }
}
.cid-ukUIv53SHP form.mbr-form .form-control {
  box-shadow: none;
  border: solid 1px #c7c7c7 !important;
}
.cid-ukUIv53SHP form.mbr-form .form-control:focus {
  border: 1px solid #000 !important;
}
.cid-ukUIv53SHP form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ukUIv53SHP form.mbr-form .mbr-section-btn .btn {
  width: max-content;
  margin: auto;
  padding: 0 3rem;
}
.cid-ukUIv53SHP .mbr-section-title {
  color: #ffffff;
}
.cid-ukUIv53SHP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukUIv53SHP LABEL {
  color: #ffffff;
}
.cid-ukPlqVfwAQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/creative-blgrmd-2-1143x667.png");
}
.cid-ukPlqVfwAQ p {
  text-align: center;
}
.cid-ukPlqVfwAQ .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-ukPlqVfwAQ .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-ukPlqVfwAQ a {
  font-weight: normal;
}
.cid-ukPlqVfwAQ .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-ukPlqVfwAQ .copyright .list-inline {
  margin-bottom: 0;
}
.cid-ukPlqVfwAQ .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-ukPlqVfwAQ .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-ukPlqVfwAQ li a {
  position: relative;
}
.cid-ukPlqVfwAQ li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-ukPlqVfwAQ li a:hover:before {
  width: 100%;
}
.cid-ukPlqVfwAQ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #f8f7ff;
  text-align: right;
}
.cid-ukPlqVfwAQ .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-ukPlqVfwAQ .d-flex {
    flex-direction: column;
  }
  .cid-ukPlqVfwAQ .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-ukPlqVfwAQ .icon-transition span {
  display: block;
}
.cid-ukPlqVfwAQ .list-inline-item a {
  display: block;
}
.cid-ukPlqVfwAQ .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukPlqVfwAQ .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-ukPlqVfwAQ .icon-transition span {
  color: #151515;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-ukPlqVfwAQ .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-ukPlqVfwAQ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-ukPlqVfwAQ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-ukPlqVfwAQ .logo-footer {
    text-align: center;
  }
  .cid-ukPlqVfwAQ .social-media {
    justify-content: center;
  }
}
