@import url(https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900&amp;display=swap);





body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.88235294;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #233d63 !important;
}
.bg-success {
  background-color: #06df9e !important;
}
.bg-info {
  background-color: #bf6cff !important;
}
.bg-warning {
  background-color: #ff6400 !important;
}
.bg-danger {
  background-color: #ff3a46 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #233d63 !important;
  border-color: #233d63 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #233d63;
  border-color: #233d63;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #233d63 !important;
  border-color: #233d63 !important;
}
.btn-primary:hover {
  background-color: #16263d !important;
  border-color: #16263d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #64697a !important;
  border-color: #64697a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #64697a;
  border-color: #64697a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #64697a !important;
  border-color: #64697a !important;
}
.btn-secondary:hover {
  background-color: #4d515e !important;
  border-color: #4d515e !important;
}
.btn-info,
.btn-info:active {
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #bf6cff;
  border-color: #bf6cff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
}
.btn-info:hover {
  background-color: #a939ff !important;
  border-color: #a939ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #06df9e !important;
  border-color: #06df9e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #06df9e;
  border-color: #06df9e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-success:hover {
  background-color: #05ad7b !important;
  border-color: #05ad7b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff6400;
  border-color: #ff6400;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-warning:hover {
  background-color: #ff8333 !important;
  border-color: #ff8333 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff3a46;
  border-color: #ff3a46;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
}
.btn-danger:hover {
  background-color: lighte(#ff3a46, 10%) !important;
  border-color: #ff0716 !important;
}
.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: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #233d63;
  color: #233d63;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #233d63 !important;
  border-color: #233d63;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #233d63 !important;
  border-color: #233d63 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #64697a;
  color: #64697a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #64697a !important;
  border-color: #64697a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #64697a !important;
  border-color: #64697a !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #bf6cff;
  color: #bf6cff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #bf6cff !important;
  border-color: #bf6cff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #06df9e;
  color: #06df9e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #06df9e !important;
  border-color: #06df9e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ff6400;
  color: #ff6400;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #ff6400 !important;
  border-color: #ff6400;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ff3a46;
  color: #ff3a46;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #ff3a46 !important;
  border-color: #ff3a46;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #233d63 !important;
}
.text-secondary {
  color: #64697a !important;
}
.text-success {
  color: #06df9e !important;
}
.text-info {
  color: #bf6cff !important;
}
.text-warning {
  color: #ff6400 !important;
}
.text-danger {
  color: #ff3a46 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #080f18 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #363942 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #037c58 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #9306ff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff6400 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d3000d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #233d63 !important;
}
.alert-success {
  background-color: #06df9e;
}
.alert-info {
  background-color: #bf6cff;
}
.alert-warning {
  background-color: #ff6400;
}
.alert-danger {
  background-color: #ff3a46;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #233d63;
  border-color: #233d63;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #233d63;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4778be;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4fde7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe0cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #233d63;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #233d63;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #233d63;
  border-bottom-color: #233d63;
}
.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: #233d63 !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: #64697a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rVyb4Qy2Zv {
  min-height: 114px !important;
  position: static;
  background: #ffffff;
}
.cid-rVyb4Qy2Zv .nav-item,
.cid-rVyb4Qy2Zv .nav-link,
.cid-rVyb4Qy2Zv .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-rVyb4Qy2Zv .nav-item:hover,
.cid-rVyb4Qy2Zv .nav-link:hover,
.cid-rVyb4Qy2Zv .navbar-caption:hover {
  color: #ff3a46 !important;
}
.cid-rVyb4Qy2Zv .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-rVyb4Qy2Zv .container,
.cid-rVyb4Qy2Zv .container-fluid {
  position: static;
}
.cid-rVyb4Qy2Zv .container-fluid,
.cid-rVyb4Qy2Zv .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-rVyb4Qy2Zv .navbar-brand {
  padding: 0;
}
.cid-rVyb4Qy2Zv .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-rVyb4Qy2Zv .nav-link:hover:before {
  width: 100%;
}
.cid-rVyb4Qy2Zv .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-rVyb4Qy2Zv .nav-link {
    margin: 0 !important;
  }
}
.cid-rVyb4Qy2Zv .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rVyb4Qy2Zv .widget p,
.cid-rVyb4Qy2Zv .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-rVyb4Qy2Zv .widget p a,
.cid-rVyb4Qy2Zv .widget .icons-menu a {
  margin-left: 15px;
}
.cid-rVyb4Qy2Zv .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-rVyb4Qy2Zv .icons__wrap:hover {
  color: #ffffff;
  background-color: #ff3a46;
  border-color: #ff3a46;
}
.cid-rVyb4Qy2Zv .block__phone {
  color: #A2ADBD;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rVyb4Qy2Zv .block__phone,
  .cid-rVyb4Qy2Zv .icons-menu {
    display: none;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-rVyb4Qy2Zv .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #ff3a46 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-rVyb4Qy2Zv .mbr-section-btn .btn-secondary:hover {
  background-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-rVyb4Qy2Zv .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
}
.cid-rVyb4Qy2Zv .navbar > .container,
.cid-rVyb4Qy2Zv .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-rVyb4Qy2Zv .btn {
    white-space: nowrap;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu {
    min-width: 150px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    left: 0;
    right: auto;
    top: 96%;
    visibility: hidden;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    opacity: 0;
    padding: 18px 0 !important;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-rVyb4Qy2Zv .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .cid-rVyb4Qy2Zv .dropdown-toggle::after,
  .cid-rVyb4Qy2Zv .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-rVyb4Qy2Zv .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-rVyb4Qy2Zv .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  top: 20px;
  left: -5px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.cid-rVyb4Qy2Zv .dropdown-menu .dropdown-item {
  line-height: 45px;
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-rVyb4Qy2Zv .dropdown-menu .dropdown-item:hover {
  color: #ff3a46 !important;
}
.cid-rVyb4Qy2Zv .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-rVyb4Qy2Zv .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-rVyb4Qy2Zv .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-rVyb4Qy2Zv .dropdown-item {
  justify-content: center;
  font-weight: 400;
}
.cid-rVyb4Qy2Zv .nav-item:focus,
.cid-rVyb4Qy2Zv .nav-link:focus {
  outline: none;
}
.cid-rVyb4Qy2Zv .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
.cid-rVyb4Qy2Zv .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-rVyb4Qy2Zv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-rVyb4Qy2Zv .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rVyb4Qy2Zv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rVyb4Qy2Zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVyb4Qy2Zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-rVyb4Qy2Zv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVyb4Qy2Zv .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-rVyb4Qy2Zv .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-rVyb4Qy2Zv .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-rVyb4Qy2Zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVyb4Qy2Zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVyb4Qy2Zv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-rVyb4Qy2Zv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rVyb4Qy2Zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVyb4Qy2Zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rVyb4Qy2Zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVyb4Qy2Zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVyb4Qy2Zv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rVyb4Qy2Zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rVyb4Qy2Zv .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rVyb4Qy2Zv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-rVyb4Qy2Zv .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-rVyb4Qy2Zv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVyb4Qy2Zv .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-rVyb4Qy2Zv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-rVyb4Qy2Zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVyb4Qy2Zv .dropdown-item.active,
.cid-rVyb4Qy2Zv .dropdown-item:active {
  background-color: transparent;
}
.cid-rVyb4Qy2Zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVyb4Qy2Zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rVyb4Qy2Zv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVyb4Qy2Zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVyb4Qy2Zv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVyb4Qy2Zv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVyb4Qy2Zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVyb4Qy2Zv .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-rVyb4Qy2Zv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-rVyb4Qy2Zv a.nav-link:hover {
  color: #ff3a46 !important;
}
@media (max-width: 991px) {
  .cid-rVyb4Qy2Zv .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid  #F3F3F3;
  }
  .cid-rVyb4Qy2Zv .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-rVyb4Qy2Zv .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-rVyb4Qy2Zv .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-rVyb4Qy2Zv a.nav-link {
    justify-content: flex-start;
  }
  .cid-rVyb4Qy2Zv ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-rVyb4Qy2Zv .navbar-brand {
    padding: 0;
  }
  .cid-rVyb4Qy2Zv .block__phone,
  .cid-rVyb4Qy2Zv .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-rVyb4Qy2Zv .widget {
    flex-direction: column;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVyb4Qy2Zv .navbar {
    height: 97px;
  }
  .cid-rVyb4Qy2Zv .navbar.opened {
    height: auto;
  }
  .cid-rVyb4Qy2Zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVyb78WXbX {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rVyb78WXbX .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-rVyb78WXbX .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-rVyb78WXbX .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-rVyb78WXbX .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-rVyb78WXbX .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-rVyb78WXbX .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(6, 223, 158, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-rVyb78WXbX .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-rVyb78WXbX .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-rVyb78WXbX .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(255, 58, 70, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-rVyb78WXbX .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-rVyb78WXbX .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-rVyb78WXbX .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(191, 108, 255, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-rVyb78WXbX .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-rVyb78WXbX .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-rVyb78WXbX .container {
  pointer-events: none;
}
.cid-rVyb78WXbX .subtitle__block,
.cid-rVyb78WXbX .title__block,
.cid-rVyb78WXbX .buttons__block {
  pointer-events: all;
}
.cid-rVyb78WXbX .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rVyb78WXbX .mbr-section-title {
  margin-bottom: 45px;
  color: #233d63;
  font-weight: 300;
}
.cid-rVyb78WXbX .mbr-section-title span {
  font-weight: 900;
}
.cid-rVyb78WXbX .mbr-text {
  margin-bottom: 45px;
}
.cid-rVyb78WXbX .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-rVyb78WXbX .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-rVyb78WXbX .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #bf6cff 0%, rgba(191, 108, 255, 0.85) 100%) !important;
}
.cid-rVyb78WXbX .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-rVyb78WXbX .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-rVyb78WXbX .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-rVyb78WXbX .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
}
.cid-rVyb78WXbX .mbr-figure:hover {
  color: #bf6cff;
  cursor: pointer;
}
.cid-rVyb78WXbX .mbr-figure:hover .mbr-media {
  border-color: #bf6cff;
  color: #bf6cff;
}
@media (max-width: 575px) {
  .cid-rVyb78WXbX .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-rVyb78WXbX .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-rVyb78WXbX .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-rVyb78WXbX .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-rVyb78WXbX .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-rVyb78WXbX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rVyb78WXbX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rVyb78WXbX .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rVyb78WXbX a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rVyb78WXbX a.close:hover {
  color: #ffffff;
}
.cid-rVyb78WXbX .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #bf6cff;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-rVyb78WXbX .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #06df9e;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-rVyb78WXbX .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #ff6400;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-rVyb78WXbX .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #233d63;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
.cid-rVyFWTogaV {
  overflow: hidden;
  background-image: url("https://mobirise.com/extensions/modernm4/assets/images/demo-screen-1920-1920x1120.jpg");
}
.cid-rVyFWTogaV .container {
  pointer-events: none;
}
.cid-rVyFWTogaV .subtitle__block,
.cid-rVyFWTogaV .title__block,
.cid-rVyFWTogaV .buttons__block {
  pointer-events: all;
}
.cid-rVyFWTogaV .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-rVyFWTogaV .subtitle__block SPAN {
  color: #ff3a46;
}
.cid-rVyFWTogaV .mbr-section-subtitle {
  display: inline-block;
}
.cid-rVyFWTogaV .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-rVyFWTogaV .mbr-text {
  margin-top: 35px;
}
.cid-rVyFWTogaV .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-rVyFWTogaV .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-rVyFWTogaV .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #bf6cff 0%, rgba(191, 108, 255, 0.85) 100%) !important;
}
.cid-rVyFWTogaV .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-rVyFWTogaV .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-rVyFWTogaV .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-rVyFWTogaV .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-rVyFWTogaV .mbr-figure:hover {
  color: #bf6cff;
  cursor: pointer;
}
.cid-rVyFWTogaV .mbr-figure:hover .mbr-media {
  border-color: #bf6cff;
  color: #bf6cff;
}
@media (max-width: 575px) {
  .cid-rVyFWTogaV .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-rVyFWTogaV .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-rVyFWTogaV .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-rVyFWTogaV .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-rVyFWTogaV .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-rVyFWTogaV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rVyFWTogaV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rVyFWTogaV .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rVyFWTogaV a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rVyFWTogaV a.close:hover {
  color: #ffffff;
}
.cid-rVyKoHTUVD {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rVyKoHTUVD .mbr-section-title {
  color: #233d63;
}
.cid-rVyKoHTUVD .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-rVyKoHTUVD .mbr-section-title,
.cid-rVyKoHTUVD .icon__wrap {
  text-align: center;
}
.cid-rVyKoHTUVD .mbr-section-subtitle {
  text-align: center;
}
.cid-rVyGgeFEBj {
  padding-top: 8rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rVyGgeFEBj .container {
  pointer-events: none;
}
.cid-rVyGgeFEBj .title__block,
.cid-rVyGgeFEBj .card__wrap {
  pointer-events: all;
}
.cid-rVyGgeFEBj .mbr-overlay {
  background: #5eeebb;
}
.cid-rVyGgeFEBj .title__block {
  margin-bottom: 80px;
}
.cid-rVyGgeFEBj .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rVyGgeFEBj .card {
  box-shadow: 0px 6px 37px 2.4px rgba(67, 75, 114, 0.06);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 70px;
  position: relative;
  height: 530px;
}
.cid-rVyGgeFEBj .card:hover .image img {
  opacity: 0.7;
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rVyGgeFEBj .card:hover .card__icon {
  opacity: 1;
}
.cid-rVyGgeFEBj .card:hover .card__link {
  background-color: #233d63;
  color: #ffffff;
}
.cid-rVyGgeFEBj .image {
  background: #233d63;
  display: block;
  position: relative;
  overflow: hidden;
  height: 530px;
}
.cid-rVyGgeFEBj .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.cid-rVyGgeFEBj .card__icon {
  position: absolute;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 10;
  font-size: 40px;
  top: 50%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  left: 50%;
}
.cid-rVyGgeFEBj .card__link {
  display: block;
  background: #ffffff;
  padding: 30px 20px;
  color: #1e2149;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.cid-rVyGgeFEBj .mbr-section-title {
  color: #233d63;
}
@media (max-width: 767px) {
  .cid-rVyGgeFEBj .card {
    margin-bottom: 50px;
  }
  .cid-rVyGgeFEBj .title__block {
    margin-bottom: 50px;
  }
}
.cid-rVyGgeFEBj .animation__background .triangle {
  position: absolute;
  top: 21%;
  right: 55%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rVyGgeFEBj .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 23s infinite linear;
}
.cid-rVyGgeFEBj .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 25s infinite linear;
}
.cid-rVyGgeFEBj .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 33s infinite linear;
}
.cid-rVyGgeFEBj .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 27s infinite linear;
}
.cid-rVyGgeFEBj .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 17%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 26s infinite linear;
}
.cid-rVyLv1JvMO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rVyLv1JvMO .mbr-section-title {
  color: #233d63;
}
.cid-rVyLv1JvMO .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-rVyLv1JvMO .mbr-section-title,
.cid-rVyLv1JvMO .icon__wrap {
  text-align: center;
}
.cid-rVyLv1JvMO .mbr-section-subtitle {
  text-align: center;
}
.cid-rVyKSgIFv6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rVyKSgIFv6 .container,
.cid-rVyKSgIFv6 .container-fluid {
  pointer-events: none;
}
.cid-rVyKSgIFv6 .title__block,
.cid-rVyKSgIFv6 .button,
.cid-rVyKSgIFv6 .wrap {
  pointer-events: all;
}
.cid-rVyKSgIFv6 .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-rVyKSgIFv6 .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-rVyKSgIFv6 .button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
}
.cid-rVyKSgIFv6 .button .mbr-section-btn .btn-black-outline:hover {
  background-color: #ff3a46 !important;
  color: #ffffff !important;
  border-color: #ff3a46 !important;
}
.cid-rVyKSgIFv6 .card__wrap {
  position: relative;
  margin-top: 50px;
}
.cid-rVyKSgIFv6 .card__wrap .mbr-section-btn .btn {
  border-radius: 0;
  line-height: 43px !important;
  min-width: 150px;
}
.cid-rVyKSgIFv6 .card__wrap .mbr-section-btn .btn-black-outline:hover {
  background-color: #ff3a46 !important;
  color: #ffffff !important;
  border-color: #ff3a46 !important;
}
.cid-rVyKSgIFv6 .card__wrap:hover .card__title {
  color: #ff3a46;
}
.cid-rVyKSgIFv6 .image {
  margin-bottom: 32px;
}
.cid-rVyKSgIFv6 .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-rVyKSgIFv6 .card__date {
  letter-spacing: 1.3px;
  margin-bottom: 15px;
}
.cid-rVyKSgIFv6 .card__title {
  margin-bottom: 25px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .cid-rVyKSgIFv6 .media-container-row {
    justify-content: flex-start;
  }
  .cid-rVyKSgIFv6 .button {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-rVyKSgIFv6 .media-container-row {
    margin: 0 -15px;
  }
}
.cid-rVyKSgIFv6 .animation__background .triangle {
  position: absolute;
  top: 12%;
  right: 29%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rVyKSgIFv6 .animation__background .quadr {
  position: absolute;
  bottom: 20%;
  right: 11%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-rVyKSgIFv6 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rVyKSgIFv6 .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 33s infinite linear;
}
.cid-rVyKSgIFv6 .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-rVyKSgIFv6 .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 23s infinite linear;
}
.cid-rVyKSgIFv6 .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 20%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 26s infinite linear;
}
.cid-rVyKSgIFv6 .card__title,
.cid-rVyKSgIFv6 .card__wrap .mbr-section-btn {
  text-align: center;
}
.cid-rVyXLgrYwm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rVyXLgrYwm .container {
  pointer-events: none;
}
.cid-rVyXLgrYwm .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-rVyXLgrYwm .brand__text {
  padding: 12px 0 25px;
}
.cid-rVyXLgrYwm .brand__email {
  margin-bottom: 15px;
}
.cid-rVyXLgrYwm .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-rVyXLgrYwm .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-rVyXLgrYwm .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-rVyXLgrYwm .footer__items a:hover {
  color: #ff3a46 !important;
}
.cid-rVyXLgrYwm .social {
  margin-top: 30px;
}
.cid-rVyXLgrYwm .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-rVyXLgrYwm .social .social__items:hover {
  background-color: #ff3a46;
  border-color: #ff3a46;
}
.cid-rVyXLgrYwm .social .social__items:hover a {
  color: #ffffff !important;
}
.cid-rVyXLgrYwm .social .social__items a {
  color: #dbdbdb;
  padding: 0 10px;
}
.cid-rVyXLgrYwm .social .social__items:last-child {
  margin-right: 0;
}
.cid-rVyXLgrYwm .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-rVyXLgrYwm .divider {
  background-color: #000000;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-rVyXLgrYwm .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-rVyXLgrYwm .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-rVyXLgrYwm .footer__bot_items a:hover {
  color: #ff3a46 !important;
}
.cid-rVyXLgrYwm .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-rVyXLgrYwm .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-rVyXLgrYwm .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ff3a46;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-rVyXLgrYwm .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rVyXLgrYwm .divider {
    margin-top: 30px;
  }
  .cid-rVyXLgrYwm .footer__bottom {
    padding: 30px 0;
  }
  .cid-rVyXLgrYwm .align-right,
  .cid-rVyXLgrYwm .privacy {
    text-align: center;
  }
  .cid-rVyXLgrYwm .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-rVyb4Qy2Zv {
  min-height: 114px !important;
  position: static;
  background: #ffffff;
}
.cid-rVyb4Qy2Zv .nav-item,
.cid-rVyb4Qy2Zv .nav-link,
.cid-rVyb4Qy2Zv .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-rVyb4Qy2Zv .nav-item:hover,
.cid-rVyb4Qy2Zv .nav-link:hover,
.cid-rVyb4Qy2Zv .navbar-caption:hover {
  color: #ff3a46 !important;
}
.cid-rVyb4Qy2Zv .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-rVyb4Qy2Zv .container,
.cid-rVyb4Qy2Zv .container-fluid {
  position: static;
}
.cid-rVyb4Qy2Zv .container-fluid,
.cid-rVyb4Qy2Zv .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-rVyb4Qy2Zv .navbar-brand {
  padding: 0;
}
.cid-rVyb4Qy2Zv .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-rVyb4Qy2Zv .nav-link:hover:before {
  width: 100%;
}
.cid-rVyb4Qy2Zv .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-rVyb4Qy2Zv .nav-link {
    margin: 0 !important;
  }
}
.cid-rVyb4Qy2Zv .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rVyb4Qy2Zv .widget p,
.cid-rVyb4Qy2Zv .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-rVyb4Qy2Zv .widget p a,
.cid-rVyb4Qy2Zv .widget .icons-menu a {
  margin-left: 15px;
}
.cid-rVyb4Qy2Zv .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-rVyb4Qy2Zv .icons__wrap:hover {
  color: #ffffff;
  background-color: #ff3a46;
  border-color: #ff3a46;
}
.cid-rVyb4Qy2Zv .block__phone {
  color: #A2ADBD;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rVyb4Qy2Zv .block__phone,
  .cid-rVyb4Qy2Zv .icons-menu {
    display: none;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-rVyb4Qy2Zv .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #ff3a46 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-rVyb4Qy2Zv .mbr-section-btn .btn-secondary:hover {
  background-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-rVyb4Qy2Zv .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
}
.cid-rVyb4Qy2Zv .navbar > .container,
.cid-rVyb4Qy2Zv .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-rVyb4Qy2Zv .btn {
    white-space: nowrap;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu {
    min-width: 150px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    left: 0;
    right: auto;
    top: 96%;
    visibility: hidden;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    opacity: 0;
    padding: 18px 0 !important;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-rVyb4Qy2Zv .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .cid-rVyb4Qy2Zv .dropdown-toggle::after,
  .cid-rVyb4Qy2Zv .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-rVyb4Qy2Zv .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-rVyb4Qy2Zv .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  top: 20px;
  left: -5px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.cid-rVyb4Qy2Zv .dropdown-menu .dropdown-item {
  line-height: 45px;
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-rVyb4Qy2Zv .dropdown-menu .dropdown-item:hover {
  color: #ff3a46 !important;
}
.cid-rVyb4Qy2Zv .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-rVyb4Qy2Zv .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-rVyb4Qy2Zv .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-rVyb4Qy2Zv .dropdown-item {
  justify-content: center;
  font-weight: 400;
}
.cid-rVyb4Qy2Zv .nav-item:focus,
.cid-rVyb4Qy2Zv .nav-link:focus {
  outline: none;
}
.cid-rVyb4Qy2Zv .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
.cid-rVyb4Qy2Zv .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-rVyb4Qy2Zv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-rVyb4Qy2Zv .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rVyb4Qy2Zv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rVyb4Qy2Zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVyb4Qy2Zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-rVyb4Qy2Zv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVyb4Qy2Zv .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-rVyb4Qy2Zv .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-rVyb4Qy2Zv .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-rVyb4Qy2Zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVyb4Qy2Zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVyb4Qy2Zv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-rVyb4Qy2Zv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rVyb4Qy2Zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVyb4Qy2Zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rVyb4Qy2Zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVyb4Qy2Zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVyb4Qy2Zv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rVyb4Qy2Zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rVyb4Qy2Zv .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rVyb4Qy2Zv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-rVyb4Qy2Zv .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-rVyb4Qy2Zv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVyb4Qy2Zv .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-rVyb4Qy2Zv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-rVyb4Qy2Zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVyb4Qy2Zv .dropdown-item.active,
.cid-rVyb4Qy2Zv .dropdown-item:active {
  background-color: transparent;
}
.cid-rVyb4Qy2Zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVyb4Qy2Zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rVyb4Qy2Zv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVyb4Qy2Zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVyb4Qy2Zv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVyb4Qy2Zv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVyb4Qy2Zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVyb4Qy2Zv .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-rVyb4Qy2Zv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-rVyb4Qy2Zv a.nav-link:hover {
  color: #ff3a46 !important;
}
@media (max-width: 991px) {
  .cid-rVyb4Qy2Zv .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid  #F3F3F3;
  }
  .cid-rVyb4Qy2Zv .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-rVyb4Qy2Zv .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-rVyb4Qy2Zv .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-rVyb4Qy2Zv a.nav-link {
    justify-content: flex-start;
  }
  .cid-rVyb4Qy2Zv ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-rVyb4Qy2Zv .navbar-brand {
    padding: 0;
  }
  .cid-rVyb4Qy2Zv .block__phone,
  .cid-rVyb4Qy2Zv .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-rVyb4Qy2Zv .widget {
    flex-direction: column;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVyb4Qy2Zv .navbar {
    height: 97px;
  }
  .cid-rVyb4Qy2Zv .navbar.opened {
    height: auto;
  }
  .cid-rVyb4Qy2Zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rW2HPjtrIW {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rW2HPjtrIW .mbr-section-title {
  color: #233d63;
}
.cid-rW2HPjtrIW .icon__block {
  background: linear-gradient(135deg, rgba(255, 58, 70, 0.54) 0%, rgba(255, 58, 70, 0.85) 60%, #ff3a46 100%);
}
.cid-rW2HPjtrIW .mbr-section-title,
.cid-rW2HPjtrIW .icon__wrap {
  text-align: center;
}
.cid-rW2HPjtrIW .mbr-section-subtitle {
  text-align: center;
}
.cid-rW2Ht0HMfR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rW2Ht0HMfR .container {
  pointer-events: none;
}
.cid-rW2Ht0HMfR .mbr-section-subtitle,
.cid-rW2Ht0HMfR .title,
.cid-rW2Ht0HMfR .mbr-text,
.cid-rW2Ht0HMfR .phone,
.cid-rW2Ht0HMfR .subscribe__form {
  pointer-events: all;
}
.cid-rW2Ht0HMfR .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-rW2Ht0HMfR .mbr-section-title {
  color: #233d63;
}
.cid-rW2Ht0HMfR .mbr-section-title span {
  font-weight: 300;
}
.cid-rW2Ht0HMfR .line {
  margin: 35px 0 45px;
  display: inline-block;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(130deg, rgba(255, 58, 70, 0.65) 0%, rgba(255, 100, 0, 0.65) 100%) !important;
}
.cid-rW2Ht0HMfR .mbr-text {
  margin-bottom: 15px;
}
.cid-rW2Ht0HMfR .subscribe__form {
  margin-left: 60px;
  background: #ffffff;
  padding: 65px 60px;
  box-shadow: 19px 19px 100px 0px rgba(96, 96, 96, 0.08);
}
.cid-rW2Ht0HMfR .form-group {
  margin-bottom: 0;
}
.cid-rW2Ht0HMfR .dragArea .form-control {
  height: 50px;
  margin-bottom: 55px;
  padding: 0 5px;
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-rW2Ht0HMfR .dragArea textarea {
  height: 120px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-rW2Ht0HMfR .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-rW2Ht0HMfR .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-rW2Ht0HMfR .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-rW2Ht0HMfR .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-rW2Ht0HMfR .dragArea .input-group-btn .btn {
  min-width: 185px;
  height: 50px;
  margin-bottom: 55px;
  padding: 0;
  border: none;
  background: linear-gradient(130deg, rgba(255, 58, 70, 0.65) 0%, rgba(255, 100, 0, 0.65) 100%) !important;
}
.cid-rW2Ht0HMfR .phone {
  color: #000000;
}
.cid-rW2Ht0HMfR .box {
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-rW2Ht0HMfR .subscribe__form {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 35px 30px;
  }
}
.cid-rW2Ht0HMfR .image__background .circle__image1 {
  width: 890px;
  height: 890px;
  top: 70px;
  right: -245px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(35, 61, 99, 0.1);
}
@media (max-width: 1199px) {
  .cid-rW2Ht0HMfR .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-rW2Ht0HMfR .image__background .circle__image1 {
    display: none;
  }
}
.cid-rW2Ht0HMfR .image__background .circle__image2 {
  width: 890px;
  height: 890px;
  top: 0;
  right: -265px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  background-color: rgba(191, 108, 255, 0.23);
}
@media (max-width: 1199px) {
  .cid-rW2Ht0HMfR .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-rW2Ht0HMfR .image__background .circle__image2 {
    display: none;
  }
}
.cid-rW2Ht0HMfR .animation__background .triangle {
  position: absolute;
  top: 33%;
  left: 47%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rW2Ht0HMfR .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 60px;
  left: 25%;
  border-radius: 50%;
  background: #ff6400;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-rW2Ht0HMfR .animation__background .circle2 {
  display: inline-block;
  width: 11px;
  height: 11px;
  bottom: 45%;
  left: 5%;
  position: absolute;
  border-radius: 50%;
  background-color: #06df9e;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2Ht0HMfR .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 130px;
  left: 37%;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationOne 35s infinite linear;
}
.cid-rW2HtiZXJC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rW2HtiZXJC .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("https://mobirise.com/extensions/modernm4/assets/images/trend25.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-rW2HtiZXJC .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-rW2HtiZXJC .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff3a46;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-rW2HtiZXJC .mbr-form {
  width: 100%;
}
.cid-rW2HtiZXJC .form-group {
  margin-bottom: 0;
}
.cid-rW2HtiZXJC .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff3a46;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-rW2HtiZXJC .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff3a46;
}
.cid-rW2HtiZXJC .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-rW2HtiZXJC .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-rW2HtiZXJC .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-rW2HtiZXJC .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-rW2HtiZXJC .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-rW2HtiZXJC .title__block {
  padding-left: 50px;
}
.cid-rW2HtiZXJC .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rW2HtiZXJC .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-rW2HtiZXJC .mbr-text {
  margin-bottom: 10px;
}
.cid-rW2HtiZXJC .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-rW2HtiZXJC .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-rW2HtiZXJC .form__wrap {
    position: static;
  }
  .cid-rW2HtiZXJC .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-rW2HtiZXJC .subscribe__form {
    order: 1;
  }
  .cid-rW2HtiZXJC .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-rW2Hwol6mQ {
  overflow: visible !important;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rW2Hwol6mQ:before {
  content: '';
  position: absolute;
  z-index: 100;
  width: 2px;
  height: 80px;
  background-color: rgba(35, 61, 99, 0.2);
  bottom: -40px;
  left: 50%;
  margin-left: -1px;
}
.cid-rW2Hwol6mQ .mbr-overlay {
  background: #5eeebb;
}
.cid-rW2Hwol6mQ .mbr-section-title {
  margin-bottom: 35px;
}
.cid-rW2Hwol6mQ .mbr-section-subtitle span {
  color: #000000;
}
.cid-rW2Hwol6mQ .title__block {
  padding-bottom: 80px;
}
.cid-rW2Hwol6mQ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rW2Hwol6mQ .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rW2Hwol6mQ .carousel-item .wrap-img {
  text-align: center;
  width: 200px;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: auto;
}
.cid-rW2Hwol6mQ .carousel-item .wrap-img:hover {
  opacity: 1;
  transform: scale(1.1);
}
.cid-rW2Hwol6mQ .carousel-item .wrap-img img {
  width: 100px;
}
@media (max-width: 991px) {
  .cid-rW2Hwol6mQ .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-rW2Hwol6mQ .carousel-item.active .cloneditem-2 .wrap-img {
  opacity: 1;
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-rW2Hwol6mQ .col-md-12 .wrap-img {
    opacity: 1;
    transform: scale(1.1);
  }
  .cid-rW2Hwol6mQ .carousel-controls {
    display: none;
  }
}
.cid-rW2Hwol6mQ .carousel-controls {
  position: absolute;
  width: 100%;
  top: 0;
}
.cid-rW2Hwol6mQ .carousel-controls .carousel-control {
  background: transparent;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  color: #191f23;
  font-weight: bold;
}
.cid-rW2Hwol6mQ .carousel-controls .carousel-control.carousel-control-prev {
  left: -30px;
  margin: 20px 0 0;
}
.cid-rW2Hwol6mQ .carousel-controls .carousel-control.carousel-control-next {
  right: -30px;
  margin: 20px 0 0;
}
.cid-rW2Hwol6mQ .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1.2rem;
  font-weight: bold;
}
.cid-rW2Hwol6mQ .cloneditem-1,
.cid-rW2Hwol6mQ .cloneditem-2,
.cid-rW2Hwol6mQ .cloneditem-3,
.cid-rW2Hwol6mQ .cloneditem-4,
.cid-rW2Hwol6mQ .cloneditem-5 {
  display: none;
}
.cid-rW2Hwol6mQ .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rW2Hwol6mQ .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rW2Hwol6mQ .carousel-inner {
    z-index: 1;
  }
  .cid-rW2Hwol6mQ .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rW2Hwol6mQ .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rW2Hwol6mQ .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rW2Hwol6mQ .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rW2Hwol6mQ .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rW2Hwol6mQ .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rW2Hwol6mQ .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rW2Hwol6mQ .carousel-inner.slides2 .cloneditem-1,
  .cid-rW2Hwol6mQ .carousel-inner.slides2 .cloneditem-2,
  .cid-rW2Hwol6mQ .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rW2Hwol6mQ .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rW2Hwol6mQ .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rW2Hwol6mQ .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rW2Hwol6mQ .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rW2Hwol6mQ .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rW2Hwol6mQ .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rW2Hwol6mQ .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rW2Hwol6mQ .carousel-inner.slides3 .cloneditem-1,
  .cid-rW2Hwol6mQ .carousel-inner.slides3 .cloneditem-2,
  .cid-rW2Hwol6mQ .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rW2Hwol6mQ .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rW2Hwol6mQ .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rW2Hwol6mQ .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rW2Hwol6mQ .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rW2Hwol6mQ .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rW2Hwol6mQ .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rW2Hwol6mQ .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rW2Hwol6mQ .carousel-inner.slides4 .cloneditem-1,
  .cid-rW2Hwol6mQ .carousel-inner.slides4 .cloneditem-2,
  .cid-rW2Hwol6mQ .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rW2Hwol6mQ .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rW2Hwol6mQ .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rW2Hwol6mQ .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rW2Hwol6mQ .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rW2Hwol6mQ .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rW2Hwol6mQ .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rW2Hwol6mQ .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rW2Hwol6mQ .carousel-inner.slides5 .cloneditem-1,
  .cid-rW2Hwol6mQ .carousel-inner.slides5 .cloneditem-2,
  .cid-rW2Hwol6mQ .carousel-inner.slides5 .cloneditem-3,
  .cid-rW2Hwol6mQ .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
}
.cid-rW2HvN0QEt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rW2HvN0QEt .title__block {
  margin-bottom: 40px;
}
.cid-rW2HvN0QEt .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-rW2HvN0QEt .mbr-section-title {
  color: #233d63;
}
.cid-rW2HvN0QEt .mbr-section-title span {
  font-weight: 300;
}
.cid-rW2HvN0QEt .image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 15px 30px 50px 0px rgba(233, 236, 241, 0.5);
  margin: 0 auto 25px;
  transition: all 0.4s ease-in-out;
}
.cid-rW2HvN0QEt .image img {
  height: auto;
  width: 100px;
}
.cid-rW2HvN0QEt .image:hover {
  transform: scale(1.1);
}
.cid-rW2HvN0QEt .image175 {
  width: 175px;
  height: 175px;
}
.cid-rW2HvN0QEt .image120 {
  width: 120px;
  height: 120px;
}
.cid-rW2HvN0QEt .image150 {
  width: 150px;
  height: 150px;
}
.cid-rW2HvN0QEt .image140 {
  width: 140px;
  height: 140px;
}
.cid-rW2HvN0QEt .image200 {
  width: 200px;
  height: 200px;
}
.cid-rW2HzMtV8Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rW2HzMtV8Z .container {
  pointer-events: none;
}
.cid-rW2HzMtV8Z .title__block,
.cid-rW2HzMtV8Z .progress__wrap {
  pointer-events: all;
}
.cid-rW2HzMtV8Z .title__block {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-rW2HzMtV8Z .title__block {
    margin-bottom: 30px;
  }
}
.cid-rW2HzMtV8Z .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rW2HzMtV8Z .mbr-section-title {
  color: #233d63;
}
.cid-rW2HzMtV8Z .progress__wrap {
  margin-top: 125px;
}
@media (max-width: 767px) {
  .cid-rW2HzMtV8Z .progress__wrap {
    margin-top: 80px;
  }
}
.cid-rW2HzMtV8Z .progress {
  width: 100%;
}
.cid-rW2HzMtV8Z progress {
  height: 5px;
  border-radius: 3px;
}
.cid-rW2HzMtV8Z .progress_value {
  position: relative;
  font-size: 70px;
  font-weight: bold;
  display: flex;
  height: 90px;
  justify-content: space-between;
  color: #233d63;
}
.cid-rW2HzMtV8Z .title-wrap {
  display: flex;
}
.cid-rW2HzMtV8Z .progress__title {
  margin-top: 35px;
  margin-bottom: 3px;
}
.cid-rW2HzMtV8Z .progress__text {
  color: #ff6400;
}
.cid-rW2HzMtV8Z progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.2);
  border-radius: 3px;
}
.cid-rW2HzMtV8Z progress::-webkit-progress-value {
  background: #233d63;
  border-radius: 3px;
}
.cid-rW2HzMtV8Z progress[value]::-moz-progress-bar {
  background: #233d63;
  border-radius: 3px;
}
.cid-rW2HzMtV8Z progress::-ms-fill {
  background: #233d63;
  border-radius: 3px;
}
.cid-rW2HzMtV8Z .progress1 .progressbar-number:before {
  content: '85';
}
.cid-rW2HzMtV8Z .progress2 .progressbar-number:before {
  content: '75';
}
.cid-rW2HzMtV8Z .progress3 .progressbar-number:before {
  content: '90';
}
.cid-rW2HzMtV8Z .progress4 .progressbar-number:before {
  content: '80';
}
.cid-rW2HzMtV8Z .progress-primary {
  background: rgba(206, 206, 206, 0.2);
  border: none;
  outline: none;
}
.cid-rW2HzMtV8Z .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.2);
}
.cid-rW2HzMtV8Z .animation__background .triangle {
  position: absolute;
  top: 10%;
  right: 20%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rW2HzMtV8Z .animation__background .quadr {
  position: absolute;
  bottom: 15%;
  right: 59%;
  animation: animationTwo 40s infinite linear;
  height: 40px;
  width: 40px;
}
.cid-rW2HzMtV8Z .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2HzMtV8Z .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 9%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 33s infinite linear;
}
.cid-rW2HzMtV8Z .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-rW2HzMtV8Z .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 50%;
  top: 50%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 28s infinite linear;
}
.cid-rW2HzMtV8Z .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 25s infinite linear;
}
.cid-rW36CMG4al {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rW36CMG4al .container {
  pointer-events: none;
}
.cid-rW36CMG4al .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-rW36CMG4al .brand__text {
  padding: 12px 0 25px;
}
.cid-rW36CMG4al .brand__email {
  margin-bottom: 15px;
}
.cid-rW36CMG4al .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-rW36CMG4al .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-rW36CMG4al .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-rW36CMG4al .footer__items a:hover {
  color: #ff3a46 !important;
}
.cid-rW36CMG4al .social {
  margin-top: 30px;
}
.cid-rW36CMG4al .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-rW36CMG4al .social .social__items:hover {
  background-color: #ff3a46;
  border-color: #ff3a46;
}
.cid-rW36CMG4al .social .social__items:hover a {
  color: #ffffff !important;
}
.cid-rW36CMG4al .social .social__items a {
  color: #dbdbdb;
  padding: 0 10px;
}
.cid-rW36CMG4al .social .social__items:last-child {
  margin-right: 0;
}
.cid-rW36CMG4al .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-rW36CMG4al .divider {
  background-color: #000000;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-rW36CMG4al .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-rW36CMG4al .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-rW36CMG4al .footer__bot_items a:hover {
  color: #ff3a46 !important;
}
.cid-rW36CMG4al .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-rW36CMG4al .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-rW36CMG4al .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ff3a46;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-rW36CMG4al .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rW36CMG4al .divider {
    margin-top: 30px;
  }
  .cid-rW36CMG4al .footer__bottom {
    padding: 30px 0;
  }
  .cid-rW36CMG4al .align-right,
  .cid-rW36CMG4al .privacy {
    text-align: center;
  }
  .cid-rW36CMG4al .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-rW2OA8vaTx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rW2OA8vaTx .container {
  pointer-events: none;
}
.cid-rW2OA8vaTx .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-rW2OA8vaTx .brand__text {
  padding: 12px 0 25px;
}
.cid-rW2OA8vaTx .brand__email {
  margin-bottom: 15px;
}
.cid-rW2OA8vaTx .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-rW2OA8vaTx .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-rW2OA8vaTx .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-rW2OA8vaTx .footer__items a:hover {
  color: #ff3a46 !important;
}
.cid-rW2OA8vaTx .social {
  margin-top: 30px;
}
.cid-rW2OA8vaTx .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-rW2OA8vaTx .social .social__items:hover {
  background-color: #ff3a46;
  border-color: #ff3a46;
}
.cid-rW2OA8vaTx .social .social__items:hover a {
  color: #ffffff !important;
}
.cid-rW2OA8vaTx .social .social__items a {
  color: #dbdbdb;
  padding: 0 10px;
}
.cid-rW2OA8vaTx .social .social__items:last-child {
  margin-right: 0;
}
.cid-rW2OA8vaTx .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-rW2OA8vaTx .divider {
  background-color: #000000;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-rW2OA8vaTx .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-rW2OA8vaTx .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-rW2OA8vaTx .footer__bot_items a:hover {
  color: #ff3a46 !important;
}
.cid-rW2OA8vaTx .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-rW2OA8vaTx .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-rW2OA8vaTx .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ff3a46;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-rW2OA8vaTx .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rW2OA8vaTx .divider {
    margin-top: 30px;
  }
  .cid-rW2OA8vaTx .footer__bottom {
    padding: 30px 0;
  }
  .cid-rW2OA8vaTx .align-right,
  .cid-rW2OA8vaTx .privacy {
    text-align: center;
  }
  .cid-rW2OA8vaTx .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-rW2OdtKJsC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rW2OdtKJsC .mbr-section-title {
  color: #233d63;
}
.cid-rW2OdtKJsC .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-rW2OdtKJsC .mbr-section-title,
.cid-rW2OdtKJsC .icon__wrap {
  text-align: center;
}
.cid-rW2OdtKJsC .mbr-section-subtitle {
  text-align: center;
}
.cid-rW2OfG87GE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rW2OfG87GE .container,
.cid-rW2OfG87GE .container-fluid {
  pointer-events: none;
}
.cid-rW2OfG87GE .title__block,
.cid-rW2OfG87GE .button,
.cid-rW2OfG87GE .wrap {
  pointer-events: all;
}
.cid-rW2OfG87GE .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-rW2OfG87GE .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-rW2OfG87GE .button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
}
.cid-rW2OfG87GE .button .mbr-section-btn .btn-black-outline:hover {
  background-color: #ff3a46 !important;
  color: #ffffff !important;
  border-color: #ff3a46 !important;
}
.cid-rW2OfG87GE .card__wrap {
  position: relative;
  margin-top: 50px;
}
.cid-rW2OfG87GE .card__wrap .mbr-section-btn .btn {
  border-radius: 0;
  line-height: 43px !important;
  min-width: 150px;
}
.cid-rW2OfG87GE .card__wrap .mbr-section-btn .btn-black-outline:hover {
  background-color: #ff3a46 !important;
  color: #ffffff !important;
  border-color: #ff3a46 !important;
}
.cid-rW2OfG87GE .card__wrap:hover .card__title {
  color: #ff3a46;
}
.cid-rW2OfG87GE .image {
  margin-bottom: 32px;
}
.cid-rW2OfG87GE .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-rW2OfG87GE .card__date {
  letter-spacing: 1.3px;
  margin-bottom: 15px;
}
.cid-rW2OfG87GE .card__title {
  margin-bottom: 25px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .cid-rW2OfG87GE .media-container-row {
    justify-content: flex-start;
  }
  .cid-rW2OfG87GE .button {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-rW2OfG87GE .media-container-row {
    margin: 0 -15px;
  }
}
.cid-rW2OfG87GE .animation__background .triangle {
  position: absolute;
  top: 12%;
  right: 29%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rW2OfG87GE .animation__background .quadr {
  position: absolute;
  bottom: 20%;
  right: 11%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-rW2OfG87GE .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2OfG87GE .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 33s infinite linear;
}
.cid-rW2OfG87GE .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-rW2OfG87GE .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 23s infinite linear;
}
.cid-rW2OfG87GE .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 20%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 26s infinite linear;
}
.cid-rW2OfG87GE .card__title,
.cid-rW2OfG87GE .card__wrap .mbr-section-btn {
  text-align: center;
}
.cid-rVyb4Qy2Zv {
  min-height: 114px !important;
  position: static;
  background: #ffffff;
}
.cid-rVyb4Qy2Zv .nav-item,
.cid-rVyb4Qy2Zv .nav-link,
.cid-rVyb4Qy2Zv .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-rVyb4Qy2Zv .nav-item:hover,
.cid-rVyb4Qy2Zv .nav-link:hover,
.cid-rVyb4Qy2Zv .navbar-caption:hover {
  color: #ff3a46 !important;
}
.cid-rVyb4Qy2Zv .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-rVyb4Qy2Zv .container,
.cid-rVyb4Qy2Zv .container-fluid {
  position: static;
}
.cid-rVyb4Qy2Zv .container-fluid,
.cid-rVyb4Qy2Zv .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-rVyb4Qy2Zv .navbar-brand {
  padding: 0;
}
.cid-rVyb4Qy2Zv .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-rVyb4Qy2Zv .nav-link:hover:before {
  width: 100%;
}
.cid-rVyb4Qy2Zv .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-rVyb4Qy2Zv .nav-link {
    margin: 0 !important;
  }
}
.cid-rVyb4Qy2Zv .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rVyb4Qy2Zv .widget p,
.cid-rVyb4Qy2Zv .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-rVyb4Qy2Zv .widget p a,
.cid-rVyb4Qy2Zv .widget .icons-menu a {
  margin-left: 15px;
}
.cid-rVyb4Qy2Zv .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-rVyb4Qy2Zv .icons__wrap:hover {
  color: #ffffff;
  background-color: #ff3a46;
  border-color: #ff3a46;
}
.cid-rVyb4Qy2Zv .block__phone {
  color: #A2ADBD;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rVyb4Qy2Zv .block__phone,
  .cid-rVyb4Qy2Zv .icons-menu {
    display: none;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-rVyb4Qy2Zv .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #ff3a46 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-rVyb4Qy2Zv .mbr-section-btn .btn-secondary:hover {
  background-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-rVyb4Qy2Zv .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
}
.cid-rVyb4Qy2Zv .navbar > .container,
.cid-rVyb4Qy2Zv .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-rVyb4Qy2Zv .btn {
    white-space: nowrap;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu {
    min-width: 150px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    left: 0;
    right: auto;
    top: 96%;
    visibility: hidden;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    opacity: 0;
    padding: 18px 0 !important;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-rVyb4Qy2Zv .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .cid-rVyb4Qy2Zv .dropdown-toggle::after,
  .cid-rVyb4Qy2Zv .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-rVyb4Qy2Zv .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-rVyb4Qy2Zv .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  top: 20px;
  left: -5px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.cid-rVyb4Qy2Zv .dropdown-menu .dropdown-item {
  line-height: 45px;
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-rVyb4Qy2Zv .dropdown-menu .dropdown-item:hover {
  color: #ff3a46 !important;
}
.cid-rVyb4Qy2Zv .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-rVyb4Qy2Zv .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-rVyb4Qy2Zv .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-rVyb4Qy2Zv .dropdown-item {
  justify-content: center;
  font-weight: 400;
}
.cid-rVyb4Qy2Zv .nav-item:focus,
.cid-rVyb4Qy2Zv .nav-link:focus {
  outline: none;
}
.cid-rVyb4Qy2Zv .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
.cid-rVyb4Qy2Zv .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-rVyb4Qy2Zv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-rVyb4Qy2Zv .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rVyb4Qy2Zv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rVyb4Qy2Zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVyb4Qy2Zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-rVyb4Qy2Zv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVyb4Qy2Zv .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-rVyb4Qy2Zv .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-rVyb4Qy2Zv .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-rVyb4Qy2Zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVyb4Qy2Zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVyb4Qy2Zv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-rVyb4Qy2Zv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rVyb4Qy2Zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVyb4Qy2Zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rVyb4Qy2Zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVyb4Qy2Zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVyb4Qy2Zv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rVyb4Qy2Zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rVyb4Qy2Zv .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rVyb4Qy2Zv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-rVyb4Qy2Zv .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-rVyb4Qy2Zv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVyb4Qy2Zv .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-rVyb4Qy2Zv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-rVyb4Qy2Zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVyb4Qy2Zv .dropdown-item.active,
.cid-rVyb4Qy2Zv .dropdown-item:active {
  background-color: transparent;
}
.cid-rVyb4Qy2Zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVyb4Qy2Zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rVyb4Qy2Zv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVyb4Qy2Zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVyb4Qy2Zv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVyb4Qy2Zv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVyb4Qy2Zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVyb4Qy2Zv .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-rVyb4Qy2Zv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-rVyb4Qy2Zv a.nav-link:hover {
  color: #ff3a46 !important;
}
@media (max-width: 991px) {
  .cid-rVyb4Qy2Zv .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid  #F3F3F3;
  }
  .cid-rVyb4Qy2Zv .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-rVyb4Qy2Zv .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-rVyb4Qy2Zv .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-rVyb4Qy2Zv a.nav-link {
    justify-content: flex-start;
  }
  .cid-rVyb4Qy2Zv ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-rVyb4Qy2Zv .navbar-brand {
    padding: 0;
  }
  .cid-rVyb4Qy2Zv .block__phone,
  .cid-rVyb4Qy2Zv .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-rVyb4Qy2Zv .widget {
    flex-direction: column;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVyb4Qy2Zv .navbar {
    height: 97px;
  }
  .cid-rVyb4Qy2Zv .navbar.opened {
    height: auto;
  }
  .cid-rVyb4Qy2Zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVyXLgrYwm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rVyXLgrYwm .container {
  pointer-events: none;
}
.cid-rVyXLgrYwm .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-rVyXLgrYwm .brand__text {
  padding: 12px 0 25px;
}
.cid-rVyXLgrYwm .brand__email {
  margin-bottom: 15px;
}
.cid-rVyXLgrYwm .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-rVyXLgrYwm .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-rVyXLgrYwm .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-rVyXLgrYwm .footer__items a:hover {
  color: #ff3a46 !important;
}
.cid-rVyXLgrYwm .social {
  margin-top: 30px;
}
.cid-rVyXLgrYwm .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-rVyXLgrYwm .social .social__items:hover {
  background-color: #ff3a46;
  border-color: #ff3a46;
}
.cid-rVyXLgrYwm .social .social__items:hover a {
  color: #ffffff !important;
}
.cid-rVyXLgrYwm .social .social__items a {
  color: #dbdbdb;
  padding: 0 10px;
}
.cid-rVyXLgrYwm .social .social__items:last-child {
  margin-right: 0;
}
.cid-rVyXLgrYwm .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-rVyXLgrYwm .divider {
  background-color: #000000;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-rVyXLgrYwm .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-rVyXLgrYwm .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-rVyXLgrYwm .footer__bot_items a:hover {
  color: #ff3a46 !important;
}
.cid-rVyXLgrYwm .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-rVyXLgrYwm .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-rVyXLgrYwm .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ff3a46;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-rVyXLgrYwm .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rVyXLgrYwm .divider {
    margin-top: 30px;
  }
  .cid-rVyXLgrYwm .footer__bottom {
    padding: 30px 0;
  }
  .cid-rVyXLgrYwm .align-right,
  .cid-rVyXLgrYwm .privacy {
    text-align: center;
  }
  .cid-rVyXLgrYwm .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-rW2H0th15D {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rW2H0th15D .mbr-section-title {
  color: #233d63;
}
.cid-rW2H0th15D .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-rW2H0th15D .mbr-section-title,
.cid-rW2H0th15D .icon__wrap {
  text-align: center;
}
.cid-rW2H0th15D .mbr-section-subtitle {
  text-align: center;
}
.cid-rW2H4MSQda {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e2149;
}
.cid-rW2H4MSQda .inner__container {
  position: relative;
  z-index: 1;
  padding-left: 380px;
  height: 700px;
}
.cid-rW2H4MSQda .mbr-section-title {
  position: relative;
  margin-bottom: 35px;
  color: #ffffff;
  line-height: 150px;
}
.cid-rW2H4MSQda .mbr-section-title:first-letter {
  color: #233d63;
  font-size: 200px;
  text-shadow: 2px -0.9px 0px #e1a34c;
  padding-right: 8px;
}
.cid-rW2H4MSQda .image {
  width: 38%;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
}
.cid-rW2H4MSQda .image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-rW2H4MSQda .image:before {
  content: '';
  width: 1px;
  height: 425px;
  left: -50px;
  background: #e1a34c;
  position: absolute;
  top: -55px;
}
.cid-rW2H4MSQda .image:after {
  content: '';
  width: 350px;
  height: 1px;
  left: -50px;
  background: #e1a34c;
  position: absolute;
  top: -55px;
}
.cid-rW2H4MSQda .tabs-container {
  margin: -25px 0 0;
  padding-left: 170px;
  position: relative;
}
.cid-rW2H4MSQda .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  border: none;
  margin-bottom: 55px;
  position: relative;
}
.cid-rW2H4MSQda .nav-tabs:before {
  content: '';
  position: absolute;
  width: 160px;
  height: 2px;
  background: #ffffff;
  top: 31px;
  left: -190px;
}
.cid-rW2H4MSQda .nav-tabs .nav-link {
  box-sizing: border-box;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  background: transparent;
  border: none;
  margin: 15px 25px 0 25px;
  padding: 0;
}
.cid-rW2H4MSQda .nav-tabs .nav-link:first-child {
  margin-left: 0;
}
.cid-rW2H4MSQda .nav-tabs .nav-link.active {
  color: #e1a34c;
}
.cid-rW2H4MSQda .mbr-text {
  color: #dbdbdb;
}
.cid-rW2H4MSQda .mbr-section-btn {
  padding-left: 170px;
  margin-top: 55px;
}
.cid-rW2H4MSQda .mbr-section-btn .btn {
  border-radius: 0;
}
.cid-rW2H4MSQda .mbr-section-btn .btn:hover {
  background-color: #e1a34c !important;
  color: #ffffff !important;
  border-color: #e1a34c !important;
}
.cid-rW2H4MSQda .mbr-section-btn .btn.btn-warning-outline {
  color: #e1a34c;
  border-color: #e1a34c !important;
}
.cid-rW2H4MSQda .mbr-section-btn .btn.btn-white-outline {
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}
@media (max-width: 1199px) {
  .cid-rW2H4MSQda .inner__container {
    padding-left: 230px;
  }
  .cid-rW2H4MSQda .mbr-section-btn,
  .cid-rW2H4MSQda .tabs-container {
    padding-left: 160px;
  }
}
@media (max-width: 991px) {
  .cid-rW2H4MSQda .image {
    position: relative;
    top: 0;
    max-width: 440px;
    margin: 80px auto 80px;
    width: auto;
    height: auto;
  }
  .cid-rW2H4MSQda .image img {
    max-height: 450px;
  }
  .cid-rW2H4MSQda .inner__container {
    padding-left: 0;
    height: 100%;
  }
  .cid-rW2H4MSQda .mbr-section-title {
    line-height: 60px;
    text-align: center;
  }
  .cid-rW2H4MSQda .mbr-section-title:first-letter {
    font-size: 150px;
  }
  .cid-rW2H4MSQda .mbr-section-btn,
  .cid-rW2H4MSQda .tabs-container {
    padding-right: 160px;
  }
}
@media (max-width: 767px) {
  .cid-rW2H4MSQda .mbr-section-btn,
  .cid-rW2H4MSQda .tabs-container {
    padding: 0;
  }
  .cid-rW2H4MSQda .nav-tabs {
    margin-bottom: 40px;
  }
  .cid-rW2H4MSQda .nav-tabs:before {
    content: '';
    position: static;
    width: 0;
    height: 0;
  }
}
@media (max-width: 575px) {
  .cid-rW2H4MSQda .image {
    margin-left: 35px;
  }
}
.cid-rW2H528ZO6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rW2H528ZO6 .container {
  pointer-events: none;
}
.cid-rW2H528ZO6 .mbr-section-subtitle,
.cid-rW2H528ZO6 .mbr-section-title,
.cid-rW2H528ZO6 .mbr-text,
.cid-rW2H528ZO6 .nav-tabs,
.cid-rW2H528ZO6 .tab-content {
  pointer-events: all;
}
.cid-rW2H528ZO6 .title__block {
  margin-top: 120px;
}
.cid-rW2H528ZO6 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rW2H528ZO6 .mbr-section-title {
  color: #233d63;
  margin-bottom: 20px;
}
.cid-rW2H528ZO6 .mbr-section-title span {
  font-weight: 300;
}
.cid-rW2H528ZO6 h4 {
  margin: 0;
}
.cid-rW2H528ZO6 .nav-tabs {
  margin-top: 70px;
  border: none !important;
}
.cid-rW2H528ZO6 .nav-tabs .nav-item {
  margin: 0;
}
.cid-rW2H528ZO6 .nav-tabs .btn {
  width: 155px;
  min-width: auto;
  line-height: 60px !important;
  font-size: 16px;
  background: #ffffff;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 10px 30px 0px rgba(156, 157, 161, 0.16) !important;
  border: none;
  background: transparent !important;
  margin: 0px !important;
}
.cid-rW2H528ZO6 .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #000000 !important;
}
.cid-rW2H528ZO6 .nav-tabs .btn:after {
  display: none;
}
.cid-rW2H528ZO6 .nav-tabs .btn:hover {
  box-shadow: 0px 10px 30px 0px rgba(156, 157, 161, 0.16) !important;
  color: #000000 !important;
}
.cid-rW2H528ZO6 .nav-tabs .btn.active {
  background: linear-gradient(130deg, rgba(255, 58, 70, 0.65) 0%, rgba(255, 100, 0, 0.65) 100%) !important;
  color: #ffffff !important;
}
.cid-rW2H528ZO6 .nav-tabs .nav-item:first-child .btn {
  border-radius: 32px 0 0 32px;
}
.cid-rW2H528ZO6 .nav-tabs .nav-item:last-child .btn {
  border-radius: 0 32px 32px 0;
}
.cid-rW2H528ZO6 .tab-content > .tab-pane {
  display: block !important;
}
.cid-rW2H528ZO6 .tab-content .active {
  position: relative;
  z-index: 5;
  transform: scale(1) translateX(0);
  pointer-events: visible;
}
.cid-rW2H528ZO6 .tab-content {
  position: relative;
}
.cid-rW2H528ZO6 .tab-pane {
  width: 360px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: all 0.7s ease;
  transform: scale(0.8, 0.8) translateX(225px);
  pointer-events: none;
}
.cid-rW2H528ZO6 .plan {
  background: #ffffff;
  border-radius: 30px;
  word-break: break-word;
  box-shadow: 0px 20px 40px 0px rgba(60, 67, 113, 0.05);
  position: relative;
}
.cid-rW2H528ZO6 .plan .list__item {
  line-height: 42px;
}
.cid-rW2H528ZO6 .price-figure {
  padding: 25px 0 35px;
  color: #ff6400;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(130deg, rgba(255, 58, 70, 0.75) 0%, rgba(255, 100, 0, 0.75) 100%);
}
.cid-rW2H528ZO6 .price-figure sup {
  font-size: 60%;
  color: inherit;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(130deg, rgba(255, 58, 70, 0.75) 0%, rgba(255, 100, 0, 0.75) 100%);
}
.cid-rW2H528ZO6 .price-term {
  margin-bottom: 20px;
  color: #000000;
  text-decoration: underline;
}
.cid-rW2H528ZO6 .plan-list {
  margin-bottom: 40px;
}
.cid-rW2H528ZO6 UL {
  color: #233d63;
}
.cid-rW2H528ZO6 .plan-title {
  color: #233d63;
}
.cid-rW2H528ZO6 .plan-body {
  padding: 0 15px 80px;
}
.cid-rW2H528ZO6 .plan-body .mbr-section-btn {
  margin: 0;
}
.cid-rW2H528ZO6 .plan-body .mbr-section-btn .btn {
  margin: 0;
  border-radius: 25px;
  z-index: 10;
  font-weight: 400 !important;
}
.cid-rW2H528ZO6 .plan-body .mbr-section-btn .btn-warning-outline {
  border: 2px solid #dbdbdb !important;
  color: #1a1a1a !important;
  position: relative;
  background: transparent !important;
}
.cid-rW2H528ZO6 .plan-body .mbr-section-btn .btn-warning-outline:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(255, 100, 0, 0.55) 0%, #ff6400 100%) !important;
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-rW2H528ZO6 .plan-body .mbr-section-btn .btn-warning-outline:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.25);
}
.cid-rW2H528ZO6 .plan-body .mbr-section-btn .btn-warning-outline:hover:before {
  transform: scale(1);
}
.cid-rW2H528ZO6 .plan-header {
  padding: 60px 15px 0;
}
.cid-rW2H528ZO6 .animation__background .quadr {
  position: absolute;
  bottom: 29%;
  left: 29%;
  animation: rotated 33s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-rW2H528ZO6 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  left: 30%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 30s infinite linear;
}
.cid-rW2H528ZO6 .animation__background .circle2 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 21%;
  right: 12%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 25s infinite linear;
}
.cid-rW2H528ZO6 .animation__background .circle3 {
  display: inline-block;
  width: 8px;
  height: 8px;
  bottom: 17%;
  left: 10%;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2H528ZO6 .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 125px;
  left: 43%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 30s infinite linear;
}
@media (max-width: 767px) {
  .cid-rW2H528ZO6 .nav-tabs .nav-item .btn {
    width: 135px;
  }
  .cid-rW2H528ZO6 .tab-pane {
    width: 290px;
  }
  .cid-rW2H528ZO6 .tab-content {
    margin-top: 40px;
  }
  .cid-rW2H528ZO6 .title__block {
    margin-top: 0;
  }
  .cid-rW2H528ZO6 .nav-tabs {
    justify-content: center;
  }
  .cid-rW2H528ZO6 .plan-header {
    padding-top: 20px;
  }
  .cid-rW2H528ZO6 .plan-body {
    padding-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cid-rW2H528ZO6 .tab-pane {
    left: 70px;
  }
}
.cid-rW2Hdmavzk {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rW2Hdmavzk .title__block {
  margin-bottom: 80px;
}
.cid-rW2Hdmavzk .mbr-section-title {
  color: #233d63;
}
.cid-rW2Hdmavzk .icon__block {
  background: linear-gradient(135deg, rgba(65, 239, 186, 0.54) 0%, rgba(65, 239, 186, 0.85) 60%, #41efba 100%);
}
.cid-rW2Hdmavzk .wrap {
  border-left: 1px solid #e9e9e9;
  padding: 0 50px;
}
.cid-rW2Hdmavzk .wrap:last-child {
  border-right: 1px solid #e9e9e9;
}
@media (max-width: 991px) {
  .cid-rW2Hdmavzk .wrap {
    max-width: 500px;
    border: 1px solid #e9e9e9;
  }
  .cid-rW2Hdmavzk .wrap:nth-child(1) {
    border-bottom: none;
  }
  .cid-rW2Hdmavzk .wrap:nth-child(2) {
    border-bottom: none;
  }
}
.cid-rW2Hdmavzk .card__wrap:hover .btn-info-outline {
  color: #ffffff !important;
  border-color: transparent !important;
  background: transparent !important;
}
.cid-rW2Hdmavzk .card__wrap:hover .btn-info-outline:before {
  transform: scale(1);
}
.cid-rW2Hdmavzk .card__header {
  padding-top: 20px;
  min-height: 180px;
}
.cid-rW2Hdmavzk .card__price {
  color: #ff6400;
}
.cid-rW2Hdmavzk .card__price2 {
  color: #06df9e;
}
.cid-rW2Hdmavzk .card__price3 {
  color: #ff3a46;
}
.cid-rW2Hdmavzk .card__title {
  padding-bottom: 7px;
  color: #233d63;
}
.cid-rW2Hdmavzk .card__body {
  border-top: 1px dashed #e9e9e9;
  padding: 40px 0 30px;
  min-height: 330px;
}
.cid-rW2Hdmavzk .card__feature {
  margin-bottom: 15px;
}
.cid-rW2Hdmavzk .item .mbr-iconfont {
  color: #06df9e;
  margin-right: 10px;
  font-size: 14px;
}
.cid-rW2Hdmavzk .item:before {
  content: "\e97c";
  font-family: 'Moririse2';
  margin-right: 10px;
  font-size: 14px;
  vertical-align: text-bottom;
  color: #06df9e;
}
.cid-rW2Hdmavzk .card__footer {
  padding-bottom: 70px;
}
.cid-rW2Hdmavzk .mbr-section-btn {
  margin: 0;
}
.cid-rW2Hdmavzk .mbr-section-btn .btn {
  width: 100%;
  margin: 0;
  border-radius: 25px;
  z-index: 10;
  font-weight: 400 !important;
}
.cid-rW2Hdmavzk .mbr-section-btn .btn-info-outline {
  position: relative;
  background: transparent !important;
  border-width: 2px;
  color: #333333 !important;
  border-color: #d9d9d9 !important;
}
.cid-rW2Hdmavzk .mbr-section-btn .btn-info-outline:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  background: linear-gradient(-135deg, #bf6cff 0%, #9041ff 100%);
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-rW2Hdmavzk .btn__trial {
  margin-top: 32px;
  line-height: 25px;
}
.cid-rW2Hdmavzk .btn__trial a {
  color: #6A6C72 !important;
}
.cid-rW2Hdmavzk .animation__background .triangle {
  position: absolute;
  top: 2%;
  left: -5%;
  animation: rotatedHalf 40s infinite linear;
  height: 250px;
  width: 250px;
}
.cid-rW2Hdmavzk .animation__background .dashed {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  right: -100px;
  border: 1px dashed #dbdbdb;
  animation: rotated 15s infinite linear;
}
.cid-rW2Hdmavzk .animation__background .dashed .circle {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ff6400;
}
.cid-rW2Hdmavzk .animation__background .dashed .circle:nth-child(1) {
  top: 51px;
  left: 50px;
  z-index: 1;
}
.cid-rW2Hdmavzk .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #bf6cff;
  top: 50%;
  left: 5%;
  animation: animationTwo 13s infinite linear;
}
.cid-rW2Hdmavzk .animation__background .dashed__large {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: -190px;
  border: 1px dashed #dbdbdb;
  animation: rotated 35s infinite linear;
}
.cid-rW2HdLg0b3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rW2HdLg0b3 .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-rW2HdLg0b3 .title__block {
    margin-bottom: 25px;
  }
}
.cid-rW2HdLg0b3 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rW2HdLg0b3 .mbr-section-title {
  color: #233d63;
}
.cid-rW2HdLg0b3 .mbr-section-title span {
  font-weight: 300;
}
.cid-rW2HdLg0b3 .card__wrap:hover .btn-warning-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.25);
}
.cid-rW2HdLg0b3 .card__wrap:hover .btn-warning-outline:before {
  transform: scale(1);
}
.cid-rW2HdLg0b3 .card__wrap {
  background: #ffffff;
  box-shadow: 0px 10px 40px 0px rgba(60, 67, 113, 0.05);
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-top: 50px;
  overflow: hidden;
}
.cid-rW2HdLg0b3 .card__wrap:before {
  content: '';
  width: 50px;
  height: 6px;
  border-radius: 5px 5px 0 0;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 1;
  transition: all 0.8s ease-out;
}
.cid-rW2HdLg0b3 .card__wrap:after {
  content: '';
  width: 100%;
  height: 6px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: calc(-100% - 100px);
  z-index: 1;
  transition: all 0.8s ease-out;
  background: #ffffff;
}
.cid-rW2HdLg0b3 .card__wrap:hover:before {
  opacity: 1;
  left: 100%;
}
.cid-rW2HdLg0b3 .card__wrap:hover:after {
  left: 100%;
}
.cid-rW2HdLg0b3 .card__wrap:hover .icon__art {
  transform: scale(1.3) translateX(80px);
}
.cid-rW2HdLg0b3 .wrap:nth-child(1) .card__header {
  border-top: 6px solid #ff6400;
  border-bottom: 1px solid #ff6400;
}
.cid-rW2HdLg0b3 .wrap:nth-child(2) .card__header {
  border-top: 6px solid #bf6cff;
  border-bottom: 1px solid #bf6cff;
}
.cid-rW2HdLg0b3 .wrap:nth-child(3) .card__header {
  border-top: 6px solid #06df9e;
  border-bottom: 1px solid #06df9e;
}
.cid-rW2HdLg0b3 .wrap:nth-child(4) .card__header {
  border-top: 6px solid #233d63;
  border-bottom: 1px solid #233d63;
}
.cid-rW2HdLg0b3 .icon__art {
  opacity: 0.18;
  position: absolute;
  left: -60px;
  top: 17%;
  z-index: 0;
  transition: all 0.6s ease-in-out;
}
.cid-rW2HdLg0b3 .icon__art img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-rW2HdLg0b3 .card__header {
  position: relative;
  padding: 40px 0 32px;
}
.cid-rW2HdLg0b3 .card__top {
  position: relative;
  z-index: 5;
  padding: 0 15px;
}
.cid-rW2HdLg0b3 .card__price {
  color: #ff3a46;
}
.cid-rW2HdLg0b3 .card__price sup {
  font-size: 60%;
  color: inherit;
}
.cid-rW2HdLg0b3 .card__title {
  color: #233d63;
}
.cid-rW2HdLg0b3 .card__body {
  padding: 42px 15px 40px;
}
.cid-rW2HdLg0b3 .card__feature {
  margin-bottom: 15px;
  color: #233d63;
}
.cid-rW2HdLg0b3 .card__footer {
  border-top: 1px solid #e9e9e9;
  padding: 40px 15px 40px;
}
.cid-rW2HdLg0b3 .item {
  line-height: 45px;
}
.cid-rW2HdLg0b3 .mbr-section-btn {
  margin: 0;
}
.cid-rW2HdLg0b3 .mbr-section-btn .btn {
  z-index: 10;
}
.cid-rW2HdLg0b3 .mbr-section-btn .btn-warning-outline {
  border: 2px solid #dbdbdb !important;
  color: #1a1a1a !important;
  position: relative;
  border-radius: 30px;
  background: transparent !important;
}
.cid-rW2HdLg0b3 .mbr-section-btn .btn-warning-outline:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(255, 100, 0, 0.55) 0%, #ff6400 100%) !important;
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-rW2HdLg0b3 .btn__trial {
  margin-top: 32px;
  line-height: 25px;
}
.cid-rW2HdLg0b3 .btn__trial a {
  color: #6A6C72 !important;
}
.cid-rW2HeAo4vs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rW2HeAo4vs .container {
  pointer-events: none;
}
.cid-rW2HeAo4vs .title__block,
.cid-rW2HeAo4vs .table {
  pointer-events: all;
}
.cid-rW2HeAo4vs .title__block {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .cid-rW2HeAo4vs .title__block {
    margin-bottom: 40px;
  }
}
.cid-rW2HeAo4vs .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rW2HeAo4vs .mbr-section-title {
  color: #233d63;
}
.cid-rW2HeAo4vs .mbr-section-title span {
  font-weight: 300;
}
.cid-rW2HeAo4vs .container-table {
  margin: 0 auto;
}
.cid-rW2HeAo4vs .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rW2HeAo4vs .head-item {
  min-width: 200px;
  padding: 40px 30px 40px;
}
.cid-rW2HeAo4vs .table__title {
  color: #233d63;
}
.cid-rW2HeAo4vs .table__price {
  color: #06df9e;
}
.cid-rW2HeAo4vs .table__price sup {
  font-size: 60%;
  color: inherit;
}
.cid-rW2HeAo4vs .body-item1 {
  padding: 25px;
  max-width: 400px;
  min-width: 170px;
}
.cid-rW2HeAo4vs .body-item {
  text-align: center;
  padding: 25px;
  min-width: 140px;
  max-width: 250px;
}
.cid-rW2HeAo4vs .display-7 > .mbr-iconfont {
  font-size: 17px;
}
.cid-rW2HeAo4vs .dataTables_wrapper {
  display: block;
}
.cid-rW2HeAo4vs .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rW2HeAo4vs table {
  width: 100% !important;
  border: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rW2HeAo4vs table th {
  border-top: none;
  border: 1px solid #e9e9e9;
  transition: all .2s;
}
.cid-rW2HeAo4vs table td {
  border: 1px solid #e9e9e9;
}
.cid-rW2HeAo4vs .image__background .circle__image1 {
  width: 890px;
  height: 890px;
  top: 70px;
  right: -245px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(35, 61, 99, 0.1);
}
@media (max-width: 1199px) {
  .cid-rW2HeAo4vs .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-rW2HeAo4vs .image__background .circle__image1 {
    display: none;
  }
}
.cid-rW2HeAo4vs .image__background .circle__image2 {
  width: 890px;
  height: 890px;
  top: 0;
  right: -265px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  background-color: rgba(191, 108, 255, 0.23);
}
@media (max-width: 1199px) {
  .cid-rW2HeAo4vs .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-rW2HeAo4vs .image__background .circle__image2 {
    display: none;
  }
}
.cid-rW2HeAo4vs .animation__background .triangle {
  position: absolute;
  top: 20%;
  left: 21%;
  animation: animationTwo 40s infinite linear;
}
.cid-rW2HeAo4vs .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #bf6cff;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2HeAo4vs .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 30s infinite linear;
}
.cid-rW2HeAo4vs .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 50%;
  bottom: 50%;
  position: absolute;
  border-radius: 50%;
  background-color: #06df9e;
  animation: animationTwo 30s infinite linear;
}
.cid-rW2HeAo4vs .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 25s infinite linear;
}
.cid-rW2HeAo4vs .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2HfIBfAg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #06df9e;
  background: linear-gradient(45deg, rgba(6, 223, 158, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-rW2HfIBfAg .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-rW2HfIBfAg .container {
  pointer-events: none;
}
.cid-rW2HfIBfAg .title__block,
.cid-rW2HfIBfAg .carousel__block,
.cid-rW2HfIBfAg .carousel-controls {
  pointer-events: all;
}
.cid-rW2HfIBfAg .mbr-section-title {
  color: #233d63;
}
.cid-rW2HfIBfAg .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-rW2HfIBfAg .margin__bot {
  margin-bottom: 150px;
}
.cid-rW2HfIBfAg .wrap {
  margin-top: 60px;
  border-radius: 20px;
  box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.03);
  padding: 80px 70px 55px;
  background-color: #ffffff;
}
.cid-rW2HfIBfAg .wrap:before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 35px;
  right: 35px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 15px 23px 0px rgba(35, 49, 64, 0.09);
  z-index: -1;
}
.cid-rW2HfIBfAg .wrap:after {
  content: '';
  position: absolute;
  bottom: -55px;
  left: 80px;
  right: 80px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.03);
  z-index: -2;
}
@media (max-width: 767px) {
  .cid-rW2HfIBfAg .wrap {
    padding: 55px 15px 25px;
  }
}
.cid-rW2HfIBfAg .carousel-controls {
  width: 100%;
  justify-content: center;
  position: relative;
}
.cid-rW2HfIBfAg .carousel-controls a span {
  width: 55px;
  height: 55px;
  font-size: 35px;
  position: absolute;
  padding: 0 10px;
  color: #06df9e;
  background-color: transparent;
  transition: all .3s ease 0s;
}
.cid-rW2HfIBfAg .carousel-control-prev {
  position: static;
  width: 55px;
  transition: all .3s ease 0s;
}
.cid-rW2HfIBfAg .carousel-control-next {
  position: static;
  width: 55px;
  transition: all .3s ease 0s;
}
.cid-rW2HfIBfAg .icon__bg {
  position: relative;
}
.cid-rW2HfIBfAg .icon__bg:before {
  content: "\e965";
  font-family: 'Moririse2';
  font-size: 100px;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.04;
}
.cid-rW2HfIBfAg .mbr-section-title,
.cid-rW2HfIBfAg .icon__wrap {
  text-align: center;
}
.cid-rW2HfIBfAg .mbr-section-subtitle {
  text-align: center;
}
.cid-rW2HfIBfAg .carousel__text {
  color: #233d63;
}
.cid-rW2HfIBfAg .author {
  margin-top: 45px;
}
.cid-rW2HfIBfAg .user_name {
  margin-bottom: 5px;
  color: #233d63;
}
.cid-rW2HfIBfAg .user_prof {
  color: #64697a;
}
.cid-rW2HfIBfAg .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  bottom: -135px;
  right: -135px;
}
.cid-rW2HfIBfAg .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 20px solid #ffffff;
  top: 100px;
  left: 60px;
  animation: scale__two 19s infinite linear;
}
.cid-rW2HfIBfAg .animation__background .image {
  position: absolute;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  box-shadow: 0px 10px 20px 0px rgba(20, 44, 56, 0.25);
}
.cid-rW2HfIBfAg .animation__background .image:nth-child(1) {
  top: 12%;
  left: 15%;
  animation: scale__one 14s infinite linear;
}
.cid-rW2HfIBfAg .animation__background .image:nth-child(2) {
  top: 44%;
  left: 4%;
  animation: scale__two 9s infinite linear;
}
.cid-rW2HfIBfAg .animation__background .image:nth-child(3) {
  bottom: 7%;
  left: 10%;
  animation: scale__three 8s infinite linear;
}
.cid-rW2HfIBfAg .animation__background .image:nth-child(4) {
  top: 12%;
  right: 15%;
  animation: scale__two 10s infinite linear;
}
.cid-rW2HfIBfAg .animation__background .image:nth-child(5) {
  top: 48%;
  right: 2%;
  animation: scale__three 11s infinite linear;
}
.cid-rW2HfIBfAg .animation__background .image:nth-child(6) {
  bottom: 10%;
  right: 16%;
  animation: scale__one 12s infinite linear;
}
.cid-rW2HfIBfAg .animation__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rW2HfIBfAg .animation__background .image {
    display: none;
  }
}
.cid-rW2Hg9lMSw {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcff;
}
.cid-rW2Hg9lMSw .container,
.cid-rW2Hg9lMSw .row {
  pointer-events: none;
}
.cid-rW2Hg9lMSw .wrap {
  pointer-events: all;
}
.cid-rW2Hg9lMSw .carousel {
  padding: 0;
}
.cid-rW2Hg9lMSw .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
  padding-right: 80px;
}
.cid-rW2Hg9lMSw .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
  padding-right: 80px;
}
.cid-rW2Hg9lMSw .mbr-section-title span {
  font-weight: 300;
}
.cid-rW2Hg9lMSw .carousel-controls {
  margin-top: 100px;
  width: 100%;
  position: relative;
}
.cid-rW2Hg9lMSw .carousel-controls a span {
  width: 55px;
  height: 55px;
  font-size: 30px;
  position: absolute;
  padding: 0 10px;
  color: #233d63;
  background-color: transparent;
  transition: all .3s ease 0s;
}
.cid-rW2Hg9lMSw .carousel-control-prev {
  position: static;
  width: 55px;
  transition: all .3s ease 0s;
}
.cid-rW2Hg9lMSw .carousel-control-next {
  position: static;
  width: 55px;
  transition: all .3s ease 0s;
}
.cid-rW2Hg9lMSw .user_text {
  padding-right: 80px;
  padding-bottom: 50px;
}
.cid-rW2Hg9lMSw .user_image {
  display: inline-block;
  margin-right: 20px;
}
.cid-rW2Hg9lMSw .user_image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.cid-rW2Hg9lMSw .author {
  padding-right: 80px;
}
.cid-rW2Hg9lMSw .author__info {
  display: inline-block;
  height: 60px;
  vertical-align: -webkit-baseline-middle;
}
.cid-rW2Hg9lMSw .user_name {
  color: #233d63;
  line-height: 24px;
}
.cid-rW2Hg9lMSw .user_prof {
  color: #c0c0c9;
  line-height: 24px;
}
.cid-rW2Hg9lMSw .fon2 {
  position: absolute;
  width: 250px;
  bottom: 0;
  left: 70px;
  z-index: 1;
}
.cid-rW2Hg9lMSw .animation__background .fon {
  max-width: 600px;
  width: 100%;
  position: absolute;
  right: 2%;
  top: 13%;
  z-index: -1;
}
.cid-rW2Hg9lMSw .animation__background .image {
  position: absolute;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  box-shadow: 0px 10px 20px 0px rgba(20, 44, 56, 0.25);
}
.cid-rW2Hg9lMSw .animation__background .image:nth-child(1) {
  top: 37%;
  right: 4%;
  animation: scale__one 14s infinite linear;
}
.cid-rW2Hg9lMSw .animation__background .image:nth-child(2) {
  top: 47%;
  right: 14%;
  animation: scale__two 9s infinite linear;
}
.cid-rW2Hg9lMSw .animation__background .image:nth-child(3) {
  bottom: 16%;
  right: 7%;
  animation: scale__three 8s infinite linear;
}
.cid-rW2Hg9lMSw .animation__background .image:nth-child(4) {
  top: 24%;
  right: 18%;
  animation: scale__two 10s infinite linear;
}
.cid-rW2Hg9lMSw .animation__background .image:nth-child(5) {
  top: 60%;
  right: 23%;
  animation: scale__three 11s infinite linear;
}
.cid-rW2Hg9lMSw .animation__background .image:nth-child(6) {
  bottom: 46%;
  right: 30%;
  animation: scale__one 12s infinite linear;
}
.cid-rW2Hg9lMSw .animation__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rW2Hg9lMSw .animation__background {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-rW2Hg9lMSw .mbr-section-subtitle,
  .cid-rW2Hg9lMSw .mbr-section-title,
  .cid-rW2Hg9lMSw .user_text,
  .cid-rW2Hg9lMSw .author {
    padding-right: 0;
  }
}
.cid-rW2HgEJSTS {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcff;
}
.cid-rW2HgEJSTS .carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cid-rW2HgEJSTS .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  text-align: left;
}
.cid-rW2HgEJSTS .carousel-item > div {
  width: 100%;
}
.cid-rW2HgEJSTS .carousel-item.active,
.cid-rW2HgEJSTS .carousel-item-next,
.cid-rW2HgEJSTS .carousel-item-prev {
  display: flex;
}
.cid-rW2HgEJSTS .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-rW2HgEJSTS .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-rW2HgEJSTS .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-rW2HgEJSTS .carousel-controls a {
    width: 5%;
  }
}
.cid-rW2HgEJSTS .card__wrap {
  background: #ffffff;
  padding: 55px 45px 45px;
  position: relative;
  box-shadow: 0px 60px 100px 0px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
}
.cid-rW2HgEJSTS .card__icon .mbr-iconfont {
  font-size: 40px;
  color: #ff3a46;
}
.cid-rW2HgEJSTS .card__author {
  display: inline-block;
  color: #000000;
  padding-left: 40px;
  position: relative;
  margin: 40px 0 5px;
}
.cid-rW2HgEJSTS .card__author:before {
  content: '';
  width: 22px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 13px;
  background: currentColor;
}
.cid-rW2HgEJSTS .card__descr {
  padding-left: 40px;
  color: #dbdbdb;
}
.cid-rW2HgEJSTS li {
  background-color: transparent;
  width: 6px;
  height: 6px;
  opacity: 1;
  border: 2px solid #ff3a46 !important;
  margin: 0 5px;
}
.cid-rW2HgEJSTS li.active {
  opacity: 1;
  background-color: #ff3a46;
  width: 6px;
  height: 6px;
}
.cid-rW2HgEJSTS .carousel-indicators {
  align-items: center;
  position: static;
  margin: 75px 0 0;
}
.cid-rW2HgEJSTS .carousel-indicators li {
  border-radius: 50%;
}
.cid-rW2HgEJSTS a {
  line-height: 1.5;
}
@media (max-width: 991px) {
  .cid-rW2HgEJSTS .box {
    margin-bottom: 50px;
  }
}
.cid-rW2OR756Jy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rW2OR756Jy .mbr-section-title {
  color: #233d63;
}
.cid-rW2OR756Jy .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-rW2OR756Jy .mbr-section-title,
.cid-rW2OR756Jy .icon__wrap {
  text-align: center;
}
.cid-rW2OR756Jy .mbr-section-subtitle {
  text-align: center;
}
.cid-rW2ORNIGVr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rW2ORNIGVr .container,
.cid-rW2ORNIGVr .container-fluid {
  pointer-events: none;
}
.cid-rW2ORNIGVr .title__block,
.cid-rW2ORNIGVr .button,
.cid-rW2ORNIGVr .wrap {
  pointer-events: all;
}
.cid-rW2ORNIGVr .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-rW2ORNIGVr .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-rW2ORNIGVr .button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
}
.cid-rW2ORNIGVr .button .mbr-section-btn .btn-black-outline:hover {
  background-color: #ff3a46 !important;
  color: #ffffff !important;
  border-color: #ff3a46 !important;
}
.cid-rW2ORNIGVr .card__wrap {
  position: relative;
  margin-top: 50px;
}
.cid-rW2ORNIGVr .card__wrap .mbr-section-btn .btn {
  border-radius: 0;
  line-height: 43px !important;
  min-width: 150px;
}
.cid-rW2ORNIGVr .card__wrap .mbr-section-btn .btn-black-outline:hover {
  background-color: #ff3a46 !important;
  color: #ffffff !important;
  border-color: #ff3a46 !important;
}
.cid-rW2ORNIGVr .card__wrap:hover .card__title {
  color: #ff3a46;
}
.cid-rW2ORNIGVr .image {
  margin-bottom: 32px;
}
.cid-rW2ORNIGVr .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-rW2ORNIGVr .card__date {
  letter-spacing: 1.3px;
  margin-bottom: 15px;
}
.cid-rW2ORNIGVr .card__title {
  margin-bottom: 25px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .cid-rW2ORNIGVr .media-container-row {
    justify-content: flex-start;
  }
  .cid-rW2ORNIGVr .button {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-rW2ORNIGVr .media-container-row {
    margin: 0 -15px;
  }
}
.cid-rW2ORNIGVr .animation__background .triangle {
  position: absolute;
  top: 12%;
  right: 29%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rW2ORNIGVr .animation__background .quadr {
  position: absolute;
  bottom: 20%;
  right: 11%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-rW2ORNIGVr .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2ORNIGVr .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 33s infinite linear;
}
.cid-rW2ORNIGVr .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-rW2ORNIGVr .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 23s infinite linear;
}
.cid-rW2ORNIGVr .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 20%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 26s infinite linear;
}
.cid-rW2ORNIGVr .card__title,
.cid-rW2ORNIGVr .card__wrap .mbr-section-btn {
  text-align: center;
}
.cid-rVyb4Qy2Zv {
  min-height: 114px !important;
  position: static;
  background: #ffffff;
}
.cid-rVyb4Qy2Zv .nav-item,
.cid-rVyb4Qy2Zv .nav-link,
.cid-rVyb4Qy2Zv .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-rVyb4Qy2Zv .nav-item:hover,
.cid-rVyb4Qy2Zv .nav-link:hover,
.cid-rVyb4Qy2Zv .navbar-caption:hover {
  color: #ff3a46 !important;
}
.cid-rVyb4Qy2Zv .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-rVyb4Qy2Zv .container,
.cid-rVyb4Qy2Zv .container-fluid {
  position: static;
}
.cid-rVyb4Qy2Zv .container-fluid,
.cid-rVyb4Qy2Zv .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-rVyb4Qy2Zv .navbar-brand {
  padding: 0;
}
.cid-rVyb4Qy2Zv .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-rVyb4Qy2Zv .nav-link:hover:before {
  width: 100%;
}
.cid-rVyb4Qy2Zv .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-rVyb4Qy2Zv .nav-link {
    margin: 0 !important;
  }
}
.cid-rVyb4Qy2Zv .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rVyb4Qy2Zv .widget p,
.cid-rVyb4Qy2Zv .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-rVyb4Qy2Zv .widget p a,
.cid-rVyb4Qy2Zv .widget .icons-menu a {
  margin-left: 15px;
}
.cid-rVyb4Qy2Zv .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-rVyb4Qy2Zv .icons__wrap:hover {
  color: #ffffff;
  background-color: #ff3a46;
  border-color: #ff3a46;
}
.cid-rVyb4Qy2Zv .block__phone {
  color: #A2ADBD;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rVyb4Qy2Zv .block__phone,
  .cid-rVyb4Qy2Zv .icons-menu {
    display: none;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-rVyb4Qy2Zv .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #ff3a46 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-rVyb4Qy2Zv .mbr-section-btn .btn-secondary:hover {
  background-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-rVyb4Qy2Zv .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
}
.cid-rVyb4Qy2Zv .navbar > .container,
.cid-rVyb4Qy2Zv .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-rVyb4Qy2Zv .btn {
    white-space: nowrap;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu {
    min-width: 150px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    left: 0;
    right: auto;
    top: 96%;
    visibility: hidden;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    opacity: 0;
    padding: 18px 0 !important;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-rVyb4Qy2Zv .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .cid-rVyb4Qy2Zv .dropdown-toggle::after,
  .cid-rVyb4Qy2Zv .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-rVyb4Qy2Zv .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-rVyb4Qy2Zv .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  top: 20px;
  left: -5px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.cid-rVyb4Qy2Zv .dropdown-menu .dropdown-item {
  line-height: 45px;
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-rVyb4Qy2Zv .dropdown-menu .dropdown-item:hover {
  color: #ff3a46 !important;
}
.cid-rVyb4Qy2Zv .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-rVyb4Qy2Zv .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-rVyb4Qy2Zv .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-rVyb4Qy2Zv .dropdown-item {
  justify-content: center;
  font-weight: 400;
}
.cid-rVyb4Qy2Zv .nav-item:focus,
.cid-rVyb4Qy2Zv .nav-link:focus {
  outline: none;
}
.cid-rVyb4Qy2Zv .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
.cid-rVyb4Qy2Zv .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-rVyb4Qy2Zv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-rVyb4Qy2Zv .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rVyb4Qy2Zv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rVyb4Qy2Zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVyb4Qy2Zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-rVyb4Qy2Zv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVyb4Qy2Zv .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-rVyb4Qy2Zv .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-rVyb4Qy2Zv .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-rVyb4Qy2Zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVyb4Qy2Zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVyb4Qy2Zv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-rVyb4Qy2Zv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rVyb4Qy2Zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVyb4Qy2Zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rVyb4Qy2Zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVyb4Qy2Zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVyb4Qy2Zv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rVyb4Qy2Zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rVyb4Qy2Zv .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rVyb4Qy2Zv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-rVyb4Qy2Zv .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-rVyb4Qy2Zv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVyb4Qy2Zv .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-rVyb4Qy2Zv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-rVyb4Qy2Zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVyb4Qy2Zv .dropdown-item.active,
.cid-rVyb4Qy2Zv .dropdown-item:active {
  background-color: transparent;
}
.cid-rVyb4Qy2Zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVyb4Qy2Zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rVyb4Qy2Zv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVyb4Qy2Zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVyb4Qy2Zv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVyb4Qy2Zv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVyb4Qy2Zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVyb4Qy2Zv .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-rVyb4Qy2Zv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-rVyb4Qy2Zv a.nav-link:hover {
  color: #ff3a46 !important;
}
@media (max-width: 991px) {
  .cid-rVyb4Qy2Zv .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid  #F3F3F3;
  }
  .cid-rVyb4Qy2Zv .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-rVyb4Qy2Zv .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-rVyb4Qy2Zv .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-rVyb4Qy2Zv a.nav-link {
    justify-content: flex-start;
  }
  .cid-rVyb4Qy2Zv ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-rVyb4Qy2Zv .navbar-brand {
    padding: 0;
  }
  .cid-rVyb4Qy2Zv .block__phone,
  .cid-rVyb4Qy2Zv .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-rVyb4Qy2Zv .widget {
    flex-direction: column;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVyb4Qy2Zv .navbar {
    height: 97px;
  }
  .cid-rVyb4Qy2Zv .navbar.opened {
    height: auto;
  }
  .cid-rVyb4Qy2Zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVyXLgrYwm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rVyXLgrYwm .container {
  pointer-events: none;
}
.cid-rVyXLgrYwm .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-rVyXLgrYwm .brand__text {
  padding: 12px 0 25px;
}
.cid-rVyXLgrYwm .brand__email {
  margin-bottom: 15px;
}
.cid-rVyXLgrYwm .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-rVyXLgrYwm .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-rVyXLgrYwm .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-rVyXLgrYwm .footer__items a:hover {
  color: #ff3a46 !important;
}
.cid-rVyXLgrYwm .social {
  margin-top: 30px;
}
.cid-rVyXLgrYwm .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-rVyXLgrYwm .social .social__items:hover {
  background-color: #ff3a46;
  border-color: #ff3a46;
}
.cid-rVyXLgrYwm .social .social__items:hover a {
  color: #ffffff !important;
}
.cid-rVyXLgrYwm .social .social__items a {
  color: #dbdbdb;
  padding: 0 10px;
}
.cid-rVyXLgrYwm .social .social__items:last-child {
  margin-right: 0;
}
.cid-rVyXLgrYwm .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-rVyXLgrYwm .divider {
  background-color: #000000;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-rVyXLgrYwm .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-rVyXLgrYwm .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-rVyXLgrYwm .footer__bot_items a:hover {
  color: #ff3a46 !important;
}
.cid-rVyXLgrYwm .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-rVyXLgrYwm .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-rVyXLgrYwm .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ff3a46;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-rVyXLgrYwm .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rVyXLgrYwm .divider {
    margin-top: 30px;
  }
  .cid-rVyXLgrYwm .footer__bottom {
    padding: 30px 0;
  }
  .cid-rVyXLgrYwm .align-right,
  .cid-rVyXLgrYwm .privacy {
    text-align: center;
  }
  .cid-rVyXLgrYwm .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-rW2GKxNmg5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rW2GKxNmg5 .mbr-section-title {
  color: #233d63;
}
.cid-rW2GKxNmg5 .icon__block {
  background: linear-gradient(135deg, rgba(6, 223, 158, 0.54) 0%, rgba(6, 223, 158, 0.85) 60%, #06df9e 100%);
}
.cid-rW2GKxNmg5 .mbr-section-title,
.cid-rW2GKxNmg5 .icon__wrap {
  text-align: center;
}
.cid-rW2GKxNmg5 .mbr-section-subtitle {
  text-align: center;
}
.cid-rW2G5NLYDh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcff;
}
@media (min-width: 768px) {
  .cid-rW2G5NLYDh .showArrow {
    padding-bottom: 115px;
  }
}
.cid-rW2G5NLYDh .card-inner {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 55px 30px 25px 40px;
  margin-top: 45px;
  height: 430px;
}
.cid-rW2G5NLYDh .card-inner:before {
  content: '';
  width: 273px;
  height: 273px;
  background-color: #c647fe;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}
.cid-rW2G5NLYDh .card-inner:hover {
  border: none;
}
.cid-rW2G5NLYDh .card-inner:hover .circle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.cid-rW2G5NLYDh .card-inner:hover .circle:nth-child(1) {
  top: 25px;
  left: 40%;
  z-index: 1;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-rW2G5NLYDh .card-inner:hover .circle:nth-child(2) {
  top: 25px;
  left: 70%;
  animation: scale__one 1.1s alternate infinite ease-in;
}
.cid-rW2G5NLYDh .card-inner:hover .circle:nth-child(3) {
  top: 75px;
  left: 60%;
  animation: scale__one 0.8s alternate infinite ease-in;
}
.cid-rW2G5NLYDh .card-inner:hover .circle:nth-child(4) {
  top: 135px;
  left: 85%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-rW2G5NLYDh .card-inner:hover .circle:nth-child(5) {
  bottom: 35px;
  right: 15%;
  animation: scale__one 1.2s alternate infinite ease-in;
}
.cid-rW2G5NLYDh .card-inner:hover .circle:nth-child(6) {
  bottom: 80px;
  right: 30%;
  animation: scale__one 0.9s alternate infinite ease-in;
}
.cid-rW2G5NLYDh .card-inner:hover .circle:nth-child(7) {
  bottom: 40px;
  right: 60%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-rW2G5NLYDh .card-inner:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}
.cid-rW2G5NLYDh .card-inner:hover .card-title,
.cid-rW2G5NLYDh .card-inner:hover .mbr-text,
.cid-rW2G5NLYDh .card-inner:hover .icon__block {
  color: #ffffff !important;
}
.cid-rW2G5NLYDh .card-inner:hover .animation__background {
  opacity: 1;
}
.cid-rW2G5NLYDh .card-inner:hover .animation__background:before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}
.cid-rW2G5NLYDh .card-inner:hover .animation__background:after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear;
}
.cid-rW2G5NLYDh .animation__background {
  background-color: #9a5be8;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}
.cid-rW2G5NLYDh .animation__background:before {
  content: '';
  width: 495px;
  height: 495px;
  background-color: #bf6cff;
  border-radius: 50%;
  position: absolute;
  top: -250px;
  left: -180px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-rW2G5NLYDh .animation__background:after {
  content: '';
  width: 602px;
  height: 602px;
  background-color: #a461e8;
  border-radius: 50%;
  position: absolute;
  top: -195px;
  left: -180px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-rW2G5NLYDh .icon__block {
  position: relative;
  font-size: 65px;
  margin-bottom: 60px;
  color: #06df9e;
  transition: all 0.3s ease-in-out;
}
.cid-rW2G5NLYDh .card-title {
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-rW2G5NLYDh .mbr-text {
  padding-bottom: 20px;
}
.cid-rW2G5NLYDh .mbr-arrow {
  bottom: -50px;
  left: 50%;
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  color: #233d63;
}
.cid-rW2G5NLYDh .mbr-arrow > a {
  color: #233d63;
}
.cid-rW2G5NLYDh .mbr-arrow > a > i {
  left: 29px;
  top: 10px;
}
@media (max-width: 575px) {
  .cid-rW2G5NLYDh .card-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cid-rW2G63pGlX {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rW2G63pGlX .container,
.cid-rW2G63pGlX .container-fluid {
  pointer-events: none;
}
.cid-rW2G63pGlX .title__block,
.cid-rW2G63pGlX .card__block {
  pointer-events: all;
}
.cid-rW2G63pGlX .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-rW2G63pGlX .mbr-section-title {
  color: #233d63;
  margin-bottom: 35px;
}
.cid-rW2G63pGlX .mbr-section-title span {
  font-weight: 300;
}
.cid-rW2G63pGlX .mbr-section-btn {
  margin-top: 55px;
}
@media (min-width: 1200px) {
  .cid-rW2G63pGlX .wrap {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .cid-rW2G63pGlX .column2 {
    margin-top: 100px;
  }
}
.cid-rW2G63pGlX .card__block {
  margin: 40px 0;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  padding: 60px 30px 55px 40px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
  transition: background 0.5s ease-in-out 0s;
}
.cid-rW2G63pGlX .card__block:last-child {
  margin-top: 0;
}
.cid-rW2G63pGlX .card__block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: linear-gradient(130deg, rgba(255, 58, 70, 0.65) 0%, rgba(255, 100, 0, 0.65) 100%);
  transition: all 0.3s ease-in-out;
}
.cid-rW2G63pGlX .card__block:after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  top: -80px;
  right: -80px;
  opacity: 0;
  z-index: -1;
  transform: scale(0.2);
  transition: all 0.3s ease-in-out;
  transition-duration: 1s;
}
.cid-rW2G63pGlX .card__block:hover {
  background: #ffffff !important;
}
.cid-rW2G63pGlX .card__block:hover .icon__block,
.cid-rW2G63pGlX .card__block:hover .card__title,
.cid-rW2G63pGlX .card__block:hover .card__text,
.cid-rW2G63pGlX .card__block:hover .card__button span {
  color: #ffffff !important;
}
.cid-rW2G63pGlX .card__block:hover:before {
  opacity: 1;
}
.cid-rW2G63pGlX .card__block:hover:after {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-rW2G63pGlX .card__block {
    margin-bottom: 0;
  }
  .cid-rW2G63pGlX .card__block:last-child {
    margin-top: 40px;
  }
}
.cid-rW2G63pGlX .icon__block {
  position: relative;
  font-size: 60px;
  color: #ff6400;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.cid-rW2G63pGlX .card__title {
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.cid-rW2G63pGlX .card__text {
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}
.cid-rW2G63pGlX .card__button {
  font-size: 30px;
}
.cid-rW2G63pGlX .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  right: -355px;
  border-radius: 50%;
  top: 75px;
  position: absolute;
  background-color: rgba(255, 100, 0, 0.1);
}
@media (max-width: 1199px) {
  .cid-rW2G63pGlX .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-rW2G63pGlX .image__background .circle__image1 {
    display: none;
  }
}
.cid-rW2G63pGlX .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  right: -377px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(255, 58, 70, 0.23);
}
@media (max-width: 1199px) {
  .cid-rW2G63pGlX .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-rW2G63pGlX .image__background .circle__image2 {
    display: none;
  }
}
.cid-rW2G63pGlX .animation__background .triangle {
  position: absolute;
  top: 13%;
  left: 9%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rW2G63pGlX .animation__background .triangle2 {
  position: absolute;
  bottom: 8%;
  right: 10%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rW2G63pGlX .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2G63pGlX .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 30s infinite linear;
}
.cid-rW2G63pGlX .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-rW2G63pGlX .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 35%;
  bottom: 29%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 25s infinite linear;
}
.cid-rW2G63pGlX .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 35s infinite linear;
}
.cid-rW2G6yGYef {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rW2G6yGYef .container,
.cid-rW2G6yGYef .container-fluid {
  pointer-events: none;
}
.cid-rW2G6yGYef .title__block,
.cid-rW2G6yGYef .card {
  pointer-events: all;
}
.cid-rW2G6yGYef .mbr-section-title {
  color: #233d63;
  text-decoration: underline;
}
.cid-rW2G6yGYef .title__block {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-rW2G6yGYef .title__block {
    margin-bottom: 30px;
  }
}
.cid-rW2G6yGYef .card-inner {
  background: #ffffff;
  border-radius: 4px;
  padding: 50px 10px 60px;
  margin-top: 40px;
  transition: all 0.3s ease-in-out;
}
.cid-rW2G6yGYef .card:nth-child(1) .icon__block {
  background: #ff3a46;
}
.cid-rW2G6yGYef .card:nth-child(2) .icon__block {
  background: #06df9e;
}
.cid-rW2G6yGYef .card:nth-child(3) .icon__block {
  background: #bf6cff;
}
.cid-rW2G6yGYef .card:nth-child(4) .icon__block {
  background: #ff6400;
}
.cid-rW2G6yGYef .card:hover .card-inner {
  box-shadow: 0px 20px 70px 0px rgba(4, 7, 18, 0.06);
}
.cid-rW2G6yGYef .card:hover .icon__block:after {
  animation: wave__scale 1.5s linear infinite;
}
.cid-rW2G6yGYef .card:hover .icon__block:before {
  animation: wave__scale2 1.5s linear infinite;
}
.cid-rW2G6yGYef .icon__block {
  position: relative;
  z-index: 5;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rW2G6yGYef .icon__block:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  background: inherit;
  opacity: .5;
}
.cid-rW2G6yGYef .icon__block:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  background: inherit;
  opacity: .5;
}
.cid-rW2G6yGYef .icon__block .mbr-iconfont {
  z-index: 10;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-rW2G6yGYef .card-box {
  margin-top: 30px;
}
.cid-rW2G6yGYef .card-title {
  font-weight: 400;
  color: #233d63;
  margin-bottom: 0;
}
@keyframes wave__scale {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: .1;
  }
}
@keyframes wave__scale2 {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    opacity: 0;
  }
}
.cid-rW2G6yGYef .animation__background .triangle {
  position: absolute;
  top: 15%;
  right: 29%;
  animation: rotatedHalf 40s infinite linear;
  height: 200px;
  width: 200px;
}
.cid-rW2G6yGYef .animation__background .triangle2 {
  position: absolute;
  bottom: 20%;
  right: 10%;
  animation: animationTwo 40s infinite linear;
  width: 70px;
  height: 70px;
}
.cid-rW2G6yGYef .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2G6yGYef .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 29s infinite linear;
}
.cid-rW2G6yGYef .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 28s infinite linear;
}
.cid-rW2G6yGYef .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 25s infinite linear;
}
.cid-rW2G6yGYef .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 19%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 21s infinite linear;
}
.cid-rW2G773f32 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #5842ff;
  background: linear-gradient(-135deg, rgba(88, 66, 255, 0.8), #5842ff);
}
.cid-rW2G773f32 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-rW2G773f32:before {
  content: '';
  width: 150%;
  height: 200px;
  background: #ffffff;
  transform: rotate(-4deg);
  position: absolute;
  top: -125px;
  right: 0;
}
.cid-rW2G773f32:after {
  content: '';
  width: 150%;
  height: 150px;
  background: #ffffff;
  transform: rotate(-4deg);
  position: absolute;
  bottom: -45px;
  left: -3px;
}
.cid-rW2G773f32 .container {
  pointer-events: none;
}
.cid-rW2G773f32 .title__block,
.cid-rW2G773f32 .card {
  pointer-events: all;
}
.cid-rW2G773f32 .mbr-section-subtitle {
  opacity: .5;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.cid-rW2G773f32 .mbr-section-title {
  text-decoration: underline;
}
.cid-rW2G773f32 .title__block {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .cid-rW2G773f32 .title__block {
    margin-bottom: 50px;
  }
}
.cid-rW2G773f32 .card__wrap {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 7px;
  padding: 45px 60px 40px 40px;
  margin-bottom: 40px;
  height: 100%;
}
.cid-rW2G773f32 .card__wrap:before {
  content: '';
  position: absolute;
  background: #ffffff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: 7px;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition: transform 0.4s ease-out;
}
.cid-rW2G773f32 .card__wrap:hover:before {
  transform-origin: center top;
  transform: scaleY(1);
}
.cid-rW2G773f32 .card__wrap:hover .card-title {
  color: #233d63;
}
.cid-rW2G773f32 .card__wrap:hover .mbr-text {
  color: #64697a;
}
.cid-rW2G773f32 .card__wrap:hover .btn__more a {
  color: #ff6400 !important;
  opacity: 1;
}
.cid-rW2G773f32 .card__icon {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-rW2G773f32 .card__icon span {
  font-size: 50px;
  color: #b3cffc;
}
.cid-rW2G773f32 .card-box {
  padding-left: 20px;
  word-break: break-word;
  width: 100%;
}
.cid-rW2G773f32 .mbr-text {
  line-height: 30px;
  opacity: .8;
  padding: 12px 0 25px;
}
.cid-rW2G773f32 .btn__more a {
  color: #ffffff !important;
  opacity: .9;
}
.cid-rW2G773f32 .btn__more a:hover {
  color: #ff6400 !important;
  text-decoration: underline;
}
.cid-rW2G773f32 .btn__more .mbr-iconfont {
  font-size: 18px;
  vertical-align: -1px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .cid-rW2G773f32 .card__wrap {
    padding: 35px 15px 30px 40px;
  }
  .cid-rW2G773f32 .card-box {
    margin-top: 20px;
    padding-left: 0;
  }
}
.cid-rW2G773f32 .animation__background .triangle {
  position: absolute;
  top: 10%;
  right: 29%;
  animation: animationTwo 40s infinite linear;
}
.cid-rW2G773f32 .animation__background .quadr {
  position: absolute;
  bottom: 5%;
  right: 9%;
  animation: rotated 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-rW2G773f32 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2G773f32 .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 30s infinite linear;
}
.cid-rW2G773f32 .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 50%;
  bottom: 50%;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-rW2G773f32 .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 25s infinite linear;
}
.cid-rW2G773f32 .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2G7Oz4V7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rW2G7Oz4V7 .container {
  pointer-events: none;
}
.cid-rW2G7Oz4V7 .title__block,
.cid-rW2G7Oz4V7 .card__wrap {
  pointer-events: all;
}
.cid-rW2G7Oz4V7 .mbr-overlay {
  background: #5eeebb;
}
.cid-rW2G7Oz4V7 .title__block {
  margin-bottom: 80px;
}
.cid-rW2G7Oz4V7 .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rW2G7Oz4V7 .card {
  box-shadow: 0px 6px 37px 2.4px rgba(67, 75, 114, 0.06);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 70px;
  position: relative;
  height: 530px;
}
.cid-rW2G7Oz4V7 .card:hover .image img {
  opacity: 0.7;
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rW2G7Oz4V7 .card:hover .card__icon {
  opacity: 1;
}
.cid-rW2G7Oz4V7 .card:hover .card__link {
  background-color: #233d63;
  color: #ffffff;
}
.cid-rW2G7Oz4V7 .image {
  background: #233d63;
  display: block;
  position: relative;
  overflow: hidden;
  height: 530px;
}
.cid-rW2G7Oz4V7 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.cid-rW2G7Oz4V7 .card__icon {
  position: absolute;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 10;
  font-size: 40px;
  top: 50%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  left: 50%;
}
.cid-rW2G7Oz4V7 .card__link {
  display: block;
  background: #ffffff;
  padding: 30px 20px;
  color: #1e2149;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.cid-rW2G7Oz4V7 .mbr-section-title {
  color: #233d63;
}
@media (max-width: 767px) {
  .cid-rW2G7Oz4V7 .card {
    margin-bottom: 50px;
  }
  .cid-rW2G7Oz4V7 .title__block {
    margin-bottom: 50px;
  }
}
.cid-rW2G7Oz4V7 .animation__background .triangle {
  position: absolute;
  top: 21%;
  right: 55%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rW2G7Oz4V7 .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2G7Oz4V7 .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 30s infinite linear;
}
.cid-rW2G7Oz4V7 .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-rW2G7Oz4V7 .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 25s infinite linear;
}
.cid-rW2G7Oz4V7 .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2G8AuVpH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e2149;
}
.cid-rW2G8AuVpH .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-rW2G8AuVpH .mbr-section-subtitle {
  opacity: .5;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.cid-rW2G8AuVpH .mbr-section-title {
  text-decoration: underline;
}
.cid-rW2G8AuVpH .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-rW2G8AuVpH .title__block {
    margin-bottom: 25px;
  }
}
.cid-rW2G8AuVpH .card__wrap {
  background: #233d63;
  position: relative;
  padding: 50px 80px 40px 70px;
  margin-top: 70px;
  height: 100%;
  z-index: 1;
}
.cid-rW2G8AuVpH .card__wrap:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #e1a34c;
  border-right: 1px solid #e1a34c;
  background: #1e2149;
  z-index: -1;
  transform: scale(1, 0);
  transition: all 0.4s ease-in-out;
}
.cid-rW2G8AuVpH .card__wrap:after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 1px;
  right: 1px;
  border-top: 1px solid #e1a34c;
  border-bottom: 1px solid #e1a34c;
  background: #1e2149;
  z-index: -1;
  transform: scale(0, 1);
  transition: all 0.4s ease-in-out;
}
.cid-rW2G8AuVpH .card__wrap:hover:after,
.cid-rW2G8AuVpH .card__wrap:hover:before {
  transform: scale(1, 1);
}
.cid-rW2G8AuVpH .card__icon span {
  font-size: 65px;
  color: #b3cffc;
}
.cid-rW2G8AuVpH .card-box {
  margin-top: 25px;
  word-break: break-word;
  width: 100%;
}
.cid-rW2G8AuVpH .btn__link .mbr-iconfont {
  font-size: 35px;
}
.cid-rW2G8AuVpH .mbr-text {
  line-height: 32px;
  opacity: .6;
  margin: 25px 0 20px;
}
@media (max-width: 575px) {
  .cid-rW2G8AuVpH .card__wrap {
    margin-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.cid-rW2G9cRTw7 {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rW2G9cRTw7 .container,
.cid-rW2G9cRTw7 .container-fluid {
  pointer-events: none;
}
.cid-rW2G9cRTw7 .title__block,
.cid-rW2G9cRTw7 .card__block {
  pointer-events: all;
}
.cid-rW2G9cRTw7 .icon__block {
  margin-bottom: 40px;
}
.cid-rW2G9cRTw7 .icon__block .mbr-iconfont {
  font-size: 50px;
  color: #ff6400;
}
.cid-rW2G9cRTw7 .mbr-section-title {
  color: #233d63;
  margin-bottom: 30px;
}
.cid-rW2G9cRTw7 .subtext {
  margin-bottom: 30px;
}
.cid-rW2G9cRTw7 .mbr-section-btn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cid-rW2G9cRTw7 .column1 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .cid-rW2G9cRTw7 .wrap {
    margin-top: 40px;
  }
}
.cid-rW2G9cRTw7 .card__block {
  will-change: opacity;
  padding: 45px 15px 30px 35px;
  margin-bottom: 45px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
}
.cid-rW2G9cRTw7 .icon__card_wrap {
  width: 100%;
}
.cid-rW2G9cRTw7 .color1 {
  background: linear-gradient(120deg, #ff0716 0%, #ffa0a6 100%);
}
.cid-rW2G9cRTw7 .color2 {
  background: linear-gradient(120deg, #a939ff 0%, #ebd2ff 100%);
}
.cid-rW2G9cRTw7 .color3 {
  background: linear-gradient(120deg, #05ad7b 0%, #51fac8 100%);
}
.cid-rW2G9cRTw7 .color4 {
  background: linear-gradient(120deg, #cc5000 0%, #ffa266 100%);
}
.cid-rW2G9cRTw7 .icon__card {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-rW2G9cRTw7 .icon__card .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-rW2G9cRTw7 .icon__card:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-rW2G9cRTw7 .icon__card:after {
  content: '';
  filter: blur(15px);
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-rW2G9cRTw7 .card__title {
  margin-top: 20px;
}
.cid-rW2G9cRTw7 .card__text {
  margin-top: 30px;
}
.cid-rW2G9cRTw7 .card__block_btn {
  margin-top: 25px;
  font-size: 30px;
}
.cid-rW2G9cRTw7 .animation__background .triangle {
  position: absolute;
  top: 17%;
  left: 23%;
  animation: rotatedHalf 40s infinite linear;
  height: 200px;
  width: 200px;
}
.cid-rW2G9cRTw7 .animation__background .triangle2 {
  position: absolute;
  bottom: 13%;
  left: 19%;
  animation: animationTwo 40s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-rW2G9cRTw7 .animation__background .quadr {
  position: absolute;
  bottom: 22%;
  right: 18%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-rW2G9cRTw7 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  right: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2G9cRTw7 .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 30s infinite linear;
}
.cid-rW2G9cRTw7 .animation__background .circle3 {
  display: inline-block;
  width: 17px;
  height: 17px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  border: 5px solid #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-rW2G9cRTw7 .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 19%;
  top: 12%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationThree 25s infinite linear;
}
.cid-rW2G9cRTw7 .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 25s infinite linear;
}
@keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.cid-rW2G9DqnaM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rW2G9DqnaM .container,
.cid-rW2G9DqnaM .container-fluid {
  pointer-events: none;
}
.cid-rW2G9DqnaM .title__block,
.cid-rW2G9DqnaM .wrap,
.cid-rW2G9DqnaM .mbr-arrow,
.cid-rW2G9DqnaM .mbr-section-btn {
  pointer-events: all;
}
.cid-rW2G9DqnaM .mbr-section-title {
  color: #233d63;
}
.cid-rW2G9DqnaM .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-rW2G9DqnaM .title__block {
    margin-bottom: 25px;
  }
}
.cid-rW2G9DqnaM .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-rW2G9DqnaM .card__wrap {
    padding: 0;
  }
}
.cid-rW2G9DqnaM .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-rW2G9DqnaM .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-rW2G9DqnaM .image {
    max-width: none;
    max-height: none;
  }
}
.cid-rW2G9DqnaM .card__title {
  margin-top: 45px;
  color: #233d63;
}
.cid-rW2G9DqnaM .card__text {
  margin-top: 30px;
}
.cid-rW2G9DqnaM .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-rW2G9DqnaM .mbr-section-btn {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .cid-rW2G9DqnaM .showArrow {
    padding-bottom: 115px;
    border-bottom: 1px solid #e9e9e9;
  }
}
.cid-rW2G9DqnaM .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #233d63;
}
.cid-rW2G9DqnaM .mbr-arrow > a {
  color: #233d63;
}
.cid-rW2G9DqnaM .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-rW2G9DqnaM .row .wrap .image:before {
    content: '';
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-rW2G9DqnaM .art3:before {
    content: none !important;
  }
}
.cid-rW2G9DqnaM .animation__background .triangle {
  position: absolute;
  bottom: 18%;
  right: 45%;
  animation: rotatedHalf 40s infinite linear;
  width: 250px;
  height: 250px;
}
.cid-rW2G9DqnaM .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 5%;
  left: 22%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2G9DqnaM .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 10%;
  bottom: 40%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 23s infinite linear;
}
.cid-rW2G9DqnaM .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 200px;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 30s infinite linear;
}
.cid-rW2G9DqnaM .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 25s infinite linear;
}
.cid-rW2G9DqnaM .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2GaiRKAA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rW2GaiRKAA .container,
.cid-rW2GaiRKAA .container-fluid {
  pointer-events: none;
}
.cid-rW2GaiRKAA .title__block,
.cid-rW2GaiRKAA .button,
.cid-rW2GaiRKAA .wrap {
  pointer-events: all;
}
.cid-rW2GaiRKAA .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-rW2GaiRKAA .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-rW2GaiRKAA .button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
}
.cid-rW2GaiRKAA .button .mbr-section-btn .btn-black-outline:hover {
  background-color: #ff3a46 !important;
  color: #ffffff !important;
  border-color: #ff3a46 !important;
}
.cid-rW2GaiRKAA .card__wrap {
  position: relative;
  margin-top: 50px;
}
.cid-rW2GaiRKAA .card__wrap .mbr-section-btn .btn {
  border-radius: 0;
  line-height: 43px !important;
  min-width: 150px;
}
.cid-rW2GaiRKAA .card__wrap .mbr-section-btn .btn-black-outline:hover {
  background-color: #ff3a46 !important;
  color: #ffffff !important;
  border-color: #ff3a46 !important;
}
.cid-rW2GaiRKAA .card__wrap:hover .card__title {
  color: #ff3a46;
}
.cid-rW2GaiRKAA .image {
  margin-bottom: 32px;
}
.cid-rW2GaiRKAA .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-rW2GaiRKAA .card__date {
  letter-spacing: 1.3px;
  margin-bottom: 15px;
}
.cid-rW2GaiRKAA .card__title {
  margin-bottom: 25px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .cid-rW2GaiRKAA .media-container-row {
    justify-content: flex-start;
  }
  .cid-rW2GaiRKAA .button {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-rW2GaiRKAA .media-container-row {
    margin: 0 -15px;
  }
}
.cid-rW2GaiRKAA .animation__background .triangle {
  position: absolute;
  top: 12%;
  right: 29%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rW2GaiRKAA .animation__background .quadr {
  position: absolute;
  bottom: 18%;
  right: 11%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-rW2GaiRKAA .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2GaiRKAA .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 30s infinite linear;
}
.cid-rW2GaiRKAA .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 33s infinite linear;
}
.cid-rW2GaiRKAA .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 23s infinite linear;
}
.cid-rW2GaiRKAA .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 20%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 26s infinite linear;
}
.cid-rW2GaTRItS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rW2GaTRItS .mbr-overlay {
  background: #5eeebb;
}
.cid-rW2GaTRItS .column2 {
  margin-top: 150px;
}
.cid-rW2GaTRItS .card {
  padding: 0 35px;
  margin-bottom: 150px;
  position: relative;
}
.cid-rW2GaTRItS .card:hover .image img {
  transform: scale(1.1);
}
.cid-rW2GaTRItS .card:hover .card__content {
  left: 35px;
}
.cid-rW2GaTRItS .image {
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.cid-rW2GaTRItS .image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-rW2GaTRItS .card__content {
  position: absolute;
  bottom: -100px;
  right: 35px;
  left: 100px;
  padding: 50px 35px 42px 60px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: -15px 19px 40px 0px rgba(240, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
}
.cid-rW2GaTRItS .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #ff3a46;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-rW2GaTRItS .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-rW2GaTRItS .card__title {
  margin-bottom: 15px;
  color: #233d63;
}
.cid-rW2GaTRItS .btn__card {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-rW2GaTRItS .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-rW2GaTRItS .card {
    padding: 0;
    margin-bottom: 70px;
  }
  .cid-rW2GaTRItS .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .cid-rW2GaTRItS .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-rW2GaTRItS .image {
    max-height: 450px;
  }
}
.cid-rW2Ggim0vf {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rW2Ggim0vf .mbr-overlay {
  background: #5eeebb;
}
.cid-rW2Ggim0vf .row {
  margin: 0;
}
.cid-rW2Ggim0vf .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rW2Ggim0vf .mbr-section-title {
  color: #233d63;
}
.cid-rW2Ggim0vf .mbr-section-title span {
  font-weight: 300;
}
.cid-rW2Ggim0vf .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rW2Ggim0vf .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-rW2Ggim0vf .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-rW2Ggim0vf .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rW2Ggim0vf .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rW2Ggim0vf .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-rW2Ggim0vf .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-rW2Ggim0vf .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-rW2Ggim0vf .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rW2Ggim0vf .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-rW2Ggim0vf .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-rW2Ggim0vf .arrows {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.cid-rW2Ggim0vf .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rW2Ggim0vf .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-rW2Ggim0vf .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rW2Ggim0vf .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rW2Ggim0vf .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-rW2Ggim0vf .cloneditem-1,
.cid-rW2Ggim0vf .cloneditem-2,
.cid-rW2Ggim0vf .cloneditem-3,
.cid-rW2Ggim0vf .cloneditem-4,
.cid-rW2Ggim0vf .cloneditem-5 {
  display: none;
}
.cid-rW2Ggim0vf .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rW2Ggim0vf .wrap {
    margin-bottom: 50px;
  }
  .cid-rW2Ggim0vf .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-rW2Ggim0vf .arrows {
    display: none;
  }
  .cid-rW2Ggim0vf .carousel-item {
    margin-bottom: 60px;
  }
  .cid-rW2Ggim0vf .container-fluid,
  .cid-rW2Ggim0vf .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rW2Ggim0vf .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rW2Ggim0vf .carousel-inner {
    z-index: 1;
  }
  .cid-rW2Ggim0vf .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rW2Ggim0vf .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rW2Ggim0vf .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rW2Ggim0vf .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rW2Ggim0vf .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rW2Ggim0vf .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rW2Ggim0vf .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rW2Ggim0vf .carousel-inner.slides2 .cloneditem-1,
  .cid-rW2Ggim0vf .carousel-inner.slides2 .cloneditem-2,
  .cid-rW2Ggim0vf .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rW2Ggim0vf .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rW2Ggim0vf .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rW2Ggim0vf .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rW2Ggim0vf .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rW2Ggim0vf .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rW2Ggim0vf .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rW2Ggim0vf .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rW2Ggim0vf .carousel-inner.slides3 .cloneditem-1,
  .cid-rW2Ggim0vf .carousel-inner.slides3 .cloneditem-2,
  .cid-rW2Ggim0vf .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rW2Ggim0vf .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rW2Ggim0vf .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rW2Ggim0vf .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rW2Ggim0vf .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rW2Ggim0vf .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rW2Ggim0vf .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rW2Ggim0vf .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rW2Ggim0vf .carousel-inner.slides4 .cloneditem-1,
  .cid-rW2Ggim0vf .carousel-inner.slides4 .cloneditem-2,
  .cid-rW2Ggim0vf .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rW2Ggim0vf .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rW2Ggim0vf .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rW2Ggim0vf .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rW2Ggim0vf .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rW2Ggim0vf .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rW2Ggim0vf .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rW2Ggim0vf .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rW2Ggim0vf .carousel-inner.slides5 .cloneditem-1,
  .cid-rW2Ggim0vf .carousel-inner.slides5 .cloneditem-2,
  .cid-rW2Ggim0vf .carousel-inner.slides5 .cloneditem-3,
  .cid-rW2Ggim0vf .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rW2Ggim0vf .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rW2Ggim0vf .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rW2Ggim0vf .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rW2Ggim0vf .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rW2Ggim0vf .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rW2Ggim0vf .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rW2Ggim0vf .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rW2Ggim0vf .carousel-inner.slides6 .cloneditem-1,
  .cid-rW2Ggim0vf .carousel-inner.slides6 .cloneditem-2,
  .cid-rW2Ggim0vf .carousel-inner.slides6 .cloneditem-3,
  .cid-rW2Ggim0vf .carousel-inner.slides6 .cloneditem-4,
  .cid-rW2Ggim0vf .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rW2Ghm6eJ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-rW2Ghm6eJ9 .card {
  position: relative;
  margin-bottom: 60px;
  padding: 0 45px 55px 0;
}
.cid-rW2Ghm6eJ9 .card:hover .card__info {
  transform: translate(0px, 55px);
}
.cid-rW2Ghm6eJ9 .card:hover .hover__socicon {
  transform: scale(1, 1);
}
.cid-rW2Ghm6eJ9 .image__card {
  position: relative;
}
.cid-rW2Ghm6eJ9 .image__card img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-rW2Ghm6eJ9 .card__info {
  padding: 25px 25px 30px 50px;
  background: #ffffff;
  box-shadow: 5.994px 14.835px 30px 0px rgba(229, 234, 239, 0.5);
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate(45px, 55px);
  transition: all 0.3s ease-in-out;
}
.cid-rW2Ghm6eJ9 .card__title {
  margin-bottom: 5px;
  color: #233d63;
}
.cid-rW2Ghm6eJ9 .hover__socicon {
  position: absolute;
  text-align: center;
  width: 45px;
  background: #ffffff;
  box-shadow: 8px 0px 8.6px 1.4px rgba(229, 234, 239, 0.2);
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 100% 0%;
  transition: all 0.3s ease-in-out;
}
.cid-rW2Ghm6eJ9 .hover__socicon > div {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}
.cid-rW2Ghm6eJ9 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 20px;
  color: #64697a;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-rW2Ghm6eJ9 .icons__wrap:hover {
  color: #ff3a46;
}
.cid-rW2Ghm6eJ9 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2Ghm6eJ9 .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 32s infinite linear;
}
.cid-rW2Ghm6eJ9 .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 29s infinite linear;
}
.cid-rW2Ghm6eJ9 .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 50%;
  top: 50%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 27s infinite linear;
}
.cid-rW2Ghm6eJ9 .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 20%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 22s infinite linear;
}
.cid-rW2Ghm6eJ9 .circle__background .circle6 {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 80px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-rW2Ghm6eJ9 .circle__background .circle7 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-rW2OWwK5nL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rW2OWwK5nL .mbr-section-title {
  color: #233d63;
}
.cid-rW2OWwK5nL .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-rW2OWwK5nL .mbr-section-title,
.cid-rW2OWwK5nL .icon__wrap {
  text-align: center;
}
.cid-rW2OWwK5nL .mbr-section-subtitle {
  text-align: center;
}
.cid-rW2OXjlENW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rW2OXjlENW .container,
.cid-rW2OXjlENW .container-fluid {
  pointer-events: none;
}
.cid-rW2OXjlENW .title__block,
.cid-rW2OXjlENW .button,
.cid-rW2OXjlENW .wrap {
  pointer-events: all;
}
.cid-rW2OXjlENW .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-rW2OXjlENW .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-rW2OXjlENW .button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
}
.cid-rW2OXjlENW .button .mbr-section-btn .btn-black-outline:hover {
  background-color: #ff3a46 !important;
  color: #ffffff !important;
  border-color: #ff3a46 !important;
}
.cid-rW2OXjlENW .card__wrap {
  position: relative;
  margin-top: 50px;
}
.cid-rW2OXjlENW .card__wrap .mbr-section-btn .btn {
  border-radius: 0;
  line-height: 43px !important;
  min-width: 150px;
}
.cid-rW2OXjlENW .card__wrap .mbr-section-btn .btn-black-outline:hover {
  background-color: #ff3a46 !important;
  color: #ffffff !important;
  border-color: #ff3a46 !important;
}
.cid-rW2OXjlENW .card__wrap:hover .card__title {
  color: #ff3a46;
}
.cid-rW2OXjlENW .image {
  margin-bottom: 32px;
}
.cid-rW2OXjlENW .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-rW2OXjlENW .card__date {
  letter-spacing: 1.3px;
  margin-bottom: 15px;
}
.cid-rW2OXjlENW .card__title {
  margin-bottom: 25px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .cid-rW2OXjlENW .media-container-row {
    justify-content: flex-start;
  }
  .cid-rW2OXjlENW .button {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-rW2OXjlENW .media-container-row {
    margin: 0 -15px;
  }
}
.cid-rW2OXjlENW .animation__background .triangle {
  position: absolute;
  top: 12%;
  right: 29%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rW2OXjlENW .animation__background .quadr {
  position: absolute;
  bottom: 20%;
  right: 11%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-rW2OXjlENW .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2OXjlENW .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 33s infinite linear;
}
.cid-rW2OXjlENW .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-rW2OXjlENW .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 23s infinite linear;
}
.cid-rW2OXjlENW .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 20%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 26s infinite linear;
}
.cid-rW2OXjlENW .card__title,
.cid-rW2OXjlENW .card__wrap .mbr-section-btn {
  text-align: center;
}
.cid-rVyb4Qy2Zv {
  min-height: 114px !important;
  position: static;
  background: #ffffff;
}
.cid-rVyb4Qy2Zv .nav-item,
.cid-rVyb4Qy2Zv .nav-link,
.cid-rVyb4Qy2Zv .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-rVyb4Qy2Zv .nav-item:hover,
.cid-rVyb4Qy2Zv .nav-link:hover,
.cid-rVyb4Qy2Zv .navbar-caption:hover {
  color: #ff3a46 !important;
}
.cid-rVyb4Qy2Zv .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-rVyb4Qy2Zv .container,
.cid-rVyb4Qy2Zv .container-fluid {
  position: static;
}
.cid-rVyb4Qy2Zv .container-fluid,
.cid-rVyb4Qy2Zv .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-rVyb4Qy2Zv .navbar-brand {
  padding: 0;
}
.cid-rVyb4Qy2Zv .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-rVyb4Qy2Zv .nav-link:hover:before {
  width: 100%;
}
.cid-rVyb4Qy2Zv .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-rVyb4Qy2Zv .nav-link {
    margin: 0 !important;
  }
}
.cid-rVyb4Qy2Zv .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rVyb4Qy2Zv .widget p,
.cid-rVyb4Qy2Zv .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-rVyb4Qy2Zv .widget p a,
.cid-rVyb4Qy2Zv .widget .icons-menu a {
  margin-left: 15px;
}
.cid-rVyb4Qy2Zv .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-rVyb4Qy2Zv .icons__wrap:hover {
  color: #ffffff;
  background-color: #ff3a46;
  border-color: #ff3a46;
}
.cid-rVyb4Qy2Zv .block__phone {
  color: #A2ADBD;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rVyb4Qy2Zv .block__phone,
  .cid-rVyb4Qy2Zv .icons-menu {
    display: none;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-rVyb4Qy2Zv .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #ff3a46 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-rVyb4Qy2Zv .mbr-section-btn .btn-secondary:hover {
  background-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-rVyb4Qy2Zv .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
}
.cid-rVyb4Qy2Zv .navbar > .container,
.cid-rVyb4Qy2Zv .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-rVyb4Qy2Zv .btn {
    white-space: nowrap;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu {
    min-width: 150px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    left: 0;
    right: auto;
    top: 96%;
    visibility: hidden;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    opacity: 0;
    padding: 18px 0 !important;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-rVyb4Qy2Zv .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .cid-rVyb4Qy2Zv .dropdown-toggle::after,
  .cid-rVyb4Qy2Zv .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-rVyb4Qy2Zv .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-rVyb4Qy2Zv .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  top: 20px;
  left: -5px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.cid-rVyb4Qy2Zv .dropdown-menu .dropdown-item {
  line-height: 45px;
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-rVyb4Qy2Zv .dropdown-menu .dropdown-item:hover {
  color: #ff3a46 !important;
}
.cid-rVyb4Qy2Zv .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-rVyb4Qy2Zv .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-rVyb4Qy2Zv .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-rVyb4Qy2Zv .dropdown-item {
  justify-content: center;
  font-weight: 400;
}
.cid-rVyb4Qy2Zv .nav-item:focus,
.cid-rVyb4Qy2Zv .nav-link:focus {
  outline: none;
}
.cid-rVyb4Qy2Zv .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
.cid-rVyb4Qy2Zv .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-rVyb4Qy2Zv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-rVyb4Qy2Zv .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rVyb4Qy2Zv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rVyb4Qy2Zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVyb4Qy2Zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-rVyb4Qy2Zv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVyb4Qy2Zv .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-rVyb4Qy2Zv .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-rVyb4Qy2Zv .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-rVyb4Qy2Zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVyb4Qy2Zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVyb4Qy2Zv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-rVyb4Qy2Zv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rVyb4Qy2Zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVyb4Qy2Zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rVyb4Qy2Zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVyb4Qy2Zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVyb4Qy2Zv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rVyb4Qy2Zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rVyb4Qy2Zv .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rVyb4Qy2Zv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-rVyb4Qy2Zv .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-rVyb4Qy2Zv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVyb4Qy2Zv .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-rVyb4Qy2Zv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-rVyb4Qy2Zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVyb4Qy2Zv .dropdown-item.active,
.cid-rVyb4Qy2Zv .dropdown-item:active {
  background-color: transparent;
}
.cid-rVyb4Qy2Zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVyb4Qy2Zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rVyb4Qy2Zv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVyb4Qy2Zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVyb4Qy2Zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVyb4Qy2Zv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVyb4Qy2Zv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVyb4Qy2Zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVyb4Qy2Zv .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-rVyb4Qy2Zv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-rVyb4Qy2Zv a.nav-link:hover {
  color: #ff3a46 !important;
}
@media (max-width: 991px) {
  .cid-rVyb4Qy2Zv .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid  #F3F3F3;
  }
  .cid-rVyb4Qy2Zv .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-rVyb4Qy2Zv .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-rVyb4Qy2Zv .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-rVyb4Qy2Zv .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-rVyb4Qy2Zv .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-rVyb4Qy2Zv a.nav-link {
    justify-content: flex-start;
  }
  .cid-rVyb4Qy2Zv ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-rVyb4Qy2Zv .navbar-brand {
    padding: 0;
  }
  .cid-rVyb4Qy2Zv .block__phone,
  .cid-rVyb4Qy2Zv .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-rVyb4Qy2Zv .widget {
    flex-direction: column;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVyb4Qy2Zv .navbar {
    height: 97px;
  }
  .cid-rVyb4Qy2Zv .navbar.opened {
    height: auto;
  }
  .cid-rVyb4Qy2Zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVyXLgrYwm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rVyXLgrYwm .container {
  pointer-events: none;
}
.cid-rVyXLgrYwm .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-rVyXLgrYwm .brand__text {
  padding: 12px 0 25px;
}
.cid-rVyXLgrYwm .brand__email {
  margin-bottom: 15px;
}
.cid-rVyXLgrYwm .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-rVyXLgrYwm .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-rVyXLgrYwm .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-rVyXLgrYwm .footer__items a:hover {
  color: #ff3a46 !important;
}
.cid-rVyXLgrYwm .social {
  margin-top: 30px;
}
.cid-rVyXLgrYwm .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-rVyXLgrYwm .social .social__items:hover {
  background-color: #ff3a46;
  border-color: #ff3a46;
}
.cid-rVyXLgrYwm .social .social__items:hover a {
  color: #ffffff !important;
}
.cid-rVyXLgrYwm .social .social__items a {
  color: #dbdbdb;
  padding: 0 10px;
}
.cid-rVyXLgrYwm .social .social__items:last-child {
  margin-right: 0;
}
.cid-rVyXLgrYwm .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-rVyXLgrYwm .divider {
  background-color: #000000;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-rVyXLgrYwm .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-rVyXLgrYwm .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-rVyXLgrYwm .footer__bot_items a:hover {
  color: #ff3a46 !important;
}
.cid-rVyXLgrYwm .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-rVyXLgrYwm .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-rVyXLgrYwm .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ff3a46;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-rVyXLgrYwm .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rVyXLgrYwm .divider {
    margin-top: 30px;
  }
  .cid-rVyXLgrYwm .footer__bottom {
    padding: 30px 0;
  }
  .cid-rVyXLgrYwm .align-right,
  .cid-rVyXLgrYwm .privacy {
    text-align: center;
  }
  .cid-rVyXLgrYwm .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-rW2DwLM3zY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rW2DwLM3zY .mbr-section-title {
  color: #233d63;
}
.cid-rW2DwLM3zY .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-rW2DwLM3zY .mbr-section-title,
.cid-rW2DwLM3zY .icon__wrap {
  text-align: center;
}
.cid-rW2DwLM3zY .mbr-section-subtitle {
  text-align: center;
}
.cid-rW2Df9fUla {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("https://mobirise.com/extensions/modernm4/assets/images/trend7.jpg");
}
.cid-rW2Df9fUla .container {
  pointer-events: none;
}
.cid-rW2Df9fUla .subtitle__block,
.cid-rW2Df9fUla .title__block,
.cid-rW2Df9fUla .buttons__block {
  pointer-events: all;
}
.cid-rW2Df9fUla .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-rW2Df9fUla .subtitle__block SPAN {
  color: #ff3a46;
}
.cid-rW2Df9fUla .mbr-section-subtitle {
  display: inline-block;
}
.cid-rW2Df9fUla .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-rW2Df9fUla .mbr-text {
  margin-top: 35px;
}
.cid-rW2Df9fUla .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-rW2Df9fUla .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-rW2Df9fUla .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #bf6cff 0%, rgba(191, 108, 255, 0.85) 100%) !important;
}
.cid-rW2Df9fUla .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-rW2Df9fUla .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-rW2Df9fUla .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-rW2Df9fUla .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-rW2Df9fUla .mbr-figure:hover {
  color: #bf6cff;
  cursor: pointer;
}
.cid-rW2Df9fUla .mbr-figure:hover .mbr-media {
  border-color: #bf6cff;
  color: #bf6cff;
}
@media (max-width: 575px) {
  .cid-rW2Df9fUla .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-rW2Df9fUla .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-rW2Df9fUla .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-rW2Df9fUla .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-rW2Df9fUla .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-rW2Df9fUla .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rW2Df9fUla .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rW2Df9fUla .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rW2Df9fUla a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rW2Df9fUla a.close:hover {
  color: #ffffff;
}
.cid-rW2Df9fUla .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rW2Df9fUla .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-rW2Df9fUla .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #ff6400;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-rW2Df9fUla .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #bf6cff;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-rW2Df9fUla .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #ff3a46;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-rW2Df9fUla .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #06df9e;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-rW2Df9fUla .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #233d63;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
.cid-rW2DfzLFCz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rW2DfzLFCz .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-rW2DfzLFCz .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-rW2DfzLFCz .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-rW2DfzLFCz .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-rW2DfzLFCz .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-rW2DfzLFCz .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(6, 223, 158, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-rW2DfzLFCz .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-rW2DfzLFCz .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-rW2DfzLFCz .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(255, 58, 70, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-rW2DfzLFCz .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-rW2DfzLFCz .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-rW2DfzLFCz .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(191, 108, 255, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-rW2DfzLFCz .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-rW2DfzLFCz .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-rW2DfzLFCz .container {
  pointer-events: none;
}
.cid-rW2DfzLFCz .subtitle__block,
.cid-rW2DfzLFCz .title__block,
.cid-rW2DfzLFCz .buttons__block {
  pointer-events: all;
}
.cid-rW2DfzLFCz .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rW2DfzLFCz .mbr-section-title {
  margin-bottom: 45px;
  color: #233d63;
  font-weight: 300;
}
.cid-rW2DfzLFCz .mbr-section-title span {
  font-weight: 900;
}
.cid-rW2DfzLFCz .mbr-text {
  margin-bottom: 45px;
}
.cid-rW2DfzLFCz .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-rW2DfzLFCz .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-rW2DfzLFCz .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #bf6cff 0%, rgba(191, 108, 255, 0.85) 100%) !important;
}
.cid-rW2DfzLFCz .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-rW2DfzLFCz .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-rW2DfzLFCz .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-rW2DfzLFCz .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
}
.cid-rW2DfzLFCz .mbr-figure:hover {
  color: #bf6cff;
  cursor: pointer;
}
.cid-rW2DfzLFCz .mbr-figure:hover .mbr-media {
  border-color: #bf6cff;
  color: #bf6cff;
}
@media (max-width: 575px) {
  .cid-rW2DfzLFCz .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-rW2DfzLFCz .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-rW2DfzLFCz .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-rW2DfzLFCz .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-rW2DfzLFCz .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-rW2DfzLFCz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rW2DfzLFCz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rW2DfzLFCz .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rW2DfzLFCz a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rW2DfzLFCz a.close:hover {
  color: #ffffff;
}
.cid-rW2DfzLFCz .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #bf6cff;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-rW2DfzLFCz .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #06df9e;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-rW2DfzLFCz .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #ff6400;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-rW2DfzLFCz .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #233d63;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
.cid-rW2DfU89hh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e2149;
  background: linear-gradient(-135deg, rgba(30, 33, 73, 0.8), #1e2149);
}
.cid-rW2DfU89hh .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-rW2DfU89hh .container {
  pointer-events: none;
}
.cid-rW2DfU89hh .mbr-section-title {
  pointer-events: all;
  font-size: 140px;
  line-height: 160px;
}
.cid-rW2DfU89hh .animated-element {
  color: #ffffff;
  font-size: 140px;
  line-height: 160px;
}
.cid-rW2DfU89hh .animated-element:after {
  content: ".";
  color: #e1a34c;
}
.cid-rW2DfU89hh .typed-cursor {
  color: #ffffff;
  font-size: 140px;
}
.cid-rW2DfU89hh .mbr-section-title,
.cid-rW2DfU89hh .animated-element {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .cid-rW2DfU89hh .mbr-section-title,
  .cid-rW2DfU89hh .animated-element,
  .cid-rW2DfU89hh .typed-cursor {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .cid-rW2DfU89hh .mbr-section-title,
  .cid-rW2DfU89hh .animated-element,
  .cid-rW2DfU89hh .typed-cursor {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .cid-rW2DfU89hh .mbr-section-title,
  .cid-rW2DfU89hh .animated-element,
  .cid-rW2DfU89hh .typed-cursor {
    font-size: 60px;
    line-height: 60px;
  }
}
.cid-rW2DfU89hh .mbr-section-title,
.cid-rW2DfU89hh .typed-text {
  color: #ffffff;
}
.cid-rW2DghERJ0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #27c3ff;
  background: linear-gradient(-45deg, rgba(39, 195, 255, 0.8), #5842ff);
}
.cid-rW2DghERJ0 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-rW2DghERJ0 .container {
  pointer-events: none;
}
.cid-rW2DghERJ0 .title__block,
.cid-rW2DghERJ0 .image__block {
  pointer-events: all;
}
.cid-rW2DghERJ0 .mbr-section-title {
  margin-bottom: 40px;
}
.cid-rW2DghERJ0 .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-rW2DghERJ0 .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-rW2DghERJ0 .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-rW2DghERJ0 .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-rW2DghERJ0 .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  font-size: 30px;
}
.cid-rW2DghERJ0 .image__block {
  max-height: 600px;
}
.cid-rW2DghERJ0 .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rW2DghERJ0 .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-rW2DghERJ0 .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-rW2DghERJ0 .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-rW2DghERJ0 .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: .2;
}
.cid-rW2DghERJ0 .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: .2;
}
.cid-rW2DghERJ0 .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: .2;
}
.cid-rW2DghERJ0 .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: .2;
}
.cid-rW2DghERJ0 .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: .2;
}
.cid-rW2DgCmGrV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rW2DgCmGrV .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-rW2DgCmGrV .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-rW2DgCmGrV .container,
.cid-rW2DgCmGrV .container-fluid {
  pointer-events: none;
}
.cid-rW2DgCmGrV .left__side,
.cid-rW2DgCmGrV .title__block,
.cid-rW2DgCmGrV .wrap__form,
.cid-rW2DgCmGrV .right__side {
  pointer-events: all;
}
.cid-rW2DgCmGrV .border__wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 100px !important;
  margin-left: 0;
  margin-right: 0;
}
.cid-rW2DgCmGrV .left__side {
  align-self: center;
  writing-mode: tb-rl;
  display: flex;
}
.cid-rW2DgCmGrV .left__side_wrap {
  white-space: nowrap;
  position: relative;
  transform: rotate(-180deg);
  color: #000000;
}
.cid-rW2DgCmGrV .left__side_wrap:before {
  content: '';
  width: 50px;
  height: 2px;
  position: absolute;
  right: 10px;
  bottom: -20px;
  background: currentColor;
}
.cid-rW2DgCmGrV .left__side_text,
.cid-rW2DgCmGrV .left__side_descr {
  margin: 0;
}
.cid-rW2DgCmGrV .title__block {
  align-self: center;
}
.cid-rW2DgCmGrV .wrap__form {
  height: 500px;
}
.cid-rW2DgCmGrV .subscribe__form {
  margin-left: 60px;
  background: #ffffff;
  box-shadow: 0px 10px 19px 12px rgba(35, 35, 35, 0.03);
  position: absolute;
  bottom: -100px;
  right: 20px;
}
.cid-rW2DgCmGrV .form-group {
  margin-bottom: 0;
  padding: 0 50px;
}
.cid-rW2DgCmGrV .form-group:nth-child(1) {
  padding-top: 60px;
}
.cid-rW2DgCmGrV .dragArea .form-control {
  height: 50px;
  margin-bottom: 50px;
  padding: 0 5px;
  color: #000000;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000000;
}
.cid-rW2DgCmGrV .dragArea textarea {
  height: 130px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 1px solid #000000;
}
.cid-rW2DgCmGrV .dragArea input::-webkit-input-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rW2DgCmGrV .dragArea input::-moz-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rW2DgCmGrV .dragArea textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rW2DgCmGrV .dragArea textarea::-moz-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rW2DgCmGrV .dragArea .input-group-btn {
  margin-top: 20px;
}
.cid-rW2DgCmGrV .dragArea .input-group-btn .btn {
  width: 100%;
  height: 100px;
  min-width: 185px;
  border-radius: 0 !important;
  padding: 0;
  margin: 0;
  font-size: 20px;
}
.cid-rW2DgCmGrV .right__side {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-rW2DgCmGrV .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: #d9d9d9;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-rW2DgCmGrV .icons__wrap:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-rW2DgCmGrV .left__side {
    display: none;
  }
  .cid-rW2DgCmGrV .title__block {
    margin-bottom: 40px;
  }
  .cid-rW2DgCmGrV .border__wrap {
    border-bottom: none;
    margin-bottom: 0 !important;
  }
  .cid-rW2DgCmGrV .wrap__form {
    height: auto;
  }
  .cid-rW2DgCmGrV .subscribe__form {
    position: static;
    margin-left: 0;
  }
  .cid-rW2DgCmGrV .right__side {
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
    border-left: none;
  }
}
.cid-rW2DgCmGrV .animation__background .triangle {
  position: absolute;
  bottom: 19%;
  right: 35%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rW2DgCmGrV .animation__background .circle1 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #bf6cff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 20s infinite linear;
}
.cid-rW2DgCmGrV .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #06df9e;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 23s infinite linear;
}
.cid-rW2DgCmGrV .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6400;
  top: 18%;
  left: 14%;
  animation: animationTwo 27s infinite linear;
}
.cid-rW2DgCmGrV .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 5px solid #ff3a46;
  border-radius: 50%;
  position: absolute;
  bottom: 15%;
  right: 10%;
  animation: animationTwo 21s infinite linear;
}
.cid-rW2DgCmGrV .animation__background .circle5 {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 5px solid #233d63;
  border-radius: 50%;
  position: absolute;
  top: 12%;
  right: 4%;
  animation: animationTwo 17s infinite linear;
}
.cid-rW2Dhenmhc {
  overflow: hidden;
}
.cid-rW2Dhenmhc .user {
  max-width: none;
  flex: 0 0 100%;
  position: relative;
}
.cid-rW2Dhenmhc .user_image {
  height: 700px;
  width: 100%;
}
.cid-rW2Dhenmhc .user_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-rW2Dhenmhc .mode {
  position: absolute;
  width: 350px;
  height: 450px;
  border: 10px solid #ffffff;
  left: 9.5%;
  top: 40%;
  z-index: 0;
  transform: translateY(-50%);
}
.cid-rW2Dhenmhc .title__block {
  height: 400px;
  position: absolute;
  top: 45%;
  left: 10%;
  transform: translateY(-50%);
}
.cid-rW2Dhenmhc .mbr-section-subtitle {
  letter-spacing: 1.5px;
  color: #ff3a46;
  margin-bottom: 25px;
}
.cid-rW2Dhenmhc .mbr-section-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-rW2Dhenmhc .arrow__btn .mbr-iconfont {
  font-size: 30px;
  color: #fff;
}
.cid-rW2Dhenmhc .box {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.cid-rW2Dhenmhc .box__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff3a46;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -90px;
  left: -90px;
  opacity: 0.95;
}
.cid-rW2Dhenmhc .box__icon .mbr-iconfont {
  font-size: 30px;
  color: #fff;
  padding: 30px;
}
.cid-rW2Dhenmhc .box__item {
  width: 230px;
  height: 190px;
  padding: 30px 5px 30px 40px;
  text-align: left;
  float: left;
  background: #ffffff;
}
.cid-rW2Dhenmhc .box__item:first-child {
  position: relative;
}
.cid-rW2Dhenmhc .box__text {
  color: #000000;
}
.cid-rW2Dhenmhc .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rW2Dhenmhc .carousel-item.active,
.cid-rW2Dhenmhc .carousel-item-next,
.cid-rW2Dhenmhc .carousel-item-prev {
  display: flex;
}
.cid-rW2Dhenmhc .carousel-control-next,
.cid-rW2Dhenmhc .carousel-control-prev {
  right: 50px;
  left: auto;
  top: 50%;
  bottom: auto;
  width: auto;
}
.cid-rW2Dhenmhc .carousel-control-next {
  transform: translateY(70px);
}
.cid-rW2Dhenmhc .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 30px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.5);
  transition: all 0.3s ease-in-out;
}
.cid-rW2Dhenmhc li {
  opacity: 1;
  border: none;
}
.cid-rW2Dhenmhc li.active {
  background-color: #000000;
  opacity: .1;
  width: 230px;
  height: 190px;
}
.cid-rW2Dhenmhc .carousel-indicators {
  right: 0;
  left: auto;
  justify-content: flex-end;
  margin: 0;
  opacity: .1;
}
.cid-rW2Dhenmhc .carousel-indicators li {
  width: 230px;
  height: 190px;
  max-width: none;
  max-height: none;
  margin: 0;
  background-color: #000000;
  border-radius: 0;
  transition: opacity 0.4s ease-in-out;
}
.is-builder .cid-rW2Dhenmhc .carousel-indicators {
  pointer-events: none;
}
@media (max-width: 767px) {
  .cid-rW2Dhenmhc .box__content,
  .cid-rW2Dhenmhc .carousel-indicators {
    display: none;
  }
  .cid-rW2Dhenmhc .box__icon {
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 500px) {
  .cid-rW2Dhenmhc .mode {
    width: 250px;
    height: 350px;
  }
  .cid-rW2Dhenmhc .carousel-control-next,
  .cid-rW2Dhenmhc .carousel-control-prev {
    right: 20px;
  }
}
.cid-rW2Dm6NRkL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rW2Dm6NRkL .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-rW2Dm6NRkL .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-rW2Dm6NRkL .mbr-section-title,
.cid-rW2Dm6NRkL .icon__wrap {
  text-align: center;
}
.cid-rW2Dm6NRkL .mbr-section-subtitle {
  text-align: center;
}
.cid-rW2Dmtln8t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2149;
}
.cid-rW2Dmtln8t .mbr-section-title {
  position: relative;
  color: #ffffff;
  margin-bottom: 25px;
}
.cid-rW2Dmtln8t .mbr-section-title:first-letter {
  color: #233d63;
  font-size: 200px;
  text-shadow: 2px -0.9px 0px #e1a34c;
  padding-right: 8px;
}
@media (max-width: 991px) {
  .cid-rW2Dmtln8t .mbr-section-title:first-letter {
    font-size: 150px;
  }
}
.cid-rW2Dmtln8t .mbr-section-subtitle {
  color: #dbdbdb;
}
.cid-rW2DmU0q29 {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rW2DmU0q29 .container,
.cid-rW2DmU0q29 .container-fluid {
  pointer-events: none;
}
.cid-rW2DmU0q29 .icon__wrap,
.cid-rW2DmU0q29 .mbr-section-title,
.cid-rW2DmU0q29 .mbr-text,
.cid-rW2DmU0q29 .items__block,
.cid-rW2DmU0q29 .mbr-section-btn,
.cid-rW2DmU0q29 .image {
  pointer-events: all;
}
.cid-rW2DmU0q29 .image {
  text-align: center;
}
.cid-rW2DmU0q29 .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-rW2DmU0q29 .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-rW2DmU0q29 .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-rW2DmU0q29 .mbr-text {
  margin-bottom: 40px;
}
.cid-rW2DmU0q29 .items__block .item .mbr-iconfont {
  color: #ff6400;
  margin-right: 10px;
  font-size: 14px;
}
.cid-rW2DmU0q29 .mbr-section-btn {
  margin-top: 55px;
}
.cid-rW2DmU0q29 .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-rW2DmU0q29 .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-rW2DmU0q29 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2DmU0q29 .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 30s infinite linear;
}
.cid-rW2DmU0q29 .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-rW2DmU0q29 .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 25s infinite linear;
}
.cid-rW2DmU0q29 .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2Dnioulg {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rW2Dnioulg .container,
.cid-rW2Dnioulg .container-fluid {
  pointer-events: none;
}
.cid-rW2Dnioulg .mbr-section-subtitle,
.cid-rW2Dnioulg .mbr-section-title,
.cid-rW2Dnioulg .mbr-subtext,
.cid-rW2Dnioulg .mbr-text,
.cid-rW2Dnioulg .mbr-section-btn,
.cid-rW2Dnioulg .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-rW2Dnioulg .title__block {
    padding-top: 70px;
  }
}
.cid-rW2Dnioulg .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rW2Dnioulg .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-rW2Dnioulg .mbr-section-title span {
  font-weight: 300;
}
.cid-rW2Dnioulg .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-rW2Dnioulg .mbr-section-btn {
  margin-top: 60px;
}
.cid-rW2Dnioulg .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.cid-rW2Dnioulg .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rW2Dnioulg .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-rW2Dnioulg .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-rW2Dnioulg .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rW2Dnioulg .wrap__image {
    text-align: right;
  }
  .cid-rW2Dnioulg .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-rW2Dnioulg .wrap__image {
    text-align: center !important;
  }
}
.cid-rW2Dnioulg .image__block2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
  position: absolute;
  z-index: -1;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  max-height: 425px;
}
.cid-rW2Dnioulg .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-rW2Dnioulg .image__block2 {
    display: none;
  }
}
.cid-rW2Dnioulg .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  left: -290px;
  border-radius: 50%;
  top: 70px;
  position: absolute;
  background-color: rgba(255, 100, 0, 0.1);
}
@media (max-width: 1199px) {
  .cid-rW2Dnioulg .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-rW2Dnioulg .image__background .circle__image1 {
    display: none;
  }
}
.cid-rW2Dnioulg .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(255, 58, 70, 0.23);
}
@media (max-width: 1199px) {
  .cid-rW2Dnioulg .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-rW2Dnioulg .image__background .circle__image2 {
    display: none;
  }
}
.cid-rW2Dnioulg .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rW2Dnioulg .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-rW2Dnioulg .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: scale__two 5s infinite linear;
}
.cid-rW2DnMjojA {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rW2DnMjojA .wrap__image {
    margin-top: 150px;
  }
}
.cid-rW2DnMjojA .image {
  position: relative;
  padding-left: 85px;
  max-width: 450px;
  max-height: 560px;
}
.cid-rW2DnMjojA .image:before {
  content: '';
  width: 190px;
  height: 195px;
  background: #233d63;
  border-radius: 5px;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
}
.cid-rW2DnMjojA .image img {
  border-radius: 5px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rW2DnMjojA .image {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .cid-rW2DnMjojA .image .box {
    display: none;
  }
}
.cid-rW2DnMjojA .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rW2DnMjojA .mbr-section-title {
  color: #233d63;
  margin-bottom: 35px;
}
.cid-rW2DnMjojA .mbr-section-title span {
  font-weight: 300;
}
.cid-rW2DnMjojA .mbr-text {
  margin-bottom: 45px;
}
.cid-rW2DnMjojA .quote {
  margin-bottom: 35px;
  color: #233d63;
}
.cid-rW2DnMjojA .author {
  margin-bottom: 35px;
}
.cid-rW2DnMjojA .author__name {
  position: relative;
  padding-left: 35px;
  color: #233D63;
}
.cid-rW2DnMjojA .author__name:before {
  content: '';
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 14px;
  background: currentColor;
}
.cid-rW2DnMjojA .author__image {
  display: inline-block;
  width: 150px;
  height: 90px;
}
.cid-rW2DnMjojA .author__image img {
  width: 100%;
  object-fit: cover;
}
.cid-rW2DnMjojA .mbr-section-btn {
  z-index: 10;
  position: relative;
}
@media (min-width: 575px) {
  .cid-rW2DnMjojA .mbr-section-btn {
    position: absolute;
    bottom: 75px;
    right: 8px;
    text-align: right;
  }
}
.cid-rW2DnMjojA .mbr-section-btn .btn {
  position: relative;
  border-radius: 0 !important;
}
.cid-rW2DnMjojA .mbr-section-btn .btn:before {
  content: '';
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-rW2DnMjojA .mbr-section-btn .btn:hover:before {
  opacity: 1;
}
.cid-rW2DnMjojA .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #06df9e;
  position: absolute;
  left: 40%;
  bottom: 16%;
  animation: animationTwo 25s alternate infinite linear;
}
.cid-rW2DnMjojA .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 34%;
  left: 7%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 25s infinite linear;
}
.cid-rW2DnMjojA .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  bottom: 20%;
  right: 30%;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationOne 35s infinite linear;
}
.cid-rW2DnMjojA .animation__background .dashed {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  right: -100px;
  border: 1px dashed #dbdbdb;
}
.cid-rW2DnMjojA .animation__background .dashed .circle {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border: 13px solid #ff3a46;
  border-radius: 50%;
}
.cid-rW2DnMjojA .animation__background .dashed__large {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: -190px;
  border: 1px dashed #dbdbdb;
}
.cid-rW2DoCN4Vz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #bf6cff;
}
.cid-rW2DoCN4Vz .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-rW2DoCN4Vz .container {
  pointer-events: none;
}
.cid-rW2DoCN4Vz .title__block,
.cid-rW2DoCN4Vz .image__block {
  pointer-events: all;
}
.cid-rW2DoCN4Vz .subtitle__block {
  color: #ffffff;
}
.cid-rW2DoCN4Vz .mbr-section-subtitle {
  display: inline-block;
  border: 1px solid rgba(233, 233, 233, 0.2);
  line-height: 35px;
  padding: 0 30px;
  border-radius: 3px;
  margin-bottom: 45px;
  opacity: .8;
}
.cid-rW2DoCN4Vz .mbr-section-title {
  margin-bottom: 35px;
}
.cid-rW2DoCN4Vz .image__block img {
  max-height: 700px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rW2DoCN4Vz .image__block {
    display: none;
  }
}
.cid-rW2DoCN4Vz .mbr-text {
  padding-bottom: 15px;
}
.cid-rW2DoCN4Vz .mbr-text .mbr-iconfont {
  margin-right: 10px;
  font-size: 24px;
}
.cid-rW2DoCN4Vz .items__block {
  padding-bottom: 48px;
  margin-bottom: 55px;
  border-bottom: 1px solid rgba(233, 233, 233, 0.2);
}
.cid-rW2DoCN4Vz .user_image {
  display: inline-block;
  margin-right: 20px;
}
.cid-rW2DoCN4Vz .user_image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.cid-rW2DoCN4Vz .author {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cid-rW2DoCN4Vz .author__info {
  display: inline-block;
  height: 60px;
  vertical-align: -webkit-baseline-middle;
}
.cid-rW2DoCN4Vz .user_name {
  color: #ffffff;
  line-height: 24px;
}
.cid-rW2DoCN4Vz .user_prof {
  color: #ffffff;
  line-height: 24px;
}
.cid-rW2DoCN4Vz .signature {
  display: inline-block;
  width: 150px;
  height: 90px;
}
.cid-rW2DoCN4Vz .signature img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-rW2DoCN4Vz .signature {
    margin-top: 20px;
  }
}
.cid-rW2DoCN4Vz .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-rW2DoCN4Vz .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-rW2DoCN4Vz .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-rW2DoCN4Vz .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  right: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: .2;
}
.cid-rW2DoCN4Vz .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  right: 41%;
  animation: animationOne 13s infinite linear;
  opacity: .2;
}
.cid-rW2DoCN4Vz .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  right: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: .2;
}
.cid-rW2DoCN4Vz .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 30%;
  animation: animationTwo 15s infinite linear;
  opacity: .2;
}
.cid-rW2Dpc78id {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-rW2Dpc78id .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-rW2Dpc78id .mbr-section-title {
  color: #233d63;
}
.cid-rW2Dpc78id .mbr-section-subtitle {
  text-align: center;
}
.cid-rW2Dpc78id .mbr-section-btn {
  margin-top: 35px;
}
.cid-rW2Dpc78id .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-rW2Dpc78id .mbr-section-btn .btn-white:hover {
  background-color: #233d63 !important;
  border-color: #233d63 !important;
  color: #ffffff !important;
}
.cid-rW2Dpc78id .mbr-section-title,
.cid-rW2Dpc78id .mbr-section-btn {
  text-align: center;
}
.cid-rW2Dpc78id .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-rW2Dpc78id .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-rW2DkF8bCY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rW2DkF8bCY .mbr-gallery-filter {
  text-align: left;
}
.cid-rW2DkF8bCY .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-rW2DkF8bCY .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-rW2DkF8bCY .mbr-gallery-filter ul:before {
    content: '';
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ff6400;
  }
}
.cid-rW2DkF8bCY .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rW2DkF8bCY .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-rW2DkF8bCY .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-rW2DkF8bCY .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-rW2DkF8bCY .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ff6400 !important;
}
.cid-rW2DkF8bCY .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ff6400 !important;
}
.cid-rW2DkF8bCY .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-rW2DkF8bCY .mbr-gallery-item > div img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-rW2DkF8bCY .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: 'FontAwesome' !important;
}
.cid-rW2DkF8bCY .mbr-gallery-item > div .icon-focus:before {
  content: "\f00e";
}
.cid-rW2DkF8bCY .mbr-gallery-item > div:after {
  content: '';
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-rW2DkF8bCY .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-rW2DkF8bCY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rW2DkF8bCY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rW2DkF8bCY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rW2DkF8bCY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #233d63;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-rW2DkF8bCY .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-rW2DkF8bCY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rW2DkF8bCY .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-rW2DkF8bCY .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rW2DkF8bCY .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rW2DkF8bCY .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
}
.cid-rW2DkF8bCY .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-rW2DkF8bCY .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-rW2DkF8bCY .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-rW2DkF8bCY .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-rW2P1f2Xa0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rW2P1f2Xa0 .mbr-section-title {
  color: #233d63;
}
.cid-rW2P1f2Xa0 .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-rW2P1f2Xa0 .mbr-section-title,
.cid-rW2P1f2Xa0 .icon__wrap {
  text-align: center;
}
.cid-rW2P1f2Xa0 .mbr-section-subtitle {
  text-align: center;
}
.cid-rW2P1Sb7lE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rW2P1Sb7lE .container,
.cid-rW2P1Sb7lE .container-fluid {
  pointer-events: none;
}
.cid-rW2P1Sb7lE .title__block,
.cid-rW2P1Sb7lE .button,
.cid-rW2P1Sb7lE .wrap {
  pointer-events: all;
}
.cid-rW2P1Sb7lE .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-rW2P1Sb7lE .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-rW2P1Sb7lE .button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
}
.cid-rW2P1Sb7lE .button .mbr-section-btn .btn-black-outline:hover {
  background-color: #ff3a46 !important;
  color: #ffffff !important;
  border-color: #ff3a46 !important;
}
.cid-rW2P1Sb7lE .card__wrap {
  position: relative;
  margin-top: 50px;
}
.cid-rW2P1Sb7lE .card__wrap .mbr-section-btn .btn {
  border-radius: 0;
  line-height: 43px !important;
  min-width: 150px;
}
.cid-rW2P1Sb7lE .card__wrap .mbr-section-btn .btn-black-outline:hover {
  background-color: #ff3a46 !important;
  color: #ffffff !important;
  border-color: #ff3a46 !important;
}
.cid-rW2P1Sb7lE .card__wrap:hover .card__title {
  color: #ff3a46;
}
.cid-rW2P1Sb7lE .image {
  margin-bottom: 32px;
}
.cid-rW2P1Sb7lE .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-rW2P1Sb7lE .card__date {
  letter-spacing: 1.3px;
  margin-bottom: 15px;
}
.cid-rW2P1Sb7lE .card__title {
  margin-bottom: 25px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .cid-rW2P1Sb7lE .media-container-row {
    justify-content: flex-start;
  }
  .cid-rW2P1Sb7lE .button {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-rW2P1Sb7lE .media-container-row {
    margin: 0 -15px;
  }
}
.cid-rW2P1Sb7lE .animation__background .triangle {
  position: absolute;
  top: 12%;
  right: 29%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rW2P1Sb7lE .animation__background .quadr {
  position: absolute;
  bottom: 20%;
  right: 11%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-rW2P1Sb7lE .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rW2P1Sb7lE .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 33s infinite linear;
}
.cid-rW2P1Sb7lE .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-rW2P1Sb7lE .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 23s infinite linear;
}
.cid-rW2P1Sb7lE .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 20%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 26s infinite linear;
}
.cid-rW2P1Sb7lE .card__title,
.cid-rW2P1Sb7lE .card__wrap .mbr-section-btn {
  text-align: center;
}
