body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.8rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.6rem;
}
.display-4 {
  font-family: 'Merriweather', serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.27rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.27rem;
}
.display-7 {
  font-family: 'Merriweather', serif;
  font-size: 1.02rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.02rem;
}
/* ---- 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.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.016rem;
    font-size: calc( 1.0945rem + (1.27 - 1.0945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0945rem + (1.27 - 1.0945) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #f7ab1f !important;
}
.bg-success {
  background-color: #7b4bc8 !important;
}
.bg-info {
  background-color: #3b77f3 !important;
}
.bg-warning {
  background-color: #e6ecf2 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #f7ab1f !important;
  border-color: #f7ab1f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #c38107 !important;
  border-color: #c38107 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c38107 !important;
  border-color: #c38107 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #365c9a !important;
  border-color: #365c9a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #223a61 !important;
  border-color: #223a61 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #223a61 !important;
  border-color: #223a61 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #3b77f3 !important;
  border-color: #3b77f3 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #0d4ed4 !important;
  border-color: #0d4ed4 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d4ed4 !important;
  border-color: #0d4ed4 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #7b4bc8 !important;
  border-color: #7b4bc8 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #572e98 !important;
  border-color: #572e98 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #572e98 !important;
  border-color: #572e98 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
  color: #4a6d8f !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #aa7006;
  color: #aa7006;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #f7ab1f;
  border-color: #f7ab1f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f7ab1f !important;
  border-color: #f7ab1f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #1c2f4e;
  color: #1c2f4e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #365c9a;
  border-color: #365c9a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #365c9a !important;
  border-color: #365c9a !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #0c45bc;
  color: #0c45bc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #3b77f3;
  border-color: #3b77f3;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3b77f3 !important;
  border-color: #3b77f3 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #4c2885;
  color: #4c2885;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #7b4bc8;
  border-color: #7b4bc8;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7b4bc8 !important;
  border-color: #7b4bc8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #a3b9cf;
  color: #a3b9cf;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4a6d8f;
  background-color: #e6ecf2;
  border-color: #e6ecf2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4a6d8f !important;
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  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,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f7ab1f !important;
}
.text-secondary {
  color: #365c9a !important;
}
.text-success {
  color: #7b4bc8 !important;
}
.text-info {
  color: #3b77f3 !important;
}
.text-warning {
  color: #e6ecf2 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #aa7006 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #1c2f4e !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #4c2885 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0c45bc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a3b9cf !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3b77f3;
}
.alert-warning {
  background-color: #e6ecf2;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f7ab1f;
  border-color: #f7ab1f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4f87fb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef5e4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c3ade6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbfcff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Merriweather', serif;
  font-size: 1.02rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.02rem;
}
blockquote {
  border-color: #f7ab1f;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #ffffff !important;
  background: #365c9a !important;
  border-color: #365c9a !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f7ab1f;
  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: #f7ab1f;
  border-bottom-color: #f7ab1f;
}
.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: #000000 !important;
  background-color: #f7ab1f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #365c9a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f7ab1f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-stOtN8mPLT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #365c9a;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stOtN8mPLT .navbar-buttons {
  flex-wrap: wrap;
}
.cid-stOtN8mPLT .nav-item,
.cid-stOtN8mPLT .nav-link,
.cid-stOtN8mPLT .navbar-caption {
  font-weight: normal;
}
.cid-stOtN8mPLT .nav-item:focus,
.cid-stOtN8mPLT .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-stOtN8mPLT .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-stOtN8mPLT .nav-item .nav-link {
    position: relative;
  }
  .cid-stOtN8mPLT .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #365c9a;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-stOtN8mPLT .nav-item:hover .nav-link:before,
  .cid-stOtN8mPLT .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-stOtN8mPLT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-stOtN8mPLT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stOtN8mPLT .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-stOtN8mPLT .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-stOtN8mPLT .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stOtN8mPLT .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stOtN8mPLT .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-stOtN8mPLT .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-stOtN8mPLT .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-stOtN8mPLT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
@media (max-width: 991px) {
  .cid-stOtN8mPLT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-stOtN8mPLT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stOtN8mPLT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-stOtN8mPLT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stOtN8mPLT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stOtN8mPLT .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-stOtN8mPLT .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-stOtN8mPLT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stOtN8mPLT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-stOtN8mPLT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-stOtN8mPLT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-stOtN8mPLT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-stOtN8mPLT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-stOtN8mPLT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-stOtN8mPLT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stOtN8mPLT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stOtN8mPLT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stOtN8mPLT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stOtN8mPLT .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-stOtN8mPLT .dropdown-item.active,
.cid-stOtN8mPLT .dropdown-item:active {
  background-color: transparent;
}
.cid-stOtN8mPLT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stOtN8mPLT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stOtN8mPLT .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stOtN8mPLT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-stOtN8mPLT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stOtN8mPLT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stOtN8mPLT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stOtN8mPLT .navbar-buttons {
  text-align: center;
}
.cid-stOtN8mPLT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stOtN8mPLT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-stOtN8mPLT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stOtN8mPLT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stOtN8mPLT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stOtN8mPLT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stOtN8mPLT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stOtN8mPLT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stOtN8mPLT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stOtN8mPLT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stOtN8mPLT .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-stOtN8mPLT a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stOtN8mPLT .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #365c9a;
  display: inline-flex;
}
.cid-stOtN8mPLT .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-stOtN8mPLT .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-stOtN8mPLT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stOtN8mPLT a.nav-link .mbr-iconfont-btn,
.cid-stOtN8mPLT a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-stOtN8mPLT a.nav-link:hover .mbr-iconfont-btn,
.cid-stOtN8mPLT a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-stOtN8mPLT a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stOtN8mPLT .navbar {
    height: 77px;
  }
  .cid-stOtN8mPLT .navbar.opened {
    height: auto;
  }
  .cid-stOtN8mPLT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stOtNdZ0lN {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #9c88bc;
  background: linear-gradient(to bottom, #9c88bc, #365c9a);
}
.cid-stOtNdZ0lN .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-stOtNdZ0lN .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-stOtNdZ0lN .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-stOtNdZ0lN .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-stOtNdZ0lN .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-stOtNdZ0lN .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-stOtNdZ0lN .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-stOtNdZ0lN .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-stOtNdZ0lN .mbr-section-btn.display-4,
.cid-stOtNdZ0lN .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-stOtNdZ0lN .separator,
  .cid-stOtNdZ0lN .sep-holder,
  .cid-stOtNdZ0lN .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-stOtNdZ0lN .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-stOtNdZ0lN .mbr-section-title,
.cid-stOtNdZ0lN .mbr-section-btn {
  color: #4f87fb;
}
.cid-stOwz1hWsq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #365c9a;
}
.cid-stOwz1hWsq .card-box {
  background-color: #f5f7fa;
  padding: 4rem 2rem;
}
.cid-stOwz1hWsq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-stOwz1hWsq p {
  color: #767676;
  text-align: left;
}
.cid-stOwz1hWsq .card-wrapper {
  border: 1px solid #efefef;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-stOwz1hWsq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-stOwz1hWsq .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-stOwz1hWsq h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-stOwz1hWsq h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-stOwz1hWsq h3:hover:after {
  margin-left: -15px;
}
.cid-stOwz1hWsq P {
  text-align: center;
}
.cid-stOwz1hWsq .card-title {
  text-align: center;
  color: #f7ab1f;
}
.cid-stOwz1hWsq H3 {
  text-align: center;
}
.cid-stOwz1hWsq .number {
  text-align: center;
  color: #7b4bc8;
}
.cid-stOwz1hWsq H1 {
  text-align: center;
}
.cid-stPuJibggo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fa;
}
.cid-stPuJibggo .mbr-section-subtitle {
  color: #7b4bc8;
}
.cid-teCTH9Ttfa.popup-builder {
  background-color: #ffffff;
}
.cid-teCTH9Ttfa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-teCTH9Ttfa.popup-builder .modal-dialog {
  margin-top: 20px;
  margin-bottom: 10px;
}
.cid-teCTH9Ttfa .modal-content,
.cid-teCTH9Ttfa .modal-dialog {
  height: 100%;
}
.cid-teCTH9Ttfa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-teCTH9Ttfa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-teCTH9Ttfa .form-wrapper .mbr-form .form-group,
  .cid-teCTH9Ttfa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-teCTH9Ttfa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-teCTH9Ttfa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-teCTH9Ttfa .mbr-text {
  text-align: center;
}
.cid-teCTH9Ttfa .pt-0 {
  padding-top: 0 !important;
}
.cid-teCTH9Ttfa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-teCTH9Ttfa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-teCTH9Ttfa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-teCTH9Ttfa .modal-open {
  overflow: hidden;
}
.cid-teCTH9Ttfa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-teCTH9Ttfa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-teCTH9Ttfa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-teCTH9Ttfa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-teCTH9Ttfa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-teCTH9Ttfa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-teCTH9Ttfa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-teCTH9Ttfa .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-teCTH9Ttfa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-teCTH9Ttfa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-teCTH9Ttfa .modal-backdrop.fade {
  opacity: 0;
}
.cid-teCTH9Ttfa .modal-backdrop.show {
  opacity: .5;
}
.cid-teCTH9Ttfa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-teCTH9Ttfa .modal-header {
    padding: .5rem 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-teCTH9Ttfa .modal-header {
    padding: 1rem;
  }
}
.cid-teCTH9Ttfa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1.5rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-teCTH9Ttfa .modal-header .close svg {
  fill: #353535;
}
.cid-teCTH9Ttfa .modal-header .close:hover {
  opacity: 1;
}
.cid-teCTH9Ttfa .modal-header .close:focus {
  outline: none;
}
.cid-teCTH9Ttfa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ca4336;
}
.cid-teCTH9Ttfa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-teCTH9Ttfa .modal-body {
    padding: .5rem .5rem .5rem;
  }
}
@media (max-width: 991px) {
  .cid-teCTH9Ttfa .modal-body {
    padding: .5rem;
  }
}
.cid-teCTH9Ttfa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-teCTH9Ttfa .modal-footer {
    padding: 0rem .5rem .5rem;
  }
}
@media (max-width: 991px) {
  .cid-teCTH9Ttfa .modal-footer {
    padding: .5rem;
  }
}
.cid-teCTH9Ttfa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-teCTH9Ttfa .modal-dialog {
    max-width: 500px;
    margin: .75rem auto;
  }
  .cid-teCTH9Ttfa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-teCTH9Ttfa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-teCTH9Ttfa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-teCTH9Ttfa .modal-lg,
  .cid-teCTH9Ttfa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-teCTH9Ttfa .modal-xl {
    max-width: 1140px;
  }
}
.cid-teCTH9Ttfa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-teCTH9Ttfa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-teCTH9Ttfa .form-group {
  margin-bottom: 1rem;
}
.cid-teCTH9Ttfa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-teCTH9Ttfa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-teCTH9Ttfa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-teCTH9Ttfa .mbr-section-btn {
  margin: 0;
}
.cid-teCTH9Ttfa .mbr-section-btn .btn {
  margin: 0;
}
.cid-stOtNhJeu1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7ab1f;
}
.cid-stOtNhJeu1 .line {
  height: .8px;
  background: #000000;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-stOtNhJeu1 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-stOtNhJeu1 .mbr-text:hover {
  opacity: 1;
}
.cid-stOtNhJeu1 a.text-white {
  color: #a99fc5 !important;
}
.cid-stOtNhJeu1 a.text-white:hover {
  color: #ffffff !important;
}
.cid-stOtNhJeu1 .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-stOtNhJeu1 .foot-menu li {
  padding: 10px;
}
.cid-stOtNhJeu1 .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-stOtNhJeu1 .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-stOtNhJeu1 .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-stOtNhJeu1 .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-stOtNhJeu1 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-stOtNhJeu1 .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-stOtNhJeu1 .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-stOtNhJeu1 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-stOtNhJeu1 .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-stOtNhJeu1 .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-stOj3xStnh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #365c9a;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stOj3xStnh .navbar-buttons {
  flex-wrap: wrap;
}
.cid-stOj3xStnh .nav-item,
.cid-stOj3xStnh .nav-link,
.cid-stOj3xStnh .navbar-caption {
  font-weight: normal;
}
.cid-stOj3xStnh .nav-item:focus,
.cid-stOj3xStnh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-stOj3xStnh .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-stOj3xStnh .nav-item .nav-link {
    position: relative;
  }
  .cid-stOj3xStnh .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #365c9a;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-stOj3xStnh .nav-item:hover .nav-link:before,
  .cid-stOj3xStnh .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-stOj3xStnh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-stOj3xStnh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stOj3xStnh .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-stOj3xStnh .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-stOj3xStnh .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stOj3xStnh .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stOj3xStnh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-stOj3xStnh .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-stOj3xStnh .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-stOj3xStnh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
@media (max-width: 991px) {
  .cid-stOj3xStnh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-stOj3xStnh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stOj3xStnh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-stOj3xStnh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stOj3xStnh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stOj3xStnh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-stOj3xStnh .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-stOj3xStnh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stOj3xStnh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-stOj3xStnh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-stOj3xStnh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-stOj3xStnh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-stOj3xStnh .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-stOj3xStnh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-stOj3xStnh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stOj3xStnh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stOj3xStnh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stOj3xStnh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stOj3xStnh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-stOj3xStnh .dropdown-item.active,
.cid-stOj3xStnh .dropdown-item:active {
  background-color: transparent;
}
.cid-stOj3xStnh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stOj3xStnh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stOj3xStnh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stOj3xStnh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-stOj3xStnh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stOj3xStnh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stOj3xStnh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stOj3xStnh .navbar-buttons {
  text-align: center;
}
.cid-stOj3xStnh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stOj3xStnh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-stOj3xStnh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stOj3xStnh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stOj3xStnh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stOj3xStnh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stOj3xStnh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stOj3xStnh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stOj3xStnh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stOj3xStnh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stOj3xStnh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-stOj3xStnh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stOj3xStnh .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #365c9a;
  display: inline-flex;
}
.cid-stOj3xStnh .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-stOj3xStnh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-stOj3xStnh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stOj3xStnh a.nav-link .mbr-iconfont-btn,
.cid-stOj3xStnh a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-stOj3xStnh a.nav-link:hover .mbr-iconfont-btn,
.cid-stOj3xStnh a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-stOj3xStnh a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stOj3xStnh .navbar {
    height: 77px;
  }
  .cid-stOj3xStnh .navbar.opened {
    height: auto;
  }
  .cid-stOj3xStnh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stOrPmBOsu {
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-stOrPmBOsu .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-stOrPmBOsu .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-stOrPmBOsu .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-stOrPmBOsu .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-stOrPmBOsu .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-stOrPmBOsu .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-stOrPmBOsu .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-stOrPmBOsu .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-stOrPmBOsu .mbr-section-btn.display-4,
.cid-stOrPmBOsu .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-stOrPmBOsu .separator,
  .cid-stOrPmBOsu .sep-holder,
  .cid-stOrPmBOsu .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-stOrPmBOsu .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-teCSYDlkgf.popup-builder {
  background-color: #ffffff;
}
.cid-teCSYDlkgf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-teCSYDlkgf.popup-builder .modal-dialog {
  margin-top: 20px;
  margin-bottom: 10px;
}
.cid-teCSYDlkgf .modal-content,
.cid-teCSYDlkgf .modal-dialog {
  height: 100%;
}
.cid-teCSYDlkgf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-teCSYDlkgf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-teCSYDlkgf .form-wrapper .mbr-form .form-group,
  .cid-teCSYDlkgf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-teCSYDlkgf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-teCSYDlkgf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-teCSYDlkgf .mbr-text {
  text-align: center;
}
.cid-teCSYDlkgf .pt-0 {
  padding-top: 0 !important;
}
.cid-teCSYDlkgf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-teCSYDlkgf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-teCSYDlkgf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-teCSYDlkgf .modal-open {
  overflow: hidden;
}
.cid-teCSYDlkgf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-teCSYDlkgf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-teCSYDlkgf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-teCSYDlkgf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-teCSYDlkgf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-teCSYDlkgf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-teCSYDlkgf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-teCSYDlkgf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-teCSYDlkgf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-teCSYDlkgf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-teCSYDlkgf .modal-backdrop.fade {
  opacity: 0;
}
.cid-teCSYDlkgf .modal-backdrop.show {
  opacity: .5;
}
.cid-teCSYDlkgf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-teCSYDlkgf .modal-header {
    padding: .5rem 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-teCSYDlkgf .modal-header {
    padding: 1rem;
  }
}
.cid-teCSYDlkgf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1.5rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-teCSYDlkgf .modal-header .close svg {
  fill: #353535;
}
.cid-teCSYDlkgf .modal-header .close:hover {
  opacity: 1;
}
.cid-teCSYDlkgf .modal-header .close:focus {
  outline: none;
}
.cid-teCSYDlkgf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ca4336;
}
.cid-teCSYDlkgf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-teCSYDlkgf .modal-body {
    padding: .5rem .5rem .5rem;
  }
}
@media (max-width: 991px) {
  .cid-teCSYDlkgf .modal-body {
    padding: .5rem;
  }
}
.cid-teCSYDlkgf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-teCSYDlkgf .modal-footer {
    padding: 0rem .5rem .5rem;
  }
}
@media (max-width: 991px) {
  .cid-teCSYDlkgf .modal-footer {
    padding: .5rem;
  }
}
.cid-teCSYDlkgf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-teCSYDlkgf .modal-dialog {
    max-width: 500px;
    margin: .75rem auto;
  }
  .cid-teCSYDlkgf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-teCSYDlkgf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-teCSYDlkgf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-teCSYDlkgf .modal-lg,
  .cid-teCSYDlkgf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-teCSYDlkgf .modal-xl {
    max-width: 1140px;
  }
}
.cid-teCSYDlkgf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-teCSYDlkgf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-teCSYDlkgf .form-group {
  margin-bottom: 1rem;
}
.cid-teCSYDlkgf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-teCSYDlkgf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-teCSYDlkgf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-teCSYDlkgf .mbr-section-btn {
  margin: 0;
}
.cid-teCSYDlkgf .mbr-section-btn .btn {
  margin: 0;
}
.cid-stNTnFARez {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7ab1f;
}
.cid-stNTnFARez .line {
  height: .8px;
  background: #000000;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-stNTnFARez .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-stNTnFARez .mbr-text:hover {
  opacity: 1;
}
.cid-stNTnFARez a.text-white {
  color: #a99fc5 !important;
}
.cid-stNTnFARez a.text-white:hover {
  color: #ffffff !important;
}
.cid-stNTnFARez .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-stNTnFARez .foot-menu li {
  padding: 10px;
}
.cid-stNTnFARez .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-stNTnFARez .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-stNTnFARez .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-stNTnFARez .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-stNTnFARez .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-stNTnFARez .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-stNTnFARez .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-stNTnFARez .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-stNTnFARez .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-stNTnFARez .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-stJcT6Jtox {
  background-image: url("../../../assets/images/mbr-1920x1248.jpeg");
}
.cid-stJcT6Jtox .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
}
.cid-stJcT6Jtox .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-stJcT6Jtox .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-stJcT6Jtox .mbr-text {
  color: #6d7a8c;
}
.cid-stJcT6Jtox .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-stJcT6Jtox .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 13px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.275rem;
}
.cid-stJcT6Jtox .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-stJcT6Jtox .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 22%;
}
.cid-stJcT6Jtox .separator .sep-holder .sep-line {
  border-color: #4f87fb !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #4f87fb;
  position: relative;
  top: 1px;
  width: 22%;
}
.cid-stJcT6Jtox .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-stJcT6Jtox .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-stJcT6Jtox .mbr-section-btn .btn.display-4 {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
@media (max-width: 991px) {
  .cid-stJcT6Jtox .separator,
  .cid-stJcT6Jtox .sep-holder,
  .cid-stJcT6Jtox .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-stJcT6Jtox .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-stJcT6Jtox .mbr-section-title,
.cid-stJcT6Jtox .separator,
.cid-stJcT6Jtox .sep-holder {
  color: #232323;
}
.cid-stJcT6Jtox .mbr-section-subtitle,
.cid-stJcT6Jtox .mbr-section-title .accent-word {
  color: #ffffff;
}
.cid-sFyhfLUbkK.popup-builder {
  background-color: #ffffff;
}
.cid-sFyhfLUbkK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sFyhfLUbkK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sFyhfLUbkK .modal-content,
.cid-sFyhfLUbkK .modal-dialog {
  height: auto;
}
.cid-sFyhfLUbkK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sFyhfLUbkK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sFyhfLUbkK .form-wrapper .mbr-form .form-group,
  .cid-sFyhfLUbkK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sFyhfLUbkK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sFyhfLUbkK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFyhfLUbkK .mbr-text {
  text-align: center;
}
.cid-sFyhfLUbkK .pt-0 {
  padding-top: 0 !important;
}
.cid-sFyhfLUbkK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sFyhfLUbkK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sFyhfLUbkK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sFyhfLUbkK .modal-open {
  overflow: hidden;
}
.cid-sFyhfLUbkK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sFyhfLUbkK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sFyhfLUbkK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sFyhfLUbkK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sFyhfLUbkK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sFyhfLUbkK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sFyhfLUbkK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sFyhfLUbkK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sFyhfLUbkK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sFyhfLUbkK .modal-backdrop.fade {
  opacity: 0;
}
.cid-sFyhfLUbkK .modal-backdrop.show {
  opacity: .5;
}
.cid-sFyhfLUbkK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sFyhfLUbkK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sFyhfLUbkK .modal-header {
    padding: 1rem;
  }
}
.cid-sFyhfLUbkK .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sFyhfLUbkK .modal-header .close:hover {
  opacity: 1;
}
.cid-sFyhfLUbkK .modal-header .close:focus {
  outline: none;
}
.cid-sFyhfLUbkK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #344cf1;
}
.cid-sFyhfLUbkK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sFyhfLUbkK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFyhfLUbkK .modal-body {
    padding: 1rem;
  }
}
.cid-sFyhfLUbkK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sFyhfLUbkK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFyhfLUbkK .modal-footer {
    padding: 1rem;
  }
}
.cid-sFyhfLUbkK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sFyhfLUbkK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sFyhfLUbkK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sFyhfLUbkK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sFyhfLUbkK .modal-sm {
    max-width: 300px;
  }
  .cid-sFyhfLUbkK .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sFyhfLUbkK .modal-lg,
  .cid-sFyhfLUbkK .modal-xl {
    max-width: 800px;
  }
  .cid-sFyhfLUbkK .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sFyhfLUbkK .modal-xl {
    max-width: 1140px;
  }
  .cid-sFyhfLUbkK .container {
    max-width: 1140px;
  }
}
.cid-sFyhfLUbkK .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sFyhfLUbkK .container {
    max-width: 720px;
  }
}
.cid-sFyhfLUbkK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sFyhfLUbkK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sFyhfLUbkK .form-group {
  margin-bottom: 1rem;
}
.cid-sFyhfLUbkK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sFyhfLUbkK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sFyhfLUbkK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sFyhfLUbkK .mbr-section-btn {
  margin: 0;
}
.cid-sFyhfLUbkK .mbr-section-btn .btn {
  margin: 0;
}
.cid-sFygDiT6Xj.popup-builder {
  background-color: #ffffff;
}
.cid-sFygDiT6Xj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sFygDiT6Xj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sFygDiT6Xj .modal-content,
.cid-sFygDiT6Xj .modal-dialog {
  height: auto;
}
.cid-sFygDiT6Xj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sFygDiT6Xj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sFygDiT6Xj .form-wrapper .mbr-form .form-group,
  .cid-sFygDiT6Xj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sFygDiT6Xj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sFygDiT6Xj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFygDiT6Xj .mbr-text {
  text-align: center;
}
.cid-sFygDiT6Xj .pt-0 {
  padding-top: 0 !important;
}
.cid-sFygDiT6Xj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sFygDiT6Xj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sFygDiT6Xj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sFygDiT6Xj .modal-open {
  overflow: hidden;
}
.cid-sFygDiT6Xj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sFygDiT6Xj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sFygDiT6Xj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sFygDiT6Xj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sFygDiT6Xj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sFygDiT6Xj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sFygDiT6Xj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sFygDiT6Xj .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sFygDiT6Xj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sFygDiT6Xj .modal-backdrop.fade {
  opacity: 0;
}
.cid-sFygDiT6Xj .modal-backdrop.show {
  opacity: .5;
}
.cid-sFygDiT6Xj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sFygDiT6Xj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sFygDiT6Xj .modal-header {
    padding: 1rem;
  }
}
.cid-sFygDiT6Xj .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sFygDiT6Xj .modal-header .close:hover {
  opacity: 1;
}
.cid-sFygDiT6Xj .modal-header .close:focus {
  outline: none;
}
.cid-sFygDiT6Xj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4b60ef;
}
.cid-sFygDiT6Xj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sFygDiT6Xj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFygDiT6Xj .modal-body {
    padding: 1rem;
  }
}
.cid-sFygDiT6Xj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sFygDiT6Xj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFygDiT6Xj .modal-footer {
    padding: 1rem;
  }
}
.cid-sFygDiT6Xj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sFygDiT6Xj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sFygDiT6Xj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sFygDiT6Xj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sFygDiT6Xj .modal-sm {
    max-width: 300px;
  }
  .cid-sFygDiT6Xj .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sFygDiT6Xj .modal-lg,
  .cid-sFygDiT6Xj .modal-xl {
    max-width: 800px;
  }
  .cid-sFygDiT6Xj .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sFygDiT6Xj .modal-xl {
    max-width: 1140px;
  }
  .cid-sFygDiT6Xj .container {
    max-width: 1140px;
  }
}
.cid-sFygDiT6Xj .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sFygDiT6Xj .container {
    max-width: 720px;
  }
}
.cid-sFygDiT6Xj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sFygDiT6Xj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sFygDiT6Xj .form-group {
  margin-bottom: 1rem;
}
.cid-sFygDiT6Xj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sFygDiT6Xj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sFygDiT6Xj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sFygDiT6Xj .mbr-section-btn {
  margin: 0;
}
.cid-sFygDiT6Xj .mbr-section-btn .btn {
  margin: 0;
}
.cid-stKBSFg9uP {
  padding-top: 45px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-stKBSFg9uP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-stKBSFg9uP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stKBSFg9uP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-stKBSFg9uP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-stKBSFg9uP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #9c88bc;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #9c88bc, #f7e4d6);
}
.cid-stKBSFg9uP .icon-focus,
.cid-stKBSFg9uP .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-stKBSFg9uP .icon-focus:before,
.cid-stKBSFg9uP .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-stKBSFg9uP .icon-video {
  font-size: 1.5rem !important;
}
.cid-stKBSFg9uP .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-stKBSFg9uP ul {
  font-size: 0;
}
.cid-stKBSFg9uP .mbr-gallery-filter ul {
  text-align: left;
}
.cid-stKBSFg9uP .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-stKBSFg9uP .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #7b4bc8 !important;
}
.cid-stKBSFg9uP .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-stKBSFg9uP .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-stKBSFg9uP .mbr-gallery-filter ul li.active .btn:after {
  border-color: #7b4bc8;
}
.cid-stKBSFg9uP .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-stKBSFg9uP .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-stKBSFg9uP .mbr-gallery-filter ul li:first-child,
.cid-stKBSFg9uP .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-stKBSFg9uP .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-stKBSFg9uP .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-stKBSFg9uP .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-stKBSFg9uP .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-stKBSFg9uP .mbr-section-title b:last-child,
.cid-stKBSFg9uP .mbr-section-title strong:last-child {
  color: #3b77f3;
}
.cid-stKBSFg9uP .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-stKBSFg9uP .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-stKBSFg9uP .mbr-section-title,
.cid-stKBSFg9uP .mbr-gallery-filter ul {
  color: #4b60ef;
  text-align: center;
}
.cid-stLxKM58yO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-stLxKM58yO .btn {
  border: 1px solid #efefef;
}
.cid-stLxKM58yO .row {
  align-items: center;
}
.cid-stLxKM58yO .mbr-iconfont {
  color: #4b60ef;
}
@media (max-width: 767px) {
  .cid-stLxKM58yO .row {
    text-align: center;
  }
  .cid-stLxKM58yO .social-row {
    justify-content: center;
  }
}
.cid-stLxKM58yO .list {
  list-style: none;
  padding-left: 0;
  color: #5b6c8f;
}
@media (max-width: 991px) {
  .cid-stLxKM58yO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-stLxKM58yO .list {
    margin-bottom: 0rem;
  }
}
.cid-stLxKM58yO .google-map {
  height: 34rem;
  position: relative;
}
.cid-stLxKM58yO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-stLxKM58yO .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-stLxKM58yO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-stLxKM58yO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-stLxKM58yO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-stLxKM58yO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-stLxKM58yO .mbr-section-subtitle {
  color: #4b60ef;
}
.cid-stLxKM58yO .mbr-text {
  color: #000000;
}
.cid-stLxKM58yO .phone {
  color: #3b77f3;
}
.cid-stLy5vbotA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7ab1f;
}
.cid-stLy5vbotA .line {
  height: .8px;
  background: #000000;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-stLy5vbotA .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-stLy5vbotA .mbr-text:hover {
  opacity: 1;
}
.cid-stLy5vbotA a.text-white {
  color: #a99fc5 !important;
}
.cid-stLy5vbotA a.text-white:hover {
  color: #ffffff !important;
}
.cid-stLy5vbotA .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-stLy5vbotA .foot-menu li {
  padding: 10px;
}
.cid-stLy5vbotA .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-stLy5vbotA .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-stLy5vbotA .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-stLy5vbotA .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-stLy5vbotA .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-stLy5vbotA .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-stLy5vbotA .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-stLy5vbotA .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-stLy5vbotA .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-stLy5vbotA .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-stOj3xStnh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #365c9a;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stOj3xStnh .navbar-buttons {
  flex-wrap: wrap;
}
.cid-stOj3xStnh .nav-item,
.cid-stOj3xStnh .nav-link,
.cid-stOj3xStnh .navbar-caption {
  font-weight: normal;
}
.cid-stOj3xStnh .nav-item:focus,
.cid-stOj3xStnh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-stOj3xStnh .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-stOj3xStnh .nav-item .nav-link {
    position: relative;
  }
  .cid-stOj3xStnh .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #365c9a;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-stOj3xStnh .nav-item:hover .nav-link:before,
  .cid-stOj3xStnh .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-stOj3xStnh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-stOj3xStnh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stOj3xStnh .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-stOj3xStnh .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-stOj3xStnh .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stOj3xStnh .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stOj3xStnh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-stOj3xStnh .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-stOj3xStnh .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-stOj3xStnh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
@media (max-width: 991px) {
  .cid-stOj3xStnh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-stOj3xStnh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stOj3xStnh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-stOj3xStnh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stOj3xStnh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stOj3xStnh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-stOj3xStnh .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-stOj3xStnh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stOj3xStnh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-stOj3xStnh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-stOj3xStnh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-stOj3xStnh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-stOj3xStnh .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-stOj3xStnh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-stOj3xStnh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stOj3xStnh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stOj3xStnh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stOj3xStnh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stOj3xStnh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-stOj3xStnh .dropdown-item.active,
.cid-stOj3xStnh .dropdown-item:active {
  background-color: transparent;
}
.cid-stOj3xStnh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stOj3xStnh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stOj3xStnh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stOj3xStnh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-stOj3xStnh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stOj3xStnh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stOj3xStnh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stOj3xStnh .navbar-buttons {
  text-align: center;
}
.cid-stOj3xStnh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stOj3xStnh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-stOj3xStnh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stOj3xStnh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stOj3xStnh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stOj3xStnh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stOj3xStnh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stOj3xStnh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stOj3xStnh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stOj3xStnh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stOj3xStnh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-stOj3xStnh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stOj3xStnh .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #365c9a;
  display: inline-flex;
}
.cid-stOj3xStnh .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-stOj3xStnh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-stOj3xStnh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stOj3xStnh a.nav-link .mbr-iconfont-btn,
.cid-stOj3xStnh a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-stOj3xStnh a.nav-link:hover .mbr-iconfont-btn,
.cid-stOj3xStnh a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-stOj3xStnh a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stOj3xStnh .navbar {
    height: 77px;
  }
  .cid-stOj3xStnh .navbar.opened {
    height: auto;
  }
  .cid-stOj3xStnh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCjMNuEoBZ {
  background-image: url("../../../assets/images/portada-banner-1920x1279.jpg");
}
.cid-sCjMNuEoBZ .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
}
.cid-sCjMNuEoBZ .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-sCjMNuEoBZ .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sCjMNuEoBZ .mbr-text {
  color: #6d7a8c;
}
.cid-sCjMNuEoBZ .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-sCjMNuEoBZ .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 13px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.275rem;
}
.cid-sCjMNuEoBZ .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-sCjMNuEoBZ .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 22%;
}
.cid-sCjMNuEoBZ .separator .sep-holder .sep-line {
  border-color: #4f87fb !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #4f87fb;
  position: relative;
  top: 1px;
  width: 22%;
}
.cid-sCjMNuEoBZ .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sCjMNuEoBZ .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-sCjMNuEoBZ .mbr-section-btn .btn.display-4 {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
@media (max-width: 991px) {
  .cid-sCjMNuEoBZ .separator,
  .cid-sCjMNuEoBZ .sep-holder,
  .cid-sCjMNuEoBZ .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sCjMNuEoBZ .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sCjMNuEoBZ .mbr-section-title,
.cid-sCjMNuEoBZ .separator,
.cid-sCjMNuEoBZ .sep-holder {
  color: #232323;
}
.cid-sCjMNuEoBZ .mbr-section-subtitle,
.cid-sCjMNuEoBZ .mbr-section-title .accent-word {
  color: #ffffff;
}
.cid-sCjMNxPiV4 {
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #4f87fb;
}
.cid-sCjMNxPiV4 .container-boxes {
  padding-bottom: 30px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-sCjMNxPiV4 .col-lg-4 {
  padding: 0 !important;
}
.cid-sCjMNxPiV4 .col-lg-4:nth-child(2) .box-item .wrap {
  background-color: #3b77f3;
}
.cid-sCjMNxPiV4 .box-item {
  height: 100%;
}
.cid-sCjMNxPiV4 .box-item .wrap {
  height: 100%;
  background-color: #4f87fb;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
}
.cid-sCjMNxPiV4 .box-item .headingicon .icon-block-top {
  width: 100%;
  font-size: 3.1375rem !important;
  margin-bottom: 15px;
}
.cid-sCjMNxPiV4 .box-item .heading {
  width: 100%;
}
.cid-sCjMNxPiV4 .box-item .heading .box-item-title {
  position: relative;
  font-weight: 700;
}
.cid-sCjMNxPiV4 .box-item .heading .box-item-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 1px;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
.cid-sCjMNxPiV4 .box-item .heading .box-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 28px;
}
.cid-sCjMNxPiV4 .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-sCjMNxPiV4 .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sCjMNxPiV4 .left .wrap {
  border-radius: 4px 0 0 4px;
}
.cid-sCjMNxPiV4 .right .wrap {
  border-radius: 0 4px 4px 0;
}
.cid-sCjMNxPiV4 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-sCjMNxPiV4 .box-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 15px 0 15px;
  font-weight: 400;
  color: #ffffff;
}
.cid-sCjMNxPiV4 .box-list li:last-child {
  border-bottom: none;
}
.cid-sCjMNxPiV4 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #ffffff;
}
.cid-sCjMNxPiV4 .box-list li.display-7 {
  font-size: 14px;
  line-height: 24px;
}
.cid-sCjMNxPiV4 .box-list ul.display-7 {
  font-size: 14px;
  line-height: 24px;
}
.cid-sCjMNxPiV4 .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 1.3;
  padding: 12px 40px;
  margin-left: 0 !important;
  box-shadow: none;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-sCjMNxPiV4 .box-item {
    margin-top: 0;
    text-align: left !important;
  }
  .cid-sCjMNxPiV4 .mbr-section-btn {
    text-align: left;
  }
  .cid-sCjMNxPiV4 .left .wrap {
    border-radius: 4px 4px 0 0;
  }
  .cid-sCjMNxPiV4 .right .wrap {
    border-radius: 0 0 4px 4px;
  }
}
.cid-sCjMNxPiV4 .box-list li .box-list li SPAN {
  color: #3b77f3;
}
.cid-sCjMNxPiV4 .box-item-text,
.cid-sCjMNxPiV4 .mbr-section-btn {
  color: #f5f7fa;
}
.cid-sCjMNA6CS3 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-sCjMNA6CS3 {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-sCjMNA6CS3 {
    padding-top: 2.4rem;
    padding-bottom: 0rem;
  }
}
.cid-sCjMNA6CS3 .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sCjMNA6CS3 .f-row {
    flex-direction: row;
  }
}
.cid-sCjMNA6CS3 .f-item {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .cid-sCjMNA6CS3 .f-item {
    flex: 1 1 50%;
  }
}
.cid-sCjMNA6CS3 .image-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-sCjMNA6CS3 .image-wrapper {
    min-height: 650px;
  }
}
.cid-sCjMNA6CS3 .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sCjMNA6CS3 .text-wrapper {
  width: 100%;
  background: #7b4bc8;
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-sCjMNA6CS3 .text-wrapper {
    padding: 3rem;
    transform: translate(-12%, -3rem);
  }
}
@media (min-width: 1200px) {
  .cid-sCjMNA6CS3 .text-wrapper {
    padding: 6rem 3.25rem;
  }
}
.cid-sCjMNA6CS3 .mbr-section-title {
  color: #ffffff;
}
.cid-sCjMNA6CS3 .mbr-text {
  color: #f5f7fa;
}
.cid-sCjMNBeIok {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCjMNBeIok .feature .card {
  border-left: 10px solid #7b4bc8;
  background-color: #f5f7fa;
  height: 100%;
  padding: 2rem 40px;
  border-radius: 0;
}
.cid-sCjMNBeIok .feature:last-child .card {
  border-color: #7b4bc8;
}
.cid-sCjMNBeIok .feature .mbr-section-title {
  line-height: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-sCjMNBeIok .feature:last-child {
    margin-top: 2rem;
  }
}
#custom-html-2p {
  /* Type valid CSS here */
}
#custom-html-2p div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2p p {
  font-size: 60px;
  color: #777;
}
.cid-sCjMNCYoMJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4b60ef;
}
.cid-sCjMNCYoMJ .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #ffffff;
  text-align: center;
}
.cid-sCjMNCYoMJ .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-sCjMNCYoMJ .card_wrapper {
  margin-top: 40px;
  padding: 60px 40px;
  background-color: #4b60ef;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 4px 0 rgba(38, 59, 94, 0.1);
}
.cid-sCjMNCYoMJ .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-sCjMNCYoMJ .card_wrapper:hover .card_title a {
  color: #f7ab1f !important;
}
.cid-sCjMNCYoMJ .card_wrapper:hover .card_link .mbr-iconfont {
  color: #f7ab1f !important;
}
.cid-sCjMNCYoMJ .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-sCjMNCYoMJ .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-sCjMNCYoMJ .card_wrapper:hover .shape_2 {
  transform: rotate(360deg);
  top: -6px;
  right: -2px;
}
.cid-sCjMNCYoMJ .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-sCjMNCYoMJ .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-sCjMNCYoMJ .icon_block {
  margin-bottom: 40px;
}
.cid-sCjMNCYoMJ .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #aa7006 0%, rgba(247, 171, 31, 0.8) 100%);
}
.cid-sCjMNCYoMJ .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-sCjMNCYoMJ .card_title {
  margin-bottom: 20px;
  color: #365c9a;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sCjMNCYoMJ .card_text {
  margin-bottom: 50px;
}
.cid-sCjMNCYoMJ .card_link {
  display: block;
}
.cid-sCjMNCYoMJ .card_link a {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
.cid-sCjMNCYoMJ .card_link a:hover {
  transform: translateX(6px);
}
.cid-sCjMNCYoMJ .card_link .mbr-iconfont {
  line-height: 1;
  font-size: 48px;
  color: #afb8ce;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sCjMNCYoMJ .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-sCjMNCYoMJ .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #7b4bc8;
  border-radius: 50%;
}
.cid-sCjMNCYoMJ .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #3b77f3;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-sCjMNCYoMJ .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #e6ecf2;
}
.cid-sCjMNCYoMJ .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #000000;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-sCjMNCYoMJ .card_wrapper {
    padding: 40px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-sCjMNCYoMJ .card_title {
    margin-bottom: 15px;
  }
  .cid-sCjMNCYoMJ .card_text {
    margin-bottom: 20px;
  }
  .cid-sCjMNCYoMJ .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-sCjMNCYoMJ .card_title,
