body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.625rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.375rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.1rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.8375rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 11px 35px;
  border-radius: 3px;
}
.btn-sm {
  padding: 15px 35px;
  border-radius: 3px;
}
.btn-md {
  padding: 18px 50px;
  border-radius: 3px;
}
.btn-lg {
  padding: 19px 50px;
  border-radius: 3px;
}
.bg-primary {
  background-color: #58d0ff !important;
}
.bg-success {
  background-color: #3caf57 !important;
}
.bg-info {
  background-color: #1732a4 !important;
}
.bg-warning {
  background-color: #ff6b00 !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary {
  box-shadow: 0 15px 30px 0 rgba(88, 208, 255, 0.15);
}
.btn-primary,
.btn-primary:active {
  background-color: #58d0ff !important;
  border-color: #58d0ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #25c2ff !important;
  border-color: #25c2ff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #25c2ff !important;
  border-color: #25c2ff !important;
}
.btn-primary:before {
  background: #58d0ff;
}
.btn-primary:hover {
  color: #000000 !important;
  border-color: #58d0ff !important;
  box-shadow: 0 15px 30px 0 rgba(88, 208, 255, 0.15);
}
.btn-secondary {
  box-shadow: 0 15px 30px 0 rgba(25, 28, 47, 0.15);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #191c2f !important;
  border-color: #191c2f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #07080e !important;
  border-color: #07080e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #07080e !important;
  border-color: #07080e !important;
}
.btn-secondary:before {
  background: #191c2f;
}
.btn-secondary:hover {
  color: #ffffff !important;
  border-color: #191c2f !important;
  box-shadow: 0 15px 30px 0 rgba(25, 28, 47, 0.15);
}
.btn-info {
  box-shadow: 0 15px 30px 0 rgba(23, 50, 164, 0.15);
}
.btn-info,
.btn-info:active {
  background-color: #1732a4 !important;
  border-color: #1732a4 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #112477 !important;
  border-color: #112477 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #112477 !important;
  border-color: #112477 !important;
}
.btn-info:before {
  background: #1732a4;
}
.btn-info:hover {
  color: #ffffff !important;
  border-color: #1732a4 !important;
  box-shadow: 0 15px 30px 0 rgba(23, 50, 164, 0.15);
}
.btn-success {
  box-shadow: 0 15px 30px 0 rgba(60, 175, 87, 0.15);
}
.btn-success,
.btn-success:active {
  background-color: #3caf57 !important;
  border-color: #3caf57 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2f8944 !important;
  border-color: #2f8944 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2f8944 !important;
  border-color: #2f8944 !important;
}
.btn-success:before {
  background: #3caf57;
}
.btn-success:hover {
  color: #ffffff !important;
  border-color: #3caf57 !important;
  box-shadow: 0 15px 30px 0 rgba(60, 175, 87, 0.15);
}
.btn-warning {
  box-shadow: 0 15px 30px 0 rgba(255, 107, 0, 0.15);
}
.btn-warning,
.btn-warning:active {
  background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #cc5600 !important;
  border-color: #cc5600 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #cc5600 !important;
  border-color: #cc5600 !important;
}
.btn-warning:before {
  background: #ff6b00;
}
.btn-warning:hover {
  color: #ffffff !important;
  border-color: #ff6b00 !important;
  box-shadow: 0 15px 30px 0 rgba(255, 107, 0, 0.15);
}
.btn-danger {
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-danger,
.btn-danger:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}
.btn-danger:before {
  background: #ff0000;
}
.btn-danger:hover {
  color: #ffffff !important;
  border-color: #ff0000 !important;
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-white {
  color: #58d0ff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(88, 208, 255, 0.15);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:before {
  background: #58d0ff;
}
.btn-white:hover {
  color: #000000 !important;
  border-color: #58d0ff !important;
  background-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:before {
  background: #4d4d4d;
}
.btn-black:hover {
  border-color: #4d4d4d !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #58d0ff;
  color: #58d0ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #58d0ff !important;
  border-color: #58d0ff !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #58d0ff !important;
  border-color: #58d0ff !important;
}
.btn-primary-outline:before {
  background: #58d0ff;
}
.btn-primary-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(88, 208, 255, 0.15);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #191c2f;
  color: #191c2f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #191c2f !important;
  border-color: #191c2f !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #191c2f !important;
  border-color: #191c2f !important;
}
.btn-secondary-outline:before {
  background: #191c2f;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(25, 28, 47, 0.15);
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #1732a4;
  color: #1732a4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #1732a4 !important;
  border-color: #1732a4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1732a4 !important;
  border-color: #1732a4 !important;
}
.btn-info-outline:before {
  background: #1732a4;
}
.btn-info-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(23, 50, 164, 0.15);
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3caf57;
  color: #3caf57;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #3caf57 !important;
  border-color: #3caf57 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3caf57 !important;
  border-color: #3caf57 !important;
}
.btn-success-outline:before {
  background: #3caf57;
}
.btn-success-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(60, 175, 87, 0.15);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff6b00;
  color: #ff6b00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;
}
.btn-warning-outline:before {
  background: #ff6b00;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 107, 0, 0.15);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-danger-outline:before {
  background: #ff0000;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black-outline:before {
  background: #4d4d4d;
}
.btn-white-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #58d0ff !important;
  border-color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-white-outline:before {
  background: #ffffff;
}
.text-primary {
  color: #58d0ff !important;
}
.text-secondary {
  color: #191c2f !important;
}
.text-success {
  color: #3caf57 !important;
}
.text-info {
  color: #1732a4 !important;
}
.text-warning {
  color: #ff6b00 !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00adf1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #226331 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0a174b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #994000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #58d0ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #40A50B;
}
.alert-info {
  background-color: #1732a4;
}
.alert-warning {
  background-color: #ff6b00;
}
.alert-danger {
  background-color: #ff0000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 45px;
}
.mbr-gallery-filter li a {
  border-radius: 45px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #58d0ff;
  border-color: #58d0ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 45px !important;
}
a,
a:hover {
  color: #58d0ff;
}
.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: #91d9a2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #5470e7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe1cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcccc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #58d0ff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 45px !important;
}
.mbr-form .mbr-section-btn button[type="submit"] {
  border-radius: 45px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #58d0ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #58d0ff;
}
.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: #58d0ff;
  border-bottom-color: #58d0ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #58d0ff !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: #191c2f !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='%2358d0ff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a.btn-white {
  color: #58d0ff !important;
}
.mbr-arrow-up {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
}
.mbr-arrow-up a {
  background: rgba(88, 208, 255, 0.6);
}
.mbr-arrow-up a:hover {
  background: #58d0ff;
}
.cid-skcLuebpkE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-skcLuebpkE nav.navbar {
  position: fixed;
}
.cid-skcLuebpkE .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-skcLuebpkE .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-skcLuebpkE .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-skcLuebpkE .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-skcLuebpkE .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-skcLuebpkE .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-skcLuebpkE .dropdown-item:hover,
.cid-skcLuebpkE .dropdown-item:focus {
  background: rgba(88, 208, 255, 0.1) !important;
  color: #58d0ff !important;
}
.cid-skcLuebpkE .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-skcLuebpkE .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-skcLuebpkE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-skcLuebpkE .nav-link {
  position: relative;
  line-height: 1;
}
.cid-skcLuebpkE .nav-link:hover {
  color: #58d0ff !important;
}
.cid-skcLuebpkE .container {
  display: flex;
  margin: auto;
}
.cid-skcLuebpkE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-skcLuebpkE .dropdown-menu,
.cid-skcLuebpkE .navbar.opened {
  background: #051441 !important;
}
.cid-skcLuebpkE .nav-item:focus,
.cid-skcLuebpkE .nav-link:focus {
  outline: none;
}
.cid-skcLuebpkE .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skcLuebpkE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skcLuebpkE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skcLuebpkE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-skcLuebpkE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #051441;
}
.cid-skcLuebpkE .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-skcLuebpkE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-skcLuebpkE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skcLuebpkE .navbar.opened {
  transition: all 0.3s;
}
.cid-skcLuebpkE .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-skcLuebpkE .navbar .navbar-logo img {
  width: auto;
}
.cid-skcLuebpkE .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-skcLuebpkE .navbar.collapsed {
  justify-content: center;
}
.cid-skcLuebpkE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skcLuebpkE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-skcLuebpkE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-skcLuebpkE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skcLuebpkE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skcLuebpkE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-skcLuebpkE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skcLuebpkE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-skcLuebpkE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skcLuebpkE .navbar .dropdown-menu {
    display: none;
  }
  .cid-skcLuebpkE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skcLuebpkE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skcLuebpkE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-skcLuebpkE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skcLuebpkE .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-skcLuebpkE .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-skcLuebpkE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skcLuebpkE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-skcLuebpkE .navbar .navbar-buttons,
  .cid-skcLuebpkE .navbar .icons-menu {
    display: none;
  }
  .cid-skcLuebpkE .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-skcLuebpkE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skcLuebpkE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skcLuebpkE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skcLuebpkE .dropdown-item.active,
