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.2rem;
  line-height: 1.66666667;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.8rem;
  line-height: 1.38888889;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.35rem;
  line-height: 1.48148148;
}
.display-7 > .mbr-iconfont {
  font-size: 2.16rem;
}
/* ---- 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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1225rem + (1.35 - 1.1225) * ((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: #ff2a8d !important;
}
.bg-success {
  background-color: #ffd200 !important;
}
.bg-info {
  background-color: #ff3a46 !important;
}
.bg-warning {
  background-color: #45ce11 !important;
}
.bg-danger {
  background-color: #ff2a8d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2a8d !important;
  border-color: #ff2a8d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff2a8d;
  border-color: #ff2a8d;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff2a8d !important;
  border-color: #ff2a8d !important;
}
.btn-primary:hover {
  background-color: #f60072 !important;
  border-color: #f60072 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00c6ff !important;
  border-color: #00c6ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #00c6ff;
  border-color: #00c6ff;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #00c6ff !important;
  border-color: #00c6ff !important;
}
.btn-secondary:hover {
  background-color: #009ecc !important;
  border-color: #009ecc !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ff3a46;
  border-color: #ff3a46;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
}
.btn-info:hover {
  background-color: #ff0716 !important;
  border-color: #ff0716 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffd200 !important;
  border-color: #ffd200 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #ffd200;
  border-color: #ffd200;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffd200 !important;
  border-color: #ffd200 !important;
}
.btn-success:hover {
  background-color: #cca800 !important;
  border-color: #cca800 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #45ce11 !important;
  border-color: #45ce11 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #45ce11;
  border-color: #45ce11;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #45ce11 !important;
  border-color: #45ce11 !important;
}
.btn-warning:hover {
  background-color: #5ced25 !important;
  border-color: #5ced25 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff2a8d !important;
  border-color: #ff2a8d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff2a8d;
  border-color: #ff2a8d;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff2a8d !important;
  border-color: #ff2a8d !important;
}
.btn-danger:hover {
  background-color: #ff5da8 !important;
  border-color: #f60072 !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: #ff2a8d;
  color: #ff2a8d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #ff2a8d !important;
  border-color: #ff2a8d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2a8d !important;
  border-color: #ff2a8d !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #00c6ff;
  color: #00c6ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #00c6ff !important;
  border-color: #00c6ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00c6ff !important;
  border-color: #00c6ff !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ff3a46;
  color: #ff3a46;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #ff3a46 !important;
  border-color: #ff3a46;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ffd200;
  color: #ffd200;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background: #ffd200 !important;
  border-color: #ffd200;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffd200 !important;
  border-color: #ffd200 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #45ce11;
  color: #45ce11;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #45ce11 !important;
  border-color: #45ce11;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #45ce11 !important;
  border-color: #45ce11 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ff2a8d;
  color: #ff2a8d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #ff2a8d !important;
  border-color: #ff2a8d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2a8d !important;
  border-color: #ff2a8d !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: #ff2a8d !important;
}
.text-secondary {
  color: #00c6ff !important;
}
.text-success {
  color: #ffd200 !important;
}
.text-info {
  color: #ff3a46 !important;
}
.text-warning {
  color: #45ce11 !important;
}
.text-danger {
  color: #ff2a8d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c3005b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #007799 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997e00 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #d3000d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #45ce11 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c3005b !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ff2a8d !important;
}
.alert-success {
  background-color: #ffd200;
}
.alert-info {
  background-color: #ff3a46;
}
.alert-warning {
  background-color: #45ce11;
}
.alert-danger {
  background-color: #ff2a8d;
}
.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: #ff2a8d;
  border-color: #ff2a8d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff2a8d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff6fa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff6cc;
}
.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: #c6f9b2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff6fa;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1.35rem;
  line-height: 1.48148148;
}
.form-control > .mbr-iconfont {
  font-size: 2.16rem;
}
blockquote {
  border-color: #ff2a8d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff2a8d;
  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: #ff2a8d;
  border-bottom-color: #ff2a8d;
}
.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: #ff2a8d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #00c6ff !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-sXbAERR6hK {
  min-height: 70px !important;
  position: relative;
  background: #000000;
  overflow: visible;
}
.cid-sXbAERR6hK .nav-item,
.cid-sXbAERR6hK .nav-link,
.cid-sXbAERR6hK .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-sXbAERR6hK .nav-item:hover,
.cid-sXbAERR6hK .nav-link:hover,
.cid-sXbAERR6hK .navbar-caption:hover {
  color: #ff2a8d !important;
}
.cid-sXbAERR6hK .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-sXbAERR6hK .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-sXbAERR6hK .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sXbAERR6hK .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sXbAERR6hK .container-fluid,
.cid-sXbAERR6hK .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-sXbAERR6hK .navbar-brand {
  padding: 0;
}
.cid-sXbAERR6hK .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-sXbAERR6hK .nav-link:hover:before {
  width: 100%;
}
.cid-sXbAERR6hK .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-sXbAERR6hK .nav-link {
    margin: 0 !important;
  }
}
.cid-sXbAERR6hK .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sXbAERR6hK .widget p,
.cid-sXbAERR6hK .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-sXbAERR6hK .widget p a,
.cid-sXbAERR6hK .widget .icons-menu a {
  margin-left: 15px;
}
.cid-sXbAERR6hK .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-sXbAERR6hK .icons__wrap:hover {
  color: #ffffff;
  background-color: #ff2a8d;
  border-color: #ff2a8d;
}
.cid-sXbAERR6hK .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sXbAERR6hK .block__phone,
  .cid-sXbAERR6hK .icons-menu {
    display: none;
  }
  .cid-sXbAERR6hK .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sXbAERR6hK .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #ff2a8d !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-sXbAERR6hK .mbr-section-btn .btn-secondary:hover {
  background-color: #ff2a8d !important;
  color: #ffffff !important;
}
.cid-sXbAERR6hK .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-sXbAERR6hK .navbar > .container,
.cid-sXbAERR6hK .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sXbAERR6hK .btn {
    white-space: nowrap;
  }
  .cid-sXbAERR6hK .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #000000;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #ff2a8d;
    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-sXbAERR6hK .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sXbAERR6hK .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sXbAERR6hK .dropdown-toggle::after,
  .cid-sXbAERR6hK .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-sXbAERR6hK .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-sXbAERR6hK .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-sXbAERR6hK .dropdown-menu .dropdown-item:hover {
  color: #ff2a8d !important;
}
.cid-sXbAERR6hK .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sXbAERR6hK .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sXbAERR6hK .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-sXbAERR6hK .nav-item:focus,
.cid-sXbAERR6hK .nav-link:focus {
  outline: none;
}
.cid-sXbAERR6hK .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #ff2a8d;
  border-bottom: 1px solid #ff2a8d;
}
.cid-sXbAERR6hK .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-sXbAERR6hK .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sXbAERR6hK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXbAERR6hK .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sXbAERR6hK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXbAERR6hK .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sXbAERR6hK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXbAERR6hK .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #000000;
}
.cid-sXbAERR6hK .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #000000 !important;
}
.cid-sXbAERR6hK .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sXbAERR6hK .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-sXbAERR6hK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXbAERR6hK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXbAERR6hK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 95px - 1rem);
  }
}
.cid-sXbAERR6hK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sXbAERR6hK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXbAERR6hK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sXbAERR6hK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXbAERR6hK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXbAERR6hK .navbar .dropdown-menu {
    background: #000000 !important;
  }
  .cid-sXbAERR6hK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXbAERR6hK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sXbAERR6hK .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sXbAERR6hK .navbar.navbar-short {
  background: #000000 !important;
  min-height: 70px;
  height: 70px;
}
.cid-sXbAERR6hK .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sXbAERR6hK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sXbAERR6hK .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-sXbAERR6hK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-sXbAERR6hK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXbAERR6hK .dropdown-item.active,
.cid-sXbAERR6hK .dropdown-item:active {
  background-color: transparent;
}
.cid-sXbAERR6hK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sXbAERR6hK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sXbAERR6hK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXbAERR6hK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff2a8d;
}
.cid-sXbAERR6hK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXbAERR6hK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXbAERR6hK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXbAERR6hK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXbAERR6hK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXbAERR6hK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXbAERR6hK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXbAERR6hK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXbAERR6hK .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sXbAERR6hK a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-sXbAERR6hK a.nav-link:hover {
  color: #ff2a8d !important;
}
@media (max-width: 991px) {
  .cid-sXbAERR6hK .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-sXbAERR6hK .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #ff2a8d;
  }
  .cid-sXbAERR6hK .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-sXbAERR6hK .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-sXbAERR6hK .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sXbAERR6hK .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-sXbAERR6hK .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-sXbAERR6hK .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sXbAERR6hK .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-sXbAERR6hK .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-sXbAERR6hK a.nav-link {
    justify-content: flex-start;
  }
  .cid-sXbAERR6hK ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-sXbAERR6hK .navbar-brand {
    padding: 0;
  }
  .cid-sXbAERR6hK .block__phone,
  .cid-sXbAERR6hK .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-sXbAERR6hK .widget {
    flex-direction: column;
  }
  .cid-sXbAERR6hK .widget p,
  .cid-sXbAERR6hK .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-sXbAERR6hK .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-sXbAERR6hK .navbar {
    height: 97px;
  }
  .cid-sXbAERR6hK .navbar.opened {
    height: auto;
  }
  .cid-sXbAERR6hK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXbB8cP2UH {
  padding-top: 4rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/home00-4-1920x1280.jpg");
}
.cid-sXbB8cP2UH .container {
  pointer-events: none;
  z-index: 1;
}
.cid-sXbB8cP2UH .subtitle__block,
.cid-sXbB8cP2UH .title__block,
.cid-sXbB8cP2UH .buttons__block {
  pointer-events: all;
}
.cid-sXbB8cP2UH .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-sXbB8cP2UH .subtitle__block SPAN {
  color: #ff2a8d;
}
.cid-sXbB8cP2UH .mbr-section-subtitle {
  display: inline-block;
}
.cid-sXbB8cP2UH .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-sXbB8cP2UH .mbr-text {
  margin-top: 35px;
}
.cid-sXbB8cP2UH .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-sXbB8cP2UH .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-sXbB8cP2UH .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, #ff3a46 0%, rgba(255, 58, 70, 0.85) 100%) !important;
}
.cid-sXbB8cP2UH .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sXbB8cP2UH .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sXbB8cP2UH .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-sXbB8cP2UH .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-sXbB8cP2UH .mbr-figure:hover {
  color: #ff3a46;
  cursor: pointer;
}
.cid-sXbB8cP2UH .mbr-figure:hover .mbr-media {
  border-color: #ff3a46;
  color: #ff3a46;
}
@media (max-width: 575px) {
  .cid-sXbB8cP2UH .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sXbB8cP2UH .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-sXbB8cP2UH .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sXbB8cP2UH .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sXbB8cP2UH .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-sXbB8cP2UH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sXbB8cP2UH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sXbB8cP2UH .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sXbB8cP2UH 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-sXbB8cP2UH a.close:hover {
  color: #ffffff;
}
.cid-sXbB8cP2UH .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-sXbB8cP2UH .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-sXbB8cP2UH .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #45ce11;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-sXbB8cP2UH .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ff3a46;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-sXbB8cP2UH .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #ff2a8d;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-sXbB8cP2UH .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #ffd200;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-sXbB8cP2UH .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #ff2a8d;
  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-sXbB8cP2UH .mbr-text,
.cid-sXbB8cP2UH .buttons__block {
  color: #ff2a8d;
}
.cid-sXbB8cP2UH .mbr-section-title,
.cid-sXbB8cP2UH .subtitle__wrap {
  color: #ffffff;
}
.cid-sXbB8cP2UH .subtitle__block SPAN {
  color: #000000;
}
.cid-sXrkmrGWfu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/home01-1600x800.jpg");
}
.cid-sXrkmrGWfu .mbr-overlay {
  background: #000000;
  background: linear-gradient(to right, #000000, #5842ff);
}
.cid-sXrkmrGWfu .container {
  pointer-events: none;
}
.cid-sXrkmrGWfu .mbr-section-title {
  pointer-events: all;
  font-size: 110px;
  line-height: 130px;
}
.cid-sXrkmrGWfu .animated-element {
  color: #ffffff;
  font-size: 110px;
  line-height: 130px;
}
.cid-sXrkmrGWfu .animated-element:after {
  content: ".";
  color: #ff2a8d;
}
.cid-sXrkmrGWfu .typed-cursor {
  color: #ffffff;
  font-size: 110px;
}
.cid-sXrkmrGWfu .mbr-section-title,
.cid-sXrkmrGWfu .animated-element {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .cid-sXrkmrGWfu .mbr-section-title,
  .cid-sXrkmrGWfu .animated-element,
  .cid-sXrkmrGWfu .typed-cursor {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .cid-sXrkmrGWfu .mbr-section-title,
  .cid-sXrkmrGWfu .animated-element,
  .cid-sXrkmrGWfu .typed-cursor {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .cid-sXrkmrGWfu .mbr-section-title,
  .cid-sXrkmrGWfu .animated-element,
  .cid-sXrkmrGWfu .typed-cursor {
    font-size: 45px;
    line-height: 60px;
  }
}
.cid-sXrkmrGWfu .mbr-section-title,
.cid-sXrkmrGWfu .typed-text {
  color: #ffffff;
  text-align: center;
}
@keyframes scale__one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@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-taDPR8tras {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-taDPR8tras {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-taDPR8tras {
    padding-top: 0rem;
    padding-bottom: 1.2rem;
  }
}
.cid-taDPR8tras .f-row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-taDPR8tras .f-row {
    flex-direction: row;
  }
}
.cid-taDPR8tras .bb {
  color: white !important;
  font-size: 135% !important;
}
.cid-taDPR8tras .f-item {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .cid-taDPR8tras .f-item {
    flex: 1 1 50%;
  }
}
@media (min-width: 992px) {
  .cid-taDPR8tras .image-wrapper {
    min-height: 750px;
  }
}
.cid-taDPR8tras .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-taDPR8tras .text-wrapper {
  width: 100%;
  background-color: #ff2a8d;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-taDPR8tras .text-wrapper {
    transform: translate(20%, 5rem);
  }
}
@media (min-width: 1200px) {
  .cid-taDPR8tras .text-wrapper {
    padding: 6rem 3.25rem;
    margin: 1rem;
  }
}
.cid-taDPR8tras .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-taDPR8tras .mbr-text,
.cid-taDPR8tras .mbr-section-btn {
  color: #ffd8db;
}
.cid-taDPR8tras .z-100 {
  z-index: 100;
}
.cid-taDPR8tras .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-taDWgV8ce6 {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-taDWgV8ce6 {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .cid-taDWgV8ce6 {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
}
.cid-taDWgV8ce6 .f-row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-taDWgV8ce6 .f-row {
    flex-direction: row;
  }
}
.cid-taDWgV8ce6 .f-item {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .cid-taDWgV8ce6 .f-item {
    flex: 1 1 50%;
  }
}
@media (min-width: 992px) {
  .cid-taDWgV8ce6 .image-wrapper {
    min-height: 750px;
  }
}
.cid-taDWgV8ce6 .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-taDWgV8ce6 .text-wrapper {
  width: 100%;
  background-color: #09a6fa;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-taDWgV8ce6 .text-wrapper {
    transform: translate(20%, 9rem);
  }
}
@media (min-width: 1200px) {
  .cid-taDWgV8ce6 .text-wrapper {
    padding: 6rem 3.25rem;
    margin: 1rem;
  }
}
.cid-taDWgV8ce6 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-taDWgV8ce6 .mbr-text,
.cid-taDWgV8ce6 .mbr-section-btn {
  color: #ffd8db;
}
.cid-taDWgV8ce6 .z-100 {
  z-index: 100;
}
.cid-taDWgV8ce6 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-taDXfO2MaB {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-taDXfO2MaB {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-taDXfO2MaB {
    padding-top: 0rem;
    padding-bottom: 1.2rem;
  }
}
.cid-taDXfO2MaB .bb {
  color: white !important;
  font-size: 135% !important;
}
.cid-taDXfO2MaB .f-row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-taDXfO2MaB .f-row {
    flex-direction: row;
  }
}
.cid-taDXfO2MaB .f-item {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .cid-taDXfO2MaB .f-item {
    flex: 1 1 50%;
  }
}
@media (min-width: 992px) {
  .cid-taDXfO2MaB .image-wrapper {
    min-height: 750px;
  }
}
.cid-taDXfO2MaB .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-taDXfO2MaB .text-wrapper {
  width: 100%;
  background-color: #000000;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-taDXfO2MaB .text-wrapper {
    transform: translate(20%, 5rem);
  }
}
@media (min-width: 1200px) {
  .cid-taDXfO2MaB .text-wrapper {
    padding: 6rem 3.25rem;
    margin: 1rem;
  }
}
.cid-taDXfO2MaB .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-taDXfO2MaB .mbr-text,
.cid-taDXfO2MaB .mbr-section-btn {
  color: #ffd8db;
}
.cid-taDXfO2MaB .z-100 {
  z-index: 100;
}
.cid-taDXfO2MaB .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sXbCubzbKo {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXbCubzbKo .tile {
  width: 100%;
  margin-bottom: 16px;
}
.cid-sXbCubzbKo .tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sXbCubzbKo .image-wrap {
  border-radius: 15px;
  overflow: hidden;
}
.cid-sXbCubzbKo .image-container .row div[class*="col"]:first-child,
.cid-sXbCubzbKo .image-container .row div[class*="col"]:last-child {
  padding-top: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXbCubzbKo .image-container .row div[class*="col"]:first-child,
  .cid-sXbCubzbKo .image-container .row div[class*="col"]:last-child {
    padding-top: 0.5rem;
  }
}
.cid-sXbCubzbKo .image-container .row div[class*="col"]:first-child .image-wrap,
.cid-sXbCubzbKo .image-container .row div[class*="col"]:last-child .image-wrap {
  aspect-ratio: 0.88235294;
}
.cid-sXbCubzbKo .image-container .row div[class*="col"]:nth-child(2) .image-wrap {
  aspect-ratio: 1.76470588;
}
@media (min-width: 541px) and (max-width: 767px) {
  .cid-sXbCubzbKo .image-container .col-12:first-child,
  .cid-sXbCubzbKo .image-container .col-12:last-child {
    width: 25%;
  }
  .cid-sXbCubzbKo .image-container .col-12:nth-child(2) {
    width: 50%;
  }
}
.cid-sXbCubzbKo .mbr-description {
  color: #000000;
  text-align: center;
}
.cid-sXbFSNdMIk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sXbFSNdMIk .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
  text-decoration: underline;
}
.cid-sXbFSNdMIk b {
  font-size: 135%;
}
.cid-sXbFSNdMIk .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-sXbFSNdMIk .mbr-section-title,
.cid-sXbFSNdMIk .icon__wrap {
  text-align: center;
  color: #000000;
}
.cid-sXbFSNdMIk .mbr-section-subtitle {
  text-align: center;
  color: #ff2a8d;
}
.cid-sXbFSNdMIk .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-sXbFSNdMIk .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-sXbFSNdMIk .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-sXbFSNdMIk .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-sXbFSNdMIk .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-sXbEvbxa7s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sXbEvbxa7s .mbr-overlay {
  background: #5eeebb;
}
.cid-sXbEvbxa7s .column2 {
  margin-top: 150px;
}
.cid-sXbEvbxa7s .card {
  padding: 0 35px;
  margin-bottom: 150px;
  position: relative;
}
.cid-sXbEvbxa7s .card:hover .image img {
  transform: scale(1.1);
}
.cid-sXbEvbxa7s .card:hover .card__content {
  left: 35px;
}
.cid-sXbEvbxa7s .image {
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.cid-sXbEvbxa7s .image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-sXbEvbxa7s .card__content {
  position: absolute;
  bottom: -100px;
  right: 35px;
  left: 100px;
  padding: 50px 35px 42px 60px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: -15px 19px 40px 0px rgba(240, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
}
.cid-sXbEvbxa7s .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #ff2a8d;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-sXbEvbxa7s .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-sXbEvbxa7s .card__title {
  margin-bottom: 15px;
  color: #000000;
}
.cid-sXbEvbxa7s .btn__card {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sXbEvbxa7s .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sXbEvbxa7s .card {
    padding: 0;
    margin-bottom: 70px;
  }
  .cid-sXbEvbxa7s .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .cid-sXbEvbxa7s .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-sXbEvbxa7s .image {
    max-height: 450px;
  }
}
.cid-sXbFbppBu5 {
  padding-top: 165px;
  padding-bottom: 30px;
}
.cid-sXbFbppBu5 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXbFbppBu5 svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sXbFbppBu5 g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sXbFbppBu5 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sXbFbppBu5 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sXbFbppBu5 .soc-item:hover {
  background: #ff2a8d;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sXbFbppBu5 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXbFbppBu5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sXbFbppBu5 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sXbFbppBu5 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sXbFbppBu5 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sXbFbppBu5 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sXbFbppBu5 .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sXbFbppBu5 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sXbFbppBu5 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXbFbppBu5 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXbFbppBu5 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sXbFbppBu5 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sXsgSmfQi2 {
  min-height: 70px !important;
  position: relative;
  background: #000000;
  overflow: visible;
}
.cid-sXsgSmfQi2 .nav-item,
.cid-sXsgSmfQi2 .nav-link,
.cid-sXsgSmfQi2 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-sXsgSmfQi2 .nav-item:hover,
.cid-sXsgSmfQi2 .nav-link:hover,
.cid-sXsgSmfQi2 .navbar-caption:hover {
  color: #ff2a8d !important;
}
.cid-sXsgSmfQi2 .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-sXsgSmfQi2 .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-sXsgSmfQi2 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sXsgSmfQi2 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sXsgSmfQi2 .container-fluid,
.cid-sXsgSmfQi2 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-sXsgSmfQi2 .navbar-brand {
  padding: 0;
}
.cid-sXsgSmfQi2 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-sXsgSmfQi2 .nav-link:hover:before {
  width: 100%;
}
.cid-sXsgSmfQi2 .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-sXsgSmfQi2 .nav-link {
    margin: 0 !important;
  }
}
.cid-sXsgSmfQi2 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sXsgSmfQi2 .widget p,
.cid-sXsgSmfQi2 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-sXsgSmfQi2 .widget p a,
.cid-sXsgSmfQi2 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-sXsgSmfQi2 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-sXsgSmfQi2 .icons__wrap:hover {
  color: #ffffff;
  background-color: #ff2a8d;
  border-color: #ff2a8d;
}
.cid-sXsgSmfQi2 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sXsgSmfQi2 .block__phone,
  .cid-sXsgSmfQi2 .icons-menu {
    display: none;
  }
  .cid-sXsgSmfQi2 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sXsgSmfQi2 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #ff2a8d !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-sXsgSmfQi2 .mbr-section-btn .btn-secondary:hover {
  background-color: #ff2a8d !important;
  color: #ffffff !important;
}
.cid-sXsgSmfQi2 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-sXsgSmfQi2 .navbar > .container,
.cid-sXsgSmfQi2 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sXsgSmfQi2 .btn {
    white-space: nowrap;
  }
  .cid-sXsgSmfQi2 .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #000000;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #ff2a8d;
    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-sXsgSmfQi2 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sXsgSmfQi2 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sXsgSmfQi2 .dropdown-toggle::after,
  .cid-sXsgSmfQi2 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-sXsgSmfQi2 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-sXsgSmfQi2 .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-sXsgSmfQi2 .dropdown-menu .dropdown-item:hover {
  color: #ff2a8d !important;
}
.cid-sXsgSmfQi2 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sXsgSmfQi2 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sXsgSmfQi2 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-sXsgSmfQi2 .nav-item:focus,
.cid-sXsgSmfQi2 .nav-link:focus {
  outline: none;
}
.cid-sXsgSmfQi2 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #ff2a8d;
  border-bottom: 1px solid #ff2a8d;
}
.cid-sXsgSmfQi2 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-sXsgSmfQi2 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sXsgSmfQi2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXsgSmfQi2 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sXsgSmfQi2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXsgSmfQi2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sXsgSmfQi2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXsgSmfQi2 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #000000;
}
.cid-sXsgSmfQi2 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #000000 !important;
}
.cid-sXsgSmfQi2 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sXsgSmfQi2 .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-sXsgSmfQi2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXsgSmfQi2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXsgSmfQi2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 95px - 1rem);
  }
}
.cid-sXsgSmfQi2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sXsgSmfQi2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXsgSmfQi2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sXsgSmfQi2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXsgSmfQi2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXsgSmfQi2 .navbar .dropdown-menu {
    background: #000000 !important;
  }
  .cid-sXsgSmfQi2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXsgSmfQi2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sXsgSmfQi2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sXsgSmfQi2 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 70px;
  height: 70px;
}
.cid-sXsgSmfQi2 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sXsgSmfQi2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sXsgSmfQi2 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-sXsgSmfQi2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-sXsgSmfQi2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXsgSmfQi2 .dropdown-item.active,
.cid-sXsgSmfQi2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sXsgSmfQi2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sXsgSmfQi2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sXsgSmfQi2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXsgSmfQi2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff2a8d;
}
.cid-sXsgSmfQi2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXsgSmfQi2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXsgSmfQi2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXsgSmfQi2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXsgSmfQi2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXsgSmfQi2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXsgSmfQi2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXsgSmfQi2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXsgSmfQi2 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sXsgSmfQi2 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-sXsgSmfQi2 a.nav-link:hover {
  color: #ff2a8d !important;
}
@media (max-width: 991px) {
  .cid-sXsgSmfQi2 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-sXsgSmfQi2 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #ff2a8d;
  }
  .cid-sXsgSmfQi2 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-sXsgSmfQi2 .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-sXsgSmfQi2 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sXsgSmfQi2 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-sXsgSmfQi2 .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-sXsgSmfQi2 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sXsgSmfQi2 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-sXsgSmfQi2 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-sXsgSmfQi2 a.nav-link {
    justify-content: flex-start;
  }
  .cid-sXsgSmfQi2 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-sXsgSmfQi2 .navbar-brand {
    padding: 0;
  }
  .cid-sXsgSmfQi2 .block__phone,
  .cid-sXsgSmfQi2 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-sXsgSmfQi2 .widget {
    flex-direction: column;
  }
  .cid-sXsgSmfQi2 .widget p,
  .cid-sXsgSmfQi2 .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-sXsgSmfQi2 .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-sXsgSmfQi2 .navbar {
    height: 97px;
  }
  .cid-sXsgSmfQi2 .navbar.opened {
    height: auto;
  }
  .cid-sXsgSmfQi2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taE7rr5bV3 {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/home01-1600x800.jpg");
}
.cid-taE7rr5bV3 .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
  text-decoration: underline;
}
.cid-taE7rr5bV3 b {
  font-size: 135%;
}
.cid-taE7rr5bV3 .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-taE7rr5bV3 .mbr-section-title,
.cid-taE7rr5bV3 .icon__wrap {
  text-align: center;
  color: #ffffff;
}
.cid-taE7rr5bV3 .mbr-section-subtitle {
  text-align: center;
  color: #ff2a8d;
}
.cid-taE7rr5bV3 .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-taE7rr5bV3 .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-taE7rr5bV3 .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-taE7rr5bV3 .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-taE7rr5bV3 .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-sXsk00eOiT {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sXsk00eOiT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sXsk00eOiT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sXsk00eOiT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sXsk00eOiT .title {
  padding: 0 2rem;
}
.cid-sXsk00eOiT .container {
  padding: 0 1rem;
}
.cid-sXsk00eOiT .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-sXsk00eOiT .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-sXsk00eOiT .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sXsk00eOiT .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sXsk00eOiT .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-sXsk00eOiT .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-sXsk00eOiT .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sXsk00eOiT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sXsk00eOiT .icon-focus {
  display: none;
}
.cid-sXsk00eOiT .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-sXsk00eOiT .btn-primary-outline:hover {
  background: transparent !important;
  color: #ff2a8d !important;
}
.cid-sXsk00eOiT li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-sXsk00eOiT li {
  position: relative;
}
.cid-sXsk00eOiT .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sXsk00eOiT .btn {
  font-family: Heebo !important;
}
.cid-sXsk00eOiT .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sXsk00eOiT .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXsk00eOiT li:not(:last-child):after {
    top: 9px;
  }
  .cid-sXsk00eOiT .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-sXsk00eOiT .container {
    padding: 0rem 0.5rem;
  }
  .cid-sXsk00eOiT .title {
    padding: 0 1rem;
  }
}
.cid-sXsk00eOiT H2 {
  color: #89b758;
}
.cid-sXsk00eOiT H1 {
  color: #ff2a8d;
}
.cid-sXslLgmiyW {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffc500;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sXslLgmiyW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sXslLgmiyW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sXslLgmiyW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sXslLgmiyW .title {
  padding: 0 2rem;
}
.cid-sXslLgmiyW .container {
  padding: 0 1rem;
}
.cid-sXslLgmiyW .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-sXslLgmiyW .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-sXslLgmiyW .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sXslLgmiyW .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sXslLgmiyW .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-sXslLgmiyW .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-sXslLgmiyW .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sXslLgmiyW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sXslLgmiyW .icon-focus {
  display: none;
}
.cid-sXslLgmiyW .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-sXslLgmiyW .btn-primary-outline:hover {
  background: transparent !important;
  color: #ff2a8d !important;
}
.cid-sXslLgmiyW li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-sXslLgmiyW li {
  position: relative;
}
.cid-sXslLgmiyW .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sXslLgmiyW .btn {
  font-family: Heebo !important;
}
.cid-sXslLgmiyW .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sXslLgmiyW .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXslLgmiyW li:not(:last-child):after {
    top: 9px;
  }
  .cid-sXslLgmiyW .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-sXslLgmiyW .container {
    padding: 0rem 0.5rem;
  }
  .cid-sXslLgmiyW .title {
    padding: 0 1rem;
  }
}
.cid-sXslLgmiyW H2 {
  color: #89b758;
}
.cid-sXslLgmiyW H1 {
  color: #000000;
}
.cid-sXsnhlxNp9 {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #00c6ff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sXsnhlxNp9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sXsnhlxNp9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sXsnhlxNp9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sXsnhlxNp9 .title {
  padding: 0 2rem;
}
.cid-sXsnhlxNp9 .container {
  padding: 0 1rem;
}
.cid-sXsnhlxNp9 .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-sXsnhlxNp9 .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-sXsnhlxNp9 .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sXsnhlxNp9 .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sXsnhlxNp9 .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-sXsnhlxNp9 .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-sXsnhlxNp9 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sXsnhlxNp9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sXsnhlxNp9 .icon-focus {
  display: none;
}
.cid-sXsnhlxNp9 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-sXsnhlxNp9 .btn-primary-outline:hover {
  background: transparent !important;
  color: #ff2a8d !important;
}
.cid-sXsnhlxNp9 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-sXsnhlxNp9 li {
  position: relative;
}
.cid-sXsnhlxNp9 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sXsnhlxNp9 .btn {
  font-family: Heebo !important;
}
.cid-sXsnhlxNp9 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sXsnhlxNp9 .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXsnhlxNp9 li:not(:last-child):after {
    top: 9px;
  }
  .cid-sXsnhlxNp9 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-sXsnhlxNp9 .container {
    padding: 0rem 0.5rem;
  }
  .cid-sXsnhlxNp9 .title {
    padding: 0 1rem;
  }
}
.cid-sXsnhlxNp9 H2 {
  color: #89b758;
}
.cid-sXsnhlxNp9 H1 {
  color: #ffffff;
}
.cid-sXspuOTnMj {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ff2a8d;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sXspuOTnMj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sXspuOTnMj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sXspuOTnMj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sXspuOTnMj .title {
  padding: 0 2rem;
}
.cid-sXspuOTnMj .container {
  padding: 0 1rem;
}
.cid-sXspuOTnMj .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-sXspuOTnMj .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-sXspuOTnMj .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sXspuOTnMj .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sXspuOTnMj .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-sXspuOTnMj .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-sXspuOTnMj .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sXspuOTnMj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sXspuOTnMj .icon-focus {
  display: none;
}
.cid-sXspuOTnMj .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-sXspuOTnMj .btn-primary-outline:hover {
  background: transparent !important;
  color: #ff2a8d !important;
}
.cid-sXspuOTnMj li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-sXspuOTnMj li {
  position: relative;
}
.cid-sXspuOTnMj .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sXspuOTnMj .btn {
  font-family: Heebo !important;
}
.cid-sXspuOTnMj .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sXspuOTnMj .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXspuOTnMj li:not(:last-child):after {
    top: 9px;
  }
  .cid-sXspuOTnMj .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-sXspuOTnMj .container {
    padding: 0rem 0.5rem;
  }
  .cid-sXspuOTnMj .title {
    padding: 0 1rem;
  }
}
.cid-sXspuOTnMj H2 {
  color: #89b758;
}
.cid-sXspuOTnMj H1 {
  color: #ffffff;
}
.cid-sXsr9FGLdQ {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #1a1a1a;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sXsr9FGLdQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sXsr9FGLdQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sXsr9FGLdQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sXsr9FGLdQ .title {
  padding: 0 2rem;
}
.cid-sXsr9FGLdQ .container {
  padding: 0 1rem;
}
.cid-sXsr9FGLdQ .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-sXsr9FGLdQ .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-sXsr9FGLdQ .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sXsr9FGLdQ .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sXsr9FGLdQ .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-sXsr9FGLdQ .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-sXsr9FGLdQ .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sXsr9FGLdQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sXsr9FGLdQ .icon-focus {
  display: none;
}
.cid-sXsr9FGLdQ .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-sXsr9FGLdQ .btn-primary-outline:hover {
  background: transparent !important;
  color: #ff2a8d !important;
}
.cid-sXsr9FGLdQ li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-sXsr9FGLdQ li {
  position: relative;
}
.cid-sXsr9FGLdQ .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sXsr9FGLdQ .btn {
  font-family: Heebo !important;
}
.cid-sXsr9FGLdQ .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sXsr9FGLdQ .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXsr9FGLdQ li:not(:last-child):after {
    top: 9px;
  }
  .cid-sXsr9FGLdQ .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-sXsr9FGLdQ .container {
    padding: 0rem 0.5rem;
  }
  .cid-sXsr9FGLdQ .title {
    padding: 0 1rem;
  }
}
.cid-sXsr9FGLdQ H2 {
  color: #89b758;
}
.cid-sXsr9FGLdQ H1 {
  color: #ffffff;
}
.cid-sXssLSyMzb {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffc500;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sXssLSyMzb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sXssLSyMzb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sXssLSyMzb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sXssLSyMzb .title {
  padding: 0 2rem;
}
.cid-sXssLSyMzb .container {
  padding: 0 1rem;
}
.cid-sXssLSyMzb .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-sXssLSyMzb .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-sXssLSyMzb .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sXssLSyMzb .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sXssLSyMzb .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-sXssLSyMzb .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-sXssLSyMzb .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sXssLSyMzb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sXssLSyMzb .icon-focus {
  display: none;
}
.cid-sXssLSyMzb .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-sXssLSyMzb .btn-primary-outline:hover {
  background: transparent !important;
  color: #ff2a8d !important;
}
.cid-sXssLSyMzb li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-sXssLSyMzb li {
  position: relative;
}
.cid-sXssLSyMzb .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sXssLSyMzb .btn {
  font-family: Heebo !important;
}
.cid-sXssLSyMzb .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sXssLSyMzb .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXssLSyMzb li:not(:last-child):after {
    top: 9px;
  }
  .cid-sXssLSyMzb .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-sXssLSyMzb .container {
    padding: 0rem 0.5rem;
  }
  .cid-sXssLSyMzb .title {
    padding: 0 1rem;
  }
}
.cid-sXssLSyMzb H2 {
  color: #89b758;
}
.cid-sXssLSyMzb H1 {
  color: #000000;
}
.cid-sXstrvbvHc {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ff2a8d;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sXstrvbvHc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sXstrvbvHc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sXstrvbvHc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sXstrvbvHc .title {
  padding: 0 2rem;
}
.cid-sXstrvbvHc .container {
  padding: 0 1rem;
}
.cid-sXstrvbvHc .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-sXstrvbvHc .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-sXstrvbvHc .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sXstrvbvHc .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sXstrvbvHc .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-sXstrvbvHc .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-sXstrvbvHc .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sXstrvbvHc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sXstrvbvHc .icon-focus {
  display: none;
}
.cid-sXstrvbvHc .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-sXstrvbvHc .btn-primary-outline:hover {
  background: transparent !important;
  color: #ff2a8d !important;
}
.cid-sXstrvbvHc li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-sXstrvbvHc li {
  position: relative;
}
.cid-sXstrvbvHc .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sXstrvbvHc .btn {
  font-family: Heebo !important;
}
.cid-sXstrvbvHc .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sXstrvbvHc .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXstrvbvHc li:not(:last-child):after {
    top: 9px;
  }
  .cid-sXstrvbvHc .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-sXstrvbvHc .container {
    padding: 0rem 0.5rem;
  }
  .cid-sXstrvbvHc .title {
    padding: 0 1rem;
  }
}
.cid-sXstrvbvHc H2 {
  color: #89b758;
}
.cid-sXstrvbvHc H1 {
  color: #ffffff;
}
.cid-sXsuyFJtjL {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #1a1a1a;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sXsuyFJtjL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sXsuyFJtjL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sXsuyFJtjL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sXsuyFJtjL .title {
  padding: 0 2rem;
}
.cid-sXsuyFJtjL .container {
  padding: 0 1rem;
}
.cid-sXsuyFJtjL .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-sXsuyFJtjL .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-sXsuyFJtjL .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sXsuyFJtjL .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sXsuyFJtjL .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-sXsuyFJtjL .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-sXsuyFJtjL .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sXsuyFJtjL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sXsuyFJtjL .icon-focus {
  display: none;
}
.cid-sXsuyFJtjL .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-sXsuyFJtjL .btn-primary-outline:hover {
  background: transparent !important;
  color: #ff2a8d !important;
}
.cid-sXsuyFJtjL li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-sXsuyFJtjL li {
  position: relative;
}
.cid-sXsuyFJtjL .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sXsuyFJtjL .btn {
  font-family: Heebo !important;
}
.cid-sXsuyFJtjL .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sXsuyFJtjL .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXsuyFJtjL li:not(:last-child):after {
    top: 9px;
  }
  .cid-sXsuyFJtjL .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-sXsuyFJtjL .container {
    padding: 0rem 0.5rem;
  }
  .cid-sXsuyFJtjL .title {
    padding: 0 1rem;
  }
}
.cid-sXsuyFJtjL H2 {
  color: #89b758;
}
.cid-sXsuyFJtjL H1 {
  color: #ffffff;
}
.cid-sXsvXblk2u {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffc500;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sXsvXblk2u .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sXsvXblk2u .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sXsvXblk2u .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sXsvXblk2u .title {
  padding: 0 2rem;
}
.cid-sXsvXblk2u .container {
  padding: 0 1rem;
}
.cid-sXsvXblk2u .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-sXsvXblk2u .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-sXsvXblk2u .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sXsvXblk2u .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sXsvXblk2u .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-sXsvXblk2u .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-sXsvXblk2u .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sXsvXblk2u .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sXsvXblk2u .icon-focus {
  display: none;
}
.cid-sXsvXblk2u .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-sXsvXblk2u .btn-primary-outline:hover {
  background: transparent !important;
  color: #ff2a8d !important;
}
.cid-sXsvXblk2u li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-sXsvXblk2u li {
  position: relative;
}
.cid-sXsvXblk2u .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sXsvXblk2u .btn {
  font-family: Heebo !important;
}
.cid-sXsvXblk2u .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sXsvXblk2u .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXsvXblk2u li:not(:last-child):after {
    top: 9px;
  }
  .cid-sXsvXblk2u .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-sXsvXblk2u .container {
    padding: 0rem 0.5rem;
  }
  .cid-sXsvXblk2u .title {
    padding: 0 1rem;
  }
}
.cid-sXsvXblk2u H2 {
  color: #89b758;
}
.cid-sXsvXblk2u H1 {
  color: #000000;
}
.cid-taE5vbsi3C {
  padding-top: 180px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-taE5vbsi3C .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-taE5vbsi3C .mbr-overlay {
  background: #ffbc00;
  background: linear-gradient(#ffbc00 -10%, #ffffff 75%);
}
.cid-taE5vbsi3C .mbr-section-title {
  margin: 0;
}
.cid-taE5vbsi3C .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-taE5vbsi3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-taE5vbsi3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taE4Y25w0O {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-taE4Y25w0O .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
  text-decoration: underline;
}
.cid-taE4Y25w0O b {
  font-size: 135%;
}
.cid-taE4Y25w0O .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-taE4Y25w0O .mbr-section-title,
.cid-taE4Y25w0O .icon__wrap {
  text-align: center;
  color: #000000;
}
.cid-taE4Y25w0O .mbr-section-subtitle {
  text-align: center;
  color: #ff2a8d;
}
.cid-taE4Y25w0O .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-taE4Y25w0O .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-taE4Y25w0O .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-taE4Y25w0O .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-taE4Y25w0O .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-taVQGWANC0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-taVQGWANC0 .mbr-overlay {
  background: #5eeebb;
}
.cid-taVQGWANC0 .column2 {
  margin-top: 150px;
}
.cid-taVQGWANC0 .card {
  padding: 0 35px;
  margin-bottom: 150px;
  position: relative;
}
.cid-taVQGWANC0 .card:hover .image img {
  transform: scale(1.1);
}
.cid-taVQGWANC0 .card:hover .card__content {
  left: 35px;
}
.cid-taVQGWANC0 .image {
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.cid-taVQGWANC0 .image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-taVQGWANC0 .card__content {
  position: absolute;
  bottom: -100px;
  right: 35px;
  left: 100px;
  padding: 50px 35px 42px 60px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: -15px 19px 40px 0px rgba(240, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
}
.cid-taVQGWANC0 .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #ff2a8d;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-taVQGWANC0 .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-taVQGWANC0 .card__title {
  margin-bottom: 15px;
  color: #000000;
}
.cid-taVQGWANC0 .btn__card {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-taVQGWANC0 .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-taVQGWANC0 .card {
    padding: 0;
    margin-bottom: 70px;
  }
  .cid-taVQGWANC0 .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .cid-taVQGWANC0 .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-taVQGWANC0 .image {
    max-height: 450px;
  }
}
.cid-sXsgSqYj9x {
  padding-top: 165px;
  padding-bottom: 30px;
}
.cid-sXsgSqYj9x .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXsgSqYj9x svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sXsgSqYj9x g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sXsgSqYj9x .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sXsgSqYj9x .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sXsgSqYj9x .soc-item:hover {
  background: #ff2a8d;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sXsgSqYj9x .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXsgSqYj9x .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sXsgSqYj9x .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sXsgSqYj9x .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sXsgSqYj9x .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sXsgSqYj9x .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sXsgSqYj9x .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sXsgSqYj9x .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sXsgSqYj9x .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXsgSqYj9x .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXsgSqYj9x .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sXsgSqYj9x .media-container-row .row-copirayt p {
  width: 100%;
}
