.btn {
  border-width: 2px;
}
body {
  font-family: 'Be Vietnam Pro', sans-serif;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 5.3rem;
  line-height: 1.17;
}
.display-1 > .mbr-iconfont {
  font-size: 6.625rem;
}
.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.63rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.0375rem;
}
.display-7 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 0.88rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.1rem;
}
/* ---- 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: 4.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.71rem;
    font-size: calc( 2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.17 * (2.505rem + (5.3 - 2.505) * ((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.304rem;
    font-size: calc( 1.2205rem + (1.63 - 1.2205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2205rem + (1.63 - 1.2205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.704rem;
    font-size: calc( 0.958rem + (0.88 - 0.958) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.6 * (0.958rem + (0.88 - 0.958) * ((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: #ffeaa7 !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: #ffeaa7 !important;
  border-color: #ffeaa7 !important;
  color: #a77f00 !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: #503d00 !important;
  background-color: #ffd550 !important;
  border-color: #ffd550 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #a77f00 !important;
  background-color: #ffd550 !important;
  border-color: #ffd550 !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: #913bff;
  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: #6400e3 !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: #0066ff;
  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: #0043a8 !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: #f0e4ff;
  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: #c08dff !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: #ffeaa7;
  color: #ffeaa7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffd550 !important;
  background-color: transparent!important;
  border-color: #ffd550 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #a77f00 !important;
  background-color: #ffeaa7 !important;
  border-color: #ffeaa7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #738bae;
  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: #4a6080 !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: #ec2016;
  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: #9e140d !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: #000000;
  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: #000000 !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: #ffffff;
  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: #d4d4d4 !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: #ffeaa7 !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: #ffd241 !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-uAtn8WQpTm .container-fluid {
  padding: 0 1rem !important;
  max-width: 100%;
}
@media (min-width: 992px) {
  .cid-uAtn8WQpTm {
    z-index: 1000;
    width: 90%;
    position: fixed;
    bottom: 94%;
    top: 6%;
    margin: 0 auto;
  }
  .cid-uAtn8WQpTm .navbar {
    bottom: 94%;
    top: 6%;
    width: 90%;
    margin: 0 auto;
    border: 0px solid #913bff !important;
    border-radius: 10px;
    backdrop-filter: blur(10px);
  }
}
.cid-uAtn8WQpTm .dropdown-menu {
  top: 100%;
  bottom: auto;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .cid-uAtn8WQpTm {
    bottom: 12%;
    top: 88%;
  }
  .cid-uAtn8WQpTm .navbar {
    bottom: 12%;
    top: 88%;
  }
}
.cid-uAtn8WQpTm .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.cid-uAtn8WQpTm .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uAtn8WQpTm .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-uAtn8WQpTm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAtn8WQpTm .dropdown-item:hover,
.cid-uAtn8WQpTm .dropdown-item:focus {
  background: #913bff !important;
  color: white !important;
}
.cid-uAtn8WQpTm .dropdown-item:hover span {
  color: white;
}
.cid-uAtn8WQpTm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAtn8WQpTm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAtn8WQpTm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAtn8WQpTm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAtn8WQpTm .nav-link {
  position: relative;
}
.cid-uAtn8WQpTm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAtn8WQpTm .container {
    flex-wrap: nowrap;
  }
}
.cid-uAtn8WQpTm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAtn8WQpTm .dropdown-menu,
.cid-uAtn8WQpTm .navbar.opened {
  background: #000000 !important;
}
.cid-uAtn8WQpTm .nav-item:focus,
.cid-uAtn8WQpTm .nav-link:focus {
  outline: none;
}
.cid-uAtn8WQpTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAtn8WQpTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAtn8WQpTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAtn8WQpTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAtn8WQpTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAtn8WQpTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAtn8WQpTm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  position: fixed;
  background: rgba(0, 0, 0, 0.1);
}
.cid-uAtn8WQpTm .navbar.opened {
  transition: all 0.3s;
}
.cid-uAtn8WQpTm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAtn8WQpTm .navbar .navbar-logo img {
  width: auto;
}
.cid-uAtn8WQpTm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAtn8WQpTm .navbar.collapsed {
  justify-content: center;
}
.cid-uAtn8WQpTm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAtn8WQpTm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAtn8WQpTm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uAtn8WQpTm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  top: 0;
}
.cid-uAtn8WQpTm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAtn8WQpTm .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-uAtn8WQpTm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAtn8WQpTm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAtn8WQpTm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAtn8WQpTm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAtn8WQpTm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAtn8WQpTm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    top: 0;
  }
  .cid-uAtn8WQpTm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAtn8WQpTm .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-uAtn8WQpTm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAtn8WQpTm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAtn8WQpTm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAtn8WQpTm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAtn8WQpTm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAtn8WQpTm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAtn8WQpTm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAtn8WQpTm .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-uAtn8WQpTm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAtn8WQpTm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAtn8WQpTm .dropdown-item.active,
.cid-uAtn8WQpTm .dropdown-item:active {
  background-color: transparent;
}
.cid-uAtn8WQpTm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAtn8WQpTm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAtn8WQpTm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAtn8WQpTm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uAtn8WQpTm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
}
.cid-uAtn8WQpTm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAtn8WQpTm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAtn8WQpTm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAtn8WQpTm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAtn8WQpTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a1a0a0;
}
.cid-uAtn8WQpTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAtn8WQpTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAtn8WQpTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAtn8WQpTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAtn8WQpTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAtn8WQpTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAtn8WQpTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAtn8WQpTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAtn8WQpTm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAtn8WQpTm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAtn8WQpTm .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-uAtn8WQpTm .navbar {
    height: 70px;
  }
  .cid-uAtn8WQpTm .navbar.opened {
    height: auto;
  }
  .cid-uAtn8WQpTm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4VmmYtQZq {
  background-color: #000000;
}
.cid-v4VmmYtQZq .parallax-image-section {
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  transition: background-position 0.1s ease-out;
  transform: scale(1);
}
.cid-v4VmmYtQZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4VmmYtQZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4VmmYtQZq .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-v4VmmYtQZq .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-v4VmmYtQZq .container {
    padding: 0 25px;
  }
}
.cid-v4VmmYtQZq .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-v4VmmYtQZq .title-wrapper {
    padding: 0;
  }
}
.cid-v4VmmYtQZq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v4VmmYtQZq .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-v4VmmYtQZq .mbr-section-title {
  color: #9e83b1;
}
.cid-v4VmmYtQZq .mbr-text {
  color: #9e83b1;
}
.cid-v4VmmYtQZq .mbr-section-title,
.cid-v4VmmYtQZq .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-v4VmmYtQZq .gradient-hover-title {
  color: white;
  transition: all 0.4s ease;
  display: inline-block;
  position: relative;
}
.cid-v4VmmYtQZq .gradient-hover-title:hover {
  background-image: linear-gradient(-90deg, #5cc2ed 0%, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-size: 200% 100%;
  background-position: right;
}
.cid-uAtskC64dv {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/captura-de-ecr-2023-12-17-233620.svg");
}
.cid-uAtskC64dv img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uAtskC64dv .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uAtskC64dv .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uAtskC64dv .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #0066ff, #913bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uAtskC64dv .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uAtskC64dv .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uAtskC64dv .first:hover:before {
  content: none;
}
.cid-uAtskC64dv .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #0066ff, #913bff);
  content: '';
}
.cid-uAtskC64dv .last:hover:after {
  content: none;
}
.cid-uAtskC64dv .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #0066ff, #913bff);
  content: '';
}
.cid-uAtskC64dv .mbr-section-text {
  color: #999999;
}
.cid-uAtskC64dv .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uAtskC64dv .card .img-wrapper {
  overflow: hidden;
}
.cid-uAtskC64dv .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uAtskC64dv .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uAtskC64dv .card:hover .card-wrapper {
  background: linear-gradient(to left, #0066ff, #913bff);
  color: #ffffff !important;
}
.cid-uAtskC64dv .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sXTLnVA1hj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/captura-de-ecr-2023-12-17-234512.svg");
}
.cid-sXTLnVA1hj .col-title {
  margin-bottom: 3rem;
}
.cid-sXTLnVA1hj .mbr-section-title {
  color: #ffeaa7;
  margin-bottom: 0;
}
.cid-sXTLnVA1hj .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-sXTLnVA1hj .text-wrapper {
  display: flex;
  padding: 30px 0 35px;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .cid-sXTLnVA1hj .text-wrapper {
    padding: 10px 0 20px;
  }
}
.cid-sXTLnVA1hj .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-sXTLnVA1hj .card {
  padding: 30px 12px 20px;
}
.cid-sXTLnVA1hj .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sXTLnVA1hj .card-text {
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-v4VwAVR2T9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image-27.webp");
}
.cid-v4VwAVR2T9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4VwAVR2T9 .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-v4VwAVR2T9 .container {
    padding: 0 30px;
  }
}
.cid-v4VwAVR2T9 .row {
  justify-content: center;
}
.cid-v4VwAVR2T9 .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #f1f4e9;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4VwAVR2T9 .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-v4VwAVR2T9 .title-wrapper {
    margin: 0;
  }
}
.cid-v4VwAVR2T9 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v4VwAVR2T9 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v4VwAVR2T9 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v4VwAVR2T9 .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-v4VwAVR2T9 .mbr-section-subtitle {
  color: #e6b718;
  text-align: center;
}
.cid-v4VwAVR2T9 .mbr-section-title {
  color: #ffeaa7;
  text-align: center;
}
.cid-v4VwAVR2T9 .mbr-text {
  color: #ffeaa7;
}
.cid-v4VwAVR2T9 .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uAtsoeHzT9 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-uAtsoeHzT9 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uAtsoeHzT9 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uAtsoeHzT9 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uAtsoeHzT9 .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #0066ff, #913bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uAtsoeHzT9 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uAtsoeHzT9 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uAtsoeHzT9 .first:hover:before {
  content: none;
}
.cid-uAtsoeHzT9 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #0066ff, #913bff);
  content: '';
}
.cid-uAtsoeHzT9 .last:hover:after {
  content: none;
}
.cid-uAtsoeHzT9 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #0066ff, #913bff);
  content: '';
}
.cid-uAtsoeHzT9 .mbr-section-text {
  color: #999999;
}
.cid-uAtsoeHzT9 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uAtsoeHzT9 .card .img-wrapper {
  overflow: hidden;
}
.cid-uAtsoeHzT9 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uAtsoeHzT9 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uAtsoeHzT9 .card:hover .card-wrapper {
  background: linear-gradient(to left, #0066ff, #913bff);
  color: #ffffff !important;
}
.cid-uAtsoeHzT9 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uAtohmvkJd {
  padding-top: 60px;
  padding-bottom: 120px;
  background: linear-gradient(30deg, #010d4c, #232323);
}
.cid-uAtohmvkJd .pulsingButton {
  position: relative;
  width: 150px;
  height: 150px;
  border: none;
  box-shadow: 0 0 0 0 #6a2fdf;
  border-radius: 50%;
  background-color: #1b034a;
  background-image: url("../../../assets/images/image-2023-10-14t235800.466-1-128x139.png");
  background-size: 50%, cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 58px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 58px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 58px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 58px rgba(232, 76, 61, 0);
  }
}
.cid-sXTNTAokGw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-sXTNTAokGw .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-sXTNTAokGw .media-container-row .mbr-text {
  text-align: center;
  color: #44159e;
}
.cid-uB8CqYrgnC .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 2px;
  background: #ffffff;
  top: 2px;
}
.cid-uB8CqYrgnC .progress-bar {
  height: 2px;
  background: #6a2fdf;
  width: 0%;
}
.cid-uB8CqYrgnC .sticky2 {
  position: fixed;
  top: 3px;
  width: 100%;
}
.cid-uB8CqYrgnC .hidden {
  display: none;
}
.cid-uB8CqYrgnC H10 {
  color: #767676;
}
.cid-uAtn8WQpTm .container-fluid {
  padding: 0 1rem !important;
  max-width: 100%;
}
@media (min-width: 992px) {
  .cid-uAtn8WQpTm {
    z-index: 1000;
    width: 90%;
    position: fixed;
    bottom: 94%;
    top: 6%;
    margin: 0 auto;
  }
  .cid-uAtn8WQpTm .navbar {
    bottom: 94%;
    top: 6%;
    width: 90%;
    margin: 0 auto;
    border: 0px solid #913bff !important;
    border-radius: 10px;
    backdrop-filter: blur(10px);
  }
}
.cid-uAtn8WQpTm .dropdown-menu {
  top: 100%;
  bottom: auto;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .cid-uAtn8WQpTm {
    bottom: 12%;
    top: 88%;
  }
  .cid-uAtn8WQpTm .navbar {
    bottom: 12%;
    top: 88%;
  }
}
.cid-uAtn8WQpTm .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.cid-uAtn8WQpTm .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uAtn8WQpTm .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-uAtn8WQpTm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAtn8WQpTm .dropdown-item:hover,
.cid-uAtn8WQpTm .dropdown-item:focus {
  background: #913bff !important;
  color: white !important;
}
.cid-uAtn8WQpTm .dropdown-item:hover span {
  color: white;
}
.cid-uAtn8WQpTm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAtn8WQpTm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAtn8WQpTm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAtn8WQpTm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAtn8WQpTm .nav-link {
  position: relative;
}
.cid-uAtn8WQpTm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAtn8WQpTm .container {
    flex-wrap: nowrap;
  }
}
.cid-uAtn8WQpTm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAtn8WQpTm .dropdown-menu,
.cid-uAtn8WQpTm .navbar.opened {
  background: #000000 !important;
}
.cid-uAtn8WQpTm .nav-item:focus,
.cid-uAtn8WQpTm .nav-link:focus {
  outline: none;
}
.cid-uAtn8WQpTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAtn8WQpTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAtn8WQpTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAtn8WQpTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAtn8WQpTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAtn8WQpTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAtn8WQpTm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  position: fixed;
  background: rgba(0, 0, 0, 0.1);
}
.cid-uAtn8WQpTm .navbar.opened {
  transition: all 0.3s;
}
.cid-uAtn8WQpTm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAtn8WQpTm .navbar .navbar-logo img {
  width: auto;
}
.cid-uAtn8WQpTm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAtn8WQpTm .navbar.collapsed {
  justify-content: center;
}
.cid-uAtn8WQpTm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAtn8WQpTm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAtn8WQpTm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uAtn8WQpTm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  top: 0;
}
.cid-uAtn8WQpTm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAtn8WQpTm .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-uAtn8WQpTm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAtn8WQpTm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAtn8WQpTm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAtn8WQpTm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAtn8WQpTm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAtn8WQpTm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    top: 0;
  }
  .cid-uAtn8WQpTm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAtn8WQpTm .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-uAtn8WQpTm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAtn8WQpTm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAtn8WQpTm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAtn8WQpTm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAtn8WQpTm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAtn8WQpTm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAtn8WQpTm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAtn8WQpTm .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-uAtn8WQpTm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAtn8WQpTm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAtn8WQpTm .dropdown-item.active,
.cid-uAtn8WQpTm .dropdown-item:active {
  background-color: transparent;
}
.cid-uAtn8WQpTm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAtn8WQpTm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAtn8WQpTm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAtn8WQpTm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uAtn8WQpTm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
}
.cid-uAtn8WQpTm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAtn8WQpTm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAtn8WQpTm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAtn8WQpTm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAtn8WQpTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a1a0a0;
}
.cid-uAtn8WQpTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAtn8WQpTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAtn8WQpTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAtn8WQpTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAtn8WQpTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAtn8WQpTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAtn8WQpTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAtn8WQpTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAtn8WQpTm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAtn8WQpTm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAtn8WQpTm .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-uAtn8WQpTm .navbar {
    height: 70px;
  }
  .cid-uAtn8WQpTm .navbar.opened {
    height: auto;
  }
  .cid-uAtn8WQpTm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSHH5MBjuB {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tSHH5MBjuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSHH5MBjuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSHH5MBjuB .underline {
  text-decoration: underline;
}
.cid-tSHH5MBjuB .items {
  background: #ffffff;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-tSHH5MBjuB .items {
    padding: 3rem 1rem;
  }
}
.cid-tSHH5MBjuB .card {
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  margin-bottom: 2rem;
}
.cid-tSHH5MBjuB .text-primary {
  background: #ffeaa7;
}
.cid-tSHH5MBjuB .noborder {
  border-bottom: 0;
}
.cid-tSHH5MBjuB b,
.cid-tSHH5MBjuB strong,
.cid-tSHH5MBjuB a {
  font-weight: 900;
}
.cid-tSHH5MBjuB .mbr-section-title {
  color: #17003b;
}
.cid-tSHH5MBjuB .mbr-section-subtitle {
  color: #17003b;
}
.cid-tSHH5MBjuB .mbr-item-title {
  text-align: center;
  color: #17003b;
}
.cid-tSHH5MBjuB .mbr-item-text {
  text-align: center;
  color: #17003b;
}
.cid-tSHH5MBjuB .mbr-item-title,
.cid-tSHH5MBjuB .card {
  color: #17003b;
}
.cid-tSHH5MBjuB .mbr-text {
  color: #17003b;
}
#custom-html-1g :root {
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  --bg-color: #f7f7f7;
}
#custom-html-1g section {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: var(--bg-color);
}
#custom-html-1g .mbr-text,
#custom-html-1g .mbr-section-btn {
  color: #121212;
}
#custom-html-1g .mbr-text,
#custom-html-1g .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
@media (max-width: 991px) {
  #custom-html-1g .mbr-text,
  #custom-html-1g .mbr-section-title {
    text-align: center;
  }
  #custom-html-1g .image-wrapper {
    margin-bottom: 2rem;
  }
  #custom-html-1g .content-wrapper {
    flex-direction: column-reverse;
  }
}
#custom-html-1g a.btn {
  height: 100%;
  margin: 0;
}
#custom-html-1g .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
#custom-html-1g .mbr-section-btn .btn {
  width: 100%;
}
#custom-html-1g .justify-content-center {
  align-items: center;
}
#custom-html-1g .border-radius {
  border-radius: 0px;
}
#custom-html-1g .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  #custom-html-1g .rotate {
    top: -6px;
  }
}
#custom-html-1g svg {
  transition: all 0.4s;
}
#custom-html-1g .svg-rotate {
  transform: rotate(225deg);
}
#custom-html-1g .style-button {
  font-size: 30px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 0px;
}
#custom-html-1g .style-button:hover > .svg-rotate {
  transform: rotate(315deg);
}
#custom-html-1g .mbr-section-title {
  color: #cc2952;
}
#custom-html-1f :root {
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  --bg-color: #f7f7f7;
}
#custom-html-1f section {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: var(--bg-color);
}
#custom-html-1f .mbr-text,
#custom-html-1f .mbr-section-btn {
  color: #121212;
}
#custom-html-1f .mbr-text,
#custom-html-1f .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
@media (max-width: 991px) {
  #custom-html-1f .mbr-text,
  #custom-html-1f .mbr-section-title {
    text-align: center;
  }
  #custom-html-1f .image-wrapper {
    margin-bottom: 2rem;
  }
  #custom-html-1f .content-wrapper {
    flex-direction: column-reverse;
  }
}
#custom-html-1f a.btn {
  height: 100%;
  margin: 0;
}
#custom-html-1f .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
#custom-html-1f .mbr-section-btn .btn {
  width: 100%;
}
#custom-html-1f .justify-content-center {
  align-items: center;
}
#custom-html-1f .border-radius {
  border-radius: 0px;
}
#custom-html-1f .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  #custom-html-1f .rotate {
    top: -6px;
  }
}
#custom-html-1f svg {
  transition: all 0.4s;
}
#custom-html-1f .svg-rotate {
  transform: rotate(225deg);
}
#custom-html-1f .style-button {
  font-size: 30px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 0px;
}
#custom-html-1f .style-button:hover > .svg-rotate {
  transform: rotate(315deg);
}
#custom-html-1f .mbr-section-title {
  color: #cc2952;
}
.cid-tSHGXXLvkB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tSHGXXLvkB .container {
  display: flex;
  justify-content: center;
}
.cid-tSHGXXLvkB .main-row {
  align-items: center;
  max-width: 1170px;
  width: 100%;
}
.cid-tSHGXXLvkB .content-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 0 -30px 100px rgba(0, 37, 133, 0.03);
  border-radius: 30px;
  padding: 0 !important;
}
.cid-tSHGXXLvkB .col-text {
  display: flex;
  padding: 50px 15px 60px 70px;
}
@media (max-width: 1199px) {
  .cid-tSHGXXLvkB .col-text {
    padding: 40px 15px 30px;
  }
}
.cid-tSHGXXLvkB .col-text1 {
  border-right: 1px solid #dfeaf9;
}
@media (max-width: 767px) {
  .cid-tSHGXXLvkB .col-text1 {
    border-right: none;
    border-bottom: 1px solid #dfeaf9;
  }
}
.cid-tSHGXXLvkB .icon-box {
  display: flex;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .cid-tSHGXXLvkB .icon-box {
    margin-right: 20px;
  }
}
.cid-tSHGXXLvkB .icon-box .mbr-iconfont {
  color: #0066ff;
  font-size: 68px;
}
@media (max-width: 1199px) {
  .cid-tSHGXXLvkB .icon-box .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-tSHGXXLvkB .text-container {
  flex-grow: 1;
}
.cid-tSHGXXLvkB .mbr-section-title {
  color: #010d4c;
  margin-bottom: 10px;
}
.cid-tSHGXXLvkB .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tSHGXXLvkB .link-text {
  margin-bottom: 0;
  margin-top: 5px;
}
.cid-tSHGXXLvkB .link-text a:hover {
  text-decoration: underline;
}
.cid-tSHGXXLvkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSHGXXLvkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sXTNTAokGw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-sXTNTAokGw .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-sXTNTAokGw .media-container-row .mbr-text {
  text-align: center;
  color: #44159e;
}
.cid-uKELbBSHg2 :root {
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  --bg-color: #f7f7f7;
}
.cid-uKELbBSHg2 section {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: var(--bg-color);
}
.cid-uKELbBSHg2 .mbr-text,
.cid-uKELbBSHg2 .mbr-section-btn {
  color: #121212;
}
.cid-uKELbBSHg2 .mbr-text,
.cid-uKELbBSHg2 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKELbBSHg2 .mbr-text,
  .cid-uKELbBSHg2 .mbr-section-title {
    text-align: center;
  }
  .cid-uKELbBSHg2 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uKELbBSHg2 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uKELbBSHg2 a.btn {
  height: 100%;
  margin: 0;
}
.cid-uKELbBSHg2 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-uKELbBSHg2 .mbr-section-btn .btn {
  width: 100%;
}
.cid-uKELbBSHg2 .justify-content-center {
  align-items: center;
}
.cid-uKELbBSHg2 .border-radius {
  border-radius: 0px;
}
.cid-uKELbBSHg2 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-uKELbBSHg2 .rotate {
    top: -6px;
  }
}
.cid-uKELbBSHg2 svg {
  transition: all 0.4s;
}
.cid-uKELbBSHg2 .svg-rotate {
  transform: rotate(225deg);
}
.cid-uKELbBSHg2 .style-button {
  font-size: 30px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 0px;
}
.cid-uKELbBSHg2 .style-button:hover > .svg-rotate {
  transform: rotate(315deg);
}
.cid-uKELbBSHg2 .mbr-section-title {
  color: #cc2952;
}
.cid-uKF4kAohCf :root {
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  --bg-color: #f7f7f7;
}
.cid-uKF4kAohCf section {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: var(--bg-color);
}
.cid-uKF4kAohCf .mbr-text,
.cid-uKF4kAohCf .mbr-section-btn {
  color: #121212;
}
.cid-uKF4kAohCf .mbr-text,
.cid-uKF4kAohCf .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKF4kAohCf .mbr-text,
  .cid-uKF4kAohCf .mbr-section-title {
    text-align: center;
  }
  .cid-uKF4kAohCf .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uKF4kAohCf .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uKF4kAohCf a.btn {
  height: 100%;
  margin: 0;
}
.cid-uKF4kAohCf .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-uKF4kAohCf .mbr-section-btn .btn {
  width: 100%;
}
.cid-uKF4kAohCf .justify-content-center {
  align-items: center;
}
.cid-uKF4kAohCf .border-radius {
  border-radius: 0px;
}
.cid-uKF4kAohCf .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-uKF4kAohCf .rotate {
    top: -6px;
  }
}
.cid-uKF4kAohCf svg {
  transition: all 0.4s;
}
.cid-uKF4kAohCf .svg-rotate {
  transform: rotate(225deg);
}
.cid-uKF4kAohCf .style-button {
  font-size: 30px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 0px;
}
.cid-uKF4kAohCf .style-button:hover > .svg-rotate {
  transform: rotate(315deg);
}
.cid-uKF4kAohCf .mbr-section-title {
  color: #cc2952;
}
.cid-uKEOhgLbTK {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKEOhgLbTK img {
  width: 200px;
  margin: auto;
}
.cid-uKEOhgLbTK .mbr-section-subtitle {
  transition: all 0.3s;
  opacity: 0;
}
.cid-uKEOhgLbTK .mbr-section-subtitle:focus-within {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKEOhgLbTK .mbr-section-subtitle {
    opacity: 1;
  }
}
.cid-uKEOhgLbTK .col-md-6 {
  margin-bottom: 1rem;
}
.cid-uKEOhgLbTK .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 6rem 1rem;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding-bottom: 3rem;
}
.cid-uKEOhgLbTK .card:hover {
  background: linear-gradient(0deg, #913bff 0%, white 100%) !important;
}
.cid-uKEOhgLbTK .card:hover img {
  animation-duration: 1s;
  animation-name: img;
}
.cid-uKEOhgLbTK .card:hover .mbr-section-subtitle {
  opacity: 1;
}
.cid-uKEOhgLbTK .dot {
  width: 6px;
  height: 6px;
  background: #000000;
}
.cid-uKEOhgLbTK .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@keyframes img {
  0% {
    transform: translate(0px);
    transform-origin: right;
  }
  50% {
    transform: translate(-300px);
    transform-origin: right;
  }
  51% {
    transform: translate(300px);
    transform-origin: left;
  }
  100% {
    transform: translate(0px);
    transform-origin: left;
  }
}
.cid-uAtn8WQpTm .container-fluid {
  padding: 0 1rem !important;
  max-width: 100%;
}
@media (min-width: 992px) {
  .cid-uAtn8WQpTm {
    z-index: 1000;
    width: 90%;
    position: fixed;
    bottom: 94%;
    top: 6%;
    margin: 0 auto;
  }
  .cid-uAtn8WQpTm .navbar {
    bottom: 94%;
    top: 6%;
    width: 90%;
    margin: 0 auto;
    border: 0px solid #913bff !important;
    border-radius: 10px;
    backdrop-filter: blur(10px);
  }
}
.cid-uAtn8WQpTm .dropdown-menu {
  top: 100%;
  bottom: auto;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .cid-uAtn8WQpTm {
    bottom: 12%;
    top: 88%;
  }
  .cid-uAtn8WQpTm .navbar {
    bottom: 12%;
    top: 88%;
  }
}
.cid-uAtn8WQpTm .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.cid-uAtn8WQpTm .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uAtn8WQpTm .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-uAtn8WQpTm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAtn8WQpTm .dropdown-item:hover,
.cid-uAtn8WQpTm .dropdown-item:focus {
  background: #913bff !important;
  color: white !important;
}
.cid-uAtn8WQpTm .dropdown-item:hover span {
  color: white;
}
.cid-uAtn8WQpTm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAtn8WQpTm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAtn8WQpTm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAtn8WQpTm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAtn8WQpTm .nav-link {
  position: relative;
}
.cid-uAtn8WQpTm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAtn8WQpTm .container {
    flex-wrap: nowrap;
  }
}
.cid-uAtn8WQpTm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAtn8WQpTm .dropdown-menu,
.cid-uAtn8WQpTm .navbar.opened {
  background: #000000 !important;
}
.cid-uAtn8WQpTm .nav-item:focus,
.cid-uAtn8WQpTm .nav-link:focus {
  outline: none;
}
.cid-uAtn8WQpTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAtn8WQpTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAtn8WQpTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAtn8WQpTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAtn8WQpTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAtn8WQpTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAtn8WQpTm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  position: fixed;
  background: rgba(0, 0, 0, 0.1);
}
.cid-uAtn8WQpTm .navbar.opened {
  transition: all 0.3s;
}
.cid-uAtn8WQpTm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAtn8WQpTm .navbar .navbar-logo img {
  width: auto;
}
.cid-uAtn8WQpTm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAtn8WQpTm .navbar.collapsed {
  justify-content: center;
}
.cid-uAtn8WQpTm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAtn8WQpTm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAtn8WQpTm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uAtn8WQpTm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  top: 0;
}
.cid-uAtn8WQpTm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAtn8WQpTm .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-uAtn8WQpTm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAtn8WQpTm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAtn8WQpTm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAtn8WQpTm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAtn8WQpTm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAtn8WQpTm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    top: 0;
  }
  .cid-uAtn8WQpTm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAtn8WQpTm .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-uAtn8WQpTm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAtn8WQpTm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAtn8WQpTm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAtn8WQpTm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAtn8WQpTm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAtn8WQpTm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAtn8WQpTm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAtn8WQpTm .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-uAtn8WQpTm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAtn8WQpTm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAtn8WQpTm .dropdown-item.active,
.cid-uAtn8WQpTm .dropdown-item:active {
  background-color: transparent;
}
.cid-uAtn8WQpTm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAtn8WQpTm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAtn8WQpTm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAtn8WQpTm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uAtn8WQpTm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
}
.cid-uAtn8WQpTm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAtn8WQpTm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAtn8WQpTm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAtn8WQpTm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAtn8WQpTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a1a0a0;
}
.cid-uAtn8WQpTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAtn8WQpTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAtn8WQpTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAtn8WQpTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAtn8WQpTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAtn8WQpTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAtn8WQpTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAtn8WQpTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAtn8WQpTm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAtn8WQpTm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAtn8WQpTm .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-uAtn8WQpTm .navbar {
    height: 70px;
  }
  .cid-uAtn8WQpTm .navbar.opened {
    height: auto;
  }
  .cid-uAtn8WQpTm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-nhniRqQtKy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/whatsapp20image202025-10-3020at2017.18.15-1600x900.jpg");
}
.cid-nhniRqQtKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-nhniRqQtKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 801px) {
  .cid-nhniRqQtKy .container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10vmin;
    overflow: hidden;
    transform: skew(5deg);
  }
  .cid-nhniRqQtKy .container2 .card {
    flex: 1;
    transition: all 1s ease-in-out;
    height: 50vmin;
    position: relative;
  }
  .cid-nhniRqQtKy .container2 .card .card__head {
    background: rgba(159, 232, 112, 0);
    padding: 1.6px;
    transform: rotate(-90deg);
    transform-origin: 0% 0%;
    transition: all 0.5s ease-in-out;
    min-width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    color: #ffffff;
  }
  .cid-nhniRqQtKy .container2 .card:hover {
    flex-grow: 10;
  }
  .cid-nhniRqQtKy .container2 .card:hover img {
    filter: grayscale(0%);
  }
  .cid-nhniRqQtKy .container2 .card:hover .card__head {
    text-align: center;
    top: calc(95%);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
    font-size: 2em;
    transform: rotate(0deg) skew(-2deg);
  }
  .cid-nhniRqQtKy .container2 .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
    filter: grayscale(100%);
  }
  .cid-nhniRqQtKy .container2 .card:not(:nth-child(5)) {
    margin-right: 1em;
  }
  .cid-nhniRqQtKy .mbr-section-subtitle {
    color: #ffffff;
  }
}
@media (max-width: 800px) {
  .cid-nhniRqQtKy .container2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  .cid-nhniRqQtKy .card {
    margin-bottom: 20px;
    position: relative;
  }
  .cid-nhniRqQtKy .card img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .cid-nhniRqQtKy .card__head {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    padding: 10px;
    text-align: center;
  }
}
.cid-nhniRqQtKy .mbr-section-subtitle {
  color: #ff0000;
}
.cid-N1qZck4l9u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/whatsapp20image202025-10-3020at2017.18.15-1600x900.jpg");
}
.cid-N1qZck4l9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-N1qZck4l9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 801px) {
  .cid-N1qZck4l9u .container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10vmin;
    overflow: hidden;
    transform: skew(5deg);
  }
  .cid-N1qZck4l9u .container2 .card {
    flex: 1;
    transition: all 1s ease-in-out;
    height: 50vmin;
    position: relative;
  }
  .cid-N1qZck4l9u .container2 .card .card__head {
    background: rgba(159, 232, 112, 0);
    padding: 1.6px;
    transform: rotate(-90deg);
    transform-origin: 0% 0%;
    transition: all 0.5s ease-in-out;
    min-width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    color: #ffffff;
  }
  .cid-N1qZck4l9u .container2 .card:hover {
    flex-grow: 10;
  }
  .cid-N1qZck4l9u .container2 .card:hover img {
    filter: grayscale(0%);
  }
  .cid-N1qZck4l9u .container2 .card:hover .card__head {
    text-align: center;
    top: calc(95%);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
    font-size: 2em;
    transform: rotate(0deg) skew(-2deg);
  }
  .cid-N1qZck4l9u .container2 .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
    filter: grayscale(100%);
  }
  .cid-N1qZck4l9u .container2 .card:not(:nth-child(5)) {
    margin-right: 1em;
  }
  .cid-N1qZck4l9u .mbr-section-subtitle {
    color: #ffffff;
  }
}
@media (max-width: 800px) {
  .cid-N1qZck4l9u .container2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  .cid-N1qZck4l9u .card {
    margin-bottom: 20px;
    position: relative;
  }
  .cid-N1qZck4l9u .card img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .cid-N1qZck4l9u .card__head {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    padding: 10px;
    text-align: center;
  }
}
.cid-N1qZck4l9u .mbr-section-subtitle {
  color: #ff0000;
}
#hrblock-block-y hr {
  margin: 0;
}
.cid-uAu4dRB44q .hidden {
  display: none;
}
.cid-sXTto6wYJ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-sXTto6wYJ1 .container {
  display: flex;
  justify-content: center;
}
.cid-sXTto6wYJ1 .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-sXTto6wYJ1 .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sXTto6wYJ1 .text-container {
    margin-bottom: 20px;
  }
}
.cid-sXTto6wYJ1 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sXTto6wYJ1 .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-sXTto6wYJ1 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sXTto6wYJ1 .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-sXTto6wYJ1 .dragArea {
    max-width: 505px;
  }
}
.cid-sXTto6wYJ1 .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-sXTto6wYJ1 .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-sXTto6wYJ1 .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-sXTto6wYJ1 .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-sXTto6wYJ1 .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-sXTto6wYJ1 .mbr-section-btn .btn-primary:hover {
  background-color: #ffeaa7 !important;
  color: #ffffff !important;
}
.cid-sXTto6wYJ1 .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-sXTto6wYJ1 .form-control {
    height: 44px;
  }
}
.cid-sXTto6wYJ1 .form-control:hover,
.cid-sXTto6wYJ1 .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-sXTto6wYJ1 .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-sXTto6wYJ1 .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-sXTto6wYJ1 .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-sXTto6wYJ1 .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-sXTto6wYJ1 .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-v18K374bF0 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #fffcee;
}
.cid-v18K374bF0 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v18K374bF0 .team-card:hover {
  transform: translateY(-10px);
}
.cid-v18K374bF0 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #913bff;
}
.cid-v18K374bF0 .svg-top .st0 {
  fill: #fffcee;
}
@media (max-width: 992px) {
  .cid-v18K374bF0 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-v18K374bF0 .image-wrap {
  height: 300px;
  padding-bottom: 2rem;
}
.cid-v18K374bF0 .image-wrap img {
  height: 100%;
  object-fit: contain;
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .cid-v18K374bF0 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v18K374bF0 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-v18K374bF0 .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-v18K374bF0 .card-title,
.cid-v18K374bF0 .social-row {
  color: #1a449a;
}
.cid-v18K374bF0 .mbr-role,
.cid-v18K374bF0 .social-row {
  color: #1a449a;
}
.cid-v18K374bF0 .card-text,
.cid-v18K374bF0 .mbr-section-btn,
.cid-v18K374bF0 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-v18K374bF0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v18K374bF0 .card-title,
.cid-v18K374bF0 .content-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-v18K374bF0 .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-sXTtoS9CWk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sXTtoS9CWk .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-sXTtoS9CWk .media-container-row .mbr-text {
  color: #ffffff;
}
