.mbr-section-btn .btn {
  border-radius: 50px !important;
}
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: #273769 !important;
}
.bg-success {
  background-color: #f47b5b !important;
}
.bg-info {
  background-color: #5842ff !important;
}
.bg-warning {
  background-color: #ff6400 !important;
}
.bg-danger {
  background-color: #f9db51 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #273769 !important;
  border-color: #273769 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #273769;
  border-color: #273769;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #273769 !important;
  border-color: #273769 !important;
}
.btn-primary:hover {
  background-color: #192444 !important;
  border-color: #192444 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #273769 !important;
  border-color: #273769 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #273769;
  border-color: #273769;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #273769 !important;
  border-color: #273769 !important;
}
.btn-secondary:hover {
  background-color: #192444 !important;
  border-color: #192444 !important;
}
.btn-info,
.btn-info:active {
  background-color: #5842ff !important;
  border-color: #5842ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #5842ff;
  border-color: #5842ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5842ff !important;
  border-color: #5842ff !important;
}
.btn-info:hover {
  background-color: #2b0fff !important;
  border-color: #2b0fff !important;
}
.btn-success,
.btn-success:active {
  background-color: #f47b5b !important;
  border-color: #f47b5b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #f47b5b;
  border-color: #f47b5b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f47b5b !important;
  border-color: #f47b5b !important;
}
.btn-success:hover {
  background-color: #f1552b !important;
  border-color: #f1552b !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: #f9db51 !important;
  border-color: #f9db51 !important;
  color: #483c02 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #483c02 !important;
  background-color: #f9db51;
  border-color: #f9db51;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #483c02 !important;
  background-color: #f9db51 !important;
  border-color: #f9db51 !important;
}
.btn-danger:hover {
  background-color: #fbe582 !important;
  border-color: #f7d120 !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: #273769;
  color: #273769;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #273769 !important;
  border-color: #273769;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #273769 !important;
  border-color: #273769 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #273769;
  color: #273769;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #273769 !important;
  border-color: #273769;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #273769 !important;
  border-color: #273769 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #5842ff;
  color: #5842ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #5842ff !important;
  border-color: #5842ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5842ff !important;
  border-color: #5842ff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f47b5b;
  color: #f47b5b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #f47b5b !important;
  border-color: #f47b5b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f47b5b !important;
  border-color: #f47b5b !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: #f9db51;
  color: #f9db51;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #483c02 !important;
  background: #f9db51 !important;
  border-color: #f9db51;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #483c02 !important;
  background-color: #f9db51 !important;
  border-color: #f9db51 !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: #273769 !important;
}
.text-secondary {
  color: #273769 !important;
}
.text-success {
  color: #f47b5b !important;
}
.text-info {
  color: #5842ff !important;
}
.text-warning {
  color: #ff6400 !important;
}
.text-danger {
  color: #f9db51 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b101f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b101f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #da390f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #1900db !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff6400 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #dcb608 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #273769 !important;
}
.alert-success {
  background-color: #f47b5b;
}
.alert-info {
  background-color: #5842ff;
}
.alert-warning {
  background-color: #ff6400;
}
.alert-danger {
  background-color: #f9db51;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.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 a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #273769;
  border-color: #273769;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #273769;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #516cbe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #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: #273769;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #273769;
  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: #273769;
  border-bottom-color: #273769;
}
.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: #273769 !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: #273769 !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-rVM8gWsqUq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rVM8gWsqUq .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-rVM8gWsqUq .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-rVM8gWsqUq .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-rVM8gWsqUq .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-rVM8gWsqUq .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-rVM8gWsqUq .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(244, 123, 91, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-rVM8gWsqUq .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-rVM8gWsqUq .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-rVM8gWsqUq .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(249, 219, 81, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-rVM8gWsqUq .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-rVM8gWsqUq .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-rVM8gWsqUq .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(88, 66, 255, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-rVM8gWsqUq .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-rVM8gWsqUq .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-rVM8gWsqUq .container {
  pointer-events: none;
}
.cid-rVM8gWsqUq .subtitle__block,
.cid-rVM8gWsqUq .title__block,
.cid-rVM8gWsqUq .buttons__block {
  pointer-events: all;
}
.cid-rVM8gWsqUq .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rVM8gWsqUq .mbr-section-title {
  margin-bottom: 45px;
  color: #1a1a1a;
  font-weight: 300;
}
.cid-rVM8gWsqUq .mbr-section-title span {
  font-weight: 900;
}
.cid-rVM8gWsqUq .mbr-text {
  margin-bottom: 45px;
}
.cid-rVM8gWsqUq .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-rVM8gWsqUq .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-rVM8gWsqUq .inner__button .mbr-section-btn .btn-warning {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #ff6400 0%, rgba(255, 100, 0, 0.85) 100%) !important;
}
.cid-rVM8gWsqUq .inner__button .mbr-section-btn .btn-warning:hover {
  border-color: transparent !important;
}
.cid-rVM8gWsqUq .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-rVM8gWsqUq .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-rVM8gWsqUq .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
}
.cid-rVM8gWsqUq .mbr-figure:hover {
  color: #ff6400;
  cursor: pointer;
}
.cid-rVM8gWsqUq .mbr-figure:hover .mbr-media {
  border-color: #ff6400;
  color: #ff6400;
}
@media (max-width: 575px) {
  .cid-rVM8gWsqUq .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-rVM8gWsqUq .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-rVM8gWsqUq .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-rVM8gWsqUq .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-rVM8gWsqUq .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-rVM8gWsqUq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rVM8gWsqUq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rVM8gWsqUq .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rVM8gWsqUq 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-rVM8gWsqUq a.close:hover {
  color: #ffffff;
}
.cid-rVM8gWsqUq .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #5842ff;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-rVM8gWsqUq .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #f47b5b;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-rVM8gWsqUq .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-rVM8gWsqUq .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #273769;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
.cid-rVM8gWsqUq .mbr-text,
.cid-rVM8gWsqUq .buttons__block {
  color: #5e9414;
}
.cid-rVM8gWsqUq P {
  color: #5e9414;
}
.cid-s4ho9oi3lN {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s4ho9oi3lN H1 {
  color: #232323;
}
.cid-s4ho9oi3lN .mbr-text,
.cid-s4ho9oi3lN .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-s4ho9oi3lN .img1 {
  width: 100%;
  box-shadow: 0 10px 55px 5px rgba(53, 74, 142, 0.35);
  border-radius: 10px;
}
.cid-s4ho9oi3lN .relative {
  position: relative;
}
.cid-s4ho9oi3lN .card-img {
  width: 100%;
}
.cid-s4hCxDS2xg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-s4hCxDS2xg .container,
.cid-s4hCxDS2xg .container-fluid {
  pointer-events: none;
}
.cid-s4hCxDS2xg .title__block,
.cid-s4hCxDS2xg .wrap,
.cid-s4hCxDS2xg .mbr-arrow,
.cid-s4hCxDS2xg .mbr-section-btn {
  pointer-events: all;
}
.cid-s4hCxDS2xg .mbr-section-title {
  color: #233d63;
}
.cid-s4hCxDS2xg .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-s4hCxDS2xg .title__block {
    margin-bottom: 25px;
  }
}
.cid-s4hCxDS2xg .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-s4hCxDS2xg .card__wrap {
    padding: 0;
  }
}
.cid-s4hCxDS2xg .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-s4hCxDS2xg .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-s4hCxDS2xg .image {
    max-width: none;
    max-height: none;
  }
}
.cid-s4hCxDS2xg .card__title {
  margin-top: 45px;
  color: #233d63;
}
.cid-s4hCxDS2xg .card__text {
  margin-top: 30px;
}
.cid-s4hCxDS2xg .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-s4hCxDS2xg .mbr-section-btn {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .cid-s4hCxDS2xg .showArrow {
    padding-bottom: 115px;
    border-bottom: 1px solid #e9e9e9;
  }
}
.cid-s4hCxDS2xg .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: #273769;
}
.cid-s4hCxDS2xg .mbr-arrow > a {
  color: #273769;
}
.cid-s4hCxDS2xg .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-s4hCxDS2xg .row .wrap .image:before {
    content: '';
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-s4hCxDS2xg .art4:before {
    content: none !important;
  }
}
.cid-s4hCxDS2xg .animation__background .triangle {
  position: absolute;
  bottom: 18%;
  right: 45%;
  animation: rotatedHalf 40s infinite linear;
  width: 250px;
  height: 250px;
}
.cid-s4hCxDS2xg .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 5%;
  left: 22%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-s4hCxDS2xg .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-s4hCxDS2xg .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 200px;
  position: absolute;
  border-radius: 50%;
  background-color: #273769;
  animation: animationTwo 30s infinite linear;
}
.cid-s4hCxDS2xg .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #f9db51;
  animation: animationOne 25s infinite linear;
}
.cid-s4hCxDS2xg .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #5842ff;
  animation: animationTwo 25s infinite linear;
}
.cid-s4m0Ro8K3H {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s4m0Ro8K3H .mbr-section-subtitle {
  color: #767676;
}
.cid-s4m0Ro8K3H .mbr-text {
  color: #767676;
}
.cid-s4m0Ro8K3H .card {
  display: block;
  position: relative;
}
.cid-s4m0Ro8K3H .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-s4m0Ro8K3H .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s4m0Ro8K3H .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-s4m0Ro8K3H .card-wrapper .card-img .mbr-overlay {
  background: #55b4d4;
  display: block;
  opacity: 0.8;
  transition: all .3s;
  border-bottom-left-radius: 50%;
  background: linear-gradient(135deg, #55b4d4, #4249cc);
}
.cid-s4m0Ro8K3H .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-s4m0Ro8K3H .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-s4m0Ro8K3H .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-s4m0Ro8K3H .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-s4m0Ro8K3H .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s4m0Ro8K3H .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-s4m0Ro8K3H .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-s4m0Ro8K3H .popup-btn:hover .mbr-overlay {
  opacity: 0.8;
  height: 100%;
}
.cid-s4m0Ro8K3H .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-s4m0Ro8K3H .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s4m0Ro8K3H .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #273769, #273769);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-s4m0Ro8K3H .mbr-section-title,
  .cid-s4m0Ro8K3H .underline,
  .cid-s4m0Ro8K3H .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-rVMdmjU4Mx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-rVMdmjU4Mx .mbr-section-title {
  color: #233d63;
}
.cid-rVMdmjU4Mx .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-rVMdmjU4Mx .mbr-section-title,
.cid-rVMdmjU4Mx .icon__wrap {
  text-align: center;
  color: #273769;
}
.cid-rVMdmjU4Mx .mbr-section-subtitle {
  text-align: center;
}
.cid-rVMaoT85d6 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-rVMaoT85d6 .showArrow {
    padding-bottom: 115px;
  }
}
.cid-rVMaoT85d6 .card-inner {
  background: #fbfcff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 55px 30px 25px 40px;
  margin-top: 45px;
  height: 450px;
}
.cid-rVMaoT85d6 .card-inner:before {
  content: '';
  width: 273px;
  height: 273px;
  background-color: #c647fe;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}
.cid-rVMaoT85d6 .card-inner:hover {
  border: none;
}
.cid-rVMaoT85d6 .card-inner:hover .circle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.cid-rVMaoT85d6 .card-inner:hover .circle:nth-child(1) {
  top: 25px;
  left: 40%;
  z-index: 1;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-rVMaoT85d6 .card-inner:hover .circle:nth-child(2) {
  top: 25px;
  left: 70%;
  animation: scale__one 1.1s alternate infinite ease-in;
}
.cid-rVMaoT85d6 .card-inner:hover .circle:nth-child(3) {
  top: 75px;
  left: 60%;
  animation: scale__one 0.8s alternate infinite ease-in;
}
.cid-rVMaoT85d6 .card-inner:hover .circle:nth-child(4) {
  top: 135px;
  left: 85%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-rVMaoT85d6 .card-inner:hover .circle:nth-child(5) {
  bottom: 35px;
  right: 15%;
  animation: scale__one 1.2s alternate infinite ease-in;
}
.cid-rVMaoT85d6 .card-inner:hover .circle:nth-child(6) {
  bottom: 80px;
  right: 30%;
  animation: scale__one 0.9s alternate infinite ease-in;
}
.cid-rVMaoT85d6 .card-inner:hover .circle:nth-child(7) {
  bottom: 40px;
  right: 60%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-rVMaoT85d6 .card-inner:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}
.cid-rVMaoT85d6 .card-inner:hover .card-title,
.cid-rVMaoT85d6 .card-inner:hover .mbr-text,
.cid-rVMaoT85d6 .card-inner:hover .icon__block {
  color: #ffffff !important;
}
.cid-rVMaoT85d6 .card-inner:hover .animation__background {
  opacity: 1;
}
.cid-rVMaoT85d6 .card-inner:hover .animation__background:before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}
.cid-rVMaoT85d6 .card-inner:hover .animation__background:after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear;
}
.cid-rVMaoT85d6 .animation__background {
  background-color: #9a5be8;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}
.cid-rVMaoT85d6 .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-rVMaoT85d6 .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-rVMaoT85d6 .icon__block {
  position: relative;
  font-size: 65px;
  margin-bottom: 60px;
  color: #f47b5b;
  transition: all 0.3s ease-in-out;
}
.cid-rVMaoT85d6 .card-title {
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  color: #273769;
  transition: all 0.3s ease-in-out;
}
.cid-rVMaoT85d6 .mbr-text {
  padding-bottom: 20px;
  text-align: center;
  color: #4a4a4a;
}
.cid-rVMaoT85d6 .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: #273769;
}
.cid-rVMaoT85d6 .mbr-arrow > a {
  color: #273769;
}
.cid-rVMaoT85d6 .mbr-arrow > a > i {
  left: 29px;
  top: 10px;
}
@media (max-width: 575px) {
  .cid-rVMaoT85d6 .card-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cid-rVMaoT85d6 .card-title,
.cid-rVMaoT85d6 .icon__block {
  text-align: center;
}
.cid-s45K6pSUkl {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-s45K6pSUkl .showArrow {
    padding-bottom: 115px;
  }
}
.cid-s45K6pSUkl .card-inner {
  background: #fbfcff;
  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-s45K6pSUkl .card-inner:before {
  content: '';
  width: 273px;
  height: 273px;
  background-color: #c647fe;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}
.cid-s45K6pSUkl .card-inner:hover {
  border: none;
}
.cid-s45K6pSUkl .card-inner:hover .circle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.cid-s45K6pSUkl .card-inner:hover .circle:nth-child(1) {
  top: 25px;
  left: 40%;
  z-index: 1;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-s45K6pSUkl .card-inner:hover .circle:nth-child(2) {
  top: 25px;
  left: 70%;
  animation: scale__one 1.1s alternate infinite ease-in;
}
.cid-s45K6pSUkl .card-inner:hover .circle:nth-child(3) {
  top: 75px;
  left: 60%;
  animation: scale__one 0.8s alternate infinite ease-in;
}
.cid-s45K6pSUkl .card-inner:hover .circle:nth-child(4) {
  top: 135px;
  left: 85%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-s45K6pSUkl .card-inner:hover .circle:nth-child(5) {
  bottom: 35px;
  right: 15%;
  animation: scale__one 1.2s alternate infinite ease-in;
}
.cid-s45K6pSUkl .card-inner:hover .circle:nth-child(6) {
  bottom: 80px;
  right: 30%;
  animation: scale__one 0.9s alternate infinite ease-in;
}
.cid-s45K6pSUkl .card-inner:hover .circle:nth-child(7) {
  bottom: 40px;
  right: 60%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-s45K6pSUkl .card-inner:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}
.cid-s45K6pSUkl .card-inner:hover .card-title,
.cid-s45K6pSUkl .card-inner:hover .mbr-text,
.cid-s45K6pSUkl .card-inner:hover .icon__block {
  color: #ffffff !important;
}
.cid-s45K6pSUkl .card-inner:hover .animation__background {
  opacity: 1;
}
.cid-s45K6pSUkl .card-inner:hover .animation__background:before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}
.cid-s45K6pSUkl .card-inner:hover .animation__background:after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear;
}
.cid-s45K6pSUkl .animation__background {
  background-color: #9a5be8;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}
.cid-s45K6pSUkl .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-s45K6pSUkl .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-s45K6pSUkl .icon__block {
  position: relative;
  font-size: 65px;
  margin-bottom: 60px;
  color: #f47b5b;
  transition: all 0.3s ease-in-out;
}
.cid-s45K6pSUkl .card-title {
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  color: #273769;
  transition: all 0.3s ease-in-out;
}
.cid-s45K6pSUkl .mbr-text {
  padding-bottom: 20px;
  text-align: center;
  color: #4a4a4a;
}
.cid-s45K6pSUkl .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: #273769;
}
.cid-s45K6pSUkl .mbr-arrow > a {
  color: #273769;
}
.cid-s45K6pSUkl .mbr-arrow > a > i {
  left: 29px;
  top: 10px;
}
@media (max-width: 575px) {
  .cid-s45K6pSUkl .card-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cid-s45K6pSUkl .card-title,
.cid-s45K6pSUkl .icon__block {
  text-align: center;
}
.cid-s45QDxXAMF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-s45QDxXAMF .showArrow {
    padding-bottom: 115px;
  }
}
.cid-s45QDxXAMF .card-inner {
  background: #fbfcff;
  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-s45QDxXAMF .card-inner:before {
  content: '';
  width: 273px;
  height: 273px;
  background-color: #c647fe;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}
.cid-s45QDxXAMF .card-inner:hover {
  border: none;
}
.cid-s45QDxXAMF .card-inner:hover .circle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.cid-s45QDxXAMF .card-inner:hover .circle:nth-child(1) {
  top: 25px;
  left: 40%;
  z-index: 1;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-s45QDxXAMF .card-inner:hover .circle:nth-child(2) {
  top: 25px;
  left: 70%;
  animation: scale__one 1.1s alternate infinite ease-in;
}
.cid-s45QDxXAMF .card-inner:hover .circle:nth-child(3) {
  top: 75px;
  left: 60%;
  animation: scale__one 0.8s alternate infinite ease-in;
}
.cid-s45QDxXAMF .card-inner:hover .circle:nth-child(4) {
  top: 135px;
  left: 85%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-s45QDxXAMF .card-inner:hover .circle:nth-child(5) {
  bottom: 35px;
  right: 15%;
  animation: scale__one 1.2s alternate infinite ease-in;
}
.cid-s45QDxXAMF .card-inner:hover .circle:nth-child(6) {
  bottom: 80px;
  right: 30%;
  animation: scale__one 0.9s alternate infinite ease-in;
}
.cid-s45QDxXAMF .card-inner:hover .circle:nth-child(7) {
  bottom: 40px;
  right: 60%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-s45QDxXAMF .card-inner:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}
.cid-s45QDxXAMF .card-inner:hover .card-title,
.cid-s45QDxXAMF .card-inner:hover .mbr-text,
.cid-s45QDxXAMF .card-inner:hover .icon__block {
  color: #ffffff !important;
}
.cid-s45QDxXAMF .card-inner:hover .animation__background {
  opacity: 1;
}
.cid-s45QDxXAMF .card-inner:hover .animation__background:before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}
.cid-s45QDxXAMF .card-inner:hover .animation__background:after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear;
}
.cid-s45QDxXAMF .animation__background {
  background-color: #9a5be8;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}
.cid-s45QDxXAMF .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-s45QDxXAMF .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-s45QDxXAMF .icon__block {
  position: relative;
  font-size: 65px;
  margin-bottom: 60px;
  color: #f47b5b;
  transition: all 0.3s ease-in-out;
}
.cid-s45QDxXAMF .card-title {
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  color: #273769;
  transition: all 0.3s ease-in-out;
}
.cid-s45QDxXAMF .mbr-text {
  padding-bottom: 20px;
  text-align: center;
  color: #4a4a4a;
}
.cid-s45QDxXAMF .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: #273769;
}
.cid-s45QDxXAMF .mbr-arrow > a {
  color: #273769;
}
.cid-s45QDxXAMF .mbr-arrow > a > i {
  left: 29px;
  top: 10px;
}
@media (max-width: 575px) {
  .cid-s45QDxXAMF .card-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cid-s45QDxXAMF .card-title,
.cid-s45QDxXAMF .icon__block {
  text-align: center;
}
.cid-rVKibaQ5D7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.cid-rVKibaQ5D7 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-rVKibaQ5D7 .container {
  pointer-events: none;
}
.cid-rVKibaQ5D7 .title__block,
.cid-rVKibaQ5D7 .carousel__block,
.cid-rVKibaQ5D7 .carousel-controls {
  pointer-events: all;
}
.cid-rVKibaQ5D7 .mbr-section-title {
  color: #233d63;
}
.cid-rVKibaQ5D7 .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-rVKibaQ5D7 .margin__bot {
  margin-bottom: 150px;
}
.cid-rVKibaQ5D7 .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: #fbfcff;
}
.cid-rVKibaQ5D7 .wrap:before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 35px;
  right: 35px;
  height: 200px;
  background-color: #fbfcff;
  border-radius: 20px;
  box-shadow: 0px 15px 23px 0px rgba(35, 49, 64, 0.09);
  z-index: -1;
}
.cid-rVKibaQ5D7 .wrap:after {
  content: '';
  position: absolute;
  bottom: -55px;
  left: 80px;
  right: 80px;
  height: 200px;
  background-color: #fbfcff;
  border-radius: 20px;
  box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.03);
  z-index: -2;
}
@media (max-width: 767px) {
  .cid-rVKibaQ5D7 .wrap {
    padding: 55px 15px 25px;
  }
}
.cid-rVKibaQ5D7 .carousel-controls {
  width: 100%;
  justify-content: center;
  position: relative;
}
.cid-rVKibaQ5D7 .carousel-controls a span {
  width: 55px;
  height: 55px;
  font-size: 35px;
  position: absolute;
  padding: 0 10px;
  color: #273769;
  background-color: transparent;
  transition: all .3s ease 0s;
}
.cid-rVKibaQ5D7 .carousel-control-prev {
  position: static;
  width: 55px;
  transition: all .3s ease 0s;
}
.cid-rVKibaQ5D7 .carousel-control-next {
  position: static;
  width: 55px;
  transition: all .3s ease 0s;
}
.cid-rVKibaQ5D7 .icon__bg {
  position: relative;
}
.cid-rVKibaQ5D7 .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-rVKibaQ5D7 .mbr-section-title,
.cid-rVKibaQ5D7 .icon__wrap {
  text-align: center;
  color: #273769;
}
.cid-rVKibaQ5D7 .mbr-section-subtitle {
  text-align: center;
}
.cid-rVKibaQ5D7 .carousel__text {
  color: #4a4a4a;
}
.cid-rVKibaQ5D7 .author {
  margin-top: 45px;
}
.cid-rVKibaQ5D7 .user_name {
  margin-bottom: 5px;
  color: #273769;
}
.cid-rVKibaQ5D7 .user_prof {
  color: #4a4a4a;
}
.cid-rVKibaQ5D7 .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  bottom: -135px;
  right: -135px;
}
.cid-rVKibaQ5D7 .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-rVKibaQ5D7 .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-rVKibaQ5D7 .animation__background .image:nth-child(1) {
  top: 12%;
  left: 15%;
  animation: scale__one 14s infinite linear;
}
.cid-rVKibaQ5D7 .animation__background .image:nth-child(2) {
  top: 44%;
  left: 4%;
  animation: scale__two 9s infinite linear;
}
.cid-rVKibaQ5D7 .animation__background .image:nth-child(3) {
  bottom: 7%;
  left: 10%;
  animation: scale__three 8s infinite linear;
}
.cid-rVKibaQ5D7 .animation__background .image:nth-child(4) {
  top: 12%;
  right: 15%;
  animation: scale__two 10s infinite linear;
}
.cid-rVKibaQ5D7 .animation__background .image:nth-child(5) {
  top: 48%;
  right: 2%;
  animation: scale__three 11s infinite linear;
}
.cid-rVKibaQ5D7 .animation__background .image:nth-child(6) {
  bottom: 10%;
  right: 16%;
  animation: scale__one 12s infinite linear;
}
.cid-rVKibaQ5D7 .animation__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rVKibaQ5D7 .animation__background .image {
    display: none;
  }
}
.cid-s7teq1RfTL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-s7teq1RfTL .container-fluid {
  padding: 0 3rem;
}
.cid-s7teq1RfTL .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-s7teq1RfTL .mbr-list li {
  margin-bottom: 1rem;
}
.cid-s7teq1RfTL .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-s7teq1RfTL .social-media {
  margin-top: 1.5rem;
}
.cid-s7teq1RfTL .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-s7teq1RfTL .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-s7teq1RfTL .mbr-text,
.cid-s7teq1RfTL .mbr-offer {
  line-height: 1.5;
}
.cid-s7teq1RfTL .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-s7teq1RfTL .container-fluid {
    padding: 0 1rem;
  }
  .cid-s7teq1RfTL .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-s7teq1RfTL .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-s7teq1RfTL .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-s7teq1RfTL .mbr-offer {
  color: #232323;
}
.cid-sq3oq7ZxzG {
  min-height: 114px !important;
  position: relative;
  background: #fbfcff;
}
.cid-sq3oq7ZxzG .nav-item,
.cid-sq3oq7ZxzG .nav-link,
.cid-sq3oq7ZxzG .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-sq3oq7ZxzG .nav-item:hover,
.cid-sq3oq7ZxzG .nav-link:hover,
.cid-sq3oq7ZxzG .navbar-caption:hover {
  color: #ff6400 !important;
}
.cid-sq3oq7ZxzG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-sq3oq7ZxzG a.nav-link:hover {
  color: #ff6400 !important;
}
.cid-sq3oq7ZxzG .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sq3oq7ZxzG .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sq3oq7ZxzG .container-fluid,
.cid-sq3oq7ZxzG .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-sq3oq7ZxzG .navbar-brand {
  padding: 0;
}
.cid-sq3oq7ZxzG .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-sq3oq7ZxzG .nav-link:hover:before {
  width: 100%;
}
.cid-sq3oq7ZxzG .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-sq3oq7ZxzG .nav-link {
    margin: 0 !important;
  }
}
.cid-sq3oq7ZxzG .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sq3oq7ZxzG .widget p,
.cid-sq3oq7ZxzG .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-sq3oq7ZxzG .widget p a,
.cid-sq3oq7ZxzG .widget .icons-menu a {
  margin-left: 15px;
}
.cid-sq3oq7ZxzG .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-sq3oq7ZxzG .icons__wrap:hover {
  color: #000000;
  background-color: #f9db51;
  border-color: #f9db51;
}
.cid-sq3oq7ZxzG .block__phone {
  color: #ff3a46;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sq3oq7ZxzG .block__phone,
  .cid-sq3oq7ZxzG .icons-menu {
    display: none;
  }
  .cid-sq3oq7ZxzG .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sq3oq7ZxzG .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f9db51 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-sq3oq7ZxzG .mbr-section-btn .btn-secondary:hover {
  background-color: #f9db51 !important;
  color: #ffffff !important;
}
.cid-sq3oq7ZxzG .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-sq3oq7ZxzG .navbar > .container,
.cid-sq3oq7ZxzG .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sq3oq7ZxzG .btn {
    white-space: nowrap;
  }
  .cid-sq3oq7ZxzG .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #fbfcff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-sq3oq7ZxzG .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sq3oq7ZxzG .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sq3oq7ZxzG .dropdown-toggle::after,
  .cid-sq3oq7ZxzG .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-sq3oq7ZxzG .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-sq3oq7ZxzG .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-sq3oq7ZxzG .dropdown-menu .dropdown-item:hover {
  color: #ff6400 !important;
}
.cid-sq3oq7ZxzG .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sq3oq7ZxzG .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sq3oq7ZxzG .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-sq3oq7ZxzG .nav-item:focus,
.cid-sq3oq7ZxzG .nav-link:focus {
  outline: none;
}
.cid-sq3oq7ZxzG .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-sq3oq7ZxzG .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-sq3oq7ZxzG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sq3oq7ZxzG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sq3oq7ZxzG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sq3oq7ZxzG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sq3oq7ZxzG .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sq3oq7ZxzG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sq3oq7ZxzG .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #fbfcff;
}
.cid-sq3oq7ZxzG .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #fbfcff !important;
}
.cid-sq3oq7ZxzG .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sq3oq7ZxzG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sq3oq7ZxzG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sq3oq7ZxzG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-sq3oq7ZxzG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sq3oq7ZxzG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sq3oq7ZxzG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sq3oq7ZxzG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sq3oq7ZxzG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sq3oq7ZxzG .navbar .dropdown-menu {
    background: #fbfcff !important;
  }
  .cid-sq3oq7ZxzG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sq3oq7ZxzG .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sq3oq7ZxzG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sq3oq7ZxzG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sq3oq7ZxzG .navbar.navbar-short {
  background: #fbfcff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sq3oq7ZxzG .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sq3oq7ZxzG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sq3oq7ZxzG .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-sq3oq7ZxzG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-sq3oq7ZxzG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sq3oq7ZxzG .dropdown-item.active,
.cid-sq3oq7ZxzG .dropdown-item:active {
  background-color: transparent;
}
.cid-sq3oq7ZxzG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfcff;
}
.cid-sq3oq7ZxzG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sq3oq7ZxzG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sq3oq7ZxzG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-sq3oq7ZxzG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sq3oq7ZxzG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sq3oq7ZxzG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sq3oq7ZxzG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sq3oq7ZxzG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq3oq7ZxzG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sq3oq7ZxzG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sq3oq7ZxzG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq3oq7ZxzG .navbar-dropdown {
  position: absolute;
}
@media (max-width: 991px) {
  .cid-sq3oq7ZxzG .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-sq3oq7ZxzG .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-sq3oq7ZxzG .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-sq3oq7ZxzG .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-sq3oq7ZxzG .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #fbfcff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sq3oq7ZxzG .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-sq3oq7ZxzG .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-sq3oq7ZxzG .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sq3oq7ZxzG .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-sq3oq7ZxzG .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-sq3oq7ZxzG a.nav-link {
    justify-content: flex-start;
  }
  .cid-sq3oq7ZxzG ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-sq3oq7ZxzG .navbar-brand {
    padding: 0;
  }
  .cid-sq3oq7ZxzG .block__phone,
  .cid-sq3oq7ZxzG .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-sq3oq7ZxzG .widget {
    flex-direction: column;
  }
}
.is-builder .cid-sq3oq7ZxzG .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sq3oq7ZxzG .navbar {
    height: 97px;
  }
  .cid-sq3oq7ZxzG .navbar.opened {
    height: auto;
  }
  .cid-sq3oq7ZxzG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s7MtJDGE2k {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-s7MtJDGE2k .container,
.cid-s7MtJDGE2k .container-fluid {
  pointer-events: none;
}
.cid-s7MtJDGE2k .mbr-section-subtitle,
.cid-s7MtJDGE2k .mbr-section-title,
.cid-s7MtJDGE2k .mbr-subtext,
.cid-s7MtJDGE2k .mbr-text,
.cid-s7MtJDGE2k .mbr-section-btn,
.cid-s7MtJDGE2k .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-s7MtJDGE2k .title__block {
    padding-top: 70px;
  }
}
.cid-s7MtJDGE2k .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-s7MtJDGE2k .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-s7MtJDGE2k .mbr-section-title b,
.cid-s7MtJDGE2k .mbr-section-title strong {
  font-weight: 500;
}
.cid-s7MtJDGE2k .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-s7MtJDGE2k .mbr-section-btn {
  margin-top: 60px;
}
.cid-s7MtJDGE2k .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-s7MtJDGE2k .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-s7MtJDGE2k .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-s7MtJDGE2k .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-s7MtJDGE2k .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s7MtJDGE2k .wrap__image {
    text-align: right;
  }
  .cid-s7MtJDGE2k .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-s7MtJDGE2k .wrap__image {
    text-align: center !important;
  }
}
.cid-s7MtJDGE2k .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-s7MtJDGE2k .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-s7MtJDGE2k .image__block2 {
    display: none;
  }
}
.cid-s7MtJDGE2k .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-s7MtJDGE2k .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-s7MtJDGE2k .image__background .circle__image1 {
    display: none;
  }
}
.cid-s7MtJDGE2k .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(249, 219, 81, 0.23);
}
@media (max-width: 1199px) {
  .cid-s7MtJDGE2k .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-s7MtJDGE2k .image__background .circle__image2 {
    display: none;
  }
}
.cid-s7MtJDGE2k .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-s7MtJDGE2k .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-s7MtJDGE2k .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #5842ff;
  animation: scale__two 5s infinite linear;
}
.cid-s7MtTCT7Qr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-s7MtTCT7Qr .mbr-section-title,
.cid-s7MtTCT7Qr .mbr-section-subtitle {
  color: #000000;
}
.cid-s7MtTCT7Qr .mbr-section-text {
  color: #232323;
}
.cid-s7MtTCT7Qr .mbr-text,
.cid-s7MtTCT7Qr .typed-text,
.cid-s7MtTCT7Qr .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s7MtTCT7Qr .btn {
  margin-left: 4px !important;
}
.cid-s7MtTCT7Qr .animated-element {
  color: #ff3366;
}
.cid-s7MtTCT7Qr .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-s7MtTCT7Qr .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-s7MtTCT7Qr .typed-text,
  .cid-s7MtTCT7Qr .mbr-section-subtitle,
  .cid-s7MtTCT7Qr .mbr-section-text,
  .cid-s7MtTCT7Qr .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s7MtY1ZunY {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-s7MtY1ZunY .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-s7MtY1ZunY #e1_circle,
.cid-s7MtY1ZunY #e3_circle,
.cid-s7MtY1ZunY #e4_circle,
.cid-s7MtY1ZunY #e5_circle {
  fill: #e1e8ff !important;
}
.cid-s7MtY1ZunY #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-s7MtY1ZunY .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-s7MtY1ZunY .rev {
  animation: rev 4s linear infinite;
}
.cid-s7MtY1ZunY .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-s7MtY1ZunY .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-s7MtY1ZunY .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-s7MtY1ZunY .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-s7MtY1ZunY .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-s7MtY1ZunY .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-s7MtY1ZunY .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-s7MtY1ZunY .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-s7MtY1ZunY .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-s7MtY1ZunY .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-s7MtY1ZunY .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-s7MtY1ZunY H1 {
  color: #5842ff;
}
.cid-s7MtY1ZunY .mbr-text,
.cid-s7MtY1ZunY .mbr-section-btn {
  color: #716c80;
}
.cid-s7MtY1ZunY img {
  width: 100%;
  margin: 0 auto;
}
.cid-s7Mu6vPKDH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-s7Mu6vPKDH .main,
.cid-s7Mu6vPKDH .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-s7Mu6vPKDH .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-s7Mu6vPKDH .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s7Mu6vPKDH .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7Mu6vPKDH .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s7Mu6vPKDH .text-element {
  padding: 3rem 2rem;
}
.cid-s7Mu6vPKDH .mbr-iconfont {
  font-size: 3rem;
  color: #5842ff;
}
.cid-s7Mu6vPKDH .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-s7Mu6vPKDH .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
.cid-s7Mu6vPKDH .mbr-section-btn {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (max-width: 991px) {
  .cid-s7Mu6vPKDH .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-s7Mu6vPKDH .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-s7Mu6vPKDH .image-element,
  .cid-s7Mu6vPKDH .text-element {
    margin-bottom: 0;
  }
  .cid-s7Mu6vPKDH .main:first-child {
    padding-top: 0;
  }
}
.cid-s7Mu6vPKDH .mbr-section-subtitle,
.cid-s7Mu6vPKDH .card-text,
.cid-s7Mu6vPKDH .mbr-section-btn {
  color: #8d97ad;
}
.cid-s7Mu6vPKDH .card-text,
.cid-s7Mu6vPKDH .mbr-section-btn {
  color: #767676;
}
.cid-s7Mu6vPKDH .mbr-section-subtitle {
  color: #767676;
}
.cid-s7QbVv1s7u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-s7QbVv1s7u .main,
.cid-s7QbVv1s7u .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-s7QbVv1s7u .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-s7QbVv1s7u .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s7QbVv1s7u .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7QbVv1s7u .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s7QbVv1s7u .text-element {
  padding: 3rem 2rem;
}
.cid-s7QbVv1s7u .mbr-iconfont {
  font-size: 3rem;
  color: #5842ff;
}
.cid-s7QbVv1s7u .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-s7QbVv1s7u .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
.cid-s7QbVv1s7u .mbr-section-btn {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (max-width: 991px) {
  .cid-s7QbVv1s7u .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-s7QbVv1s7u .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-s7QbVv1s7u .image-element,
  .cid-s7QbVv1s7u .text-element {
    margin-bottom: 0;
  }
  .cid-s7QbVv1s7u .main:first-child {
    padding-top: 0;
  }
}
.cid-s7QbVv1s7u .mbr-section-subtitle,
.cid-s7QbVv1s7u .card-text,
.cid-s7QbVv1s7u .mbr-section-btn {
  color: #8d97ad;
}
.cid-s7QbVv1s7u .card-text,
.cid-s7QbVv1s7u .mbr-section-btn {
  color: #767676;
}
.cid-s7QbVv1s7u .mbr-section-subtitle {
  color: #767676;
}
.cid-s7teq1RfTL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-s7teq1RfTL .container-fluid {
  padding: 0 3rem;
}
.cid-s7teq1RfTL .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-s7teq1RfTL .mbr-list li {
  margin-bottom: 1rem;
}
.cid-s7teq1RfTL .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-s7teq1RfTL .social-media {
  margin-top: 1.5rem;
}
.cid-s7teq1RfTL .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-s7teq1RfTL .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-s7teq1RfTL .mbr-text,
.cid-s7teq1RfTL .mbr-offer {
  line-height: 1.5;
}
.cid-s7teq1RfTL .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-s7teq1RfTL .container-fluid {
    padding: 0 1rem;
  }
  .cid-s7teq1RfTL .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-s7teq1RfTL .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-s7teq1RfTL .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-s7teq1RfTL .mbr-offer {
  color: #232323;
}
.cid-sq3oq7ZxzG {
  min-height: 114px !important;
  position: relative;
  background: #fbfcff;
}
.cid-sq3oq7ZxzG .nav-item,
.cid-sq3oq7ZxzG .nav-link,
.cid-sq3oq7ZxzG .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-sq3oq7ZxzG .nav-item:hover,
.cid-sq3oq7ZxzG .nav-link:hover,
.cid-sq3oq7ZxzG .navbar-caption:hover {
  color: #ff6400 !important;
}
.cid-sq3oq7ZxzG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-sq3oq7ZxzG a.nav-link:hover {
  color: #ff6400 !important;
}
.cid-sq3oq7ZxzG .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sq3oq7ZxzG .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sq3oq7ZxzG .container-fluid,
.cid-sq3oq7ZxzG .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-sq3oq7ZxzG .navbar-brand {
  padding: 0;
}
.cid-sq3oq7ZxzG .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-sq3oq7ZxzG .nav-link:hover:before {
  width: 100%;
}
.cid-sq3oq7ZxzG .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-sq3oq7ZxzG .nav-link {
    margin: 0 !important;
  }
}
.cid-sq3oq7ZxzG .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sq3oq7ZxzG .widget p,
.cid-sq3oq7ZxzG .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-sq3oq7ZxzG .widget p a,
.cid-sq3oq7ZxzG .widget .icons-menu a {
  margin-left: 15px;
}
.cid-sq3oq7ZxzG .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-sq3oq7ZxzG .icons__wrap:hover {
  color: #000000;
  background-color: #f9db51;
  border-color: #f9db51;
}
.cid-sq3oq7ZxzG .block__phone {
  color: #ff3a46;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sq3oq7ZxzG .block__phone,
  .cid-sq3oq7ZxzG .icons-menu {
    display: none;
  }
  .cid-sq3oq7ZxzG .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sq3oq7ZxzG .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f9db51 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-sq3oq7ZxzG .mbr-section-btn .btn-secondary:hover {
  background-color: #f9db51 !important;
  color: #ffffff !important;
}
.cid-sq3oq7ZxzG .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-sq3oq7ZxzG .navbar > .container,
.cid-sq3oq7ZxzG .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sq3oq7ZxzG .btn {
    white-space: nowrap;
  }
  .cid-sq3oq7ZxzG .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #fbfcff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-sq3oq7ZxzG .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sq3oq7ZxzG .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sq3oq7ZxzG .dropdown-toggle::after,
  .cid-sq3oq7ZxzG .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-sq3oq7ZxzG .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-sq3oq7ZxzG .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-sq3oq7ZxzG .dropdown-menu .dropdown-item:hover {
  color: #ff6400 !important;
}
.cid-sq3oq7ZxzG .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sq3oq7ZxzG .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sq3oq7ZxzG .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-sq3oq7ZxzG .nav-item:focus,
.cid-sq3oq7ZxzG .nav-link:focus {
  outline: none;
}
.cid-sq3oq7ZxzG .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-sq3oq7ZxzG .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-sq3oq7ZxzG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sq3oq7ZxzG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sq3oq7ZxzG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sq3oq7ZxzG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sq3oq7ZxzG .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sq3oq7ZxzG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sq3oq7ZxzG .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #fbfcff;
}
.cid-sq3oq7ZxzG .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #fbfcff !important;
}
.cid-sq3oq7ZxzG .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sq3oq7ZxzG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sq3oq7ZxzG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sq3oq7ZxzG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-sq3oq7ZxzG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sq3oq7ZxzG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sq3oq7ZxzG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sq3oq7ZxzG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sq3oq7ZxzG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sq3oq7ZxzG .navbar .dropdown-menu {
    background: #fbfcff !important;
  }
  .cid-sq3oq7ZxzG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sq3oq7ZxzG .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sq3oq7ZxzG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sq3oq7ZxzG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sq3oq7ZxzG .navbar.navbar-short {
  background: #fbfcff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sq3oq7ZxzG .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sq3oq7ZxzG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sq3oq7ZxzG .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-sq3oq7ZxzG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-sq3oq7ZxzG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sq3oq7ZxzG .dropdown-item.active,
.cid-sq3oq7ZxzG .dropdown-item:active {
  background-color: transparent;
}
.cid-sq3oq7ZxzG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfcff;
}
.cid-sq3oq7ZxzG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sq3oq7ZxzG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sq3oq7ZxzG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-sq3oq7ZxzG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sq3oq7ZxzG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sq3oq7ZxzG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sq3oq7ZxzG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sq3oq7ZxzG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq3oq7ZxzG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sq3oq7ZxzG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sq3oq7ZxzG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq3oq7ZxzG .navbar-dropdown {
  position: absolute;
}
@media (max-width: 991px) {
  .cid-sq3oq7ZxzG .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-sq3oq7ZxzG .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-sq3oq7ZxzG .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-sq3oq7ZxzG .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-sq3oq7ZxzG .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #fbfcff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sq3oq7ZxzG .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-sq3oq7ZxzG .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-sq3oq7ZxzG .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sq3oq7ZxzG .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-sq3oq7ZxzG .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-sq3oq7ZxzG a.nav-link {
    justify-content: flex-start;
  }
  .cid-sq3oq7ZxzG ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-sq3oq7ZxzG .navbar-brand {
    padding: 0;
  }
  .cid-sq3oq7ZxzG .block__phone,
  .cid-sq3oq7ZxzG .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-sq3oq7ZxzG .widget {
    flex-direction: column;
  }
}
.is-builder .cid-sq3oq7ZxzG .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sq3oq7ZxzG .navbar {
    height: 97px;
  }
  .cid-sq3oq7ZxzG .navbar.opened {
    height: auto;
  }
  .cid-sq3oq7ZxzG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spRQsoGPby {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-spRQsoGPby .container,
.cid-spRQsoGPby .container-fluid {
  pointer-events: none;
}
.cid-spRQsoGPby .mbr-section-subtitle,
.cid-spRQsoGPby .mbr-section-title,
.cid-spRQsoGPby .mbr-subtext,
.cid-spRQsoGPby .mbr-text,
.cid-spRQsoGPby .mbr-section-btn,
.cid-spRQsoGPby .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-spRQsoGPby .title__block {
    padding-top: 70px;
  }
}
.cid-spRQsoGPby .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #261987;
}
.cid-spRQsoGPby .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-spRQsoGPby .mbr-section-title b,
.cid-spRQsoGPby .mbr-section-title strong {
  font-weight: 500;
}
.cid-spRQsoGPby .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-spRQsoGPby .mbr-section-btn {
  margin-top: 60px;
}
.cid-spRQsoGPby .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-spRQsoGPby .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-spRQsoGPby .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-spRQsoGPby .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-spRQsoGPby .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-spRQsoGPby .wrap__image {
    text-align: right;
  }
  .cid-spRQsoGPby .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-spRQsoGPby .wrap__image {
    text-align: center !important;
  }
}
.cid-spRQsoGPby .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-spRQsoGPby .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-spRQsoGPby .image__block2 {
    display: none;
  }
}
.cid-spRQsoGPby .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-spRQsoGPby .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-spRQsoGPby .image__background .circle__image1 {
    display: none;
  }
}
.cid-spRQsoGPby .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(249, 219, 81, 0.23);
}
@media (max-width: 1199px) {
  .cid-spRQsoGPby .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-spRQsoGPby .image__background .circle__image2 {
    display: none;
  }
}
.cid-spRQsoGPby .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-spRQsoGPby .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-spRQsoGPby .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #5842ff;
  animation: scale__two 5s infinite linear;
}
.cid-spRQsqQ83d {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-spRQsqQ83d .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-spRQsqQ83d #e1_circle,
.cid-spRQsqQ83d #e3_circle,
.cid-spRQsqQ83d #e4_circle,
.cid-spRQsqQ83d #e5_circle {
  fill: #e1e8ff !important;
}
.cid-spRQsqQ83d #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-spRQsqQ83d .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-spRQsqQ83d .rev {
  animation: rev 4s linear infinite;
}
.cid-spRQsqQ83d .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-spRQsqQ83d .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-spRQsqQ83d .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-spRQsqQ83d .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-spRQsqQ83d .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-spRQsqQ83d .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-spRQsqQ83d .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-spRQsqQ83d .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-spRQsqQ83d .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-spRQsqQ83d .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-spRQsqQ83d .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-spRQsqQ83d H1 {
  color: #5842ff;
}
.cid-spRQsqQ83d .mbr-text,
.cid-spRQsqQ83d .mbr-section-btn {
  color: #716c80;
  text-align: left;
}
.cid-spRQsqQ83d img {
  width: 100%;
  margin: 0 auto;
}
.cid-spTwbLRtYT {
  padding-top: 60px;
  padding-bottom: 105px;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-spTwbLRtYT .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #273769;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-spTwbLRtYT .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-spTwbLRtYT .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-spTwbLRtYT .img-wrapper img {
  width: 100%;
}
.cid-spTwbLRtYT .carousel {
  z-index: 2;
  position: relative;
}
.cid-spTwbLRtYT .user {
  padding: 0 !important;
}
.cid-spTwbLRtYT .big-icon {
  top: 1rem;
  font-size: 2.7rem;
  z-index: 0;
  color: #848abd;
  opacity: 0.3;
  line-height: 2.083;
}
.cid-spTwbLRtYT .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-spTwbLRtYT .carousel-item.active,
.cid-spTwbLRtYT .carousel-item-next,
.cid-spTwbLRtYT .carousel-item-prev {
  display: flex;
}
.cid-spTwbLRtYT .user_name {
  margin: 0;
}
.cid-spTwbLRtYT .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-spTwbLRtYT .user_status {
  color: #5842ff;
}
.cid-spTwbLRtYT .user_status.display-4 {
  line-height: 1.3125;
}
.cid-spTwbLRtYT .carousel-controls a {
  font-size: 2rem;
}
.cid-spTwbLRtYT .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-spTwbLRtYT .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-spTwbLRtYT ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-spTwbLRtYT .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(153, 153, 153, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-spTwbLRtYT .carousel-indicators li:hover {
  opacity: 1;
}
.cid-spTwbLRtYT .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(153, 153, 153, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-spTwbLRtYT .user_text {
  color: #707070;
  text-align: left;
}
.cid-spTwbLRtYT .user_text p.display-5 {
  line-height: 1.54;
}
.cid-spTwbLRtYT .user_desk {
  color: #767676;
}
.cid-spTwbLRtYT .user_desk,
.cid-spTwbLRtYT .carousel-item {
  text-align: left;
}
.cid-spTwbLRtYT .carousel-item {
  padding-right: 20px;
}
.cid-spTwbLRtYT .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-spTwbLRtYT .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-spTwbLRtYT .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-spTwbLRtYT .carousel-control-prev {
  left: -20px;
  transform: translateX(-50%);
}
.cid-spZ3RinzHj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-spZ3RinzHj .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-spZ3RinzHj .icon__block {
  background: linear-gradient(135deg, rgba(38, 25, 135, 0.54) 0%, rgba(38, 25, 135, 0.85) 60%, #261987 100%);
}
.cid-spZ3RinzHj .mbr-section-title,
.cid-spZ3RinzHj .icon__wrap {
  text-align: center;
}
.cid-spZ3RinzHj .mbr-section-subtitle {
  text-align: center;
}
.cid-spZ3RinzHj .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-spZ3RinzHj .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-spZ3RinzHj .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-spZ3RinzHj .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-spZ3RinzHj .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-spSiEJOrAX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #5842ff;
  background: linear-gradient(-135deg, rgba(88, 66, 255, 0.8), #5842ff);
}
.cid-spSiEJOrAX .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-spSiEJOrAX:before {
  content: "";
  width: 150%;
  height: 200px;
  background: #ffffff;
  transform: rotate(-4deg);
  position: absolute;
  top: -125px;
  right: 0;
}
.cid-spSiEJOrAX:after {
  content: "";
  width: 150%;
  height: 150px;
  background: #ffffff;
  transform: rotate(-4deg);
  position: absolute;
  bottom: -45px;
  left: -3px;
}
.cid-spSiEJOrAX .container {
  pointer-events: none;
}
.cid-spSiEJOrAX .title__block,
.cid-spSiEJOrAX .card {
  pointer-events: all;
}
.cid-spSiEJOrAX .mbr-section-subtitle {
  opacity: 0.5;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.cid-spSiEJOrAX .mbr-section-title {
  text-decoration: underline;
}
.cid-spSiEJOrAX .title__block {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .cid-spSiEJOrAX .title__block {
    margin-bottom: 50px;
  }
}
.cid-spSiEJOrAX .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-spSiEJOrAX .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-spSiEJOrAX .card__wrap:hover:before {
  transform-origin: center top;
  transform: scaleY(1);
}
.cid-spSiEJOrAX .card__wrap:hover .card-title {
  color: #273769;
}
.cid-spSiEJOrAX .card__wrap:hover .mbr-text {
  color: #273769;
}
.cid-spSiEJOrAX .card__wrap:hover .btn__more a {
  color: #ff6400 !important;
  opacity: 1;
}
.cid-spSiEJOrAX .card__icon {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-spSiEJOrAX .card__icon span {
  font-size: 50px;
  color: #b3cffc;
}
.cid-spSiEJOrAX .card-box {
  padding-left: 20px;
  word-break: break-word;
  width: 100%;
}
.cid-spSiEJOrAX .mbr-text {
  line-height: 30px;
  opacity: 0.8;
  padding: 12px 0 25px;
}
.cid-spSiEJOrAX .btn__more a {
  color: #ffffff !important;
  opacity: 0.9;
}
.cid-spSiEJOrAX .btn__more a:hover {
  color: #ff6400 !important;
  text-decoration: underline;
}
.cid-spSiEJOrAX .btn__more .mbr-iconfont {
  font-size: 18px;
  vertical-align: -1px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .cid-spSiEJOrAX .card__wrap {
    padding: 35px 15px 30px 40px;
  }
  .cid-spSiEJOrAX .card-box {
    margin-top: 20px;
    padding-left: 0;
  }
}
.cid-spSiEJOrAX .animation__background .triangle {
  position: absolute;
  top: 10%;
  right: 29%;
  animation: animationTwo 40s infinite linear;
}
.cid-spSiEJOrAX .animation__background .quadr {
  position: absolute;
  bottom: 5%;
  right: 9%;
  animation: rotated 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-spSiEJOrAX .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-spSiEJOrAX .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-spSiEJOrAX .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 50%;
  bottom: 50%;
  position: absolute;
  border-radius: 50%;
  background-color: #5842ff;
  animation: animationTwo 30s infinite linear;
}
.cid-spSiEJOrAX .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #f9db51;
  animation: animationOne 25s infinite linear;
}
.cid-spSiEJOrAX .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #273769;
  animation: animationTwo 25s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-spZ5wQyxWN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-spZ5wQyxWN .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-spZ5wQyxWN .icon__block {
  background: linear-gradient(135deg, rgba(38, 25, 135, 0.54) 0%, rgba(38, 25, 135, 0.85) 60%, #261987 100%);
}
.cid-spZ5wQyxWN .mbr-section-title,
.cid-spZ5wQyxWN .icon__wrap {
  text-align: center;
}
.cid-spZ5wQyxWN .mbr-section-subtitle {
  text-align: center;
}
.cid-spZ5wQyxWN .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-spZ5wQyxWN .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-spZ5wQyxWN .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-spZ5wQyxWN .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-spZ5wQyxWN .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-spRQspJznB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-spRQspJznB .mbr-section-title,
.cid-spRQspJznB .mbr-section-subtitle {
  color: #000000;
}
.cid-spRQspJznB .mbr-section-text {
  color: #232323;
}
.cid-spRQspJznB .mbr-text,
.cid-spRQspJznB .typed-text,
.cid-spRQspJznB .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-spRQspJznB .btn {
  margin-left: 4px !important;
}
.cid-spRQspJznB .animated-element {
  color: #ff3366;
}
.cid-spRQspJznB .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-spRQspJznB .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-spRQspJznB .typed-text,
  .cid-spRQspJznB .mbr-section-subtitle,
  .cid-spRQspJznB .mbr-section-text,
  .cid-spRQspJznB .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sL5AXyKkpO {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sL5AXyKkpO .container,
.cid-sL5AXyKkpO .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-sL5AXyKkpO .mbr-section-subtitle,
.cid-sL5AXyKkpO .mbr-section-title,
.cid-sL5AXyKkpO .mbr-subtext,
.cid-sL5AXyKkpO .mbr-text,
.cid-sL5AXyKkpO .mbr-section-btn,
.cid-sL5AXyKkpO .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-sL5AXyKkpO .title__block {
    padding-top: 70px;
  }
}
.cid-sL5AXyKkpO .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sL5AXyKkpO .mbr-section-title {
  color: #5e9414;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-sL5AXyKkpO .mbr-section-title b,
.cid-sL5AXyKkpO .mbr-section-title strong {
  font-weight: 500;
}
.cid-sL5AXyKkpO .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-sL5AXyKkpO .mbr-section-btn {
  margin-top: 60px;
}
.cid-sL5AXyKkpO .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-sL5AXyKkpO .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-sL5AXyKkpO .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-sL5AXyKkpO .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-sL5AXyKkpO .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sL5AXyKkpO .wrap__image {
    text-align: right;
  }
  .cid-sL5AXyKkpO .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-sL5AXyKkpO .wrap__image {
    text-align: center !important;
  }
}
.cid-sL5AXyKkpO .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-sL5AXyKkpO .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-sL5AXyKkpO .image__block2 {
    display: none;
  }
}
.cid-sL5AXyKkpO .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-sL5AXyKkpO .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-sL5AXyKkpO .image__background .circle__image1 {
    display: none;
  }
}
.cid-sL5AXyKkpO .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(249, 219, 81, 0.23);
}
@media (max-width: 1199px) {
  .cid-sL5AXyKkpO .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-sL5AXyKkpO .image__background .circle__image2 {
    display: none;
  }
}
.cid-sL5AXyKkpO .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-sL5AXyKkpO .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sL5AXyKkpO .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #5842ff;
  animation: scale__two 5s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes scale__two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.cid-sL5AXyKkpO .mbr-text,
.cid-sL5AXyKkpO .mbr-section-btn {
  color: #000000;
}
.cid-spRQsrHzs4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-spRQsrHzs4 .main,
.cid-spRQsrHzs4 .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-spRQsrHzs4 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-spRQsrHzs4 .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-spRQsrHzs4 .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spRQsrHzs4 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-spRQsrHzs4 .text-element {
  padding: 3rem 2rem;
}
.cid-spRQsrHzs4 .mbr-iconfont {
  font-size: 3rem;
  color: #5842ff;
}
.cid-spRQsrHzs4 .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-spRQsrHzs4 .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-spRQsrHzs4 .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-spRQsrHzs4 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-spRQsrHzs4 .image-element,
  .cid-spRQsrHzs4 .text-element {
    margin-bottom: 0;
  }
  .cid-spRQsrHzs4 .main:first-child {
    padding-top: 0;
  }
}
.cid-spRQsrHzs4 .mbr-section-subtitle,
.cid-spRQsrHzs4 .card-text,
.cid-spRQsrHzs4 .mbr-section-btn {
  color: #8d97ad;
}
.cid-spRQsrHzs4 .card-text,
.cid-spRQsrHzs4 .mbr-section-btn {
  color: #767676;
}
.cid-spRQsrHzs4 .mbr-section-subtitle {
  color: #767676;
}
.cid-spRQsvGnBy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-spRQsvGnBy .main,
.cid-spRQsvGnBy .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-spRQsvGnBy .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-spRQsvGnBy .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-spRQsvGnBy .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spRQsvGnBy .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-spRQsvGnBy .text-element {
  padding: 3rem 2rem;
}
.cid-spRQsvGnBy .mbr-iconfont {
  font-size: 3rem;
  color: #5842ff;
}
.cid-spRQsvGnBy .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-spRQsvGnBy .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-spRQsvGnBy .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-spRQsvGnBy .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-spRQsvGnBy .image-element,
  .cid-spRQsvGnBy .text-element {
    margin-bottom: 0;
  }
  .cid-spRQsvGnBy .main:first-child {
    padding-top: 0;
  }
}
.cid-spRQsvGnBy .mbr-section-subtitle,
.cid-spRQsvGnBy .card-text,
.cid-spRQsvGnBy .mbr-section-btn {
  color: #8d97ad;
}
.cid-spRQsvGnBy .card-text,
.cid-spRQsvGnBy .mbr-section-btn {
  color: #767676;
}
.cid-spRQsvGnBy .mbr-section-subtitle {
  color: #767676;
}
.cid-spZ6NS7PMJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-spZ6NS7PMJ .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-spZ6NS7PMJ .icon__block {
  background: linear-gradient(135deg, rgba(38, 25, 135, 0.54) 0%, rgba(38, 25, 135, 0.85) 60%, #261987 100%);
}
.cid-spZ6NS7PMJ .mbr-section-title,
.cid-spZ6NS7PMJ .icon__wrap {
  text-align: center;
}
.cid-spZ6NS7PMJ .mbr-section-subtitle {
  text-align: center;
}
.cid-spZ6NS7PMJ .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-spZ6NS7PMJ .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-spZ6NS7PMJ .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-spZ6NS7PMJ .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-spZ6NS7PMJ .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-spYs30cIVk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spYs30cIVk .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/ecosuds-rug-spa-2-800x800.jpg");
}
.cid-spYs30cIVk .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-spYs30cIVk .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-spYs30cIVk .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-spYs30cIVk .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-spYs30cIVk .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-spYs30cIVk .card .wrapper .mbr-text {
  color: #5842ff;
  font-weight: 300;
}
.cid-spYs30cIVk .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-spYs30cIVk .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-spYs30cIVk .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-spYs30cIVk .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ff4e3c;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-spYs30cIVk .card .wrapper .link-wrap {
  width: 100%;
}
.cid-spYs30cIVk .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-spYs30cIVk .card .wrapper .link-wrap .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-spYs30cIVk .card .wrapper .link-wrap .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-spYs30cIVk .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-spYs30cIVk .card .wrapper .mbr-text {
  color: #6a6c72;
}
.cid-spYs30cIVk .card .wrapper .mbr-section-title {
  color: #5e9414;
}
.cid-spZ7KklXbC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-spZ7KklXbC .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-spZ7KklXbC .icon__block {
  background: linear-gradient(135deg, rgba(38, 25, 135, 0.54) 0%, rgba(38, 25, 135, 0.85) 60%, #261987 100%);
}
.cid-spZ7KklXbC .mbr-section-title,
.cid-spZ7KklXbC .icon__wrap {
  text-align: center;
}
.cid-spZ7KklXbC .mbr-section-subtitle {
  text-align: center;
}
.cid-spZ7KklXbC .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-spZ7KklXbC .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-spZ7KklXbC .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-spZ7KklXbC .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-spZ7KklXbC .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-spRQsuCzPf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-spRQsuCzPf .container-fluid {
  padding: 0 3rem;
}
.cid-spRQsuCzPf .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-spRQsuCzPf .mbr-list li {
  margin-bottom: 1rem;
}
.cid-spRQsuCzPf .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-spRQsuCzPf .social-media {
  margin-top: 1.5rem;
}
.cid-spRQsuCzPf .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-spRQsuCzPf .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-spRQsuCzPf .mbr-text,
.cid-spRQsuCzPf .mbr-offer {
  line-height: 1.5;
}
.cid-spRQsuCzPf .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-spRQsuCzPf .container-fluid {
    padding: 0 1rem;
  }
  .cid-spRQsuCzPf .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-spRQsuCzPf .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-spRQsuCzPf .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-spRQsuCzPf .mbr-offer {
  color: #232323;
}
.cid-sq3oq7ZxzG {
  min-height: 114px !important;
  position: relative;
  background: #fbfcff;
}
.cid-sq3oq7ZxzG .nav-item,
.cid-sq3oq7ZxzG .nav-link,
.cid-sq3oq7ZxzG .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-sq3oq7ZxzG .nav-item:hover,
.cid-sq3oq7ZxzG .nav-link:hover,
.cid-sq3oq7ZxzG .navbar-caption:hover {
  color: #ff6400 !important;
}
.cid-sq3oq7ZxzG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-sq3oq7ZxzG a.nav-link:hover {
  color: #ff6400 !important;
}
.cid-sq3oq7ZxzG .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sq3oq7ZxzG .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sq3oq7ZxzG .container-fluid,
.cid-sq3oq7ZxzG .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-sq3oq7ZxzG .navbar-brand {
  padding: 0;
}
.cid-sq3oq7ZxzG .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-sq3oq7ZxzG .nav-link:hover:before {
  width: 100%;
}
.cid-sq3oq7ZxzG .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-sq3oq7ZxzG .nav-link {
    margin: 0 !important;
  }
}
.cid-sq3oq7ZxzG .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sq3oq7ZxzG .widget p,
.cid-sq3oq7ZxzG .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-sq3oq7ZxzG .widget p a,
.cid-sq3oq7ZxzG .widget .icons-menu a {
  margin-left: 15px;
}
.cid-sq3oq7ZxzG .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-sq3oq7ZxzG .icons__wrap:hover {
  color: #000000;
  background-color: #f9db51;
  border-color: #f9db51;
}
.cid-sq3oq7ZxzG .block__phone {
  color: #ff3a46;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sq3oq7ZxzG .block__phone,
  .cid-sq3oq7ZxzG .icons-menu {
    display: none;
  }
  .cid-sq3oq7ZxzG .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sq3oq7ZxzG .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f9db51 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-sq3oq7ZxzG .mbr-section-btn .btn-secondary:hover {
  background-color: #f9db51 !important;
  color: #ffffff !important;
}
.cid-sq3oq7ZxzG .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-sq3oq7ZxzG .navbar > .container,
.cid-sq3oq7ZxzG .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sq3oq7ZxzG .btn {
    white-space: nowrap;
  }
  .cid-sq3oq7ZxzG .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #fbfcff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-sq3oq7ZxzG .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sq3oq7ZxzG .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sq3oq7ZxzG .dropdown-toggle::after,
  .cid-sq3oq7ZxzG .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-sq3oq7ZxzG .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-sq3oq7ZxzG .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-sq3oq7ZxzG .dropdown-menu .dropdown-item:hover {
  color: #ff6400 !important;
}
.cid-sq3oq7ZxzG .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sq3oq7ZxzG .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sq3oq7ZxzG .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-sq3oq7ZxzG .nav-item:focus,
.cid-sq3oq7ZxzG .nav-link:focus {
  outline: none;
}
.cid-sq3oq7ZxzG .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-sq3oq7ZxzG .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-sq3oq7ZxzG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sq3oq7ZxzG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sq3oq7ZxzG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sq3oq7ZxzG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sq3oq7ZxzG .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sq3oq7ZxzG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sq3oq7ZxzG .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #fbfcff;
}
.cid-sq3oq7ZxzG .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #fbfcff !important;
}
.cid-sq3oq7ZxzG .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sq3oq7ZxzG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sq3oq7ZxzG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sq3oq7ZxzG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-sq3oq7ZxzG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sq3oq7ZxzG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sq3oq7ZxzG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sq3oq7ZxzG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sq3oq7ZxzG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sq3oq7ZxzG .navbar .dropdown-menu {
    background: #fbfcff !important;
  }
  .cid-sq3oq7ZxzG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sq3oq7ZxzG .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sq3oq7ZxzG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sq3oq7ZxzG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sq3oq7ZxzG .navbar.navbar-short {
  background: #fbfcff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sq3oq7ZxzG .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sq3oq7ZxzG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sq3oq7ZxzG .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-sq3oq7ZxzG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-sq3oq7ZxzG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sq3oq7ZxzG .dropdown-item.active,
.cid-sq3oq7ZxzG .dropdown-item:active {
  background-color: transparent;
}
.cid-sq3oq7ZxzG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfcff;
}
.cid-sq3oq7ZxzG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sq3oq7ZxzG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sq3oq7ZxzG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-sq3oq7ZxzG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sq3oq7ZxzG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sq3oq7ZxzG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sq3oq7ZxzG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sq3oq7ZxzG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq3oq7ZxzG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sq3oq7ZxzG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sq3oq7ZxzG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq3oq7ZxzG .navbar-dropdown {
  position: absolute;
}
@media (max-width: 991px) {
  .cid-sq3oq7ZxzG .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-sq3oq7ZxzG .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-sq3oq7ZxzG .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-sq3oq7ZxzG .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-sq3oq7ZxzG .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #fbfcff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sq3oq7ZxzG .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-sq3oq7ZxzG .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-sq3oq7ZxzG .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sq3oq7ZxzG .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-sq3oq7ZxzG .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-sq3oq7ZxzG a.nav-link {
    justify-content: flex-start;
  }
  .cid-sq3oq7ZxzG ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-sq3oq7ZxzG .navbar-brand {
    padding: 0;
  }
  .cid-sq3oq7ZxzG .block__phone,
  .cid-sq3oq7ZxzG .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-sq3oq7ZxzG .widget {
    flex-direction: column;
  }
}
.is-builder .cid-sq3oq7ZxzG .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sq3oq7ZxzG .navbar {
    height: 97px;
  }
  .cid-sq3oq7ZxzG .navbar.opened {
    height: auto;
  }
  .cid-sq3oq7ZxzG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s7uWsKo1CA {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-s7uWsKo1CA .container,
.cid-s7uWsKo1CA .container-fluid {
  pointer-events: none;
}
.cid-s7uWsKo1CA .mbr-section-subtitle,
.cid-s7uWsKo1CA .mbr-section-title,
.cid-s7uWsKo1CA .mbr-subtext,
.cid-s7uWsKo1CA .mbr-text,
.cid-s7uWsKo1CA .mbr-section-btn,
.cid-s7uWsKo1CA .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-s7uWsKo1CA .title__block {
    padding-top: 70px;
  }
}
.cid-s7uWsKo1CA .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-s7uWsKo1CA .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-s7uWsKo1CA .mbr-section-title b,
.cid-s7uWsKo1CA .mbr-section-title strong {
  font-weight: 500;
}
.cid-s7uWsKo1CA .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-s7uWsKo1CA .mbr-section-btn {
  margin-top: 60px;
}
.cid-s7uWsKo1CA .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-s7uWsKo1CA .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-s7uWsKo1CA .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-s7uWsKo1CA .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-s7uWsKo1CA .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s7uWsKo1CA .wrap__image {
    text-align: right;
  }
  .cid-s7uWsKo1CA .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-s7uWsKo1CA .wrap__image {
    text-align: center !important;
  }
}
.cid-s7uWsKo1CA .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-s7uWsKo1CA .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-s7uWsKo1CA .image__block2 {
    display: none;
  }
}
.cid-s7uWsKo1CA .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-s7uWsKo1CA .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-s7uWsKo1CA .image__background .circle__image1 {
    display: none;
  }
}
.cid-s7uWsKo1CA .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(249, 219, 81, 0.23);
}
@media (max-width: 1199px) {
  .cid-s7uWsKo1CA .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-s7uWsKo1CA .image__background .circle__image2 {
    display: none;
  }
}
.cid-s7uWsKo1CA .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-s7uWsKo1CA .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-s7uWsKo1CA .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #5842ff;
  animation: scale__two 5s infinite linear;
}
.cid-s7uWsTPE35 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-s7uWsTPE35 .container {
  pointer-events: none;
}
.cid-s7uWsTPE35 .mbr-section-subtitle,
.cid-s7uWsTPE35 .title,
.cid-s7uWsTPE35 .mbr-text,
.cid-s7uWsTPE35 .phone,
.cid-s7uWsTPE35 .subscribe__form {
  pointer-events: all;
}
.cid-s7uWsTPE35 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-s7uWsTPE35 .mbr-section-title {
  color: #233d63;
}
.cid-s7uWsTPE35 .mbr-section-title span {
  font-weight: 300;
}
.cid-s7uWsTPE35 .line {
  margin: 35px 0 45px;
  display: inline-block;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(130deg, rgba(249, 219, 81, 0.65) 0%, rgba(255, 100, 0, 0.65) 100%) !important;
}
.cid-s7uWsTPE35 .mbr-text {
  margin-bottom: 15px;
  color: #4a4a4a;
}
.cid-s7uWsTPE35 .subscribe__form {
  margin-left: 60px;
  background: #fbfcff;
  padding: 65px 60px;
  box-shadow: 19px 19px 100px 0px rgba(96, 96, 96, 0.08);
}
.cid-s7uWsTPE35 .form-group {
  margin-bottom: 0;
}
.cid-s7uWsTPE35 .dragArea .form-control {
  height: 50px;
  margin-bottom: 55px;
  padding: 0 5px;
  color: #64697a;
  font-size: 17px;
  background-color: #fbfcff !important;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-s7uWsTPE35 .dragArea textarea {
  height: 120px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-s7uWsTPE35 .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-s7uWsTPE35 .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-s7uWsTPE35 .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-s7uWsTPE35 .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-s7uWsTPE35 .dragArea .input-group-btn .btn {
  min-width: 185px;
  height: 50px;
  margin-bottom: 55px;
  padding: 0;
  border: none;
  background: linear-gradient(130deg, rgba(249, 219, 81, 0.65) 0%, rgba(255, 100, 0, 0.65) 100%) !important;
}
.cid-s7uWsTPE35 .phone {
  color: #f47b5b;
}
.cid-s7uWsTPE35 .box {
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-s7uWsTPE35 .subscribe__form {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 35px 30px;
  }
}
.cid-s7uWsTPE35 .image__background .circle__image1 {
  width: 890px;
  height: 890px;
  top: 70px;
  right: -245px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(255, 100, 0, 0.1);
}
@media (max-width: 1199px) {
  .cid-s7uWsTPE35 .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-s7uWsTPE35 .image__background .circle__image1 {
    display: none;
  }
}
.cid-s7uWsTPE35 .image__background .circle__image2 {
  width: 890px;
  height: 890px;
  top: 0;
  right: -265px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  background-color: rgba(249, 219, 81, 0.23);
}
@media (max-width: 1199px) {
  .cid-s7uWsTPE35 .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-s7uWsTPE35 .image__background .circle__image2 {
    display: none;
  }
}
.cid-s7uWsTPE35 .animation__background .triangle {
  position: absolute;
  top: 33%;
  left: 47%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-s7uWsTPE35 .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-s7uWsTPE35 .animation__background .circle2 {
  display: inline-block;
  width: 11px;
  height: 11px;
  bottom: 45%;
  left: 5%;
  position: absolute;
  border-radius: 50%;
  background-color: #f47b5b;
  animation: animationTwo 25s infinite linear;
}
.cid-s7uWsTPE35 .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 130px;
  left: 37%;
  position: absolute;
  border-radius: 50%;
  background-color: #5842ff;
  animation: animationOne 35s infinite linear;
}
.cid-s7uWsTPE35 .mbr-section-title,
.cid-s7uWsTPE35 .title {
  color: #273769;
}
.cid-s7uWsXqVjU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-s7uWsXqVjU .container-fluid {
  padding: 0 3rem;
}
.cid-s7uWsXqVjU .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-s7uWsXqVjU .mbr-list li {
  margin-bottom: 1rem;
}
.cid-s7uWsXqVjU .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-s7uWsXqVjU .social-media {
  margin-top: 1.5rem;
}
.cid-s7uWsXqVjU .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-s7uWsXqVjU .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-s7uWsXqVjU .mbr-text,
.cid-s7uWsXqVjU .mbr-offer {
  line-height: 1.5;
}
.cid-s7uWsXqVjU .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-s7uWsXqVjU .container-fluid {
    padding: 0 1rem;
  }
  .cid-s7uWsXqVjU .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-s7uWsXqVjU .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-s7uWsXqVjU .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-s7uWsXqVjU .mbr-offer {
  color: #232323;
}
.cid-sq3oq7ZxzG {
  min-height: 114px !important;
  position: relative;
  background: #fbfcff;
}
.cid-sq3oq7ZxzG .nav-item,
.cid-sq3oq7ZxzG .nav-link,
.cid-sq3oq7ZxzG .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-sq3oq7ZxzG .nav-item:hover,
.cid-sq3oq7ZxzG .nav-link:hover,
.cid-sq3oq7ZxzG .navbar-caption:hover {
  color: #ff6400 !important;
}
.cid-sq3oq7ZxzG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-sq3oq7ZxzG a.nav-link:hover {
  color: #ff6400 !important;
}
.cid-sq3oq7ZxzG .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sq3oq7ZxzG .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sq3oq7ZxzG .container-fluid,
.cid-sq3oq7ZxzG .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-sq3oq7ZxzG .navbar-brand {
  padding: 0;
}
.cid-sq3oq7ZxzG .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-sq3oq7ZxzG .nav-link:hover:before {
  width: 100%;
}
.cid-sq3oq7ZxzG .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-sq3oq7ZxzG .nav-link {
    margin: 0 !important;
  }
}
.cid-sq3oq7ZxzG .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sq3oq7ZxzG .widget p,
.cid-sq3oq7ZxzG .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-sq3oq7ZxzG .widget p a,
.cid-sq3oq7ZxzG .widget .icons-menu a {
  margin-left: 15px;
}
.cid-sq3oq7ZxzG .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-sq3oq7ZxzG .icons__wrap:hover {
  color: #000000;
  background-color: #f9db51;
  border-color: #f9db51;
}
.cid-sq3oq7ZxzG .block__phone {
  color: #ff3a46;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sq3oq7ZxzG .block__phone,
  .cid-sq3oq7ZxzG .icons-menu {
    display: none;
  }
  .cid-sq3oq7ZxzG .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sq3oq7ZxzG .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f9db51 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-sq3oq7ZxzG .mbr-section-btn .btn-secondary:hover {
  background-color: #f9db51 !important;
  color: #ffffff !important;
}
.cid-sq3oq7ZxzG .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-sq3oq7ZxzG .navbar > .container,
.cid-sq3oq7ZxzG .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sq3oq7ZxzG .btn {
    white-space: nowrap;
  }
  .cid-sq3oq7ZxzG .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #fbfcff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-sq3oq7ZxzG .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sq3oq7ZxzG .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sq3oq7ZxzG .dropdown-toggle::after,
  .cid-sq3oq7ZxzG .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-sq3oq7ZxzG .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-sq3oq7ZxzG .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-sq3oq7ZxzG .dropdown-menu .dropdown-item:hover {
  color: #ff6400 !important;
}
.cid-sq3oq7ZxzG .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sq3oq7ZxzG .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sq3oq7ZxzG .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-sq3oq7ZxzG .nav-item:focus,
.cid-sq3oq7ZxzG .nav-link:focus {
  outline: none;
}
.cid-sq3oq7ZxzG .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-sq3oq7ZxzG .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-sq3oq7ZxzG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sq3oq7ZxzG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sq3oq7ZxzG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sq3oq7ZxzG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sq3oq7ZxzG .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sq3oq7ZxzG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sq3oq7ZxzG .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #fbfcff;
}
.cid-sq3oq7ZxzG .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #fbfcff !important;
}
.cid-sq3oq7ZxzG .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sq3oq7ZxzG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sq3oq7ZxzG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sq3oq7ZxzG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-sq3oq7ZxzG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sq3oq7ZxzG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sq3oq7ZxzG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sq3oq7ZxzG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sq3oq7ZxzG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sq3oq7ZxzG .navbar .dropdown-menu {
    background: #fbfcff !important;
  }
  .cid-sq3oq7ZxzG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sq3oq7ZxzG .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sq3oq7ZxzG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sq3oq7ZxzG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sq3oq7ZxzG .navbar.navbar-short {
  background: #fbfcff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sq3oq7ZxzG .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sq3oq7ZxzG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sq3oq7ZxzG .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-sq3oq7ZxzG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-sq3oq7ZxzG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sq3oq7ZxzG .dropdown-item.active,
.cid-sq3oq7ZxzG .dropdown-item:active {
  background-color: transparent;
}
.cid-sq3oq7ZxzG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfcff;
}
.cid-sq3oq7ZxzG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sq3oq7ZxzG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sq3oq7ZxzG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-sq3oq7ZxzG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sq3oq7ZxzG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sq3oq7ZxzG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sq3oq7ZxzG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sq3oq7ZxzG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq3oq7ZxzG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sq3oq7ZxzG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sq3oq7ZxzG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq3oq7ZxzG .navbar-dropdown {
  position: absolute;
}
@media (max-width: 991px) {
  .cid-sq3oq7ZxzG .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-sq3oq7ZxzG .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-sq3oq7ZxzG .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-sq3oq7ZxzG .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-sq3oq7ZxzG .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #fbfcff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sq3oq7ZxzG .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-sq3oq7ZxzG .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-sq3oq7ZxzG .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sq3oq7ZxzG .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-sq3oq7ZxzG .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-sq3oq7ZxzG a.nav-link {
    justify-content: flex-start;
  }
  .cid-sq3oq7ZxzG ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-sq3oq7ZxzG .navbar-brand {
    padding: 0;
  }
  .cid-sq3oq7ZxzG .block__phone,
  .cid-sq3oq7ZxzG .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-sq3oq7ZxzG .widget {
    flex-direction: column;
  }
}
.is-builder .cid-sq3oq7ZxzG .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sq3oq7ZxzG .navbar {
    height: 97px;
  }
  .cid-sq3oq7ZxzG .navbar.opened {
    height: auto;
  }
  .cid-sq3oq7ZxzG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