.cid-sCjMNCYoMJ .icon_block {
  text-align: center;
  color: #ffffff;
}
.cid-sCjMNCYoMJ .card_text,
.cid-sCjMNCYoMJ .card_link {
  text-align: center;
  color: #f7ab1f;
}
.cid-sCjMNFOCFb {
  padding-top: 45px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sCjMNFOCFb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCjMNFOCFb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCjMNFOCFb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCjMNFOCFb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCjMNFOCFb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #9c88bc;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #9c88bc, #f7e4d6);
}
.cid-sCjMNFOCFb .icon-focus,
.cid-sCjMNFOCFb .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sCjMNFOCFb .icon-focus:before,
.cid-sCjMNFOCFb .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCjMNFOCFb .icon-video {
  font-size: 1.5rem !important;
}
.cid-sCjMNFOCFb .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sCjMNFOCFb ul {
  font-size: 0;
}
.cid-sCjMNFOCFb .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sCjMNFOCFb .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sCjMNFOCFb .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #7b4bc8 !important;
}
.cid-sCjMNFOCFb .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sCjMNFOCFb .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sCjMNFOCFb .mbr-gallery-filter ul li.active .btn:after {
  border-color: #7b4bc8;
}
.cid-sCjMNFOCFb .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sCjMNFOCFb .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sCjMNFOCFb .mbr-gallery-filter ul li:first-child,
.cid-sCjMNFOCFb .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sCjMNFOCFb .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sCjMNFOCFb .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sCjMNFOCFb .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-sCjMNFOCFb .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sCjMNFOCFb .mbr-section-title b:last-child,
.cid-sCjMNFOCFb .mbr-section-title strong:last-child {
  color: #3b77f3;
}
.cid-sCjMNFOCFb .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-sCjMNFOCFb .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-sCjMNFOCFb .mbr-section-title,
.cid-sCjMNFOCFb .mbr-gallery-filter ul {
  color: #4b60ef;
  text-align: center;
}
.cid-sCjMNJdZoJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCjMNJdZoJ .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-sCjMNJdZoJ .text-block {
  position: relative;
  z-index: 0;
}
.cid-sCjMNJdZoJ .box {
  width: 25%;
  height: 40%;
  background: #4b60ef;
  position: absolute;
  top: 4%;
}
.cid-sCjMNJdZoJ .box {
  left: 20%;
}
.cid-sCjMNJdZoJ .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-sCjMNJdZoJ .mbr-section-text,
.cid-sCjMNJdZoJ .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-sCjMNJdZoJ .text-box {
    display: none;
  }
  .cid-sCjMNJdZoJ .mbr-section-title,
  .cid-sCjMNJdZoJ .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sCjMNJdZoJ .box {
    display: none;
  }
  .cid-sCjMNJdZoJ .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sCjMNJdZoJ .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCjMNJdZoJ .text-box {
    writing-mode: bt-rl;
  }
}
.cid-sCjMNJdZoJ .mbr-section-text {
  color: #000000;
}
.cid-sCjMNKQYGc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-sCjMNKQYGc .btn {
  border: 1px solid #efefef;
}
.cid-sCjMNKQYGc .row {
  align-items: center;
}
.cid-sCjMNKQYGc .mbr-iconfont {
  color: #4b60ef;
}
@media (max-width: 767px) {
  .cid-sCjMNKQYGc .row {
    text-align: center;
  }
  .cid-sCjMNKQYGc .social-row {
    justify-content: center;
  }
}
.cid-sCjMNKQYGc .list {
  list-style: none;
  padding-left: 0;
  color: #5b6c8f;
}
@media (max-width: 991px) {
  .cid-sCjMNKQYGc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCjMNKQYGc .list {
    margin-bottom: 0rem;
  }
}
.cid-sCjMNKQYGc .google-map {
  height: 34rem;
  position: relative;
}
.cid-sCjMNKQYGc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCjMNKQYGc .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sCjMNKQYGc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCjMNKQYGc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCjMNKQYGc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sCjMNKQYGc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-sCjMNKQYGc .mbr-section-subtitle {
  color: #4b60ef;
}
.cid-sCjMNKQYGc .mbr-text {
  color: #000000;
}
.cid-sCjMNKQYGc .phone {
  color: #3b77f3;
}
.cid-sCjMNMQfJT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7ab1f;
}
.cid-sCjMNMQfJT .line {
  height: .8px;
  background: #000000;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sCjMNMQfJT .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-sCjMNMQfJT .mbr-text:hover {
  opacity: 1;
}
.cid-sCjMNMQfJT a.text-white {
  color: #a99fc5 !important;
}
.cid-sCjMNMQfJT a.text-white:hover {
  color: #ffffff !important;
}
.cid-sCjMNMQfJT .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sCjMNMQfJT .foot-menu li {
  padding: 10px;
}
.cid-sCjMNMQfJT .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sCjMNMQfJT .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sCjMNMQfJT .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sCjMNMQfJT .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sCjMNMQfJT .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sCjMNMQfJT .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sCjMNMQfJT .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-sCjMNMQfJT .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCjMNMQfJT .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sCjMNMQfJT .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-sCjMNOhCeL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #365c9a;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCjMNOhCeL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCjMNOhCeL .nav-item,
.cid-sCjMNOhCeL .nav-link,
.cid-sCjMNOhCeL .navbar-caption {
  font-weight: normal;
}
.cid-sCjMNOhCeL .nav-item:focus,
.cid-sCjMNOhCeL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sCjMNOhCeL .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sCjMNOhCeL .nav-item .nav-link {
    position: relative;
  }
  .cid-sCjMNOhCeL .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #365c9a;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sCjMNOhCeL .nav-item:hover .nav-link:before,
  .cid-sCjMNOhCeL .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sCjMNOhCeL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sCjMNOhCeL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCjMNOhCeL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sCjMNOhCeL .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sCjMNOhCeL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCjMNOhCeL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCjMNOhCeL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-sCjMNOhCeL .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sCjMNOhCeL .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sCjMNOhCeL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