.cid-skcLuebpkE .dropdown-item:active {
  background-color: transparent;
}
.cid-skcLuebpkE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skcLuebpkE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #051441;
}
.cid-skcLuebpkE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skcLuebpkE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-skcLuebpkE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skcLuebpkE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skcLuebpkE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-skcLuebpkE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skcLuebpkE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skcLuebpkE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-skcLuebpkE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skcLuebpkE .navbar {
    height: 70px;
  }
  .cid-skcLuebpkE .navbar.opened {
    height: auto;
  }
  .cid-skcLuebpkE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSOVFPqgSH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-37.jpeg");
}
.cid-sSOVFPqgSH .mbr-section-subtitle {
  color: #767676;
}
.cid-sSOVFPqgSH .mbr-section-title {
  color: #ffd700;
}
.cid-sSOVFPqgSH .mbr-section-title DIV {
  text-align: left;
}
.cid-skd1O60gq7 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-skd1O60gq7 .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #191c2f;
}
.cid-skd1O60gq7 .mbr-section-title {
  margin-bottom: 0;
  color: #191c2f;
}
.cid-skd1O60gq7 .card_wrapper {
  margin-top: 40px;
  padding: 60px 40px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 4px 0 rgba(38, 59, 94, 0.1);
}
.cid-skd1O60gq7 .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-skd1O60gq7 .card_wrapper:hover .card_title {
  color: #58d0ff;
}
.cid-skd1O60gq7 .card_wrapper:hover .card_link .mbr-iconfont {
  color: #58d0ff !important;
}
.cid-skd1O60gq7 .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-skd1O60gq7 .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-skd1O60gq7 .card_wrapper:hover .shape_2 {
  transform: rotate(360deg);
  top: -6px;
  right: -2px;
}
.cid-skd1O60gq7 .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-skd1O60gq7 .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-skd1O60gq7 .icon_block {
  margin-bottom: 40px;
}
.cid-skd1O60gq7 .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #039ecb 0%, rgba(56, 208, 252, 0.8) 100%);
}
.cid-skd1O60gq7 .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-skd1O60gq7 .card_title {
  margin-bottom: 20px;
  color: #051441;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skd1O60gq7 .card_text {
  margin-bottom: 50px;
}
.cid-skd1O60gq7 .card_link {
  display: block;
}
.cid-skd1O60gq7 .card_link a {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
.cid-skd1O60gq7 .card_link a:hover {
  transform: translateX(6px);
}
.cid-skd1O60gq7 .card_link .mbr-iconfont {
  line-height: 1;
  font-size: 48px;
  color: #afb8ce;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skd1O60gq7 .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-skd1O60gq7 .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #3caf57;
  border-radius: 50%;
}
.cid-skd1O60gq7 .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #1732a4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-skd1O60gq7 .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #ff6b00;
}
.cid-skd1O60gq7 .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-skd1O60gq7 .card_wrapper {
    padding: 40px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-skd1O60gq7 .card_title {
    margin-bottom: 15px;
  }
  .cid-skd1O60gq7 .card_text {
    margin-bottom: 20px;
  }
  .cid-skd1O60gq7 .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-skd1O60gq7 .card_title,
.cid-skd1O60gq7 .icon_block {
  color: #191c2f;
}
.cid-skd1O60gq7 .card_text,
.cid-skd1O60gq7 .card_link {
  color: #6a6b78;
}
.cid-sSUlXQyb5q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e0e5ff;
}
.cid-sSUlXQyb5q .mbr-section-title {
  color: #1732a4;
}
.cid-sSP0AFF1MV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-38.jpeg");
}
.cid-sSP0AFF1MV .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sSP0AFF1MV .mbr-section-btn,
  .cid-sSP0AFF1MV .mbr-section-subtitle,
  .cid-sSP0AFF1MV .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sSP0AFF1MV .mbr-section-title {
  text-align: right;
  color: #ffd700;
}
.cid-skd1DrtU6r {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-skd1DrtU6r .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-skd1DrtU6r .mbr-section-title {
  margin-bottom: 20px;
  color: #191c2f;
}
.cid-skd1DrtU6r .mbr-text {
  margin-bottom: 50px;
}
.cid-skd1DrtU6r .card_wrap {
  margin-bottom: 20px;
}
.cid-skd1DrtU6r .item:nth-child(1) .icon_block svg polygon {
  fill: #fff0e5;
}
.cid-skd1DrtU6r .item:nth-child(1) .mbr-iconfont {
  color: #ff6b00;
}
.cid-skd1DrtU6r .item:nth-child(2) .icon_block svg polygon {
  fill: #b1bef4;
}
.cid-skd1DrtU6r .item:nth-child(2) .mbr-iconfont {
  color: #1732a4;
}
.cid-skd1DrtU6r .item .icon_block {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  width: 90px;
  height: 90px;
}
.cid-skd1DrtU6r .item .icon_block svg {
  width: 100px;
  height: 100px;
  transform: rotate(90deg);
}
.cid-skd1DrtU6r .item .icon_block .mbr-iconfont {
  line-height: 100px;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 33px;
}
.cid-skd1DrtU6r .card_title {
  margin-bottom: 18px;
  color: #191c2f;
}
.cid-skd1DrtU6r .card_text {
  margin-bottom: 0;
  color: #6a6b78;
}
.cid-skd1DrtU6r .mbr-section-btn {
  margin-top: 30px;
}
.cid-skd1DrtU6r .shape {
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-skd1DrtU6r .shape_1 {
  top: 10px;
  left: 19px;
  width: 10px;
  height: 10px;
  background: #3caf57;
  border-radius: 50%;
}
.cid-skd1DrtU6r .shape_2 {
  top: 17px;
  right: 2px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #1732a4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(22deg);
}
.cid-skd1DrtU6r .shape_3 {
  left: 14px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background-color: #ff6b00;
}
.cid-skd1DrtU6r .shape_4 {
  right: -5px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .cid-skd1DrtU6r .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skd1DrtU6r .text-wrapper {
    text-align: center;
  }
  .cid-skd1DrtU6r .card_wrap {
    margin-bottom: 20px;
  }
  .cid-skd1DrtU6r .icon_block {
    margin-bottom: 20px;
  }
  .cid-skd1DrtU6r .card_title {
    margin-bottom: 10px;
  }
  .cid-skd1DrtU6r .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-skd1DrtU6r .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-skd1DrtU6r .mbr-text,
.cid-skd1DrtU6r .mbr-section-btn {
  color: #1a1a1a;
}
.cid-sTnCrFzAOe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-39.jpeg");
}
.cid-sTnCrFzAOe .mbr-section-subtitle {
  color: #767676;
}
.cid-sTnCrFzAOe .mbr-section-title {
  color: #ffffff;
}
.cid-sSRy7Vw5yi {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #e6ecf2;
}
.cid-sSRy7Vw5yi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sSRy7Vw5yi .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sSRy7Vw5yi .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sSRy7Vw5yi .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sSRy7Vw5yi .mbr-text {
  line-height: 2;
  letter-spacing: 0;
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-sSRy7Vw5yi .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sSRy7Vw5yi img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sSRy7Vw5yi .mbr-form {
  max-width: 550px;
}
.cid-sSRy7Vw5yi .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
.cid-sSRy7Vw5yi textarea {
  min-height: 150px;
}
.cid-sSRy7Vw5yi .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #58d0ff;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-sSRy7Vw5yi .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-sSRy7Vw5yi .second {
  height: fit-content;
}
.cid-sSRy7Vw5yi .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-sSRy7Vw5yi .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #58d0ff;
}
.cid-sSRy7Vw5yi .second .inbox .inbox-box .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sSRy7Vw5yi .second .inbox .inbox-box .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 22px;
  background-color: #ffffff;
  font-size: 3.45rem;
  color: #130947;
  margin-right: 15px;
}
.cid-sSRy7Vw5yi .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-sSRy7Vw5yi .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-sSRy7Vw5yi .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sSRy7Vw5yi .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 2px;
}
.cid-sSRy7Vw5yi .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sSRy7Vw5yi .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-sSRy7Vw5yi .mbr-section-title {
    text-align: left;
  }
  .cid-sSRy7Vw5yi .second {
    margin-top: 30px;
  }
}
.cid-sSRy7Vw5yi H3 {
  color: #000b28;
  text-align: left;
}
.cid-sSRy7Vw5yi LABEL {
  color: #130947;
}
.cid-sSRy7Vw5yi H2 {
  color: #6a7c92;
}
.cid-sSRy7Vw5yi P {
  color: #051441;
}
.cid-sSRy7Vw5yi .widget-text {
  color: #000000;
}
.cid-sSUnGGSRDC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-37.jpeg");
}
.cid-sSUnGGSRDC .mbr-section-subtitle {
  color: #767676;
}
.cid-sSUnGGSRDC .mbr-section-title {
  color: #ffffff;
}
.cid-sSOEqmwf3u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-pattern-white.png");
}
.cid-sSOEqmwf3u .mbr-overlay {
  background: #fafafa;
  opacity: 0.5;
}
.cid-sSOEqmwf3u .item-subtitle a {
  font-weight: 600;
}
.cid-sSOEqmwf3u .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSOEqmwf3u .item:hover img {
  transform: scale(1.05);
}
.cid-sSOEqmwf3u .item-img {
  overflow: hidden;
}
.cid-sSOEqmwf3u img,
.cid-sSOEqmwf3u .item-img {
  width: 100%;
  transition: all 1s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sSOEqmwf3u h5 {
  margin: 0;
}
.cid-sSOEqmwf3u .item:focus,
.cid-sSOEqmwf3u span:focus {
  outline: none;
}
.cid-sSOEqmwf3u .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sSOEqmwf3u .item-content {
  padding-top: 2rem;
}
.cid-sSOEqmwf3u .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sSOEqmwf3u .item-title {
  color: #666666;
}
.cid-sSOEqmwf3u .item-subtitle {
  color: #051441;
}
.cid-sSVsiZm9A8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background-pattern-white-1.png");
}
.cid-sSVsiZm9A8 .mbr-section-title {
  color: #1732a4;
}
.cid-sSUnO5llwW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background-pattern-white.png");
}
.cid-sSUnO5llwW H1 {
  color: #57468b;
}
.cid-sSUnO5llwW .mbr-text,
.cid-sSUnO5llwW .mbr-section-btn {
  color: #301cab;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sSUnO5llwW .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-sSUnO5llwW .relative {
  position: relative;
}
.cid-sSUnO5llwW .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-sSUnO5llwW .img1 {
    width: 100%;
  }
}
.cid-sSV3GMbEXh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-37.jpeg");
}
.cid-sSV3GMbEXh .mbr-section-subtitle {
  color: #767676;
}
.cid-sSV3GMbEXh .mbr-section-title {
  color: #ffffff;
}
.cid-sSUns5g97H {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.cid-sSUns5g97H .carousel-item {
  justify-content: center;
}
.cid-sSUns5g97H .carousel-item.active,
.cid-sSUns5g97H .carousel-item-next,
.cid-sSUns5g97H .carousel-item-prev {
  display: flex;
}
.cid-sSUns5g97H .title_block {
  margin-bottom: 80px;
}
.cid-sSUns5g97H .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #1732a4;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sSUns5g97H .mbr-section-title {
  color: #191c2f;
}
.cid-sSUns5g97H .card_title {
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #191c2f;
}
.cid-sSUns5g97H .user_descr {
  margin: 0;
  color: #6a6b78;
}
.cid-sSUns5g97H .user:hover img {
  transform: scale(1.1);
}
.cid-sSUns5g97H .user:hover .card_title a {
  color: #58d0ff !important;
}
.cid-sSUns5g97H .user_image {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-sSUns5g97H .user_image img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sSUns5g97H li {
  opacity: 1;
  border: none;
  width: 15px;
  height: 2px;
  margin: 0 5px;
  max-width: 30px;
  max-height: 2px;
  background: rgba(23, 50, 164, 0.3);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sSUns5g97H li.active {
  opacity: 1;
  background-color: #1732a4;
  width: 27px;
  height: 2px;
}
.cid-sSUns5g97H .carousel-indicators {
  align-items: center;
  position: static;
  margin: 60px 0 0;
}
.cid-sSUns5g97H .carousel-indicators li {
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-sSUns5g97H .title_block {
    margin-bottom: 40px;
  }
  .cid-sSUns5g97H .carousel-indicators {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sSUns5g97H .user {
    margin-top: 40px;
  }
  .cid-sSUns5g97H .user:first-child {
    margin-top: 0;
  }
}
.cid-sSUnpZ4S9d {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sSUnpZ4S9d .nav-tabs .nav-item.open .nav-link:focus,
.cid-sSUnpZ4S9d .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sSUnpZ4S9d .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #6592e6;
}
@media (max-width: 767px) {
  .cid-sSUnpZ4S9d .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sSUnpZ4S9d .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-sSUnpZ4S9d .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-sSUnpZ4S9d .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sSUnpZ4S9d .nav-link,
.cid-sSUnpZ4S9d .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sSUnpZ4S9d .nav-tabs .nav-link.active {
  color: #6592e6;
  border-bottom: 3px solid #6592e6;
}
.cid-sSUnpZ4S9d H4 {
  text-align: center;
}
.cid-sSUnpZ4S9d H3 {
  text-align: center;
}
.cid-sT0Fts23hv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #38d0fc;
}
.cid-sT0Fts23hv .mbr-section-subtitle {
  color: #767676;
}
.cid-sT0Fts23hv .mbr-section-title {
  color: #ffffff;
}
.cid-sSP8ZxkyYy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #051441;
}
.cid-sSP8ZxkyYy .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-sSP8ZxkyYy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSP8ZxkyYy .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sSP8ZxkyYy .list {
    margin-bottom: 30px;
  }
}
.cid-sSP8ZxkyYy .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-sSP8ZxkyYy .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sSP8ZxkyYy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSP8ZxkyYy .copyright {
  color: #868c90;
}
.cid-sSP8ZxkyYy .mbr-section-subtitle {
  color: #afb8ce;
}
@media (max-width: 576px) {
  .cid-sSP8ZxkyYy .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-sSP8ZxkyYy .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-sSP8ZxkyYy .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sSP8ZxkyYy .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-sSP8ZxkyYy .footer-logo {
    margin: 0 auto;
  }
}
.cid-sSUNy1uA56 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sSUNy1uA56 nav.navbar {
  position: fixed;
}
.cid-sSUNy1uA56 .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sSUNy1uA56 .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-sSUNy1uA56 .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sSUNy1uA56 .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sSUNy1uA56 .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-sSUNy1uA56 .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sSUNy1uA56 .dropdown-item:hover,
.cid-sSUNy1uA56 .dropdown-item:focus {
  background: rgba(88, 208, 255, 0.1) !important;
  color: #58d0ff !important;
}
.cid-sSUNy1uA56 .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sSUNy1uA56 .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sSUNy1uA56 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sSUNy1uA56 .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sSUNy1uA56 .nav-link:hover {
  color: #58d0ff !important;
}
.cid-sSUNy1uA56 .container {
  display: flex;
  margin: auto;
}
.cid-sSUNy1uA56 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sSUNy1uA56 .dropdown-menu,
.cid-sSUNy1uA56 .navbar.opened {
  background: #051441 !important;
}
.cid-sSUNy1uA56 .nav-item:focus,
.cid-sSUNy1uA56 .nav-link:focus {
  outline: none;
}
.cid-sSUNy1uA56 .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sSUNy1uA56 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSUNy1uA56 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSUNy1uA56 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSUNy1uA56 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSUNy1uA56 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSUNy1uA56 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #051441;
}
.cid-sSUNy1uA56 .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sSUNy1uA56 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSUNy1uA56 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSUNy1uA56 .navbar.opened {
  transition: all 0.3s;
}
.cid-sSUNy1uA56 .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sSUNy1uA56 .navbar .navbar-logo img {
  width: auto;
}
.cid-sSUNy1uA56 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sSUNy1uA56 .navbar.collapsed {
  justify-content: center;
}
.cid-sSUNy1uA56 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSUNy1uA56 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSUNy1uA56 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sSUNy1uA56 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSUNy1uA56 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSUNy1uA56 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-sSUNy1uA56 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSUNy1uA56 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSUNy1uA56 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSUNy1uA56 .navbar .dropdown-menu {
    display: none;
  }
  .cid-sSUNy1uA56 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSUNy1uA56 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSUNy1uA56 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-sSUNy1uA56 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSUNy1uA56 .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sSUNy1uA56 .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sSUNy1uA56 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSUNy1uA56 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSUNy1uA56 .navbar .navbar-buttons,
  .cid-sSUNy1uA56 .navbar .icons-menu {
    display: none;
  }
  .cid-sSUNy1uA56 .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sSUNy1uA56 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSUNy1uA56 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSUNy1uA56 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSUNy1uA56 .dropdown-item.active,
