body {
  font-family: 'Be Vietnam Pro', sans-serif;
}
.display-1 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 4.9rem;
  line-height: 1.17;
}
.display-1 > .mbr-iconfont {
  font-size: 6.125rem;
}
.display-2 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 3.75rem;
  line-height: 1.31;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.875rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.43rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.17 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.31 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.6 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #913bff !important;
}
.bg-success {
  background-color: #ff7a41 !important;
}
.bg-info {
  background-color: #f0e4ff !important;
}
.bg-warning {
  background-color: #738bae !important;
}
.bg-danger {
  background-color: #ec2016 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #913bff !important;
  border-color: #913bff !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #6400e3 !important;
  border-color: #6400e3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6400e3 !important;
  border-color: #6400e3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0066ff !important;
  border-color: #0066ff !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: #0043a8 !important;
  border-color: #0043a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0043a8 !important;
  border-color: #0043a8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0e4ff !important;
  border-color: #f0e4ff !important;
  color: #6500e4 !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: #ffffff !important;
  background-color: #c08dff !important;
  border-color: #c08dff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #6500e4 !important;
  background-color: #c08dff !important;
  border-color: #c08dff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff7a41 !important;
  border-color: #ff7a41 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #e94600 !important;
  border-color: #e94600 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e94600 !important;
  border-color: #e94600 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #738bae !important;
  border-color: #738bae !important;
  color: #ffffff !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: #4a6080 !important;
  border-color: #4a6080 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4a6080 !important;
  border-color: #4a6080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ec2016 !important;
  border-color: #ec2016 !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: #9e140d !important;
  border-color: #9e140d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9e140d !important;
  border-color: #9e140d !important;
}
.btn-white,
.btn-white: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-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.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-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !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: transparent;
  color: #913bff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6400e3 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #913bff !important;
  border-color: #913bff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0066ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0043a8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0066ff !important;
  border-color: #0066ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f0e4ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c08dff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #6500e4 !important;
  background-color: #f0e4ff !important;
  border-color: #f0e4ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff7a41;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e94600 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7a41 !important;
  border-color: #ff7a41 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #738bae;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4a6080 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #738bae !important;
  border-color: #738bae !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ec2016;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9e140d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ec2016 !important;
  border-color: #ec2016 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.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: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #913bff !important;
}
.text-secondary {
  color: #0066ff !important;
}
.text-success {
  color: #ff7a41 !important;
}
.text-info {
  color: #f0e4ff !important;
}
.text-warning {
  color: #738bae !important;
}
.text-danger {
  color: #ec2016 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #010d4c !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5d00d4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #003d99 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #da4100 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b77eff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #455976 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #90120c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #913bff;
}
.nav-tabs .nav-link:not(.active) {
  color: #02274a;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f0e4ff;
}
.alert-warning {
  background-color: #738bae;
}
.alert-danger {
  background-color: #ec2016;
}
.mbr-gallery-filter li.active .btn {
  background-color: #913bff;
  border-color: #913bff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #913bff;
}
.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: #c4cedd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbd5d3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #913bff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #913bff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #913bff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #913bff;
}
.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: #913bff;
  border-bottom-color: #913bff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #913bff !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: #0066ff !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='%23913bff' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 984px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1164px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1344px;
  }
}
.container .row {
  margin-left: -12px;
  margin-right: -12px;
}
.container .row > [class*="col"] {
  padding-left: 12px;
  padding-right: 12px;
}
.btn {
  min-height: 48px;
  padding: 8px 40px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  border: none;
  position: relative;
}
.btn::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  transform: scale(0);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .mbr-section-btn .btn {
    width: 100%;
  }
}
.mbr-section-btn .btn-primary:hover {
  background-color: #0066ff !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover::before,
.mbr-section-btn .btn-secondary:hover::before,
.mbr-section-btn .btn-info:hover::before,
.mbr-section-btn .btn-success:hover::before,
.mbr-section-btn .btn-warning:hover::before,
.mbr-section-btn .btn-danger:hover::before,
.mbr-section-btn .btn-white:hover::before,
.mbr-section-btn .btn-black:hover::before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.cid-sXTK8IMcXk .navbar-dropdown {
  position: relative !important;
}
.cid-sXTK8IMcXk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXTK8IMcXk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXTK8IMcXk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXTK8IMcXk .dropdown-item:hover,
.cid-sXTK8IMcXk .dropdown-item:focus {
  background: #913bff !important;
  color: white !important;
}
.cid-sXTK8IMcXk .dropdown-item:hover span {
  color: white;
}
.cid-sXTK8IMcXk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXTK8IMcXk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXTK8IMcXk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXTK8IMcXk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXTK8IMcXk .nav-link {
  position: relative;
}
.cid-sXTK8IMcXk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .container {
    flex-wrap: nowrap;
  }
}
.cid-sXTK8IMcXk .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXTK8IMcXk .dropdown-menu,
.cid-sXTK8IMcXk .navbar.opened {
  background: #ffffff !important;
}
.cid-sXTK8IMcXk .nav-item:focus,
.cid-sXTK8IMcXk .nav-link:focus {
  outline: none;
}
.cid-sXTK8IMcXk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXTK8IMcXk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXTK8IMcXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXTK8IMcXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXTK8IMcXk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXTK8IMcXk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXTK8IMcXk .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-sXTK8IMcXk .navbar.opened {
  transition: all 0.3s;
}
.cid-sXTK8IMcXk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXTK8IMcXk .navbar .navbar-logo img {
  width: auto;
}
.cid-sXTK8IMcXk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXTK8IMcXk .navbar.collapsed {
  justify-content: center;
}
.cid-sXTK8IMcXk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXTK8IMcXk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sXTK8IMcXk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXTK8IMcXk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXTK8IMcXk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sXTK8IMcXk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXTK8IMcXk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXTK8IMcXk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXTK8IMcXk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sXTK8IMcXk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXTK8IMcXk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXTK8IMcXk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXTK8IMcXk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXTK8IMcXk .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXTK8IMcXk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXTK8IMcXk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXTK8IMcXk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXTK8IMcXk .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-sXTK8IMcXk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXTK8IMcXk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXTK8IMcXk .dropdown-item.active,
.cid-sXTK8IMcXk .dropdown-item:active {
  background-color: transparent;
}
.cid-sXTK8IMcXk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXTK8IMcXk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXTK8IMcXk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXTK8IMcXk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sXTK8IMcXk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXTK8IMcXk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXTK8IMcXk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXTK8IMcXk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXTK8IMcXk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXTK8IMcXk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXTK8IMcXk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXTK8IMcXk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXTK8IMcXk .navbar-dropdown {
  padding: 0;
}
.cid-sXTK8IMcXk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXTK8IMcXk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXTK8IMcXk .navbar {
    height: 70px;
  }
  .cid-sXTK8IMcXk .navbar.opened {
    height: auto;
  }
  .cid-sXTK8IMcXk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXTK8IMcXk .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-sXTK8IMcXk .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXTK8IMcXk .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sXTK8IMcXk .navbar-nav {
    margin-left: 145px;
  }
}
.cid-sXTK8IMcXk .nav-item a:hover {
  color: #ffffff !important;
}
.cid-sXTK8IMcXk .nav-item .nav-link {
  position: relative !important;
}
.cid-sXTK8IMcXk .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #913bff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-sXTK8IMcXk .nav-item .nav-link:hover {
  color: #913bff !important;
}
.cid-sXTK8IMcXk .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-sXTK8IMcXk .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXTK8IMcXk .tel-menu {
    display: none;
  }
}
.cid-sXTK8IMcXk .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .mbr-text {
    text-align: center !important;
  }
}
.cid-sXTK8IMcXk .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-sXTK8IMcXk .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-sXTK8IMcXk .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-sXTK8IMcXk .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-sXTK8IMcXk .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #913bff;
  border-radius: 0.25rem;
}
.cid-sXTK9GJQhS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/pexels-hasan-albari-1229861.jpg");
}
.cid-sXTK9GJQhS .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-sXTK9GJQhS .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  padding: 15px 0 20px;
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .cid-sXTK9GJQhS .mbr-section-subtitle {
    margin-left: 3rem!important;
    margin-right: 3rem!important;
  }
}
.cid-sXTK9GJQhS .mbr-section-btn {
  margin-top: 6px;
}
.cid-sXTK9GJQhS .mbr-section-btn .btn:before {
  display: none;
}
.cid-sXTK9GJQhS .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-sXTK9GJQhS .image-wrapper {
  margin-top: 40px;
}
.cid-sXTK9GJQhS .image-wrapper img {
  max-width: 800px;
  width: 100%;
}
.cid-sXTK9GJQhS .mbr-section-title,
.cid-sXTK9GJQhS .mbr-section-btn {
  color: #ffffff;
}
.cid-ubCHLYFawn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
  position: relative;
}
.cid-ubCHLYFawn .container,
.cid-ubCHLYFawn .container-fluid {
  position: static;
}
.cid-ubCHLYFawn .mbr-section-title {
  color: #010d4c;
}
.cid-ubCHLYFawn .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 5px;
}
.cid-ubCHLYFawn .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 48px;
}
@media (min-width: 1400px) {
  .cid-ubCHLYFawn .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-ubCHLYFawn .mbr-text {
    margin-top: 38px;
  }
}
.cid-ubCHLYFawn .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-ubCHLYFawn .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ubCHLYFawn .mbr-section-btn .btn {
  padding: 10px 30px;
  min-height: 55px;
  border-radius: 9px;
}
.cid-ubCHLYFawn .mbr-section-btn .btn-info:hover {
  background-color: #0066ff !important;
  color: #ffffff !important;
}
.cid-ubCHLYFawn .image-wrapper {
  height: 650px;
}
.cid-ubCHLYFawn .image-wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-ubCHLYFawn .image-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36.4% !important;
    z-index: 2;
    right: 5%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubCHLYFawn .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-ubCHLYFawn .image-wrapper:before {
  content: '';
  position: absolute;
  width: 1056px;
  height: 1056px;
  top: -385px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 12, 119, 0.03);
  z-index: -1;
  box-sizing: border-box;
  right: -305px;
}
@media (max-width: 1399px) {
  .cid-ubCHLYFawn .image-wrapper:before {
    width: 870px;
    height: 870px;
  }
}
@media (max-width: 1199px) {
  .cid-ubCHLYFawn .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-ubCHLYFawn .image-wrapper:before {
    display: none;
  }
}
.cid-ubCHLYFawn .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-ubCHLYFawn .col-text {
    width: 58.3333333333% !important;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .cid-ubCHLYFawn .col-text {
    width: 50% !important;
  }
}
.cid-ubCHLYFawn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCHLYFawn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCHLYFawn .mbr-text,
.cid-ubCHLYFawn .mbr-section-btn {
  color: #000000;
}
.cid-sXTMYJwaoG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sXTMYJwaoG .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sXTMYJwaoG .mbr-section-title {
  color: #000000;
}
.cid-sXTMYJwaoG .mbr-section-subtitle {
  color: #000000;
  opacity: 0.8;
}
.cid-sXTMYJwaoG .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-sXTMYJwaoG .card-title {
    margin-bottom: 18px;
  }
}
.cid-sXTMYJwaoG .card-title a {
  font-weight: 700;
}
.cid-sXTMYJwaoG .card-title a:hover {
  color: #913bff !important;
}
.cid-sXTMYJwaoG .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-sXTMYJwaoG .icon-box {
    margin-bottom: 20px;
  }
}
.cid-sXTMYJwaoG .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #913bff;
}
.cid-sXTMYJwaoG .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-sXTMYJwaoG .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-sXTMYJwaoG .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-sXTMYJwaoG .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-sXTMYJwaoG .col-card {
  margin-top: 30px;
}
.cid-sXTMYJwaoG .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-sXTMYJwaoG .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-sXTMYJwaoG .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-sXTMYJwaoG .mbr-text,
.cid-sXTMYJwaoG .link {
  color: #000000;
}
.cid-sXTNWsfLNf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sXTNWsfLNf .container {
  display: flex;
  justify-content: center;
}
.cid-sXTNWsfLNf .main-row {
  align-items: center;
  max-width: 1170px;
  width: 100%;
}
.cid-sXTNWsfLNf .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #000000;
  box-shadow: 0 30px 80px rgba(68, 109, 255, 0.05);
  padding: 38px 53px !important;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-sXTNWsfLNf .content-container {
    padding: 30px 3px !important;
  }
}
@media (min-width: 1400px) {
  .cid-sXTNWsfLNf .content-container {
    padding: 38px 41px !important;
  }
}
.cid-sXTNWsfLNf .col-text {
  padding: 0 12px !important;
}
@media (min-width: 1400px) {
  .cid-sXTNWsfLNf .col-text {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-sXTNWsfLNf .col-text {
    margin-bottom: 20px;
  }
}
.cid-sXTNWsfLNf .col-btn {
  display: flex;
  padding: 0 12px !important;
  justify-content: flex-end;
}
@media (min-width: 1400px) {
  .cid-sXTNWsfLNf .col-btn {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-sXTNWsfLNf .col-btn {
    justify-content: center;
  }
}
.cid-sXTNWsfLNf .text-container {
  width: 100%;
}
.cid-sXTNWsfLNf .label-text {
  color: #A1A0A0;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .cid-sXTNWsfLNf .label-text {
    text-align: center !important;
  }
}
.cid-sXTNWsfLNf .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-sXTNWsfLNf .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sXTNWsfLNf .mbr-text {
  color: #ffffff;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-sXTNWsfLNf .mbr-text {
    text-align: center !important;
  }
}
.cid-sXTNWsfLNf .mbr-section-btn .btn {
  border-radius: 10px;
  padding: 10px 40px;
  min-height: 62px;
}
.cid-sXTNWsfLNf .mbr-section-btn .btn-secondary-outline {
  border: 1px solid #0066ff;
}
.cid-sXTNWsfLNf .mbr-section-btn .btn-secondary-outline:hover {
  background-color: #0066ff !important;
  border-color: #0066ff !important;
  color: #ffffff!important;
}
@media (max-width: 575px) {
  .cid-sXTNWsfLNf .mbr-section-btn {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sXTNWsfLNf .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sXTNAnvmUe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sXTNAnvmUe .row {
  display: flex;
  align-items: center;
}
.cid-sXTNAnvmUe .label-text {
  width: 100%;
  color: #000000;
  margin-bottom: 8px;
}
.cid-sXTNAnvmUe .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-sXTNAnvmUe .mbr-text {
  color: #000000;
  opacity: 0.8;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-bottom: 0;
}
.cid-sXTNAnvmUe .mbr-section-btn {
  margin-top: 20px;
}
.cid-sXTNAnvmUe .mbr-section-btn .btn-secondary:hover,
.cid-sXTNAnvmUe .mbr-section-btn .btn-primary:hover {
  color: #ffffff !important;
  background-color: #ff7a41 !important;
}
.cid-sXTNAnvmUe .mbr-section-btn .btn {
  min-height: 55px;
  padding: 10px 45px;
}
.cid-sXTNAnvmUe .mbr-section-btn .btn:before {
  display: none;
}
.cid-sXTNAnvmUe .mbr-section-btn .btn:hover:before {
  display: none;
}
@media (max-width: 767px) {
  .cid-sXTNAnvmUe .image-wrapper {
    margin-top: 40px;
  }
}
.cid-sXTNAnvmUe .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sXTNAnvmUe .image-wrapper img {
    padding-left: 5%;
  }
}
.cid-sXTNAnvmUe .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
  margin-top: 16px;
  width: 100%;
}
.cid-sXTNAnvmUe .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.cid-sXTNAnvmUe .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-sXTNAnvmUe .icon-wrapper span {
  color: #0066ff;
  font-size: 13px;
}
.cid-sXTNAnvmUe .list-item-text {
  flex-grow: 1;
  color: #0B3C6A;
}
.cid-sXTNAnvmUe .mbr-section-title,
.cid-sXTNAnvmUe .mbr-section-btn {
  color: #000000;
}
.cid-sXTP8RzBNG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cecece;
}
@media (min-width: 1400px) {
  .cid-sXTP8RzBNG .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-sXTP8RzBNG .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-sXTP8RzBNG .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-sXTP8RzBNG .row {
  display: flex;
  align-items: stretch;
}
.cid-sXTP8RzBNG .mbr-section-head {
  margin-bottom: 50px;
}
.cid-sXTP8RzBNG .label-text {
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
}
.cid-sXTP8RzBNG .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-sXTP8RzBNG .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-sXTP8RzBNG .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-sXTP8RzBNG .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-sXTP8RzBNG .item:focus,
.cid-sXTP8RzBNG span:focus {
  outline: none;
}
.cid-sXTP8RzBNG .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-sXTP8RzBNG .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-sXTP8RzBNG .item-wrapper .item-content a:hover {
  color: #913bff !important;
}
.cid-sXTP8RzBNG .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-sXTP8RzBNG .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-sXTP8RzBNG .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-sXTP8RzBNG .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-sXTP8RzBNG .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-sXTP8RzBNG .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-sXTP8RzBNG .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-sXTP8RzBNG .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sXTP8RzBNG .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #913bff;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-sXTP8RzBNG .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-sXTP8RzBNG .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-sXTP8RzBNG .item-content-container {
    padding: 20px 15px;
  }
}
.cid-sXTP8RzBNG .mbr-section-btn {
  margin-top: 20px;
}
.cid-sXTP8RzBNG .item-title {
  text-align: center;
  width: 100%;
  color: #913bff;
  margin-bottom: 0;
}
.cid-sXTP8RzBNG .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-sXTP8RzBNG .mbr-text,
.cid-sXTP8RzBNG .mbr-section-btn {
  text-align: center;
}
.cid-ubD4IWkjcq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubD4IWkjcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubD4IWkjcq .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-ubD4IWkjcq .container {
    padding: 0 20px;
  }
}
.cid-ubD4IWkjcq .row {
  margin: 0;
}
.cid-ubD4IWkjcq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ubD4IWkjcq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ubD4IWkjcq .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ubD4IWkjcq .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ubD4IWkjcq .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ubD4IWkjcq .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ubD4IWkjcq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ubCI9mUlzn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-ubCI9mUlzn .container {
  display: flex;
  justify-content: center;
}
.cid-ubCI9mUlzn .main-row {
  align-items: center;
  max-width: 1170px;
  width: 100%;
}
.cid-ubCI9mUlzn .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(68, 109, 255, 0.05);
  padding: 38px 53px !important;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-ubCI9mUlzn .content-container {
    padding: 30px 3px !important;
  }
}
@media (min-width: 1400px) {
  .cid-ubCI9mUlzn .content-container {
    padding: 38px 41px !important;
  }
}
.cid-ubCI9mUlzn .col-text {
  padding: 0 12px !important;
}
@media (min-width: 1400px) {
  .cid-ubCI9mUlzn .col-text {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-ubCI9mUlzn .col-text {
    margin-bottom: 20px;
  }
}
.cid-ubCI9mUlzn .col-btn {
  display: flex;
  padding: 0 12px !important;
  justify-content: flex-end;
}
@media (min-width: 1400px) {
  .cid-ubCI9mUlzn .col-btn {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-ubCI9mUlzn .col-btn {
    justify-content: center;
  }
}
.cid-ubCI9mUlzn .text-container {
  width: 100%;
}
.cid-ubCI9mUlzn .label-text {
  color: #000000;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .cid-ubCI9mUlzn .label-text {
    text-align: center !important;
  }
}
.cid-ubCI9mUlzn .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ubCI9mUlzn .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ubCI9mUlzn .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ubCI9mUlzn .mbr-text {
    text-align: center !important;
  }
}
.cid-ubCI9mUlzn .mbr-section-btn .btn {
  border-radius: 10px;
  padding: 10px 40px;
  min-height: 62px;
}
.cid-ubCI9mUlzn .mbr-section-btn .btn-secondary-outline {
  border: 1px solid #0066ff;
}
.cid-ubCI9mUlzn .mbr-section-btn .btn-secondary-outline:hover {
  background-color: #0066ff !important;
  border-color: #0066ff !important;
  color: #ffffff!important;
}
@media (max-width: 575px) {
  .cid-ubCI9mUlzn .mbr-section-btn {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ubCI9mUlzn .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ubCI9mUlzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCI9mUlzn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sY5bRY3IEB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sY5bRY3IEB .col-title {
  margin-bottom: 70px;
}
.cid-sY5bRY3IEB .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-sY5bRY3IEB .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-sY5bRY3IEB .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-sY5bRY3IEB .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-sY5bRY3IEB .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-sY5bRY3IEB .carousel,
.cid-sY5bRY3IEB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sY5bRY3IEB .item-wrapper {
  width: 100%;
  overflow: visible !important;
}
@media (min-width: 1400px) {
  .cid-sY5bRY3IEB .item-wrapper {
    padding: 0 1.5rem;
  }
}
.cid-sY5bRY3IEB .carousel-caption {
  bottom: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  padding: 45px 85px 40px;
  margin-bottom: 114px;
  background: #000000;
  box-shadow: 0 35px 70px rgba(0, 42, 190, 0.04);
  border-radius: 30px;
  text-align: center;
}
@media (max-width: 1199px) {
  .cid-sY5bRY3IEB .carousel-caption {
    padding: 25px 15px 25px;
  }
}
.cid-sY5bRY3IEB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sY5bRY3IEB .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sY5bRY3IEB .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-sY5bRY3IEB .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sY5bRY3IEB .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sY5bRY3IEB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sY5bRY3IEB .carousel-control {
  display: none !important;
}
.cid-sY5bRY3IEB .carousel-indicators {
  position: absolute;
  z-index: 11;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sY5bRY3IEB .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: #913BFF;
  border: none;
  border-radius: 50%;
  opacity: 0.2;
  transition: all 0.3s;
}
.cid-sY5bRY3IEB .carousel-indicators li.active,
.cid-sY5bRY3IEB .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sY5bRY3IEB .carousel-indicators li::after,
.cid-sY5bRY3IEB .carousel-indicators li::before {
  content: none;
}
.cid-sY5bRY3IEB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-sY5bRY3IEB .icon-box {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-sY5bRY3IEB .icon-box .mbr-iconfont {
  font-size: 75px;
  color: #ffffff;
}
.cid-sY5bRY3IEB .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  margin: 25px 0 38px;
}
.cid-sY5bRY3IEB .mbr-section-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sY5bRY3IEB .prof-text {
  color: #ffffff;
  opacity: 0.3;
  margin-bottom: 0;
}
.cid-sY5bRY3IEB .carousel-inner {
  overflow: visible !important;
}
.cid-sY5bRY3IEB .carousel-inner .item-menu-overlay {
  display: none !important;
  transition: 0s !important;
}
.cid-uMWypNF8ES {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cecece;
}
.cid-uMWypNF8ES .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMWypNF8ES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMWypNF8ES .nav-wrapper {
  justify-content: center;
}
.cid-uMWypNF8ES .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-uMWypNF8ES .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMWypNF8ES .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap:hover,
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uMWypNF8ES .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-uMWypNF8ES .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-uMWypNF8ES .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMWypNF8ES .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-uMWypNF8ES .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #19171c;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-uMWypNF8ES .nav-title {
  color: #000000;
}
.cid-uMWypNF8ES .list {
  color: #19171c;
}
.cid-uMWypNF8ES .list,
.cid-uMWypNF8ES .item-wrap {
  color: #000000;
}
.cid-uMWypNF8ES .mbr-copy,
.cid-uMWypNF8ES .social-wrapper {
  color: #000000;
}
.cid-ubCN4YREFT .navbar-dropdown {
  position: relative !important;
}
.cid-ubCN4YREFT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubCN4YREFT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubCN4YREFT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubCN4YREFT .dropdown-item:hover,
.cid-ubCN4YREFT .dropdown-item:focus {
  background: #913bff !important;
  color: white !important;
}
.cid-ubCN4YREFT .dropdown-item:hover span {
  color: white;
}
.cid-ubCN4YREFT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubCN4YREFT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubCN4YREFT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubCN4YREFT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubCN4YREFT .nav-link {
  position: relative;
}
.cid-ubCN4YREFT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubCN4YREFT .container {
    flex-wrap: nowrap;
  }
}
.cid-ubCN4YREFT .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubCN4YREFT .dropdown-menu,
.cid-ubCN4YREFT .navbar.opened {
  background: #ffffff !important;
}
.cid-ubCN4YREFT .nav-item:focus,
.cid-ubCN4YREFT .nav-link:focus {
  outline: none;
}
.cid-ubCN4YREFT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubCN4YREFT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubCN4YREFT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubCN4YREFT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubCN4YREFT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubCN4YREFT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubCN4YREFT .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-ubCN4YREFT .navbar.opened {
  transition: all 0.3s;
}
.cid-ubCN4YREFT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubCN4YREFT .navbar .navbar-logo img {
  width: auto;
}
.cid-ubCN4YREFT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubCN4YREFT .navbar.collapsed {
  justify-content: center;
}
.cid-ubCN4YREFT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubCN4YREFT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubCN4YREFT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubCN4YREFT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubCN4YREFT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubCN4YREFT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ubCN4YREFT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubCN4YREFT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubCN4YREFT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubCN4YREFT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubCN4YREFT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubCN4YREFT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubCN4YREFT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubCN4YREFT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ubCN4YREFT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubCN4YREFT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubCN4YREFT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubCN4YREFT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubCN4YREFT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubCN4YREFT .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubCN4YREFT .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubCN4YREFT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubCN4YREFT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubCN4YREFT .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-ubCN4YREFT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubCN4YREFT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubCN4YREFT .dropdown-item.active,
.cid-ubCN4YREFT .dropdown-item:active {
  background-color: transparent;
}
.cid-ubCN4YREFT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubCN4YREFT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubCN4YREFT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubCN4YREFT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubCN4YREFT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubCN4YREFT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubCN4YREFT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubCN4YREFT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubCN4YREFT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubCN4YREFT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubCN4YREFT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubCN4YREFT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubCN4YREFT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubCN4YREFT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCN4YREFT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubCN4YREFT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubCN4YREFT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCN4YREFT .navbar-dropdown {
  padding: 0;
}
.cid-ubCN4YREFT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubCN4YREFT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubCN4YREFT .navbar {
    height: 70px;
  }
  .cid-ubCN4YREFT .navbar.opened {
    height: auto;
  }
  .cid-ubCN4YREFT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubCN4YREFT .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-ubCN4YREFT .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-ubCN4YREFT .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ubCN4YREFT .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ubCN4YREFT .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-ubCN4YREFT .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-ubCN4YREFT .navbar-nav {
    margin-left: 145px;
  }
}
.cid-ubCN4YREFT .nav-item a:hover {
  color: #ffffff !important;
}
.cid-ubCN4YREFT .nav-item .nav-link {
  position: relative !important;
}
.cid-ubCN4YREFT .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #913bff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-ubCN4YREFT .nav-item .nav-link:hover {
  color: #913bff !important;
}
.cid-ubCN4YREFT .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-ubCN4YREFT .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-ubCN4YREFT .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-ubCN4YREFT .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ubCN4YREFT .tel-menu {
    display: none;
  }
}
.cid-ubCN4YREFT .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-ubCN4YREFT .mbr-text {
    text-align: center !important;
  }
}
.cid-ubCN4YREFT .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-ubCN4YREFT .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ubCN4YREFT .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ubCN4YREFT .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-ubCN4YREFT .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-ubCN4YREFT .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-ubCN4YREFT .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #913bff;
  border-radius: 0.25rem;
}
.cid-ubCN52MF03 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-ubCN52MF03 .container {
  display: flex;
  justify-content: center;
}
.cid-ubCN52MF03 .main-row {
  align-items: center;
  max-width: 1170px;
  width: 100%;
}
.cid-ubCN52MF03 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #000000;
  box-shadow: 0 30px 80px rgba(68, 109, 255, 0.05);
  padding: 38px 53px !important;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-ubCN52MF03 .content-container {
    padding: 30px 3px !important;
  }
}
@media (min-width: 1400px) {
  .cid-ubCN52MF03 .content-container {
    padding: 38px 41px !important;
  }
}
.cid-ubCN52MF03 .col-text {
  padding: 0 12px !important;
}
@media (min-width: 1400px) {
  .cid-ubCN52MF03 .col-text {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-ubCN52MF03 .col-text {
    margin-bottom: 20px;
  }
}
.cid-ubCN52MF03 .col-btn {
  display: flex;
  padding: 0 12px !important;
  justify-content: flex-end;
}
@media (min-width: 1400px) {
  .cid-ubCN52MF03 .col-btn {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-ubCN52MF03 .col-btn {
    justify-content: center;
  }
}
.cid-ubCN52MF03 .text-container {
  width: 100%;
}
.cid-ubCN52MF03 .label-text {
  color: #A1A0A0;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .cid-ubCN52MF03 .label-text {
    text-align: center !important;
  }
}
.cid-ubCN52MF03 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ubCN52MF03 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ubCN52MF03 .mbr-text {
  color: #ffffff;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ubCN52MF03 .mbr-text {
    text-align: center !important;
  }
}
.cid-ubCN52MF03 .mbr-section-btn .btn {
  border-radius: 10px;
  padding: 10px 40px;
  min-height: 62px;
}
.cid-ubCN52MF03 .mbr-section-btn .btn-secondary-outline {
  border: 1px solid #0066ff;
}
.cid-ubCN52MF03 .mbr-section-btn .btn-secondary-outline:hover {
  background-color: #0066ff !important;
  border-color: #0066ff !important;
  color: #ffffff!important;
}
@media (max-width: 575px) {
  .cid-ubCN52MF03 .mbr-section-btn {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ubCN52MF03 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ubCNUlSyvp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #000000;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.8), #000000);
}
.cid-ubCNUlSyvp .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-ubCNUlSyvp .container {
  pointer-events: none;
  z-index: 1;
}
.cid-ubCNUlSyvp .title__block,
.cid-ubCNUlSyvp .image__block {
  pointer-events: all;
}
.cid-ubCNUlSyvp .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ubCNUlSyvp .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-ubCNUlSyvp .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-ubCNUlSyvp .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-ubCNUlSyvp .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-ubCNUlSyvp .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-ubCNUlSyvp .image__block {
  max-height: 600px;
}
.cid-ubCNUlSyvp .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ubCNUlSyvp .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-ubCNUlSyvp .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-ubCNUlSyvp .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-ubCNUlSyvp .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-ubCNUlSyvp .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-ubCNUlSyvp .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-ubCNUlSyvp .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-ubCNUlSyvp .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-ubCNUlSyvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCNUlSyvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMWypNF8ES {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cecece;
}
.cid-uMWypNF8ES .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMWypNF8ES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMWypNF8ES .nav-wrapper {
  justify-content: center;
}
.cid-uMWypNF8ES .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-uMWypNF8ES .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMWypNF8ES .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap:hover,
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uMWypNF8ES .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-uMWypNF8ES .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-uMWypNF8ES .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMWypNF8ES .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-uMWypNF8ES .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #19171c;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-uMWypNF8ES .nav-title {
  color: #000000;
}
.cid-uMWypNF8ES .list {
  color: #19171c;
}
.cid-uMWypNF8ES .list,
.cid-uMWypNF8ES .item-wrap {
  color: #000000;
}
.cid-uMWypNF8ES .mbr-copy,
.cid-uMWypNF8ES .social-wrapper {
  color: #000000;
}
.cid-ubCOqc9Lk2 .navbar-dropdown {
  position: relative !important;
}
.cid-ubCOqc9Lk2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubCOqc9Lk2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubCOqc9Lk2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubCOqc9Lk2 .dropdown-item:hover,
.cid-ubCOqc9Lk2 .dropdown-item:focus {
  background: #913bff !important;
  color: white !important;
}
.cid-ubCOqc9Lk2 .dropdown-item:hover span {
  color: white;
}
.cid-ubCOqc9Lk2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubCOqc9Lk2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubCOqc9Lk2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubCOqc9Lk2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubCOqc9Lk2 .nav-link {
  position: relative;
}
.cid-ubCOqc9Lk2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubCOqc9Lk2 .container {
    flex-wrap: nowrap;
  }
}
.cid-ubCOqc9Lk2 .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubCOqc9Lk2 .dropdown-menu,
.cid-ubCOqc9Lk2 .navbar.opened {
  background: #ffffff !important;
}
.cid-ubCOqc9Lk2 .nav-item:focus,
.cid-ubCOqc9Lk2 .nav-link:focus {
  outline: none;
}
.cid-ubCOqc9Lk2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubCOqc9Lk2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubCOqc9Lk2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubCOqc9Lk2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubCOqc9Lk2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubCOqc9Lk2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubCOqc9Lk2 .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-ubCOqc9Lk2 .navbar.opened {
  transition: all 0.3s;
}
.cid-ubCOqc9Lk2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubCOqc9Lk2 .navbar .navbar-logo img {
  width: auto;
}
.cid-ubCOqc9Lk2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubCOqc9Lk2 .navbar.collapsed {
  justify-content: center;
}
.cid-ubCOqc9Lk2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubCOqc9Lk2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubCOqc9Lk2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubCOqc9Lk2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubCOqc9Lk2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubCOqc9Lk2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ubCOqc9Lk2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubCOqc9Lk2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubCOqc9Lk2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubCOqc9Lk2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubCOqc9Lk2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubCOqc9Lk2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubCOqc9Lk2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubCOqc9Lk2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ubCOqc9Lk2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubCOqc9Lk2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubCOqc9Lk2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubCOqc9Lk2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubCOqc9Lk2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubCOqc9Lk2 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubCOqc9Lk2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubCOqc9Lk2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubCOqc9Lk2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubCOqc9Lk2 .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-ubCOqc9Lk2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubCOqc9Lk2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubCOqc9Lk2 .dropdown-item.active,
.cid-ubCOqc9Lk2 .dropdown-item:active {
  background-color: transparent;
}
.cid-ubCOqc9Lk2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubCOqc9Lk2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubCOqc9Lk2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubCOqc9Lk2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubCOqc9Lk2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubCOqc9Lk2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubCOqc9Lk2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubCOqc9Lk2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubCOqc9Lk2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubCOqc9Lk2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubCOqc9Lk2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubCOqc9Lk2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubCOqc9Lk2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubCOqc9Lk2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCOqc9Lk2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubCOqc9Lk2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubCOqc9Lk2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCOqc9Lk2 .navbar-dropdown {
  padding: 0;
}
.cid-ubCOqc9Lk2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubCOqc9Lk2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubCOqc9Lk2 .navbar {
    height: 70px;
  }
  .cid-ubCOqc9Lk2 .navbar.opened {
    height: auto;
  }
  .cid-ubCOqc9Lk2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubCOqc9Lk2 .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-ubCOqc9Lk2 .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-ubCOqc9Lk2 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ubCOqc9Lk2 .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ubCOqc9Lk2 .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-ubCOqc9Lk2 .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-ubCOqc9Lk2 .navbar-nav {
    margin-left: 145px;
  }
}
.cid-ubCOqc9Lk2 .nav-item a:hover {
  color: #ffffff !important;
}
.cid-ubCOqc9Lk2 .nav-item .nav-link {
  position: relative !important;
}
.cid-ubCOqc9Lk2 .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #913bff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-ubCOqc9Lk2 .nav-item .nav-link:hover {
  color: #913bff !important;
}
.cid-ubCOqc9Lk2 .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-ubCOqc9Lk2 .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-ubCOqc9Lk2 .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-ubCOqc9Lk2 .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ubCOqc9Lk2 .tel-menu {
    display: none;
  }
}
.cid-ubCOqc9Lk2 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-ubCOqc9Lk2 .mbr-text {
    text-align: center !important;
  }
}
.cid-ubCOqc9Lk2 .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-ubCOqc9Lk2 .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ubCOqc9Lk2 .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ubCOqc9Lk2 .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-ubCOqc9Lk2 .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-ubCOqc9Lk2 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-ubCOqc9Lk2 .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #913bff;
  border-radius: 0.25rem;
}
.cid-ubCOqdohD9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-ubCOqdohD9 .container {
  display: flex;
  justify-content: center;
}
.cid-ubCOqdohD9 .main-row {
  align-items: center;
  max-width: 1170px;
  width: 100%;
}
.cid-ubCOqdohD9 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #000000;
  box-shadow: 0 30px 80px rgba(68, 109, 255, 0.05);
  padding: 38px 53px !important;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-ubCOqdohD9 .content-container {
    padding: 30px 3px !important;
  }
}
@media (min-width: 1400px) {
  .cid-ubCOqdohD9 .content-container {
    padding: 38px 41px !important;
  }
}
.cid-ubCOqdohD9 .col-text {
  padding: 0 12px !important;
}
@media (min-width: 1400px) {
  .cid-ubCOqdohD9 .col-text {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-ubCOqdohD9 .col-text {
    margin-bottom: 20px;
  }
}
.cid-ubCOqdohD9 .col-btn {
  display: flex;
  padding: 0 12px !important;
  justify-content: flex-end;
}
@media (min-width: 1400px) {
  .cid-ubCOqdohD9 .col-btn {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-ubCOqdohD9 .col-btn {
    justify-content: center;
  }
}
.cid-ubCOqdohD9 .text-container {
  width: 100%;
}
.cid-ubCOqdohD9 .label-text {
  color: #A1A0A0;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .cid-ubCOqdohD9 .label-text {
    text-align: center !important;
  }
}
.cid-ubCOqdohD9 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ubCOqdohD9 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ubCOqdohD9 .mbr-text {
  color: #ffffff;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ubCOqdohD9 .mbr-text {
    text-align: center !important;
  }
}
.cid-ubCOqdohD9 .mbr-section-btn .btn {
  border-radius: 10px;
  padding: 10px 40px;
  min-height: 62px;
}
.cid-ubCOqdohD9 .mbr-section-btn .btn-secondary-outline {
  border: 1px solid #0066ff;
}
.cid-ubCOqdohD9 .mbr-section-btn .btn-secondary-outline:hover {
  background-color: #0066ff !important;
  border-color: #0066ff !important;
  color: #ffffff!important;
}
@media (max-width: 575px) {
  .cid-ubCOqdohD9 .mbr-section-btn {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ubCOqdohD9 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ubCOqetK41 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #000000;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.8), #000000);
}
.cid-ubCOqetK41 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-ubCOqetK41 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-ubCOqetK41 .title__block,
.cid-ubCOqetK41 .image__block {
  pointer-events: all;
}
.cid-ubCOqetK41 .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ubCOqetK41 .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-ubCOqetK41 .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-ubCOqetK41 .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-ubCOqetK41 .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-ubCOqetK41 .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-ubCOqetK41 .image__block {
  max-height: 600px;
}
.cid-ubCOqetK41 .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ubCOqetK41 .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-ubCOqetK41 .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-ubCOqetK41 .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-ubCOqetK41 .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-ubCOqetK41 .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-ubCOqetK41 .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-ubCOqetK41 .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-ubCOqetK41 .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-ubCOqetK41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCOqetK41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMWypNF8ES {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cecece;
}
.cid-uMWypNF8ES .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMWypNF8ES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMWypNF8ES .nav-wrapper {
  justify-content: center;
}
.cid-uMWypNF8ES .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-uMWypNF8ES .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMWypNF8ES .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap:hover,
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uMWypNF8ES .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-uMWypNF8ES .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-uMWypNF8ES .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMWypNF8ES .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-uMWypNF8ES .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #19171c;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-uMWypNF8ES .nav-title {
  color: #000000;
}
.cid-uMWypNF8ES .list {
  color: #19171c;
}
.cid-uMWypNF8ES .list,
.cid-uMWypNF8ES .item-wrap {
  color: #000000;
}
.cid-uMWypNF8ES .mbr-copy,
.cid-uMWypNF8ES .social-wrapper {
  color: #000000;
}
.cid-ubCP18CrXo .navbar-dropdown {
  position: relative !important;
}
.cid-ubCP18CrXo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubCP18CrXo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubCP18CrXo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubCP18CrXo .dropdown-item:hover,
.cid-ubCP18CrXo .dropdown-item:focus {
  background: #913bff !important;
  color: white !important;
}
.cid-ubCP18CrXo .dropdown-item:hover span {
  color: white;
}
.cid-ubCP18CrXo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubCP18CrXo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubCP18CrXo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubCP18CrXo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubCP18CrXo .nav-link {
  position: relative;
}
.cid-ubCP18CrXo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubCP18CrXo .container {
    flex-wrap: nowrap;
  }
}
.cid-ubCP18CrXo .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubCP18CrXo .dropdown-menu,
.cid-ubCP18CrXo .navbar.opened {
  background: #ffffff !important;
}
.cid-ubCP18CrXo .nav-item:focus,
.cid-ubCP18CrXo .nav-link:focus {
  outline: none;
}
.cid-ubCP18CrXo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubCP18CrXo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubCP18CrXo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubCP18CrXo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubCP18CrXo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubCP18CrXo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubCP18CrXo .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-ubCP18CrXo .navbar.opened {
  transition: all 0.3s;
}
.cid-ubCP18CrXo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubCP18CrXo .navbar .navbar-logo img {
  width: auto;
}
.cid-ubCP18CrXo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubCP18CrXo .navbar.collapsed {
  justify-content: center;
}
.cid-ubCP18CrXo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubCP18CrXo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubCP18CrXo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubCP18CrXo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubCP18CrXo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubCP18CrXo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ubCP18CrXo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubCP18CrXo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubCP18CrXo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubCP18CrXo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubCP18CrXo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubCP18CrXo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubCP18CrXo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubCP18CrXo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ubCP18CrXo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubCP18CrXo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubCP18CrXo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubCP18CrXo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubCP18CrXo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubCP18CrXo .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubCP18CrXo .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubCP18CrXo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubCP18CrXo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubCP18CrXo .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-ubCP18CrXo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubCP18CrXo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubCP18CrXo .dropdown-item.active,
.cid-ubCP18CrXo .dropdown-item:active {
  background-color: transparent;
}
.cid-ubCP18CrXo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubCP18CrXo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubCP18CrXo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubCP18CrXo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubCP18CrXo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubCP18CrXo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubCP18CrXo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubCP18CrXo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubCP18CrXo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubCP18CrXo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubCP18CrXo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubCP18CrXo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubCP18CrXo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubCP18CrXo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCP18CrXo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubCP18CrXo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubCP18CrXo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCP18CrXo .navbar-dropdown {
  padding: 0;
}
.cid-ubCP18CrXo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubCP18CrXo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubCP18CrXo .navbar {
    height: 70px;
  }
  .cid-ubCP18CrXo .navbar.opened {
    height: auto;
  }
  .cid-ubCP18CrXo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubCP18CrXo .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-ubCP18CrXo .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-ubCP18CrXo .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ubCP18CrXo .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ubCP18CrXo .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-ubCP18CrXo .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-ubCP18CrXo .navbar-nav {
    margin-left: 145px;
  }
}
.cid-ubCP18CrXo .nav-item a:hover {
  color: #ffffff !important;
}
.cid-ubCP18CrXo .nav-item .nav-link {
  position: relative !important;
}
.cid-ubCP18CrXo .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #913bff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-ubCP18CrXo .nav-item .nav-link:hover {
  color: #913bff !important;
}
.cid-ubCP18CrXo .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-ubCP18CrXo .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-ubCP18CrXo .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-ubCP18CrXo .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ubCP18CrXo .tel-menu {
    display: none;
  }
}
.cid-ubCP18CrXo .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-ubCP18CrXo .mbr-text {
    text-align: center !important;
  }
}
.cid-ubCP18CrXo .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-ubCP18CrXo .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ubCP18CrXo .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ubCP18CrXo .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-ubCP18CrXo .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-ubCP18CrXo .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-ubCP18CrXo .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #913bff;
  border-radius: 0.25rem;
}
.cid-ubCP19XHnL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-ubCP19XHnL .container {
  display: flex;
  justify-content: center;
}
.cid-ubCP19XHnL .main-row {
  align-items: center;
  max-width: 1170px;
  width: 100%;
}
.cid-ubCP19XHnL .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #000000;
  box-shadow: 0 30px 80px rgba(68, 109, 255, 0.05);
  padding: 38px 53px !important;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-ubCP19XHnL .content-container {
    padding: 30px 3px !important;
  }
}
@media (min-width: 1400px) {
  .cid-ubCP19XHnL .content-container {
    padding: 38px 41px !important;
  }
}
.cid-ubCP19XHnL .col-text {
  padding: 0 12px !important;
}
@media (min-width: 1400px) {
  .cid-ubCP19XHnL .col-text {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-ubCP19XHnL .col-text {
    margin-bottom: 20px;
  }
}
.cid-ubCP19XHnL .col-btn {
  display: flex;
  padding: 0 12px !important;
  justify-content: flex-end;
}
@media (min-width: 1400px) {
  .cid-ubCP19XHnL .col-btn {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-ubCP19XHnL .col-btn {
    justify-content: center;
  }
}
.cid-ubCP19XHnL .text-container {
  width: 100%;
}
.cid-ubCP19XHnL .label-text {
  color: #A1A0A0;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .cid-ubCP19XHnL .label-text {
    text-align: center !important;
  }
}
.cid-ubCP19XHnL .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ubCP19XHnL .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ubCP19XHnL .mbr-text {
  color: #ffffff;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ubCP19XHnL .mbr-text {
    text-align: center !important;
  }
}
.cid-ubCP19XHnL .mbr-section-btn .btn {
  border-radius: 10px;
  padding: 10px 40px;
  min-height: 62px;
}
.cid-ubCP19XHnL .mbr-section-btn .btn-secondary-outline {
  border: 1px solid #0066ff;
}
.cid-ubCP19XHnL .mbr-section-btn .btn-secondary-outline:hover {
  background-color: #0066ff !important;
  border-color: #0066ff !important;
  color: #ffffff!important;
}
@media (max-width: 575px) {
  .cid-ubCP19XHnL .mbr-section-btn {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ubCP19XHnL .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ubCP1aZ2px {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #000000;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.8), #000000);
}
.cid-ubCP1aZ2px .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-ubCP1aZ2px .container {
  pointer-events: none;
  z-index: 1;
}
.cid-ubCP1aZ2px .title__block,
.cid-ubCP1aZ2px .image__block {
  pointer-events: all;
}
.cid-ubCP1aZ2px .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ubCP1aZ2px .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-ubCP1aZ2px .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-ubCP1aZ2px .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-ubCP1aZ2px .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-ubCP1aZ2px .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-ubCP1aZ2px .image__block {
  max-height: 600px;
}
.cid-ubCP1aZ2px .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ubCP1aZ2px .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-ubCP1aZ2px .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-ubCP1aZ2px .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-ubCP1aZ2px .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-ubCP1aZ2px .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-ubCP1aZ2px .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-ubCP1aZ2px .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-ubCP1aZ2px .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-ubCP1aZ2px .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCP1aZ2px .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMWypNF8ES {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cecece;
}
.cid-uMWypNF8ES .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMWypNF8ES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMWypNF8ES .nav-wrapper {
  justify-content: center;
}
.cid-uMWypNF8ES .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-uMWypNF8ES .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMWypNF8ES .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap:hover,
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uMWypNF8ES .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-uMWypNF8ES .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-uMWypNF8ES .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMWypNF8ES .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-uMWypNF8ES .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #19171c;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-uMWypNF8ES .nav-title {
  color: #000000;
}
.cid-uMWypNF8ES .list {
  color: #19171c;
}
.cid-uMWypNF8ES .list,
.cid-uMWypNF8ES .item-wrap {
  color: #000000;
}
.cid-uMWypNF8ES .mbr-copy,
.cid-uMWypNF8ES .social-wrapper {
  color: #000000;
}
.cid-uLlQfSUTVg .navbar-dropdown {
  position: relative !important;
}
.cid-uLlQfSUTVg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLlQfSUTVg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLlQfSUTVg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLlQfSUTVg .dropdown-item:hover,
.cid-uLlQfSUTVg .dropdown-item:focus {
  background: #913bff !important;
  color: white !important;
}
.cid-uLlQfSUTVg .dropdown-item:hover span {
  color: white;
}
.cid-uLlQfSUTVg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLlQfSUTVg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLlQfSUTVg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLlQfSUTVg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLlQfSUTVg .nav-link {
  position: relative;
}
.cid-uLlQfSUTVg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLlQfSUTVg .container {
    flex-wrap: nowrap;
  }
}
.cid-uLlQfSUTVg .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLlQfSUTVg .dropdown-menu,
.cid-uLlQfSUTVg .navbar.opened {
  background: #ffffff !important;
}
.cid-uLlQfSUTVg .nav-item:focus,
.cid-uLlQfSUTVg .nav-link:focus {
  outline: none;
}
.cid-uLlQfSUTVg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLlQfSUTVg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLlQfSUTVg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLlQfSUTVg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLlQfSUTVg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLlQfSUTVg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLlQfSUTVg .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uLlQfSUTVg .navbar.opened {
  transition: all 0.3s;
}
.cid-uLlQfSUTVg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLlQfSUTVg .navbar .navbar-logo img {
  width: auto;
}
.cid-uLlQfSUTVg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLlQfSUTVg .navbar.collapsed {
  justify-content: center;
}
.cid-uLlQfSUTVg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLlQfSUTVg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLlQfSUTVg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLlQfSUTVg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLlQfSUTVg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLlQfSUTVg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLlQfSUTVg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLlQfSUTVg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLlQfSUTVg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLlQfSUTVg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLlQfSUTVg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLlQfSUTVg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLlQfSUTVg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLlQfSUTVg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLlQfSUTVg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLlQfSUTVg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLlQfSUTVg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLlQfSUTVg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLlQfSUTVg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLlQfSUTVg .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLlQfSUTVg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLlQfSUTVg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLlQfSUTVg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLlQfSUTVg .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-uLlQfSUTVg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLlQfSUTVg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLlQfSUTVg .dropdown-item.active,
.cid-uLlQfSUTVg .dropdown-item:active {
  background-color: transparent;
}
.cid-uLlQfSUTVg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLlQfSUTVg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLlQfSUTVg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLlQfSUTVg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLlQfSUTVg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLlQfSUTVg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLlQfSUTVg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLlQfSUTVg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLlQfSUTVg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLlQfSUTVg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLlQfSUTVg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLlQfSUTVg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLlQfSUTVg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLlQfSUTVg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLlQfSUTVg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLlQfSUTVg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLlQfSUTVg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLlQfSUTVg .navbar-dropdown {
  padding: 0;
}
.cid-uLlQfSUTVg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLlQfSUTVg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLlQfSUTVg .navbar {
    height: 70px;
  }
  .cid-uLlQfSUTVg .navbar.opened {
    height: auto;
  }
  .cid-uLlQfSUTVg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLlQfSUTVg .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uLlQfSUTVg .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uLlQfSUTVg .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uLlQfSUTVg .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uLlQfSUTVg .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uLlQfSUTVg .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uLlQfSUTVg .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uLlQfSUTVg .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uLlQfSUTVg .nav-item .nav-link {
  position: relative !important;
}
.cid-uLlQfSUTVg .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #913bff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uLlQfSUTVg .nav-item .nav-link:hover {
  color: #913bff !important;
}
.cid-uLlQfSUTVg .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uLlQfSUTVg .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uLlQfSUTVg .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uLlQfSUTVg .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLlQfSUTVg .tel-menu {
    display: none;
  }
}
.cid-uLlQfSUTVg .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uLlQfSUTVg .mbr-text {
    text-align: center !important;
  }
}
.cid-uLlQfSUTVg .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uLlQfSUTVg .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uLlQfSUTVg .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uLlQfSUTVg .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uLlQfSUTVg .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uLlQfSUTVg .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uLlQfSUTVg .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #913bff;
  border-radius: 0.25rem;
}
.cid-uLlQfUacrm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uLlQfUacrm .container {
  display: flex;
  justify-content: center;
}
.cid-uLlQfUacrm .main-row {
  align-items: center;
  max-width: 1170px;
  width: 100%;
}
.cid-uLlQfUacrm .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #000000;
  box-shadow: 0 30px 80px rgba(68, 109, 255, 0.05);
  padding: 38px 53px !important;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-uLlQfUacrm .content-container {
    padding: 30px 3px !important;
  }
}
@media (min-width: 1400px) {
  .cid-uLlQfUacrm .content-container {
    padding: 38px 41px !important;
  }
}
.cid-uLlQfUacrm .col-text {
  padding: 0 12px !important;
}
@media (min-width: 1400px) {
  .cid-uLlQfUacrm .col-text {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-uLlQfUacrm .col-text {
    margin-bottom: 20px;
  }
}
.cid-uLlQfUacrm .col-btn {
  display: flex;
  padding: 0 12px !important;
  justify-content: flex-end;
}
@media (min-width: 1400px) {
  .cid-uLlQfUacrm .col-btn {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-uLlQfUacrm .col-btn {
    justify-content: center;
  }
}
.cid-uLlQfUacrm .text-container {
  width: 100%;
}
.cid-uLlQfUacrm .label-text {
  color: #A1A0A0;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .cid-uLlQfUacrm .label-text {
    text-align: center !important;
  }
}
.cid-uLlQfUacrm .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLlQfUacrm .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uLlQfUacrm .mbr-text {
  color: #ffffff;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLlQfUacrm .mbr-text {
    text-align: center !important;
  }
}
.cid-uLlQfUacrm .mbr-section-btn .btn {
  border-radius: 10px;
  padding: 10px 40px;
  min-height: 62px;
}
.cid-uLlQfUacrm .mbr-section-btn .btn-secondary-outline {
  border: 1px solid #0066ff;
}
.cid-uLlQfUacrm .mbr-section-btn .btn-secondary-outline:hover {
  background-color: #0066ff !important;
  border-color: #0066ff !important;
  color: #ffffff!important;
}
@media (max-width: 575px) {
  .cid-uLlQfUacrm .mbr-section-btn {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uLlQfUacrm .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uLlQMp2p94 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLlQMp2p94 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uLlQMp2p94 .panel-group {
  border: none;
}
.cid-uLlQMp2p94 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uLlQMp2p94 .card-header {
    padding: 0rem;
  }
}
.cid-uLlQMp2p94 .card {
  border: solid 1px #913bff;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uLlQMp2p94 .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uLlQMp2p94 .card {
    padding: 1rem;
  }
}
.cid-uLlQMp2p94 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uLlQMp2p94 .img-col {
  padding: 0;
}
.cid-uLlQMp2p94 .img-item {
  height: 100%;
}
.cid-uLlQMp2p94 img {
  height: 100%;
  object-fit: cover;
}
.cid-uLlQMp2p94 .collapsed span {
  transform: rotate(0deg);
}
.cid-uLlQMp2p94 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLlQMp2p94 p {
  margin-bottom: 0.3rem;
}
.cid-uLlQMp2p94 .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uLlQMp2p94 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uLlQMp2p94 .panel-text {
  color: #000000;
}
.cid-uLlQMp2p94 .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uLlQMp2p94 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uLlQMp2p94 .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uLlQMp2p94 .panel-title-edit,
.cid-uLlQMp2p94 .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uLlQMp2p94 .mbr-section-title,
.cid-uLlQMp2p94 .mbr-section-subtitle {
  background: #913bff;
  display: inline;
}
.cid-uLlQMp2p94 .mbr-section-subtitle,
.cid-uLlQMp2p94 .align {
  color: #ffffff;
}
.cid-uLlQMp2p94 .mbr-section-title,
.cid-uLlQMp2p94 .align {
  color: #ffffff;
}
.cid-uLlQMp2p94 .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #913bff;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uLlQMp2p94 .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uMWypNF8ES {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cecece;
}
.cid-uMWypNF8ES .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMWypNF8ES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMWypNF8ES .nav-wrapper {
  justify-content: center;
}
.cid-uMWypNF8ES .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-uMWypNF8ES .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMWypNF8ES .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap:hover,
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uMWypNF8ES .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-uMWypNF8ES .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-uMWypNF8ES .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMWypNF8ES .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-uMWypNF8ES .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #19171c;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-uMWypNF8ES .nav-title {
  color: #000000;
}
.cid-uMWypNF8ES .list {
  color: #19171c;
}
.cid-uMWypNF8ES .list,
.cid-uMWypNF8ES .item-wrap {
  color: #000000;
}
.cid-uMWypNF8ES .mbr-copy,
.cid-uMWypNF8ES .social-wrapper {
  color: #000000;
}
.cid-uLm28bXcoi .navbar-dropdown {
  position: relative !important;
}
.cid-uLm28bXcoi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLm28bXcoi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLm28bXcoi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLm28bXcoi .dropdown-item:hover,
.cid-uLm28bXcoi .dropdown-item:focus {
  background: #913bff !important;
  color: white !important;
}
.cid-uLm28bXcoi .dropdown-item:hover span {
  color: white;
}
.cid-uLm28bXcoi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLm28bXcoi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLm28bXcoi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLm28bXcoi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLm28bXcoi .nav-link {
  position: relative;
}
.cid-uLm28bXcoi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLm28bXcoi .container {
    flex-wrap: nowrap;
  }
}
.cid-uLm28bXcoi .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLm28bXcoi .dropdown-menu,
.cid-uLm28bXcoi .navbar.opened {
  background: #ffffff !important;
}
.cid-uLm28bXcoi .nav-item:focus,
.cid-uLm28bXcoi .nav-link:focus {
  outline: none;
}
.cid-uLm28bXcoi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLm28bXcoi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLm28bXcoi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLm28bXcoi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLm28bXcoi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLm28bXcoi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLm28bXcoi .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uLm28bXcoi .navbar.opened {
  transition: all 0.3s;
}
.cid-uLm28bXcoi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLm28bXcoi .navbar .navbar-logo img {
  width: auto;
}
.cid-uLm28bXcoi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLm28bXcoi .navbar.collapsed {
  justify-content: center;
}
.cid-uLm28bXcoi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLm28bXcoi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLm28bXcoi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLm28bXcoi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLm28bXcoi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLm28bXcoi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLm28bXcoi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLm28bXcoi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLm28bXcoi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLm28bXcoi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLm28bXcoi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLm28bXcoi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLm28bXcoi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLm28bXcoi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLm28bXcoi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLm28bXcoi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLm28bXcoi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLm28bXcoi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLm28bXcoi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLm28bXcoi .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLm28bXcoi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLm28bXcoi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLm28bXcoi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLm28bXcoi .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-uLm28bXcoi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLm28bXcoi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLm28bXcoi .dropdown-item.active,
.cid-uLm28bXcoi .dropdown-item:active {
  background-color: transparent;
}
.cid-uLm28bXcoi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLm28bXcoi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLm28bXcoi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLm28bXcoi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLm28bXcoi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLm28bXcoi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLm28bXcoi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLm28bXcoi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLm28bXcoi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLm28bXcoi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLm28bXcoi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLm28bXcoi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLm28bXcoi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLm28bXcoi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLm28bXcoi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLm28bXcoi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLm28bXcoi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLm28bXcoi .navbar-dropdown {
  padding: 0;
}
.cid-uLm28bXcoi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLm28bXcoi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLm28bXcoi .navbar {
    height: 70px;
  }
  .cid-uLm28bXcoi .navbar.opened {
    height: auto;
  }
  .cid-uLm28bXcoi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLm28bXcoi .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uLm28bXcoi .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uLm28bXcoi .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uLm28bXcoi .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uLm28bXcoi .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uLm28bXcoi .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uLm28bXcoi .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uLm28bXcoi .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uLm28bXcoi .nav-item .nav-link {
  position: relative !important;
}
.cid-uLm28bXcoi .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #913bff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uLm28bXcoi .nav-item .nav-link:hover {
  color: #913bff !important;
}
.cid-uLm28bXcoi .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uLm28bXcoi .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uLm28bXcoi .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uLm28bXcoi .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLm28bXcoi .tel-menu {
    display: none;
  }
}
.cid-uLm28bXcoi .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uLm28bXcoi .mbr-text {
    text-align: center !important;
  }
}
.cid-uLm28bXcoi .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uLm28bXcoi .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uLm28bXcoi .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uLm28bXcoi .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uLm28bXcoi .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uLm28bXcoi .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uLm28bXcoi .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #913bff;
  border-radius: 0.25rem;
}
.cid-uLm28cCQN9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uLm28cCQN9 .container {
  display: flex;
  justify-content: center;
}
.cid-uLm28cCQN9 .main-row {
  align-items: center;
  max-width: 1170px;
  width: 100%;
}
.cid-uLm28cCQN9 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #000000;
  box-shadow: 0 30px 80px rgba(68, 109, 255, 0.05);
  padding: 38px 53px !important;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-uLm28cCQN9 .content-container {
    padding: 30px 3px !important;
  }
}
@media (min-width: 1400px) {
  .cid-uLm28cCQN9 .content-container {
    padding: 38px 41px !important;
  }
}
.cid-uLm28cCQN9 .col-text {
  padding: 0 12px !important;
}
@media (min-width: 1400px) {
  .cid-uLm28cCQN9 .col-text {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-uLm28cCQN9 .col-text {
    margin-bottom: 20px;
  }
}
.cid-uLm28cCQN9 .col-btn {
  display: flex;
  padding: 0 12px !important;
  justify-content: flex-end;
}
@media (min-width: 1400px) {
  .cid-uLm28cCQN9 .col-btn {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-uLm28cCQN9 .col-btn {
    justify-content: center;
  }
}
.cid-uLm28cCQN9 .text-container {
  width: 100%;
}
.cid-uLm28cCQN9 .label-text {
  color: #A1A0A0;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .cid-uLm28cCQN9 .label-text {
    text-align: center !important;
  }
}
.cid-uLm28cCQN9 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLm28cCQN9 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uLm28cCQN9 .mbr-text {
  color: #ffffff;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLm28cCQN9 .mbr-text {
    text-align: center !important;
  }
}
.cid-uLm28cCQN9 .mbr-section-btn .btn {
  border-radius: 10px;
  padding: 10px 40px;
  min-height: 62px;
}
.cid-uLm28cCQN9 .mbr-section-btn .btn-secondary-outline {
  border: 1px solid #0066ff;
}
.cid-uLm28cCQN9 .mbr-section-btn .btn-secondary-outline:hover {
  background-color: #0066ff !important;
  border-color: #0066ff !important;
  color: #ffffff!important;
}
@media (max-width: 575px) {
  .cid-uLm28cCQN9 .mbr-section-btn {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uLm28cCQN9 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uLm28dcSv9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #000000;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.8), #000000);
}
.cid-uLm28dcSv9 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uLm28dcSv9 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uLm28dcSv9 .title__block,
.cid-uLm28dcSv9 .image__block {
  pointer-events: all;
}
.cid-uLm28dcSv9 .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uLm28dcSv9 .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-uLm28dcSv9 .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-uLm28dcSv9 .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-uLm28dcSv9 .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-uLm28dcSv9 .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-uLm28dcSv9 .image__block {
  max-height: 600px;
}
.cid-uLm28dcSv9 .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLm28dcSv9 .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-uLm28dcSv9 .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-uLm28dcSv9 .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-uLm28dcSv9 .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-uLm28dcSv9 .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-uLm28dcSv9 .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-uLm28dcSv9 .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-uLm28dcSv9 .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uLm28dcSv9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLm28dcSv9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMWypNF8ES {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cecece;
}
.cid-uMWypNF8ES .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMWypNF8ES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMWypNF8ES .nav-wrapper {
  justify-content: center;
}
.cid-uMWypNF8ES .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-uMWypNF8ES .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMWypNF8ES .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap:hover,
.cid-uMWypNF8ES .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uMWypNF8ES .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-uMWypNF8ES .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-uMWypNF8ES .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMWypNF8ES .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-uMWypNF8ES .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uMWypNF8ES .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #19171c;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-uMWypNF8ES .nav-title {
  color: #000000;
}
.cid-uMWypNF8ES .list {
  color: #19171c;
}
.cid-uMWypNF8ES .list,
.cid-uMWypNF8ES .item-wrap {
  color: #000000;
}
.cid-uMWypNF8ES .mbr-copy,
.cid-uMWypNF8ES .social-wrapper {
  color: #000000;
}