@media (max-width: 991px) {
  .cid-sCjMNOhCeL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCjMNOhCeL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCjMNOhCeL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sCjMNOhCeL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCjMNOhCeL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCjMNOhCeL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sCjMNOhCeL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sCjMNOhCeL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCjMNOhCeL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCjMNOhCeL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sCjMNOhCeL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sCjMNOhCeL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCjMNOhCeL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sCjMNOhCeL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sCjMNOhCeL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCjMNOhCeL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCjMNOhCeL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCjMNOhCeL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCjMNOhCeL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sCjMNOhCeL .dropdown-item.active,
.cid-sCjMNOhCeL .dropdown-item:active {
  background-color: transparent;
}
.cid-sCjMNOhCeL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCjMNOhCeL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCjMNOhCeL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCjMNOhCeL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sCjMNOhCeL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCjMNOhCeL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCjMNOhCeL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCjMNOhCeL .navbar-buttons {
  text-align: center;
}
.cid-sCjMNOhCeL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCjMNOhCeL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sCjMNOhCeL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCjMNOhCeL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCjMNOhCeL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCjMNOhCeL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCjMNOhCeL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCjMNOhCeL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCjMNOhCeL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCjMNOhCeL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCjMNOhCeL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sCjMNOhCeL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCjMNOhCeL .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #365c9a;
  display: inline-flex;
}
.cid-sCjMNOhCeL .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sCjMNOhCeL .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sCjMNOhCeL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCjMNOhCeL a.nav-link .mbr-iconfont-btn,
.cid-sCjMNOhCeL a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sCjMNOhCeL a.nav-link:hover .mbr-iconfont-btn,
.cid-sCjMNOhCeL a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sCjMNOhCeL a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCjMNOhCeL .navbar {
    height: 77px;
  }
  .cid-sCjMNOhCeL .navbar.opened {
    height: auto;
  }
  .cid-sCjMNOhCeL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teCRjE8dr1 {
  background-image: url("../../../assets/images/mbr-1920x1248.jpeg");
}
.cid-teCRjE8dr1 .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
}
.cid-teCRjE8dr1 .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-teCRjE8dr1 .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-teCRjE8dr1 .mbr-text {
  color: #6d7a8c;
}
.cid-teCRjE8dr1 .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-teCRjE8dr1 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 13px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.275rem;
}
.cid-teCRjE8dr1 .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-teCRjE8dr1 .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 22%;
}
.cid-teCRjE8dr1 .separator .sep-holder .sep-line {
  border-color: #4f87fb !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #4f87fb;
  position: relative;
  top: 1px;
  width: 22%;
}
.cid-teCRjE8dr1 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-teCRjE8dr1 .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-teCRjE8dr1 .mbr-section-btn .btn.display-4 {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
@media (max-width: 991px) {
  .cid-teCRjE8dr1 .separator,
  .cid-teCRjE8dr1 .sep-holder,
  .cid-teCRjE8dr1 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-teCRjE8dr1 .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-teCRjE8dr1 .mbr-section-title,
.cid-teCRjE8dr1 .separator,
.cid-teCRjE8dr1 .sep-holder {
  color: #f7ab1f;
  text-align: center;
}
.cid-teCRjE8dr1 .mbr-section-subtitle,
.cid-teCRjE8dr1 .mbr-section-title .accent-word {
  color: #ffffff;
}
.cid-teCRjHBU7g.popup-builder {
  background-color: #ffffff;
}
.cid-teCRjHBU7g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-teCRjHBU7g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-teCRjHBU7g .modal-content,
.cid-teCRjHBU7g .modal-dialog {
  height: auto;
}
.cid-teCRjHBU7g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-teCRjHBU7g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-teCRjHBU7g .form-wrapper .mbr-form .form-group,
  .cid-teCRjHBU7g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-teCRjHBU7g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-teCRjHBU7g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-teCRjHBU7g .mbr-text {
  text-align: center;
}
.cid-teCRjHBU7g .pt-0 {
  padding-top: 0 !important;
}
.cid-teCRjHBU7g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-teCRjHBU7g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-teCRjHBU7g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-teCRjHBU7g .modal-open {
  overflow: hidden;
}
.cid-teCRjHBU7g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-teCRjHBU7g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-teCRjHBU7g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-teCRjHBU7g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-teCRjHBU7g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-teCRjHBU7g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-teCRjHBU7g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-teCRjHBU7g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-teCRjHBU7g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-teCRjHBU7g .modal-backdrop.fade {
  opacity: 0;
}
.cid-teCRjHBU7g .modal-backdrop.show {
  opacity: .5;
}
.cid-teCRjHBU7g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-teCRjHBU7g .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-teCRjHBU7g .modal-header {
    padding: 1rem;
  }
}
.cid-teCRjHBU7g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-teCRjHBU7g .modal-header .close:hover {
  opacity: 1;
}
.cid-teCRjHBU7g .modal-header .close:focus {
  outline: none;
}
.cid-teCRjHBU7g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #344cf1;
}
.cid-teCRjHBU7g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-teCRjHBU7g .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teCRjHBU7g .modal-body {
    padding: 1rem;
  }
}
.cid-teCRjHBU7g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-teCRjHBU7g .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teCRjHBU7g .modal-footer {
    padding: 1rem;
  }
}
.cid-teCRjHBU7g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-teCRjHBU7g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-teCRjHBU7g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-teCRjHBU7g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-teCRjHBU7g .modal-sm {
    max-width: 300px;
  }
  .cid-teCRjHBU7g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-teCRjHBU7g .modal-lg,
  .cid-teCRjHBU7g .modal-xl {
    max-width: 800px;
  }
  .cid-teCRjHBU7g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-teCRjHBU7g .modal-xl {
    max-width: 1140px;
  }
  .cid-teCRjHBU7g .container {
    max-width: 1140px;
  }
}
.cid-teCRjHBU7g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-teCRjHBU7g .container {
    max-width: 720px;
  }
}
.cid-teCRjHBU7g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-teCRjHBU7g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-teCRjHBU7g .form-group {
  margin-bottom: 1rem;
}
.cid-teCRjHBU7g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-teCRjHBU7g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-teCRjHBU7g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-teCRjHBU7g .mbr-section-btn {
  margin: 0;
}
.cid-teCRjHBU7g .mbr-section-btn .btn {
  margin: 0;
}
.cid-teCRjKeqUX.popup-builder {
  background-color: #ffffff;
}
.cid-teCRjKeqUX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-teCRjKeqUX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-teCRjKeqUX .modal-content,
.cid-teCRjKeqUX .modal-dialog {
  height: auto;
}
.cid-teCRjKeqUX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-teCRjKeqUX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-teCRjKeqUX .form-wrapper .mbr-form .form-group,
  .cid-teCRjKeqUX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-teCRjKeqUX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-teCRjKeqUX .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-teCRjKeqUX .mbr-text {
  text-align: center;
}
.cid-teCRjKeqUX .pt-0 {
  padding-top: 0 !important;
}
.cid-teCRjKeqUX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-teCRjKeqUX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-teCRjKeqUX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-teCRjKeqUX .modal-open {
  overflow: hidden;
}
.cid-teCRjKeqUX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-teCRjKeqUX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-teCRjKeqUX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-teCRjKeqUX .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-teCRjKeqUX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-teCRjKeqUX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-teCRjKeqUX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-teCRjKeqUX .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-teCRjKeqUX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-teCRjKeqUX .modal-backdrop.fade {
  opacity: 0;
}
.cid-teCRjKeqUX .modal-backdrop.show {
  opacity: .5;
}
.cid-teCRjKeqUX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-teCRjKeqUX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-teCRjKeqUX .modal-header {
    padding: 1rem;
  }
}
.cid-teCRjKeqUX .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-teCRjKeqUX .modal-header .close:hover {
  opacity: 1;
}
.cid-teCRjKeqUX .modal-header .close:focus {
  outline: none;
}
.cid-teCRjKeqUX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4b60ef;
}
.cid-teCRjKeqUX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-teCRjKeqUX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teCRjKeqUX .modal-body {
    padding: 1rem;
  }
}
.cid-teCRjKeqUX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-teCRjKeqUX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teCRjKeqUX .modal-footer {
    padding: 1rem;
  }
}
.cid-teCRjKeqUX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-teCRjKeqUX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-teCRjKeqUX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-teCRjKeqUX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-teCRjKeqUX .modal-sm {
    max-width: 300px;
  }
  .cid-teCRjKeqUX .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-teCRjKeqUX .modal-lg,
  .cid-teCRjKeqUX .modal-xl {
    max-width: 800px;
  }
  .cid-teCRjKeqUX .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-teCRjKeqUX .modal-xl {
    max-width: 1140px;
  }
  .cid-teCRjKeqUX .container {
    max-width: 1140px;
  }
}
.cid-teCRjKeqUX .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-teCRjKeqUX .container {
    max-width: 720px;
  }
}
.cid-teCRjKeqUX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-teCRjKeqUX .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-teCRjKeqUX .form-group {
  margin-bottom: 1rem;
}
.cid-teCRjKeqUX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-teCRjKeqUX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-teCRjKeqUX .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-teCRjKeqUX .mbr-section-btn {
  margin: 0;
}
.cid-teCRjKeqUX .mbr-section-btn .btn {
  margin: 0;
}
.cid-teCRjWqOgi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7ab1f;
}
.cid-teCRjWqOgi .line {
  height: .8px;
  background: #000000;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-teCRjWqOgi .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-teCRjWqOgi .mbr-text:hover {
  opacity: 1;
}
.cid-teCRjWqOgi a.text-white {
  color: #a99fc5 !important;
}
.cid-teCRjWqOgi a.text-white:hover {
  color: #ffffff !important;
}
.cid-teCRjWqOgi .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-teCRjWqOgi .foot-menu li {
  padding: 10px;
}
.cid-teCRjWqOgi .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-teCRjWqOgi .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-teCRjWqOgi .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-teCRjWqOgi .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-teCRjWqOgi .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-teCRjWqOgi .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-teCRjWqOgi .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-teCRjWqOgi .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-teCRjWqOgi .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-teCRjWqOgi .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-teCRjYs6kd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #365c9a;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-teCRjYs6kd .navbar-buttons {
  flex-wrap: wrap;
}
.cid-teCRjYs6kd .nav-item,
.cid-teCRjYs6kd .nav-link,
.cid-teCRjYs6kd .navbar-caption {
  font-weight: normal;
}
.cid-teCRjYs6kd .nav-item:focus,
.cid-teCRjYs6kd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-teCRjYs6kd .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-teCRjYs6kd .nav-item .nav-link {
    position: relative;
  }
  .cid-teCRjYs6kd .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #365c9a;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-teCRjYs6kd .nav-item:hover .nav-link:before,
  .cid-teCRjYs6kd .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-teCRjYs6kd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-teCRjYs6kd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teCRjYs6kd .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-teCRjYs6kd .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-teCRjYs6kd .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-teCRjYs6kd .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-teCRjYs6kd .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-teCRjYs6kd .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-teCRjYs6kd .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-teCRjYs6kd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