.cid-sSUNy1uA56 .dropdown-item:active {
  background-color: transparent;
}
.cid-sSUNy1uA56 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSUNy1uA56 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #051441;
}
.cid-sSUNy1uA56 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSUNy1uA56 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSUNy1uA56 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSUNy1uA56 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSUNy1uA56 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sSUNy1uA56 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSUNy1uA56 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSUNy1uA56 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSUNy1uA56 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSUNy1uA56 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSUNy1uA56 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSUNy1uA56 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSUNy1uA56 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSUNy1uA56 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sSUNy1uA56 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sSUNy1uA56 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSUNy1uA56 .navbar {
    height: 70px;
  }
  .cid-sSUNy1uA56 .navbar.opened {
    height: auto;
  }
  .cid-sSUNy1uA56 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sT0MkiXmP8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT0MkiXmP8 h4 {
  display: flex;
  color: #232323;
}
.cid-sT0MkiXmP8 .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sT0MkiXmP8 .wrap {
  display: flex;
}
.cid-sT0MkiXmP8 .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sT0MkiXmP8 img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sT0MkiXmP8 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sT0MkiXmP8 p {
  margin: 0;
}
.cid-sT0MkiXmP8 .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sT0MkiXmP8 .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-sT0MkiXmP8 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sT0MkiXmP8 .panel-group {
  width: 100%;
}
.cid-sT0MkiXmP8 .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sT0MkiXmP8 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sT0MkiXmP8 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sT0MkiXmP8 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sT0MkiXmP8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT0MkiXmP8 .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sT0MkiXmP8 .card .panel-body {
  background: #ffffff;
}
.cid-sT0MkiXmP8 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sT0MkiXmP8 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sT0MkiXmP8 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sT0MkiXmP8 .header-text,
.cid-sT0MkiXmP8 .sign {
  color: #232323;
}
.cid-sT0MuuGnXW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT0MuuGnXW h4 {
  display: flex;
  color: #232323;
}
.cid-sT0MuuGnXW .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sT0MuuGnXW .wrap {
  display: flex;
}
.cid-sT0MuuGnXW .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sT0MuuGnXW img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sT0MuuGnXW .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sT0MuuGnXW p {
  margin: 0;
}
.cid-sT0MuuGnXW .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sT0MuuGnXW .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-sT0MuuGnXW .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sT0MuuGnXW .panel-group {
  width: 100%;
}
.cid-sT0MuuGnXW .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sT0MuuGnXW .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sT0MuuGnXW .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sT0MuuGnXW .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sT0MuuGnXW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT0MuuGnXW .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sT0MuuGnXW .card .panel-body {
  background: #ffffff;
}
.cid-sT0MuuGnXW .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sT0MuuGnXW .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sT0MuuGnXW .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sT0MuuGnXW .header-text,
.cid-sT0MuuGnXW .sign {
  color: #232323;
}
.cid-sT0ORM9U8D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT0ORM9U8D h4 {
  display: flex;
  color: #232323;
}
.cid-sT0ORM9U8D .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sT0ORM9U8D .wrap {
  display: flex;
}
.cid-sT0ORM9U8D .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sT0ORM9U8D img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sT0ORM9U8D .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sT0ORM9U8D p {
  margin: 0;
}
.cid-sT0ORM9U8D .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sT0ORM9U8D .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-sT0ORM9U8D .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sT0ORM9U8D .panel-group {
  width: 100%;
}
.cid-sT0ORM9U8D .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sT0ORM9U8D .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sT0ORM9U8D .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sT0ORM9U8D .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sT0ORM9U8D .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT0ORM9U8D .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sT0ORM9U8D .card .panel-body {
  background: #ffffff;
}
.cid-sT0ORM9U8D .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sT0ORM9U8D .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sT0ORM9U8D .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sT0ORM9U8D .header-text,
.cid-sT0ORM9U8D .sign {
  color: #232323;
}
.cid-sT0N7FHtQG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT0N7FHtQG h4 {
  display: flex;
  color: #232323;
}
.cid-sT0N7FHtQG .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sT0N7FHtQG .wrap {
  display: flex;
}
.cid-sT0N7FHtQG .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sT0N7FHtQG img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sT0N7FHtQG .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sT0N7FHtQG p {
  margin: 0;
}
.cid-sT0N7FHtQG .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sT0N7FHtQG .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-sT0N7FHtQG .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sT0N7FHtQG .panel-group {
  width: 100%;
}
.cid-sT0N7FHtQG .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sT0N7FHtQG .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sT0N7FHtQG .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sT0N7FHtQG .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sT0N7FHtQG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT0N7FHtQG .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sT0N7FHtQG .card .panel-body {
  background: #ffffff;
}
.cid-sT0N7FHtQG .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sT0N7FHtQG .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sT0N7FHtQG .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sT0N7FHtQG .header-text,
.cid-sT0N7FHtQG .sign {
  color: #232323;
}
.cid-sT0PhbJvt8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT0PhbJvt8 h4 {
  display: flex;
  color: #232323;
}
.cid-sT0PhbJvt8 .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sT0PhbJvt8 .wrap {
  display: flex;
}
.cid-sT0PhbJvt8 .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sT0PhbJvt8 img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sT0PhbJvt8 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sT0PhbJvt8 p {
  margin: 0;
}
.cid-sT0PhbJvt8 .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sT0PhbJvt8 .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-sT0PhbJvt8 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sT0PhbJvt8 .panel-group {
  width: 100%;
}
.cid-sT0PhbJvt8 .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sT0PhbJvt8 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sT0PhbJvt8 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sT0PhbJvt8 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sT0PhbJvt8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT0PhbJvt8 .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sT0PhbJvt8 .card .panel-body {
  background: #ffffff;
}
.cid-sT0PhbJvt8 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sT0PhbJvt8 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sT0PhbJvt8 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sT0PhbJvt8 .header-text,
.cid-sT0PhbJvt8 .sign {
  color: #232323;
}
.cid-sT0Q2tC2MT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sT0Q2tC2MT h4 {
  display: flex;
  color: #232323;
}
.cid-sT0Q2tC2MT .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sT0Q2tC2MT .wrap {
  display: flex;
}
.cid-sT0Q2tC2MT .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sT0Q2tC2MT img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sT0Q2tC2MT .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sT0Q2tC2MT p {
  margin: 0;
}
.cid-sT0Q2tC2MT .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sT0Q2tC2MT .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-sT0Q2tC2MT .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sT0Q2tC2MT .panel-group {
  width: 100%;
}
.cid-sT0Q2tC2MT .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sT0Q2tC2MT .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sT0Q2tC2MT .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sT0Q2tC2MT .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sT0Q2tC2MT .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT0Q2tC2MT .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sT0Q2tC2MT .card .panel-body {
  background: #ffffff;
}
.cid-sT0Q2tC2MT .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sT0Q2tC2MT .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sT0Q2tC2MT .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sT0Q2tC2MT .header-text,
.cid-sT0Q2tC2MT .sign {
  color: #232323;
}
.cid-sSVRpEcvG7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSVRpEcvG7 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #58d0ff;
  margin-left: 1rem;
}
.cid-sSVRpEcvG7 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sSVRpEcvG7 .panel-group {
  border: none;
}
.cid-sSVRpEcvG7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sSVRpEcvG7 .panel-body {
  padding: 1rem 2rem;
}
.cid-sSVRpEcvG7 .header-wrapper {
  position: relative;
}
.cid-sSVRpEcvG7 .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-sSVRpEcvG7 span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-sSVRpEcvG7 .card {
  overflow: visible;
}
.cid-sSVRpEcvG7 .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-sSVRpEcvG7 .card:hover .hover-bg {
  background: #e0e5ff;
  right: -8px;
  top: 8px;
}
.cid-sSVRpEcvG7 .card:hover span {
  transform: rotate(-90deg);
}
.cid-sSVRpEcvG7 .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-sSVRpEcvG7 .panel-body {
    padding: 1rem 0rem;
  }
  .cid-sSVRpEcvG7 .card-header {
    padding: 1rem 1rem;
  }
}
.cid-sSVRpEcvG7 H4 {
  color: #777d74;
}
.cid-sSVRpEcvG7 .panel-title-edit {
  color: #1c1c25;
}
.cid-sSVRpEcvG7 .mbr-section-title {
  color: #42424c;
  text-align: center;
}
.cid-sSVRpEcvG7 .mbr-section-subtitle {
  color: #777d74;
}
.cid-sSVRpEcvG7 .main-sub-title,
.cid-sSVRpEcvG7 .align-wrapper {
  color: #33358c;
}
.cid-sSVRrCUhKo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSVRrCUhKo .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #58d0ff;
  margin-left: 1rem;
}
.cid-sSVRrCUhKo .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sSVRrCUhKo .panel-group {
  border: none;
}
.cid-sSVRrCUhKo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sSVRrCUhKo .panel-body {
  padding: 1rem 2rem;
}
.cid-sSVRrCUhKo .header-wrapper {
  position: relative;
}
.cid-sSVRrCUhKo .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-sSVRrCUhKo span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-sSVRrCUhKo .card {
  overflow: visible;
}
.cid-sSVRrCUhKo .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-sSVRrCUhKo .card:hover .hover-bg {
  background: #e0e5ff;
  right: -8px;
  top: 8px;
}
.cid-sSVRrCUhKo .card:hover span {
  transform: rotate(-90deg);
}
.cid-sSVRrCUhKo .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-sSVRrCUhKo .panel-body {
    padding: 1rem 0rem;
  }
  .cid-sSVRrCUhKo .card-header {
    padding: 1rem 1rem;
  }
}
.cid-sSVRrCUhKo H4 {
  color: #777d74;
}
.cid-sSVRrCUhKo .panel-title-edit {
  color: #1c1c25;
}
.cid-sSVRrCUhKo .mbr-section-title {
  color: #42424c;
}
.cid-sSVRrCUhKo .mbr-section-subtitle {
  color: #777d74;
}
.cid-sSVRrCUhKo .main-sub-title,
.cid-sSVRrCUhKo .align-wrapper {
  color: #33358c;
}
.cid-sSVRyCa7nQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sSVRyCa7nQ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #58d0ff;
  margin-left: 1rem;
}
.cid-sSVRyCa7nQ .panel-group {
  border: none;
}
.cid-sSVRyCa7nQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sSVRyCa7nQ .panel-body {
  padding: 1rem 2rem;
}
.cid-sSVRyCa7nQ .header-wrapper {
  position: relative;
}
.cid-sSVRyCa7nQ .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-sSVRyCa7nQ span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-sSVRyCa7nQ .card {
  overflow: visible;
}
.cid-sSVRyCa7nQ .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-sSVRyCa7nQ .card:hover .hover-bg {
  background: #e0e5ff;
  right: -8px;
  top: 8px;
}
.cid-sSVRyCa7nQ .card:hover span {
  transform: rotate(-90deg);
}
.cid-sSVRyCa7nQ .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-sSVRyCa7nQ .panel-body {
    padding: 1rem 0rem;
  }
  .cid-sSVRyCa7nQ .card-header {
    padding: 1rem 1rem;
  }
}
.cid-sSVRyCa7nQ H4 {
  color: #777d74;
}
.cid-sSVRyCa7nQ .panel-title-edit {
  color: #1c1c25;
}
.cid-sSUVssXfMW {
  overflow: visible;
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #31e1af;
  background: linear-gradient(to right bottom, rgba(49, 225, 175, 0.8), #5e2ced);
}
.cid-sSUVssXfMW .mbr-overlay {
  background: #ffffff;
}
.cid-sSUVssXfMW .animation {
  pointer-events: none;
}
.cid-sSUVssXfMW .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sSUVssXfMW .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sSUVssXfMW .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (min-width: 768px) {
  .cid-sSUVssXfMW .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-sSUVssXfMW .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-sSUVssXfMW .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-sSUVssXfMW .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-sSUVssXfMW .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sSUVssXfMW .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sSUVssXfMW .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sSUVssXfMW .image__block {
    margin-bottom: -100px;
  }
}
.cid-sT0IaW1lbA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #38d0fc;
}
.cid-sT0IaW1lbA .mbr-section-subtitle {
  color: #767676;
}
.cid-sT0IaW1lbA .mbr-section-title {
  color: #ffffff;
}
.cid-sSUNy8WB7z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #051441;
}
.cid-sSUNy8WB7z .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-sSUNy8WB7z .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSUNy8WB7z .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sSUNy8WB7z .list {
    margin-bottom: 30px;
  }
}
.cid-sSUNy8WB7z .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-sSUNy8WB7z .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sSUNy8WB7z div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSUNy8WB7z .copyright {
  color: #868c90;
}
.cid-sSUNy8WB7z .mbr-section-subtitle {
  color: #afb8ce;
}
@media (max-width: 576px) {
  .cid-sSUNy8WB7z .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-sSUNy8WB7z .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-sSUNy8WB7z .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sSUNy8WB7z .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-sSUNy8WB7z .footer-logo {
    margin: 0 auto;
  }
}
.cid-sSUNy1uA56 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sSUNy1uA56 nav.navbar {
  position: fixed;
}
.cid-sSUNy1uA56 .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sSUNy1uA56 .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-sSUNy1uA56 .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sSUNy1uA56 .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sSUNy1uA56 .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-sSUNy1uA56 .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sSUNy1uA56 .dropdown-item:hover,
.cid-sSUNy1uA56 .dropdown-item:focus {
  background: rgba(88, 208, 255, 0.1) !important;
  color: #58d0ff !important;
}
.cid-sSUNy1uA56 .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sSUNy1uA56 .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sSUNy1uA56 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sSUNy1uA56 .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sSUNy1uA56 .nav-link:hover {
  color: #58d0ff !important;
}
.cid-sSUNy1uA56 .container {
  display: flex;
  margin: auto;
}
.cid-sSUNy1uA56 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sSUNy1uA56 .dropdown-menu,
.cid-sSUNy1uA56 .navbar.opened {
  background: #051441 !important;
}
.cid-sSUNy1uA56 .nav-item:focus,
.cid-sSUNy1uA56 .nav-link:focus {
  outline: none;
}
.cid-sSUNy1uA56 .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sSUNy1uA56 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSUNy1uA56 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSUNy1uA56 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSUNy1uA56 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSUNy1uA56 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSUNy1uA56 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #051441;
}
.cid-sSUNy1uA56 .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sSUNy1uA56 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSUNy1uA56 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSUNy1uA56 .navbar.opened {
  transition: all 0.3s;
}
.cid-sSUNy1uA56 .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sSUNy1uA56 .navbar .navbar-logo img {
  width: auto;
}
.cid-sSUNy1uA56 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sSUNy1uA56 .navbar.collapsed {
  justify-content: center;
}
.cid-sSUNy1uA56 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSUNy1uA56 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSUNy1uA56 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sSUNy1uA56 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSUNy1uA56 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSUNy1uA56 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-sSUNy1uA56 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSUNy1uA56 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSUNy1uA56 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSUNy1uA56 .navbar .dropdown-menu {
    display: none;
  }
  .cid-sSUNy1uA56 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSUNy1uA56 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSUNy1uA56 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-sSUNy1uA56 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSUNy1uA56 .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sSUNy1uA56 .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sSUNy1uA56 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSUNy1uA56 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSUNy1uA56 .navbar .navbar-buttons,
  .cid-sSUNy1uA56 .navbar .icons-menu {
    display: none;
  }
  .cid-sSUNy1uA56 .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sSUNy1uA56 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSUNy1uA56 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSUNy1uA56 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSUNy1uA56 .dropdown-item.active,
