body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #318ce7 !important;
}
.bg-success {
  background-color: #fd9b88 !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #179eda !important;
}
.bg-danger {
  background-color: #179eda !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #318ce7 !important;
  border-color: #318ce7 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1566b6 !important;
  border-color: #1566b6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1566b6 !important;
  border-color: #1566b6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6ada17 !important;
  border-color: #6ada17 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #489510 !important;
  border-color: #489510 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #489510 !important;
  border-color: #489510 !important;
}
.btn-info,
.btn-info:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fd9b88 !important;
  border-color: #fd9b88 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #fc5c3d !important;
  border-color: #fc5c3d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #fc5c3d !important;
  border-color: #fc5c3d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #179eda !important;
  border-color: #179eda !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #106c95 !important;
  border-color: #106c95 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #106c95 !important;
  border-color: #106c95 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #179eda !important;
  border-color: #179eda !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #106c95 !important;
  border-color: #106c95 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #106c95 !important;
  border-color: #106c95 !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: #13599f;
  color: #13599f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #318ce7;
  border-color: #318ce7;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #318ce7 !important;
  border-color: #318ce7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3d7e0d;
  color: #3d7e0d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #6ada17;
  border-color: #6ada17;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6ada17 !important;
  border-color: #6ada17 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fb4724;
  color: #fb4724;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #fd9b88;
  border-color: #fd9b88;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #fd9b88 !important;
  border-color: #fd9b88 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0d5b7e;
  color: #0d5b7e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #179eda;
  border-color: #179eda;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #179eda !important;
  border-color: #179eda !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0d5b7e;
  color: #0d5b7e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #179eda;
  border-color: #179eda;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #179eda !important;
  border-color: #179eda !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: #318ce7 !important;
}
.text-secondary {
  color: #6ada17 !important;
}
.text-success {
  color: #fd9b88 !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #179eda !important;
}
.text-danger {
  color: #179eda !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #13599f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3d7e0d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fb4724 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0d5b7e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0d5b7e !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: #232323;
}
.alert-warning {
  background-color: #179eda;
}
.alert-danger {
  background-color: #179eda;
}
.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: #318ce7;
  border-color: #318ce7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #318ce7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e8f2fc;
}
.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: #d5d5d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c4e9f9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c4e9f9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.8rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
blockquote {
  border-color: #318ce7;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #318ce7 !important;
  -webkit-box-shadow: 0 6px 16px 0 #318ce7 !important;
  background-color: #318ce7 !important;
  border-color: #318ce7 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #6ada17 !important;
  -webkit-box-shadow: 0 6px 16px 0 #6ada17 !important;
  background-color: #6ada17 !important;
  border-color: #6ada17 !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 #fd9b88 !important;
  -webkit-box-shadow: 0 6px 16px 0 #fd9b88 !important;
  background-color: #fd9b88 !important;
  border-color: #fd9b88 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #318ce7;
  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: #318ce7;
  border-bottom-color: #318ce7;
}
.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: #318ce7 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #6ada17 !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='%23318ce7' %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-sfc7488bGF .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sfc7488bGF .nav-item:focus,
.cid-sfc7488bGF .nav-link:focus {
  outline: none;
}
.cid-sfc7488bGF .text-white:hover,
.cid-sfc7488bGF .text-white:active,
.cid-sfc7488bGF .text-white:focus {
  color: white!important;
}
.cid-sfc7488bGF .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sfc7488bGF .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-sfc7488bGF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sfc7488bGF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sfc7488bGF .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sfc7488bGF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfc7488bGF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sfc7488bGF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sfc7488bGF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfc7488bGF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfc7488bGF .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-sfc7488bGF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfc7488bGF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfc7488bGF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfc7488bGF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfc7488bGF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfc7488bGF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sfc7488bGF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfc7488bGF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfc7488bGF .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-sfc7488bGF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfc7488bGF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfc7488bGF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfc7488bGF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sfc7488bGF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sfc7488bGF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfc7488bGF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sfc7488bGF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfc7488bGF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfc7488bGF .section {
  position: relative;
  overflow: visible!important;
}
.cid-sfc7488bGF .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sfc7488bGF .dropdown-item:hover {
  color: black!important;
}
.cid-sfc7488bGF .dropdown-menu {
  background-color: white!important;
}
.cid-sfc7488bGF .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sfc7488bGF .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sfc7488bGF .nav-item .nav-link {
    position: relative;
  }
}
.cid-sfc7488bGF .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-sfc7488bGF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfc7488bGF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sfc7488bGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfc7488bGF .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-sfc7488bGF .collapsed {
  flex-direction: row!important;
}
.cid-sfc7488bGF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfc7488bGF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfc7488bGF .navbar-caption {
  font-weight: 600!important;
}
.cid-sfc7488bGF .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-sfc7488bGF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfc7488bGF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfc7488bGF .dropdown-item.active,
.cid-sfc7488bGF .dropdown-item:active {
  background-color: transparent;
}
.cid-sfc7488bGF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfc7488bGF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfc7488bGF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfc7488bGF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfc7488bGF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfc7488bGF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sfc7488bGF .navbar-buttons {
  text-align: center;
}
.cid-sfc7488bGF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfc7488bGF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1fa2ff;
}
.cid-sfc7488bGF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfc7488bGF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfc7488bGF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfc7488bGF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfc7488bGF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfc7488bGF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfc7488bGF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfc7488bGF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfc7488bGF .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfc7488bGF .nav-link {
  font-weight: 600!important;
}
.cid-sfc7488bGF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfc7488bGF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfc7488bGF .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-sfc7488bGF .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfc7488bGF .navbar {
    height: 77px;
  }
  .cid-sfc7488bGF .navbar.opened {
    height: auto;
  }
  .cid-sfc7488bGF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfc7488bGF .nav-link:before {
  content: none !important;
}
.cid-u69uCd1qK8 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-6116-735x551.webp");
  position: relative;
  overflow: hidden;
}
.cid-u69uCd1qK8 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-u69uCd1qK8 #e2_shape {
  fill: #ffffff !important;
}
.cid-u69uCd1qK8 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-u69uCd1qK8 img {
    width: 90%!important;
  }
}
.cid-u69uCd1qK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u69uCd1qK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u69uCd1qK8 H3 {
  color: #ffffff;
}
.cid-u69uCd1qK8 H1 {
  text-align: center;
}
.cid-u75NdEnb5j {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u75NdEnb5j .box1 {
  background-image: url("../../../assets/images/capture-decran-2024-03-15-a-13.28.46-878x852.webp");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-u75NdEnb5j .box2 {
  background-image: url("../../../assets/images/capture-decran-2024-03-15-a-13.28.32-2000x985.webp");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-u75NdEnb5j .icon-wrap {
  background-color: #ff8a73 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-u75NdEnb5j .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-u75NdEnb5j .icon-wrap span {
  padding-left: 8px;
}
.cid-u75NdEnb5j .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-u75NdEnb5j .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-u75NdEnb5j .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u75NdEnb5j .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u75NdEnb5j .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u75NdEnb5j a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u75NdEnb5j a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u75NdEnb5j {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-u75NdEnb5j .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-u75NdEnb5j {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-u75NdEnb5j .box1,
  .cid-u75NdEnb5j .box2 {
    height: 250px;
  }
}
.cid-u75NdEnb5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75NdEnb5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5LaQ7HUDB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u5LaQ7HUDB .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-u5LaQ7HUDB .mbr-section-title {
  margin: 0;
  text-align: left;
  color: #232323;
}
.cid-u5LaQ7HUDB .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-u5LaQ7HUDB .card-img {
  text-align: inherit;
}
.cid-u5LaQ7HUDB .card-img span {
  background: linear-gradient(90deg, #5580ff, #232323);
}
.cid-u5LaQ7HUDB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u5LaQ7HUDB .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #318ce7;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-u5LaQ7HUDB .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-u5LaQ7HUDB .mbr-card-title {
  text-align: center;
  color: #ffffff;
}
.cid-u5Lek2TYjJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u5Lek2TYjJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5Lek2TYjJ .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-u5Lek2TYjJ .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-u5Lek2TYjJ .btn-primary-outline:active {
  color: gray;
}
.cid-u5Lek2TYjJ .btn-primary-outline:hover {
  color: white;
}
.cid-u5Lek2TYjJ div {
  overflow: hidden;
}
.cid-u5Lek2TYjJ li.active .btn-primary-outline {
  color: white;
}
.cid-u5Lek2TYjJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5Lek2TYjJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5Lek2TYjJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5Lek2TYjJ .mbr-gallery-item {
  overflow: hidden;
}
.cid-u5Lek2TYjJ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-u5Lek2TYjJ .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-u5Lek2TYjJ .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-u5Lek2TYjJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5Lek2TYjJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5Lek2TYjJ .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-u5Lek2TYjJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u5Lek2TYjJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u4PA1cinPv {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #318ce7;
  position: relative;
  overflow: hidden;
}
.cid-u4PA1cinPv svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-u4PA1cinPv H1 {
  color: #232323;
}
.cid-u4PA1cinPv .mbr-text,
.cid-u4PA1cinPv .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
.cid-u4PA1cinPv #e1_ellipse {
  fill: #ffffff !important;
}
.cid-u4PA1cinPv img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-u4PA1cinPv img {
    width: 100%;
  }
}
.cid-u4PA1cinPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4PA1cinPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnsokpSsP1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #318ce7;
}
.cid-tnsokpSsP1 .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-tnsokpSsP1 .mbr-section-title {
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tnsokpSsP1 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tnsokpSsP1 .card-img {
  text-align: inherit;
}
.cid-tnsokpSsP1 .card-img span {
  background: linear-gradient(90deg, #2bdc9d, #1dc9cb);
}
.cid-tnsokpSsP1 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-tnsokpSsP1 .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-tnsokpSsP1 .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-tnsokpSsP1 .mbr-card-title {
  text-align: center;
  color: #232323;
}
.cid-u50RPcobpF {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u50RPcobpF svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-u50RPcobpF H1 {
  color: #232323;
}
.cid-u50RPcobpF .mbr-text,
.cid-u50RPcobpF .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
.cid-u50RPcobpF #e1_ellipse {
  fill: #ffffff !important;
}
.cid-u50RPcobpF img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-u50RPcobpF img {
    width: 100%;
  }
}
.cid-u50RPcobpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u50RPcobpF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u50OGSIVcQ {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u50OGSIVcQ .box {
  max-width: 700px;
  margin: auto;
  padding: 0 3rem;
}
.cid-u50OGSIVcQ .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-u50OGSIVcQ .btn:hover,
.cid-u50OGSIVcQ .btn:active {
  box-shadow: none!important;
}
.cid-u50OGSIVcQ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-u50OGSIVcQ .mbr-section-subtitle {
  color: #232323;
}
.cid-u50OGSIVcQ .img-col {
  padding: 0;
}
.cid-u50OGSIVcQ img {
  max-height: 100vh;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u50OGSIVcQ .box {
    padding: 2rem;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-u50OGSIVcQ .box {
    padding: 1rem;
  }
}
.cid-u50OGSIVcQ .mbr-section-title {
  color: #343351;
}
.cid-u50OGSIVcQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u50OGSIVcQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u50OGSIVcQ .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u5M9udrDQR {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u5M9udrDQR svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-u5M9udrDQR H1 {
  color: #232323;
}
.cid-u5M9udrDQR .mbr-text,
.cid-u5M9udrDQR .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
.cid-u5M9udrDQR #e1_ellipse {
  fill: #ffffff !important;
}
.cid-u5M9udrDQR img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-u5M9udrDQR img {
    width: 100%;
  }
}
.cid-u5M9udrDQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5M9udrDQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5M7aTmiqi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u5M7aTmiqi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5M7aTmiqi .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-u5M7aTmiqi .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-u5M7aTmiqi .btn-primary-outline:active {
  color: gray;
}
.cid-u5M7aTmiqi .btn-primary-outline:hover {
  color: white;
}
.cid-u5M7aTmiqi div {
  overflow: hidden;
}
.cid-u5M7aTmiqi li.active .btn-primary-outline {
  color: white;
}
.cid-u5M7aTmiqi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5M7aTmiqi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5M7aTmiqi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5M7aTmiqi .mbr-gallery-item {
  overflow: hidden;
}
.cid-u5M7aTmiqi .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-u5M7aTmiqi .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-u5M7aTmiqi .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-u5M7aTmiqi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5M7aTmiqi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5M7aTmiqi .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-u5M7aTmiqi .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u5M7aTmiqi .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u5Mal2WJMN {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u5Mal2WJMN svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-u5Mal2WJMN H1 {
  color: #232323;
}
.cid-u5Mal2WJMN .mbr-text,
.cid-u5Mal2WJMN .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
.cid-u5Mal2WJMN #e1_ellipse {
  fill: #ffffff !important;
}
.cid-u5Mal2WJMN img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-u5Mal2WJMN img {
    width: 100%;
  }
}
.cid-u5Mal2WJMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Mal2WJMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Majk8tii {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u5Majk8tii .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5Majk8tii .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-u5Majk8tii .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-u5Majk8tii .btn-primary-outline:active {
  color: gray;
}
.cid-u5Majk8tii .btn-primary-outline:hover {
  color: white;
}
.cid-u5Majk8tii div {
  overflow: hidden;
}
.cid-u5Majk8tii li.active .btn-primary-outline {
  color: white;
}
.cid-u5Majk8tii .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5Majk8tii .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5Majk8tii .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5Majk8tii .mbr-gallery-item {
  overflow: hidden;
}
.cid-u5Majk8tii .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-u5Majk8tii .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-u5Majk8tii .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-u5Majk8tii .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5Majk8tii .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5Majk8tii .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-u5Majk8tii .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u5Majk8tii .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u5M2jHU7FQ {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-u5M2jHU7FQ .card-header {
  background: transparent;
}
.cid-u5M2jHU7FQ .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-u5M2jHU7FQ .panel-group {
  border-top: 1px solid #efefef;
}
.cid-u5M2jHU7FQ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-u5M2jHU7FQ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-u5M2jHU7FQ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-u5M2jHU7FQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u5M2jHU7FQ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-u5M2jHU7FQ .card .panel-body {
  color: #767676;
}
.cid-u5M2jHU7FQ h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #efefef;
  padding: 1.4rem 1.6rem;
}
.cid-u5M2jHU7FQ H4 {
  color: #007fff;
}
.cid-u5M2jHU7FQ H2 {
  color: #232323;
  text-align: left;
}
.cid-u5M2jHU7FQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5M2jHU7FQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u50SmW1acH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #318ce7;
}
.cid-u50SmW1acH H1 {
  color: #ffffff;
  text-align: center;
}
.cid-u50SmW1acH .mbr-text,
.cid-u50SmW1acH .mbr-section-btn {
  color: #ffffff;
}
.cid-u50SmW1acH .author-box {
  display: flex;
  flex-direction: row;
}
.cid-u50SmW1acH .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-u50SmW1acH .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-u50SmW1acH h3,
.cid-u50SmW1acH h4 {
  margin: 0;
  padding: 0;
}
.cid-u50SmW1acH H3 {
  color: #ffffff;
}
.cid-u50SmW1acH H4 {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u50SmW1acH .author-box {
    justify-content: center;
  }
}
.cid-u50SmW1acH p {
  text-align: center !important;
}
.cid-tWZzYcYery {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWZzYcYery .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tWZzYcYery .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tWZzYcYery .col + .mbr-section-btn .btn,
.cid-tWZzYcYery .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tWZzYcYery .col + .mbr-section-btn .btn,
  .cid-tWZzYcYery .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tWZzYcYery .dragArea > *:nth-last-child(2).col,
  .cid-tWZzYcYery .dragArea > *:nth-last-child(2).col-auto,
  .cid-tWZzYcYery .col + .mbr-section-btn,
  .cid-tWZzYcYery .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tWZzYcYery .dragArea {
    flex-direction: column;
  }
}
.cid-tWZzYcYery .btn-primary {
  border: 1px solid #318ce7 !important;
}
.cid-tWZzYcYery .btn-primary:hover {
  border: 1px solid #318ce7 !important;
}
.cid-tWZzYcYery .stripe {
  border-bottom: 1px solid #e62e3c;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tWZzYcYery .form-group {
  max-width: 220px;
}
.cid-tWZzYcYery .mbr-section-btn {
  padding-left: 0;
}
.cid-tWZzYcYery .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tWZzYcYery .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-tWZzYcYery .mbr-text {
  color: #444;
}
.cid-tWZzYcYery h5 {
  margin-bottom: 0;
}
.cid-tWZzYcYery .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tWZzYcYery .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tWZzYcYery .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tWZzYcYery .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWZzYcYery .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tWZzYcYery .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tWZzYcYery .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tWZzYcYery .social-list a:hover {
  opacity: 0.4;
}
.cid-tWZzYcYery .media-container-row > div {
  padding: 0px;
}
.cid-tWZzYcYery .text2 {
  color: #000000;
  text-align: left;
}
.cid-tWZzYcYery .group-title {
  text-align: left;
  color: #232323;
  padding-bottom: 0.2rem;
}
.cid-tWZzYcYery .links {
  color: #232323;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tWZzYcYery .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tWZzYcYery .social-list,
  .cid-tWZzYcYery .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tWZzYcYery h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tWZzYcYery .form-group {
    max-width: 180px;
  }
}
.cid-tWZzYcYery .links span {
  color: #9e9e9e;
}
.cid-tWZzYcYery .logo-sub-title {
  text-align: center;
  color: #232323;
}
.cid-tWZzYcYery .logo-title {
  text-align: center;
}
.cid-tWZzYcYery .logo-sub-title DIV {
  text-align: center;
}
.cid-tWZzYcYery .logo-title,
.cid-tWZzYcYery .logo {
  color: #232323;
}
.cid-sfc7488bGF .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sfc7488bGF .nav-item:focus,
.cid-sfc7488bGF .nav-link:focus {
  outline: none;
}
.cid-sfc7488bGF .text-white:hover,
.cid-sfc7488bGF .text-white:active,
.cid-sfc7488bGF .text-white:focus {
  color: white!important;
}
.cid-sfc7488bGF .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sfc7488bGF .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-sfc7488bGF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sfc7488bGF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sfc7488bGF .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sfc7488bGF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfc7488bGF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sfc7488bGF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sfc7488bGF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfc7488bGF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfc7488bGF .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-sfc7488bGF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfc7488bGF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfc7488bGF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfc7488bGF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfc7488bGF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfc7488bGF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sfc7488bGF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfc7488bGF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfc7488bGF .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-sfc7488bGF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfc7488bGF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfc7488bGF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfc7488bGF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sfc7488bGF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sfc7488bGF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfc7488bGF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sfc7488bGF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfc7488bGF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfc7488bGF .section {
  position: relative;
  overflow: visible!important;
}
.cid-sfc7488bGF .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sfc7488bGF .dropdown-item:hover {
  color: black!important;
}
.cid-sfc7488bGF .dropdown-menu {
  background-color: white!important;
}
.cid-sfc7488bGF .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sfc7488bGF .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sfc7488bGF .nav-item .nav-link {
    position: relative;
  }
}
.cid-sfc7488bGF .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-sfc7488bGF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfc7488bGF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sfc7488bGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfc7488bGF .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-sfc7488bGF .collapsed {
  flex-direction: row!important;
}
.cid-sfc7488bGF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfc7488bGF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfc7488bGF .navbar-caption {
  font-weight: 600!important;
}
.cid-sfc7488bGF .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-sfc7488bGF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfc7488bGF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfc7488bGF .dropdown-item.active,
.cid-sfc7488bGF .dropdown-item:active {
  background-color: transparent;
}
.cid-sfc7488bGF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfc7488bGF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfc7488bGF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfc7488bGF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfc7488bGF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfc7488bGF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sfc7488bGF .navbar-buttons {
  text-align: center;
}
.cid-sfc7488bGF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfc7488bGF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1fa2ff;
}
.cid-sfc7488bGF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfc7488bGF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfc7488bGF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfc7488bGF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfc7488bGF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfc7488bGF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfc7488bGF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfc7488bGF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfc7488bGF .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfc7488bGF .nav-link {
  font-weight: 600!important;
}
.cid-sfc7488bGF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfc7488bGF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfc7488bGF .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-sfc7488bGF .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfc7488bGF .navbar {
    height: 77px;
  }
  .cid-sfc7488bGF .navbar.opened {
    height: auto;
  }
  .cid-sfc7488bGF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfc7488bGF .nav-link:before {
  content: none !important;
}
.cid-u69sDOzazm {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-7357-560x400.webp");
  position: relative;
  overflow: hidden;
}
.cid-u69sDOzazm svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-u69sDOzazm #e2_shape {
  fill: #ffffff !important;
}
.cid-u69sDOzazm img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-u69sDOzazm img {
    width: 90%!important;
  }
}
.cid-u69sDOzazm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u69sDOzazm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u69sDOzazm H3 {
  color: #ffffff;
}
.cid-u69sDOzazm H1 {
  text-align: center;
}
.cid-s81i73WzuP {
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-s81i73WzuP DIV {
  text-align: left;
}
.cid-s81i73WzuP H1 {
  color: #232323;
}
.cid-s81i73WzuP .mbr-text,
.cid-s81i73WzuP .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-u51u3M08Or {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u51u3M08Or H1 {
  color: #232323;
}
.cid-u51u3M08Or .mbr-text,
.cid-u51u3M08Or .mbr-section-btn {
  color: #232323;
}
.cid-u51u3M08Or .img-box {
  position: relative;
}
.cid-u51u3M08Or .card-ico span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-u51u3M08Or .card-ico .ico1 {
  background-color: #5580ff;
}
.cid-u51u3M08Or .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-u51u3M08Or .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-u51u3M08Or .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-u51u3M08Or .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-u51u3M08Or img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-u51u3M08Or .img-box {
    height: 500px;
  }
  .cid-u51u3M08Or .img1 {
    left: 1rem;
  }
  .cid-u51u3M08Or .img2 {
    right: 1rem;
  }
  .cid-u51u3M08Or img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-u51u3M08Or img {
    width: 60%;
  }
  .cid-u51u3M08Or .img-box {
    height: 300px;
  }
  .cid-u51u3M08Or .author-box {
    justify-content: center;
  }
  .cid-u51u3M08Or .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-u51u3M08Or .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-u51u3M08Or .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-u51u3M08Or .card-ico span {
    margin-right: 0rem;
  }
}
.cid-u51u3M08Or .author-box {
  display: flex;
  flex-direction: row;
}
.cid-u51u3M08Or .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-u51u3M08Or .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-u51u3M08Or h3,
.cid-u51u3M08Or h4 {
  margin: 0;
  padding: 0;
}
.cid-u51u3M08Or H3 {
  color: #57468b;
}
.cid-u51u3M08Or H4 {
  color: #716c80;
}
.cid-u51u3M08Or .card-title {
  color: #232323;
}
.cid-u51u3M08Or .mbr-fallback-image.disabled {
  display: none;
}
.cid-u51u3M08Or .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u51v7Q7pFs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #318ce7;
}
.cid-u51v7Q7pFs .mbr-text {
  color: #ffffff;
}
.cid-u51v7Q7pFs .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-u51v7Q7pFs p {
  margin: 0;
}
.cid-u51v7Q7pFs .card-img .img1 {
  background-color: #ffffff;
}
.cid-u51v7Q7pFs .cardcolor:hover {
  background-color: #5580ff;
}
.cid-u51v7Q7pFs .mbr-iconfont {
  transition: all 0.3s;
  color: #5580ff !important;
  font-size: 1.5rem !important;
}
.cid-u51v7Q7pFs .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-u51v7Q7pFs .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1rem);
}
.cid-u51v7Q7pFs .card-title,
.cid-u51v7Q7pFs .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-u51v7Q7pFs .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-u51v7Q7pFs .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-u51v7Q7pFs .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-u51v7Q7pFs .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-u51v7Q7pFs .card-img span {
    margin-right: 0rem;
  }
  .cid-u51v7Q7pFs .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-u51v7Q7pFs .card-img {
  width: auto;
}
.cid-u51v7Q7pFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u51v7Q7pFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u51v7Q7pFs .card-title {
  color: #ffffff;
}
.cid-u56wNi3XGW {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u56wNi3XGW H1 {
  color: #232323;
}
.cid-u56wNi3XGW .mbr-text,
.cid-u56wNi3XGW .mbr-section-btn {
  color: #716c80;
}
.cid-u56wNi3XGW .img-box {
  position: relative;
}
.cid-u56wNi3XGW .card-ico span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-u56wNi3XGW .card-ico .ico1 {
  background-color: #5580ff;
}
.cid-u56wNi3XGW .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-u56wNi3XGW .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-u56wNi3XGW .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-u56wNi3XGW .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-u56wNi3XGW img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-u56wNi3XGW .img-box {
    height: 500px;
  }
  .cid-u56wNi3XGW .img1 {
    left: 1rem;
  }
  .cid-u56wNi3XGW .img2 {
    right: 1rem;
  }
  .cid-u56wNi3XGW img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-u56wNi3XGW img {
    width: 60%;
  }
  .cid-u56wNi3XGW .img-box {
    height: 300px;
  }
  .cid-u56wNi3XGW .author-box {
    justify-content: center;
  }
  .cid-u56wNi3XGW .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-u56wNi3XGW .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-u56wNi3XGW .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-u56wNi3XGW .card-ico span {
    margin-right: 0rem;
  }
}
.cid-u56wNi3XGW .author-box {
  display: flex;
  flex-direction: row;
}
.cid-u56wNi3XGW .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-u56wNi3XGW .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-u56wNi3XGW h3,
.cid-u56wNi3XGW h4 {
  margin: 0;
  padding: 0;
}
.cid-u56wNi3XGW H3 {
  color: #57468b;
}
.cid-u56wNi3XGW H4 {
  color: #716c80;
}
.cid-u56wNi3XGW .card-title {
  color: #232323;
}
.cid-u56wNi3XGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u56wNi3XGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u57ao7ApYX {
  padding-top: 60px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-u57ao7ApYX DIV {
  text-align: left;
}
.cid-u57ao7ApYX H1 {
  color: #232323;
}
.cid-u57ao7ApYX .mbr-text,
.cid-u57ao7ApYX .mbr-section-btn {
  text-align: justify;
  color: #232323;
}
.cid-u5M3xF6PMw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u5M3xF6PMw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5M3xF6PMw .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-u5M3xF6PMw .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-u5M3xF6PMw .btn-primary-outline:active {
  color: gray;
}
.cid-u5M3xF6PMw .btn-primary-outline:hover {
  color: white;
}
.cid-u5M3xF6PMw div {
  overflow: hidden;
}
.cid-u5M3xF6PMw li.active .btn-primary-outline {
  color: white;
}
.cid-u5M3xF6PMw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5M3xF6PMw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5M3xF6PMw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5M3xF6PMw .mbr-gallery-item {
  overflow: hidden;
}
.cid-u5M3xF6PMw .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-u5M3xF6PMw .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-u5M3xF6PMw .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-u5M3xF6PMw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5M3xF6PMw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5M3xF6PMw .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-u5M3xF6PMw .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u5M3xF6PMw .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u5M2Cf8nRx {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u5M2Cf8nRx H1 {
  color: #232323;
}
.cid-u5M2Cf8nRx .mbr-text,
.cid-u5M2Cf8nRx .mbr-section-btn {
  color: #716c80;
}
.cid-u5M2Cf8nRx .img-box {
  position: relative;
}
.cid-u5M2Cf8nRx .card-ico span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-u5M2Cf8nRx .card-ico .ico1 {
  background-color: #5580ff;
}
.cid-u5M2Cf8nRx .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-u5M2Cf8nRx .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-u5M2Cf8nRx .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-u5M2Cf8nRx .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-u5M2Cf8nRx img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-u5M2Cf8nRx .img-box {
    height: 500px;
  }
  .cid-u5M2Cf8nRx .img1 {
    left: 1rem;
  }
  .cid-u5M2Cf8nRx .img2 {
    right: 1rem;
  }
  .cid-u5M2Cf8nRx img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-u5M2Cf8nRx img {
    width: 60%;
  }
  .cid-u5M2Cf8nRx .img-box {
    height: 300px;
  }
  .cid-u5M2Cf8nRx .author-box {
    justify-content: center;
  }
  .cid-u5M2Cf8nRx .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-u5M2Cf8nRx .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-u5M2Cf8nRx .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-u5M2Cf8nRx .card-ico span {
    margin-right: 0rem;
  }
}
.cid-u5M2Cf8nRx .author-box {
  display: flex;
  flex-direction: row;
}
.cid-u5M2Cf8nRx .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-u5M2Cf8nRx .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-u5M2Cf8nRx h3,
.cid-u5M2Cf8nRx h4 {
  margin: 0;
  padding: 0;
}
.cid-u5M2Cf8nRx H3 {
  color: #57468b;
}
.cid-u5M2Cf8nRx H4 {
  color: #716c80;
}
.cid-u5M2Cf8nRx .card-title {
  color: #232323;
}
.cid-u5M2Cf8nRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5M2Cf8nRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5M2Cf8nRx .mbr-text {
  color: #232323;
}
.cid-u75P3SzYn7 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u75P3SzYn7 svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-u75P3SzYn7 H1 {
  color: #232323;
}
.cid-u75P3SzYn7 .mbr-text,
.cid-u75P3SzYn7 .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
.cid-u75P3SzYn7 #e1_ellipse {
  fill: #ffffff !important;
}
.cid-u75P3SzYn7 img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-u75P3SzYn7 img {
    width: 100%;
  }
}
.cid-u75P3SzYn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75P3SzYn7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5LZjUZYKG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #318ce7;
}
.cid-u5LZjUZYKG h4 {
  margin-bottom: 0;
}
.cid-u5LZjUZYKG p {
  color: #767676;
}
.cid-u5LZjUZYKG .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u5LZjUZYKG .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-u5LZjUZYKG .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-u5LZjUZYKG .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-u5LZjUZYKG .btn-info-outline:hover {
  background-color: transparent!important;
  color: #318ce7 !important;
  box-shadow: none!important;
}
.cid-u5LZjUZYKG .btn-info-outline:active,
.cid-u5LZjUZYKG .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-u5LZjUZYKG .card-box {
  padding-top: 2rem;
}
.cid-u5LZjUZYKG .card-wrapper {
  height: 100%;
}
.cid-u5LZjUZYKG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-u5LZjUZYKG img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-u5LZjUZYKG .card-title {
  color: #ffffff;
}
.cid-u5LZjUZYKG .main-title {
  color: #57468b;
}
.cid-u5LZjUZYKG DIV {
  color: #57468b;
}
.cid-u5LZjUZYKG .card-img {
  width: auto;
}
.cid-u5LZjUZYKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5LZjUZYKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5LZjUZYKG .mbr-text,
.cid-u5LZjUZYKG .mbr-section-btn {
  color: #ffffff;
}
.cid-u5M0dnEXrh {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-u5M0dnEXrh .card-header {
  background: transparent;
}
.cid-u5M0dnEXrh .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-u5M0dnEXrh .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-u5M0dnEXrh .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-u5M0dnEXrh .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-u5M0dnEXrh .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u5M0dnEXrh .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-u5M0dnEXrh .card .panel-body {
  color: #767676;
}
.cid-u5M0dnEXrh h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f2f6ff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-u5M0dnEXrh H4 {
  color: #007fff;
  text-align: right;
}
.cid-u5M0dnEXrh H2 {
  color: #57468b;
}
.cid-u5M0dnEXrh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5M0dnEXrh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5M0dnEXrh .panel-text {
  color: #232323;
}
.cid-u5M0dSU4N0 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-u5M0dSU4N0 .card-header {
  background: transparent;
}
.cid-u5M0dSU4N0 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-u5M0dSU4N0 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-u5M0dSU4N0 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-u5M0dSU4N0 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-u5M0dSU4N0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u5M0dSU4N0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-u5M0dSU4N0 .card .panel-body {
  color: #767676;
}
.cid-u5M0dSU4N0 h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f2f6ff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-u5M0dSU4N0 H4 {
  color: #007fff;
  text-align: right;
}
.cid-u5M0dSU4N0 H2 {
  color: #57468b;
}
.cid-u5M0dSU4N0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5M0dSU4N0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u56yDoZM8l {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #318ce7;
}
.cid-u56yDoZM8l H1 {
  color: #ffffff;
  text-align: center;
}
.cid-u56yDoZM8l .mbr-text,
.cid-u56yDoZM8l .mbr-section-btn {
  color: #ffffff;
}
.cid-u56yDoZM8l .author-box {
  display: flex;
  flex-direction: row;
}
.cid-u56yDoZM8l .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-u56yDoZM8l .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-u56yDoZM8l h3,
.cid-u56yDoZM8l h4 {
  margin: 0;
  padding: 0;
}
.cid-u56yDoZM8l H3 {
  color: #ffffff;
}
.cid-u56yDoZM8l H4 {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u56yDoZM8l .author-box {
    justify-content: center;
  }
}
.cid-u56yDoZM8l p {
  text-align: center !important;
}
.cid-u56yE88wzA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u56yE88wzA .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-u56yE88wzA .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-u56yE88wzA .col + .mbr-section-btn .btn,
.cid-u56yE88wzA .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-u56yE88wzA .col + .mbr-section-btn .btn,
  .cid-u56yE88wzA .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-u56yE88wzA .dragArea > *:nth-last-child(2).col,
  .cid-u56yE88wzA .dragArea > *:nth-last-child(2).col-auto,
  .cid-u56yE88wzA .col + .mbr-section-btn,
  .cid-u56yE88wzA .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-u56yE88wzA .dragArea {
    flex-direction: column;
  }
}
.cid-u56yE88wzA .btn-primary {
  border: 1px solid #318ce7 !important;
}
.cid-u56yE88wzA .btn-primary:hover {
  border: 1px solid #318ce7 !important;
}
.cid-u56yE88wzA .stripe {
  border-bottom: 1px solid #e62e3c;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-u56yE88wzA .form-group {
  max-width: 220px;
}
.cid-u56yE88wzA .mbr-section-btn {
  padding-left: 0;
}
.cid-u56yE88wzA .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-u56yE88wzA .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-u56yE88wzA .mbr-text {
  color: #444;
}
.cid-u56yE88wzA h5 {
  margin-bottom: 0;
}
.cid-u56yE88wzA .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-u56yE88wzA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u56yE88wzA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-u56yE88wzA .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u56yE88wzA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u56yE88wzA .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u56yE88wzA .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u56yE88wzA .social-list a:hover {
  opacity: 0.4;
}
.cid-u56yE88wzA .media-container-row > div {
  padding: 0px;
}
.cid-u56yE88wzA .text2 {
  color: #000000;
  text-align: left;
}
.cid-u56yE88wzA .group-title {
  text-align: left;
  color: #232323;
  padding-bottom: 0.2rem;
}
.cid-u56yE88wzA .links {
  color: #232323;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u56yE88wzA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u56yE88wzA .social-list,
  .cid-u56yE88wzA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u56yE88wzA h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-u56yE88wzA .form-group {
    max-width: 180px;
  }
}
.cid-u56yE88wzA .links span {
  color: #9e9e9e;
}
.cid-u56yE88wzA .logo-sub-title {
  text-align: center;
  color: #232323;
}
.cid-u56yE88wzA .logo-title {
  text-align: center;
}
.cid-u56yE88wzA .logo-sub-title DIV {
  text-align: center;
}
.cid-u56yE88wzA .logo-title,
.cid-u56yE88wzA .logo {
  color: #232323;
}
.cid-u57h4VfViv .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-u57h4VfViv .nav-item:focus,
.cid-u57h4VfViv .nav-link:focus {
  outline: none;
}
.cid-u57h4VfViv .text-white:hover,
.cid-u57h4VfViv .text-white:active,
.cid-u57h4VfViv .text-white:focus {
  color: white!important;
}
.cid-u57h4VfViv .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u57h4VfViv .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-u57h4VfViv .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u57h4VfViv .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u57h4VfViv .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u57h4VfViv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u57h4VfViv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u57h4VfViv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u57h4VfViv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u57h4VfViv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u57h4VfViv .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-u57h4VfViv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u57h4VfViv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u57h4VfViv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u57h4VfViv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u57h4VfViv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u57h4VfViv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u57h4VfViv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u57h4VfViv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u57h4VfViv .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-u57h4VfViv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u57h4VfViv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u57h4VfViv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u57h4VfViv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u57h4VfViv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u57h4VfViv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u57h4VfViv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u57h4VfViv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u57h4VfViv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u57h4VfViv .section {
  position: relative;
  overflow: visible!important;
}
.cid-u57h4VfViv .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-u57h4VfViv .dropdown-item:hover {
  color: black!important;
}
.cid-u57h4VfViv .dropdown-menu {
  background-color: white!important;
}
.cid-u57h4VfViv .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-u57h4VfViv .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-u57h4VfViv .nav-item .nav-link {
    position: relative;
  }
}
.cid-u57h4VfViv .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-u57h4VfViv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u57h4VfViv .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u57h4VfViv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u57h4VfViv .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-u57h4VfViv .collapsed {
  flex-direction: row!important;
}
.cid-u57h4VfViv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u57h4VfViv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u57h4VfViv .navbar-caption {
  font-weight: 600!important;
}
.cid-u57h4VfViv .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-u57h4VfViv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u57h4VfViv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u57h4VfViv .dropdown-item.active,
.cid-u57h4VfViv .dropdown-item:active {
  background-color: transparent;
}
.cid-u57h4VfViv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u57h4VfViv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u57h4VfViv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u57h4VfViv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u57h4VfViv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u57h4VfViv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u57h4VfViv .navbar-buttons {
  text-align: center;
}
.cid-u57h4VfViv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u57h4VfViv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1fa2ff;
}
.cid-u57h4VfViv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u57h4VfViv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u57h4VfViv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u57h4VfViv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u57h4VfViv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u57h4VfViv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u57h4VfViv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u57h4VfViv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u57h4VfViv .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u57h4VfViv .nav-link {
  font-weight: 600!important;
}
.cid-u57h4VfViv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u57h4VfViv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u57h4VfViv .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-u57h4VfViv .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u57h4VfViv .navbar {
    height: 77px;
  }
  .cid-u57h4VfViv .navbar.opened {
    height: auto;
  }
  .cid-u57h4VfViv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u57h4VfViv .nav-link:before {
  content: none !important;
}
.cid-u69tYXlMbr {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-5791-500x600.webp");
  position: relative;
  overflow: hidden;
}
.cid-u69tYXlMbr svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-u69tYXlMbr #e2_shape {
  fill: #ffffff !important;
}
.cid-u69tYXlMbr img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-u69tYXlMbr img {
    width: 90%!important;
  }
}
.cid-u69tYXlMbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u69tYXlMbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u69tYXlMbr H3 {
  color: #ffffff;
}
.cid-u69tYXlMbr H1 {
  text-align: center;
}
.cid-u5LyQi1zpJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u5LyQi1zpJ .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-u5LyQi1zpJ h4 {
  text-align: center;
}
.cid-u5LyQi1zpJ p {
  text-align: center;
}
.cid-u5LyQi1zpJ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-u5LyQi1zpJ .mbr-iconfont {
  transition: all 0.3s;
  color: #5580ff !important;
  font-size: 6rem !important;
}
.cid-u5LyQi1zpJ .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-u5LyQi1zpJ .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-u5LyQi1zpJ .card:hover .mbr-iconfont {
  color: #007fff !important;
}
.cid-u5LyQi1zpJ .card-title,
.cid-u5LyQi1zpJ .card-img {
  color: #5580ff;
}
.cid-u5LyQi1zpJ .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-u5LyQi1zpJ .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-u5LyQi1zpJ .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-u5LyQi1zpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5LyQi1zpJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5LzZnyCPL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #318ce7;
}
.cid-u5LzZnyCPL H1 {
  color: #ffffff;
}
.cid-u5LzZnyCPL .mbr-text,
.cid-u5LzZnyCPL .mbr-section-btn {
  color: #716c80;
}
.cid-u5LzZnyCPL H3 {
  color: #716c80;
}
.cid-u5LzZnyCPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5LzZnyCPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5LB86cv5s {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #318ce7;
}
.cid-u5LB86cv5s H1 {
  color: #57468b;
}
.cid-u5LB86cv5s .mbr-text,
.cid-u5LB86cv5s .mbr-section-btn {
  color: #716c80;
}
.cid-u5LB86cv5s H3 {
  color: #716c80;
}
.cid-u5LB86cv5s .row {
  justify-content: space-between;
}
.cid-u5LB86cv5s .col-lg-6 {
  max-width: 500px;
}
.cid-u5LB86cv5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5LB86cv5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5LB86cv5s .title1 {
  color: #ffffff;
}
.cid-u5LB86cv5s .title2 {
  color: #ffffff;
  text-align: left;
}
.cid-u5LB86cv5s .text2,
.cid-u5LB86cv5s .btn2 {
  text-align: left;
  color: #ffffff;
}
.cid-u5LB86cv5s .text1,
.cid-u5LB86cv5s .btn1 {
  color: #ffffff;
}
.cid-u5LBJEzz19 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #318ce7;
}
.cid-u5LBJEzz19 H1 {
  color: #57468b;
}
.cid-u5LBJEzz19 .mbr-text,
.cid-u5LBJEzz19 .mbr-section-btn {
  color: #716c80;
}
.cid-u5LBJEzz19 H3 {
  color: #716c80;
}
.cid-u5LBJEzz19 .row {
  justify-content: space-between;
}
.cid-u5LBJEzz19 .col-lg-6 {
  max-width: 500px;
}
.cid-u5LBJEzz19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5LBJEzz19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5LBJEzz19 .title1 {
  color: #ffffff;
}
.cid-u5LBJEzz19 .title2 {
  color: #ffffff;
  text-align: left;
}
.cid-u5LBJEzz19 .text2,
.cid-u5LBJEzz19 .btn2 {
  text-align: left;
  color: #ffffff;
}
.cid-u5LBJEzz19 .text1,
.cid-u5LBJEzz19 .btn1 {
  color: #ffffff;
}
.cid-u5LCq0Azt6 {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #318ce7;
  position: relative;
  overflow: hidden;
}
.cid-u5LCq0Azt6 svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-u5LCq0Azt6 H1 {
  color: #232323;
}
.cid-u5LCq0Azt6 .mbr-text,
.cid-u5LCq0Azt6 .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
.cid-u5LCq0Azt6 #e1_ellipse {
  fill: #ffffff !important;
}
.cid-u5LCq0Azt6 img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-u5LCq0Azt6 img {
    width: 100%;
  }
}
.cid-u5LCq0Azt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5LCq0Azt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u57h4YnY6J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #318ce7;
}
.cid-u57h4YnY6J H1 {
  color: #ffffff;
  text-align: center;
}
.cid-u57h4YnY6J .mbr-text,
.cid-u57h4YnY6J .mbr-section-btn {
  color: #ffffff;
}
.cid-u57h4YnY6J .author-box {
  display: flex;
  flex-direction: row;
}
.cid-u57h4YnY6J .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-u57h4YnY6J .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-u57h4YnY6J h3,
.cid-u57h4YnY6J h4 {
  margin: 0;
  padding: 0;
}
.cid-u57h4YnY6J H3 {
  color: #ffffff;
}
.cid-u57h4YnY6J H4 {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u57h4YnY6J .author-box {
    justify-content: center;
  }
}
.cid-u57h4YnY6J p {
  text-align: center !important;
}
.cid-u57h4YE3nL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u57h4YE3nL .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-u57h4YE3nL .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-u57h4YE3nL .col + .mbr-section-btn .btn,
.cid-u57h4YE3nL .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-u57h4YE3nL .col + .mbr-section-btn .btn,
  .cid-u57h4YE3nL .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-u57h4YE3nL .dragArea > *:nth-last-child(2).col,
  .cid-u57h4YE3nL .dragArea > *:nth-last-child(2).col-auto,
  .cid-u57h4YE3nL .col + .mbr-section-btn,
  .cid-u57h4YE3nL .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-u57h4YE3nL .dragArea {
    flex-direction: column;
  }
}
.cid-u57h4YE3nL .btn-primary {
  border: 1px solid #318ce7 !important;
}
.cid-u57h4YE3nL .btn-primary:hover {
  border: 1px solid #318ce7 !important;
}
.cid-u57h4YE3nL .stripe {
  border-bottom: 1px solid #e62e3c;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-u57h4YE3nL .form-group {
  max-width: 220px;
}
.cid-u57h4YE3nL .mbr-section-btn {
  padding-left: 0;
}
.cid-u57h4YE3nL .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-u57h4YE3nL .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-u57h4YE3nL .mbr-text {
  color: #444;
}
.cid-u57h4YE3nL h5 {
  margin-bottom: 0;
}
.cid-u57h4YE3nL .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-u57h4YE3nL .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u57h4YE3nL .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-u57h4YE3nL .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u57h4YE3nL .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u57h4YE3nL .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u57h4YE3nL .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u57h4YE3nL .social-list a:hover {
  opacity: 0.4;
}
.cid-u57h4YE3nL .media-container-row > div {
  padding: 0px;
}
.cid-u57h4YE3nL .text2 {
  color: #000000;
  text-align: left;
}
.cid-u57h4YE3nL .group-title {
  text-align: left;
  color: #232323;
  padding-bottom: 0.2rem;
}
.cid-u57h4YE3nL .links {
  color: #232323;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u57h4YE3nL .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u57h4YE3nL .social-list,
  .cid-u57h4YE3nL .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u57h4YE3nL h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-u57h4YE3nL .form-group {
    max-width: 180px;
  }
}
.cid-u57h4YE3nL .links span {
  color: #9e9e9e;
}
.cid-u57h4YE3nL .logo-sub-title {
  text-align: center;
  color: #232323;
}
.cid-u57h4YE3nL .logo-title {
  text-align: center;
}
.cid-u57h4YE3nL .logo-sub-title DIV {
  text-align: center;
}
.cid-u57h4YE3nL .logo-title,
.cid-u57h4YE3nL .logo {
  color: #232323;
}
.cid-u5opDmMP9f .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-u5opDmMP9f .nav-item:focus,
.cid-u5opDmMP9f .nav-link:focus {
  outline: none;
}
.cid-u5opDmMP9f .text-white:hover,
.cid-u5opDmMP9f .text-white:active,
.cid-u5opDmMP9f .text-white:focus {
  color: white!important;
}
.cid-u5opDmMP9f .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u5opDmMP9f .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-u5opDmMP9f .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u5opDmMP9f .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u5opDmMP9f .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u5opDmMP9f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5opDmMP9f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u5opDmMP9f .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u5opDmMP9f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5opDmMP9f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5opDmMP9f .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-u5opDmMP9f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5opDmMP9f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u5opDmMP9f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u5opDmMP9f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5opDmMP9f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5opDmMP9f .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u5opDmMP9f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5opDmMP9f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5opDmMP9f .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-u5opDmMP9f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u5opDmMP9f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5opDmMP9f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5opDmMP9f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u5opDmMP9f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5opDmMP9f .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u5opDmMP9f .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u5opDmMP9f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u5opDmMP9f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u5opDmMP9f .section {
  position: relative;
  overflow: visible!important;
}
.cid-u5opDmMP9f .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-u5opDmMP9f .dropdown-item:hover {
  color: black!important;
}
.cid-u5opDmMP9f .dropdown-menu {
  background-color: white!important;
}
.cid-u5opDmMP9f .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-u5opDmMP9f .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-u5opDmMP9f .nav-item .nav-link {
    position: relative;
  }
}
.cid-u5opDmMP9f .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-u5opDmMP9f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5opDmMP9f .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u5opDmMP9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u5opDmMP9f .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-u5opDmMP9f .collapsed {
  flex-direction: row!important;
}
.cid-u5opDmMP9f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5opDmMP9f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5opDmMP9f .navbar-caption {
  font-weight: 600!important;
}
.cid-u5opDmMP9f .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-u5opDmMP9f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5opDmMP9f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5opDmMP9f .dropdown-item.active,
.cid-u5opDmMP9f .dropdown-item:active {
  background-color: transparent;
}
.cid-u5opDmMP9f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5opDmMP9f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5opDmMP9f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5opDmMP9f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5opDmMP9f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5opDmMP9f ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5opDmMP9f .navbar-buttons {
  text-align: center;
}
.cid-u5opDmMP9f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5opDmMP9f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1fa2ff;
}
.cid-u5opDmMP9f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u5opDmMP9f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u5opDmMP9f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u5opDmMP9f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u5opDmMP9f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5opDmMP9f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u5opDmMP9f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u5opDmMP9f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5opDmMP9f .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u5opDmMP9f .nav-link {
  font-weight: 600!important;
}
.cid-u5opDmMP9f a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u5opDmMP9f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u5opDmMP9f .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-u5opDmMP9f .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5opDmMP9f .navbar {
    height: 77px;
  }
  .cid-u5opDmMP9f .navbar.opened {
    height: auto;
  }
  .cid-u5opDmMP9f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5opDmMP9f .nav-link:before {
  content: none !important;
}
.cid-u69xzVt3n8 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-5791-500x600.webp");
  position: relative;
  overflow: hidden;
}
.cid-u69xzVt3n8 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-u69xzVt3n8 #e2_shape {
  fill: #ffffff !important;
}
.cid-u69xzVt3n8 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-u69xzVt3n8 img {
    width: 90%!important;
  }
}
.cid-u69xzVt3n8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u69xzVt3n8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u69xzVt3n8 H3 {
  color: #ffffff;
}
.cid-u69xzVt3n8 H1 {
  text-align: center;
}
.cid-u5opDnSzkA {
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-u5opDnSzkA DIV {
  text-align: left;
}
.cid-u5opDnSzkA H1 {
  color: #232323;
}
.cid-u5opDnSzkA .mbr-text,
.cid-u5opDnSzkA .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-u5oqmjYk2Y {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u5oqmjYk2Y .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-u5oqmjYk2Y input,
.cid-u5oqmjYk2Y textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-u5oqmjYk2Y img {
  width: 90%;
  border-radius: 8px;
}
.cid-u5oqmjYk2Y .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-u5oqmjYk2Y textarea {
  min-height: 160px;
}
.cid-u5oqmjYk2Y .form-control,
.cid-u5oqmjYk2Y .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u5oqmjYk2Y .form-control:hover,
.cid-u5oqmjYk2Y .field-input:hover,
.cid-u5oqmjYk2Y .form-control:focus,
.cid-u5oqmjYk2Y .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-u5oqmjYk2Y input::-webkit-input-placeholder,
.cid-u5oqmjYk2Y textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-u5oqmjYk2Y input:-moz-placeholder,
.cid-u5oqmjYk2Y textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-u5oqmjYk2Y .jq-selectbox li,
.cid-u5oqmjYk2Y .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-u5oqmjYk2Y .jq-selectbox li:hover,
.cid-u5oqmjYk2Y .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-u5oqmjYk2Y .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-u5oqmjYk2Y .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-u5oqmjYk2Y H5 {
  color: #232323;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-u5oqmjYk2Y img {
    width: 100%;
  }
  .cid-u5oqmjYk2Y .google-map {
    margin-bottom: 2rem;
  }
}
.cid-u5oqmjYk2Y .google-map {
  height: 30rem;
  position: relative;
}
.cid-u5oqmjYk2Y .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u5oqmjYk2Y .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-u5oqmjYk2Y .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u5oqmjYk2Y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-u5oqmjYk2Y .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-u5opDpS13m {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5580ff;
}
.cid-u5opDpS13m H1 {
  color: #ffffff;
  text-align: center;
}
.cid-u5opDpS13m .mbr-text,
.cid-u5opDpS13m .mbr-section-btn {
  color: #ffffff;
}
.cid-u5opDpS13m .author-box {
  display: flex;
  flex-direction: row;
}
.cid-u5opDpS13m .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-u5opDpS13m .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-u5opDpS13m h3,
.cid-u5opDpS13m h4 {
  margin: 0;
  padding: 0;
}
.cid-u5opDpS13m H3 {
  color: #ffffff;
}
.cid-u5opDpS13m H4 {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u5opDpS13m .author-box {
    justify-content: center;
  }
}
.cid-u5opDpS13m p {
  text-align: center !important;
}
.cid-u5opDqaxGA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u5opDqaxGA .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-u5opDqaxGA .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-u5opDqaxGA .col + .mbr-section-btn .btn,
.cid-u5opDqaxGA .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-u5opDqaxGA .col + .mbr-section-btn .btn,
  .cid-u5opDqaxGA .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-u5opDqaxGA .dragArea > *:nth-last-child(2).col,
  .cid-u5opDqaxGA .dragArea > *:nth-last-child(2).col-auto,
  .cid-u5opDqaxGA .col + .mbr-section-btn,
  .cid-u5opDqaxGA .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-u5opDqaxGA .dragArea {
    flex-direction: column;
  }
}
.cid-u5opDqaxGA .btn-primary {
  border: 1px solid #318ce7 !important;
}
.cid-u5opDqaxGA .btn-primary:hover {
  border: 1px solid #318ce7 !important;
}
.cid-u5opDqaxGA .stripe {
  border-bottom: 1px solid #e62e3c;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-u5opDqaxGA .form-group {
  max-width: 220px;
}
.cid-u5opDqaxGA .mbr-section-btn {
  padding-left: 0;
}
.cid-u5opDqaxGA .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-u5opDqaxGA .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-u5opDqaxGA .mbr-text {
  color: #444;
}
.cid-u5opDqaxGA h5 {
  margin-bottom: 0;
}
.cid-u5opDqaxGA .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-u5opDqaxGA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u5opDqaxGA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-u5opDqaxGA .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5opDqaxGA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u5opDqaxGA .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u5opDqaxGA .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u5opDqaxGA .social-list a:hover {
  opacity: 0.4;
}
.cid-u5opDqaxGA .media-container-row > div {
  padding: 0px;
}
.cid-u5opDqaxGA .text2 {
  color: #000000;
  text-align: left;
}
.cid-u5opDqaxGA .group-title {
  text-align: left;
  color: #232323;
  padding-bottom: 0.2rem;
}
.cid-u5opDqaxGA .links {
  color: #232323;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u5opDqaxGA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u5opDqaxGA .social-list,
  .cid-u5opDqaxGA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u5opDqaxGA h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-u5opDqaxGA .form-group {
    max-width: 180px;
  }
}
.cid-u5opDqaxGA .links span {
  color: #9e9e9e;
}
.cid-u5opDqaxGA .logo-sub-title {
  text-align: center;
  color: #232323;
}
.cid-u5opDqaxGA .logo-title {
  text-align: center;
}
.cid-u5opDqaxGA .logo-sub-title DIV {
  text-align: center;
}
.cid-u5opDqaxGA .logo-title,
.cid-u5opDqaxGA .logo {
  color: #232323;
}
.cid-u56yIKSsRR .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-u56yIKSsRR .nav-item:focus,
.cid-u56yIKSsRR .nav-link:focus {
  outline: none;
}
.cid-u56yIKSsRR .text-white:hover,
.cid-u56yIKSsRR .text-white:active,
.cid-u56yIKSsRR .text-white:focus {
  color: white!important;
}
.cid-u56yIKSsRR .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u56yIKSsRR .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-u56yIKSsRR .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u56yIKSsRR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u56yIKSsRR .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u56yIKSsRR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u56yIKSsRR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u56yIKSsRR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u56yIKSsRR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u56yIKSsRR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u56yIKSsRR .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-u56yIKSsRR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u56yIKSsRR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u56yIKSsRR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u56yIKSsRR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u56yIKSsRR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u56yIKSsRR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u56yIKSsRR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u56yIKSsRR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u56yIKSsRR .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-u56yIKSsRR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u56yIKSsRR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u56yIKSsRR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u56yIKSsRR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u56yIKSsRR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u56yIKSsRR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u56yIKSsRR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u56yIKSsRR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u56yIKSsRR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u56yIKSsRR .section {
  position: relative;
  overflow: visible!important;
}
.cid-u56yIKSsRR .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-u56yIKSsRR .dropdown-item:hover {
  color: black!important;
}
.cid-u56yIKSsRR .dropdown-menu {
  background-color: white!important;
}
.cid-u56yIKSsRR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-u56yIKSsRR .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-u56yIKSsRR .nav-item .nav-link {
    position: relative;
  }
}
.cid-u56yIKSsRR .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-u56yIKSsRR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u56yIKSsRR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u56yIKSsRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u56yIKSsRR .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-u56yIKSsRR .collapsed {
  flex-direction: row!important;
}
.cid-u56yIKSsRR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u56yIKSsRR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u56yIKSsRR .navbar-caption {
  font-weight: 600!important;
}
.cid-u56yIKSsRR .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-u56yIKSsRR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u56yIKSsRR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u56yIKSsRR .dropdown-item.active,
.cid-u56yIKSsRR .dropdown-item:active {
  background-color: transparent;
}
.cid-u56yIKSsRR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u56yIKSsRR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u56yIKSsRR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u56yIKSsRR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u56yIKSsRR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u56yIKSsRR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u56yIKSsRR .navbar-buttons {
  text-align: center;
}
.cid-u56yIKSsRR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u56yIKSsRR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1fa2ff;
}
.cid-u56yIKSsRR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u56yIKSsRR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u56yIKSsRR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u56yIKSsRR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u56yIKSsRR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u56yIKSsRR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u56yIKSsRR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u56yIKSsRR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u56yIKSsRR .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u56yIKSsRR .nav-link {
  font-weight: 600!important;
}
.cid-u56yIKSsRR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u56yIKSsRR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u56yIKSsRR .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-u56yIKSsRR .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u56yIKSsRR .navbar {
    height: 77px;
  }
  .cid-u56yIKSsRR .navbar.opened {
    height: auto;
  }
  .cid-u56yIKSsRR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u56yIKSsRR .nav-link:before {
  content: none !important;
}
.cid-u69wYQ7iUz {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-7357-560x400.webp");
  position: relative;
  overflow: hidden;
}
.cid-u69wYQ7iUz svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-u69wYQ7iUz #e2_shape {
  fill: #ffffff !important;
}
.cid-u69wYQ7iUz img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-u69wYQ7iUz img {
    width: 90%!important;
  }
}
.cid-u69wYQ7iUz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u69wYQ7iUz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u69wYQ7iUz H3 {
  color: #ffffff;
}
.cid-u69wYQ7iUz H1 {
  text-align: center;
}
.cid-u56yIM4QMW {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-u56yIM4QMW DIV {
  text-align: left;
}
.cid-u56yIM4QMW H1 {
  color: #232323;
}
.cid-u56yIM4QMW .mbr-text,
.cid-u56yIM4QMW .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-u5M0Cw0jjP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u5M0Cw0jjP H1 {
  color: #232323;
}
.cid-u5M0Cw0jjP .mbr-text,
.cid-u5M0Cw0jjP .mbr-section-btn {
  color: #232323;
}
.cid-u5M0Cw0jjP .img-box {
  position: relative;
}
.cid-u5M0Cw0jjP .card-ico span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-u5M0Cw0jjP .card-ico .ico1 {
  background-color: #ff8a73;
}
.cid-u5M0Cw0jjP .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-u5M0Cw0jjP .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-u5M0Cw0jjP .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-u5M0Cw0jjP .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-u5M0Cw0jjP img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-u5M0Cw0jjP .img-box {
    height: 500px;
  }
  .cid-u5M0Cw0jjP .img1 {
    left: 1rem;
  }
  .cid-u5M0Cw0jjP .img2 {
    right: 1rem;
  }
  .cid-u5M0Cw0jjP img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-u5M0Cw0jjP img {
    width: 60%;
  }
  .cid-u5M0Cw0jjP .img-box {
    height: 300px;
  }
  .cid-u5M0Cw0jjP .author-box {
    justify-content: center;
  }
  .cid-u5M0Cw0jjP .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-u5M0Cw0jjP .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-u5M0Cw0jjP .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-u5M0Cw0jjP .card-ico span {
    margin-right: 0rem;
  }
}
.cid-u5M0Cw0jjP .author-box {
  display: flex;
  flex-direction: row;
}
.cid-u5M0Cw0jjP .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-u5M0Cw0jjP .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-u5M0Cw0jjP h3,
.cid-u5M0Cw0jjP h4 {
  margin: 0;
  padding: 0;
}
.cid-u5M0Cw0jjP H3 {
  color: #57468b;
}
.cid-u5M0Cw0jjP H4 {
  color: #716c80;
}
.cid-u5M0Cw0jjP .card-title {
  color: #232323;
}
.cid-u5M0Cw0jjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5M0Cw0jjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5LYx4puq4 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u5LYx4puq4 svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-u5LYx4puq4 H1 {
  color: #232323;
}
.cid-u5LYx4puq4 .mbr-text,
.cid-u5LYx4puq4 .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
.cid-u5LYx4puq4 #e1_ellipse {
  fill: #ffffff !important;
}
.cid-u5LYx4puq4 img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-u5LYx4puq4 img {
    width: 100%;
  }
}
.cid-u5LYx4puq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5LYx4puq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5LXkGv2vJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u5LXkGv2vJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5LXkGv2vJ .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-u5LXkGv2vJ .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-u5LXkGv2vJ .btn-primary-outline:active {
  color: gray;
}
.cid-u5LXkGv2vJ .btn-primary-outline:hover {
  color: white;
}
.cid-u5LXkGv2vJ div {
  overflow: hidden;
}
.cid-u5LXkGv2vJ li.active .btn-primary-outline {
  color: white;
}
.cid-u5LXkGv2vJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5LXkGv2vJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5LXkGv2vJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5LXkGv2vJ .mbr-gallery-item {
  overflow: hidden;
}
.cid-u5LXkGv2vJ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-u5LXkGv2vJ .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-u5LXkGv2vJ .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-u5LXkGv2vJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5LXkGv2vJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5LXkGv2vJ .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-u5LXkGv2vJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u5LXkGv2vJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u56yINkgR4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5580ff;
}
.cid-u56yINkgR4 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-u56yINkgR4 .mbr-text,
.cid-u56yINkgR4 .mbr-section-btn {
  color: #ffffff;
}
.cid-u56yINkgR4 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-u56yINkgR4 .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-u56yINkgR4 .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-u56yINkgR4 h3,
.cid-u56yINkgR4 h4 {
  margin: 0;
  padding: 0;
}
.cid-u56yINkgR4 H3 {
  color: #ffffff;
}
.cid-u56yINkgR4 H4 {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u56yINkgR4 .author-box {
    justify-content: center;
  }
}
.cid-u56yINkgR4 p {
  text-align: center !important;
}
.cid-u56yINy3ta {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u56yINy3ta .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-u56yINy3ta .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-u56yINy3ta .col + .mbr-section-btn .btn,
.cid-u56yINy3ta .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-u56yINy3ta .col + .mbr-section-btn .btn,
  .cid-u56yINy3ta .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-u56yINy3ta .dragArea > *:nth-last-child(2).col,
  .cid-u56yINy3ta .dragArea > *:nth-last-child(2).col-auto,
  .cid-u56yINy3ta .col + .mbr-section-btn,
  .cid-u56yINy3ta .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-u56yINy3ta .dragArea {
    flex-direction: column;
  }
}
.cid-u56yINy3ta .btn-primary {
  border: 1px solid #318ce7 !important;
}
.cid-u56yINy3ta .btn-primary:hover {
  border: 1px solid #318ce7 !important;
}
.cid-u56yINy3ta .stripe {
  border-bottom: 1px solid #e62e3c;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-u56yINy3ta .form-group {
  max-width: 220px;
}
.cid-u56yINy3ta .mbr-section-btn {
  padding-left: 0;
}
.cid-u56yINy3ta .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-u56yINy3ta .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-u56yINy3ta .mbr-text {
  color: #444;
}
.cid-u56yINy3ta h5 {
  margin-bottom: 0;
}
.cid-u56yINy3ta .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-u56yINy3ta .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u56yINy3ta .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-u56yINy3ta .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u56yINy3ta .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u56yINy3ta .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u56yINy3ta .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u56yINy3ta .social-list a:hover {
  opacity: 0.4;
}
.cid-u56yINy3ta .media-container-row > div {
  padding: 0px;
}
.cid-u56yINy3ta .text2 {
  color: #000000;
  text-align: left;
}
.cid-u56yINy3ta .group-title {
  text-align: left;
  color: #232323;
  padding-bottom: 0.2rem;
}
.cid-u56yINy3ta .links {
  color: #232323;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u56yINy3ta .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u56yINy3ta .social-list,
  .cid-u56yINy3ta .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u56yINy3ta h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-u56yINy3ta .form-group {
    max-width: 180px;
  }
}
.cid-u56yINy3ta .links span {
  color: #9e9e9e;
}
.cid-u56yINy3ta .logo-sub-title {
  text-align: center;
  color: #232323;
}
.cid-u56yINy3ta .logo-title {
  text-align: center;
}
.cid-u56yINy3ta .logo-sub-title DIV {
  text-align: center;
}
.cid-u56yINy3ta .logo-title,
.cid-u56yINy3ta .logo {
  color: #232323;
}
