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: #1e2149 !important;
}
.bg-success {
  background-color: #ff6400 !important;
}
.bg-info {
  background-color: #f0bf79 !important;
}
.bg-warning {
  background-color: #ff6400 !important;
}
.bg-danger {
  background-color: #f0bf79 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1e2149;
  border-color: #1e2149;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
}
.btn-primary:hover {
  background-color: #0f1125 !important;
  border-color: #0f1125 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1e2149;
  border-color: #1e2149;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
}
.btn-secondary:hover {
  background-color: #0f1125 !important;
  border-color: #0f1125 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0bf79 !important;
  border-color: #f0bf79 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f0bf79 !important;
  border-color: #f0bf79 !important;
}
.btn-info:hover {
  background-color: #eba94b !important;
  border-color: #eba94b !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ff6400;
  border-color: #ff6400;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-success:hover {
  background-color: #cc5000 !important;
  border-color: #cc5000 !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: #f0bf79 !important;
  border-color: #f0bf79 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f0bf79 !important;
  border-color: #f0bf79 !important;
}
.btn-danger:hover {
  background-color: #f5d5a7 !important;
  border-color: #eba94b !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: #1e2149;
  color: #1e2149;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #1e2149 !important;
  border-color: #1e2149;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1e2149;
  color: #1e2149;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #1e2149 !important;
  border-color: #1e2149;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #f0bf79;
  color: #f0bf79;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #f0bf79 !important;
  border-color: #f0bf79;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f0bf79 !important;
  border-color: #f0bf79 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ff6400;
  color: #ff6400;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #ff6400 !important;
  border-color: #ff6400;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !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: #f0bf79;
  color: #f0bf79;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #f0bf79 !important;
  border-color: #f0bf79;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f0bf79 !important;
  border-color: #f0bf79 !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: #1e2149 !important;
}
.text-secondary {
  color: #1e2149 !important;
}
.text-success {
  color: #ff6400 !important;
}
.text-info {
  color: #f0bf79 !important;
}
.text-warning {
  color: #ff6400 !important;
}
.text-danger {
  color: #f0bf79 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000001 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000001 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #993c00 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #e6931d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff6400 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e6931d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1e2149 !important;
}
.alert-success {
  background-color: #ff6400;
}
.alert-info {
  background-color: #f0bf79;
}
.alert-warning {
  background-color: #ff6400;
}
.alert-danger {
  background-color: #f0bf79;
}
.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: #1e2149;
  border-color: #1e2149;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1e2149;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8186cb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffe0cc;
}
.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: #1e2149;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1e2149;
  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: #1e2149;
  border-bottom-color: #1e2149;
}
.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: #1e2149 !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: #1e2149 !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-ta9tYk25Dr {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ta9tYk25Dr .container,
.cid-ta9tYk25Dr .container-fluid {
  z-index: 10;
}
.cid-ta9tYk25Dr .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-ta9tYk25Dr .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-ta9tYk25Dr .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ta9tYk25Dr .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-ta9tYk25Dr .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-ta9tYk25Dr .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(255, 100, 0, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ta9tYk25Dr .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-ta9tYk25Dr .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-ta9tYk25Dr .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(240, 191, 121, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ta9tYk25Dr .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-ta9tYk25Dr .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-ta9tYk25Dr .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(240, 191, 121, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ta9tYk25Dr .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-ta9tYk25Dr .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-ta9tYk25Dr .container {
  pointer-events: none;
}
.cid-ta9tYk25Dr .subtitle__block,
.cid-ta9tYk25Dr .title__block,
.cid-ta9tYk25Dr .buttons__block {
  pointer-events: all;
}
.cid-ta9tYk25Dr .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ta9tYk25Dr .mbr-section-title {
  margin-bottom: 45px;
  color: #1e2149;
  font-weight: 300;
}
.cid-ta9tYk25Dr .mbr-section-title b,
.cid-ta9tYk25Dr .mbr-section-title strong {
  font-weight: 900;
}
.cid-ta9tYk25Dr .mbr-text {
  margin-bottom: 45px;
}
.cid-ta9tYk25Dr .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ta9tYk25Dr .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-ta9tYk25Dr .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #f0bf79 0%, rgba(240, 191, 121, 0.85) 100%) !important;
}
.cid-ta9tYk25Dr .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-ta9tYk25Dr .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-ta9tYk25Dr .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-ta9tYk25Dr .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.cid-ta9tYk25Dr .mbr-figure:hover {
  color: #f0bf79;
  cursor: pointer;
}
.cid-ta9tYk25Dr .mbr-figure:hover .mbr-media {
  border-color: #f0bf79;
  color: #f0bf79;
}
@media (max-width: 575px) {
  .cid-ta9tYk25Dr .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-ta9tYk25Dr .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-ta9tYk25Dr .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-ta9tYk25Dr .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-ta9tYk25Dr .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-ta9tYk25Dr .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ta9tYk25Dr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ta9tYk25Dr .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-ta9tYk25Dr 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-ta9tYk25Dr a.close:hover {
  color: #ffffff;
}
.cid-ta9tYk25Dr .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #f0bf79;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-ta9tYk25Dr .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #ff6400;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-ta9tYk25Dr .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-ta9tYk25Dr .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #1e2149;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@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);
  }
}
.cid-ta9tYk25Dr .mbr-text,
.cid-ta9tYk25Dr .buttons__block {
  color: #000000;
}
.cid-ta9tYRtY91 {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-ta9tYRtY91 .nav-item,
.cid-ta9tYRtY91 .nav-link,
.cid-ta9tYRtY91 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ta9tYRtY91 .nav-item:hover,
.cid-ta9tYRtY91 .nav-link:hover,
.cid-ta9tYRtY91 .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-ta9tYRtY91 .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-ta9tYRtY91 .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-ta9tYRtY91 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-ta9tYRtY91 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ta9tYRtY91 .container-fluid,
.cid-ta9tYRtY91 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-ta9tYRtY91 .navbar-brand {
  padding: 0;
}
.cid-ta9tYRtY91 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-ta9tYRtY91 .nav-link:hover:before {
  width: 100%;
}
.cid-ta9tYRtY91 .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-ta9tYRtY91 .nav-link {
    margin: 0 !important;
  }
}
.cid-ta9tYRtY91 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ta9tYRtY91 .widget p,
.cid-ta9tYRtY91 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-ta9tYRtY91 .widget p a,
.cid-ta9tYRtY91 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-ta9tYRtY91 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(30, 33, 73, 0.8);
  font-size: 17px;
  color: rgba(30, 33, 73, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-ta9tYRtY91 .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-ta9tYRtY91 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ta9tYRtY91 .block__phone,
  .cid-ta9tYRtY91 .icons-menu {
    display: none;
  }
  .cid-ta9tYRtY91 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-ta9tYRtY91 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-ta9tYRtY91 .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-ta9tYRtY91 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-ta9tYRtY91 .navbar > .container,
.cid-ta9tYRtY91 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ta9tYRtY91 .btn {
    white-space: nowrap;
  }
  .cid-ta9tYRtY91 .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    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-ta9tYRtY91 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ta9tYRtY91 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ta9tYRtY91 .dropdown-toggle::after,
  .cid-ta9tYRtY91 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-ta9tYRtY91 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-ta9tYRtY91 .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-ta9tYRtY91 .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-ta9tYRtY91 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ta9tYRtY91 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ta9tYRtY91 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-ta9tYRtY91 .nav-item:focus,
.cid-ta9tYRtY91 .nav-link:focus {
  outline: none;
}
.cid-ta9tYRtY91 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-ta9tYRtY91 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-ta9tYRtY91 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ta9tYRtY91 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ta9tYRtY91 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ta9tYRtY91 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ta9tYRtY91 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ta9tYRtY91 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ta9tYRtY91 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-ta9tYRtY91 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-ta9tYRtY91 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-ta9tYRtY91 .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-ta9tYRtY91 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ta9tYRtY91 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ta9tYRtY91 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-ta9tYRtY91 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ta9tYRtY91 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ta9tYRtY91 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ta9tYRtY91 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ta9tYRtY91 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ta9tYRtY91 .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-ta9tYRtY91 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ta9tYRtY91 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ta9tYRtY91 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ta9tYRtY91 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-ta9tYRtY91 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-ta9tYRtY91 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ta9tYRtY91 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-ta9tYRtY91 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-ta9tYRtY91 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ta9tYRtY91 .dropdown-item.active,
.cid-ta9tYRtY91 .dropdown-item:active {
  background-color: transparent;
}
.cid-ta9tYRtY91 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ta9tYRtY91 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ta9tYRtY91 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-ta9tYRtY91 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-ta9tYRtY91 a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-ta9tYRtY91 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-ta9tYRtY91 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-ta9tYRtY91 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-ta9tYRtY91 .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-ta9tYRtY91 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-ta9tYRtY91 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-ta9tYRtY91 .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-ta9tYRtY91 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-ta9tYRtY91 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-ta9tYRtY91 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-ta9tYRtY91 a.nav-link {
    justify-content: flex-start;
  }
  .cid-ta9tYRtY91 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-ta9tYRtY91 .navbar-brand {
    padding: 0;
  }
  .cid-ta9tYRtY91 .block__phone,
  .cid-ta9tYRtY91 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-ta9tYRtY91 .widget {
    flex-direction: column;
  }
  .cid-ta9tYRtY91 .widget p,
  .cid-ta9tYRtY91 .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-ta9tYRtY91 .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-ta9tYRtY91 .navbar {
    height: 97px;
  }
  .cid-ta9tYRtY91 .navbar.opened {
    height: auto;
  }
  .cid-ta9tYRtY91 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ta9u6L4iJx {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ta9u6L4iJx .container,
.cid-ta9u6L4iJx .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-ta9u6L4iJx .mbr-section-subtitle,
.cid-ta9u6L4iJx .mbr-section-title,
.cid-ta9u6L4iJx .mbr-subtext,
.cid-ta9u6L4iJx .mbr-text,
.cid-ta9u6L4iJx .mbr-section-btn,
.cid-ta9u6L4iJx .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-ta9u6L4iJx .title__block {
    padding-top: 70px;
  }
}
.cid-ta9u6L4iJx .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ta9u6L4iJx .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-ta9u6L4iJx .mbr-section-title b,
.cid-ta9u6L4iJx .mbr-section-title strong {
  font-weight: 500;
}
.cid-ta9u6L4iJx .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-ta9u6L4iJx .mbr-section-btn {
  margin-top: 60px;
}
.cid-ta9u6L4iJx .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-ta9u6L4iJx .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ta9u6L4iJx .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-ta9u6L4iJx .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-ta9u6L4iJx .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ta9u6L4iJx .wrap__image {
    text-align: right;
  }
  .cid-ta9u6L4iJx .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-ta9u6L4iJx .wrap__image {
    text-align: center !important;
  }
}
.cid-ta9u6L4iJx .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-ta9u6L4iJx .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ta9u6L4iJx .image__block2 {
    display: none;
  }
}
.cid-ta9u6L4iJx .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-ta9u6L4iJx .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-ta9u6L4iJx .image__background .circle__image1 {
    display: none;
  }
}
.cid-ta9u6L4iJx .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(240, 191, 121, 0.23);
}
@media (max-width: 1199px) {
  .cid-ta9u6L4iJx .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-ta9u6L4iJx .image__background .circle__image2 {
    display: none;
  }
}
.cid-ta9u6L4iJx .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-ta9u6L4iJx .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #ff6400;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-ta9u6L4iJx .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #f0bf79;
  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-tBFvdrmgE9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #e0bdb6;
}
.cid-tBFvdrmgE9 .image_1 {
  position: absolute;
  top: 120px;
  left: -6rem;
  max-width: 420px;
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 1400px) {
  .cid-tBFvdrmgE9 .image_1 {
    max-width: 380px;
  }
}
@media (max-width: 1200px) {
  .cid-tBFvdrmgE9 .image_1 {
    max-width: 340px;
  }
}
@media (max-width: 992px) {
  .cid-tBFvdrmgE9 .image_1 {
    max-width: 100%;
    position: static;
    margin-bottom: 50px;
  }
}
.cid-tBFvdrmgE9 .image_2 {
  position: absolute;
  top: 215px;
  right: -6rem;
  max-width: 300px;
  height: 350px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBFvdrmgE9 .image_2 {
    display: none;
  }
}
.cid-tBFvdrmgE9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBFvdrmgE9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBFvdrmgE9 .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-tBFvdrmgE9 .border-wrapper_1 {
  background-color: #ffffff;
  height: 1px;
  margin-bottom: 210px;
}
@media (max-width: 992px) {
  .cid-tBFvdrmgE9 .border-wrapper_1 {
    margin-bottom: 140px;
  }
}
.cid-tBFvdrmgE9 .border-wrapper_2 {
  background-color: #ffffff;
  height: 1px;
  margin-top: 210px;
}
@media (max-width: 992px) {
  .cid-tBFvdrmgE9 .border-wrapper_2 {
    margin-top: 140px;
  }
}
.cid-tBFvdrmgE9 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tBFvdrmgE9 .title-wrapper .mbr-text {
  margin-bottom: 26px;
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-tBFvdrmgE9 .title-wrapper .mbr-text {
    padding-left: 0;
  }
}
.cid-tBFvdrmgE9 .title-wrapper .mbr-section-btn {
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-tBFvdrmgE9 .title-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-tBFvdrmgE9 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tBFvdrmgE9 .mbr-text {
  color: #ffffff;
}
.cid-tBFvfEW5Ac {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tBFvfEW5Ac .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBFvfEW5Ac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBFvfEW5Ac .title-wrapper {
  margin-bottom: 30px;
}
.cid-tBFvfEW5Ac .title-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
.cid-tBFvfEW5Ac .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tBFvfEW5Ac .image-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-tBFvfEW5Ac .image-wrapper {
    display: block;
  }
}
.cid-tBFvfEW5Ac .image-wrapper img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  margin-right: -10rem;
}
@media (max-width: 992px) {
  .cid-tBFvfEW5Ac .image-wrapper img {
    margin-right: 0;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .cid-tBFvfEW5Ac .image-wrapper img {
    margin-bottom: 20px;
    width: 100%;
    height: 450px;
  }
}
.cid-tBFvfEW5Ac .image-wrapper img:first-child {
  margin-right: 20px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-tBFvfEW5Ac .image-wrapper img:first-child {
    margin-right: 0;
    max-width: 100%;
    height: 450px;
  }
}
.cid-tBFvfEW5Ac .mbr-section-title {
  color: #E0BDB6;
}
.cid-tBFvfEW5Ac .mbr-text {
  color: #747474;
}
.cid-tBFxXC9CRR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6e6e6;
}
.cid-tBFxXC9CRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBFxXC9CRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBFxXC9CRR .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tBFxXC9CRR .container-fluid {
    padding: 0 12px;
  }
}
.cid-tBFxXC9CRR .container-fluid .row {
  padding: 0;
}
.cid-tBFxXC9CRR .row {
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tBFxXC9CRR .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tBFxXC9CRR .card {
    padding: 48px 20px;
  }
}
.cid-tBFxXC9CRR .card .title-wrapper .mbr-section-subtitle {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tBFxXC9CRR .card .title-wrapper .mbr-section-subtitle {
    margin-bottom: 28px;
  }
}
.cid-tBFxXC9CRR .card .title-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-tBFxXC9CRR .card .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBFxXC9CRR .card .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-tBFxXC9CRR .card .image-wrapper .image-main {
  display: block;
  height: 520px;
  object-fit: cover;
  border-radius: 30px;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-tBFxXC9CRR .card .image-wrapper .image-main {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-tBFxXC9CRR .card .image-wrapper .image-main {
    height: 250px;
    width: 100%;
  }
}
.cid-tBFxXC9CRR .card .image-wrapper .image {
  position: absolute;
  height: 350px;
  width: 350px;
  object-fit: cover;
  bottom: -4rem;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-tBFxXC9CRR .card .image-wrapper .image {
    height: 200px;
    width: 200px;
  }
}
.cid-tBFxXC9CRR .mbr-section-title {
  color: #e75300;
}
.cid-tBFxXC9CRR .mbr-section-subtitle {
  color: #e75300;
}
.cid-tBFxXC9CRR .mbr-section-text {
  color: #e75300;
}
.cid-tCpwg7Fa5Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tCpwg7Fa5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCpwg7Fa5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCpwg7Fa5Y .container,
.cid-tCpwg7Fa5Y .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCpwg7Fa5Y .container,
  .cid-tCpwg7Fa5Y .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCpwg7Fa5Y .row {
  position: relative;
  justify-content: center;
  padding: 100px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tCpwg7Fa5Y .row {
    padding: 85px 4px;
  }
}
.cid-tCpwg7Fa5Y .mbr-section-title {
  margin-bottom: 85px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tCpwg7Fa5Y .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tCpwg7Fa5Y .video-wrapper .app-video-wrapper img {
  height: 450px;
  border-radius: 10px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tCpwg7Fa5Y .video-wrapper .app-video-wrapper img {
    height: 280px;
  }
}
.cid-tCpwg7Fa5Y .video-wrapper .app-video-wrapper::before {
  color: #3d4045;
  text-shadow: none;
}
.cid-tBFzJ3cjTx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tBFzJ3cjTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBFzJ3cjTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBFzJ3cjTx .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-tBFzJ3cjTx .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-tBFzJ3cjTx .container {
    max-width: 1400px;
  }
}
.cid-tBFzJ3cjTx .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #333333;
  margin-bottom: 2rem;
}
.cid-tBFzJ3cjTx .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-tBFzJ3cjTx .row {
  justify-content: center;
}
.cid-tBFzJ3cjTx .card-title,
.cid-tBFzJ3cjTx .iconfont-wrapper,
.cid-tBFzJ3cjTx .dot {
  color: #000000;
}
.cid-tBFzWFHQI0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBFzWFHQI0 .google-map {
  height: 35rem;
  position: relative;
}
.cid-tBFzWFHQI0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tBFzWFHQI0 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tBFzWFHQI0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tBFzWFHQI0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBFzWFHQI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBFzWFHQI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBFACFCW4b {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a1340;
}
.cid-tBFACFCW4b .mbr-text {
  color: #FFFFFF;
}
.cid-ta9tYRtY91 {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-ta9tYRtY91 .nav-item,
.cid-ta9tYRtY91 .nav-link,
.cid-ta9tYRtY91 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ta9tYRtY91 .nav-item:hover,
.cid-ta9tYRtY91 .nav-link:hover,
.cid-ta9tYRtY91 .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-ta9tYRtY91 .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-ta9tYRtY91 .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-ta9tYRtY91 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-ta9tYRtY91 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ta9tYRtY91 .container-fluid,
.cid-ta9tYRtY91 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-ta9tYRtY91 .navbar-brand {
  padding: 0;
}
.cid-ta9tYRtY91 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-ta9tYRtY91 .nav-link:hover:before {
  width: 100%;
}
.cid-ta9tYRtY91 .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-ta9tYRtY91 .nav-link {
    margin: 0 !important;
  }
}
.cid-ta9tYRtY91 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ta9tYRtY91 .widget p,
.cid-ta9tYRtY91 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-ta9tYRtY91 .widget p a,
.cid-ta9tYRtY91 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-ta9tYRtY91 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(30, 33, 73, 0.8);
  font-size: 17px;
  color: rgba(30, 33, 73, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-ta9tYRtY91 .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-ta9tYRtY91 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ta9tYRtY91 .block__phone,
  .cid-ta9tYRtY91 .icons-menu {
    display: none;
  }
  .cid-ta9tYRtY91 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-ta9tYRtY91 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-ta9tYRtY91 .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-ta9tYRtY91 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-ta9tYRtY91 .navbar > .container,
.cid-ta9tYRtY91 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ta9tYRtY91 .btn {
    white-space: nowrap;
  }
  .cid-ta9tYRtY91 .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    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-ta9tYRtY91 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ta9tYRtY91 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ta9tYRtY91 .dropdown-toggle::after,
  .cid-ta9tYRtY91 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-ta9tYRtY91 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-ta9tYRtY91 .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-ta9tYRtY91 .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-ta9tYRtY91 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ta9tYRtY91 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ta9tYRtY91 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-ta9tYRtY91 .nav-item:focus,
.cid-ta9tYRtY91 .nav-link:focus {
  outline: none;
}
.cid-ta9tYRtY91 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-ta9tYRtY91 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-ta9tYRtY91 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ta9tYRtY91 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ta9tYRtY91 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ta9tYRtY91 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ta9tYRtY91 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ta9tYRtY91 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ta9tYRtY91 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-ta9tYRtY91 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-ta9tYRtY91 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-ta9tYRtY91 .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-ta9tYRtY91 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ta9tYRtY91 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ta9tYRtY91 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-ta9tYRtY91 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ta9tYRtY91 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ta9tYRtY91 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ta9tYRtY91 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ta9tYRtY91 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ta9tYRtY91 .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-ta9tYRtY91 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ta9tYRtY91 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ta9tYRtY91 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ta9tYRtY91 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-ta9tYRtY91 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-ta9tYRtY91 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ta9tYRtY91 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-ta9tYRtY91 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-ta9tYRtY91 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ta9tYRtY91 .dropdown-item.active,
.cid-ta9tYRtY91 .dropdown-item:active {
  background-color: transparent;
}
.cid-ta9tYRtY91 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ta9tYRtY91 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ta9tYRtY91 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-ta9tYRtY91 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-ta9tYRtY91 a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-ta9tYRtY91 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-ta9tYRtY91 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-ta9tYRtY91 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-ta9tYRtY91 .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-ta9tYRtY91 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-ta9tYRtY91 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-ta9tYRtY91 .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-ta9tYRtY91 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-ta9tYRtY91 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-ta9tYRtY91 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-ta9tYRtY91 a.nav-link {
    justify-content: flex-start;
  }
  .cid-ta9tYRtY91 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-ta9tYRtY91 .navbar-brand {
    padding: 0;
  }
  .cid-ta9tYRtY91 .block__phone,
  .cid-ta9tYRtY91 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-ta9tYRtY91 .widget {
    flex-direction: column;
  }
  .cid-ta9tYRtY91 .widget p,
  .cid-ta9tYRtY91 .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-ta9tYRtY91 .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-ta9tYRtY91 .navbar {
    height: 97px;
  }
  .cid-ta9tYRtY91 .navbar.opened {
    height: auto;
  }
  .cid-ta9tYRtY91 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCmFsbQUOW {
  padding-top: 8rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tCmFsbQUOW .container,
.cid-tCmFsbQUOW .container-fluid {
  z-index: 10;
}
.cid-tCmFsbQUOW .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-tCmFsbQUOW .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-tCmFsbQUOW .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-tCmFsbQUOW .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-tCmFsbQUOW .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-tCmFsbQUOW .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(255, 100, 0, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-tCmFsbQUOW .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-tCmFsbQUOW .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-tCmFsbQUOW .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(240, 191, 121, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-tCmFsbQUOW .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-tCmFsbQUOW .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-tCmFsbQUOW .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(240, 191, 121, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-tCmFsbQUOW .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-tCmFsbQUOW .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-tCmFsbQUOW .container {
  pointer-events: none;
}
.cid-tCmFsbQUOW .subtitle__block,
.cid-tCmFsbQUOW .title__block,
.cid-tCmFsbQUOW .buttons__block {
  pointer-events: all;
}
.cid-tCmFsbQUOW .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tCmFsbQUOW .mbr-section-title {
  margin-bottom: 45px;
  color: #000000;
  font-weight: 300;
}
.cid-tCmFsbQUOW .mbr-section-title b,
.cid-tCmFsbQUOW .mbr-section-title strong {
  font-weight: 900;
}
.cid-tCmFsbQUOW .mbr-text {
  margin-bottom: 45px;
}
.cid-tCmFsbQUOW .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tCmFsbQUOW .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-tCmFsbQUOW .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #f0bf79 0%, rgba(240, 191, 121, 0.85) 100%) !important;
}
.cid-tCmFsbQUOW .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-tCmFsbQUOW .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-tCmFsbQUOW .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-tCmFsbQUOW .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.cid-tCmFsbQUOW .mbr-figure:hover {
  color: #f0bf79;
  cursor: pointer;
}
.cid-tCmFsbQUOW .mbr-figure:hover .mbr-media {
  border-color: #f0bf79;
  color: #f0bf79;
}
@media (max-width: 575px) {
  .cid-tCmFsbQUOW .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-tCmFsbQUOW .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-tCmFsbQUOW .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-tCmFsbQUOW .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-tCmFsbQUOW .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-tCmFsbQUOW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tCmFsbQUOW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCmFsbQUOW .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tCmFsbQUOW 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-tCmFsbQUOW a.close:hover {
  color: #ffffff;
}
.cid-tCmFsbQUOW .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #f0bf79;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-tCmFsbQUOW .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #ff6400;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-tCmFsbQUOW .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-tCmFsbQUOW .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #1e2149;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@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);
  }
}
.cid-tCmFsbQUOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmFsbQUOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmFsbQUOW .mbr-text,
.cid-tCmFsbQUOW .buttons__block {
  color: #f1da70;
}
.cid-tCmFusXmgh {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCmFusXmgh .container,
.cid-tCmFusXmgh .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-tCmFusXmgh .mbr-section-subtitle,
.cid-tCmFusXmgh .mbr-section-title,
.cid-tCmFusXmgh .mbr-subtext,
.cid-tCmFusXmgh .mbr-text,
.cid-tCmFusXmgh .mbr-section-btn,
.cid-tCmFusXmgh .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-tCmFusXmgh .title__block {
    padding-top: 70px;
  }
}
.cid-tCmFusXmgh .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tCmFusXmgh .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-tCmFusXmgh .mbr-section-title b,
.cid-tCmFusXmgh .mbr-section-title strong {
  font-weight: 500;
}
.cid-tCmFusXmgh .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-tCmFusXmgh .mbr-section-btn {
  margin-top: 60px;
}
.cid-tCmFusXmgh .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-tCmFusXmgh .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tCmFusXmgh .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tCmFusXmgh .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-tCmFusXmgh .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tCmFusXmgh .wrap__image {
    text-align: right;
  }
  .cid-tCmFusXmgh .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-tCmFusXmgh .wrap__image {
    text-align: center !important;
  }
}
.cid-tCmFusXmgh .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-tCmFusXmgh .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tCmFusXmgh .image__block2 {
    display: none;
  }
}
.cid-tCmFusXmgh .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-tCmFusXmgh .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tCmFusXmgh .image__background .circle__image1 {
    display: none;
  }
}
.cid-tCmFusXmgh .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(240, 191, 121, 0.23);
}
@media (max-width: 1199px) {
  .cid-tCmFusXmgh .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tCmFusXmgh .image__background .circle__image2 {
    display: none;
  }
}
.cid-tCmFusXmgh .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-tCmFusXmgh .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #ff6400;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-tCmFusXmgh .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #f0bf79;
  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-tCmFusXmgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmFusXmgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmFzoyRgp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-tCmFzoyRgp .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tCmFzoyRgp .container {
  z-index: 1;
}
.cid-tCmFzoyRgp .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-tCmFzoyRgp .mbr-section-subtitle {
  text-align: center;
}
.cid-tCmFzoyRgp .mbr-section-btn {
  margin-top: 35px;
}
.cid-tCmFzoyRgp .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tCmFzoyRgp .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tCmFzoyRgp .mbr-section-title,
.cid-tCmFzoyRgp .mbr-section-btn {
  text-align: left;
}
.cid-tCmFzoyRgp .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-tCmFzoyRgp .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-tCmFzoyRgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmFzoyRgp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmFzoyRgp .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tCmFACjc27 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tCmFACjc27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmFACjc27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmFACjc27 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tCmFACjc27 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCmFACjc27 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCmFACjc27 .container {
    padding: 0 20px;
  }
  .cid-tCmFACjc27 .container .row {
    padding: 0;
  }
}
.cid-tCmFACjc27 .container,
.cid-tCmFACjc27 .container-fluid {
  position: relative;
}
.cid-tCmFACjc27 .container .container-color,
.cid-tCmFACjc27 .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tCmFACjc27 .container .container-color,
  .cid-tCmFACjc27 .container-fluid .container-color {
    width: 100%;
  }
}
.cid-tCmFACjc27 .row {
  justify-content: center;
}
.cid-tCmFACjc27 .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tCmFACjc27 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCmFACjc27 .mbr-text {
  color: #222222;
}
.cid-tCmHqCzReL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCmHqCzReL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmHqCzReL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmHqCzReL .container,
.cid-tCmHqCzReL .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCmHqCzReL .container,
  .cid-tCmHqCzReL .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCmHqCzReL .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tCmHqCzReL .row {
    padding: 85px 8px;
  }
}
.cid-tCmHqCzReL .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-tCmHqCzReL .title-wrapper {
    padding: 0;
  }
}
.cid-tCmHqCzReL .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .cid-tCmHqCzReL .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tCmHqCzReL .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tCmHqCzReL .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-tCmHqCzReL .image-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-tCmHqCzReL .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tCmHqCzReL .image-wrapper img {
    height: 300px;
  }
}
.cid-tCmHqCzReL .mbr-section-title {
  color: #3d4045;
}
.cid-tCmHqCzReL .mbr-text {
  color: #3d4045;
}
.cid-tCmFo45ug0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tCmFo45ug0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmFo45ug0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmFo45ug0 .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-tCmFo45ug0 .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-tCmFo45ug0 .container {
    max-width: 1400px;
  }
}
.cid-tCmFo45ug0 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #333333;
  margin-bottom: 2rem;
}
.cid-tCmFo45ug0 .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-tCmFo45ug0 .row {
  justify-content: center;
}
.cid-tCmFo45ug0 .card-title,
.cid-tCmFo45ug0 .iconfont-wrapper,
.cid-tCmFo45ug0 .dot {
  color: #000000;
}
.cid-tCmFoVHKkb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCmFoVHKkb .google-map {
  height: 35rem;
  position: relative;
}
.cid-tCmFoVHKkb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tCmFoVHKkb .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tCmFoVHKkb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tCmFoVHKkb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tCmFoVHKkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmFoVHKkb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBFACFCW4b {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a1340;
}
.cid-tBFACFCW4b .mbr-text {
  color: #FFFFFF;
}
.cid-tCpnRzwcUT {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-tCpnRzwcUT .nav-item,
.cid-tCpnRzwcUT .nav-link,
.cid-tCpnRzwcUT .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tCpnRzwcUT .nav-item:hover,
.cid-tCpnRzwcUT .nav-link:hover,
.cid-tCpnRzwcUT .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-tCpnRzwcUT .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-tCpnRzwcUT .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-tCpnRzwcUT .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tCpnRzwcUT .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tCpnRzwcUT .container-fluid,
.cid-tCpnRzwcUT .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-tCpnRzwcUT .navbar-brand {
  padding: 0;
}
.cid-tCpnRzwcUT .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-tCpnRzwcUT .nav-link:hover:before {
  width: 100%;
}
.cid-tCpnRzwcUT .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-tCpnRzwcUT .nav-link {
    margin: 0 !important;
  }
}
.cid-tCpnRzwcUT .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCpnRzwcUT .widget p,
.cid-tCpnRzwcUT .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-tCpnRzwcUT .widget p a,
.cid-tCpnRzwcUT .widget .icons-menu a {
  margin-left: 15px;
}
.cid-tCpnRzwcUT .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(30, 33, 73, 0.8);
  font-size: 17px;
  color: rgba(30, 33, 73, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-tCpnRzwcUT .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-tCpnRzwcUT .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tCpnRzwcUT .block__phone,
  .cid-tCpnRzwcUT .icons-menu {
    display: none;
  }
  .cid-tCpnRzwcUT .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tCpnRzwcUT .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-tCpnRzwcUT .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-tCpnRzwcUT .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-tCpnRzwcUT .navbar > .container,
.cid-tCpnRzwcUT .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tCpnRzwcUT .btn {
    white-space: nowrap;
  }
  .cid-tCpnRzwcUT .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    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-tCpnRzwcUT .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tCpnRzwcUT .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tCpnRzwcUT .dropdown-toggle::after,
  .cid-tCpnRzwcUT .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-tCpnRzwcUT .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-tCpnRzwcUT .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-tCpnRzwcUT .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-tCpnRzwcUT .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tCpnRzwcUT .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tCpnRzwcUT .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-tCpnRzwcUT .nav-item:focus,
.cid-tCpnRzwcUT .nav-link:focus {
  outline: none;
}
.cid-tCpnRzwcUT .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-tCpnRzwcUT .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tCpnRzwcUT .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tCpnRzwcUT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCpnRzwcUT .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tCpnRzwcUT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCpnRzwcUT .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tCpnRzwcUT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCpnRzwcUT .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-tCpnRzwcUT .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-tCpnRzwcUT .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tCpnRzwcUT .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-tCpnRzwcUT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCpnRzwcUT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCpnRzwcUT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-tCpnRzwcUT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tCpnRzwcUT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCpnRzwcUT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tCpnRzwcUT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCpnRzwcUT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCpnRzwcUT .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-tCpnRzwcUT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCpnRzwcUT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCpnRzwcUT .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tCpnRzwcUT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tCpnRzwcUT .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tCpnRzwcUT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCpnRzwcUT .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-tCpnRzwcUT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-tCpnRzwcUT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCpnRzwcUT .dropdown-item.active,
.cid-tCpnRzwcUT .dropdown-item:active {
  background-color: transparent;
}
.cid-tCpnRzwcUT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCpnRzwcUT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tCpnRzwcUT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCpnRzwcUT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-tCpnRzwcUT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCpnRzwcUT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCpnRzwcUT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCpnRzwcUT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCpnRzwcUT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCpnRzwcUT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCpnRzwcUT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCpnRzwcUT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCpnRzwcUT .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tCpnRzwcUT a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-tCpnRzwcUT a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-tCpnRzwcUT .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-tCpnRzwcUT .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-tCpnRzwcUT .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-tCpnRzwcUT .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-tCpnRzwcUT .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tCpnRzwcUT .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-tCpnRzwcUT .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-tCpnRzwcUT .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tCpnRzwcUT .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-tCpnRzwcUT .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-tCpnRzwcUT a.nav-link {
    justify-content: flex-start;
  }
  .cid-tCpnRzwcUT ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-tCpnRzwcUT .navbar-brand {
    padding: 0;
  }
  .cid-tCpnRzwcUT .block__phone,
  .cid-tCpnRzwcUT .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-tCpnRzwcUT .widget {
    flex-direction: column;
  }
  .cid-tCpnRzwcUT .widget p,
  .cid-tCpnRzwcUT .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-tCpnRzwcUT .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-tCpnRzwcUT .navbar {
    height: 97px;
  }
  .cid-tCpnRzwcUT .navbar.opened {
    height: auto;
  }
  .cid-tCpnRzwcUT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCporL4Ief {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tCporL4Ief .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tCporL4Ief .subtitle__block,
.cid-tCporL4Ief .title__block,
.cid-tCporL4Ief .buttons__block {
  pointer-events: all;
}
.cid-tCporL4Ief .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-tCporL4Ief .subtitle__block SPAN {
  color: #f0bf79;
}
.cid-tCporL4Ief .mbr-section-subtitle {
  display: inline-block;
}
.cid-tCporL4Ief .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-tCporL4Ief .mbr-text {
  margin-top: 35px;
}
.cid-tCporL4Ief .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-tCporL4Ief .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-tCporL4Ief .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #f0bf79 0%, rgba(240, 191, 121, 0.85) 100%) !important;
}
.cid-tCporL4Ief .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-tCporL4Ief .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-tCporL4Ief .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-tCporL4Ief .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-tCporL4Ief .mbr-figure:hover {
  color: #f0bf79;
  cursor: pointer;
}
.cid-tCporL4Ief .mbr-figure:hover .mbr-media {
  border-color: #f0bf79;
  color: #f0bf79;
}
@media (max-width: 575px) {
  .cid-tCporL4Ief .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-tCporL4Ief .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-tCporL4Ief .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-tCporL4Ief .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-tCporL4Ief .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-tCporL4Ief .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tCporL4Ief .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCporL4Ief .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tCporL4Ief 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-tCporL4Ief a.close:hover {
  color: #ffffff;
}
.cid-tCporL4Ief .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-tCporL4Ief .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-tCporL4Ief .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #ff6400;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-tCporL4Ief .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #f0bf79;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-tCporL4Ief .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #f0bf79;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-tCporL4Ief .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #ff6400;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-tCporL4Ief .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #1e2149;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@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);
  }
}
.cid-tCporL4Ief .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCporL4Ief .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCporL4Ief .mbr-section-title,
.cid-tCporL4Ief .subtitle__wrap {
  color: #000000;
}
.cid-tCporL4Ief .mbr-text,
.cid-tCporL4Ief .buttons__block {
  color: #f1da70;
}
.cid-tCpp06CdOE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCpp06CdOE .mbr-section-title {
  color: #233d63;
}
.cid-tCpp06CdOE .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-tCpp06CdOE .mbr-section-title,
.cid-tCpp06CdOE .icon__wrap {
  text-align: center;
}
.cid-tCpp06CdOE .mbr-section-subtitle {
  text-align: center;
}
.cid-tCpp06CdOE .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tCpp06CdOE .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-tCpp06CdOE .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-tCpp06CdOE .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-tCpp06CdOE .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-tCpp06CdOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCpp06CdOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCpnRCcb8M {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCpnRCcb8M .container,
.cid-tCpnRCcb8M .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-tCpnRCcb8M .mbr-section-subtitle,
.cid-tCpnRCcb8M .mbr-section-title,
.cid-tCpnRCcb8M .mbr-subtext,
.cid-tCpnRCcb8M .mbr-text,
.cid-tCpnRCcb8M .mbr-section-btn,
.cid-tCpnRCcb8M .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-tCpnRCcb8M .title__block {
    padding-top: 70px;
  }
}
.cid-tCpnRCcb8M .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tCpnRCcb8M .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-tCpnRCcb8M .mbr-section-title b,
.cid-tCpnRCcb8M .mbr-section-title strong {
  font-weight: 500;
}
.cid-tCpnRCcb8M .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-tCpnRCcb8M .mbr-section-btn {
  margin-top: 60px;
}
.cid-tCpnRCcb8M .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-tCpnRCcb8M .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tCpnRCcb8M .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tCpnRCcb8M .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-tCpnRCcb8M .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tCpnRCcb8M .wrap__image {
    text-align: right;
  }
  .cid-tCpnRCcb8M .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-tCpnRCcb8M .wrap__image {
    text-align: center !important;
  }
}
.cid-tCpnRCcb8M .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-tCpnRCcb8M .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tCpnRCcb8M .image__block2 {
    display: none;
  }
}
.cid-tCpnRCcb8M .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-tCpnRCcb8M .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tCpnRCcb8M .image__background .circle__image1 {
    display: none;
  }
}
.cid-tCpnRCcb8M .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(240, 191, 121, 0.23);
}
@media (max-width: 1199px) {
  .cid-tCpnRCcb8M .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tCpnRCcb8M .image__background .circle__image2 {
    display: none;
  }
}
.cid-tCpnRCcb8M .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-tCpnRCcb8M .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #ff6400;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-tCpnRCcb8M .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #f0bf79;
  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-tCpnRCcb8M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCpnRCcb8M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCpnRCWJ3J {
  padding-top: 4rem;
  padding-bottom: 1rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-tCpnRCWJ3J .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tCpnRCWJ3J .container {
  z-index: 1;
}
.cid-tCpnRCWJ3J .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-tCpnRCWJ3J .mbr-section-subtitle {
  text-align: center;
  color: #1e2149;
}
.cid-tCpnRCWJ3J .mbr-section-btn {
  margin-top: 35px;
}
.cid-tCpnRCWJ3J .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tCpnRCWJ3J .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tCpnRCWJ3J .mbr-section-title,
.cid-tCpnRCWJ3J .mbr-section-btn {
  text-align: left;
}
.cid-tCpnRCWJ3J .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-tCpnRCWJ3J .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-tCpnRCWJ3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCpnRCWJ3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCpnRCWJ3J .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tCpqfmRYhV {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCpqfmRYhV .container,
.cid-tCpqfmRYhV .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-tCpqfmRYhV .title__block,
.cid-tCpqfmRYhV .card__block {
  pointer-events: all;
}
.cid-tCpqfmRYhV .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-tCpqfmRYhV .mbr-section-title {
  color: #233d63;
  margin-bottom: 35px;
  font-weight: 300;
}
.cid-tCpqfmRYhV .mbr-section-title b,
.cid-tCpqfmRYhV .mbr-section-title strong {
  font-weight: 500;
}
.cid-tCpqfmRYhV .card__block_btn span {
  font-size: 2rem;
}
.cid-tCpqfmRYhV .mbr-section-btn {
  margin-top: 55px;
}
@media (min-width: 1200px) {
  .cid-tCpqfmRYhV .wrap {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .cid-tCpqfmRYhV .column2 {
    margin-top: 100px;
  }
}
.cid-tCpqfmRYhV .card__block {
  margin: 40px 0;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  padding: 60px 30px 55px 40px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
  transition: background 0.5s ease-in-out 0s;
}
.cid-tCpqfmRYhV .card__block:last-child {
  margin-top: 0;
}
.cid-tCpqfmRYhV .card__block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: linear-gradient(130deg, rgba(240, 191, 121, 0.65) 0%, rgba(255, 100, 0, 0.65) 100%);
  transition: all 0.3s ease-in-out;
}
.cid-tCpqfmRYhV .card__block:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  top: -80px;
  right: -80px;
  opacity: 0;
  z-index: -1;
  transform: scale(0.2);
  transition: all 0.3s ease-in-out;
  transition-duration: 1s;
}
.cid-tCpqfmRYhV .card__block:hover {
  background: #ffffff !important;
}
.cid-tCpqfmRYhV .card__block:hover .icon__block,
.cid-tCpqfmRYhV .card__block:hover .card__title,
.cid-tCpqfmRYhV .card__block:hover .card__text,
.cid-tCpqfmRYhV .card__block:hover .card__button span {
  color: #000000 !important;
}
.cid-tCpqfmRYhV .card__block:hover:before {
  opacity: 1;
}
.cid-tCpqfmRYhV .card__block:hover:after {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-tCpqfmRYhV .card__block {
    margin-bottom: 0;
  }
  .cid-tCpqfmRYhV .card__block:last-child {
    margin-top: 40px;
  }
}
.cid-tCpqfmRYhV .icon__block {
  position: relative;
  font-size: 60px;
  color: #ff6400;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.cid-tCpqfmRYhV .card__title {
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.cid-tCpqfmRYhV .card__text {
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}
.cid-tCpqfmRYhV .card__button {
  font-size: 30px;
}
.cid-tCpqfmRYhV .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  right: -355px;
  border-radius: 50%;
  top: 75px;
  position: absolute;
  background-color: rgba(255, 100, 0, 0.1);
}
@media (max-width: 1199px) {
  .cid-tCpqfmRYhV .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tCpqfmRYhV .image__background .circle__image1 {
    display: none;
  }
}
.cid-tCpqfmRYhV .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  right: -377px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(240, 191, 121, 0.23);
}
@media (max-width: 1199px) {
  .cid-tCpqfmRYhV .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tCpqfmRYhV .image__background .circle__image2 {
    display: none;
  }
}
.cid-tCpqfmRYhV .animation__background .triangle {
  position: absolute;
  top: 13%;
  left: 9%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-tCpqfmRYhV .animation__background .triangle2 {
  position: absolute;
  bottom: 8%;
  right: 10%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-tCpqfmRYhV .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #ff6400;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-tCpqfmRYhV .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-tCpqfmRYhV .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #f0bf79;
  animation: animationTwo 30s infinite linear;
}
.cid-tCpqfmRYhV .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 35%;
  bottom: 29%;
  position: absolute;
  border-radius: 50%;
  background-color: #f0bf79;
  animation: animationOne 25s infinite linear;
}
.cid-tCpqfmRYhV .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #1e2149;
  animation: animationTwo 35s 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);
  }
}
.cid-tCpqfmRYhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCpqfmRYhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCpnRDAV3T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tCpnRDAV3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCpnRDAV3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCpnRDAV3T .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tCpnRDAV3T .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCpnRDAV3T .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCpnRDAV3T .container {
    padding: 0 20px;
  }
  .cid-tCpnRDAV3T .container .row {
    padding: 0;
  }
}
.cid-tCpnRDAV3T .container,
.cid-tCpnRDAV3T .container-fluid {
  position: relative;
}
.cid-tCpnRDAV3T .container .container-color,
.cid-tCpnRDAV3T .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tCpnRDAV3T .container .container-color,
  .cid-tCpnRDAV3T .container-fluid .container-color {
    width: 100%;
  }
}
.cid-tCpnRDAV3T .row {
  justify-content: center;
}
.cid-tCpnRDAV3T .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tCpnRDAV3T .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCpnRDAV3T .mbr-text {
  color: #222222;
}
.cid-tCpraVMFhe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tCpraVMFhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCpraVMFhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCpraVMFhe .container,
.cid-tCpraVMFhe .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCpraVMFhe .container,
  .cid-tCpraVMFhe .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCpraVMFhe .row {
  position: relative;
  justify-content: center;
  padding: 100px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tCpraVMFhe .row {
    padding: 85px 4px;
  }
}
.cid-tCpraVMFhe .mbr-section-title {
  margin-bottom: 85px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tCpraVMFhe .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tCpraVMFhe .video-wrapper .app-video-wrapper img {
  height: 450px;
  border-radius: 10px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tCpraVMFhe .video-wrapper .app-video-wrapper img {
    height: 280px;
  }
}
.cid-tCpraVMFhe .video-wrapper .app-video-wrapper::before {
  color: #3d4045;
  text-shadow: none;
}
.cid-tCpnREBzXA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tCpnREBzXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCpnREBzXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCpnREBzXA .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-tCpnREBzXA .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-tCpnREBzXA .container {
    max-width: 1400px;
  }
}
.cid-tCpnREBzXA .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #333333;
  margin-bottom: 2rem;
}
.cid-tCpnREBzXA .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-tCpnREBzXA .row {
  justify-content: center;
}
.cid-tCpnREBzXA .card-title,
.cid-tCpnREBzXA .iconfont-wrapper,
.cid-tCpnREBzXA .dot {
  color: #000000;
}
.cid-tCpnRFjRXE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCpnRFjRXE .google-map {
  height: 35rem;
  position: relative;
}
.cid-tCpnRFjRXE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tCpnRFjRXE .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tCpnRFjRXE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tCpnRFjRXE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tCpnRFjRXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCpnRFjRXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCpnRG3SgB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a1340;
}
.cid-tCpnRG3SgB .mbr-text {
  color: #FFFFFF;
}
.cid-tCps8cmCws {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-tCps8cmCws .nav-item,
.cid-tCps8cmCws .nav-link,
.cid-tCps8cmCws .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tCps8cmCws .nav-item:hover,
.cid-tCps8cmCws .nav-link:hover,
.cid-tCps8cmCws .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-tCps8cmCws .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-tCps8cmCws .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-tCps8cmCws .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tCps8cmCws .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tCps8cmCws .container-fluid,
.cid-tCps8cmCws .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-tCps8cmCws .navbar-brand {
  padding: 0;
}
.cid-tCps8cmCws .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-tCps8cmCws .nav-link:hover:before {
  width: 100%;
}
.cid-tCps8cmCws .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-tCps8cmCws .nav-link {
    margin: 0 !important;
  }
}
.cid-tCps8cmCws .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCps8cmCws .widget p,
.cid-tCps8cmCws .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-tCps8cmCws .widget p a,
.cid-tCps8cmCws .widget .icons-menu a {
  margin-left: 15px;
}
.cid-tCps8cmCws .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(30, 33, 73, 0.8);
  font-size: 17px;
  color: rgba(30, 33, 73, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-tCps8cmCws .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-tCps8cmCws .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tCps8cmCws .block__phone,
  .cid-tCps8cmCws .icons-menu {
    display: none;
  }
  .cid-tCps8cmCws .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tCps8cmCws .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-tCps8cmCws .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-tCps8cmCws .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-tCps8cmCws .navbar > .container,
.cid-tCps8cmCws .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tCps8cmCws .btn {
    white-space: nowrap;
  }
  .cid-tCps8cmCws .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    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-tCps8cmCws .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tCps8cmCws .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tCps8cmCws .dropdown-toggle::after,
  .cid-tCps8cmCws .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-tCps8cmCws .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-tCps8cmCws .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-tCps8cmCws .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-tCps8cmCws .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tCps8cmCws .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tCps8cmCws .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-tCps8cmCws .nav-item:focus,
.cid-tCps8cmCws .nav-link:focus {
  outline: none;
}
.cid-tCps8cmCws .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-tCps8cmCws .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tCps8cmCws .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tCps8cmCws .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCps8cmCws .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tCps8cmCws .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCps8cmCws .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tCps8cmCws ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCps8cmCws .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-tCps8cmCws .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-tCps8cmCws .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tCps8cmCws .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-tCps8cmCws .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCps8cmCws .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCps8cmCws .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-tCps8cmCws .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tCps8cmCws .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCps8cmCws .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tCps8cmCws .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCps8cmCws .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCps8cmCws .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-tCps8cmCws .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCps8cmCws .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCps8cmCws .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tCps8cmCws .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tCps8cmCws .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tCps8cmCws .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCps8cmCws .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-tCps8cmCws .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-tCps8cmCws .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCps8cmCws .dropdown-item.active,
.cid-tCps8cmCws .dropdown-item:active {
  background-color: transparent;
}
.cid-tCps8cmCws .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCps8cmCws .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tCps8cmCws button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCps8cmCws button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-tCps8cmCws button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCps8cmCws button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCps8cmCws button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCps8cmCws button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCps8cmCws nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCps8cmCws nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCps8cmCws nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCps8cmCws nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCps8cmCws .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tCps8cmCws a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-tCps8cmCws a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-tCps8cmCws .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-tCps8cmCws .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-tCps8cmCws .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-tCps8cmCws .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-tCps8cmCws .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tCps8cmCws .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-tCps8cmCws .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-tCps8cmCws .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tCps8cmCws .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-tCps8cmCws .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-tCps8cmCws a.nav-link {
    justify-content: flex-start;
  }
  .cid-tCps8cmCws ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-tCps8cmCws .navbar-brand {
    padding: 0;
  }
  .cid-tCps8cmCws .block__phone,
  .cid-tCps8cmCws .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-tCps8cmCws .widget {
    flex-direction: column;
  }
  .cid-tCps8cmCws .widget p,
  .cid-tCps8cmCws .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-tCps8cmCws .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-tCps8cmCws .navbar {
    height: 97px;
  }
  .cid-tCps8cmCws .navbar.opened {
    height: auto;
  }
  .cid-tCps8cmCws .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCps8cTbo5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tCps8cTbo5 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tCps8cTbo5 .subtitle__block,
.cid-tCps8cTbo5 .title__block,
.cid-tCps8cTbo5 .buttons__block {
  pointer-events: all;
}
.cid-tCps8cTbo5 .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-tCps8cTbo5 .subtitle__block SPAN {
  color: #f0bf79;
}
.cid-tCps8cTbo5 .mbr-section-subtitle {
  display: inline-block;
}
.cid-tCps8cTbo5 .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-tCps8cTbo5 .mbr-text {
  margin-top: 35px;
}
.cid-tCps8cTbo5 .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-tCps8cTbo5 .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-tCps8cTbo5 .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #f0bf79 0%, rgba(240, 191, 121, 0.85) 100%) !important;
}
.cid-tCps8cTbo5 .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-tCps8cTbo5 .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-tCps8cTbo5 .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-tCps8cTbo5 .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-tCps8cTbo5 .mbr-figure:hover {
  color: #f0bf79;
  cursor: pointer;
}
.cid-tCps8cTbo5 .mbr-figure:hover .mbr-media {
  border-color: #f0bf79;
  color: #f0bf79;
}
@media (max-width: 575px) {
  .cid-tCps8cTbo5 .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-tCps8cTbo5 .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-tCps8cTbo5 .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-tCps8cTbo5 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-tCps8cTbo5 .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-tCps8cTbo5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tCps8cTbo5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCps8cTbo5 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tCps8cTbo5 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-tCps8cTbo5 a.close:hover {
  color: #ffffff;
}
.cid-tCps8cTbo5 .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-tCps8cTbo5 .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-tCps8cTbo5 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #ff6400;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-tCps8cTbo5 .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #f0bf79;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-tCps8cTbo5 .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #f0bf79;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-tCps8cTbo5 .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #ff6400;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-tCps8cTbo5 .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #1e2149;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@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);
  }
}
.cid-tCps8cTbo5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCps8cTbo5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCps8cTbo5 .mbr-section-title,
.cid-tCps8cTbo5 .subtitle__wrap {
  color: #ffffff;
}
.cid-tCps8cTbo5 .mbr-text,
.cid-tCps8cTbo5 .buttons__block {
  color: #f1da70;
}
.cid-tCps8dPsOB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCps8dPsOB .mbr-section-title {
  color: #233d63;
}
.cid-tCps8dPsOB .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-tCps8dPsOB .mbr-section-title,
.cid-tCps8dPsOB .icon__wrap {
  text-align: center;
}
.cid-tCps8dPsOB .mbr-section-subtitle {
  text-align: center;
}
.cid-tCps8dPsOB .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tCps8dPsOB .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-tCps8dPsOB .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-tCps8dPsOB .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-tCps8dPsOB .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-tCps8dPsOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCps8dPsOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCps8dPsOB .mbr-section-title,
.cid-tCps8dPsOB .icon__wrap DIV {
  text-align: left;
}
.cid-tCpt0Wd65y {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCpt0Wd65y .container,
.cid-tCpt0Wd65y .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-tCpt0Wd65y .icon__wrap,
.cid-tCpt0Wd65y .mbr-section-title,
.cid-tCpt0Wd65y .mbr-text,
.cid-tCpt0Wd65y .items__block,
.cid-tCpt0Wd65y .mbr-section-btn,
.cid-tCpt0Wd65y .image {
  pointer-events: all;
}
.cid-tCpt0Wd65y .image {
  text-align: center;
}
.cid-tCpt0Wd65y .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-tCpt0Wd65y .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-tCpt0Wd65y .mbr-text {
  margin-bottom: 40px;
}
.cid-tCpt0Wd65y .items__block .item .mbr-iconfont {
  color: #ff6400;
  margin-right: 10px;
  font-size: 14px;
}
.cid-tCpt0Wd65y .mbr-section-btn {
  margin-top: 55px;
}
.cid-tCpt0Wd65y .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-tCpt0Wd65y .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-tCpt0Wd65y .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #ff6400;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-tCpt0Wd65y .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-tCpt0Wd65y .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #f0bf79;
  animation: animationTwo 30s infinite linear;
}
.cid-tCpt0Wd65y .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #f0bf79;
  animation: animationOne 25s infinite linear;
}
.cid-tCpt0Wd65y .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #1e2149;
  animation: animationTwo 25s infinite linear;
}
.cid-tCpt0Wd65y .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tCpt0Wd65y .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-tCpt0Wd65y .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-tCpt0Wd65y .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-tCpt0Wd65y .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@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);
  }
}
.cid-tCpt0Wd65y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCpt0Wd65y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCps8fo7sD {
  padding-top: 4rem;
  padding-bottom: 1rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-tCps8fo7sD .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tCps8fo7sD .container {
  z-index: 1;
}
.cid-tCps8fo7sD .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-tCps8fo7sD .mbr-section-subtitle {
  text-align: center;
  color: #1e2149;
}
.cid-tCps8fo7sD .mbr-section-btn {
  margin-top: 35px;
}
.cid-tCps8fo7sD .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tCps8fo7sD .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tCps8fo7sD .mbr-section-title,
.cid-tCps8fo7sD .mbr-section-btn {
  text-align: left;
}
.cid-tCps8fo7sD .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-tCps8fo7sD .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-tCps8fo7sD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCps8fo7sD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCps8fo7sD .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tCps8iEazm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tCps8iEazm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCps8iEazm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCps8iEazm .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-tCps8iEazm .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-tCps8iEazm .container {
    max-width: 1400px;
  }
}
.cid-tCps8iEazm .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #333333;
  margin-bottom: 2rem;
}
.cid-tCps8iEazm .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-tCps8iEazm .row {
  justify-content: center;
}
.cid-tCps8iEazm .card-title,
.cid-tCps8iEazm .iconfont-wrapper,
.cid-tCps8iEazm .dot {
  color: #000000;
}
.cid-tCps8jHPoL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCps8jHPoL .google-map {
  height: 35rem;
  position: relative;
}
.cid-tCps8jHPoL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tCps8jHPoL .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tCps8jHPoL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tCps8jHPoL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tCps8jHPoL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCps8jHPoL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCps8koOlJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a1340;
}
.cid-tCps8koOlJ .mbr-text {
  color: #FFFFFF;
}