.cid-sSUNy1uA56 .dropdown-item:active {
  background-color: transparent;
}
.cid-sSUNy1uA56 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSUNy1uA56 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #051441;
}
.cid-sSUNy1uA56 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSUNy1uA56 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSUNy1uA56 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSUNy1uA56 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSUNy1uA56 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sSUNy1uA56 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSUNy1uA56 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSUNy1uA56 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSUNy1uA56 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSUNy1uA56 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSUNy1uA56 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSUNy1uA56 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSUNy1uA56 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSUNy1uA56 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sSUNy1uA56 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sSUNy1uA56 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSUNy1uA56 .navbar {
    height: 70px;
  }
  .cid-sSUNy1uA56 .navbar.opened {
    height: auto;
  }
  .cid-sSUNy1uA56 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sT1ZwsWajU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-37.jpeg");
}
.cid-sT1ZwsWajU .mbr-section-subtitle {
  color: #767676;
}
.cid-sT1ZwsWajU .mbr-section-title {
  color: #ffffff;
}
.cid-sT11EXbnTa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-pattern-white.png");
}
.cid-sT11EXbnTa .mbr-overlay {
  background: #fafafa;
  opacity: 0.5;
}
.cid-sT11EXbnTa .item-subtitle a {
  font-weight: 600;
}
.cid-sT11EXbnTa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sT11EXbnTa .item:hover img {
  transform: scale(1.05);
}
.cid-sT11EXbnTa .item-img {
  overflow: hidden;
}
.cid-sT11EXbnTa img,
.cid-sT11EXbnTa .item-img {
  width: 100%;
  transition: all 1s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sT11EXbnTa h5 {
  margin: 0;
}
.cid-sT11EXbnTa .item:focus,
.cid-sT11EXbnTa span:focus {
  outline: none;
}
.cid-sT11EXbnTa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sT11EXbnTa .item-content {
  padding-top: 2rem;
}
.cid-sT11EXbnTa .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sT11EXbnTa .item-title {
  color: #666666;
}
.cid-sT11EXbnTa .item-subtitle {
  color: #051441;
}
.cid-sT12pjIk7D {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sT12pjIk7D H1 {
  color: #57468b;
}
.cid-sT12pjIk7D .mbr-text,
.cid-sT12pjIk7D .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sT12pjIk7D img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-sT12pjIk7D img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sT12pjIk7D H3 {
  color: #716c80;
}
.cid-sT129TZSuH {
  overflow: visible;
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #31e1af;
  background: linear-gradient(to right bottom, rgba(49, 225, 175, 0.8), #5e2ced);
}
.cid-sT129TZSuH .mbr-overlay {
  background: #ffffff;
}
.cid-sT129TZSuH .animation {
  pointer-events: none;
}
.cid-sT129TZSuH .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sT129TZSuH .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sT129TZSuH .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (min-width: 768px) {
  .cid-sT129TZSuH .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-sT129TZSuH .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-sT129TZSuH .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-sT129TZSuH .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-sT129TZSuH .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sT129TZSuH .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sT129TZSuH .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sT129TZSuH .image__block {
    margin-bottom: -100px;
  }
}
.cid-sT12aJ7gyo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #38d0fc;
}
.cid-sT12aJ7gyo .mbr-section-subtitle {
  color: #767676;
}
.cid-sT12aJ7gyo .mbr-section-title {
  color: #ffffff;
}
.cid-sSUNy8WB7z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #051441;
}
.cid-sSUNy8WB7z .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-sSUNy8WB7z .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSUNy8WB7z .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sSUNy8WB7z .list {
    margin-bottom: 30px;
  }
}
.cid-sSUNy8WB7z .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-sSUNy8WB7z .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sSUNy8WB7z div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSUNy8WB7z .copyright {
  color: #868c90;
}
.cid-sSUNy8WB7z .mbr-section-subtitle {
  color: #afb8ce;
}
@media (max-width: 576px) {
  .cid-sSUNy8WB7z .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-sSUNy8WB7z .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-sSUNy8WB7z .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sSUNy8WB7z .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-sSUNy8WB7z .footer-logo {
    margin: 0 auto;
  }
}
.cid-sSXDxaThyc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSXDxaThyc .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-sSXDxaThyc .img-wrap img {
  width: 33%;
  margin: auto;
}
.cid-sSXDxaThyc .mbr-text,
.cid-sSXDxaThyc .mbr-section-btn {
  color: #051441;
  text-align: left;
}
.cid-sSXDxaThyc .mbr-section-title {
  color: #1a1a1a;
  text-align: left;
}
.cid-sSXDxaThyc .buttons-wrap .link {
  display: flex;
}
.cid-sSXDxaThyc .mbr-arrow {
  bottom: 0;
}
.cid-sT0sF5KVbQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sT0sF5KVbQ .card-heading {
  padding-bottom: 20px;
  color: #111213;
}
.cid-sT0sF5KVbQ .p {
  padding-bottom: 29px;
  color: #1a1a1a;
}
.cid-sT0sF5KVbQ .p:last-child {
  padding-bottom: 0;
}
.cid-sT0sF5KVbQ .row {
  justify-content: center;
}
.cid-sSXGUQ2Qbp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSXGUQ2Qbp .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sSXGUQ2Qbp .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-sSXGUQ2Qbp .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-sSXGUQ2Qbp .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-sSXx79nfmj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSXx79nfmj .card-heading {
  padding-bottom: 20px;
  color: #111213;
}
.cid-sSXx79nfmj .p {
  padding-bottom: 29px;
  color: #1a1a1a;
}
.cid-sSXx79nfmj .p:last-child {
  padding-bottom: 0;
}
.cid-sSXx79nfmj .row {
  justify-content: center;
}
.cid-sSXCwJ9ucN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSXCwJ9ucN .wrapper {
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
.cid-sSXCwJ9ucN .wrapper img {
  border-radius: 30px;
}
@media (max-width: 768px) {
  .cid-sSXCwJ9ucN .wrapper {
    padding: 0;
  }
  .cid-sSXCwJ9ucN .wrapper img {
    width: 70%;
    right: 0;
    bottom: 115px;
  }
}
@media (min-width: 992px) {
  .cid-sSXCwJ9ucN .wrapper {
    padding: 0 6rem;
  }
}
.cid-sSXCwJ9ucN .btn {
  border-radius: 30px;
  font-size: 16px;
}
.cid-sSXCwJ9ucN .btn-black {
  position: relative;
  border-radius: 20px;
  padding: 2rem 4rem 2rem 1.5rem;
  transition: all .3s;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-sSXCwJ9ucN .btn-black {
    width: 100%;
    padding: 2rem 1rem;
  }
  .cid-sSXCwJ9ucN .btn-black::after,
  .cid-sSXCwJ9ucN .btn-black::before {
    display: none;
  }
}
.cid-sSXCwJ9ucN .btn-black::before {
  position: absolute;
  background-color: #ff6a61;
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sSXCwJ9ucN .btn-black:hover::before {
  width: 120%;
  height: 100px;
  left: -5px;
}
.cid-sSXCwJ9ucN .btn-black::after {
  content: "→";
  position: absolute;
  right: 20px;
  transition: all .3s;
  font-size: 20px;
  bottom: 35%;
}
.cid-sSXCwJ9ucN .btn-black:hover::after {
  right: -15px;
  font-size: 30px;
  bottom: 28%;
}
@media (min-width: 769px) {
  .cid-sSXCwJ9ucN .btn-black:hover {
    padding: 2rem 3.5rem 2rem 2rem;
  }
}
.cid-sSXCwJ9ucN .mbr-section-subtitle {
  text-align: right;
  color: #6b3df0;
}
.cid-sSXqzDVKns {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sSXqzDVKns nav.navbar {
  position: fixed;
}
.cid-sSXqzDVKns .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sSXqzDVKns .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-sSXqzDVKns .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sSXqzDVKns .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sSXqzDVKns .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-sSXqzDVKns .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sSXqzDVKns .dropdown-item:hover,
.cid-sSXqzDVKns .dropdown-item:focus {
  background: rgba(88, 208, 255, 0.1) !important;
  color: #58d0ff !important;
}
.cid-sSXqzDVKns .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sSXqzDVKns .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sSXqzDVKns .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sSXqzDVKns .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sSXqzDVKns .nav-link:hover {
  color: #58d0ff !important;
}
.cid-sSXqzDVKns .container {
  display: flex;
  margin: auto;
}
.cid-sSXqzDVKns .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sSXqzDVKns .dropdown-menu,
.cid-sSXqzDVKns .navbar.opened {
  background: #051441 !important;
}
.cid-sSXqzDVKns .nav-item:focus,
.cid-sSXqzDVKns .nav-link:focus {
  outline: none;
}
.cid-sSXqzDVKns .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sSXqzDVKns .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSXqzDVKns .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSXqzDVKns .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSXqzDVKns .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSXqzDVKns .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSXqzDVKns .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #051441;
}
.cid-sSXqzDVKns .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sSXqzDVKns .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSXqzDVKns .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSXqzDVKns .navbar.opened {
  transition: all 0.3s;
}
.cid-sSXqzDVKns .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sSXqzDVKns .navbar .navbar-logo img {
  width: auto;
}
.cid-sSXqzDVKns .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sSXqzDVKns .navbar.collapsed {
  justify-content: center;
}
.cid-sSXqzDVKns .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSXqzDVKns .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSXqzDVKns .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sSXqzDVKns .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSXqzDVKns .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSXqzDVKns .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-sSXqzDVKns .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSXqzDVKns .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSXqzDVKns .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSXqzDVKns .navbar .dropdown-menu {
    display: none;
  }
  .cid-sSXqzDVKns .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSXqzDVKns .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSXqzDVKns .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-sSXqzDVKns .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSXqzDVKns .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sSXqzDVKns .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sSXqzDVKns .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSXqzDVKns .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSXqzDVKns .navbar .navbar-buttons,
  .cid-sSXqzDVKns .navbar .icons-menu {
    display: none;
  }
  .cid-sSXqzDVKns .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sSXqzDVKns .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSXqzDVKns .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSXqzDVKns .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSXqzDVKns .dropdown-item.active,
.cid-sSXqzDVKns .dropdown-item:active {
  background-color: transparent;
}
.cid-sSXqzDVKns .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSXqzDVKns .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #051441;
}
.cid-sSXqzDVKns .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSXqzDVKns ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSXqzDVKns .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSXqzDVKns button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSXqzDVKns button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sSXqzDVKns button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSXqzDVKns button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSXqzDVKns button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSXqzDVKns button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSXqzDVKns nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSXqzDVKns nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSXqzDVKns nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSXqzDVKns nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSXqzDVKns .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sSXqzDVKns a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sSXqzDVKns .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSXqzDVKns .navbar {
    height: 70px;
  }
  .cid-sSXqzDVKns .navbar.opened {
    height: auto;
  }
  .cid-sSXqzDVKns .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sT0BUmegaf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #38d0fc;
}
.cid-sT0BUmegaf .mbr-section-subtitle {
  color: #767676;
}
.cid-sT0BUmegaf .mbr-section-title {
  color: #ffffff;
}
.cid-sSXqzFcSqp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-38.jpeg");
}
.cid-sSXqzFcSqp .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sSXqzFcSqp .mbr-section-btn,
  .cid-sSXqzFcSqp .mbr-section-subtitle,
  .cid-sSXqzFcSqp .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sSXqzFcSqp .mbr-section-title {
  text-align: right;
  color: #ffd700;
}
.cid-sSXrG1V3RS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-sSXrG1V3RS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.2;
}
.cid-sSXrG1V3RS input,
.cid-sSXrG1V3RS textarea {
  opacity: 0.7;
  border-radius: 10px;
}
.cid-sSXrG1V3RS input:hover,
.cid-sSXrG1V3RS textarea:hover {
  border-color: transparent!important;
}
.cid-sSXrG1V3RS .btn {
  border-radius: 2rem;
  padding: 1rem 3rem;
  width: -webkit-fill-available;
}
.cid-sSXrG1V3RS h4 {
  margin-bottom: 3rem;
}
.cid-sSXrG1V3RS .col-auto {
  width: 100%;
}
.cid-sSXrG1V3RS textarea {
  min-height: 250px;
}
.cid-sSXrG1V3RS .mbr-form {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 7rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sSXrG1V3RS .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-sSXrG1V3RS .mbr-form:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sSXrG1V3RS H4 {
  color: #263d5a;
}
.cid-sSXrG1V3RS .section-content-text {
  color: #ffffff;
}
.cid-sSXrG1V3RS .section-content-subtitle {
  color: #ffffff;
}
.cid-sSXrG1V3RS .section-content-title {
  color: #000000;
}
.cid-sSXvoPM81M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSXvoPM81M .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sSXvoPM81M img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sSXvoPM81M .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-sSXvoPM81M .mbr-text {
  color: #1a1a1a;
}
.cid-sSXvoPM81M .mbr-section-title {
  color: #1a1a1a;
}
.cid-sT0AUKfkYr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #38d0fc;
}
.cid-sT0AUKfkYr .mbr-section-subtitle {
  color: #767676;
}
.cid-sT0AUKfkYr .mbr-section-title {
  color: #ffffff;
}
.cid-sSXqzHkkxn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #051441;
}
.cid-sSXqzHkkxn .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-sSXqzHkkxn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSXqzHkkxn .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sSXqzHkkxn .list {
    margin-bottom: 30px;
  }
}
.cid-sSXqzHkkxn .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-sSXqzHkkxn .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sSXqzHkkxn div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSXqzHkkxn .copyright {
  color: #868c90;
}
.cid-sSXqzHkkxn .mbr-section-subtitle {
  color: #afb8ce;
}
@media (max-width: 576px) {
  .cid-sSXqzHkkxn .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-sSXqzHkkxn .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-sSXqzHkkxn .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sSXqzHkkxn .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-sSXqzHkkxn .footer-logo {
    margin: 0 auto;
  }
}
