body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3.4rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.8rem;
  line-height: 1.867;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #4154f1 !important;
}
.bg-success {
  background-color: #57b22a !important;
}
.bg-info {
  background-color: #6b3df0 !important;
}
.bg-warning {
  background-color: #ff6b00 !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary {
  box-shadow: 0 15px 30px 0 rgba(65, 84, 241, 0.15);
}
.btn-primary,
.btn-primary:active {
  background-color: #4154f1 !important;
  border-color: #4154f1 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1129ee !important;
  border-color: #1129ee !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1129ee !important;
  border-color: #1129ee !important;
}
.btn-primary:before {
  background: #4154f1;
}
.btn-primary:hover {
  color: #ffffff !important;
  border-color: #4154f1 !important;
  box-shadow: 0 15px 30px 0 rgba(65, 84, 241, 0.15);
}
.btn-secondary {
  box-shadow: 0 15px 30px 0 rgba(5, 20, 65, 0.15);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #051441 !important;
  border-color: #051441 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #010512 !important;
  border-color: #010512 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010512 !important;
  border-color: #010512 !important;
}
.btn-secondary:before {
  background: #051441;
}
.btn-secondary:hover {
  color: #ffffff !important;
  border-color: #051441 !important;
  box-shadow: 0 15px 30px 0 rgba(5, 20, 65, 0.15);
}
.btn-info {
  box-shadow: 0 15px 30px 0 rgba(107, 61, 240, 0.15);
}
.btn-info,
.btn-info:active {
  background-color: #6b3df0 !important;
  border-color: #6b3df0 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4912e8 !important;
  border-color: #4912e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4912e8 !important;
  border-color: #4912e8 !important;
}
.btn-info:before {
  background: #6b3df0;
}
.btn-info:hover {
  color: #ffffff !important;
  border-color: #6b3df0 !important;
  box-shadow: 0 15px 30px 0 rgba(107, 61, 240, 0.15);
}
.btn-success {
  box-shadow: 0 15px 30px 0 rgba(87, 178, 42, 0.15);
}
.btn-success,
.btn-success:active {
  background-color: #57b22a !important;
  border-color: #57b22a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #438920 !important;
  border-color: #438920 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #438920 !important;
  border-color: #438920 !important;
}
.btn-success:before {
  background: #57b22a;
}
.btn-success:hover {
  color: #ffffff !important;
  border-color: #57b22a !important;
  box-shadow: 0 15px 30px 0 rgba(87, 178, 42, 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: #4154f1 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(65, 84, 241, 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: #4154f1;
}
.btn-white:hover {
  color: #ffffff !important;
  border-color: #4154f1 !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: #4154f1;
  color: #4154f1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #4154f1 !important;
  border-color: #4154f1 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4154f1 !important;
  border-color: #4154f1 !important;
}
.btn-primary-outline:before {
  background: #4154f1;
}
.btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(65, 84, 241, 0.15);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #051441;
  color: #051441;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #051441 !important;
  border-color: #051441 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #051441 !important;
  border-color: #051441 !important;
}
.btn-secondary-outline:before {
  background: #051441;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(5, 20, 65, 0.15);
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6b3df0;
  color: #6b3df0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #6b3df0 !important;
  border-color: #6b3df0 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6b3df0 !important;
  border-color: #6b3df0 !important;
}
.btn-info-outline:before {
  background: #6b3df0;
}
.btn-info-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(107, 61, 240, 0.15);
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #57b22a;
  color: #57b22a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #57b22a !important;
  border-color: #57b22a !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #57b22a !important;
  border-color: #57b22a !important;
}
.btn-success-outline:before {
  background: #57b22a;
}
.btn-success-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(87, 178, 42, 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: #4154f1 !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: #4154f1 !important;
}
.text-secondary {
  color: #051441 !important;
}
.text-success {
  color: #57b22a !important;
}
.text-info {
  color: #6b3df0 !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: #0e21be !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: #2f5f17 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3a0eb9 !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: #4154f1;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #40A50B;
}
.alert-info {
  background-color: #6b3df0;
}
.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: #4154f1;
  border-color: #4154f1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 45px !important;
}
a,
a:hover {
  color: #4154f1;
}
.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: #9de07c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbfaff;
}
.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: 'Ubuntu', sans-serif;
  font-size: 0.8rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.8rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #4154f1;
}
/* 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: #4154f1;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4154f1;
}
.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: #4154f1;
  border-bottom-color: #4154f1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4154f1 !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: #051441 !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='%234154f1' %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: #4154f1 !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(65, 84, 241, 0.6);
}
.mbr-arrow-up a:hover {
  background: #4154f1;
}
.cid-sAMojpwvRW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sAMojpwvRW nav.navbar {
  position: fixed;
}
.cid-sAMojpwvRW .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sAMojpwvRW .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-sAMojpwvRW .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sAMojpwvRW .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sAMojpwvRW .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-sAMojpwvRW .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sAMojpwvRW .dropdown-item:hover,
.cid-sAMojpwvRW .dropdown-item:focus {
  background: rgba(65, 84, 241, 0.1) !important;
  color: #4154f1 !important;
}
.cid-sAMojpwvRW .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sAMojpwvRW .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sAMojpwvRW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sAMojpwvRW .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sAMojpwvRW .nav-link:hover {
  color: #4154f1 !important;
}
.cid-sAMojpwvRW .container {
  display: flex;
  margin: auto;
}
.cid-sAMojpwvRW .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sAMojpwvRW .dropdown-menu,
.cid-sAMojpwvRW .navbar.opened {
  background: #ffffff !important;
}
.cid-sAMojpwvRW .nav-item:focus,
.cid-sAMojpwvRW .nav-link:focus {
  outline: none;
}
.cid-sAMojpwvRW .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sAMojpwvRW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAMojpwvRW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sAMojpwvRW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAMojpwvRW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAMojpwvRW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAMojpwvRW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-sAMojpwvRW .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sAMojpwvRW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sAMojpwvRW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sAMojpwvRW .navbar.opened {
  transition: all 0.3s;
}
.cid-sAMojpwvRW .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sAMojpwvRW .navbar .navbar-logo img {
  width: auto;
}
.cid-sAMojpwvRW .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sAMojpwvRW .navbar.collapsed {
  justify-content: center;
}
.cid-sAMojpwvRW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sAMojpwvRW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sAMojpwvRW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sAMojpwvRW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAMojpwvRW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAMojpwvRW .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-sAMojpwvRW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAMojpwvRW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAMojpwvRW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAMojpwvRW .navbar .dropdown-menu {
    display: none;
  }
  .cid-sAMojpwvRW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAMojpwvRW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAMojpwvRW .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-sAMojpwvRW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sAMojpwvRW .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sAMojpwvRW .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sAMojpwvRW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sAMojpwvRW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sAMojpwvRW .navbar .navbar-buttons,
  .cid-sAMojpwvRW .navbar .icons-menu {
    display: none;
  }
  .cid-sAMojpwvRW .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sAMojpwvRW .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-sAMojpwvRW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAMojpwvRW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAMojpwvRW .dropdown-item.active,
.cid-sAMojpwvRW .dropdown-item:active {
  background-color: transparent;
}
.cid-sAMojpwvRW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAMojpwvRW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sAMojpwvRW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAMojpwvRW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sAMojpwvRW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sAMojpwvRW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAMojpwvRW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAMojpwvRW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAMojpwvRW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAMojpwvRW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAMojpwvRW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sAMojpwvRW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sAMojpwvRW .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-sAMojpwvRW .navbar {
    height: 70px;
  }
  .cid-sAMojpwvRW .navbar.opened {
    height: auto;
  }
  .cid-sAMojpwvRW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAMoqAbN3v {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1267.webp");
}
.cid-sAMoqAbN3v .mbr-text {
  margin-top: 40px;
  margin-bottom: 50px;
}
.cid-sAMpyA9mH2 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sAMpyA9mH2 .title_block {
  margin-bottom: 80px;
}
.cid-sAMpyA9mH2 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sAMpyA9mH2 .mbr-section-title {
  color: #051441;
}
.cid-sAMpyA9mH2 .card_wrapper {
  padding: 0 35px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sAMpyA9mH2 .card_wrapper:hover .card_title a {
  color: #4154f1 !important;
}
.cid-sAMpyA9mH2 .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-sAMpyA9mH2 .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-sAMpyA9mH2 .card_wrapper:hover .shape_2 {
  transform: rotate(345deg);
  top: -20px;
  right: 12px;
}
.cid-sAMpyA9mH2 .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-sAMpyA9mH2 .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-sAMpyA9mH2 .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(65, 84, 241, 0.4);
  background-image: linear-gradient(40deg, #4154f1 0%, #a0aaf8 100%);
}
.cid-sAMpyA9mH2 .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(87, 178, 42, 0.4);
  background-image: linear-gradient(40deg, #57b22a 0%, #8ddb67 100%);
}
.cid-sAMpyA9mH2 .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 107, 0, 0.4);
  background-image: linear-gradient(40deg, #ff6b00 0%, #ffa666 100%);
}
.cid-sAMpyA9mH2 .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sAMpyA9mH2 .icon_block {
  margin-bottom: 40px;
}
.cid-sAMpyA9mH2 .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-top-right-radius: 0;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-sAMpyA9mH2 .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-sAMpyA9mH2 .card_title {
  margin-bottom: 20px;
  color: #051441;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sAMpyA9mH2 .card_text {
  margin-bottom: 0;
}
.cid-sAMpyA9mH2 .card_link {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sAMpyA9mH2 .card_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sAMpyA9mH2 .card_link:hover {
  cursor: pointer;
}
.cid-sAMpyA9mH2 .card_link:hover a {
  color: #4154f1 !important;
}
.cid-sAMpyA9mH2 .card_link:hover span {
  transform: translatex(5px);
}
.cid-sAMpyA9mH2 .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-sAMpyA9mH2 .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #57b22a;
  border-radius: 50%;
}
.cid-sAMpyA9mH2 .shape_2 {
  top: 0;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #6b3df0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-sAMpyA9mH2 .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #ff6b00;
}
.cid-sAMpyA9mH2 .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
.cid-sAMpyA9mH2 .mbr-section-btn {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sAMpyA9mH2 .title_block {
    margin-bottom: 15px;
  }
  .cid-sAMpyA9mH2 .card_wrapper {
    padding: 0 30px;
    max-width: 370px;
    margin: 50px auto 0;
  }
  .cid-sAMpyA9mH2 .card_title {
    margin-bottom: 15px;
  }
  .cid-sAMpyA9mH2 .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-sAMpIHWSla {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #4154f1;
  background: linear-gradient(to right bottom, rgba(65, 84, 241, 0.8), #6b3df0);
  overflow: hidden;
  position: relative;
}
.cid-sAMpIHWSla .mbr-overlay {
  background: #5eeebb;
}
.cid-sAMpIHWSla .wave img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12rem;
}
.cid-sAMpIHWSla .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sAMpIHWSla .card-title {
  margin-bottom: 26px;
}
.cid-sAMpIHWSla .mbr-text {
  margin-bottom: 30px;
}
.cid-sAMpIHWSla .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sAMpIHWSla .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sAMpIHWSla .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sAMpIHWSla .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sAMpIHWSla .text-wrapper {
    text-align: center;
  }
  .cid-sAMpIHWSla .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sAMpIHWSla .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sAMpIHWSla .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sAMpEdnRDp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sAMpEdnRDp .carousel-item {
  justify-content: center;
}
.cid-sAMpEdnRDp .carousel-item.active,
.cid-sAMpEdnRDp .carousel-item-next,
.cid-sAMpEdnRDp .carousel-item-prev {
  display: flex;
}
.cid-sAMpEdnRDp .title_block {
  margin-bottom: 80px;
}
.cid-sAMpEdnRDp .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sAMpEdnRDp .mbr-section-title {
  color: #051441;
}
.cid-sAMpEdnRDp .card_title {
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sAMpEdnRDp .user_descr {
  margin: 0;
}
.cid-sAMpEdnRDp .user:hover img {
  transform: scale(1.1);
}
.cid-sAMpEdnRDp .user:hover .card_title a {
  color: #4154f1 !important;
}
.cid-sAMpEdnRDp .user_image {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-sAMpEdnRDp .user_image img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sAMpEdnRDp li {
  opacity: 1;
  border: none;
  width: 15px;
  height: 2px;
  margin: 0 5px;
  max-width: 30px;
  max-height: 2px;
  background: rgba(65, 84, 241, 0.3);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sAMpEdnRDp li.active {
  opacity: 1;
  background-color: #4154f1;
  width: 27px;
  height: 2px;
}
.cid-sAMpEdnRDp .carousel-indicators {
  align-items: center;
  position: static;
  margin: 60px 0 0;
}
.cid-sAMpEdnRDp .carousel-indicators li {
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-sAMpEdnRDp .title_block {
    margin-bottom: 40px;
  }
  .cid-sAMpEdnRDp .carousel-indicators {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sAMpEdnRDp .user {
    margin-top: 40px;
  }
  .cid-sAMpEdnRDp .user:first-child {
    margin-top: 0;
  }
}
.cid-sAMpV3kZrH {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sAMpV3kZrH img {
  width: 100%;
  max-width: 140px;
  margin: auto;
}
.cid-sAMpV3kZrH .line {
  height: 1px;
  border: none;
  line-height: 1;
  background-image: linear-gradient(45deg, transparent, #e5e5e5, transparent);
}
.cid-sAMpV3kZrH .mbr-section-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-sAMpV3kZrH .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sAMpV3kZrH .mbr-section-head {
  margin-bottom: 50px;
}
.cid-sAMpV3kZrH .card_box {
  margin-top: 30px;
}
.cid-sAMpT5Z2Q0 {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-sAMpT5Z2Q0 .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #5842ff;
  background-image: linear-gradient(30deg, #5842ff 0%, #6f5cff 100%);
}
.cid-sAMpT5Z2Q0 .title_block {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sAMpT5Z2Q0 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sAMpT5Z2Q0 .mbr-section-title {
  color: #ffffff;
}
.cid-sAMpT5Z2Q0 .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-sAMpT5Z2Q0 .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(65, 84, 241, 0.15);
  border-radius: 50%;
}
.cid-sAMpT5Z2Q0 .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(65, 84, 241, 0.15);
  border-radius: 50%;
}
.cid-sAMpT5Z2Q0 .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-sAMpT5Z2Q0 .user {
  display: flex;
  align-items: center;
}
.cid-sAMpT5Z2Q0 .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-sAMpT5Z2Q0 .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-sAMpT5Z2Q0 .user_name {
  margin-bottom: 2px;
  display: block;
  color: #051441;
}
.cid-sAMpT5Z2Q0 .desk {
  margin-bottom: 0;
}
.cid-sAMpT5Z2Q0 .iconfont-wrapper {
  min-width: 115px;
}
.cid-sAMpT5Z2Q0 .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-sAMpT5Z2Q0 .carousel-item {
  justify-content: center;
}
.cid-sAMpT5Z2Q0 .carousel-item > div {
  width: 100%;
}
.cid-sAMpT5Z2Q0 .carousel-item.active,
.cid-sAMpT5Z2Q0 .carousel-item-next,
.cid-sAMpT5Z2Q0 .carousel-item-prev {
  display: flex;
}
.cid-sAMpT5Z2Q0 .carousel-controls {
  position: relative;
  height: 50px;
  margin-left: 20px;
  max-width: 120px;
  min-width: 120px;
}
.cid-sAMpT5Z2Q0 .carousel-controls a {
  opacity: 1;
}
.cid-sAMpT5Z2Q0 .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  color: #ffffff;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sAMpT5Z2Q0 .carousel-controls a span:hover {
  background-color: #ffffff;
  color: #4154f1;
}
.cid-sAMpT5Z2Q0 .carousel-control-prev {
  position: static;
  margin-right: 10px;
  width: 50px;
}
.cid-sAMpT5Z2Q0 .carousel-control-next {
  position: static;
  width: 50px;
}
@media (max-width: 991px) {
  .cid-sAMpT5Z2Q0 .title_block {
    margin-bottom: 40px;
  }
  .cid-sAMpT5Z2Q0 .card_header {
    flex-direction: column;
  }
  .cid-sAMpT5Z2Q0 .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-sAMpT5Z2Q0 .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-sAMpT5Z2Q0 .carousel-controls {
    display: none;
  }
  .cid-sAMpT5Z2Q0 .title_block {
    text-align: center;
  }
  .cid-sAMpT5Z2Q0 .carousel-item {
    padding: 0;
  }
  .cid-sAMpT5Z2Q0 .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-sAMpT5Z2Q0 .card_header {
    margin-bottom: 15px;
  }
  .cid-sAMpT5Z2Q0 .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-sAMpT5Z2Q0 .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-sAMz8wIcSu {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sAMz8wIcSu .mbr-section-title,
.cid-sAMz8wIcSu .mbr-text {
  margin-bottom: 0;
}
.cid-sAMz8wIcSu .text {
  opacity: .7;
  margin: 15px 0 50px;
  font-weight: 500;
}
.cid-sAMz8wIcSu .card__block {
  margin-bottom: 30px;
}
.cid-sAMz8wIcSu .image {
  display: flex;
  border-radius: 10px;
  background-color: #f7f7f8;
  max-width: 270px;
  height: 160px;
}
.cid-sAMz8wIcSu .image img {
  object-fit: cover;
  max-width: 70%;
  max-height: 70%;
  width: auto;
}
.cid-sAMz8wIcSu .mbr-text {
  color: #919dab;
}
.cid-sAMz8wIcSu .image {
  background-color: transparent;
  border: 2px solid rgba(243, 242, 244, 0.4);
}
.cid-sAMz8wIcSu .mbr-section-title {
  color: #051441;
}
.cid-sAMqat8gyD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
.cid-sAMqat8gyD .footer_col_logo {
  width: 40%;
}
.cid-sAMqat8gyD .footer_col {
  width: 20%;
}
.cid-sAMqat8gyD .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6fbff;
}
.cid-sAMqat8gyD .logo_wrap {
  max-width: 20%;
}
.cid-sAMqat8gyD .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sAMqat8gyD .brand_name {
  color: #ffffff;
}
.cid-sAMqat8gyD .contacts {
  margin-top: 46px;
}
.cid-sAMqat8gyD .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-sAMqat8gyD .contacts b {
  color: #ffffff;
}
.cid-sAMqat8gyD .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-sAMqat8gyD .item-wrap {
  line-height: 44px;
}
.cid-sAMqat8gyD a.text-white {
  color: #a99fc5 !important;
}
.cid-sAMqat8gyD a.text-white:hover {
  color: #ffffff !important;
}
.cid-sAMqat8gyD .item-wrap a,
.cid-sAMqat8gyD .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sAMqat8gyD .item-wrap a:before,
.cid-sAMqat8gyD .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sAMqat8gyD .item-wrap a:hover::before,
.cid-sAMqat8gyD .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sAMqat8gyD .form_wrap {
  display: flex;
}
.cid-sAMqat8gyD .mbr-form {
  margin-top: 30px;
}
.cid-sAMqat8gyD .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sAMqat8gyD .mbr-form input {
  height: 50px;
  background-color: rgba(106, 124, 146, 0.5);
  border: 1px solid rgba(106, 124, 146, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sAMqat8gyD input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sAMqat8gyD .gdpr-block {
  padding: 20px;
}
.cid-sAMqat8gyD .gdpr-block span {
  font-size: 1rem;
}
.cid-sAMqat8gyD .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sAMqat8gyD .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sAMqat8gyD .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sAMqat8gyD .footer_col_logo {
    width: 100%;
  }
  .cid-sAMqat8gyD .footer_col {
    width: 33.3%;
  }
  .cid-sAMqat8gyD .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sAMqat8gyD .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sAMqat8gyD .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sAMqat8gyD .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sAMqat8gyD .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sAMqat8gyD .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sAMqat8gyD .mbr-form .form-group {
    width: 100%;
  }
  .cid-sAMqat8gyD .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sAMqat8gyD .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sAMqat8gyD .contacts_mail {
  color: #ffffff;
}
.cid-sAMCwbsaYJ {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #301cab;
  background: linear-gradient(to right top, #301cab, #38d0fc);
}
.cid-sAMCwbsaYJ .mbr-text {
  margin-top: 40px;
  margin-bottom: 50px;
}
.cid-sAMojpwvRW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sAMojpwvRW nav.navbar {
  position: fixed;
}
.cid-sAMojpwvRW .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sAMojpwvRW .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-sAMojpwvRW .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sAMojpwvRW .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sAMojpwvRW .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-sAMojpwvRW .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sAMojpwvRW .dropdown-item:hover,
.cid-sAMojpwvRW .dropdown-item:focus {
  background: rgba(65, 84, 241, 0.1) !important;
  color: #4154f1 !important;
}
.cid-sAMojpwvRW .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sAMojpwvRW .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sAMojpwvRW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sAMojpwvRW .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sAMojpwvRW .nav-link:hover {
  color: #4154f1 !important;
}
.cid-sAMojpwvRW .container {
  display: flex;
  margin: auto;
}
.cid-sAMojpwvRW .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sAMojpwvRW .dropdown-menu,
.cid-sAMojpwvRW .navbar.opened {
  background: #ffffff !important;
}
.cid-sAMojpwvRW .nav-item:focus,
.cid-sAMojpwvRW .nav-link:focus {
  outline: none;
}
.cid-sAMojpwvRW .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sAMojpwvRW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAMojpwvRW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sAMojpwvRW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAMojpwvRW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAMojpwvRW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAMojpwvRW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-sAMojpwvRW .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sAMojpwvRW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sAMojpwvRW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sAMojpwvRW .navbar.opened {
  transition: all 0.3s;
}
.cid-sAMojpwvRW .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sAMojpwvRW .navbar .navbar-logo img {
  width: auto;
}
.cid-sAMojpwvRW .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sAMojpwvRW .navbar.collapsed {
  justify-content: center;
}
.cid-sAMojpwvRW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sAMojpwvRW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sAMojpwvRW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sAMojpwvRW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAMojpwvRW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAMojpwvRW .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-sAMojpwvRW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAMojpwvRW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAMojpwvRW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAMojpwvRW .navbar .dropdown-menu {
    display: none;
  }
  .cid-sAMojpwvRW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAMojpwvRW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAMojpwvRW .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-sAMojpwvRW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sAMojpwvRW .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sAMojpwvRW .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sAMojpwvRW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sAMojpwvRW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sAMojpwvRW .navbar .navbar-buttons,
  .cid-sAMojpwvRW .navbar .icons-menu {
    display: none;
  }
  .cid-sAMojpwvRW .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sAMojpwvRW .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-sAMojpwvRW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAMojpwvRW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAMojpwvRW .dropdown-item.active,
.cid-sAMojpwvRW .dropdown-item:active {
  background-color: transparent;
}
.cid-sAMojpwvRW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAMojpwvRW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sAMojpwvRW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAMojpwvRW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sAMojpwvRW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sAMojpwvRW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAMojpwvRW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAMojpwvRW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAMojpwvRW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAMojpwvRW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAMojpwvRW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sAMojpwvRW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sAMojpwvRW .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-sAMojpwvRW .navbar {
    height: 70px;
  }
  .cid-sAMojpwvRW .navbar.opened {
    height: auto;
  }
  .cid-sAMojpwvRW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAMFRwdaqi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sAMFRwdaqi .title_block {
  margin-bottom: 80px;
}
.cid-sAMFRwdaqi .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff6b00;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sAMFRwdaqi .mbr-section-title,
.cid-sAMFRwdaqi .card-title {
  color: #051441;
}
.cid-sAMFRwdaqi .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(65, 84, 241, 0.07);
}
.cid-sAMFRwdaqi .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #4154f1;
}
.cid-sAMFRwdaqi .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(255, 107, 0, 0.07);
}
.cid-sAMFRwdaqi .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #ff6b00;
}
.cid-sAMFRwdaqi .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(87, 178, 42, 0.07);
}
.cid-sAMFRwdaqi .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #57b22a;
}
.cid-sAMFRwdaqi .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(107, 61, 240, 0.07);
}
.cid-sAMFRwdaqi .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
}
.cid-sAMFRwdaqi .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sAMFRwdaqi .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sAMFRwdaqi .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-sAMFRwdaqi .card-title {
  margin-bottom: 20px;
}
.cid-sAMFRwdaqi .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-sAMFRwdaqi .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sAMFRwdaqi .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sAMFRwdaqi .btn_link:hover {
  cursor: pointer;
}
.cid-sAMFRwdaqi .btn_link:hover a {
  color: #4154f1 !important;
}
.cid-sAMFRwdaqi .btn_link:hover span {
  transform: translatex(5px);
}
.cid-sAMFRwdaqi .icon_block {
  position: relative;
}
.cid-sAMFRwdaqi .shape_2 {
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #6b3df0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(-25deg);
}
.cid-sAMFRwdaqi .shape_4 {
  position: absolute;
  left: -13px;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-35deg);
}
@media (max-width: 991px) {
  .cid-sAMFRwdaqi .title_block {
    margin-bottom: 40px;
  }
  .cid-sAMFRwdaqi .card {
    text-align: center;
  }
  .cid-sAMFRwdaqi .card_wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-sAMDdEgWoM {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sAMDdEgWoM .title_block {
  margin-bottom: 80px;
}
.cid-sAMDdEgWoM .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sAMDdEgWoM .mbr-section-title {
  color: #051441;
}
.cid-sAMDdEgWoM .image img {
  width: 100%;
  object-fit: cover;
}
.cid-sAMDdEgWoM .mbr-text {
  margin-top: 30px;
}
.cid-sAMDdEgWoM .nav-tabs .nav-item.open .nav-link:focus,
.cid-sAMDdEgWoM .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sAMDdEgWoM .nav-tabs {
  border: none;
}
.cid-sAMDdEgWoM .nav-item {
  width: 100%;
  margin-bottom: 30px;
}
.cid-sAMDdEgWoM .nav-tabs .nav-link {
  background-color: #f6fbff !important;
  line-height: 1;
  padding: 30px 40px;
  display: block;
  border-radius: 5px !important;
  border: none;
  color: #051441 !important;
  box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sAMDdEgWoM .nav-tabs .nav-link.active {
  background-color: #6b3df0 !important;
  box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
  color: #ffffff !important;
}
.cid-sAMDdEgWoM .nav-tabs .nav-link:hover {
  background-color: #6b3df0 !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
  color: #ffffff !important;
  cursor: pointer;
}
.cid-sAMDdEgWoM .nav-tabs .nav-link strong,
.cid-sAMDdEgWoM .nav-tabs .nav-link b {
  font-size: 22px;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-sAMDdEgWoM .title_block {
    margin-bottom: 40px;
  }
  .cid-sAMDdEgWoM .nav-tabs .nav-link {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sAMDdEgWoM .mbr-text {
    margin-top: 20px;
  }
}
.cid-sAMR2LgvEA {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sAMR2LgvEA .mbr-section-title,
.cid-sAMR2LgvEA .mbr-text {
  margin-bottom: 0;
}
.cid-sAMR2LgvEA .text {
  opacity: .7;
  margin: 15px 0 50px;
  font-weight: 500;
}
.cid-sAMR2LgvEA .card__block {
  margin-bottom: 30px;
}
.cid-sAMR2LgvEA .image {
  display: flex;
  border-radius: 10px;
  background-color: #f7f7f8;
  max-width: 270px;
  height: 160px;
}
.cid-sAMR2LgvEA .image img {
  object-fit: cover;
  max-width: 70%;
  max-height: 70%;
  width: auto;
}
.cid-sAMR2LgvEA .mbr-text {
  color: #919dab;
}
.cid-sAMR2LgvEA .image {
  background-color: transparent;
  border: 2px solid rgba(243, 242, 244, 0.4);
}
.cid-sAMR2LgvEA .mbr-section-title {
  color: #051441;
}
.cid-sAMQVhKZwv {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sAMQVhKZwv .carousel-item {
  justify-content: center;
}
.cid-sAMQVhKZwv .carousel-item.active,
.cid-sAMQVhKZwv .carousel-item-next,
.cid-sAMQVhKZwv .carousel-item-prev {
  display: flex;
}
.cid-sAMQVhKZwv .title_block {
  margin-bottom: 80px;
}
.cid-sAMQVhKZwv .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sAMQVhKZwv .mbr-section-title {
  color: #051441;
}
.cid-sAMQVhKZwv .card_title {
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sAMQVhKZwv .user_descr {
  margin: 0;
}
.cid-sAMQVhKZwv .user:hover img {
  transform: scale(1.1);
}
.cid-sAMQVhKZwv .user:hover .card_title a {
  color: #4154f1 !important;
}
.cid-sAMQVhKZwv .user_image {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-sAMQVhKZwv .user_image img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sAMQVhKZwv li {
  opacity: 1;
  border: none;
  width: 15px;
  height: 2px;
  margin: 0 5px;
  max-width: 30px;
  max-height: 2px;
  background: rgba(65, 84, 241, 0.3);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sAMQVhKZwv li.active {
  opacity: 1;
  background-color: #4154f1;
  width: 27px;
  height: 2px;
}
.cid-sAMQVhKZwv .carousel-indicators {
  align-items: center;
  position: static;
  margin: 60px 0 0;
}
.cid-sAMQVhKZwv .carousel-indicators li {
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-sAMQVhKZwv .title_block {
    margin-bottom: 40px;
  }
  .cid-sAMQVhKZwv .carousel-indicators {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sAMQVhKZwv .user {
    margin-top: 40px;
  }
  .cid-sAMQVhKZwv .user:first-child {
    margin-top: 0;
  }
}
.cid-sAMqat8gyD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
.cid-sAMqat8gyD .footer_col_logo {
  width: 40%;
}
.cid-sAMqat8gyD .footer_col {
  width: 20%;
}
.cid-sAMqat8gyD .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6fbff;
}
.cid-sAMqat8gyD .logo_wrap {
  max-width: 20%;
}
.cid-sAMqat8gyD .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sAMqat8gyD .brand_name {
  color: #ffffff;
}
.cid-sAMqat8gyD .contacts {
  margin-top: 46px;
}
.cid-sAMqat8gyD .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-sAMqat8gyD .contacts b {
  color: #ffffff;
}
.cid-sAMqat8gyD .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-sAMqat8gyD .item-wrap {
  line-height: 44px;
}
.cid-sAMqat8gyD a.text-white {
  color: #a99fc5 !important;
}
.cid-sAMqat8gyD a.text-white:hover {
  color: #ffffff !important;
}
.cid-sAMqat8gyD .item-wrap a,
.cid-sAMqat8gyD .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sAMqat8gyD .item-wrap a:before,
.cid-sAMqat8gyD .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sAMqat8gyD .item-wrap a:hover::before,
.cid-sAMqat8gyD .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sAMqat8gyD .form_wrap {
  display: flex;
}
.cid-sAMqat8gyD .mbr-form {
  margin-top: 30px;
}
.cid-sAMqat8gyD .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sAMqat8gyD .mbr-form input {
  height: 50px;
  background-color: rgba(106, 124, 146, 0.5);
  border: 1px solid rgba(106, 124, 146, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sAMqat8gyD input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sAMqat8gyD .gdpr-block {
  padding: 20px;
}
.cid-sAMqat8gyD .gdpr-block span {
  font-size: 1rem;
}
.cid-sAMqat8gyD .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sAMqat8gyD .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sAMqat8gyD .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sAMqat8gyD .footer_col_logo {
    width: 100%;
  }
  .cid-sAMqat8gyD .footer_col {
    width: 33.3%;
  }
  .cid-sAMqat8gyD .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sAMqat8gyD .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sAMqat8gyD .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sAMqat8gyD .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sAMqat8gyD .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sAMqat8gyD .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sAMqat8gyD .mbr-form .form-group {
    width: 100%;
  }
  .cid-sAMqat8gyD .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sAMqat8gyD .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sAMqat8gyD .contacts_mail {
  color: #ffffff;
}
.cid-sAMojpwvRW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sAMojpwvRW nav.navbar {
  position: fixed;
}
.cid-sAMojpwvRW .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sAMojpwvRW .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-sAMojpwvRW .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sAMojpwvRW .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sAMojpwvRW .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-sAMojpwvRW .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sAMojpwvRW .dropdown-item:hover,
.cid-sAMojpwvRW .dropdown-item:focus {
  background: rgba(65, 84, 241, 0.1) !important;
  color: #4154f1 !important;
}
.cid-sAMojpwvRW .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sAMojpwvRW .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sAMojpwvRW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sAMojpwvRW .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sAMojpwvRW .nav-link:hover {
  color: #4154f1 !important;
}
.cid-sAMojpwvRW .container {
  display: flex;
  margin: auto;
}
.cid-sAMojpwvRW .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sAMojpwvRW .dropdown-menu,
.cid-sAMojpwvRW .navbar.opened {
  background: #ffffff !important;
}
.cid-sAMojpwvRW .nav-item:focus,
.cid-sAMojpwvRW .nav-link:focus {
  outline: none;
}
.cid-sAMojpwvRW .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sAMojpwvRW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAMojpwvRW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sAMojpwvRW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAMojpwvRW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAMojpwvRW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAMojpwvRW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-sAMojpwvRW .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sAMojpwvRW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sAMojpwvRW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sAMojpwvRW .navbar.opened {
  transition: all 0.3s;
}
.cid-sAMojpwvRW .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sAMojpwvRW .navbar .navbar-logo img {
  width: auto;
}
.cid-sAMojpwvRW .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sAMojpwvRW .navbar.collapsed {
  justify-content: center;
}
.cid-sAMojpwvRW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sAMojpwvRW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sAMojpwvRW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sAMojpwvRW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAMojpwvRW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAMojpwvRW .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-sAMojpwvRW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAMojpwvRW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAMojpwvRW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAMojpwvRW .navbar .dropdown-menu {
    display: none;
  }
  .cid-sAMojpwvRW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAMojpwvRW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAMojpwvRW .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-sAMojpwvRW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sAMojpwvRW .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sAMojpwvRW .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sAMojpwvRW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sAMojpwvRW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sAMojpwvRW .navbar .navbar-buttons,
  .cid-sAMojpwvRW .navbar .icons-menu {
    display: none;
  }
  .cid-sAMojpwvRW .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sAMojpwvRW .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-sAMojpwvRW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAMojpwvRW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAMojpwvRW .dropdown-item.active,
.cid-sAMojpwvRW .dropdown-item:active {
  background-color: transparent;
}
.cid-sAMojpwvRW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAMojpwvRW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sAMojpwvRW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAMojpwvRW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sAMojpwvRW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sAMojpwvRW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAMojpwvRW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAMojpwvRW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAMojpwvRW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAMojpwvRW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAMojpwvRW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sAMojpwvRW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sAMojpwvRW .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-sAMojpwvRW .navbar {
    height: 70px;
  }
  .cid-sAMojpwvRW .navbar.opened {
    height: auto;
  }
  .cid-sAMojpwvRW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAMKVumsKZ {
  overflow: visible;
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #4154f1;
  background: linear-gradient(to right bottom, rgba(65, 84, 241, 0.8), #5e2ced);
}
.cid-sAMKVumsKZ .mbr-overlay {
  background: #ffffff;
}
.cid-sAMKVumsKZ .animation {
  pointer-events: none;
}
.cid-sAMKVumsKZ .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sAMKVumsKZ .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sAMKVumsKZ .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-sAMKVumsKZ .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-sAMKVumsKZ .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-sAMKVumsKZ .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-sAMKVumsKZ .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-sAMKVumsKZ .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-sAMKVumsKZ .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-sAMKVumsKZ .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sAMKVumsKZ .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sAMKVumsKZ .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sAMKVumsKZ .image__block {
    margin-bottom: -100px;
  }
}
.cid-sAMQO4kayh {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sAMQO4kayh .carousel-item {
  justify-content: center;
}
.cid-sAMQO4kayh .carousel-item.active,
.cid-sAMQO4kayh .carousel-item-next,
.cid-sAMQO4kayh .carousel-item-prev {
  display: flex;
}
.cid-sAMQO4kayh .title_block {
  margin-bottom: 80px;
}
.cid-sAMQO4kayh .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sAMQO4kayh .mbr-section-title {
  color: #051441;
}
.cid-sAMQO4kayh .card_title {
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sAMQO4kayh .user_descr {
  margin: 0;
}
.cid-sAMQO4kayh .user:hover img {
  transform: scale(1.1);
}
.cid-sAMQO4kayh .user:hover .card_title a {
  color: #4154f1 !important;
}
.cid-sAMQO4kayh .user_image {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-sAMQO4kayh .user_image img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sAMQO4kayh li {
  opacity: 1;
  border: none;
  width: 15px;
  height: 2px;
  margin: 0 5px;
  max-width: 30px;
  max-height: 2px;
  background: rgba(65, 84, 241, 0.3);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sAMQO4kayh li.active {
  opacity: 1;
  background-color: #4154f1;
  width: 27px;
  height: 2px;
}
.cid-sAMQO4kayh .carousel-indicators {
  align-items: center;
  position: static;
  margin: 60px 0 0;
}
.cid-sAMQO4kayh .carousel-indicators li {
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-sAMQO4kayh .title_block {
    margin-bottom: 40px;
  }
  .cid-sAMQO4kayh .carousel-indicators {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sAMQO4kayh .user {
    margin-top: 40px;
  }
  .cid-sAMQO4kayh .user:first-child {
    margin-top: 0;
  }
}
.cid-sAMQP4pLr5 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sAMQP4pLr5 img {
  width: 100%;
  max-width: 140px;
  margin: auto;
}
.cid-sAMQP4pLr5 .line {
  height: 1px;
  border: none;
  line-height: 1;
  background-image: linear-gradient(45deg, transparent, #e5e5e5, transparent);
}
.cid-sAMQP4pLr5 .mbr-section-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-sAMQP4pLr5 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sAMQP4pLr5 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-sAMQP4pLr5 .card_box {
  margin-top: 30px;
}
.cid-sAMqat8gyD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
.cid-sAMqat8gyD .footer_col_logo {
  width: 40%;
}
.cid-sAMqat8gyD .footer_col {
  width: 20%;
}
.cid-sAMqat8gyD .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6fbff;
}
.cid-sAMqat8gyD .logo_wrap {
  max-width: 20%;
}
.cid-sAMqat8gyD .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sAMqat8gyD .brand_name {
  color: #ffffff;
}
.cid-sAMqat8gyD .contacts {
  margin-top: 46px;
}
.cid-sAMqat8gyD .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-sAMqat8gyD .contacts b {
  color: #ffffff;
}
.cid-sAMqat8gyD .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-sAMqat8gyD .item-wrap {
  line-height: 44px;
}
.cid-sAMqat8gyD a.text-white {
  color: #a99fc5 !important;
}
.cid-sAMqat8gyD a.text-white:hover {
  color: #ffffff !important;
}
.cid-sAMqat8gyD .item-wrap a,
.cid-sAMqat8gyD .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sAMqat8gyD .item-wrap a:before,
.cid-sAMqat8gyD .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sAMqat8gyD .item-wrap a:hover::before,
.cid-sAMqat8gyD .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sAMqat8gyD .form_wrap {
  display: flex;
}
.cid-sAMqat8gyD .mbr-form {
  margin-top: 30px;
}
.cid-sAMqat8gyD .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sAMqat8gyD .mbr-form input {
  height: 50px;
  background-color: rgba(106, 124, 146, 0.5);
  border: 1px solid rgba(106, 124, 146, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sAMqat8gyD input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sAMqat8gyD .gdpr-block {
  padding: 20px;
}
.cid-sAMqat8gyD .gdpr-block span {
  font-size: 1rem;
}
.cid-sAMqat8gyD .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sAMqat8gyD .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sAMqat8gyD .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sAMqat8gyD .footer_col_logo {
    width: 100%;
  }
  .cid-sAMqat8gyD .footer_col {
    width: 33.3%;
  }
  .cid-sAMqat8gyD .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sAMqat8gyD .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sAMqat8gyD .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sAMqat8gyD .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sAMqat8gyD .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sAMqat8gyD .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sAMqat8gyD .mbr-form .form-group {
    width: 100%;
  }
  .cid-sAMqat8gyD .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sAMqat8gyD .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sAMqat8gyD .contacts_mail {
  color: #ffffff;
}
.cid-sAMojpwvRW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sAMojpwvRW nav.navbar {
  position: fixed;
}
.cid-sAMojpwvRW .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sAMojpwvRW .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-sAMojpwvRW .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sAMojpwvRW .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sAMojpwvRW .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-sAMojpwvRW .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sAMojpwvRW .dropdown-item:hover,
.cid-sAMojpwvRW .dropdown-item:focus {
  background: rgba(65, 84, 241, 0.1) !important;
  color: #4154f1 !important;
}
.cid-sAMojpwvRW .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sAMojpwvRW .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sAMojpwvRW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sAMojpwvRW .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sAMojpwvRW .nav-link:hover {
  color: #4154f1 !important;
}
.cid-sAMojpwvRW .container {
  display: flex;
  margin: auto;
}
.cid-sAMojpwvRW .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sAMojpwvRW .dropdown-menu,
.cid-sAMojpwvRW .navbar.opened {
  background: #ffffff !important;
}
.cid-sAMojpwvRW .nav-item:focus,
.cid-sAMojpwvRW .nav-link:focus {
  outline: none;
}
.cid-sAMojpwvRW .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sAMojpwvRW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAMojpwvRW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sAMojpwvRW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAMojpwvRW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAMojpwvRW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAMojpwvRW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-sAMojpwvRW .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sAMojpwvRW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sAMojpwvRW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sAMojpwvRW .navbar.opened {
  transition: all 0.3s;
}
.cid-sAMojpwvRW .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sAMojpwvRW .navbar .navbar-logo img {
  width: auto;
}
.cid-sAMojpwvRW .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sAMojpwvRW .navbar.collapsed {
  justify-content: center;
}
.cid-sAMojpwvRW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sAMojpwvRW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sAMojpwvRW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sAMojpwvRW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAMojpwvRW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAMojpwvRW .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-sAMojpwvRW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAMojpwvRW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAMojpwvRW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAMojpwvRW .navbar .dropdown-menu {
    display: none;
  }
  .cid-sAMojpwvRW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAMojpwvRW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAMojpwvRW .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-sAMojpwvRW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sAMojpwvRW .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sAMojpwvRW .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sAMojpwvRW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sAMojpwvRW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sAMojpwvRW .navbar .navbar-buttons,
  .cid-sAMojpwvRW .navbar .icons-menu {
    display: none;
  }
  .cid-sAMojpwvRW .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sAMojpwvRW .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-sAMojpwvRW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAMojpwvRW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAMojpwvRW .dropdown-item.active,
.cid-sAMojpwvRW .dropdown-item:active {
  background-color: transparent;
}
.cid-sAMojpwvRW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAMojpwvRW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sAMojpwvRW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAMojpwvRW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sAMojpwvRW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sAMojpwvRW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAMojpwvRW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAMojpwvRW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAMojpwvRW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAMojpwvRW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAMojpwvRW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sAMojpwvRW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sAMojpwvRW .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-sAMojpwvRW .navbar {
    height: 70px;
  }
  .cid-sAMojpwvRW .navbar.opened {
    height: auto;
  }
  .cid-sAMojpwvRW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAMLYOtLx9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sAMLYOtLx9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sAMLYOtLx9 .heading-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #5aac98;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.cid-sAMLYOtLx9 .form {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
}
.cid-sAMLYOtLx9 .form form {
  border-radius: 4px;
}
.cid-sAMLYOtLx9 .form form > div {
  padding: 2rem 1rem;
}
@media (max-width: 991px) {
  .cid-sAMLYOtLx9 .form form {
    padding: 1rem;
  }
}
.cid-sAMLYOtLx9 .form form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sAMLYOtLx9 .form form .mbr-section-btn .btn {
  display: inline-block;
}
.cid-sAMLYOtLx9 .form form .form-group .form-control {
  background-color: #ffffff;
  font-size: 14px;
  border: 1px solid #dddfe0;
  border-radius: 3px;
  color: #232323;
}
.cid-sAMLYOtLx9 .form form .form-group textarea {
  min-height: 170px;
}
.cid-sAMLYOtLx9 .mbr-section-title {
  color: #051441;
}
.cid-sAMqat8gyD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
.cid-sAMqat8gyD .footer_col_logo {
  width: 40%;
}
.cid-sAMqat8gyD .footer_col {
  width: 20%;
}
.cid-sAMqat8gyD .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6fbff;
}
.cid-sAMqat8gyD .logo_wrap {
  max-width: 20%;
}
.cid-sAMqat8gyD .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sAMqat8gyD .brand_name {
  color: #ffffff;
}
.cid-sAMqat8gyD .contacts {
  margin-top: 46px;
}
.cid-sAMqat8gyD .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-sAMqat8gyD .contacts b {
  color: #ffffff;
}
.cid-sAMqat8gyD .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-sAMqat8gyD .item-wrap {
  line-height: 44px;
}
.cid-sAMqat8gyD a.text-white {
  color: #a99fc5 !important;
}
.cid-sAMqat8gyD a.text-white:hover {
  color: #ffffff !important;
}
.cid-sAMqat8gyD .item-wrap a,
.cid-sAMqat8gyD .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sAMqat8gyD .item-wrap a:before,
.cid-sAMqat8gyD .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sAMqat8gyD .item-wrap a:hover::before,
.cid-sAMqat8gyD .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sAMqat8gyD .form_wrap {
  display: flex;
}
.cid-sAMqat8gyD .mbr-form {
  margin-top: 30px;
}
.cid-sAMqat8gyD .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sAMqat8gyD .mbr-form input {
  height: 50px;
  background-color: rgba(106, 124, 146, 0.5);
  border: 1px solid rgba(106, 124, 146, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sAMqat8gyD input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sAMqat8gyD .gdpr-block {
  padding: 20px;
}
.cid-sAMqat8gyD .gdpr-block span {
  font-size: 1rem;
}
.cid-sAMqat8gyD .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sAMqat8gyD .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sAMqat8gyD .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sAMqat8gyD .footer_col_logo {
    width: 100%;
  }
  .cid-sAMqat8gyD .footer_col {
    width: 33.3%;
  }
  .cid-sAMqat8gyD .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sAMqat8gyD .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sAMqat8gyD .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sAMqat8gyD .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sAMqat8gyD .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sAMqat8gyD .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sAMqat8gyD .mbr-form .form-group {
    width: 100%;
  }
  .cid-sAMqat8gyD .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sAMqat8gyD .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sAMqat8gyD .contacts_mail {
  color: #ffffff;
}
.cid-sAMojpwvRW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sAMojpwvRW nav.navbar {
  position: fixed;
}
.cid-sAMojpwvRW .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sAMojpwvRW .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-sAMojpwvRW .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sAMojpwvRW .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sAMojpwvRW .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-sAMojpwvRW .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sAMojpwvRW .dropdown-item:hover,
.cid-sAMojpwvRW .dropdown-item:focus {
  background: rgba(65, 84, 241, 0.1) !important;
  color: #4154f1 !important;
}
.cid-sAMojpwvRW .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sAMojpwvRW .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sAMojpwvRW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sAMojpwvRW .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sAMojpwvRW .nav-link:hover {
  color: #4154f1 !important;
}
.cid-sAMojpwvRW .container {
  display: flex;
  margin: auto;
}
.cid-sAMojpwvRW .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sAMojpwvRW .dropdown-menu,
.cid-sAMojpwvRW .navbar.opened {
  background: #ffffff !important;
}
.cid-sAMojpwvRW .nav-item:focus,
.cid-sAMojpwvRW .nav-link:focus {
  outline: none;
}
.cid-sAMojpwvRW .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sAMojpwvRW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAMojpwvRW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sAMojpwvRW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAMojpwvRW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAMojpwvRW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAMojpwvRW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-sAMojpwvRW .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sAMojpwvRW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sAMojpwvRW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sAMojpwvRW .navbar.opened {
  transition: all 0.3s;
}
.cid-sAMojpwvRW .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sAMojpwvRW .navbar .navbar-logo img {
  width: auto;
}
.cid-sAMojpwvRW .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sAMojpwvRW .navbar.collapsed {
  justify-content: center;
}
.cid-sAMojpwvRW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sAMojpwvRW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sAMojpwvRW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sAMojpwvRW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAMojpwvRW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAMojpwvRW .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-sAMojpwvRW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAMojpwvRW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAMojpwvRW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAMojpwvRW .navbar .dropdown-menu {
    display: none;
  }
  .cid-sAMojpwvRW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAMojpwvRW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAMojpwvRW .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-sAMojpwvRW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sAMojpwvRW .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sAMojpwvRW .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sAMojpwvRW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sAMojpwvRW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sAMojpwvRW .navbar .navbar-buttons,
  .cid-sAMojpwvRW .navbar .icons-menu {
    display: none;
  }
  .cid-sAMojpwvRW .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sAMojpwvRW .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-sAMojpwvRW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAMojpwvRW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAMojpwvRW .dropdown-item.active,
.cid-sAMojpwvRW .dropdown-item:active {
  background-color: transparent;
}
.cid-sAMojpwvRW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAMojpwvRW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sAMojpwvRW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAMojpwvRW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sAMojpwvRW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sAMojpwvRW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAMojpwvRW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAMojpwvRW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAMojpwvRW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAMojpwvRW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAMojpwvRW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAMojpwvRW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sAMojpwvRW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sAMojpwvRW .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-sAMojpwvRW .navbar {
    height: 70px;
  }
  .cid-sAMojpwvRW .navbar.opened {
    height: auto;
  }
  .cid-sAMojpwvRW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sZMdGgZqFW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sZMdGgZqFW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sZMdGgZqFW .heading-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #5aac98;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.cid-sZMdGgZqFW .form {
  background-color: #f2f2f2;
  border: 1px solid #e0e5ff;
}
.cid-sZMdGgZqFW .form form {
  border-radius: 4px;
}
.cid-sZMdGgZqFW .form form > div {
  padding: 2rem 1rem;
}
@media (max-width: 991px) {
  .cid-sZMdGgZqFW .form form {
    padding: 1rem;
  }
}
.cid-sZMdGgZqFW .form form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sZMdGgZqFW .form form .mbr-section-btn .btn {
  display: inline-block;
}
.cid-sZMdGgZqFW .form form .form-group .form-control {
  background-color: #ffffff;
  font-size: 14px;
  border: 1px solid #dddfe0;
  border-radius: 3px;
  color: #232323;
}
.cid-sZMdGgZqFW .form form .form-group textarea {
  min-height: 170px;
}
.cid-sZMdGgZqFW .mbr-section-title {
  color: #301cab;
}
.cid-sAMqat8gyD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
.cid-sAMqat8gyD .footer_col_logo {
  width: 40%;
}
.cid-sAMqat8gyD .footer_col {
  width: 20%;
}
.cid-sAMqat8gyD .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6fbff;
}
.cid-sAMqat8gyD .logo_wrap {
  max-width: 20%;
}
.cid-sAMqat8gyD .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sAMqat8gyD .brand_name {
  color: #ffffff;
}
.cid-sAMqat8gyD .contacts {
  margin-top: 46px;
}
.cid-sAMqat8gyD .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-sAMqat8gyD .contacts b {
  color: #ffffff;
}
.cid-sAMqat8gyD .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-sAMqat8gyD .item-wrap {
  line-height: 44px;
}
.cid-sAMqat8gyD a.text-white {
  color: #a99fc5 !important;
}
.cid-sAMqat8gyD a.text-white:hover {
  color: #ffffff !important;
}
.cid-sAMqat8gyD .item-wrap a,
.cid-sAMqat8gyD .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sAMqat8gyD .item-wrap a:before,
.cid-sAMqat8gyD .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sAMqat8gyD .item-wrap a:hover::before,
.cid-sAMqat8gyD .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sAMqat8gyD .form_wrap {
  display: flex;
}
.cid-sAMqat8gyD .mbr-form {
  margin-top: 30px;
}
.cid-sAMqat8gyD .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sAMqat8gyD .mbr-form input {
  height: 50px;
  background-color: rgba(106, 124, 146, 0.5);
  border: 1px solid rgba(106, 124, 146, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sAMqat8gyD input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sAMqat8gyD .gdpr-block {
  padding: 20px;
}
.cid-sAMqat8gyD .gdpr-block span {
  font-size: 1rem;
}
.cid-sAMqat8gyD .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sAMqat8gyD .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sAMqat8gyD .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sAMqat8gyD .footer_col_logo {
    width: 100%;
  }
  .cid-sAMqat8gyD .footer_col {
    width: 33.3%;
  }
  .cid-sAMqat8gyD .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sAMqat8gyD .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sAMqat8gyD .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sAMqat8gyD .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sAMqat8gyD .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sAMqat8gyD .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sAMqat8gyD .mbr-form .form-group {
    width: 100%;
  }
  .cid-sAMqat8gyD .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sAMqat8gyD .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sAMqat8gyD .contacts_mail {
  color: #ffffff;
}
