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





body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 3.6rem;
  line-height: 1.38888889;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.6rem;
  line-height: 2.34375;
}
.display-2 > .mbr-iconfont {
  font-size: 2.56rem;
}
.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: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #233d63 !important;
}
.bg-success {
  background-color: #06df9e !important;
}
.bg-info {
  background-color: #bf6cff !important;
}
.bg-warning {
  background-color: #ff6400 !important;
}
.bg-danger {
  background-color: #ff3a46 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #233d63 !important;
  border-color: #233d63 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #233d63;
  border-color: #233d63;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #233d63 !important;
  border-color: #233d63 !important;
}
.btn-primary:hover {
  background-color: #16263d !important;
  border-color: #16263d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #64697a !important;
  border-color: #64697a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #64697a;
  border-color: #64697a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #64697a !important;
  border-color: #64697a !important;
}
.btn-secondary:hover {
  background-color: #4d515e !important;
  border-color: #4d515e !important;
}
.btn-info,
.btn-info:active {
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #bf6cff;
  border-color: #bf6cff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
}
.btn-info:hover {
  background-color: #a939ff !important;
  border-color: #a939ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #06df9e !important;
  border-color: #06df9e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #06df9e;
  border-color: #06df9e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-success:hover {
  background-color: #05ad7b !important;
  border-color: #05ad7b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff6400;
  border-color: #ff6400;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-warning:hover {
  background-color: #ff8333 !important;
  border-color: #ff8333 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff3a46;
  border-color: #ff3a46;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
}
.btn-danger:hover {
  background-color: lighte(#ff3a46, 10%) !important;
  border-color: #ff0716 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #233d63;
  color: #233d63;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #233d63 !important;
  border-color: #233d63;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #233d63 !important;
  border-color: #233d63 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #64697a;
  color: #64697a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #64697a !important;
  border-color: #64697a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #64697a !important;
  border-color: #64697a !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #bf6cff;
  color: #bf6cff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #bf6cff !important;
  border-color: #bf6cff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #06df9e;
  color: #06df9e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #06df9e !important;
  border-color: #06df9e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ff6400;
  color: #ff6400;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #ff6400 !important;
  border-color: #ff6400;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ff3a46;
  color: #ff3a46;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #ff3a46 !important;
  border-color: #ff3a46;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #233d63 !important;
}
.text-secondary {
  color: #64697a !important;
}
.text-success {
  color: #06df9e !important;
}
.text-info {
  color: #bf6cff !important;
}
.text-warning {
  color: #ff6400 !important;
}
.text-danger {
  color: #ff3a46 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #080f18 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #363942 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #037c58 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #9306ff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff6400 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d3000d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #233d63 !important;
}
.alert-success {
  background-color: #06df9e;
}
.alert-info {
  background-color: #bf6cff;
}
.alert-warning {
  background-color: #ff6400;
}
.alert-danger {
  background-color: #ff3a46;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #233d63;
  border-color: #233d63;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #233d63;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4778be;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4fde7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe0cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #233d63;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #233d63;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #233d63;
  border-bottom-color: #233d63;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #233d63 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #64697a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-s7mMLq0QLv {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-s7mMLq0QLv .container,
.cid-s7mMLq0QLv .container-fluid {
  pointer-events: none;
}
.cid-s7mMLq0QLv .icon__wrap,
.cid-s7mMLq0QLv .mbr-section-title,
.cid-s7mMLq0QLv .mbr-text,
.cid-s7mMLq0QLv .items__block,
.cid-s7mMLq0QLv .mbr-section-btn,
.cid-s7mMLq0QLv .image {
  pointer-events: all;
}
.cid-s7mMLq0QLv .image {
  text-align: center;
}
.cid-s7mMLq0QLv .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-s7mMLq0QLv .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-s7mMLq0QLv .mbr-text {
  margin-bottom: 40px;
}
.cid-s7mMLq0QLv .items__block .item .mbr-iconfont {
  color: #ff6400;
  margin-right: 10px;
  font-size: 14px;
}
.cid-s7mMLq0QLv .mbr-section-btn {
  margin-top: 55px;
}
.cid-s7mMLq0QLv .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-s7mMLq0QLv .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-s7mMLq0QLv .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-s7mMLq0QLv .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-s7mMLq0QLv .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-s7mMLq0QLv .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 25s infinite linear;
}
.cid-s7mMLq0QLv .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 25s infinite linear;
}
.cid-s7yMORDjgv {
  padding-top: 7rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ff6400;
}
.cid-s7yMORDjgv .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-s7yMORDjgv:before {
  content: '';
  width: 150%;
  height: 200px;
  background: #ffffff;
  transform: rotate(-4deg);
  position: absolute;
  top: -125px;
  right: 0;
}
.cid-s7yMORDjgv:after {
  content: '';
  width: 150%;
  height: 150px;
  background: #ffffff;
  transform: rotate(-4deg);
  position: absolute;
  bottom: -45px;
  left: -3px;
}
.cid-s7yMORDjgv .container {
  pointer-events: none;
}
.cid-s7yMORDjgv .title__block,
.cid-s7yMORDjgv .card {
  pointer-events: all;
}
.cid-s7yMORDjgv .mbr-section-subtitle {
  opacity: .5;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.cid-s7yMORDjgv .mbr-section-title {
  text-decoration: underline;
}
.cid-s7yMORDjgv .title__block {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .cid-s7yMORDjgv .title__block {
    margin-bottom: 50px;
  }
}
.cid-s7yMORDjgv .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-s7yMORDjgv .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-s7yMORDjgv .card__wrap:hover:before {
  transform-origin: center top;
  transform: scaleY(1);
}
.cid-s7yMORDjgv .card__wrap:hover .card-title {
  color: #233d63;
}
.cid-s7yMORDjgv .card__wrap:hover .mbr-text {
  color: #64697a;
}
.cid-s7yMORDjgv .card__wrap:hover .btn__more a {
  color: #ff6400 !important;
  opacity: 1;
}
.cid-s7yMORDjgv .card__icon {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-s7yMORDjgv .card__icon span {
  font-size: 50px;
  color: #b3cffc;
}
.cid-s7yMORDjgv .card-box {
  padding-left: 20px;
  word-break: break-word;
  width: 100%;
}
.cid-s7yMORDjgv .mbr-text {
  line-height: 30px;
  opacity: .8;
  padding: 12px 0 25px;
}
.cid-s7yMORDjgv .btn__more a {
  color: #ffffff !important;
  opacity: .9;
}
.cid-s7yMORDjgv .btn__more a:hover {
  color: #ff6400 !important;
  text-decoration: underline;
}
.cid-s7yMORDjgv .btn__more .mbr-iconfont {
  font-size: 18px;
  vertical-align: -1px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .cid-s7yMORDjgv .card__wrap {
    padding: 35px 15px 30px 40px;
  }
  .cid-s7yMORDjgv .card-box {
    margin-top: 20px;
    padding-left: 0;
  }
}
.cid-s7yMORDjgv .animation__background .triangle {
  position: absolute;
  top: 10%;
  right: 29%;
  animation: animationTwo 40s infinite linear;
}
.cid-s7yMORDjgv .animation__background .quadr {
  position: absolute;
  bottom: 5%;
  right: 9%;
  animation: rotated 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-s7yMORDjgv .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-s7yMORDjgv .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-s7yMORDjgv .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 50%;
  bottom: 50%;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-s7yMORDjgv .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 25s infinite linear;
}
.cid-s7yMORDjgv .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 25s infinite linear;
}
.cid-s7yNkExn7A {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.cid-s7yNkExn7A .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-s7yNkExn7A .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-s7yNkExn7A .mbr-section-subtitle {
  text-align: left;
}
.cid-s7yNkExn7A .mbr-section-btn {
  margin-top: 35px;
}
.cid-s7yNkExn7A .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-s7yNkExn7A .mbr-section-btn .btn-white:hover {
  background-color: #233d63 !important;
  border-color: #233d63 !important;
  color: #ffffff !important;
}
.cid-s7yNkExn7A .mbr-section-title,
.cid-s7yNkExn7A .mbr-section-btn {
  text-align: center;
}
.cid-s7yNkExn7A .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-s7yNkExn7A .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-s7yN98PCkb {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e9e9e9;
}
.cid-s7yN98PCkb .container {
  pointer-events: none;
}
.cid-s7yN98PCkb .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-s7yN98PCkb .brand__text {
  padding: 12px 0 25px;
}
.cid-s7yN98PCkb .brand__email {
  margin-bottom: 15px;
}
.cid-s7yN98PCkb .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-s7yN98PCkb .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-s7yN98PCkb .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-s7yN98PCkb .footer__items a:hover {
  color: #ff3a46 !important;
}
.cid-s7yN98PCkb .social {
  margin-top: 30px;
}
.cid-s7yN98PCkb .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #27c3ff;
  border-radius: 50%;
  margin-right: 10px;
  color: #27c3ff;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-s7yN98PCkb .social .social__items:hover {
  background-color: #ff3a46;
  border-color: #ff3a46;
}
.cid-s7yN98PCkb .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-s7yN98PCkb .social .social__items:last-child {
  margin-right: 0;
}
.cid-s7yN98PCkb .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-s7yN98PCkb .divider {
  background-color: #000000;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-s7yN98PCkb .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-s7yN98PCkb .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-s7yN98PCkb .footer__bot_items a:hover {
  color: #ff3a46 !important;
}
.cid-s7yN98PCkb .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-s7yN98PCkb .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-s7yN98PCkb .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ff3a46;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-s7yN98PCkb .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-s7yN98PCkb .divider {
    margin-top: 30px;
  }
  .cid-s7yN98PCkb .footer__bottom {
    padding: 30px 0;
  }
  .cid-s7yN98PCkb .align-right,
  .cid-s7yN98PCkb .privacy {
    text-align: center;
  }
  .cid-s7yN98PCkb .footer__bot_items {
    margin: 10px 7px  0;
  }
}