@media (max-width: 991px) {
  .cid-teCRjYs6kd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teCRjYs6kd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teCRjYs6kd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-teCRjYs6kd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teCRjYs6kd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teCRjYs6kd .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-teCRjYs6kd .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-teCRjYs6kd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teCRjYs6kd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teCRjYs6kd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-teCRjYs6kd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-teCRjYs6kd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-teCRjYs6kd .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-teCRjYs6kd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-teCRjYs6kd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-teCRjYs6kd .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-teCRjYs6kd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teCRjYs6kd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teCRjYs6kd .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-teCRjYs6kd .dropdown-item.active,
.cid-teCRjYs6kd .dropdown-item:active {
  background-color: transparent;
}
.cid-teCRjYs6kd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teCRjYs6kd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teCRjYs6kd .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teCRjYs6kd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-teCRjYs6kd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teCRjYs6kd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teCRjYs6kd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-teCRjYs6kd .navbar-buttons {
  text-align: center;
}
.cid-teCRjYs6kd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-teCRjYs6kd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-teCRjYs6kd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teCRjYs6kd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teCRjYs6kd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teCRjYs6kd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teCRjYs6kd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teCRjYs6kd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teCRjYs6kd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teCRjYs6kd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teCRjYs6kd .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-teCRjYs6kd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-teCRjYs6kd .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #365c9a;
  display: inline-flex;
}
.cid-teCRjYs6kd .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-teCRjYs6kd .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-teCRjYs6kd .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-teCRjYs6kd a.nav-link .mbr-iconfont-btn,
.cid-teCRjYs6kd a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-teCRjYs6kd a.nav-link:hover .mbr-iconfont-btn,
.cid-teCRjYs6kd a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-teCRjYs6kd a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teCRjYs6kd .navbar {
    height: 77px;
  }
  .cid-teCRjYs6kd .navbar.opened {
    height: auto;
  }
  .cid-teCRjYs6kd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKEXo1PVti.popup-builder {
  background-color: #ffffff;
}
.cid-tKEXo1PVti.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tKEXo1PVti.popup-builder .modal-dialog {
  margin-top: 20px;
  margin-bottom: 10px;
}
.cid-tKEXo1PVti .modal-content,
.cid-tKEXo1PVti .modal-dialog {
  height: 100%;
}
.cid-tKEXo1PVti .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tKEXo1PVti .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tKEXo1PVti .form-wrapper .mbr-form .form-group,
  .cid-tKEXo1PVti .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tKEXo1PVti .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tKEXo1PVti .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKEXo1PVti .mbr-text {
  text-align: center;
}
.cid-tKEXo1PVti .pt-0 {
  padding-top: 0 !important;
}
.cid-tKEXo1PVti .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tKEXo1PVti .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tKEXo1PVti .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tKEXo1PVti .modal-open {
  overflow: hidden;
}
.cid-tKEXo1PVti .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tKEXo1PVti .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tKEXo1PVti .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tKEXo1PVti .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tKEXo1PVti .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tKEXo1PVti .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tKEXo1PVti .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tKEXo1PVti .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tKEXo1PVti .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tKEXo1PVti .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tKEXo1PVti .modal-backdrop.fade {
  opacity: 0;
}
.cid-tKEXo1PVti .modal-backdrop.show {
  opacity: .5;
}
.cid-tKEXo1PVti .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tKEXo1PVti .modal-header {
    padding: .5rem 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tKEXo1PVti .modal-header {
    padding: 1rem;
  }
}
.cid-tKEXo1PVti .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1.5rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tKEXo1PVti .modal-header .close svg {
  fill: #353535;
}
.cid-tKEXo1PVti .modal-header .close:hover {
  opacity: 1;
}
.cid-tKEXo1PVti .modal-header .close:focus {
  outline: none;
}
.cid-tKEXo1PVti .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ca4336;
}
.cid-tKEXo1PVti .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tKEXo1PVti .modal-body {
    padding: .5rem .5rem .5rem;
  }
}
@media (max-width: 991px) {
  .cid-tKEXo1PVti .modal-body {
    padding: .5rem;
  }
}
.cid-tKEXo1PVti .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tKEXo1PVti .modal-footer {
    padding: 0rem .5rem .5rem;
  }
}
@media (max-width: 991px) {
  .cid-tKEXo1PVti .modal-footer {
    padding: .5rem;
  }
}
.cid-tKEXo1PVti .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tKEXo1PVti .modal-dialog {
    max-width: 500px;
    margin: .75rem auto;
  }
  .cid-tKEXo1PVti .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tKEXo1PVti .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tKEXo1PVti .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tKEXo1PVti .modal-lg,
  .cid-tKEXo1PVti .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tKEXo1PVti .modal-xl {
    max-width: 1140px;
  }
}
.cid-tKEXo1PVti .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tKEXo1PVti .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tKEXo1PVti .form-group {
  margin-bottom: 1rem;
}
.cid-tKEXo1PVti .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tKEXo1PVti .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tKEXo1PVti .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tKEXo1PVti .mbr-section-btn {
  margin: 0;
}
.cid-tKEXo1PVti .mbr-section-btn .btn {
  margin: 0;
}
.cid-tKEXrsUccf.popup-builder {
  background-color: #ffffff;
}
.cid-tKEXrsUccf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tKEXrsUccf.popup-builder .modal-dialog {
  margin-top: 20px;
  margin-bottom: 10px;
}
.cid-tKEXrsUccf .modal-content,
.cid-tKEXrsUccf .modal-dialog {
  height: 100%;
}
.cid-tKEXrsUccf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tKEXrsUccf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tKEXrsUccf .form-wrapper .mbr-form .form-group,
  .cid-tKEXrsUccf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tKEXrsUccf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tKEXrsUccf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKEXrsUccf .mbr-text {
  text-align: center;
}
.cid-tKEXrsUccf .pt-0 {
  padding-top: 0 !important;
}
.cid-tKEXrsUccf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tKEXrsUccf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tKEXrsUccf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tKEXrsUccf .modal-open {
  overflow: hidden;
}
.cid-tKEXrsUccf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tKEXrsUccf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tKEXrsUccf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tKEXrsUccf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tKEXrsUccf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tKEXrsUccf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tKEXrsUccf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tKEXrsUccf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tKEXrsUccf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tKEXrsUccf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tKEXrsUccf .modal-backdrop.fade {
  opacity: 0;
}
.cid-tKEXrsUccf .modal-backdrop.show {
  opacity: .5;
}
.cid-tKEXrsUccf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tKEXrsUccf .modal-header {
    padding: .5rem 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tKEXrsUccf .modal-header {
    padding: 1rem;
  }
}
.cid-tKEXrsUccf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1.5rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tKEXrsUccf .modal-header .close svg {
  fill: #353535;
}
.cid-tKEXrsUccf .modal-header .close:hover {
  opacity: 1;
}
.cid-tKEXrsUccf .modal-header .close:focus {
  outline: none;
}
.cid-tKEXrsUccf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ca4336;
}
.cid-tKEXrsUccf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tKEXrsUccf .modal-body {
    padding: .5rem .5rem .5rem;
  }
}
@media (max-width: 991px) {
  .cid-tKEXrsUccf .modal-body {
    padding: .5rem;
  }
}
.cid-tKEXrsUccf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tKEXrsUccf .modal-footer {
    padding: 0rem .5rem .5rem;
  }
}
@media (max-width: 991px) {
  .cid-tKEXrsUccf .modal-footer {
    padding: .5rem;
  }
}
.cid-tKEXrsUccf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tKEXrsUccf .modal-dialog {
    max-width: 500px;
    margin: .75rem auto;
  }
  .cid-tKEXrsUccf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tKEXrsUccf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tKEXrsUccf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tKEXrsUccf .modal-lg,
  .cid-tKEXrsUccf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tKEXrsUccf .modal-xl {
    max-width: 1140px;
  }
}
.cid-tKEXrsUccf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tKEXrsUccf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tKEXrsUccf .form-group {
  margin-bottom: 1rem;
}
.cid-tKEXrsUccf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tKEXrsUccf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tKEXrsUccf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tKEXrsUccf .mbr-section-btn {
  margin: 0;
}
.cid-tKEXrsUccf .mbr-section-btn .btn {
  margin: 0;
}
