body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Styrene A-Medium-Web';
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Styrene A-Regular-Web';
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Styrene A-Regular-Web';
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Styrene A-Medium-Web';
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Styrene A-Regular-Web';
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #1a30f5 !important;
}
.bg-success {
  background-color: #f7f9ff !important;
}
.bg-info {
  background-color: #007bff !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1a30f5 !important;
  border-color: #1a30f5 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #081aba !important;
  border-color: #081aba !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #081aba !important;
  border-color: #081aba !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #29374c !important;
  border-color: #29374c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0e131a !important;
  border-color: #0e131a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0e131a !important;
  border-color: #0e131a !important;
}
.btn-info,
.btn-info:active {
  background-color: #007bff !important;
  border-color: #007bff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0056b3 !important;
  border-color: #0056b3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0056b3 !important;
  border-color: #0056b3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7f9ff !important;
  border-color: #f7f9ff !important;
  color: #003ef7 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #003ef7 !important;
  background-color: #abc0ff !important;
  border-color: #abc0ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #003ef7 !important;
  background-color: #abc0ff !important;
  border-color: #abc0ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #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 {
  background: none;
  border-color: #0717a2;
  color: #0717a2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1a30f5;
  border-color: #1a30f5;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1a30f5 !important;
  border-color: #1a30f5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #05070a;
  color: #05070a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #29374c;
  border-color: #29374c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #29374c !important;
  border-color: #29374c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #004a99;
  color: #004a99;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #91acff;
  color: #91acff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #003ef7;
  background-color: #f7f9ff;
  border-color: #f7f9ff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #003ef7 !important;
  background-color: #f7f9ff !important;
  border-color: #f7f9ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  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: #1a30f5 !important;
}
.text-secondary {
  color: #29374c !important;
}
.text-success {
  color: #f7f9ff !important;
}
.text-info {
  color: #007bff !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0717a2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #05070a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #91acff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #004a99 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #007bff;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1a30f5;
  border-color: #1a30f5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1a30f5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dde1fe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cce5ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Styrene A-Regular-Web';
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #1a30f5;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #1a30f5 !important;
  -webkit-box-shadow: 0 6px 16px 0 #1a30f5 !important;
  background-color: #1a30f5 !important;
  border-color: #1a30f5 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #29374c !important;
  -webkit-box-shadow: 0 6px 16px 0 #29374c !important;
  background-color: #29374c !important;
  border-color: #29374c !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #f7f9ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #f7f9ff !important;
  background-color: #f7f9ff !important;
  border-color: #f7f9ff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1a30f5;
  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-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1a30f5;
  border-bottom-color: #1a30f5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1a30f5 !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: #29374c !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='%231a30f5' %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-rx3MBLTRlI .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rx3MBLTRlI .collapsed {
  flex-direction: row!important;
}
.cid-rx3MBLTRlI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rx3MBLTRlI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rx3MBLTRlI .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3MBLTRlI .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rx3MBLTRlI .nav-item:focus,
.cid-rx3MBLTRlI .nav-link:focus {
  outline: none;
}
.cid-rx3MBLTRlI .text-white:hover,
.cid-rx3MBLTRlI .text-white:active,
.cid-rx3MBLTRlI .text-white:focus {
  color: white!important;
}
.cid-rx3MBLTRlI .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rx3MBLTRlI .dropdown-item:hover {
  color: black!important;
}
.cid-rx3MBLTRlI .dropdown-menu {
  background-color: white!important;
}
.cid-rx3MBLTRlI .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rx3MBLTRlI .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3MBLTRlI .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rx3MBLTRlI .nav-item .nav-link {
    position: relative;
  }
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-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-rx3MBLTRlI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rx3MBLTRlI .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rx3MBLTRlI .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rx3MBLTRlI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rx3MBLTRlI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rx3MBLTRlI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rx3MBLTRlI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rx3MBLTRlI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rx3MBLTRlI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rx3MBLTRlI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rx3MBLTRlI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rx3MBLTRlI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rx3MBLTRlI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rx3MBLTRlI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rx3MBLTRlI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rx3MBLTRlI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rx3MBLTRlI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rx3MBLTRlI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rx3MBLTRlI .navbar-caption {
  font-weight: 600!important;
}
.cid-rx3MBLTRlI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rx3MBLTRlI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rx3MBLTRlI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rx3MBLTRlI .dropdown-item.active,
.cid-rx3MBLTRlI .dropdown-item:active {
  background-color: transparent;
}
.cid-rx3MBLTRlI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rx3MBLTRlI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rx3MBLTRlI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rx3MBLTRlI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rx3MBLTRlI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rx3MBLTRlI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rx3MBLTRlI .navbar-buttons {
  text-align: center;
}
.cid-rx3MBLTRlI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #29374c;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3MBLTRlI .nav-link {
  font-weight: 600!important;
}
.cid-rx3MBLTRlI a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rx3MBLTRlI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rx3MBLTRlI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rx3MBLTRlI .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rx3MBLTRlI .navbar {
    height: 77px;
  }
  .cid-rx3MBLTRlI .navbar.opened {
    height: auto;
  }
  .cid-rx3MBLTRlI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRs8UcIpRZ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/2020-02-25-01.56.04.png");
}
.cid-rRs8UcIpRZ .mbr-text,
.cid-rRs8UcIpRZ .typed-text,
.cid-rRs8UcIpRZ .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rRs8UcIpRZ .btn {
  margin-left: 4px !important;
}
.cid-rRs8UcIpRZ .animated-element {
  color: #29374c;
}
.cid-rRs8UcIpRZ .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #29374c;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rRs8UcIpRZ .mbr-section-subtitle {
  color: #29374c;
}
.cid-rRs8UcIpRZ .mbr-section-text,
.cid-rRs8UcIpRZ .mbr-section-btn {
  color: #29374c;
}
.cid-rRxVDt85Od {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f7f9ff;
}
.cid-rRxVDt85Od H1 {
  color: #29374c;
}
.cid-rRxVDt85Od .mbr-text,
.cid-rRxVDt85Od .mbr-section-btn {
  color: #716c80;
}
.cid-rRxVDt85Od H3 {
  color: #716c80;
}
.cid-rWPQyg3yCZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f7f9ff;
}
.cid-rWPQyg3yCZ .mbr-text {
  color: #29374c;
  text-align: center;
}
.cid-rWPQyg3yCZ h4 {
  text-align: center;
}
.cid-rWPQyg3yCZ p {
  text-align: center;
}
.cid-rWPQyg3yCZ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rWPQyg3yCZ .mbr-iconfont {
  transition: all 0.3s;
  color: #007bff !important;
  font-size: 5rem !important;
}
.cid-rWPQyg3yCZ .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-rWPQyg3yCZ .card:hover .card-title {
  color: #29374c !important;
  cursor: pointer;
}
.cid-rWPQyg3yCZ .card-title {
  transition: color 0.3s;
}
.cid-rWPQyg3yCZ .card-title,
.cid-rWPQyg3yCZ .card-img {
  color: #29374c;
}
@media (max-width: 576px) {
  .cid-rWPQyg3yCZ .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
}
.cid-rWVOdkSrhp {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f7f9ff;
}
.cid-rWVOdkSrhp .mbr-text {
  color: #29374c;
  text-align: center;
}
.cid-rWVOdkSrhp h4 {
  text-align: center;
}
.cid-rWVOdkSrhp p {
  text-align: center;
}
.cid-rWVOdkSrhp .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rWVOdkSrhp .mbr-iconfont {
  transition: all 0.3s;
  color: #327df6 !important;
  font-size: 5rem !important;
}
.cid-rWVOdkSrhp .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-rWVOdkSrhp .card:hover .card-title {
  color: #29374c !important;
  cursor: pointer;
}
.cid-rWVOdkSrhp .card-title {
  transition: color 0.3s;
}
.cid-rWVOdkSrhp .card-title,
.cid-rWVOdkSrhp .card-img {
  color: #29374c;
}
@media (max-width: 576px) {
  .cid-rWVOdkSrhp .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
}
.cid-rWVuinY68l {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWVuinY68l H1 {
  color: #29374c;
}
.cid-rWVuinY68l .mbr-text,
.cid-rWVuinY68l .mbr-section-btn {
  color: #716c80;
}
.cid-rWVuinY68l H3 {
  color: #716c80;
}
.cid-rWVQrVDeKx {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rWVQrVDeKx p {
  line-height: 1.6;
}
.cid-rWVQrVDeKx .card-box {
  width: -webkit-fill-available;
}
.cid-rWVQrVDeKx .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-rWVQrVDeKx .card-img .img1 {
  color: #007bff !important;
}
.cid-rWVQrVDeKx .card-img .img2 {
  color: #007bff !important;
}
.cid-rWVQrVDeKx .card-img .img3 {
  color: #007bff !important;
}
.cid-rWVQrVDeKx .card-img .img4 {
  color: #007bff !important;
}
.cid-rWVQrVDeKx .card-img .img5 {
  color: #007bff !important;
}
.cid-rWVQrVDeKx .card-img .img6 {
  color: #007bff !important;
}
.cid-rWVQrVDeKx .mbr-iconfont {
  font-size: 2rem !important;
}
.cid-rWVQrVDeKx .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-rWVQrVDeKx .card {
  height: 100%;
  margin: auto;
}
.cid-rWVQrVDeKx img {
  width: 100%;
  heigth: auto;
}
.cid-rWVQrVDeKx .card-title1 {
  color: #29374c;
  text-align: right;
}
.cid-rWVQrVDeKx .mbr-text1 {
  color: #716c80;
}
.cid-rWVQrVDeKx .card-title2 {
  color: #29374c;
}
.cid-rWVQrVDeKx .mbr-text2 {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-rWVQrVDeKx .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-rWVQrVDeKx .card-img {
    order: 1;
  }
  .cid-rWVQrVDeKx .card-box {
    order: 2;
  }
}
.cid-rUfDmI81Vc {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rUfDmI81Vc .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rUfDmI81Vc .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rUfDmI81Vc .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rX0OO4N4SA {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rX0OO4N4SA H1 {
  color: #29374c;
}
.cid-rX0OO4N4SA .mbr-text,
.cid-rX0OO4N4SA .mbr-section-btn {
  color: #716c80;
}
.cid-rX0OO4N4SA H3 {
  color: #716c80;
}
.cid-rX0L62GSz9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rX0L62GSz9 H1 {
  color: #29374c;
}
.cid-rX0L62GSz9 .mbr-text,
.cid-rX0L62GSz9 .mbr-section-btn {
  color: #29374c;
}
.cid-rX0L62GSz9 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rX0L62GSz9 .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rX0L62GSz9 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rX0L6AuQOv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rX0L6AuQOv H1 {
  color: #29374c;
}
.cid-rX0L6AuQOv .mbr-text,
.cid-rX0L6AuQOv .mbr-section-btn {
  color: #29374c;
}
.cid-rX0L6AuQOv img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rX0L6AuQOv .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rX0L6AuQOv img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rX5z6GvDT8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rX5z6GvDT8 .mbr-section-subtitle {
  color: #767676;
}
.cid-rX5z6GvDT8 .container-table {
  margin: 0 auto;
}
.cid-rX5z6GvDT8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rX5z6GvDT8 .dataTables_wrapper {
  display: block;
}
.cid-rX5z6GvDT8 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rX5z6GvDT8 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rX5z6GvDT8 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-rX5z6GvDT8 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
}
.cid-rX5z6GvDT8 table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-rX5z6GvDT8 table td {
  border: 1px solid #efefef;
}
.cid-rX5z6GvDT8 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rX5z6GvDT8 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rX5z6GvDT8 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rX5z6GvDT8 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rX5z6GvDT8 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rX5z6GvDT8 .dataTables_filter {
    text-align: center;
  }
  .cid-rX5z6GvDT8 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rX5z6GvDT8 .head-item {
  color: #29374c;
  text-align: center;
}
.cid-rX5z6GvDT8 .body-item {
  color: #716c80;
  text-align: center;
}
.cid-rX5z6GvDT8 .mbr-section-title {
  color: #29374c;
}
.cid-rX5z6GvDT8 .head-item1 {
  color: #29374c;
}
.cid-rX5z6GvDT8 .body-item1 {
  color: #716c80;
}
.cid-rXv2PyRC0g {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #007bff;
}
.cid-rXv2PyRC0g H1 {
  color: #ffffff;
}
.cid-rXv2PyRC0g .align-left {
  margin: auto;
}
.cid-rXv2PyRC0g .row {
  justify-content: space-between;
}
.cid-rXv2PyRC0g .mbr-text,
.cid-rXv2PyRC0g .mbr-section-btn {
  color: #716c80;
}
.cid-rXv2PyRC0g .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rXv2PyRC0g .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rXv2PyRC0g .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rXv2PyRC0g .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rXv2PyRC0g .link:hover {
  color: #1a30f5 !important;
}
.cid-rXv2PyRC0g .link:hover .link-ico {
  color: #1a30f5 !important;
  padding-left: 10px;
}
.cid-rXv2PyRC0g DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rXv2PyRC0g .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rXv2PyRC0g h1 {
    padding-bottom: 1rem;
  }
}
.cid-rXv2PyRC0g .mbr-text,
.cid-rXv2PyRC0g .media-content {
  color: #ffffff;
}
.cid-rCwFtBAG7a.popup-builder {
  background-color: #ffffff;
}
.cid-rCwFtBAG7a.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rCwFtBAG7a.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rCwFtBAG7a .modal-content,
.cid-rCwFtBAG7a .modal-dialog {
  height: auto;
}
.cid-rCwFtBAG7a .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rCwFtBAG7a .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rCwFtBAG7a .form-wrapper .mbr-form .form-group,
  .cid-rCwFtBAG7a .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rCwFtBAG7a .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rCwFtBAG7a .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-rCwFtBAG7a .mbr-text {
  text-align: center;
}
.cid-rCwFtBAG7a .pt-0 {
  padding-top: 0 !important;
}
.cid-rCwFtBAG7a .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rCwFtBAG7a .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rCwFtBAG7a .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rCwFtBAG7a .modal-open {
  overflow: hidden;
}
.cid-rCwFtBAG7a .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rCwFtBAG7a .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rCwFtBAG7a .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rCwFtBAG7a .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-rCwFtBAG7a .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rCwFtBAG7a .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rCwFtBAG7a .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rCwFtBAG7a .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-rCwFtBAG7a .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rCwFtBAG7a .modal-backdrop.fade {
  opacity: 0;
}
.cid-rCwFtBAG7a .modal-backdrop.show {
  opacity: .5;
}
.cid-rCwFtBAG7a .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rCwFtBAG7a .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rCwFtBAG7a .modal-header .close:hover {
  opacity: 1;
}
.cid-rCwFtBAG7a .modal-header .close:focus {
  outline: none;
}
.cid-rCwFtBAG7a .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #29374c;
}
.cid-rCwFtBAG7a .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rCwFtBAG7a .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rCwFtBAG7a .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rCwFtBAG7a .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rCwFtBAG7a .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rCwFtBAG7a .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rCwFtBAG7a .modal-sm {
    max-width: 300px;
  }
  .cid-rCwFtBAG7a .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rCwFtBAG7a .modal-lg,
  .cid-rCwFtBAG7a .modal-xl {
    max-width: 800px;
  }
  .cid-rCwFtBAG7a .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rCwFtBAG7a .modal-xl {
    max-width: 1140px;
  }
  .cid-rCwFtBAG7a .container {
    max-width: 1140px;
  }
}
.cid-rCwFtBAG7a .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rCwFtBAG7a .container {
    max-width: 720px;
  }
}
.cid-rCwFtBAG7a .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rCwFtBAG7a .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-rCwFtBAG7a .form-group {
  margin-bottom: 1rem;
}
.cid-rCwFtBAG7a .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rCwFtBAG7a .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rCwFtBAG7a .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-rVct50CXV4.popup-builder {
  background-color: #ffffff;
}
.cid-rVct50CXV4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rVct50CXV4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rVct50CXV4 .modal-content,
.cid-rVct50CXV4 .modal-dialog {
  height: auto;
}
.cid-rVct50CXV4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rVct50CXV4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rVct50CXV4 .form-wrapper .mbr-form .form-group,
  .cid-rVct50CXV4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rVct50CXV4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rVct50CXV4 .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-rVct50CXV4 .mbr-text {
  text-align: center;
}
.cid-rVct50CXV4 .pt-0 {
  padding-top: 0 !important;
}
.cid-rVct50CXV4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rVct50CXV4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rVct50CXV4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rVct50CXV4 .modal-open {
  overflow: hidden;
}
.cid-rVct50CXV4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rVct50CXV4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rVct50CXV4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rVct50CXV4 .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-rVct50CXV4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rVct50CXV4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rVct50CXV4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rVct50CXV4 .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-rVct50CXV4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rVct50CXV4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rVct50CXV4 .modal-backdrop.show {
  opacity: .5;
}
.cid-rVct50CXV4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rVct50CXV4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rVct50CXV4 .modal-header .close:hover {
  opacity: 1;
}
.cid-rVct50CXV4 .modal-header .close:focus {
  outline: none;
}
.cid-rVct50CXV4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rVct50CXV4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rVct50CXV4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rVct50CXV4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rVct50CXV4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rVct50CXV4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rVct50CXV4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rVct50CXV4 .modal-sm {
    max-width: 300px;
  }
  .cid-rVct50CXV4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rVct50CXV4 .modal-lg,
  .cid-rVct50CXV4 .modal-xl {
    max-width: 800px;
  }
  .cid-rVct50CXV4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rVct50CXV4 .modal-xl {
    max-width: 1140px;
  }
  .cid-rVct50CXV4 .container {
    max-width: 1140px;
  }
}
.cid-rVct50CXV4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rVct50CXV4 .container {
    max-width: 720px;
  }
}
.cid-rVct50CXV4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rVct50CXV4 .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-rVct50CXV4 .form-group {
  margin-bottom: 1rem;
}
.cid-rVct50CXV4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rVct50CXV4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rVct50CXV4 .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-rCTYd2hvZW {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rCTYd2hvZW .mbr-overlay {
  background-color: #716c80;
  opacity: 0.8;
}
.cid-rCTYd2hvZW input,
.cid-rCTYd2hvZW textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-rCTYd2hvZW .col-auto {
  width: 100%;
  text-align: center;
}
.cid-rCTYd2hvZW img {
  width: 90%;
  border-radius: 8px;
}
.cid-rCTYd2hvZW .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-rCTYd2hvZW textarea {
  min-height: 160px;
}
.cid-rCTYd2hvZW .form-control,
.cid-rCTYd2hvZW .field-input {
  padding: 0.5rem;
  background-color: #efefef;
  border-color: #5b686b;
  color: #5b686b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rCTYd2hvZW .form-control:hover,
.cid-rCTYd2hvZW .field-input:hover,
.cid-rCTYd2hvZW .form-control:focus,
.cid-rCTYd2hvZW .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rCTYd2hvZW input::-webkit-input-placeholder,
.cid-rCTYd2hvZW textarea::-webkit-input-placeholder {
  color: #465052;
}
.cid-rCTYd2hvZW input:-moz-placeholder,
.cid-rCTYd2hvZW textarea:-moz-placeholder {
  color: #465052;
}
.cid-rCTYd2hvZW .jq-selectbox li,
.cid-rCTYd2hvZW .jq-selectbox li {
  background-color: #efefef;
  color: #000000;
}
.cid-rCTYd2hvZW .jq-selectbox li:hover,
.cid-rCTYd2hvZW .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-rCTYd2hvZW .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efefef;
}
.cid-rCTYd2hvZW .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efefef;
}
.cid-rCTYd2hvZW H5 {
  color: #29374c;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-rCTYd2hvZW img {
    width: 100%;
  }
}
.cid-rRE1LWSNw1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRE1LWSNw1 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-rRE1LWSNw1 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rRE1LWSNw1 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rRE1LWSNw1 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-rRE1LWSNw1 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-rRE1LWSNw1 .icon-transition span:hover {
  background-color: #e96188;
}
.cid-rRE1LWSNw1 .mbr-text {
  color: #29374c;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rRE1LWSNw1 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-rRE1LWSNw1 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-rRE1LWSNw1 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
